@charset "utf-8";

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

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

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

.que_enpura {
clear:both;
padding:10px;
background:#f6f6f6 url("../img/warning2.gif") no-repeat 5px 5px;
color:#000066;
border-radius:8px;
border: 1px solid #bbd3de;
margin:10px 0;
}
.que_enpura p{
margin: 0 0 10px 40px !important;
}
.que_enpura .que_enpura_link{
width:350px;
text-align:center;
padding:0 5px;
margin:0 auto;
border:1px solid #999;
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;
}
.que_enpura .que_enpura_link a{
color:#000080;
text-decoration:none !important;
font-weight:normal;
font-size:16px;
font-size:1.6rem;
line-height:1;
}
.que_enpura .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;
}

#main2{
padding:10px 20px;
}
#main2 img{
border:1px solid #ccc;
max-width:98%;
height:auto;
}

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

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

	.que_enpura .que_enpura_link{
	width:96%;
	}
}
