/*
 * 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: #fff;
 }

img { border: 0; }
* html body img { behavior: expression(IEPNGFIX.fix(this)); }

/* その他の共通スタイル*/
img, input { vertical-align: middle; }

table {
 border-spacing: 0;
 border-collapse: collapse;
 }

table td {
 border: 1px solid #808080;
 padding: 0.4em;
 }

table td table td {
 border: none;
 padding: 0.1em;
 }

a:link,
a:visited { color: #ff2196; text-decoration: none; }
a:hover,
a:active  { color: #fc4fb2; 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: #ff2196;
}

.s-pink { color: #ff2196; }

/* 強調フォント(サブカラー) */
.ss-color {
 font-weight: bold;
 color: #ff2196;
 }

/*
#bgray { color: #000; }
.bgray { color: #000; }
*/

.miniwhite {
 margin-left: 20px;
 color: #222;
 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: #ff2196;
}
/* 入力系 */
#lorange { background-color: #e7e7e8; color: #333; font-weight: bold; }
.lorange { background-color: #e7e7e8; color: #333; font-weight: bold; }

/* 確認系 */
#gray { background-color: #c6c4ca; color: #333; font-weight: bold; }
.gray { background-color: #c6c4ca; color: #333; font-weight: bold; }

#dgray { background-color: #8b8897; color: #fff; font-weight: bold; }
.dgray { background-color: #8b8897; 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;
 }

.margin { margin-bottom: 1em; }

/* coming soon(top.html)のスタイル***************************************/
ul#coming-soon { padding: 30px; height: 150px; }

ul#coming-soon li { list-style-type: none; }

/* 全体のスタイル ***************************************/
/* div#containerのスタイル*/
div#container {
 width: 100%;
 font-size: small;
}

/* naviのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

div#navi { float: left; }

/* contentのスタイル*/
div#content,
div#content02 {
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 color: #222;
 }

div#content-inner {
 background: #fff/*url (../../images/content-bg.png)*/;
 float: left;
 }

/*ロゴのスタイル(h1) */
h1#logo2 {
 width: 800px;
 height: 503px;
 background: url(../../images/logo.png) no-repeat;
 text-indent: -9999px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 float: left;
}

h1#logo {
 width: 800px;
 margin-bottom: -503px;
 top: -503px;
 left: 0;
 position: relative;
 z-index: 1;
 float: left;
}

h1 a {
 width: 800px;
 height: 503px;
 display: block;
 float: left;
}

/* TOP用ナビ */
div#header {
 width: 100%;
 background: #fff;
 float: left;
 }

div#header-inner {
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 }

div#header ul#navi {
 width: 800px;
 height: 25px;
 margin: 0;
 padding-top: 6px;
 list-style-type: none;
 text-align: center;
 background: #81cdd9;
 float: left;
 }

div#header ul#navi li { display: inline; }

div#header ul#navi li.nav-left { margin: 0 90px 0 0; }


/* mainのスタイル*/
div#main {
 width: 800px;
 float: left;
 }

/* トップページ(top.tpl)のスタイル ******************************************/
h2#top-message {
 width: 677px;
* width: 800px;
 margin-left: 60px;
/* * padding-left: 60px;*/ /* 告知文有の場合のみ。通常時はコメントアウト */
 margin-top: -5px;
 margin-bottom: 10px;
 font-size: medium;
 text-align: center; /* 通常は text-align: center; に設定。告知文有の場合はコメントアウト */
 }
*html body h2#top-message { font-size: large; }

h2#news {
 width: 677px;
 margin-left: 20px;
 margin-bottom: 5px;
 }

h2#news2 {
 width: 677px;
 margin: 20px 0 15px 20px;
 text-align: left;
 font-size:samll;
 font-weight: bold;
 }

h2.bottom { margin-bottom: 15px; }

h2#title2 {
 width:800px;
 height: 30px;
 margin: 20px; 0 0 0;
 top: 0;
 left: -18px;
 position: relative;
 z-index: 2;
 background: url(../../images/recommend-title.png) no-repeat center center;
 float: left;
 }

h2#title {
 width: 730px;
 margin-bottom: -30px;
 top: -30px;
 left: 0;
 position: relative;
 z-index: 1;
 color: #ff2196;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 text-indent: -9999px;
 float: left;
 }

/* 商品配列 */
div#first {
 width: 750px;
 margin: 0 0 0 25px;
 float: left;
 }

div#first li { list-style-type: none; }

div#first ul {
 width: 240px;
 height: 290px;
 float: left;
 }

div#first ul.center { margin: 0 15px; }

 /* 商品毎のレイアウト */
div#first li.top-img {
 margin-bottom: 10px;
 text-align: center;
 }

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;
 }

/* カード会社バナーのスタイル */
ul#card-img {
 width: 800px;
 list-style-type: none;
 float: left;
 }

ul#card-img li {
 display: inline;
 float: left;
 }


