/*
 * 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: url(../../images/bg.gif);
 background-color: #e3e4e4;
 }

img { border: 0; }

/* その他の共通スタイル*/
img, input {
 vertical-align: middle;
}

a:link    { color: #4e187e; text-decoration: none; }
a:visited { color: #4e187e; text-decoration: none; }
a:hover   { color: #9432fc; text-decoration: underline; }
a:active  { color: #9432fc; 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: #e72f6e;
}

.s-pink {
 color: #e72f6e;
}

/* 強調フォント(サブカラー) */
.ss-color {
 font-weight: bold;
 color: #e72f6e;
 }

#bgray { color: #000; }
.bgray { color: #000; }

/*
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: #e72f6e;
}
/* 入力系 */
#lorange { background-color: #999; }
.lorange { background-color: #999; }

/* 確認系 */
#gray { background-color: #555; color: #fff; }
.gray { background-color: #555; color: #fff; }

#dgray { background-color: #333; color: #fff; }
.dgray { background-color: #333; color: #fff; }

#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: 800px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
 }

/* ナビスキップのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

div#navi { float: left; }


/* contentのスタイル*/
div#content {
 width: 800px;
 color: #000;
 float: left;
 background: url(../../images/contents-bg.png);
 }
* html body div#content { background: url(../../images/contents-bg_ie.gif); }

/* content(背景：赤)のスタイル*/
div#content-red {
 width: 800px;
 top: 0;
 position: relative;
 color: #000;
 float: left;
 z-index: 1;
 background: url(../../images/contents-red-bg.png);
 }
* html body div#content-red { background: url(../../images/contents-bg-red_ie.gif); }

/*ロゴのスタイル(h1) */

h1#logo2 {
 width: 800px;
 height: 391px;
 background: url(../../images/logo.gif) no-repeat;
 text-indent: -9999px;
 top: -15px;
 left: 0;
 position: relative;
 z-index: 2;
 float: left;
 }

h1#logo2-red {
 width: 800px;
 height: 391px;
 background: url(../../images/logo-red.gif) no-repeat;
 text-indent: -9999px;
 top: -15px;
 left: 0;
 position: relative;
 z-index: 2;
 float: left;
 }

h1#logo {
 width: 800px;
 margin-bottom: -15px;
 top: -406px;
 left: 0;
 position: relative;
 z-index: 1;
 float: left;
 }

h1#logo2 a, h1#logo2-red a {
 width: 800px;
 height: 391px;
 display: block;
}

/* TOPフラッシュ */
div#header p#top-flash {
 width: 800px;
 color: #fff;
 float: left;
 }

/* 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;
 top: -85px;
 margin-bottom: -85px;
 background: url(../../images/container-bg.gif) repeat-y;
 float: left;
 position: relative;
 }

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; に設定 */
 }

p#banner {
 margin-right: 40px;
 margin-bottom: -80px;
 top: -80px;
 left: 0;
 position: relative;
 float: right;
 z-index: 5;
 }
* html body p#banner { margin-right: 20px; }

h2#news {
 width: 800px;
 margin-top: 0; /* 短文の場合は 0px 長文の場合は15px */
 margin-bottom: 3px;
 top: -20px;
 left: 0;
 position: relative;
 text-align: center;
 float: left;
 z-index: 3;
 }

h2.limit {
 line-height: 1.2em;
 font-size: medium;
 color: #f00;
 }

h2#news2 {
 width: 800px;
 margin-bottom: 5px;
 font-size: 13pt;
 text-align: center;
 color: #c00;
 float: left;
 }

/* 長期休暇用News********/
ul#news {
 width: 680px;
 margin-left: 50px;
 margin-bottom: 5px;
 list-style-type: none;
 float: left;
 }
* html body ul#news { margin-left: 25px; }


/* FujiQ別枠 ************/
div#top-FujiQ {
 width: 680px;
 margin-left: 50px;
 margin-top: 300px;
 margin-bottom: 30px;
 background-color: #541b84;
 border: 10px solid #000;
 color: #fff;
 float: left;
 display: inline;
 }
* html body div#top-FujiQ { padding-bottom: 30px; }
*:first-child+html body div#top-FujiQ { padding-bottom: 30px; }

