@charset "utf-8";

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


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

#size 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;
margin:10px 0;
}


/* 商品写真
------------------------------------------------------------*/
#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;
}


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

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

}
