/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */

@charset "EUC-JP";

/**ここからカスタマイズ*********************************/
* {
 margin: 0;
 padding: 0;
 font-size: 100%;
 font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
 line-height: 1.0;
 }

/* body要素のスタイル*/
body { background: #000 url(../../images/logo.jpg) no-repeat center top; }

img { border: 0; }
* html body img { behavior: expression(IEPNGFIX.fix(this)); }

/* その他の共通スタイル*/
img, input {
 vertical-align: middle;
}

a:link    { color: #e95711; text-decoration: none; }
a:visited { color: #e95711; text-decoration: none; }
a:hover   { color: #f00; text-decoration: underline; }
a:active  { color: #f00; text-decoration: underline; }

/**** 共通のカラー・サイズ設定 ********/

/* エラー等の強調フォント */
.red {
 font-weight: bold;
 color: #f00;
}

#s-red { color: #f00; }
#strong { font-weight: bold; }
.s-red { color: #f00; }
.strong { font-weight: bold; }

/* 強調フォント */
.pink {
 font-weight: bold;
 color: #269512;
 }

.s-pink { color: #269512; }

/* 強調フォント(サブカラー) */
.ss-color {
 font-weight: bold;
 color: #269512;
 }

#bgray { color: #000; }
.bgray { color: #000; }

.miniwhite {
 margin-left: 20px;
 color: #fff;
 font-size: small;
 text-align: left;
 font-weight: normal;
 float: left;
 }

/*
a#mgray:link    { color: #333; text-decoration: none; }
a#mgray:visited { color: #333; text-decoration: none; }
a#mgray:hover   { color: #ffad00; text-decoration: underline; }
a#mgray:active  { color: #ffad00; text-decoration: underline; }
*/

.purchase-strong {
 font-weight: bold;
 color: #269512;
}
/* 入力系 */
#lorange { background-color: #C7B299; font-weight: bold; }
.lorange { background-color: #C7B299; font-weight: bold; }

/* 確認系 */
#gray { background-color: #736357; color: #fff; font-weight: bold; }
.gray { background-color: #736357; color: #fff; font-weight: bold; }

#dgray { background-color: #534741; color: #fff; font-weight: bold; }
.dgray { background-color: #534741; color: #fff; font-weight: bold; }

#small { font-size: x-small; }
.small { font-size: x-small; }

#center { text-align: center; }
#right { text-align: right; }
.center { text-align: center; }
.right { text-align: right; }

td#td140 { width: 140px; }

.no-border {
 border: 0;
 padding: 0.1em;
 }

/* coming soon(top.html)のスタイル***************************************/
ul#coming-soon { padding: 30px; height: 150px; }

ul#coming-soon li { list-style-type: none; }

/* CLOSEのスタイル ******************************************/
h2.close {
 margin-top: 160px;
 text-align: center;
 color: #f00;
 }


/* 全体のスタイル ***************************************/
/* div#containerのスタイル*/
div#container {
 width: 802px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
 }

/* ナビスキップのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

div#navi { float: left; }

/* contentのスタイル*/
div#content {
 width: 802px;
 color: #fff;
 background-color: #121212;
 border-left: 1px solid #1a1a1a;
 border-right: 1px solid #1a1a1a;
 float: left;
 }


/*ロゴのスタイル(h1) */
h1#logo2 {
 width: 800px;
 height: 493px;
 /*background: url(../../images/logo.gif) no-repeat;*/
 text-indent: -9999px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 float: left;
 }

h1#logo {
 width: 800px;
 margin-bottom: -493px;
 top: -493px;
 left: 0;
 position: relative;
 text-indent: -9999px;
 z-index: 1;
 float: left;
 }

h1 a {
 width: 650px;
 height: 250px;
 margin: 100px 0 0 75px;
 display: block;
 float: left;
 }
* html body h1 a { margin-left: 37px; }

/* TOP用ナビ */
div#header ul#navi {
 width: 785px;
 height: 21px;
 padding-top: 4px;
 padding-right: 15px;
 top: 0;
 left: 0;
 position: relative;
 list-style-type: none;
 text-align: right;
 background-color: #000;
 color: #fff;
 z-index: 3;
 float: left;
 }

div#header ul#navi li {
 margin-right: 10px;
 display: inline;
 }

div#header ul#navi li#nav-right { margin-right: 0; }


/* mainのスタイル*/
div#main {
 width: 800px;
 float: left;
 }

h2#top-message {
 width: 677px;
* width: 800px;
 margin-left: 60px;
 margin-top: -5px;
 margin-bottom: 10px; /* メンテナンス時以外は margin-bottom: 10px; に設定 */
 font-size: medium;
 text-align: center; /* メンテナンス時以外は text-align: center; に設定 */
 }

h2#news {
 width: 800px;
 margin-top: 0; /* 短文の場合は 0px 長文の場合は15px */
 text-align: center;
 float: left;
 }

h2#news span.lfont { font-size: x-large; }

h2.limit {
 line-height: 1.2em;
 font-size: medium;
 color: #f00;
 float: left;
 }

h2#news2 {
 width: 800px;
 margin-bottom: 10px;
 font-size: 13pt;
 text-align: center;
 color: #c00;
 float: left;
 }

h2#news3 {
 width: 700px;
 margin-bottom: -25px;
 top: -35px;
 position: relative;
 font-size: 13pt;
 text-align: right;
 color: #c00;
 float: left;
 }