div#top-FujiQ ul {
 width: 195px;
 margin-left: 24px;
 margin-bottom: 40px;
 list-style-type: none;
 text-align: center;
 font-weight: bold;
 float: left;
 display: inline;
 }
* html body div#top-FujiQ ul { margin-left: 12px; }

* html body div#top-FujiQ ul li.text { margin-left: 12px; }
*:first-child+html body div#top-FujiQ ul li.text { margin-left: 12px; }

div#top-FujiQ ul img {
 margin-bottom: 5px;
 border: 10px solid #ccc;
 }

div#top-FujiQ ul#top-FujiQ-text {
 width: 640px;
 margin-left: 10px;
 margin-bottom: 15px;
 line-height: 1.2em;
 text-align: left;
 font-weight: normal;
 }
* html body div#top-FujiQ ul#top-FujiQ-text { margin-left: 5px; }

div#top-FujiQ ul#top-FujiQ-text li { margin-left: 0; }

div#top-FujiQ a:link { color: #fff; }
div#top-FujiQ a:visited { color: #fff; }

div#top-FujiQ ul.two { margin-left: 135px; }

* html body div#top-FujiQ ul.two { margin-left: 0; margin-right: -90px; left: -90px; position: relative; float: left; }
*:first-child+html div#top-FujiQ ul.two { margin-left: 0; margin-right: -100px; left: -100px; position: relative; float: left; }
div#top-FujiQ ul.two { margin-left/*\**/: 0\9; margin-right: -85px\9; left: -85px\9; position: relative\9; float: left\9; }

* html body div#top-FujiQ ul.middle { margin-left: 5px; }
*:first-child+html div#top-FujiQ ul.middle { margin-left: 5px; }

* html body div#top-FujiQ ul#two-bottom { margin-left: 120px; margin-right: 0; left: 0; }
*:first-child+html div#top-FujiQ ul#two-bottom { margin-left: 120px; margin-right: 0; left: 0; }
div#top-FujiQ ul#two-bottom { margin-left/*\**/: 135px\9; margin-right: 0\9; left: 0\9; }


/* 2010用 初期TOPページのスタイル */
/* アパレル(ワンピ) */
ul#op {
 width: 730px;
 margin-top: 30px;
 margin-bottom: 50px;
 padding-left: 35px;
 padding-right: 35px;
 padding-bottom: 80px;
 list-style-type: none;
 background: url(../../images/op-title.gif) no-repeat center bottom;
 }

ul#op li { display: inline; }

ul#op li.op-left { margin-right: 20px; }

ul#op li#product-name { text-indent: -9999px; float: left; }

/* ポイントカード */
ul#point-card {
 width: 450px;
 height: 177px;
 margin-top: 25px;
 margin-left: 175px;
 list-style-type: none;
 background: url(../../images/point-card.jpg) no-repeat;
 display: inline;
 float: left;
 }

ul#point-card li.point-title { text-indent: -9999px; height: 0; }

ul#point-card li.point-title a {
 width: 190px;
 height: 55px;
 margin-top: 10px;
 margin-right: 10px;
 display: block;
 float: right;
 overflow: hidden;
 }
*:first-child+html ul#point-card li.point-title a { margin-top: -5px; }
* html body ul#point-card li.point-title a { margin-top: 8px;  margin-right: 4px; }

ul#point-card li.point-img {
 line-height: 0;
 text-indent: -9999px;
 }
*:first-child+html body ul#point-card li.point-img { margin-top: -66px; }
* html body ul#point-card li.point-img { margin-top: -65px; }

ul#point-card li.point-img a {
 width: 247px;
 height: 177px;
 display: block;
 float: left;
 overflow: hidden;
 }
*:first-child+html body ul#point-card li.point-img a { margin-top: 50px; }

ul#point-card li.point-detail {
 width: 185px;
 margin-top: 15px;
 margin-right: 5px;
 line-height: 1.4em;
 float: right;
 color: #000;
 display: inline;
 }
*:first-child+html body ul#point-card li.point-detail { margin-top: 125px; }
* html body ul#point-card li.point-detail { margin-top: 80px; }

ul#point-card li.point-detail02 {
 width: 185px;
 margin-top: 3px;
 margin-right: 5px;
 line-height: 1.4em;
 float: right;
 color: #000;
 display: inline;
 }

