/*
 * 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 /*url(../../images/bg.gif) repeat-x*/;
 }

img { border: 0; }
* html body img { behavior: expression(IEPNGFIX.fix(this)); }

/* その他の共通スタイル*/
img, input { vertical-align: middle; }

table {
 border-spacing: 0;
 border-collapse: collapse;
 background: url(../../images/detail-bg.png);
 }

table td {
 border: 1px solid #999;
 padding: 0.4em;
 }

table td table td {
 border: none;
 padding: 0.1em;
 }

a:link,
a:visited { color: #f00; text-decoration: none; }
a:hover,
a:active  { color: #c00; 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: #e90e7e;
 }

.s-pink { color: #e90e7e; }

/* 強調フォント(サブカラー) */
.ss-color {
 font-weight: bold;
 color: #e90e7e;
 }

/*
#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: #00b7ff;
}
/* 入力系 */
#lorange,
.lorange { background-color: #666; color: #fff; font-weight: bold; }

/* 確認系 */
#gray,
.gray { background-color: #444; color: #fff; font-weight: bold; }

#dgray,
.dgray { background-color: #222; 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: 100%;
 font-size: small;
 }

/* ナビスキップのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

div#navi { float: left; }

/* contentのスタイル*/
div#content,
div#content02 {
 width: 960px;
 margin-left: auto;
 margin-right: auto;
 color: #000;
 }

div#content-inner {
 /*background: url(../../images/contents-bg.gif);*/
 float: left;
 }

/*ロゴのスタイル(h1) */
h1#logo2 {
 width: 300px;
 height: 165px;
 background: url(../../images/logo.gif) no-repeat;
 text-indent: -9999px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 float: left;
 }

h1#logo {
 width: 300px;
 margin-bottom: -165px;
 top: -165px;
 left: 0;
 position: relative;
 z-index: 1;
 text-indent: -9999px;
 float: left;
 }

h1 a {
 width: 300px;
 height: 165px;
 display: block;
 float: left;
 }

/* TOP用ナビ */
div#header {
 width: 100%;
 margin: 20px 0 40px 0;
 float: left;
 }

div#header-inner {
 width: 960px;
 margin-left: auto;
 margin-right: auto;
 }

ul#navi {
 width: 590px;
 height: ;
 margin: 7px 0 20px 70px;
 padding: 0 0 0 0;
 list-style-type: none;
 text-align: left;
 /*background: #f00 url(../../images/nav-bg.png) no-repeat center 34px*/;
 position: relative;
 z-index: 2;
 float: left;
 }

ul#navi li {
 margin-right: 40px;
 display: inline;
 }

ul#navi li.nav-right { margin-right: 0; }

div#container div#content ul.fg-nav { margin-top: 40px; }

/* SNS・バナー */
ul#link {
 /*width: 227px;*/
 float: right;
 }

ul#link li {
 text-align: right;
 display: inline;
 }

/*
ul#link li { margin-right: 20px; }
*/

/* カテゴリーナビ */
ul#category-nav {
 width: 300px;
 margin: 30px 0 0 70px;
 list-style-type: none;
 float: left;
 }

ul#category-nav li {
 margin-bottom: 7px;
 }

/* mainのスタイル*/
div#main {
 width: 960px;
 float: left;
 }


/* News *****************/
ul#news {
 width: 100%;
 margin: -20px 20px 20px 0;
 padding: 10px 0;
 list-style-type: none;
 text-align: center;
 float: left;
 }

ul#news li.large { font-size: 13pt; }
ul#news li.margin { margin-bottom: 0.5em; }

/* プレゼント */
p#present {
 text-indent: -9999px;
 width: 700px;
 height: 148px;
 margin: 0 0 20px 50px;
 background: url(../../images/present.jpg) no-repeat;
 float: left;
 }

/* アーティストリスト */
div#artist-list {
 width: 960px;
 background: url(../../images/top-bg.gif) center 390px no-repeat;
 float: left;
 }

div#artist-list ul {
 width: 445px;
 margin-bottom: 80px;
 list-style-type: none;
 float: left;
 }

div#artist-list li {
 width: 445px;
 float: left;
 }

