@charset "utf-8";

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


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


/* 商品写真
------------------------------------------------------------*/
.main{
margin:20px 20px 30px;
}

.main img{
float:left;
width:50%;
height:auto;
border:1px solid #ccc;
vertical-align:bottom;
}


/* 施工方法
------------------------------------------------------------*/
#apply dl{
width:25%;
/*height:280px;*/
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:10px auto 20px;
display:block;
}

#apply .apply_tab {
border:1px solid #666;
border-top-left-radius:5px;
border-top-right-radius:5px;
color:#fff;
text-align:center;
padding:5px;
background-color:#000066;
width:200px;
}

#apply .apply_content {
float:left;
margin:0 0 20px 10px;
}


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

	.main img{
	width:100%;
	}

	#apply dl{
	width:50%;
	}

}