ul#point-card li.point-detail a:link { color: #fff; font-weight: bold; text-decoration: underline; }
ul#point-card li.point-detail a:visited { color: #fff; font-weight: bold; text-decoration: underline; }
ul#point-card li.point-detail a:hover { color: #000; font-weight: strong; text-decoration: none; }
ul#point-card li.point-detail a:hover { color: #000; font-weight: strong; text-decoration: none; }

ul#point-card li.point-detail02 a:link { color: #fff; font-weight: bold; text-decoration: underline; }
ul#point-card li.point-detail02 a:visited { color: #fff; font-weight: bold; text-decoration: underline; }
ul#point-card li.point-detail02 a:hover { color: #000; font-weight: strong; text-decoration: none; }
ul#point-card li.point-detail02 a:hover { color: #000; font-weight: strong; text-decoration: none; }


/*** 2010用 初期TOPページのスタイル ここまで ***/


/* 通常期 */
h2#title2 {
 width:800px;
 height: 146px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/recommend-title.gif) no-repeat center center;
 float: left;
 }

h2#title {
 width: 730px;
 margin-top: -85px;
 top: 12px;
 left: 0;
 position: relative;
 z-index: 1;
 color: #000;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 float: left;
 }

/* 商品配列 */
div#first {
 width: 774px;
 margin-bottom: -20px;
 top: -20px;
 left: 0;
 position: relative;
 margin-left: 13px;
 float: left;
 z-index: 3;
 display: inline;
 }

div#first li { list-style-type: none; }

div#first ul {
 width: 258px;
 height: 280px;
 /*background: url(../../images/img-bg.gif) no-repeat center top;*/
 float: left;
 }

div#first ul.center { width: 258px; }

*html body div#first ul.left { margin-left: 10px; }

 /* 商品毎のレイアウト */
div#first li.top-img {
 width: 258px;
 margin-top: 25px;
 margin-bottom: 7px;
 text-align: center;
 }

div#first li.name {
 width: 146px;
 padding-left: 56px;
 padding-right: 56px;
 font-weight: bold;
 margin-bottom: 2px;
 line-height: 1.2em;
 text-align: center;
 }

div#first li.top-price {
 width: 258px;
 font-weight: bold;
 text-align: center;
 }
 
div#first p.top-price {
 width: 258px;
 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: 50px;
 float: left;
 }

div#purchase dl {
 width: 660px;
 margin-left: 50px;
 font-size: x-small;
 padding: 20px;
 padding-top: 1px;
 background-color: #404040;
 color: #fff;
 }

div#purchase dt {
 font-weight: bold;
 margin-top: 2em;
 line-height: 1.5em;
 color: #c1272d;
 }

div#purchase dt#top { margin-top: 0; }

div#purchase dd { line-height: 1.5em; }

div#purchase dd a:link { color: #e72f6e; }
div#purchase dd a:visited { color: #e72f6e; }
div#purchase dd a:hover { color: #f975a8; }
div#purchase dd a:active { color: #f975a8; }

/* footerのスタイル */
div#footer {
 width: 800px;
 padding-top: 20px;
 padding-bottom: 25px;
 text-align: center;
 background: url(../../images/footer-bg.gif) no-repeat center bottom;
 float: left;
 }
*:first-child+html div#footer { padding-top: 10px; }
* html body div#footer { padding-top: 10px; margin-right: -3px; }

/* footerナビのスタイル */
div#footer ul#navlist {
 width: 740px;
 margin-bottom: 15px;
 padding-right: 60px;
 font-size: 7.5pt;
 list-style-type: none;
 text-align: right;
 float: left;
 display: inline;
 }
*: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: #000; }
a.navi-link:visited {color: #000; }

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 #000;
 border-right: 1px solid #000;
 }
*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 #000;
 color: #000;
 }

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 #000;
 border-right: 1px solid #000;
 }

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 #000;
 }
* 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: 800px;
 margin-bottom: 3px;
 font-style: normal;
 font-size: x-small;
 color: #000;
 }

div#veli {
 width: 770px;
 float: left;
 margin-left: 30px;
 }
* html body div#veli { margin-left: 15px; }


