@charset "UTF-8";

body{
	margin:0;
	padding:0;
	font:normal 14px/26px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
	text-align:left;
	background:#FFF url(../images/bg.gif) repeat fixed;
	color:#000;
	-webkit-text-size-adjust:none;
}


/*////////// reset //////////*/

/* reset */
div,
h1,h2,h3,h4,p,
ul,ol,li,
dl,dt,dd,
table,tr,th,td,
form,input,
img{
	margin:0;
	padding:0;
}

iframe{
	margin:0;
	padding:0;
	border:none;
}

/* link */
a{
	margin:0;
	padding:0;
	color:#666666;
}
a:hover{ color:#666666; text-decoration:none; }

/* list */
ul,ol{ list-style:none; }

/* image */
img{
	border:none;
	vertical-align:bottom;
}

/* table */
table{
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
}



/*////////// 汎用クラス //////////*/

/* text */
.indent,
.indentList li{
	margin-left:1em;
	text-indent:-1em;
}

.small{ font-size:12px; }
.red{ color:#D10000; }

.alnC{ text-align:center; }
.alnR{ text-align:right; }

/* clearfix */
.clrfx:after{
	content:"";
	display:block;
	clear:both;
}
.clrfx{ zoom:1; }

.clr{ clear:both; }

/* layout */
.fltL{ float:left; }
.fltR{ float:right; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }

.hoverOp:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}


/*////////// メイン //////////*/
.wrapper{
	width: 880px;
	margin: 0 auto;
	background-color: #FFF;
}

.backtohead{
	margin: 20px 80px 50px 0;
	text-align: right;
}

/* footer */
#footer{
	margin-top: 20px;
	padding: 40px 40px 60px 40px;
	background: url(../images/footer_bg.gif) no-repeat;
}

#footerNav{ float:left; }
#footerNav li{
	float:left;
	margin-right:35px;
}
#footerNav li a,
#footerNav li img{ display:block; }

#copyright{ float:right; }


/*////////// インデックス //////////*/
hr.line1{
	width: 986px;
	height: 60px;
	margin-left: -53px;
	background: url(../images/top/line1.png) no-repeat bottom;
	border: none;
}

hr.line2{
	width: 920px;
	height: 40px;
	margin-left: -20px;
	background: url(../images/top/line2.png) no-repeat bottom;
	border: none;
}

hr.line3{
	width: 920px;
	height: 40px;
	margin-left: -20px;
	background: url(../images/top/line3.png) no-repeat bottom;
	border: none;
}

#top h1{ display: none; }

#topMain{
	position: relative;
	width: 832px;
	height: 517px;
	margin: 0 auto;
}
#topMain li{ display: none; position: absolute; }

#top .section{
	padding: 0 40px;
}

#top #pnav{
	margin-top: 40px;
	padding: 0 40px;
	background: url(../images/top/pnav_bg.gif) no-repeat 40px top;
}

#top #pnav ul{
	width: 625px;
	margin-top: 20px;
	margin-left: 140px;
}

#top #pnav ul li{ float: left; }
#top #pnav ul li:nth-child(odd){ margin-top: 60px; }

#top .pLead{
	position: relative;
	margin: 20px 0 70px 0;
	padding: 0 40px;
}

#top .pImg{ position: absolute; }
#top .pWear{
	position: absolute;
	bottom: -50px;
	right: 40px;
}
#top .pFeature{ position: absolute; }
#top .pNotice{
	margin-top: 25px;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}

#top .pList{
	width: 820px;
	margin: 30px 0 0 28px;
}

#top .pList li{
	float: left;
	margin: 0 0 22px 12px;
}

#top .pList li p{
	margin-top: 6px;
	text-align: center;
	height: 25px;
}

#top #pRuck .pImg{
	top: 96px;
	left: 425px;
}
#top #pRuck .pFeature{
	top: 26px;
	right: 70px;
}

#top #pTote .pImg{
	top: 28px;
	left: 440px;
}

#top #pMini .pImg{
	top: 96px;
	left: 472px;
}

#top #pPoch .pImg{
	top: 36px;
	left: 476px;
}

#top #pWall .pImg{
	top: 130px;
	left: 442px;
}
#top #pWall .pWear{ bottom: -80px; }

#top #contentfooter{ margin:40px 0 60px 152px; }
#top #contentfooter li{
	float: left;
	margin-left:90px;
	font-size: 12px;
	line-height:1.6;
}
#top #contentfooter li:last-child{ padding-top: 158px; }
	

/*////////// 中ページ //////////*/

/*/// window ///*/
.bwin{ background: none; }

#about{
	width: 680px;
	padding: 40px 90px;
}

/* detail */
#detail{
	width: 800px;
	padding: 40px;
}

#detail .spec{
	float: left;
	width: 240px;
}

#omo, #ura, #naka{ position: relative; cursor: pointer; }
.zoomicon{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#ura, #naka{ margin-top: 20px; }

#detail .spec dl{ margin-top: 40px; font-size:12px; }
#detail .spec dl.mt10{ margin-top: 10px; }
#detail .spec dd{
	margin-left: 60px;
	margin-top: -26px;
}

#detail .viewer{
	float: right;
	width: 534px;
	height: 520px;
}
	
#zoomCont{
	width: 166px;
	margin-top: 15px;
	margin-left: 480px;
}

.zoom_in{
	float: left;
	cursor: pointer;
}

.zoom_out{
	float: right;
	cursor: pointer;
}

/*/// notice ///*/
#notice{ padding-top: 22px; }

#notice .noticeNav{ margin: 52px 0 60px 140px; }
#notice .noticeNav li{ margin-bottom: 10px; }

#notice h2{ margin: 50px 0 20px 75px; }
#notice .nContent{ margin: 20px 120px; }
#notice .nContent .headline {
    background-color: #666666;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 20px;
    padding: 2px 10px;
}

#notice .nContent .strong{
	font-weight: bold;
}

/*/// howtomake ///*/
#howto .hContet{
	margin: 30px 0 90px 0;
	padding: 0 60px;
}

#howto .htNav li{ margin-bottom: 15px; }

#howto .hContet .fltL{ width: 430px; }

#howto .serif{ padding-left: 110px; letter-spacing: 0; }
#serif1{ background: url(../images/howto/serif1.jpg) no-repeat left top; }
#serif2{ background: url(../images/howto/serif2.jpg) no-repeat left top; }
#serif4{ background: url(../images/howto/serif4.jpg) no-repeat left top; }
#serif5{ background: url(../images/howto/serif5.jpg) no-repeat left top; }

/*/// itoi ///*/
#itoi .iContent{ margin: 35px 0 30px 160px; }
#itoi .iCaption{
	margin: 10px 0 30px 160px;
	font-size: 12px;
	color: #666666;
}
#itoi .iImg{ margin: 30px 0 10px 160px; }

/*/// shop ///*/
#shop .sContent{ padding: 0 60px; }
#shop .sContent .fltL{ width: 360px; font-size:13px; line-height:1.75; letter-spacing:0; }

/*///////// スライド //////////*/
#slideWrap{
	width:800px;
	padding-top: 50px;
	position:relative;
}

.slideImg{
	display:none;
	position:absolute;
	width:800px;
	text-align:center;
}

.active{ display:block; }

.slideImg p{ margin-top:15px; }

#prevBtn{
	position:absolute;
	top:600px;
	left:0;
	cursor: pointer;
}

#nextBtn{
	position:absolute;
	top:600px;
	right:0;
	cursor: pointer;
}

