@charset "utf-8";

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

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

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

#apply2 dl{
width:340px;
height:250px;
background-color:#F5F5DC;
margin:0 10px 10px 0;
padding:5px;
float:left;
}

#apply2 dd {
color:#800000;
padding:5px;
}

#apply2 dt img{
border:1px solid #999;
margin:5px auto;
display:block;
}

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


/* 商品写真
------------------------------------------------------------*/
#main{
margin:20px 0;
text-align:center;
}
#main img{
border:1px solid #ccc;
max-width:98%;
height:auto;
}


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

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

	#apply2 dl{
	width:100%;
	}

	#apply2 dt img{
	width:100%;
	height:auto;
	}
}