h2#news3 span.more { font-size: small; }


/* 長期休暇用News********/
ul#news {
 width: 680px;
 margin-left: 50px;
 margin-bottom: 15px;
 list-style-type: none;
 float: left;
 }
* html body ul#news { margin-left: 25px; }

ul#news li { line-height: 1.2em; }
ul#news li.margin { margin-bottom: 1em; }

/* 通常期 */
h2#title2 {
 width:800px;
 height: 70px;
 margin-top: 20px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/recommend-title.jpg) no-repeat center center;
 float: left;
 }

h2#title {
 width: 730px;
 margin-bottom: 10px;
 top: -70px;
 left: 0;
 position: relative;
 z-index: 1;
 color: #fcd621;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 float: left;
 }

/* 通常商品配列 */
div#first {
 width: 764px;
 margin-left: 18px;
 float: left;
 }

div#first li { list-style-type: none; }

div#first ul {
 width: 258px;
 height: 310px;
 background: url(../../images/img-bg.jpg) no-repeat center top;
 float: left;
 }

div#first ul.center { width: 248px; }

 /* 商品毎のレイアウト */
div#first li.top-img {
 margin-top: 15px;
 margin-bottom: 10px;
 text-align: center;
 }

* html body div#first li.top-img img { behavior: expression(IEPNGFIX.fix(this)); }

div#first li.name {
 padding: 0 20px;
 font-weight: bold;
 margin-bottom: 2px;
 line-height: 1.2em;
 text-align: center;
 }

div#first li.top-price {
 font-weight: bold;
 text-align: center;
 }
 
div#first p.top-price {
 margin-left: 12px;
 margin-right: 12px;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 }

div#first li.top-price p { display: inline; }


/* purchaseのスタイル*/
div#purchase {
 width: 800px;
 margin-top: 10px;
 float: left;
 }

div#purchase dl {
 width: 660px;
 margin-left: 50px;
 font-size: x-small;
 padding: 20px;
 padding-top: 1px;
 border-top: 1px solid #262626;
 /*background-color: #404040;*/
 color: #fff;
 }

div#purchase dt {
 font-weight: bold;
 margin-top: 2em;
 line-height: 1.5em;
 color: #b80800;
 }

div#purchase dt#top { margin-top: 0; }

div#purchase dd { line-height: 1.5em; }


/* footerのスタイル */
div#footer {
 width: 100%;
 height: 43px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 97px;
 background: url(../../images/footer-bg.gif) no-repeat center bottom;
 clear: both;
 }

div#footer-inner {
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 }

/* footerナビのスタイル */
div#footer ul#navlist {
 width: 800px;
 margin-bottom: 15px;
 font-size: 7.5pt;
 list-style-type: none;
 text-align: right;
 display: inline;
 float: left;
 }
*:first-child+html div#footer ul#navlist { padding-top: 10px; padding-bottom: 20px; }

div#footer ul#navlist li {
 margin-top: 0.5em;
 letter-spacing: 0.08em; 
* letter-spacing: 0.01em;
 display: inline;
 }

