/* 全体的なルール */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time {
	margin:0;
	padding:0;
	}
body {
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro","Hiragino Sans",Meiryo,sans-serif;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	line-height: 1.6;
	height:100%;
	width:100%;
  	min-width:1200px;
  	_display: inline;
	_zoom:1;
	color:#000;
	margin:0;
	background: url(https://img12.shop-pro.jp/PA01066/948/etc/2014header-bgc.png) repeat-x;	overflow: auto;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a {
	color: #039;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #903;
	text-decoration: underline;
}
.visited a:visited { color: #900; }
.samecolor a {color: #500000;}

h2,h3,h4 { color:#500000; }

address { font-style: normal; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  font-size: 100%;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="radio"],
[type="checkbox"] {
  cursor: pointer;
}

[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.pull-right {
  float: right;
}

ul.unstyled,
ol.unstyled {
  list-style: none;
}
ul.inline,
ol.inline {
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  *display: inline;
  *zoom: 1;
}

.left { float: left; }
.right { float: right; }

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_13 { font-size: 13px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_fff { color: #fff; } /* bianco */
.txt_c_500 { color: #500000; } /* choccorata */
.txt_c_e21 { color: #ee2d1e; }
.txt_c_f90 { color: #f90; } /* aranche */
.txt_c_c00 { color: #c00; } /* rosso */
.txt_c_900 { color: #900; } /* marone */

.txt_box {
	border: 1px solid #ee2d1e;
	padding: 0 2px;
 }

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_15 { margin-top: 15px; }
.mar_r_15 { margin-right: 15px; }
.mar_b_15 { margin-bottom: 15px; }
.mar_l_15 { margin-left: 15px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_5 { padding: 5px 0; }
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_50 { padding: 50px}
/* border */
.bor_t_1 { border-top: 1px solid #ccc; }
.bor_r_1 { border-right: 1px solid #ccc; }
.bor_b_1 { border-bottom: 1px solid #ccc; }
.bor_l_1 { border-left: 1px solid #ccc; }
.bor_b_b1 { border-bottom: 1px solid #500000; }
.bor_v_b1 { border-top: 1px solid #500000;
			border-bottom: 1px solid #500000; }
.bor_frm_bwn { border: 1px solid #500000; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
.va-50 { vertical-align: -50%; }

/*ページ全体の幅*/

#header,#content,#footer, #copyright  {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
/* ヘッダー */
#header {
	height:200px;
 }

/* リンクアイコン */

.link-icon i{
	margin-left: 15px;
	color: #500000;
}
.fa-chevron-circle-right {
	margin-left: 5px;
}
.fa-chevron-circle-left {
	margin-right: 5px;
}
/*　画面右側の幅　*/
.main {
	float: right;
	width: 720px;
	padding-left: 20px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:240px;
}

/* Side Bar*/

ul#categories li,
ul#categories dd,
ul#side_contents li {
	margin-bottom: 10px;
}

ul#categories dd a{
	margin-right: 25px;
}
ul#categories li, ul#side_contents li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
		background-color: #fae383;
		background-repeat: repeat-x;
}

.b_list {
	line-height: 30px;
}
.b_list a {
	margin: 0 8px;
}

.copyright {
		background-color: #500000;
		background-repeat: repeat-x;
}
#copyright {
	height: 40px;
	color: #fff;
}

/*---------------------------------
*トップページ
*----------------------------------*/


/*臨時のお知らせ*/

.info {
	margin-bottom:40px;
	}

/*トップコンテンツのタイトル*/
.top-title {
	margin:0 auto;
	width:680px;
	height:55px;
	}
.top-title p {
	padding-top:22px;
	color: #fff;
	font-size: 0.94em;
	}
#new-arrivals p {
		margin-left:185px;
		}
#soullegends p {
		margin-left:235px;
		}
#new-arrivals {
	background:url(https://img12.shop-pro.jp/PA01066/948/etc/new_arrivals.png) no-repeat;
	}
#soullegends {
	background: url(https://img12.shop-pro.jp/PA01066/948/etc/soul_legends.png) no-repeat;
	}
.column, .address{
	margin:15px;
	line-height: 1.7em;
	}
.column p{
	margin-bottom: 1em;
	}

/*Topディスプレイ*/
.showcase{
	margin:20px auto;
	width:672px;
	}
.labels {
	margin-bottom:15px;
	width:20%;
	float:left;
	text-align:center;
	font-size:0.88em;
	}
.labels img {
	width:120px;
	height:120px;
	padding-bottom:5px;
	}
.na_name {
	font-weight: bold;
	padding-bottom: 3px;
}
.more {
	text-align:right;
	color:#c00;
	}
.more a {color:#c00;text-decoration:none;}
.more img {
	vertical-align:middle;
	}
.more span {
	margin-right:5px;
	}

/* -------------------------------------
*     リストページ
* ------------------------------------- */

/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0;
	margin:20px 0 20px 0;
}
.cg_freespace_02 {
	padding:0;
	margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 20px;
	padding:0;
}

#picture { width: 90px; }
#button { width: 90px; }

#itemlist { clear:both; width: 100%;  }
#itemlist th { width:50px; text-align: right; padding-right: 5px; line-height: 30px;}

.soldout-list{
	font-size:11px;
	font-weight: bold;
	color:#c00;
	border:1px solid #c00;
	padding:2px 3px;
}

#list_cart {
	border: 0;
	width: 110px;
	height: 32px;
	background: url(https://img12.shop-pro.jp/PA01066/948/etc/2014cart_button_list.png) right center no-repeat;
}

/* -------------------------------------
*     商品詳細ページ
* ------------------------------------- */
.details {
	overflow:hidden;
	margin-left: 290px;
	min-height: 260px;
}
.bor_frm { border: 1px solid #999; }
.explain span {
	font-weight: bold;
	margin-right: 5px;
}
.soldout {
	display: inline-block;
	color:#c00;
	border:1px solid #c00;
	padding:2px 5px;
}

.init {
	display:none;
	}

.thumbnaillist li a:hover {opacity: 0.7;}
.thumbnaillist li a:active {opacity: 0.7;}
/* -------------------------------------
*     ご注文方法
* ------------------------------------- */
.fig {
	text-align: center;
	margin: 20px 0;
}
.notice_list li {
	margin-bottom: 10px;
}

/* -------------------------------------
*     送料・発送方法
* ------------------------------------- */
.table-caption {
	font-weight: bold;
	font-size:110%;
	text-align: left;
	margin-left: 10px;
}
.payment-table {
	width: 90%;
	border:2px solid black;
	border-collapse: collapse;
	margin:20px auto;
}
.payment-table td,.payment-table th{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}
#area {
	width:20%;
}
#reguler {
	width:40%;
}
#mail {
	width:40%;
}

/* -------------------------------------
*     コンディション表記
* ------------------------------------- */

.condition {
	margin:20px;
	}
.condition table {
	border:1px solid #366;
	padding:2px;
	background:white;
	}
.condition th {
	width:65px;
	background-color:#f90;
	color:white;
	}
.condition td {
	padding:5px 10px;
	}
#means{
	width:150px;
	background-color:#fae383;
	}
#discripts {
	width:500px;
	background-color:#eee;
	}

/* -------------------------------------
*     LINKS
* ------------------------------------- */

#link_category {
	color:#500;
	font-size:16px;
	margin:0 0 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #500;
}
.links {
	padding: 5px;
	margin-bottom:15px;
	}
.links dt {
	font-weight: bold;
	padding: 5px 0;
	margin-left:30px;
	border-bottom: 1px dotted #500;
	}
.links dd {
	padding:5px 30px;
	margin-bottom: 15px;
	font-size: 13px;
	}