div#artist-list li.img { margin-bottom: 15px; }

div#artist-list ul.right {
 margin-left: 70px;
 float: right;
 }


/* 通常期 */
h2#title2 {
 width:800px;
 height: 24px;
 margin: 0 0 20px 0;
 top: 0;
 left: 0;
 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: #00b7ff;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 text-indent: -9999px;
 float: left;
 }

/* トップテキスト */
ul#top-text {
 width: 740px;
 margin: 0 0 0 10px;
 padding: 20px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 list-style-type: none;
 color: #302a73;
 font-size: 11.5pt;
 background: url(../../images/wh-bg.png);
 float: left;
 }

ul#top-text li {
 line-height: 1.5em;
 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
 }

ul#top-text li.indent{ margin-left: 7px; }

dl#sub-text {
 width: 720px;
 margin-top: 10px;
 padding: 10px;
 font-size: 9pt;
 color: #302a73;
 background: url(../../images/yl-bg.png);
 float: left;
 }

dl#sub-text dt,
dl#sub-text dd {
 line-height: 1.5em;
 font-family: Verdana, Arial, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Osaka" ,sans-serif;
 }

dl#sub-text dt { font-weight: bold; }

dl#sub-text dd span.r-mini {
 vertical-align: super;
 font-size: 9px;
 }

/* TOPサブタイトル*/
h2.sub-title {
 width: 800px;
 height: 75px;
 margin: -30px 0 10px 0;
 top: 60px;
 left: 0;
 position: relative;
 text-indent: -99999px;
 float: left;
 }

h2#goods { margin-bottom: 20px; background: url(../../images/nav01.png) no-repeat center center; }
h2#presale { top: 50px; background: url(../../images/nav02.png) no-repeat center center; }
h2#related { background: url(../../images/related-title.png); }

body div#container h2#list-title {
 width: 960px;
 height: 334px;
 margin: 20px 0 -35px 0;
 text-indent: -99999px;
 top: -35px;
 left: 0;
 position: relative;
 z-index: 1;
 float: left;
 }

h2.a001 { background: url(../../images/list-title_001.jpg) no-repeat; }
h2.a002 { background: url(../../images/list-title_002.jpg) no-repeat; }
h2.a003 { background: url(../../images/list-title_003.jpg) no-repeat; }
h2.a003_new { background: url(../../images/list-title_003_new.jpg) no-repeat; }
h2.a004 { background: url(../../images/list-title_004.jpg) no-repeat; }
h2.a005 { background: url(../../images/list-title_005.jpg) no-repeat; }
h2.a006 { background: url(../../images/list-title_006.jpg) no-repeat; }

p#tw,
p#tw02 {
 width: 35px;
 height: 35px;
 margin: 0 15px 0 0;
 top: -45px;
 left: 0;
 position: relative;
 z-index: 2;
 float: right;
 }

p#tw02 {
 margin: 0 0 0 0;
 float: left;
 }

/* 通常商品配列 */
div#first,
dl#releted-products {
 width: 960px;
 margin: 0 0 0 0;
 float: left;
 }
* html body div#first { display: inline; }

/* 香港グッズの場合はインナーを1つ入れてあります */
div#list-inner { margin-left: 35px; }

div#first ul {
 width: 200px;
 height: 280px;
 margin: 0 30px 20px 0;
 background: #fff;
 float: left;
 }

div#first li {
 list-style-type: none;
 text-align: center;
 }

/* 商品毎のレイアウト */
div#first li.top-img {
 width: 200px;
 margin: 0 0 3px 0;
 }

div#first li.name {
 font-weight: bold;
 margin-bottom: 3px;
 line-height: 1.2em;
 text-align: center;
 }

div#first li.top-price {
 text-align: center;
 }

/*キャラ説明*/
dl#products-detail {
 width: 720px;
 padding: 10px 20px 20px 20px;
 color: #a46935;
 font-size: 10pt;
 background: url(../../images/yl-bg.png);
 float: left;
 }

dl#products-detail dt {
 width: 720px;
 margin-top: 10px;
 float: left;
 }

dl#products-detail dt,
dl#products-detail dd {
 line-height: 1.3em;
 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
 }

