


/* top */
.top div{
	display:block;
	height:300px;
	background:url(../price/bg.jpg) center top no-repeat;
}
.top h1 img{
	display:block;
	margin:30px auto;
}
.top h1{
	padding-top:60px;
	font-size:35px;
	text-align:center;
	color:#fff;
}




/*price*/
.price{
	margin:30px auto;
	max-width:1200px;
}

.price ul{
	margin:0px auto;
}

.price li{
	margin:0px 20px 20px 20px; 
	width:45%;
	min-height:400px;
	float:left;
	font-size:16px;
}
.price .eva{
	padding-bottom:10px;
	font-weight:bold;
	font-size:20px;
}
.price div{
	display:block;
	margin-top:20px;
	font-size:18px;
	line-height:35px;
	color:#F63;
}
.price div span{
	font-size:18px;
	color:#000;
}

.price .sub{
	color:#000;
	font-size:16px;
	text-align:right;
	padding-right:1em;
}
.price small{
	font-size:14px;
}

.price h2{
	font-size:20px;
	font-weight:bold;
	padding:10px 0px;
	margin:20px auto;
	border-bottom:solid 1px #17343C;
	text-align:center;
}
.price h2 span{
	color: #ff0000;
}

.price h2 img{
	padding-right:10px;
	vertical-align:middle;
}

.price .img{
	width:100%;
	max-width:255px;
	float:left;
	padding-right:20px;
}


.title{
	font-size:32px;
	padding-bottom:30px;
	text-align:center;
}


/*sample*/
.sample{
	margin:50px auto;
	max-width:1200px;
}
.sample div{
	margin:20px auto;
	padding:40px;
	max-width:750px;
	background-image:url(../img/bg.gif);
	font-size:28px;
	color:#fff;
	text-align:center;
}
.sample .setsu{
	text-align:left;
	margin-left:10em;
	font-size:16px;
}

.sample span{
	font-size:16px;
	vertical-align:middle;
}





/*other*/
.other{
	margin:100px auto;
	max-width:900px;
}

.other ul{
	margin:20px auto;
	padding:0px 15px;
}
.other li{
	padding:20px 0px;
	clear:both;
}

.other li div{
	width:60%;
	float:left;
	margin:10px; 
}
.other h1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
	padding:30px 0px 20px 0px;
	border-bottom:solid 1px #17343C;
}
.other li img{
	margin:auto;
	padding:20px;
	width:100%;
	max-width:280px;
}
.other span{
	display:block;
	margin-top:20px;
	font-size:24px;
	line-height:40px;
	color:#000;
}
.other .zei{
	font-size:16px;
}
.other .sub{
	font-size:16px;
}



/*kouzou*/
.kouzou{
	margin:50px auto;
	max-width:1200px;
	text-align:center;
}
.kouzou img{
	width:100%;
	max-width:515px;
	padding-top:40px;
}



/*heri*/
.heri{
	margin:50px auto;
	padding:0px 15px;
	max-width:1200px;
	text-align:center;
}
.heri1{
	max-width:1000px;
	margin:auto;
}
.heri1 li{
	width:150px;
	height:150px;
	margin:10px;
}
.heri2{
	max-width:1000px;
	margin:auto;
}
.heri2 li{
	width:100px;
	height:335px;
	margin:14px;
}





/*toko*/
.toko{
	margin:100px auto;
	max-width:1200px;
	min-height:350px;
	text-align:center;
}
.toko ul{
	margin:auto;
}
.toko li{
	margin:1%;
	width:23%;
	min-height:300px;
	float:left;
}
.toko h2{
	font-size:20px;
	font-weight:bold;
}
.toko img{
	width:90%;
}



/*kaedoki*/
.kaedoki{
	margin:50px auto;
	max-width:1200px;
	text-align:center;
}
.kaedoki ul{
	margin:20px auto;
	padding:20px;
	background-image:url(../img/bg.gif);
	font-size:25px;
	color:#fff;
}
.kaedoki li{
	margin:8px 0px;
	width:48%;
	float:left;
	text-align:left;
}

