@charset "utf-8";

/* shop */
#main .shop {
position:relative;
overflow:hidden;
height:100%;
margin-bottom:30px;
}

/* name */
#main .shop .name {
margin-bottom:11px;
padding-bottom:6px;
background:url(../img/shop_bg_01.png) left bottom no-repeat;
}
#main .shop .name h2 {
min-height:18px;
height:auto !important;
height:18px;
padding:8px 195px 5px 10px;
border-top:1px solid #DFDBD2;
border-right:1px solid #DFDBD2;
border-left:1px solid #DFDBD2;
background:url(../img/shop_bg_02.png) left bottom repeat-x;
font-size:1.4em;
line-height:1.2;
}
#main .shop .name h2 a {
padding-left:17px;
background:url(../img/shop_bg_03.png) left 0.4em no-repeat;
}

/* more information */
#main .shop .more {
position:absolute;
top:0;
right:0;
}

/* images */
#main .shop .images {
float:left;
width:349px;
}
#main .shop .images .large {
float:left;
width:260px;
}
#main .shop .images ul {
float:right;
width:80px;
margin-top:-5px;
}
#main .shop .images li {
clear:right;
float:right;
margin-top:5px;
}
#main .shop .images ul a {
display:block;
padding:1px;
border:2px solid #CAC1B3;
}
#main .shop .images ul a.on,
#main .shop .images ul a:hover {
border-color:#AE8355;
}
#main .shop .images ul img {
display:block;
margin:0 auto;
}

/* about */
#main .shop .about {
float:right;
width:386px;
padding-top:3px;
}
#main .shop .about h3 {
margin-bottom:13px;
font-size:1.6em;
}
#main .shop .about p {
margin-bottom:32px;
font-size:1.2em;
}
#main .shop .about h4 {
margin-bottom:11px;
}
#main .shop .about ol {
overflow:hidden;
height:100%;
}
#main .shop .about li {
float:left;
width:128px;
}

/* details */
#main .shop .details {
clear:both;
margin-bottom:8px;
padding-top:20px;
}
#main .shop .details table {
width:750px;
margin:0 auto;
background-color:#FFFDF7;
font-size:1.2em;
}
#main .shop .details table col.head {
width:90px;
}
#main .shop .details table col.body {
width:305px;
}
#main .shop .details th,
#main .shop .details td {
border-top:1px solid #DFD9CE;
border-bottom:1px solid #DFD9CE;
vertical-align:top;
}
#main .shop .details th {
padding:9px 0 9px 13px;
background-color:#F1EDDE;
}
#main .shop .details td {
padding:9px 13px;
}

/* to page top link */
#main .shop .page_top {
font-size:1.2em;
text-align:right;
}
#main .shop .page_top a {
padding-left:15px;
background:url(../img/shop_bg_04.png) left center no-repeat;
}
