@charset "shift_jis";
/* =======================================

	popUp CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	

========================================== */

/* reset
========================================== */
body,div,h1,p,ul,li {margin: 0; padding: 0;}

html,body {background: #FFF; color: #000;}

body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

h1,h2 {font-weight: normal;}


/* Popup Structure
========================================== */
#contents {
	padding: 26px 16px 17px;
	width: 470px;
}

#contents h1 {
	margin: 0 0 32px;
}

#contents p.closeBtn {
	margin: 30px 0 0;
	padding: 18px 0 0;
	background: url(../_images/sizechart/border_dotted_01.gif) repeat-x;
	text-align: right;
}


/* Size Chart
========================================== */
body.sizeChart #contents .sizeImage {
	margin: 0 8px 85px;
	text-align: center;
}


/* news
========================================== */
body.news #contents {}

body.news #contents .section h2 {
	margin: 0 0 3px;
	padding: 0 0 18px;
	background: url(../_images/sizechart/border_dotted_01.gif) repeat-x 0 100%;
	font-size: 15px;
	line-height: 1.067;
	text-align: center;
	color: #333;
	font-weight: bold;
}

body.news #contents .section p {
	margin: 0 0 3px 19px;
	font-size: 12px;
	line-height: 1.666;
}

body.news #contents .section p.newsDate {
	margin: 0 0 25px;
	text-align: right;
}

body.news #contents .section ul {
	margin: 0 0 3px 19px;
}

body.news #contents .section ul li {
	list-style: none;
	padding: 0 0 1px 15px;
	background: url(../_images/news/ico_square_01.gif) no-repeat 0 0.5em;
	font-size: 12px;
	line-height: 1.666;
}

body.news #contents .section ul li p {
	margin: 0 0 0 1em;
	font-size: 100%;
}

body.news #contents .section ul li p span {
	position: relative;
	margin: 0 0 0 -1em;
}

body.news #contents strong {
	font-weight: normal;
	color: #E4007F;
}


table#table-01 {
    width: 320px;
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 8px 5px 8px 5px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    color:#333333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
table#table-01 td {
    background: #FFFFFF;
    padding: 8px 5px 8px 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    color:#333333;
	font-size: 12px;
}