a.navi-link:link {color: #fff; }
a.navi-link:visited {color: #fff; }

div#footer ul#navlist li#en-link {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 }
*html body div#footer ul#navlist li#en-link {
 display: inline;
 position: relative;
 }

div#footer ul#navlist li.nav-center {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.3em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 border-right: 1px solid #fff;
 color: #fff;
 }

div#footer ul#navlist li#nav-left {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 }

div#footer ul#navlist li#nav-right {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.3em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 margin-right: 0.8em;
 border-right: 1px solid #fff;
 }
* html div#footer ul#navlist li#nav-right { margin-right: 0; }

div#footer ul#navlist li#cart {
 margin-left: 6px;
 margin-top: 0em;
 }

div#footer address {
 width: 100%;
 text-align: center;
 margin-bottom: 3px;
 font-style: normal;
 font-size: x-small;
 color: #fff;
 }

a.navi-link:link {color: #fff; }
a.navi-link:visited {color: #fff; }


div#veli {
 width: 770px;
 float: left;
 margin-left: 30px;
 }
* html body div#veli { margin-left: 15px; }


/***商品一覧のスタイル(list.tpl)****************************/
h2#list-title2 {
 width: 580px;
 height: 27px;
 top: 0px;
 left: 0px;
 position: relative;
 z-index: 2;
 background: url(../../images/list-title.gif) no-repeat;
 }

h2#list-title {
 width: 580px;
 height: 27px;
 top: -27px;
 left: 0;
 position: relative;
 z-index: 1;
 color: #000;
 background-color: ; 
 font-weight: bold;
 font-size: x-small;
 margin-bottom: -10px;
 }

div#list-left { float: left; }

div#category {
 background: url(../../images/shopping-icon.gif) no-repeat;
 padding-left: 20px;
 margin-top: -10px;
 margin-bottom: 0.8em;
 font-size: medium;
 color: #000;
 }

div#list { margin-left: 25px; }

div.count {
 width: 580px;
 height: 18px;
 background-color: #444;
 color: #fff;
 margin-bottom: 0.5em;
 padding-left: 0.3em;
 padding-top: 0.3em;
 }

ul.product {
 width: 560px;
 height: 300px;
 border: 1px solid #466760;
 background-color: #bbb;
 color: #000;
 margin-bottom: 5px;
 padding: 10px;
 list-style-type: none;
 clear: both;
 }

li.picture {
 float: left;
 width: 130px;
 height: 180px;
 }

li.list-right { float:right }

ul.list-comment {
 width: 420px;
 list-style-type: none;
 margin-left: 10px;
 }

li.list-name {
 font-size: medium;
 font-weight: bold;
 margin-bottom: 0.5em;
 }

p.list-name-name, p.list-name-sts { display: inline; }
p.list-name-sts { margin-left: 1em; }

li.list-s-comment { margin-bottom: 15px; }
li.list-price, li.list-select { margin-bottom: 0.5em; }

p.list-price-left, p.list-more { display: inline; }

p.list-more {
 margin-left: 20px;
 padding-left: 0.3em;
 padding-right: 0.3em;
 background-color: #333;
 font-weight: bold;
 }

a.more-more:link, a.more-more:visited { background-color: #333; color: #fff; text-decoration: none; }
a.more-more:hover, a.more-more:active { background-color: #333; color: #e1017d; text-decoration: none; }


/***商品詳細ページのスタイル****************************/

/* 右ボックスの位置調整 */
div#cart { margin-right: 40px; }
* html body div#cart { margin-right: 20px; }

/* カラー選択セレクトボックスの幅指定 */
select.select-color { width: 40px; }

/* 現在のカゴの中のスタイル*/
div#cart {
 width: 144px;
* margin-left: 5px;
 margin-top: 5px;
 margin-bottom: 10px;
 padding-bottom: 0.8em; 
 border: 1px solid #998675;
 /*background-color: #181c26;*/
 float: right;
 top: 0;
 left: 0;
 position: relative;
 z-index: 3;
}

div#cart h3#cart-title {
 width: 144px;
 height: 25px;
 background: url(../../images/cart-title.gif) no-repeat;
 position: relative;
 left: 0;
 top: 0;
 z-index: 2; 
}

div#cart h3#cart-title02 {
 width: 144px;
 height: 0px;
 margin-bottom: 15px;
 background-color: #b20072;
 color: #fff;
 text-align: center;
 position: relative;
 left: 0;
 top: -25px;
 z-index: 1;
}

