/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,th,td,* {
	margin: 0px;
	padding:0px;
}
table {
	border-collapse: collapse;
	border-spacing:0px;
}
fieldset,
img {
	border: 0px;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align:
	left;
}
/*h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}*/
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0px;
}
   
body * {
	line-height: 1.22em;
	word-break: break-all;
}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */

body {
	font-family:"ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:170%;
	/*width: 970px;*/
	margin:0 auto;
	padding:0px;
	text-align:left;
	font-size: 10px;
	color: #000000;
	}

img {
	 vertical-align:top;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin:0px 5px 0px 15px;
	}


a {
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
	zoom: 1;
	display:inline-block\9;/* ie8 */
}
a:link {
	color: #0093C9;
}
a:visited {
	color: #0093C9;
}
a:active {
	color: #0093C9;
}
a:hover {
	color: #FF4000;
	text-decoration: underline;
}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	width: 970px;
	margin: 15px auto 0px;
}
#header .logo {
	float: left;
}
#header .logo a {
}
#header .memberMenu {
	float: right;
	margin-top: 5px;
}
#header .memberMenu li {
	float: left;
	margin-left: 5px;
}
#header .memberMenu .name {
	vertical-align: baseline;
	font-size: 1.5em;
	font-family: 'ヒラギノ丸ゴ Pro';
}

/* ************************************************ 
 *	グローバルナビ
 * ************************************************ */

#gNavi {
	width: 970px;
	margin: 0 auto;
}
#gNavi li {
	float: left;
}
#gNavi li a:hover {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;
	display:inline-block\9;/* ie8 */
}

#gNavi .gnHome {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/gnavi01_over.gif?20140217104238);
}
#gNavi .gnBlog {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/gnavi02_over.gif?20140217104253);
}
#gNavi .gnMail {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/gnavi03_over.gif?20140217104258);
}
#gNavi .gnLink {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/gnavi04_over.gif?20140217104305);
}
#gNavi .gnContact {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/gnavi05_over.gif?20140217104313);
}
#gNavi .gnDelivery {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/gnavi06_over.gif?20140217104323);
}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
 
#sidebar {
	width: 246px;
	float: left;
}
#sidebar div {
	margin-bottom: 20px;
}
#sidebar h2 {
	margin: 0 0 0 1px;
}
#sidebar ul li {
	padding: 9px 0px 7px 25px;
	border-bottom: dotted 1px #B2B2B2;
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/list_arrow01.png?20140214191659) no-repeat 4px center;
}
#sidebar ul li a {
	font-size: 14px;
}
#sidebar #search {
	border: solid 1px #DBDBDB;
	padding: 9px;
	background: #F4F4F4;
}
#sidebar #search p {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/search.png?20140218103522) no-repeat;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 1.2em;
}
#sidebar #search select {
	width: 180px;
	margin-bottom: 10px;
}
#sidebar #search .side_form_input {
	width: 136px;
	height: 16px;
	margin-bottom: 10px;
}
#sidebar #search .side_form_btn {
	margin-left: 5px;
	vertical-align: top;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;
	background:#FFFFFF url(http://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/rs_m_rect.gif) 0px 3px no-repeat;
	padding-left:15px;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#0000cc; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#0000cc; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#0000cc; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#0000cc; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#ee0000; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:175px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	border-left:3px solid #6699CC;
	border-right:3px solid #6699CC;
	}
.incart_name {
	text-align:left;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
	margin:0;
}

/*.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}*/

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/foot_bg.jpg?20140214191808);
	color: #FFF;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	text-align: center;
	font-size: 13px;
	padding: 60px 0 80px;
	min-width: 970px;
	clear: both;
}
#footer address {
	font-style: normal;
}
#footer address a {
	font-size: 1em;
}

/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

#main {
	width: 970px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#conts {
	width: 694px;
	float: right;
}