/* footerのスタイル */
div#footer {
 width: 800px;
 margin-top: 30px;
 padding-bottom: 5px;
 float: left;
}
* html body div#footer { width: 801px; }

/* footerナビのスタイル */
div#footer ul#navlist {
 width: 780px;
 margin: 0 20px 10px 0;
  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;
 padding: 0 5px;
 letter-spacing: 0.08em; 
* letter-spacing: 0.01em;
 border-left: 1px solid #999;
 display: inline;
 }

a.navi-link:link,
a.navi-link:visited {color: #999; }

div#footer ul#navlist li.nav-right { border-right: 1px solid #999; }

div#footer address {
 width: 100%;
 text-align: center;
 margin-bottom: 3px;
 font-style: normal;
 font-size: x-small;
 color: #999;
 }

div#veli {
 width: 800px;
 margin-top: 15px;
 float: left;
 }


/***商品一覧のスタイル(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-left: 1px solid #808080;
 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; }

/* カラー選択セレクトボックスの幅指定 */
select.select-color { width: 40px; }

/* 現在のカゴの中のスタイル*/
div#cart {
 width: 144px;
* margin-left: 5px;
 margin-bottom: 10px;
 padding-bottom: 0.8em; 
 border: 1px solid #808080;
 /*background-color: #181c26;*/
 float: right;
 top: 0;
 left: 0;
 position: relative;
 /*color: #fff;*/
 z-index: 3;
 }

div#cart h3#cart-title {
 width: 144px;
 height: 25px;
 background: url(../../images/cart-title.gif) no-repeat;
 border-bottom: 1px solid #808080;
 position: relative;
 left: 0;
 top: 0;
 z-index: 2; 
}

div#cart h3#cart-title02 {
 width: 144px;
 height: 0px;
 margin-bottom: 15px;
 background-color: #808080;
 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 #808080;
}
*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;
 }

 h2#detail-title {
 width:800px;
 margin: 20px 0 30px 0;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 color: #ff2196;
 font-size: 24pt;
 font-weight: bold;
 /*background: url(../../images/detail-title.png) no-repeat center center;*/
 text-align: center;
 float: left;
 }

 /* 商品画像のスタイル*/
div#detail p#img-main {
 width: 400px;
 height: 400px;
 text-align: center;
 border: 1px solid #808080;
 }

div#img {
 width: 402px;
 float: left;
 }

table#img-change {
 width: 402px;
 margin-top: 0.1em;
 border-spacing: 0;
 border-collapse: collapse;
 }

table#img-change td {
 width: 81px;
 height: 81px;
 text-align: center;
 padding: 0;
}

/* 料金等のスタイル */
div#inner {
 float: right;
 width: 148px;
}

div#detail ul {
 width: 148px;
 list-style-type: none;
 margin-left: 9px;
 float: right;
 }

li#main-price {
 padding-top: 0.4em;
 padding-bottom: 0.3em;
 border-top: 4px double #808080;
 border-bottom: 4px double #808080;
 font-size: medium;
 font-weight: bold;
 text-align: right;
 /*color: #fff;*/
 }

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 #808080;
 margin-bottom: 1.5em;
 }

li#main-detail p {
 width: 148px;
 float: left;
 }


/**コンビニ決済*******************************************************************/
div#convenience { margin-left: 48px; }

h2#convenience-title02 {
 width: 700px;
 height: 24px;
 top: 1px;
 left: 0px;
 position: relative;
 z-index: 2;
 background: url(../../images/convenience-title.gif) no-repeat;
 }

h2#convenience-title {
 width: 695px;
 height: 24px;
 top: -23px;
 left: 0px;
 padding-left: 0.3em;
 position: relative;
 z-index: 1;
 background-color: ;
 color: #fff;
 font-size: x-small;
 }

ul#convenience-coution { margin-bottom: 5px; }

ul#convenience-coution li { list-style-type: none; }

table.convenience {
 border: 1px solid #2eca00;
 margin-bottom: 20px;
 }

table.convenience td {
 border-bottom: 1px solid #2eca00;
 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;
 }

li.qr-margin { margin-bottom: 0.5em; }

/*ワールドペイのページに飛ぶけどいい？のページのスタイル(shopping/intervalue_request.tpl)**********************/
h2#to-wp-title02 {
 width: 800px;
 height: 30px;
 margin: 50px 0 15px 50px;
 top: 0;
 left: 0;
 position: relative;
 background: url(../../images/credit-title.png) no-repeat;
 }

h2#to-wp-title {
 width: 730px;
 top: -30px;
 left: 0;
 position: relative;
 z-index: 1;
 color: #fff;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 text-indent: -9999px;
 }

h3#wp-info {
 font-weight: normal;
 margin-bottom: 20px;
 }

h4#wp-submit { margin-bottom: 30px; }

/**↓cotents02.cssの内容***********************************************/