div#cart ul {
 width: 144px;
* margin-top: -1px;
}

div#login-cart ul {
 width: 144px;
* margin-top: -1px;
}

div#cart li { list-style-type: none; }

div#cart li#piece {
 width: 130px;
 margin-left: 0.5em;
 margin-bottom: 0.5em;
 padding-bottom: 0.5em;
 border-bottom: 1px dashed #998675;
}
*html body div#cart li#piece, *html body div#login-cart li#mail { margin-top: -1px; }

div#cart li#price {
 margin-left: 0.5em;
 margin-bottom: 0.8em;
 }

div#cart li#cartin { margin-left: 28px; }


/*商品詳細(detail.tpl)のスタイル*******************************************************/
/* 商品詳細のスタイル*/
div#detail {
 width: 560px;
 margin-left: 38px;
 margin-right: 15px;
 margin-bottom: 20px;
 top: 0;
 left: 0;
 position: relative;
 float: left;
 z-index: 4;
 display: inline;
 }
*:first-child+html div#detail { width: 550px; padding-bottom: 30px; }
* html div#detail { padding-bottom: 30px; }

h2#detail-title {
 width: 800px;
 height: 47px;
 padding-top: 23px;
 margin-bottom: 10px;
 color: #fcd621;
 font-size: 16pt;
 background: url(../../images/detail-title.jpg) no-repeat;
 text-align: center;
 }

 /* 商品画像のスタイル*/
div#detail p#img-main {
 width: 326px;
 height: 303px;
 padding-top: 23px;
 text-align: center;
 border: 1px solid #998675;
 /*background-color: #181c26;*/
}

* html body div#detail p#img-main img { behavior: expression(IEPNGFIX.fix(this)); }

div#img {
 float: left;
 width: 330px;
 margin-top: 5px;
}

table#img-change {
 width: 330px;
 margin-top: 0.1em;
 margin-left: -1px;
}

table#img-change td {
 width: 81px;
 height: 81px;
 text-align: center;
*padding-left: 1px;
 border: 1px solid #998675;
 /*background-color: #181c26;*/
 }

* html body table#img-change td img { behavior: expression(IEPNGFIX.fix(this)); }

/* 料金等のスタイル */
div#inner {
 float: right;
 width: 220px;
 }

div#detail ul {
 width: 220px;
 list-style-type: none;
 margin-left: 9px;
 float: right;
 }

* html body div#detail ul {
 float: right;
 width: 215px;
 margin-left: 5px;
 }

li#main-price {
 margin-top: 5px;
 margin-bottom: 5px;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 border-top: 4px double #998675;
 border-bottom: 4px double #998675;
 font-size: medium;
 font-weight: bold;
 }

li#main-color {
 margin-top: 1.5em;
 margin-bottom: 0.5em;
 }

li#main-piece {
 margin-top: 1.5em;
 margin-bottom: 0.5em;
 }

li#sorry {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 }

li#main-detail p { line-height: 1.2em; }


li#main-piece p, li#main-size p, li#main-color p { display: inline; }

li#main-size { margin-bottom: 1.5em; }

li#main-cartin {
 padding-bottom: 2.8em;
 border-bottom: 1px dashed #998675;
 margin-bottom: 1.5em;
 }

li#main-detail p {
 width: 220px;
 float: left;
 }


/**コンビニ決済*******************************************************************/
div#convenience { margin: 0 0 10px 48px; }

h2#convenience-title02 {
 width: 800px;
 height: 70px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/convenience-title.jpg) no-repeat center top;
 }

h2#convenience-title {
 width: 695px;
 margin-bottom: 10px;
 top: -70px;
 left: 0;
 position: relative;
 z-index: 1;
 color: #ba3011;
 font-size: x-small;
 text-align: center;
 text-indent: -9999px;
 }

ul#convenience-coution {
 margin-bottom: 10px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 3;
 }

ul#convenience-coution li { list-style-type: none; }

table.convenience {
 border-collapse: collapse;
 border-spacing: 0;
 margin-bottom: 20px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 3;
 }

table.convenience td {
 border: 1px solid #998675;
 padding: 0.4em;
 }

div#convenience-btn {
 width: 700px;
 text-align: center;
 }
* html body li#main-detail p { width: 215px; }