dl#products-detail dd.char-comment {
 width: 490px;
 float: left;
 }

dl#products-detail dd.char-img {
 width: 225px;
 margin-left: 5px;
 float: right;
 }


/* 先行発売のお知らせ */
ul#presale-list {
 width: 740px;
 margin: 0 10px 30px 10px;
 padding: 60px 20px 20px 20px;
 background: url(../../images/bl-bg.png);
 list-style-type: none;
 float: left;
 }

ul#presale-list li {
 line-height: 1.5em;
 margin-left: 23px;
 }

ul#presale-list li#list-text { text-indent: -1em; }
ul#presale-list li.m-margin { margin-bottom: 1.5em; }
ul#presale-list li.mini-text { font-size: 11px; }


/* 音楽情報のスタイル */
dt#music-subtitle {
 width: 760px;
 height: 111px;
 margin-bottom: 20px;
 float: left;
 text-indent: -9999px;
 }

dt.cd { background: url(../../images/cd.png) no-repeat; }
dt.dvd { margin-top: 20px; background: url(../../images/dvd.png) no-repeat; }
dt.score { margin-top: 20px; background: url(../../images/score.png) no-repeat; }

dl#releted-products dd { float: left; }

dd.cd-top {
 width: 311px;
 margin: 0 20px 0 0;
 }

dd.products-title,
dd.products-title02,
dd.products-title03,
dd.products-title04 {
 width: 429px;
 margin-bottom: 8px;
 line-height: 1.2em;
 font-size: 14pt;
 font-weight: bold;
 }

dd.price {
 margin-bottom: 8px;
 line-height: 1.2em;
 font-size: 12pt;
 font-weight: bold;
 }

span.postarge {
 font-size: 11px; 
 font-weight: lighter;
 }

dd.products-comment,
dd.products-comment02,
dd.products-comment03 {
 width: 429px;
 margin-bottom: 12px;
 line-height: 1.2em;
 font-size: 11pt;
 }

span.limited {
 color: #ea530e;
 font-size: 12pt;
 }

dd.reserve-icon {
 width: 291px;
 height: 50px;
 margin-bottom: 7px;
 background: url(../../images/reserve-icon.jpg) no-repeat;
 text-indent: -9999px;
 }

dd.dl-comment {
 width: 429px;
 margin-bottom: 10px;
 color: #e9587f;
 font-size: 8pt;
 }

dd.reserve-btn {
 width: 429px;
 margin-bottom: 20px;
 }

dd.cd-under {
 margin: 20px 20px 0 0;
 }

dd.products-title02 {
 width: 529px;
 margin-top: 20px;
 }

dd.products-comment02 { width: 529px; }

dd.sale-icon,
dd.sale-icon02 {
 width: 411px;
 height: 40px;
 background: url(../../images/sale-icon.jpg) no-repeat left center;
 text-indent: -9999px;
 }

dd.margin20 { margin-bottom: 55px; }

dd.dvd-top {
 width: 366px;
 margin-right: 20px;
 }

dd.products-title03,
dd.products-comment03,
dd.sale-icon02 { width: 374px; }
dd.notes { margin-bottom: 15px;  font-size: 7pt; }


dd.score-top {
 width: 217px;
 margin-right: 20px;
 }

dd.products-title04,
dd.products-comment04 { width: 510px; margin-bottom: 15px; }


/* purchaseのスタイル*/
div#purchase {
 width: 800px;
 margin-top: 10px;
 float: left;
 }

div#purchase dl {
 width: 740px;
 margin-left: 10px;
 font-size: x-small;
 padding: 20px;
 padding-top: 1px;
 background: #444;
 color: #fff;
 }

div#purchase dt {
 font-weight: bold;
 margin-top: 2em;
 line-height: 1.5em;
 color: #e90e7e;
 }

div#purchase dt#top { margin-top: 0; }

div#purchase dd { line-height: 1.5em; }


/* footerのスタイル */
div#footer {
 width: 960px;
 margin-top: 30px;
 padding-bottom: 5px;
 float: left;
 }

/* footerナビのスタイル */
div#footer ul#navlist,
div#footer address { display: inline; }

