@charset "utf-8";

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



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


/* 商品写真
------------------------------------------------------------*/
#main .grid{
width:50%;
padding:20px;
float:left;
}
#main .grid .grid_content{
border:1px solid #ccc;
}
/*#main_flip .grid .grid_content .text{
font-size:14px;
font-size:1.4rem;
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;
}

#main .grid .grid_content .flash{
position:relative;
width:100%;
padding-top:75%;
height:0;
}
#main .grid .grid_content .flash iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

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


/* ［ステンめっき］とは
------------------------------------------------------------*/
.stain_feature {
padding:15px;
background: url('https://www.iifas.jp/img/bg18.png') 0px 0px repeat-x;
color:#000066;
border-radius:8px;
border:1px dashed #006600;
margin:20px 0;
line-height:1.3;
}
.stain_feature .stain_feature_title{
font-size:20px;
font-size:2.0rem;
padding:2px 0 8px 20px;
background: url('https://www.iifas.jp/img/yaz3_green.gif') no-repeat 2px 6px;
color:#006600;
font-weight:bold;
line-height:1.2;
}
.stain_feature p.kome {
color:#800000;
margin:5px 0 0 0;
}

.stain_feature img {
max-width:98%;
height:auto;
}


/* 施工方法
------------------------------------------------------------*/
#apply dl{
/*width:150px;*/
width:25%;
/*height:320px;*/
border:1px solid #990000;
background-color:#F5F5DC;
/*margin:0 10px 20px 0;*/
margin:0;
padding:10px;
float:left;
}

#apply dd {
color:#800000;
}

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


/* 製品案内ビデオ
------------------------------------------------------------*/
#video{
padding:30px;
}
#video .youtube{
position:relative;
width:100%;
padding-top:56.25%;
height:0;
}
#video .youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}


/* 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;
	}

	#main2 img{
	margin:10px;
	}

	#video{
	padding:20px;
	}

	#apply dl{
	width:50%;
	}

}