/* エラー(error.tpl)のスタイル ********************************************************/
table#error {
 float: left;
 }


/**POINT CARD 規約***********************************************/
div#point-card {
 width: 500px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
 }
* html div#point-card { text-align: center; }

div#point-card-inner {
 width: 470px;
 padding: 15px;
 float: left;
 background: url(../../images/contents-bg.png);
 text-align: left;
*font-size: x-small;
 }
div#point-card-inner:not(\*|*) { font-size: x-small; }
* html body div#point-card-inner { background: url(../../images/contents-bg_ie.gif); }

div#point-card-inner h2 {
 width: 470px;
 margin-bottom: 20px;
 font-weight: bold;
 font-size: 16pt;
 text-align: center;
 }

div#point-card-inner p {
 width: 470px;
 text-align: center;
 }

div#point-card-inner dl {
 width: 450px;
 margin-left: 10px;
 margin-bottom: 20px;
 display: inline;
 line-height: 1.2em;
 float: left;
 }

div#point-card-inner dt {
 margin-top: 1.3em;
 margin-bottom: 3px;
 font-weight: bold;
 }

div#point-card-inner dd.margin { margin-bottom: 2em; }

div#point-card-inner p.btn { margin-bottom: 10px; }


/**ポイント交換*******************************************************************/
div#point-inner { margin-left: 30px; }

h2#pointexchange-title2 {
 width: 800px;
 height: 146px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/pointexchange-title.gif) no-repeat center top;
 }

ul.point-text {
 width: 585px;
 margin-left: 77px;
 margin-top: 20px;
 margin-bottom: 20px;
 list-style-type: none;
 }

table#point-exchange-tb {
 width: 585px;
 margin-left: 77px;
 border-collapse: collapse;
 border-spacing: 0;
 }

table#point-exchange-tb td {
 width: 175px;
 padding: 10px;
 border: 1px solid #998675;
 text-align: center;
 }

table#point-exchange-tb tr.point td {
 padding-top: 5px;
 padding-bottom: 5px;
 }

ul.point-text02 {
 width: 740px;
 margin-left: 30px;
 margin-top: 20px;
 margin-bottom: 10px;
 list-style-type: none;
 text-align: center;
 font-weight: bold;
 }

ul.point-text02 li { margin-bottom: 10px; }

ul.point-text02 li.smargin { margin-bottom: 3px; }
ul.point-text02 li.large { font-size: 12pt; }

ul#sample-l {
 margin-left: 30px;
 list-style-type: none;
 float: left;
 display: inline;
 }
* html body ul#sample-l { margin-left: 15px; }

ul#sample-r {
 margin-right: 30px;
 list-style-type: none;
 float: right;
 }
* html body ul#sample-r { margin-right: 15px; }


/* 夏フェス用特設ページ(summer/title.tpl) *************************************/
div#bb {
 width: 680px;
 margin-left: 5px;
 margin-top: 90px;
 margin-bottom: 30px;
 padding: 15px;
 border: 10px solid #000;
 background-color: #e1dfef;
 }

h3#bb-title {
 width: 680px;
 height: 28px;
 margin-bottom: 10px;
 background: url(../../images/bb-title.gif) center top;
 text-indent: -9999px;
 }

div#bb ul {
 margin-bottom: 5px;
 list-style-type: none;
 }

div#bb ul li.margin { margin-bottom: 0.8em; }

table#summer-tb table {
 width: 585px;
 margin-left: 50px;
 margin-bottom: 0;
 border-collapse: collapse;
 border-spacing: 0;
 }

table#summer-tb table.bottom {
 width: 589px;
 margin-top: -1px;
 }
*:first-child+html body table#summer-tb table.bottom { margin-top: 0; top: -2px; left: 0; position: relative; z-index: 2; }
* html body table#summer-tb table.bottom { margin-top: 0; top: -2px; left: 0; position: relative; z-index: 2; }

*:first-child+html body table#summer-tb table.bottom td { width: 294px; }
* html body table#summer-tb table.bottom td { width: 294px; }

table#summer-tb td table td {
 width: 175px;
 padding: 10px;
 border: 1px solid #998675;
 text-align: center;
 font-weight: bold;
 }

table#summer-tb table.upper { margin-bottom: -1px; }

table#summer-tb table.upper td { border-bottom: none; }

