/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */

@charset "<!--{$smarty.const.CHAR_CODE}-->";

/**ここからカスタマイズ*********************************/
* {
 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: #000;
 }

img { border: 0; }

/* その他の共通スタイル*/
img, input {
 vertical-align: middle;
}

a:link    { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover   { color: #ff0000; text-decoration: underline; }
a:active  { color: #ff0000; text-decoration: underline; }

/**** 共通のカラー・サイズ設定 ********/

/* エラー等の強調フォント */
.red {
 font-weight: bold;
 color: #0000ff;
}

#s-red { color: #0000ff; }
#strong { font-weight: bold; }
.s-red { color: #0000ff; }
.strong { font-weight: bold; }

/* 強調フォント */
.pink {
 font-weight: bold;
 color: #0000ff;
}

.s-pink {
 color: #0000ff;
}

/* 強調フォント(サブカラー) */
.ss-color {
 font-weight: bold;
 color: #0000ff;
 }

#bgray { color: #333; }
.bgray { color: #333; }

a#mgray:link    { color: #ff0000; text-decoration: none; }
a#mgray:visited { color: #ff0000; text-decoration: none; }
a#mgray:hover   { color: #000; text-decoration: underline; }
a#mgray:active  { color: #000; text-decoration: underline; }


.purchase-strong {
 font-weight: bold;
 color: #ff0000;
}

/* 入力系 */
#lorange { background-color: #666; color: #fff; }
.lorange { background-color: #666; color: #fff; }

/* 確認系 */
#gray { background-color: #444; color: #fff; }
.gray { background-color: #444; color: #fff; }

#dgray { background-color: #222; color: #fff; }
.dgray { background-color: #222; 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;
 }

.img-hf { background-color: #c10504; }
.margin { margin-bottom: 1em; }

/* CLOSEのスタイル ******************************************/
ul#close {
 margin: 1.5em 3em 0.5em 3em;
 list-style-type: none;
 }

ul#close li.margin { margin-bottom: 25px; }

/* coming soon(top.html)のスタイル***************************************/
ul#coming-soon { padding: 30px; }
ul#coming-soon li { list-style-type: none; }

ul#coming-soon li.title { font-size: medium; }


/* 全体のスタイル ***************************************/
/* div#containerのスタイル*/
div#container {
 width: 800px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
}

/* headerのスタイル*/
div#header {
 clear: both;
 width: 800px;
 height: 27px;
 background-color: #c10504;
 }


/* naviのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

ul#navlist {
 width: 800px;
 top: 0px;
 left: 330px; /* open時は 330 / close時は465 */
* left: 355px; /* open時は 355 / close時は465 */
 position: relative;
 color: #000;
 font-size: 7.5pt;
 list-style-type: none;
 float: right;
 }

ul#navlist li {
 margin-top: 0.5em;
 letter-spacing: 0.08em; 
* letter-spacing: 0.01em;
 display: inline;
 float: left;
 }

a.navi-link:link {color: #000; }
a.navi-link:visited {color: #000; }


ul#navlist li.nav-center {
 margin-top: 0.5em;
 padding-top: 0.3em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.3em;
 border-right: 1px solid #000;
 color: #000;
 }

ul#navlist li#nav-left {
 margin-top: 0.5em;
 padding-top: 0.3em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.3em;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 }

ul#navlist li#nav-right {
 margin-top: 0.5em;
 padding-top: 0.3em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.3em;
 margin-right: 0.8em;
 border-right: 1px solid #000;
 }

ul#navlist li#cart {
 margin-left: 6px;
 margin-top: 0em;
 }

/* contentのスタイル*/
div#content {
 width: 800px;
 padding-bottom: 25px;
 overflow: hidden;
 background-color: #c10504;
 color: #000;
 }

/*ロゴのスタイル(h1) */

h1#logo2 {
 width: 800px;
 height: 256px;
* margin-bottom: -7px;
 background: url(../../images/logo.jpg) no-repeat;
 text-indent: -9999px;
 top: 0px;
 left: 0px;
 position: relative;
 z-index: 2;
}

