@charset "utf-8";

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


#feature ul.circle_black li a{
color:#000080;
font-weight:bold;
text-decoration:underline;
}

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


/* 商品写真
------------------------------------------------------------*/
#main .grid{
width:50%;
padding:20px;
float:left;
}
#main .grid .grid_content{
border:1px solid #ccc;
}
/*#main .grid .grid_content .text{
font-size:14px;
font-size:1.4rem;
background-color:#eee;
color:#000066;
line-height:1.2;
padding:5px;
}*/

#main .grid .grid_content img{
width:100%;
height:auto;
/*border-bottom:1px solid #ccc;*/
vertical-align:bottom;
}


/* 施工方法
------------------------------------------------------------*/
#apply dl{
width:340px;
height:180px;
background-color:#F5F5DC;
margin:0 10px 0 0;
padding:10px;
float:left;
}

#apply dd {
color:#800000;
}

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


/* 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){

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

	#apply dl{
	width:100%;
	height:auto;
	}

}

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

}