.kaedoki div{
	font-size:22px;
}

.kaedoki i{
	padding-right:5px;
}


/*other3*/
.other3{
	margin:100px auto;
	max-width:900px;
	padding:0px 15px;
}
.other3 h1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	padding:30px 0px 20px 0px;
	border-bottom:solid 1px #17343C;
}

/*brand*/
.brand{
	margin:100px auto;
	max-width:1200px;
}
.brand h1{
	width:6em;
	margin:10px auto;
	padding-bottom:10px;
	border-bottom:solid 2px #17343C;
}
.brand h1 img{
	display:block;
	margin:10px auto;
}

.brand ul{
	margin:50px auto;
}

.brand li{
	margin:10px; 
	width:45%;
	height:320px;
	float:left;
}
.brand h2{
	font-size:22px;
	font-weight:bold;
	padding:30px 5px 5px 5px;
	text-align:center;
}
.brand li p:nth-of-type(1){
	margin-top:20px;
}
.brand li img{
	float:left;
	padding-right:10px;
}




.price:after, .sample:after, .other:after, .heri1:after, .heri2:after, .brand:after, .toko:after, .kaedoki ul:after{
	content:"";
	display:block;
	clear:both;
}




@media only screen and (max-width: 768px) {


/*price*/
.price li{
	margin:10px;
	height:630px;
}
.price div{
	margin-top:10px;
}
.price h2{
	border:none;
	font-size:18px;
}
.price .img{
	display:block;
	margin:auto;
	float:none;
	padding:0px 0px 10px 0px;
}
.price h2 span{
	display: block;
}

/*sample*/
.sample div{
	font-size:30px;
}


/*other*/
.other li div{
	width:53%;
}
.other h1{
	font-size:22px;
	text-align:center;
}
.other li img{
	padding:0px;
	width:43%;
}


/*other2*/
.other2 h1{
	font-size:22px;
	text-align:center;
}
.other2 li img{
	padding:0px;
	width:43%;
}



.toko li{
	width:48%;
}


/*kaedoki*/
.kaedoki ul{
	font-size:18px;
}



/*brand*/
.brand li{
	width:90%;
	float:none;
}


}

@media only screen and (max-width: 480px) {

/*price*/
.price li{
	width:90%;
	float:none;
}
.price li span{
	text-align:center;
}

.price .eva{
	text-align:center;
}


/*sample*/
.sample div{
	margin:0px auto;
	padding:10px;
	font-size:20px;
}
.sample .setsu{
	margin-left:0em;
	font-size:16px;
}



.toko li{
	margin:5%;
	width:90%;
}




/*other*/
.other{
	margin:50px auto;
}
.other li div{
	width:90%;
	float:none;
}
.other li img{
	display:block;
	width:90%;
}
/*other2*/
.other2{
	margin:50px auto;
}
.other2 li div{
	width:100%;
	float:none;
}
.other2 li img{
	display:block;
	padding:10px;
	width:90%;
}



/*kouzou*/
.kouzou img{
	width:90%;
}



.title{
	font-size:22px;
	padding-bottom:10px;
}



/*kaedoki*/
.kaedoki li{
	margin:8px 0px;
	width:100%;
	float:none;
	text-align:left;
}
.kaedoki div{
	font-size:17px;
}
.kaedoki ul{
	font-size:17px;
}


/*other3*/
.other3{
	font-size:16px;
}
.other3 h1{
	text-align:center;
}


/*brand*/
.brand li{
	width:90%;
	height:500px;
	float:none;
}
.brand h2{
	padding:10px 5px 5px 5px;
}

.brand li img{
	display:block;
	margin:auto;
	float:none;
	padding:0px 10px;
}

.pc_hid{
        display: block;
    }

}


/*PC‚Å–³Œø*/
.pc_hid{
    display: none;
}