h1#logo {
 width: 800px;
 background-color: #000;
 top: -249px; /* logo2より-7 */
 left: 0px;
 position: relative;
 color: #fff;
 z-index: 1;
}

h1#logo2 a {
 width: 800px;
 height: 256px;
 display: block;
}

/* mainのスタイル*/
div#main { padding-top: 5px; }


/* トップページ(top.tpl)のスタイル ******************************************/

/* ↓年末年始文言のスタイル *************************************************/

h2#news {
 width: 677px;
* width: 800px;
 margin-left: 40px;
* padding-left: 40px;
 margin-top: -10px;
 margin-bottom: 10px;
 text-align: left;
 }
*html body h2#news { padding-left: 40px; }

h2#news2 {
 width: 677px;
* width: 800px;
 margin-left: 40px;
 margin-top: 0px;
 margin-bottom: 10px;
 text-align: left;
 font-size:samll;
 font-weight: normal;
 }
*html body h2#news2 { margin-top: 0px; }

h2#news3 {
 width: 677px;
* width: 800px;
 margin-left: 40px;
 margin-top: -10px;
 margin-bottom: 10px;
 text-align: left;
 }

/* ↑年末年始文言のスタイル *************************************************/

h2#title2 {
 width: 719px;
 height: 47px;
 top: 0;
 left: 40px;
 position: relative;
 z-index: 2;
 background: url(../../images/recommend_title.gif) no-repeat;
 }

h2#title {
 width: 709px;
 height: 20px;
 top: -40px;
 left: 41px;
 position: relative;
 z-index: 1;
 color: #fff;
 background-color: #000;
 font-weight: bold;
 font-size: x-small;
 }

/* 商品配列 */
div#first {
 width: 719px;
 margin-left: 40px;
 margin-bottom: 50px;
 float: left;
 }
* html body div#first { margin-top: 0; margin-left: 20px; margin-bottom: 25px; }

div#first li { list-style-type: none; }

div#first ul {
 width: 220px;
 height: 225px;
 float: left;
 background: url(../../images/img-bg.gif) no-repeat;
 }

div#first ul.center {
 margin-left: 28px;
 margin-right: 28px;
 }

 /* 商品毎のレイアウト(1段目) */
div#first li.top-img {
 width: 220px;
 height: 183px;
 text-align: center;
 margin-top: 22px;
 }

div#first li.name {
 width: 220px;
 overflow: hidden;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 2px;
 line-height: 1.2em;
 text-align: center;
 }

a:link.top-name { color: #000; text-decoration: none; }
a:visited.top-name { color: #000; text-decoration: none; }
a:hover.top-name { color: #fff; text-decoration: none; }
a:activ.top-name { color: #fff; text-decoration: none; }

div#first li.top-price {
 width: 220px;
 font-weight: bold;
 text-align: center;
 }
*+html body div#first li.top-price { margin-bottom: -15px; }


/* purchaseのスタイル*/
div#purchase {
 float: left;
 width: 800px;
 margin-left: 40px;
 margin-top: 20px;
 color: #fff;
 }
* html body div#purchase { margin-left: 20px; margin-top: 10px; }
*:first-child+html body div#purchase { margin-top: 20px; }

div#purchase dl {
 width: 678px;
 font-size: x-small;
 padding: 0.5em 2em 2em 2em;
 background-color: #222;
 }

div#purchase dt {
 font-weight: bold;
 margin-top: 2em;
 line-height: 1.5em;
 color: #c10504;
}

div#purchase dt#top { margin-top: 0; }

div#purchase dd { line-height: 1.5em; }

a.support-mail { letter-spacing: 0; }


/* footerのスタイル */
div#footer {
 clear: both;
 width: 800px;
 height: 18px;
 background-color: #c10504;
 padding-top: 0.5em;
 text-align: center;
 }
* html body div#footer { width: 801px; }

div#footer address {
 font-style: normal;
 font-size: x-small;
 color: #000;
 }

div#veli {
 width: 800px;
 float: left;
 margin-left: 32px;
 }
