@charset "utf-8";

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


#main_header3{
font-weight:normal;
}

h2.resp-accordion:first-child:before{
content:""!important;
}

#order .que_enpura_link{
width:400px;
text-align:center;
padding:5px;
margin:0 auto;
border:1px solid #333;
border-radius:5px;
background:#EEE;
background:-moz-linear-gradient(top,#fff 0%,#eee);
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
cursor:pointer;
}
#order .que_enpura_link a{
color:#000080;
text-decoration:none;
font-weight:normal;
font-size:16px;
font-size:1.6rem;
line-height:1;
}
#order .que_enpura_link a:hover{
color:#800000;
text-decoration:underline;
}

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

	#order .que_enpura_link{
	width:100%;
	}
}
