@charset "utf-8";

/**** Clearfix ****/
#apply:after{content:""; display:table;clear:both;}
#apply{zoom:1;}


#spec img {
max-width:98%;
height:auto;
}


/* 商品写真
------------------------------------------------------------*/
#main, #main2{
text-align:center;
}
#main img{
max-width:98%;
height:auto;
border:1px solid #ccc;
}

#main2 img{
margin:10px 20px;
border:1px solid #ccc;
}


/* 施工方法
------------------------------------------------------------*/
#apply dl{
width:20%;
/*height:420px;*/
border:1px solid #000066;
background-color:#F5F5DC;
margin:0;
padding:5px;
float:left;
}

#apply dd {
color:#800000;
line-height:1.3;
}

#apply dt img{
border:1px solid #999;
width:96%;
height:auto;
margin:5px auto;
display:block;
}

#apply .apply_content {
margin:0 5px 10px;
}

/* 幅560px以下から
------------------------------------------------------------*/
@media only screen and (max-width:560px){

	#apply dl{
	width:33%;
	}

}

/* 幅480px以下から
------------------------------------------------------------*/
@media only screen and (max-width:480px){

	#main2 img{
	max-width:96%;
	height:auto;
	margin:2%;
	}

}