table#summer-tb td table td img { margin-bottom: 5px; }

/* VS */
div#vs {
 width: 680px;
 margin-left: 5px;
 margin-bottom: 20px;
 padding: 15px;
 border: 10px solid #000;
 color: #fff;
 background: url(../../images/summer/vs-bg.gif) center center;
 }

div#vs ul li.margin { margin-bottom: 0.8em; }

h3#vs-title {
 width: 730px;
 height: 63px;
 margin-left: 5px;
 padding-top: 10px;
 background: url(../../images/summer/vs-title.gif) no-repeat center bottom;
 text-indent: -9999px;
 background-color: #000;
 }

div#vs ul {
 margin-bottom: 5px;
 list-style-type: none;
 }

div#vs ul li.margin { list-style-type: none; }

div#vs table#summer-tb {
 width: 585px;
 margin-left: 50px;
 margin-bottom: 0;
 border-collapse: collapse;
 border-spacing: 0;
 }

div#vs table#summer-tb td {
 width: 175px;
 padding: 10px;
 border: 1px solid #999;
 text-align: center;
 font-weight: bold;
 }

div#vs table#summer-tb td img { margin-bottom: 5px; }


/* 富士急特設ページ(FujiQ/index.tpl) *************************************/
div#FQ {
 width: 680px;
 margin-left: 13px;
 margin-bottom: 20px;
 padding: 15px;
 padding-top: 0;
 padding-left: 0;
 border: 10px solid #000;
 background: url(../../images/fq-bg.gif);
 background-color: #fff;
 }

h3#FQ-title {
 width: 680px;
 height: 40px;
 margin-bottom: 10px;
 background: url(../../images/fq-title.gif) center top;
 text-indent: -9999px;
 }

div#FQ ul {
 margin-left: 15px;
 margin-bottom: 5px;
 list-style-type: none;
 }

div#FQ ul li.margin { margin-bottom: 0.8em; }

table#FQ-tb table {
 width: 585px;
 margin-left: 50px;
 margin-bottom: 0;
 border-collapse: collapse;
 border-spacing: 0;
 }

table#FQ-tb table td {
 width: 195px;
 text-align: center;
 }

table#FQ-tb table.bottom01 {
 width: 589px;
 margin-top: -1px;
 }
*:first-child+html body table#FQ-tb table.bottom01 { margin-top: 0; top: -2px; left: 0; position: relative; z-index: 2; }
* html body table#FQ-tb table.bottom01 { margin-top: 0; top: -2px; left: 0; position: relative; z-index: 2; }

table#FQ-tb table.bottom01 td {
 width: 294px;
 border: 1px solid #998675;
 border-bottom: none;
 text-align: center;
 }

table#FQ-tb table.upper { margin-top: -3px; }
*:first-child+html body table#FQ-tb table.upper { margin-top: 0; margin-bottom: -5px; top: -5px; left: 0; position: relative; z-index: 2; }
* html body table#FQ-tb table.upper { margin-top: 0; margin-bottom: -5px; top: -5px; left: 0; position: relative; z-index: 2; }

table#FQ-tb table.upper td {
 border: 1px solid #998675;
 border-bottom: none;
 }

table#FQ-tb table.bottom {
 width: 589px;
 margin-top: -1px;
 }
*:first-child+html body table#FQ-tb table.bottom { margin-top: 0; top: -2px; left: 0; position: relative; z-index: 2; }
* html body table#FQ-tb table.bottom { margin-top: 0; top: -2px; left: 0; position: relative; z-index: 2; }

*:first-child+html body table#FQ-tb table.bottom td { width: 294px; }
* html body table#FQ-tb table.bottom td { width: 294px; }

table#FQ-tb table.bottom td { border: 1px solid #998675; }

table#FQ-tb td table td {
 width: 175px;
 padding: 10px;
 text-align: center;
 font-weight: bold;
 }

table#FQ-tb table.upper { margin-bottom: -1px; }

table#FQ-tb table.upper td { border-bottom: none; }

table#FQ-tb td table td img { margin-bottom: 5px; }


/* VAMPS MOBILE 特設ページ(vamps-mobile/index.tpl) ****************************/
h2#mobile-title {
 width: 800px;
 height: 146px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/mobile-title.gif) no-repeat center top;
 }