#mainVisual {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/common_main_bg.jpg?20140214191903) 0 -122px;
	margin-bottom: 35px;
	min-width: 990px;
	height: 155px;
	position: relative;
}
#mainVisual>img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -495px;
}
#mainVisual.top {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/index_main_bg.jpg?20140214191845) 0 -131px;
	padding: 24px;
	height: 380px;
}
#mainVisual ul {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#mainVisual .bx-viewport {
	width: 970px!important;
	height: 378px!important;
	margin: 0 auto;
	background: #FFF;
}

.banner {
	margin-bottom: 50px;
}
.banner .single {
	margin-bottom: 10px;
}
.banner .double {
	margin-left: -5px;
}
.banner .double a {
	margin-left: 5px;
}

.newbooks h2 {
	margin-bottom: 40px;
}

.news h2 {
	margin-bottom: 15px;
}
.news ul{
	margin: 0 0 35px 10px;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 1.3em;
}
.news ul li {
	margin-bottom: 0.5em;
}

.sns {
	margin-left: 10px;
}
.sns a {
	margin: 0 27px 40px 0;
	display: inline-block;
}
.sns a img {
}

.mainImg {
	margin-bottom: 37px;
}
h2 {
	margin-bottom: 20px;
}
.ttl01 {
	border: solid 1px #010101;
	padding: 5px 10px;
}

.registration {
	font-size: 1.3em;
}
.registration .ttl01 {
	margin-bottom: 40px;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 1em;
	font-weight: normal;
}
.registration .ttl01 span {
	color: #FF0000;
	margin-left: 3px;
}
.registration .color01 {
	color: #9D0000;
	line-height: 1.5em;
	margin-bottom: 5px;
	display: inline-block;
}
.registration table {
	margin-bottom: 30px;
}
.registration th {
	/*font-size: 1.3em;*/
	padding: 5px 0;
}
.registration form {
	margin-bottom: 10px;
}
.registration form .text02 {
	margin-bottom: 3px;
	display: inline-block;
}
.registration input[type="rdemail"] {
	width: 290px;
}
.registration input[type="image"] {
	padding: 0px 0 0 5px;
	vertical-align: top;
}
.registration .color02 {
	color: #0093C9;
	display: inline-block;
	margin-top: 25px;
}
.registration p {
	font-size: 1em;
	padding: 40px 0;
}
.registration a {
	font-size: 1em;
}

.link h3 {
	font-size: 1.3em;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-weight: normal;
	margin-bottom: 45px;
}
.link h3 a {
	font-size: 1em;
}
.link dl {
	margin-left: 10px;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.link dt {
	margin-bottom: 15px;
	font-size: 1.3em;
}
.link dd {
	font-size: 1.3em;
	margin-bottom: 35px;
}
.company {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.company .ttl01 {
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 20px;
}
.company th,
.company td {
	font-weight: normal;
	border: solid 1px #CCC;
	font-size: 1.3em;
	vertical-align: middle;
	padding: 15px 50px 15px 15px;
}
.company th {
	padding-right: 0;
}


/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	color:#ff0000;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(http://img.shop-pro.jp/tmpl_img/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(http://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}


/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:726px;
	margin:0px 0px 30px;
	border:#e5e5e5 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#333333;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#333333;
	}

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */
.newbooks {
	margin-bottom: 15px;
	padding-left: 10px;
	width: 710px;
}
.product_list {
	margin-bottom: 30px;
	display: inline-block;
}
.product_item {
	width: 169px;
	display: inline-block;
	margin: 0 0 0px 0px;
	vertical-align: top;
	text-align: left;
}
.product_item a {
	display: inline-block;
	/*margin-left: 15px;*/
}

.product_item>a {
	width: 111px;
	height: 163px;
	margin-bottom: 10px;
}
.product_item img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 160px;
	max-height: 160px;
}
.product_item .name {
	display: inline-block;
	width: 170px;
	margin-bottom: 5px;
}
.product_item .name a {
	margin-left: 0;
	font-size: 1.3em;
}
.product_item .txt {
	width: 150px;
}
.product_item .txt p {
	font-size: 1.3em;
}
.product_item .price p {
	font-size: 1.3em;
	color: #000;
}
.product_item .expl {
	width: 140px;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.product_item .price .price_all {
	color: #000;
	font-size: 1.3em;
}

.pagenavi {
	background: #FFF!important;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 1.6em;
}


.pager {
	text-align: center;
	color: #000;
}
.pager a {
	color: #000;
	font-size: 1.6em;
}

.productList {
	display: inline-block;
}
.productList li {
	width: 163px;
	display: inline-block;
	margin: 0 0 25px 5px;
	vertical-align: top;
}
.productList li img {
	display: block;
	margin-bottom: 10px;
	margin-left: 15px;
}
.productList li a {
	display: inline-block;
	margin-bottom: 5px;
}
.productList li p {
	width: 140px;
	margin-bottom: 5px;
}
.newbooks .productList {
	margin: 0 0 10px 5px;
}
.newbooks .productList li img {
	margin-left: 0;
}
.newbooks .productList li .txtLink {
	font-size: 1.3em;
	display: inline-block;
	width: 170px;
}
/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
	color: #333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_all {
	padding:0px;
	margin:0px;
	color:#ff0000;
	}

