@charset "UTF-8";
/* CSS Document */

#header .close{cursor: pointer; position: absolute; right: 8px; top: 8px; width:20px; z-index: 3;}
#header .close img{max-width:100%;}

.shop_tbl{width:100%;max-width:920px;margin:20px auto; font-size:0.8em;background:#A0C8E9;}
.shop_tbl td{	background:#FFF;color:#333;padding:10px;word-break:break-all;}
.shop_tbl th{	background:#4591D1;color:#fff;padding:10px;}
.shop_tbl td:nth-child(1) { text-align: center;width:9%; }
.shop_tbl td:nth-child(2) { width:34%; }
.shop_tbl td:nth-child(3) { width:36%; }
.shop_tbl td:nth-child(4) { width:13%; }
.shop_tbl td:nth-child(5){ text-align: center; width:8%;}

h1{text-align:center;font-size:1.2em;}


.shop_tbl a{text-decoration:underline;background:url(../images/link.gif) right no-repeat;padding-right:14px;color:#3C90D3;}

@media screen and (max-width:420px){
.shop_tbl td,
.shop_tbl th{padding:5px;}
}
