@charset "utf-8";

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


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

.limited {
clear:both;
font-size:14px;
font-size:1.4rem;
padding:10px 10px 10px 45px;
background:#f5f5f5 url("https://www.iifas.jp/img/sale.png") no-repeat 5px 5px;
color:#000066;
border-radius:8px;
/*border: 1px solid #bbd3de;*/
margin:10px 0 0;
}


/* 商品写真
------------------------------------------------------------*/
#main2{
text-align:center;
}
#main2 img{
max-width:100%;
height:auto;
}

#main .grid{
width:50%;
padding:20px 20px 30px;
float:left;
}
#main .grid .grid_content{
border:1px solid #ccc;
}
/*#main .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%;
}


/* 施工例
------------------------------------------------------------*/
.apply_content .apply_photo {
float:left;
margin:0 10px 10px 0;
}
.apply_content .apply_photo img{
border:1px solid #ccc;
}

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

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

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

	.apply_content img{
	width:100%;
	height:auto;
	}

}

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

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

}

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

}