.discount_rate_all {
	padding:0px;
	margin:0px;
	color:#333333;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
	color:#333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_search {
	padding:0px;
	margin:0px;
	color:#ff0000;
	}

.discount_rate_search {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:726px;
	height:28px;
	background:#e7e7e7;
	margin-bottom:15px;
	}

.pagenavi a {
	color:#0000cc; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
/*
.product_list {
	float:left;
	width:181px;
	text-align:center;
	margin:0px;
	}

.product_item {
	text-align:center;
	padding:0px 0px 50px;
	}

.product_item img {
	border:1px solid #999999;
	max-width: 155px;
	}

.product_item .name {
	margin:10px 0px 0px;
	color:#333333;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	font-weight:bold;
	}

.product_item .expl {
	color:#333333;
	line-height:120%;
	text-align:left;
	margin:5px 0px;
	}
.product_list a         {color:#0000cc; text-decoration:underline;}
.product_list a:link    {color:#0000cc; text-decoration:underline;}
.product_list a:visited {color:#0000cc; text-decoration:underline;}
.product_list a:active  {color:#0000cc; text-decoration:underline;}
.product_list a:hover   {color:#ee0000; text-decoration:underline;}
*/

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
/*
.footstamp {
	width:726px;
	color:#333333;
	margin-bottom:15px;
	}

.footstamp a         {color:#0000cc; text-decoration:underline;}
.footstamp a:link    {color:#0000cc; text-decoration:underline;}
.footstamp a:visited {color:#0000cc; text-decoration:underline;}
.footstamp a:active  {color:#0000cc; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

.txt-f10 {
	font-size:10px;
	}

.footstamp img {
	vertical-align:middle;
	}*/

.footstamp {
	margin-bottom: 30px;
}
.footstamp td {
	font-size: 1.4em;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.pagePath {
	margin-bottom: 25px;
}
.pagePath li {
	display: inline-block;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.pagePath ol {
	font-size: 1.4em;
}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

.order {
	padding: 20px 0 0 44px;
	margin-bottom: 60px;
}
.order .img {
	float: left;
	width: 257px;
}
.order .img img {
	margin-bottom: 25px;
}
.order .img ul li {
	background: url(http://img17.shop-pro.jp/PA01267/202/etc/list_arrow02.png?20140214191936) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 0.8em;
}
.order .img ul li a {
	color: #454545;
	font-size: 1.3em;
}
.detail {
	float: left;
	width: 393px;
}
.detail h3 {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.detail .price {
	font-size: 1.6em;
	margin-bottom: 15px;
}
.detail table {
	margin-bottom: 20px;
}
.detail table#cartTable td:first-child {
	padding-right: 15px;
	display: inline-block;
}
.detail table .txtArea input {
	width: 50px;
	margin-left: 20px;
}
.detail table .chanNum {
	padding: 0 2px 0;
	width: 11px;
}
.detail ul {
	font-size: 1.4em;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	margin-bottom: 15px;
}
.detail ul #first {
	margin-bottom: 15px;
}
.detail ul li {
	line-height: 1.5em;
}
.detail ul li span {
	color: #7A0059;
}
.detail p {
	line-height: 1.5em;
	font-size: 1.1em;
}
.detail p span {
	color: #7A0059;
}

.productList p {
	margin-bottom: 25px;
	font-size: 1.3em;
}
.productList p span {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
}


.detail_cont {
	width:726px;
}

.detail_img_block {
	width:405px;
	float:left;
}

.detail_txt_block {
	width:294px;
	float:right;
	text-align:left;
}


.detail_img_block img {
	border:1px solid #999999;
	max-width: 100%;
}

.product_name {
	font-weight:bold;
	margin-bottom:10px;
}

.expl_block {
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:405px;
}

.detail_other .sub {
	width:135px;
	float:left;
}

.detail_other .sub_tp {
	padding-top:15px;
}

.detail_other .sub img {
	width: 120px;
}

.detail_txt_block table.table {
	width:294px;
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
}

.detail_txt_block table.table td.tit {
	width:100px;
}

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
	margin-bottom:10px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:10px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_review {
	margin-bottom:10px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/32/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク 
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn {
	margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_detail {
	padding:0px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	clear: both;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	padding-top: 50px;
	}
#together .tog_main_title p {
	font-size: 14px;
}

#together .together_list {
	margin:0px 3px;
	float:left;
	width:175px;
	}

#together .together_list img {
	border:1px solid #999999;
	max-width: 155px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

#trackback .tb_main_title {
	font-weight:bold;
	margin:0px 0px 5px;
}


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

#trackback .tb_title {
	padding:0px 0px 10px;
	}

#trackback .tb_body {
	line-height:150%;
	padding:10px 0px;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;
	}

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	}

