@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

li {
	/* [disabled]list-style-type:none; */
}
#headerWrap {
	position: fixed;
	background-color: #FFF;
	z-index: 1000;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 105px;
	width: 100%;
	box-shadow: 1px 1px 10px rgba(66, 66, 66, 0.2);
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contents {
	line-height:1.8em;
	letter-spacing:0.07em;
	margin-top: 140px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	top: 105px;
	margin-bottom: 100px;
}
#contents a {
	color: #F00;
	text-decoration: underline;
}
#contents .infoBlock {
	font-size:12px;
	margin-top: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 3px solid #EEE;
}
#contents .infoBlock h2 {
	color:#900;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}
#contents .infoBlock h3 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom-width: 1px;
	/* [disabled]border-bottom-style: dotted;
*/
	border-bottom-color: #666;
	padding-top: 5px;
}
#contents #creditTable {
	border-collapse:collapse;
	/* [disabled]margin-bottom:15px;
*/
	border: solid 1px #333;
	margin-top: 15px;
	width: 100%;
}
#contents Table {
	border-collapse:collapse;
	border: solid 1px #333;
}
#contents .infoBlock th {
	background-color:#DDD;
	font-weight:normal;
	border: solid 1px #333;
}
#contents th, #contents td {
	text-align:center;
	padding:8px;
	border: solid 1px #333;
	background-color: #FFF;
}
#contents .infoBlock #creditTable .cardCompany {
	width:100px;
}
#contents .infoBlock #creditTable .cardLumpsum {
	width:80px;
}
#contents .infoBlock #creditTable .cardRevo {
	width:80px;
}
#contents .infoBlock #creditTable .cardInstallments1 {
	width:40px;
}
#contents .infoBlock #creditTable .cardInstallments2 {
}
#contents .infoBlock #creditTable .cardInstallments {
	text-align:center;
}
#contents .infoBlock #creditTable .cardBonus p {
	text-align:left;
}
#contents .paymentBlock {
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #F2E6EB;
	background-color: #EEE;
}
#contents .reference {
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #DDD;
}
#contents #infoCompany dl dd {
	float: left;
	display: block;
}
#contents #infoCompany dl dt {
	float: left;
	display: block;
	clear: both;
}
#contents .paymentBlock #creditTable tr th small {
	font-size: 0.8em;
	line-height: 1em;
}
#contents .textColor2 {
	color: #00F;
}
#contents .textColor1 {
	color: #F00;
}
#contents .paymentBlock .reference h5 {
	font-size: 1em;
	margin-top: 10px;
}
#contents .paymentBlock .reference dl dd {
	float: left;
	display: block;
	margin-bottom: 0.5em;
}
#contents .paymentBlock .reference dl dt {
	float: left;
	display: block;
	clear: both;
	margin-bottom: 0.5em;
	padding-bottom: 0.2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 1.5em;
}
#contents .paymentBlock .reference dl dt:first-child {
	margin-top: 0em;
}
#contents .paymentBlock .reference ul ul li {
	padding-left: 0ex;
	list-style-position: inside;
	list-style-type: circle;
	line-height: 1.5em;
	margin-bottom: 0px;
}
#contents .paymentBlock .reference ul li small {
	font-size: 0.95em;
	font-weight: bold;
	color: #900;
}
#contents .paymentBlock .reference ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
	margin-bottom: 5px;
}
#contents#paymentCollect .reference table {
	display: inline;
}
#headerWrap #header #headMenu {
	background-color: #575B5E;
}
#header #headMenu ul li {
	width:250px;
	height: 24px;
	line-height:24px;
	display: block;
	font-size: 12px;
	text-align:center;
	text-indent:0;
	white-space:normal;
	/* [disabled]overflow:hidden; */
	border-right: solid 1px #999;
}
#headerWrap #header #headMenu ul li a {
	color: #FFF;
	text-decoration: none;
}
#contents#paymentCollect .reference #daibikiTable table {
	float: left;
	margin-right: 20px;
}
#contents #infoDelivery .paymentBlock .reference ul li {
	margin-bottom: 1em;
}
#contents #infoDelivery .paymentBlock .reference dl dt {
	float: none;
	font-weight: bold;
}
#contents #infoDelivery .paymentBlock .reference dl dd {
	float: none;
}
#contents #infoDelivery .paymentBlock .reference dl p {
	font-weight: bold;
	margin-top: 1em;
}