* 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: #d77574;
 font-weight: bold;
 }

a.more-more:link, a.more-more:visited { background-color: #d77574; color: #fff; text-decoration: none; }
a.more-more:hover, a.more-more:active { background-color: #d77574; color: #000; 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: 30px; }
* html body div#cart { margin-right: 13px; }
* 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;
 border: 1px solid #444;
 float: right;
 margin-bottom: 10px;
 padding-bottom: 0.8em; 
* margin-left: 5px;
 background-color: #666;
}

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: 26px;
 margin-bottom: -26px;
 background-color: #222;
 color: #fff;
 text-align: center;
 position: relative;
 left: 0;
 top: -25px;
 z-index: 1;
}
*html body div#cart h3#cart-title02 { margin-bottom: -13px; }

div#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-top: 0.5em;
 margin-bottom: 0.5em;
 padding-bottom: 0.5em;
 border-bottom: 1px dashed #333;
}

*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 {
 float: left;
 margin-left: 38px;
}
* html body div#detail { margin-left: 19px; }

div#detail h4 {
  width: 550px;
  color: #fff;
  margin-bottom: 5px;
  font-size: x-small;
  font-weight: normal;
 }

div#detail h2 {
 width: 550px;
 color: #fff;
 background-color: #222;
 font-size: large;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 padding-left: 0.3em;
}

 /* 商品画像のスタイル*/
div#detail p#img-main {
 width: 326px;
 height: 303px;
 background-color: #222;
 padding-top: 23px;
 margin-top: 15px;
 text-align: center;
 border: 1px solid #444;
}

div#img {
 float: left;
 width: 330px;
 margin-top: 5px;
}
* html body div#img { margin-top: -5px; }

table#img-change {
 width: 330px;
 margin-top: 0.1em;
 margin-left: -1px;
}

table#img-change td {
 background-color: #222;
 width: 81px;
 height: 81px;
 text-align: center;
*padding-left: 1px;
 border: 1px solid #444;
}

/* 料金等のスタイル */
div#inner {
 float: left;
 width: 220px;
 margin-top: 15px;
}
* html body div#inner { margin-top: 5px; }

div#detail ul {
 width: 220px;
 list-style-type: none;
 margin-left: 9px;
 }

* html body div#detail ul {
 float: right;
 width: 215px;
 margin-left: 5px;
 }

li#main-price {
 margin-top: 5px;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 border-top: 4px double #222;
 border-bottom: 4px double #222;
 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-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 #222;
 margin-bottom: 1.5em;
}

li#main-detail p {
 width: 220px;
 float: left;
 }

/**コンビニ決済*******************************************************************/
div#convenience { margin-left: 48px; }

h2#convenience-title02 {
 width: 700px;
 height: 46px;
 top: 1px;
 left: 0px;
 position: relative;
 z-index: 2;
 background: url(../../images/convenience-title.gif) no-repeat;
}

h2#convenience-title {
 width: 690px;
 height: 20px;
 top: -40px;
 left: 3px;
 padding-left: 0.3em;
 position: relative;
 z-index: 1;
 color: #fff;
 background-color: #000;
 font-size: x-small;
 font-weight: bold;
}

ul#convenience-coution { margin-bottom: 5px; }

ul#convenience-coution li { list-style-type: none; }

table.convenience {
 border: 1px solid #666;
 margin-bottom: 20px;
 }

table.convenience td {
 border-bottom: 1px solid #666;
 padding: 5px;
 }

div#convenience-btn {
 width: 700px;
 margin-bottom: 20px;
 text-align: center;
 }

* html body li#main-detail p { width: 215px; }

/* 予告ページ・クローズページ(top.html)のスタイル ********************************************************/
ul.coming-soon {
 margin-left: 35px;
 margin-right: 35px;
 margin-top: 10px;
 margin-bottom: 20px;
 list-style-type: none;
 }
html[xmlns*=""] body:last-child ul.coming-soon { margin-left: 15px; }

li.qr-margin { margin-bottom: 0.5em; }

/**↓cotents02.cssの内容***********************************************/


