@charset "utf-8";

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


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

table.spec_table td:nth-of-type(2) {
text-align:left;
}
table.spec_table td:nth-of-type(3) {
text-align:left;
}


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

#main2 .grid{
width:33%;
padding:20px 15px 10px;
float:left;
}
#main2 .grid .grid_content{
border:1px solid #ccc;
}
#main2 .grid .grid_content .text{
font-size:14px;
font-size:1.4rem;
background-color:#eee;
color:#000066;
line-height:1.2;
padding:5px;
}
#main2 .grid .grid_content img{
width:100%;
height:auto;
border-bottom:1px solid #ccc;
vertical-align:bottom;
}


/* 施工方法
------------------------------------------------------------*/
#apply img {
max-width:98%;
height:auto;
}

#apply dl{
width:33%;
/*height:400px;*/
border:1px solid #000066;
background-color:#F5F5DC;
margin:0;
padding:10px;
float:left;
}

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

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

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


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:961px){
}

/* 幅960px以下（iPadサイズ）から
------------------------------------------------------------*/
@media only screen and (max-width:960px){
}

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

	#main2 .grid{
	width:100%;
	padding:10px;
	}
}

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

	#apply dl{
	width:50%;
	}

}
