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

body{
margin:0;
padding:0;
text-align:center;
font-size:80%;
color:#222;
line-height:1.5;
font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background:#FDB813;
min-width:1100px;
}

a{
color:#333;
}
a:hover{
color:#006699;
}

.clear{
clear:both;
}

#wrapper{
background:url(../img/line.png) no-repeat center top;
}

h1{
background:#966901;
color:#fff;
font-size:0.9em;
font-weight:normal;
padding:5px;
margin:0 0 20px 0;
}
h2{
border-bottom:1px solid #E2A40E;
border-top:1px solid #E2A40E;
font-size:2em;
font-weight:normal;
padding:10px;
margin:0 0 20px 0;
}

#cnt{
width:1080px;
margin:auto;
padding:auto;

}

#footer{
font-size:0.85em;
color:#666;
background:#fff;
padding:30px;
}

.table{
width:100%;
margin:0 0 20px 0;
border-collapse:collapse;
}
.table th{
width:25%;
padding:10px 10px;
text-align:center;
border:1px solid #966901;
background:#FEDB89;
}
.table td{
text-align:left;
padding:10px 10px;
border:1px solid #966901;
background:#fff;
}

.table2{
width:100%;
margin:0 0 20px 0;
border-collapse:collapse;
font-size: 0.9em;
}
.table2 th{
width:8%;
padding:8px;
text-align:center;
border:1px solid #966901;
background:#FEDB89;
}
.table2 td{
text-align:left;
padding:8px;
border:1px solid #966901;
background:#fff;
}



#shop{
width:960px;
margin:auto;
padding:auto;
background:#fff;
}

#shop ul{
margin:0;
padding:20px 0 0 20px;
list-style:none;
}
#shop ul li{
margin:5px;
padding:0;
float:left;
}





#shop ul li img{
width:220px;
height:170px;

-webkit-transition:0.2s ease-in-out;
-moz-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
transition:0.2s ease-in-out;
}

#shop ul li img:hover {
-webkit-transform:scale(1.3,1.3);
-moz-transform:scale(1.3,1.3);
-ms-transform:scale(1.3,1.3);
-o-transform:scale(1.3,1.3);
transform:scale(1.3,1.3);
}


