@charset "utf-8";

/* 汎用 */
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt35{ margin-top:35px; }
.mt45{ margin-top:45px; }
.mt60{ margin-top:60px; }
.mt85{ margin-top:85px; }

.txtRight{ text-align:right; }

/* header */
#mainPhoto{
	clear:both;
	height:450px;
}

#photoNavi{
	width:900px;
	height:75px;
	margin-top:5px;
}

#photoNavi ul li{
	float:left;
	width:150px;
	height:75px;
}

#photoNavi ul li img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	cursor: pointer;
}
#photoNavi ul li:hover img,
#photoNavi ul li.current img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#photoNavi ul li.current img { cursor: default; }

.gallery-fade {
	position: relative;
	width: 900px;
	margin: 0;
	overflow: hidden;
}

.gallery-fade .holder {
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 100%;
}
	
.gallery-fade .holder ul {
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	list-style: none;
}
		
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	padding: 0;
}
			
.gallery-fade .holder ul li img {　display: block; }


/* contents */
#contents{
	clear:both;
	margin-top:50px;
	margin-bottom:80px;
}

#contL{
	float:left;
	width:402px;
}

#contR{
	float:right;
	width:400px;
}

.productTitle{ margin:35px 0 42px 0; }

#gmapWrap{
	position:relative;
	overflow:hidden;
	width:400px;
	height:400px;
	border:1px solid #000;
}

#gmap {
	position: absolute;
	top: 0px;
	left: 0;
	width: 400px;
	height: 400px;
	text-align: center;
	color: #FFF;
	background: #FFF;
	z-index: 3;
	visibility: hidden;
}



#navi{ margin-bottom:60px; }
#navi li{
	margin-bottom:25px;
	text-align:right;
}

.mainTxt{
	font-size:14px;
	line-height:2.14em;
	letter-spacing:0.075em;
	text-align:left;
	color:#3c1919;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* contentBottom */
#contentsBottom{
	clear:both;
}

#lineup{ margin-top:15px; }

#lineup li{
	float:left;
}

#lineup li a img {
	filter: alpha(opacity=33);
	-moz-opacity:0.33;
	opacity:0.33;
}
#lineup li.current a img,
#lineup li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#lineup li.current a { cursor: default;	}



/* cart */

/*temp
#hcart,
.cart_area,
.onsale
{ display:block !important; }
temp*/

.cartWrap{
	width:246px;
	padding-left:10px;
	margin-bottom:52px;
}

.cartWrap h4{
	text-align:center;
	margin-bottom:22px;
}

.cartWrap ul{ clear:both; }

.cartWrap li{
	float:left;
	width:72px;
	margin-right:10px;
	margin-bottom:22px;
}

.stock{
	font-size:11px;
	line-height:1.8;
	color:#FF0000;
	text-align:center;
}

#lcart li{
	width:142px;
	margin:0 auto;
	text-align:center;
}

#lcart .stock{
	width:142px;
	text-align:center;
}

.spec{
	padding-top:20px;
	clear:both;
}

.cart_btn{ cursor: pointer; }
.notsale { display: none; }

.aboutbtn {
	margin-top: 35px;
	margin-bottom: 40px;
}


#precart {
	width: 340px;
	border: 1px solid #F4F4D6;
	padding: 15px;
	margin-bottom: 35px;
	font-size: 12px;
	line-height: 28px;
}
	