/*footer-red のスタイル(ポイント交換ページ)*/
div#footer-red {
 width: 800px;
 padding-top: 20px;
 padding-bottom: 25px;
 text-align: center;
 background: url(../../images/footer-bg-red.gif) no-repeat center bottom;
 float: left;
 }
*:first-child+html div#footer-red { padding-top: 10px; }
* html body div#footer-red { padding-top: 10px; margin-right: -3px; }

/* footerナビのスタイル */
div#footer-red ul#navlist {
 width: 740px;
 margin-bottom: 15px;
 padding-right: 60px;
 font-size: 7.5pt;
 list-style-type: none;
 text-align: right;
 float: left;
 display: inline;
 }
*:first-child+html div#footer-red ul#navlist { padding-top: 10px; padding-bottom: 20px; }

div#footer-red ul#navlist li {
 margin-top: 0.5em;
 letter-spacing: 0.08em; 
* letter-spacing: 0.01em;
 display: inline;
 
 }

a.navi-link:link {color: #000; }
a.navi-link:visited {color: #000; }

div#footer-red 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 #000;
 border-right: 1px solid #000;
 }
*html body div#footer-red ul#navlist li#en-link {
 display: inline;
 position: relative;
 }

div#footer-red 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 #000;
 color: #000;
 }

div#footer-red 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 #000;
 border-right: 1px solid #000;
 }

div#footer-red 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 #000;
 }
* html div#footer-red ul#navlist li#nav-right { margin-right: 0; }

div#footer-red ul#navlist li#cart {
 margin-left: 6px;
 margin-top: 0em;
 }

div#footer-red address {
 width: 800px;
 margin-bottom: 3px;
 font-style: normal;
 font-size: x-small;
 color: #000;
 }

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#category-nav {
 width: 144px;
 float: right;
 border: 1px solid #777;
 background-color: #777;
 margin-bottom: 10px;
}
 
div#category-nav2 {
 width: 144px;
 float: right;
 border: 1px solid #777;
 background-color: #777;
 margin-bottom: 10px;
}

div#category-nav ul {
 width: 144px;
 list-style-type: none;
}
div#category-nav2 ul {
 width: 144px;
 list-style-type: none;
}

* html body div#category-nav li {
 width: 144px;
}
* html body div#category-nav2 li {
 width: 144px;
}


/***商品詳細ページのスタイル****************************/

/* 右ボックスの位置調整 */
div#cart, div#login-cart, div#mypage, div#category-nav, div#category-nav2 { margin-right: 40px; }
* html body div#cart { margin-right: 20px; }
* html body div#login-cart { margin-right: 13px; }
* html body div#mypage { margin-right: 13px; }
* html body div#category-nav { margin-right: 13px; }
* html body div#category-nav2 { margin-right: 13px; }

/* カラー選択セレクトボックスの幅指定 */
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 #666;
 /*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 #666;
}
*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: 31px;
 padding-top: 8px;
 margin-top: 75px;
 margin-bottom: 10px;
 color: #aa8dc4;
 font-size: 16pt;
 background: url(../../images/detail-title.gif) no-repeat;
 text-align: center;
 }

 /* 商品画像のスタイル*/
div#detail p#img-main {
 width: 326px;
 height: 303px;
 padding-top: 23px;
 text-align: center;
 border: 1px solid #666;
 /*background-color: #181c26;*/
}

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 #666;
 /*background-color: #181c26;*/
 }

/* 料金等のスタイル */
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 #666;
 border-bottom: 4px double #666;
 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 #666;
 margin-bottom: 1.5em;
 }

li#main-detail p {
 width: 220px;
 float: left;
 }


/**コンビニ決済*******************************************************************/
div#convenience { margin-left: 48px; }

h2#convenience-title02 {
 width: 800px;
 height: 146px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/convenience-title.gif) no-repeat center top;
 }

h2#convenience-title {
 width: 695px;
 margin-bottom: -10px;
 top: -38px;
 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 #666;
 padding: 0.3em;
 }

div#convenience-btn {
 width: 700px;
 text-align: center;
 }
* html body li#main-detail p { width: 215px; }

/* エラー(error.tpl)のスタイル ********************************************************/
table#error {
 margin-top: 90px;
 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 #666;
 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 #666;
 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 #666;
 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 #666;
 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 #666; }

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; }