#Option .option_cell1 {
	text-align:left;
	font-weight:normal;
	padding:5px 5px 5px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell2 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 6px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell3 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 10px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment h3 {
	font-size: 1.3em;
}
.payment table {
	font-size: 1.3em;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	margin-bottom: 30px;
}
.payment th {
	padding-left: 10px;
	font-weight: normal;
}
.payment td {
	padding: 20px 197px 15px 0;
}
.payment td img {
	margin-top: 10px;
}
.bdrBtm {
	border-bottom: solid 1px #333;
}
.bdrBtm:first-child {
	padding-top: 0;
}

.uPack>*,
.mailBin>* {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic';
	line-height: 1.5em;
	font-size: 1.3em;
}
.shipping h3 {
	font-size: 1.3em;
	margin-bottom: 30px;
}
.shipping h4 {
	color: #FF0000;
	font-size: 1.3em;
}
.shipping p {
	margin-bottom: 1.5em;
}
.shipping p img {
	display: block;
	padding: 10px 20px;
}
.shipping p span {
	color: #FF0000;
}
.uPack .postage {
	border-bottom: solid 1px #333;
	margin-bottom: 45px;
}
.postage {
	padding-bottom: 40px;
}
.postage h5 {
	font-size: 1.2em;
}
.postage li {
	font-size: 1.0em;
}


.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	}

#ShopKeeper {
	width:726px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-left: 1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	margin-bottom:15px;
	color:#333333;
	}

.pe_title {
	padding-top:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

.pe_note {
	line-height:150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	float解除
 * ************************************************ */


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}



#tw,
#fb {
	width: 97px;
	display: inline-block;
	margin-bottom: 20px;
}