@charset "utf-8";

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


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

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

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


/* 商品写真
------------------------------------------------------------*/
#main .grid{
width:50%;
padding:20px 15px 10px;
float:left;
}
#main2 .grid{
width:33%;
padding:20px 15px 10px;
float:left;
}

#main .grid .grid_content, #main2 .grid .grid_content{
border:1px solid #ccc;
}
#main .grid .grid_content .text, #main2 .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, #main2 .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, #main2 .grid{
	width:100%;
	padding:10px;
	}

}