div#mobile-inner {
 width: 640px;
 margin-left: 80px;
 margin-bottom: 20px;
 float: left;
 display: inline;
 }

div#mobile-inner h3 {
 width: 640px;
 height: 30px;
 margin-bottom: 10px;
 padding-top: 20px;
 text-align: center;
 font-size: 13pt;
 font-weight: bold;
 background: url(../../images/mbsub-title.gif) no-repeat center center;
 color: #fff;
 float: left;
 }

div#mobile-inner p.comment {
 width: 445px;
 margin-bottom: 40px;
 margin-left: 10px;
 font-size: 11pt;
 font-weight: bold;
 float: left;
 display: inline;
 }

div#mobile-inner p.img {
 width: 150px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 40px;
 border: 3px solid #666;
 float: left;
 display: inline;
 }

div#mobile-moreinner {
 width: 640px;
 float: left;
 }
*:first-child+html body div#mobile-moreinner { padding-bottom: 20px; }
* html body div#mobile-moreinner { padding-bottom: 20px; }

div#mobile-inner p#qr {
 margin-left: 35px;
 float: left;
 display: inline;
 }

div#mobile-inner ul {
 width: 420px;
 margin-left: 25px;
 list-style-type: none;
 float: left;
 display: inline;
 }

div#mobile-inner ul li.strong {
 margin-bottom: 5px;
 font-size: 12pt;
 }

div#mobile-inner ul li.margin { margin-bottom: 1em; }


/* NEW ITEMS ******************************************************************/
div#new-items {
 width: 700px;
 height: 305px;
 margin-left: 50px;
 margin-bottom: -293px;
 background: url(../../images/new-items.gif) no-repeat;
 background-color: #ededed;
 float: left;
 display: inline;
 }

div#new-items ul {
 margin-top: 15px;
 list-style-type: none;
 font-weight: bold;
 text-align: center;
 float: left;
 }

div#new-items ul li.img { margin-bottom: 2px; }

div#new-items ul.sticker {
 width: 280px;
 margin-left: 40px;
 }
* html div#new-items ul.sticker { margin-left: 20px; }

div#new-items ul.earparts {
 margin-left: 40px;
 margin-top: 85px;
 display: inline;
 }
*:first-child+html div#new-items ul.earparts { margin-left: 30px; }
* html div#new-items ul.earparts { margin-left: 20px; }

div#new-items ul.earparts li.img { margin-bottom: 48px; }


/* 通販限定キャリバ ***********************************************************/
div#limited-items {
 width: 700px;
 height: 560px;
 margin-left: 50px;
 margin-bottom: 40px;
 background: url(../../images/limited-items.gif) no-repeat;
 background-color: #dfd3b6;
 float: left;
 display: inline;
 }

div#limited-items ul { list-style-type: none; }

div#limited-items ul li.img {
 margin-left: 83px;
 margin-top: 25px;
 float: left;
 display: inline;
 }

* html body div#limited-items ul li.img img { behavior: expression(IEPNGFIX.fix(this)); }

div#limited-items ul li.name {
 margin-left: 40px;
 margin-top: 205px;
 float: left;
 display: inline;
 }

div#limited-items ul li.price {
 margin-top: 10px;
 margin-right: 92px;
 font-weight: bold;
 font-size: 18pt;
 float: right;
 font-family: "ＭＳ Ｐゴシック";
 display: inline;
 }

div#limited-items ul li.price span.small { font-size: 13pt; }


/* ハロウィンバナー ***********************************************************/
p#halloween-banner {
 width: 800px;
 margin-bottom: 15px;
 text-align: center;
 }

/* ハロウィンTOP **************************************************************/
div#container-halloween {
 width: 810px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
 color: #fff;
 }

div#content-halloween {
 width: 800px;
 padding-left: 5px;
 padding-right: 5px;
 background: url(../../images/halloween/container-bg.gif) repeat-y;
 background-position: 0 320px;
 float: left;
 color: #fff;
 }

div#content-halloween a:link { color: #ac2908; }
div#content-halloween a:visited { color: #ac2908; }
div#content-halloween a:hover { color: #93278f; }
div#content-halloween a:active { color: #93278f; }

h1#logo-halloween {
 width: 800px;
 height: 415px;
 background: url(../../images/halloween/logo.jpg) no-repeat;
 text-indent: -9999px;
 float: left;
 }