div#footer ul#navlist {
 width: 560px;
 margin: 0 0 0 0;
 font-size: 7.5pt;
 list-style-type: none;
 text-align: left;
 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: 400px;
 text-align: right;
 font-style: normal;
 font-size: x-small;
 color: #999;
 float: right;
 }

/*
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.png) 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;
 }

span.lighter { font-weight: normal; }

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; }

li.list-sold-out { margin-top: .5em; }

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 {
 width: 138px;
 margin-bottom: 10px;
 padding-bottom: 0.8em; 
 border: 1px solid #222;
 background: url(../../images/detail-bg.png);
 float: right;
 top: 0;
 left: 0;
 position: relative;
 /*color: #fff;*/
 z-index: 3;
 }

div#cart h3#cart-title {
 width: 138px;
 height: 25px;
 background: url(../../images/cart-title.gif) center center no-repeat;
 border-bottom: 1px solid #222;
 position: relative;
 left: 0;
 top: 0;
 z-index: 2; 
}

div#cart h3#cart-title02 {
 width: 138px;
 height: 0px;
 margin-bottom: 15px;
 background-color: #222;
 /*color: #fff;*/
 text-align: center;
 position: relative;
 left: 0;
 top: -25px;
 z-index: 1;
}

div#cart ul {
 width: 138px;
* margin-top: -1px;
}

div#login-cart ul {
 width: 138px;
* margin-top: -1px;
}

div#cart li { list-style-type: none; }

div#cart li#piece {
 width: 132px;
 margin-left: 3px;
 margin-bottom: 0.5em;
 padding-bottom: 0.5em;
 border-bottom: 1px dashed #999;
}
*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 { text-align: center; }


/*商品詳細(detail.tpl)のスタイル*******************************************************/
/* 商品詳細のスタイル*/
div#detail {
 width: 800px;
 margin-right: 20px;
 top: 0;
 left: 0;
 position: relative;
 float: left;
 z-index: 4;
 display: inline;
 }

h2#detail-title {
 width:930px;
 height: 24px;
 margin: 0 0 20px 0;
 padding: 0 0 0 30px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 color: #000;
 font-size: 18pt;
 font-weight: bold;
 background: url(../../images/detail-title.gif) no-repeat;
 /*text-align: center;*/
 float: left;
 }

 /* 商品画像のスタイル*/
div#detail p#img-main {
 width: 402px;
 height: 402px;
 text-align: center;
 border: 1px solid #999;
 background-color: #fff;
}

* html body div#detail p#img-main img { behavior: expression(IEPNGFIX.fix(this)); }

div#img {
 width: 402px;
 float: left;
 }

table#img-change {
 width: 402px;
 margin-top: 0.1em;
 }

table#img-change td {
 width: 81px;
 height: 81px;
 text-align: center;
 padding: 0;
 background-color: #fff;
 }

* html body table#img-change td img { behavior: expression(IEPNGFIX.fix(this)); }

/* 料金等のスタイル */
div#inner {
 width: 378px;
 float: right;
 }

div#detail ul {
 width: 378px;
 list-style-type: none;
 float: right;
 }

li#main-price {
 padding-top: 0.4em;
 padding-bottom: 0.3em;
 border-top: 4px double #666;
 border-bottom: 4px double #666;
 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 #999;
 margin-bottom: 1.5em;
 }

li#main-detail p {
 width: 378px;
 float: left;
 }


/**コンビニ決済*******************************************************************/
div#convenience { margin: 0 0 10px 128px; }

h2#convenience-title02 {
width: 960px;
 height: 24px;
 margin: 0 0 20px 0;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/convenience-title.gif) no-repeat  center center;
 }

h2#convenience-title {
 width: 730px;
 margin-bottom: 10px;
 top: -20px;
 left: 0;
 position: relative;
 z-index: 1;
 /*color: #fff;*/
 font-weight: bold;
 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;
 }

div#convenience-btn {
 width: 700px;
 text-align: center;
 }
* html body li#main-detail p { width: 215px; }

/* エラー(error.tpl)のスタイル ********************************************************/
table#error {
 float: left;
 }
