@charset "utf-8";
/* CSS Document */
#HeaderNavi li#NavProducts a {
	color: #ff5b0b;
}
span.b_20{
	font-weight: bold;
	font-size: 18px;
	
}
p#SiteCopy {
	font-size: 13px;
	margin: 0px;
	color: #333;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 70px;
}
#H1Wrapper {
	width: 100%;
	height: 120px;
	background-image: -moz-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	overflow: hidden
}
#H1Wrapper h1 {
	width: 940px;
	margin: 0 auto;
	font-size:34px;
	color: #fff;
	padding: 7px 0px 0px
}
#H1Wrapper h1 span{
	font-size:15px;
}
h2 {
	font-size: 32px;
	font-weight: bold;
	background: url(../img/h2_bg.gif) bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#MvWrapper{
	width: 100%;
	background: #f2f6f9	
}

#Mv{
	width: 1000px;
	margin: 0 auto 80px;
}

#MinimumLot{
	text-align: right;
	margin-bottom: 30px
}
.minimum_lot{
	clear: both;
	margin-bottom: 30px;
	font-size:13px;
}
.minimum_lot > span,
#MinimumLot > span{
	border-bottom:solid 1px #333;

}

#MinimumLot span span{
	font-size: 20px;
}
.minimum_lot span span{
	font-size: 15px;
}

#Product{
	width: 980px;
	margin: 0 auto;
}

.product_box{
	width:980px;
	overflow: hidden;
	clear: both
}

.product_left{
	width:475px;
	float: left;
	overflow: hidden
}
.product_right{
	width:475px;
	float: right;
	overflow: hidden
}
.product_box{
	margin-bottom: 50px;
}
.product_box h3{
	background: url(../img/h3_bg.gif) no-repeat left bottom;
	font-size:20px;
	margin: 0 0 30px 0;
	padding: 10px 10px 10px 0px;
}

.product_box h3 span{
	font-size:16px;
}

.product_image{
	width: 190px;
	float: left;	
}

.product_image a:hover{
	opacity: 0.8	
}

.product_detail{
	width: 275px;
	float: right;
	word-break: break-all
}

.copy{
	color:#465e97;
	font-size:16px; 
	margin: 0 0 20px 0;
	line-height: 1.4;
	font-weight: bold
}


/*----------------------------------------------
個別ページ
----------------------------------------------*/

#ProductDetailMvWrapper{
	width: 100%;
	background: #f0f4f7
}

#ProductDetailMv{
	width: 1000px;
	margin: 0 auto 30px;
}



#ProductDetail{
	width: 960px;
	margin: 0 auto;
}
#ProductDetail p{
	max-height: 100%; 
	font-size: 16px;
}

.m20{
	margin-bottom: 20px;
}
.m50{
	margin-bottom: 50px;
}


.recommend{
	margin-bottom: 50px;
	overflow: hidden
}
.recommend li{
		max-height: 100%; 
	margin: 10px 10px 10px 20px;
	list-style: disc inside;
	text-indent: -13px;
}

.recommend_left{
	width: 240px;
	float: left
}

.recommend_right{
	width: 695px;
	float: right
}

.recommend h2{
	font-size:24px;
	padding:0 0 10px;
	margin-top:0px; 
	background: url(../img/recommend_title_bg.gif) bottom center no-repeat;	
}

.recommend p.price{
	font-size: 14px;
	margin-top: 50px;
	padding-left: 20px;

}
#ItemList{
	margin-top:50px; 
	overflow: hidden
}


#ItemList h2{
	font-size:32px;
	padding:0 0 15px;
	margin-top:0px; 
	background: url( ../img/item_title_bg.gif) bottom center no-repeat;	
}


#ItemList ul{
	width: 960px;
	clear: both

}
#ItemList li{
	width: 210px;
	margin-right: 30px;
	margin-bottom: 40px;
	float: left;
	text-align: center
}

#ItemList ul li:nth-child(4){
	margin-right: 0px;
}

#ItemList li img{
	margin-bottom: 5px;
}

#Back{
	text-align: right;
	margin: 0px 0px 100px;
}


#Back a{
	display: inline;
	font-weight: bold;
	background: url(../img/link_arrow_l.png) no-repeat center right;
	padding-right: 50px;
	font-size: 18px;
		-webkit-transition:color .2s ease;
   transition:color .2s ease;	
}

@media screen and (max-width: 767px) {
	
p#SiteCopy {
	font-size: 11px;
	margin: 0px;
	color: #333;
	position: absolute;
	z-index: 10;
	top: -1px;
	left: 6px;
}
	
#H1Wrapper {
	height: 100px;
}	

	
#H1Wrapper h1 {
	width: 100%;
	font-size:22px;
	padding-top: 0px;
	padding-left: 8px;
	margin-top: 20px;
}	

#H1Wrapper h1 span {
	font-size: 14px;
	font-weight: normal;	
}

	
h2{
	font-size: 22px;

}

#MvWrapper{
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#Mv{
	width: 100%;
	background-image: url(../img/mv_mb.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

#Mv img{
	height: auto;
	width: 100%;
	}

#MvWrapper .mb_only p{
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;	
	}

#Product{
	width: 96%;
}

.product_box{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;	
	}
	
.product_left{
	width:100%;
	float: none;
	overflow: hidden
}
.product_right{
	width:100%;
	float: none;
	overflow: hidden
}

.product_box:last-child{
	margin-bottom: 60px;
	}

.product_image{
	width: 40%;
	float: left;	
}

.product_image a img{
	height: auto;
	width: 100%;
	}

.product_detail{
	width: 60%;
	padding-left: 12px;
	margin-bottom: 20px;		

}

.copy{
	font-size:15px;
	margin-bottom: 12px;	
}

.minimum_lot{
	background-color: #ECECEC;
	text-align: center;
	padding: 2px;
	
}


.minimum_lot > span,
#MinimumLot > span{
	border-bottom-style: none;
}


}