h1#logo-halloween a {
 width: 800px;
 height: 250px;
 display: block;
 overflow: hidden;
 }

div#halloween-products {
 width: 700px;
 margin-right: -25px;
 padding-left: 75px;
 padding-right: 75px;
 float: left;
 }

div#halloween-products h2#halloween-title {
 width: 450px;
 height: 160px;
 margin-bottom: -150px;
 left: -30px;
 top: -150px;
 position: relative;
 background: url(../../images/halloween/halloween-title.gif) no-repeat;
 text-indent: -9999px;
 }

div#halloween-products ul#party-limited {
 width: 700px;
 margin-top: 15px;
 margin-bottom: 20px;
 text-align: left;
 float: left;
 }

*:first-child+html body div#halloween-products ul#party-limited { margin-top: -130px; }
*:first-child+html body div#halloween-products-inner { margin-top: -80px; }

* html body div#halloween-products ul#party-limited { margin-top: -130px; }
* html body div#halloween-products-inner { margin-top: -80px; }

div#halloween-products ul {
 width: 200px;
 margin-right: 25px;
 margin-bottom: 35px;
 text-align: center;
 list-style-type: none;
 float: left;
 }

div#halloween-products ul li.img { margin-bottom: 10px; }
* html body div#halloween-products ul li.img img { behavior: expression(IEPNGFIX.fix(this)); }

div#halloween-products ul li.name { margin-bottom: 3px; }

div#halloween-products ul li.name,
div#halloween-products ul li.price { font-weight: bold; }

p#beast-banner {
 width: 754px;
 text-align: right;
 }

/* purchaseのスタイル*/
div#purchase-halloween {
 width: 800px;
 margin-top: 40px;
 float: left;
 }

div#purchase-halloween dl {
 width: 660px;
 margin-left: 50px;
 font-size: x-small;
 padding: 20px;
 padding-top: 1px;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
 }

div#purchase-halloween dt {
 font-weight: bold;
 margin-top: 2em;
 line-height: 1.5em;
 color: #ef701b;
 }

div#purchase-halloween dt#top { margin-top: 0; }

div#purchase-halloween dd { line-height: 1.5em; }


/* footerのスタイル */
div#footer-halloween {
 width: 800px;
 margin-top: 20px;
 padding-bottom: 5px;
 text-align: center;
 float: left;
 }
* html body div#footer-halloween { margin-right: -3px; }

/* footerナビのスタイル */
div#footer-halloween ul#navlist {
 width: 758px;
 margin-bottom: 15px;
 font-size: 7.5pt;
 list-style-type: none;
 text-align: right;
 float: left;
 display: inline;
 }
*:first-child+html div#footer-halloween ul#navlist { padding-top: 10px; padding-bottom: 20px; }
* html body div#footer-halloween ul#navlist { padding-bottom: 20px; }

div#footer-halloween ul#navlist li {
 margin-top: 0.5em;
 letter-spacing: 0.08em; 
* letter-spacing: 0.01em;
 display: inline;
 
 }

div#footer-halloween a.navi-link:link {color: #666; }
div#footer-halloween a.navi-link:visited {color: #666; }

div#footer-halloween ul#navlist li#en-link {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 border-left: 1px solid #666;
 border-right: 1px solid #666;
 }
*html body div#footer-halloween ul#navlist li#en-link {
 display: inline;
 position: relative;
 }

div#footer-halloween ul#navlist li.nav-center {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.3em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 border-right: 1px solid #666;
 color: #666;
 }

div#footer-halloween ul#navlist li#nav-left {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 border-left: 1px solid #666;
 border-right: 1px solid #666;
 }

div#footer-halloween ul#navlist li#nav-right {
 margin-top: 0.4em;
 padding-top: 0.2em;
 padding-left: 0.3em;
 padding-right: 0.4em;
 padding-bottom: 0.1em;
 margin-right: 0.8em;
 border-right: 1px solid #666;
 }
* html div#footer-halloween ul#navlist li#nav-right { margin-right: 7px; }

div#footer-halloween ul#navlist li#cart {
 margin-left: 6px;
 margin-top: 0em;
 }

div#footer-halloween address {
 width: 800px;
 margin-bottom: 3px;
 font-style: normal;
 font-size: x-small;
 }