#header #subMenu ul {
	background-color: #575B5E;
	position:fixed;
	top:95px;
	margin-top:20px;
	z-index:1000;
	border-left:solid 1px #575B5E;
	border-right:solid 1px #575B5E;
	background-color: #600;
	display:none;
}

#header #subMenu ul li {
	float: none;
	line-height:200%;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #820000;
}


#headerWrap #header #subMenu #subDelivery {
	
}


#header #subMenu ul li:hover {
	background-color: #399;
}

#header #subMenu ul li a{
	color:#FFF;
	display:block;
}


/*ヘッダー全体****************************/

#header {
	background-image: url(../images/header.jpg);
	height: 113px;
	margin-bottom: 15px;
	position: relative;
	width: 950px;
}

#header * {
	margin: 0px;
	padding: 0px;
}

#header li , #header dt , #header dd{
	float:left;
	list-style-type: none;
}

/*ホームロゴ****************************/

#header #headHome {
	position: absolute;
	height: 75px;
	width: 350px;
	left: 0px;
	top: 0px;
	background-image: url(../images/rococo_logo.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#header #headHome a {
	display: block;
	height: 75px;
}

#header #headHome:hover {
	background-position:1px 1px;
}


/*問い合わせ****************************/

#header #headNaviContact {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 20px;
	width: 330px;
}

#header #headNaviContact li {
	height:23px;
	line-height:23px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#header #headNaviContact a {
	display:block;
}

#header #headNaviContact #naviMail {
	width: 130px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: -620px -20px;
}

#header #headNaviContact #naviMail:hover {
	background-image: url(../images/header_roll.jpg);
}

#header #headNaviContact #naviTel {
	width: 200px;
}




/*カテゴリー****************************/

#header #headMenu {
	position: absolute;
	height: 24px;
	width: 100%;
	top: 81px;
	/* [disabled]background-color: #575B5E; */
}

#header #headMenu ul {
	padding: 0px 10px;
}

#header #headMenu ul li {
	width:14%;
	height: 24px;
	display: block;
	font-size: 12px;
	/* [disabled]text-indent:100%; */

}

#header #headMenu ul li:first-child {
	border-left: solid 1px #999;
}

#header #headMenu ul li a {
	color: #FFF;
	display:block;
}

#header #headMenu #catT-Shirts:hover {
	background-image: url(../images/header_roll.jpg);
	background-position: -10px -81px;
	
}





#header #headNaviShop {
	position: absolute;
	top: 100px;
	right: 0px;
}
#header #headNaviGuide {
	line-height: 35px;
	position: absolute;
	height: 35px;
	top: 40px;
	font-size: 10px;
	width: 400px;
	right: 0px;
}
#header #headNaviGuide ul li {
	width: 20%;
	text-align: center;
}
#header #headKeyword dl dt {
	color: #F60;
	padding-left: 10px;
	margin-right: 5px;
}
#header #headKeyword dl dd {
	letter-spacing: 0.05em;
}


/*キーワード****************************/

#header #headKeyword {
	position: absolute;
	top: 110px;
	font-size: 10px;
	line-height: 25px;
	height: 25px;
	padding-top: 5px;
	font-weight: bold;
	letter-spacing: -0.1em;
	width: 50%;
}

/*検索****************************/


#header #headSearch {
	padding-left: 10px;
	position: absolute;
	top: 142px;
}

#header #headSearch form #searchWindow {
	font-size:12px;
	color:#CCC;
	width:223px;
	height:14px;
	border: 1px solid #999;
	padding:5px;
}

#header #headSearch form #searchSubmit {
	width:22px;
	height:22px;
	background-image: url(../images/submit.jpg);
	border:none;
	position:relative;
	top:0px;
	left:0px;
}

#header #headSearch form #searchSubmit:active {
	top:1px;
	left:1px;
}
#contents #infoPrivacy li {
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	margin-left: 3em;
}

#contents #infoPrivacy > ul {
	margin-bottom:20px;
}

#contents #infoPrivacy ol > li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents #infoPrivacy ol li ul li {
	font-weight: normal;
}
#contents #infoPrivacy ol li p {
	font-weight: normal;
}

#contents #infoPrivacy>ul {
	margin-top: 20px;
}

#footer {
	text-align:center;
	margin: 0 auto;
}


#infoDelivery .mt130 { margin-top:130px !important; }


