@charset "utf-8";

.notice {
padding:10px;
background:#f6f6f6;
color:#000066;
border-radius:8px;
border:1px solid #bbd3de;
margin:20px;
line-height:1.3 !important;
}
.notice p{
margin:0 0 10px !important;
}
.notice a {
color:#000080;
text-decoration:underline;
}

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

#feature a {
color:#000080;
font-weight:bold;
text-decoration:underline;
}

#feature .warning {
padding:10px;
background:#f6f6f6;
color:#000066;
border-radius:8px;
margin:20px 10px 10px;
}
#feature .warning p{
margin-bottom:0.5em;
}

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


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


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

	.notice {
	margin:10px;
	}

}
