@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a img {
	visibility: hidden;
}

#gNavi li:nth-child(2) .subList li:nth-child(5) a {
    background: url(../img/common/g_sub_navi09_over.gif) no-repeat left top;
}

#gNavi li:nth-child(2) .subList li:nth-child(5) a img{
    visibility: hidden;
}

.pageTitle {
	background: url(../img/shoshi/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/shoshi/page_title_bg.jpg',  sizingMethod='scale');
}

#main {
	width: auto; 
}

#main .txt01 {
	margin-bottom: 6px;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

#main .note {
	margin-bottom: 34px;
	color: #333;
	font-size: 13px;
	text-align: center;
}

#main .headLine02 {
	margin-bottom: 12px;
}

#main .comInformation {
	margin-bottom: 50px;
}

#main .comInformation .subInformation .textBox .selling02 {
	margin-bottom: 10px;
}

#main .comInformation .subInformation .textBox .sellingList {
	margin-bottom: 18px;
}

#main .shoshiBox {
	margin: 0 -30px 100px 0;
	width: 1018px;
}

#main .shoshiBox .subBox {
	float: left;
	margin-right: 30px;
	padding: 26px 20px 18px;
	width: 439px;
	background-color: #F0F2EE;
}

#main .shoshiBox .subBox p {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	text-align: center;
}

#main .shoshiBox .subBox li {
	padding: 0 0 5px 30px;
	font-size: 18px;
	line-height: 1.6;
	background: url(../img/common/icon02.png) no-repeat left top;
}

#main .wrap {
	margin-bottom: 62px;
	padding: 72px 0 100px;
}

#main .h3Ttl {
	color: #000;
	margin-bottom: 29px;
}

#main .wrap .productionUl {
	margin-right: -31px;
	width: 1020px;
}

#main .wrap .productionUl li {
	float: left;
	position: relative;
	margin-right: 31px;
	padding: 20px 20px 16px;
	width: 269px;
	background-color: #fff;
}

#main .wrap .productionUl li:before {
	width: 13px;  
    height: 13px;
	background: url(../img/common/icon04.gif) no-repeat left top;
    position: absolute;  
    top: 48%;  
    left: -21px;  
  
    content: ""; 
}

#main .wrap .productionUl li:first-child:before {
	background: none;
}

#main .wrap .productionUl li .pho {
	margin-bottom: 8px;
}

#main .wrap .productionUl li p {
	font-size: 16px;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		background: url(../img/shoshi/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	#main {
		margin: 0 0 50px;
		color: #000;
	}
	
	#main .txt01 {
		margin-bottom: 4px;
		font-size: 14px;
		text-align: left;
	}
	
	#main .note {
		margin: 0 0 22px 1em;
		text-indent: -1em;
		font-size: 12px;
		text-align: left;
	}
	
	#main .comInformation {
		margin-bottom: 25px;
	}
	
	#main .comInformation .subInformation .gallery .pho img {
		width: 100%;
	}
	
	#main .comInformation .subInformation .textBox .sellingList {
		margin-bottom: 8px;
	}
	
	#main .comInformation .subInformation .textBox .selling02 {
		margin-bottom: 2px;
	}
	
	#main .shoshiBox {
		margin: 0 0 30px;
		width: auto;
	}
	
	#main .shoshiBox .subBox {
		float: none;
		margin: 0 0 25px;
		padding: 17px 15px;
		width: auto;
	}
	
	#main .shoshiBox .subBox p {
		margin-bottom: 4px;
		color: #000;
		font-size: 16px;
	}
	
	#main .shoshiBox .subBox li {
		padding: 0 0 5px 36px;
		font-size: 16px;
		background: url(../img/common/sp_icon02.png) no-repeat left top;
		background-size: 26px 24px;
	}
	
	#main .wrap {
		margin-bottom: 37px;
		padding: 36px 0 25px;
	}
	
	#main .h3Ttl {
		margin-bottom: 16px;
		line-height: 1.6;
	}
	
	#main .wrap .productionUl {
		margin-right: 0;
		width: auto;
	}
	
	#main .wrap .productionUl li {
		float: none;
		margin: 0 0 30px;
		padding: 15px 15px;
		height: inherit !important;
		width: auto;
	}
	
	#main .wrap .productionUl li:before {
		width: 12px;  
		height: 11px;
		background: url(../img/common/sp_icon04.gif) no-repeat left top;
		background-size: 12px 11px;
		position: absolute;  
		top: -20px;  
		left: 50%;
		margin-left: -6px;
	  
		content: ""; 
	}

	
	#main .wrap .productionUl li img {
		width: 100%;
	}
	
}