@charset "UTF-8";

/* lineup
-------------------------------------------------------------------------------*/
/* header */
#lineup_header {width:1060px;margin:0 auto;padding:22px 0 8px; background:url(../../images/bg_contents.png) 0 0 no-repeat;}
#lineup_header h1 { margin:0 0 0 34px; }


/* dissolve */
.opc img{opacity:0.5;-moz-opacity:0.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50)}
.opc a:hover img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}
.current img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}
.opc .current>a:hover img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}
.current>a{cursor:default}

.opc a.close img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}
.opc a.close:hover img{opacity:0.5;-moz-opacity:0.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50)}


#dissolve { width: 1020px; height: 749px; overflow: hidden; background: #fff; margin: 0 auto 70px; clear: both;}

#dissolve .disp { position: relative; width: 1020px; height: 638px; overflow: hidden;}
#dissolve .disp img { position: absolute; top: 638px; left: 0;}
#dissolve .disp .foreground { top: 0; z-index: 1;}
#dissolve .disp .background { top: 0;}

#dissolve .ctrl { margin-top: 4px; width: 1020px; height: 106px; overflow: hidden;}
#dissolve .ctrl li { float: left;}
#dissolve .ctrl a { display: none;}

/* product */
#product {width: 910px; margin-bottom:35px; margin-left:95px;}
#product #item_desc { float:left; width:270px;margin-right:45px;font-size:96%; line-height:2em;}
#product #item_desc img {margin-bottom:10px;}
#product #item_desc .tokuten {line-height:1.5em; margin-bottom:40px;}
#product #item_cart { float:left; width:272px;}
.item {margin-bottom:13px;}
.cart_in {text-align:center; margin-bottom:20px; padding-top:7px;}
.cart { width:142px; float:right;}
.cart span { display:block; margin-right:3px; text-align:center; color: #B90A28; font-size:82%;}
.multi_item {width:180px; margin:0 auto;}
.multi_item .cart {display:inline; width:60px;float:left; margin-bottom:36px; margin-right:25px;}

#product #side_nav { float:right; width:140px;}
#product #side_nav ul { width:140px; margin-bottom:38px; border-bottom:1px solid #000;}
#product #side_nav ul li { height:12px;border-top:1px solid #000; padding:15px 2px;}
#product #side_nav ul li img { vertical-align:top;}

/* footer */
body.lineup #footer { width:989px; border-top:1px solid #000; padding-top:25px;}
body.lineup #footer .to_hrmk { text-align:center;}
body.lineup #footer address { padding-top:50px;}


/* popup
-------------------------------------------------------------------------------*/
body.popup #wrapper {background:none; width:600px;margin:0 auto; padding:35px;}
body.popup .popBox { border:1px solid #000; padding:30px; margin-bottom:60px;}
body.popup p.text { font-size:96%; line-height:2em;}

