/*===================================================== /
	共通設定
/ =====================================================*/
 
/* --- 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: 14px; font-weight: normal;}
q:before,q:after {content: '';}
abbr,acronym {border: 0px;}
   
body * {word-break: break-all;}
/* line-height: 1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

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

body {
	font-family: 'Segoe UI','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #222;
	/*background-image: url("https://img20.shop-pro.jp/PA01321/579/etc/bg_body.png?cmsp_timestamp=20150524222751");*/
  background-image: url("https://img20.shop-pro.jp/PA01321/579/etc_base64/MDZfaGVhZGVyXzk1MC0xMDBfb2w.jpg?cmsp_timestamp=20240417132442");
  
	background-repeat: repeat-x;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

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

a         {color: #3c93ff;}
a:link    {color: #3c93ff;text-decoration: none;}
a:visited {color: #3c93ff;text-decoration: none;}
a:active  {color: #3c93ff;text-decoration: none;}

a:hover {
	text-decoration: underline;
	color: #3c93ff;
	filter: alpha(style=0, opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* 共通タイトル小のフォント */
.attention_title, .trackback_title, .checkitem_title {
	font-size: 14px;
}

.product_item_detail {
	font-size: 13px;
	font-weight: bold;
}

.title_jp {
	color: #888;
}

/* 共通説明文のフォント */
.brand_comment, #attention td {
	font-size: 14px;
	line-height: 140%;
}

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

#header {
	height: 190px;
	margin: 0px;
	position: relative;
	background-repeat: repeat-x;
}

.title {
	width: 260px;
	height: 100px;
	font-weight: bold;
	color: #0000cc;
	font-size: 22px;
}

.title a         {color: #0000cc;}
.title a:link    {color: #0000cc; text-decoration: none;}
.title a:visited {color: #0000cc; text-decoration: none;}
.title a:active  {color: #0000cc; text-decoration: none;}
.title a:hover   {color: #0000cc; text-decoration: none;}

#customer_name {
	overflow: hidden;
	width: 140px;
	height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	top: 23px;
	left: 441px;
	background-image: url("https://img14.shop-pro.jp/PA01183/977/etc/bg_customer_name.gif");
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#my_page {
	width: 139px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 23px;
	left: 581px;
}

#my_page ul {
	width: 139px;
	height: 22px;
	list-style-type: none;
}

#my_page ul li {
	float: left;
	height: 22px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#my_page ul .button_my_page {
	width: 69px;
}
#my_page ul .button_login {
	width: 70px;
}

#my_page ul li a {
	display: block;
	height: 17px;	/*実際の高さは22pxだがpaddingの5pxを引く*/
	padding: 5px 0px 0px 0px;
	color: #222;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

#my_page .button_my_page a {
	background-image: url("https://img14.shop-pro.jp/PA01183/977/etc/button_mypage.png");
}

#my_page .button_login a {
	background-image: url("https://img14.shop-pro.jp/PA01183/977/etc/button_mypage.png");
}

#my_page a:hover {
	background-position: 0px -22px;
	font-weight: bold;
}

#free_shipping {
	width: 185px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 26px;
	left: 764px;
	text-align: right;
	font-size: 13px;
	color: #333;
}

#credit_card {
	width: 165px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 28px;
	left: 784px;
	
}

#user_menu {
	width: 400px;
	height: 20px;
	margin: 0px;
	position: absolute;
	top: 63px;
	left: 420px;
	color: #f2f2f2;
	font-size: 14px;
	text-align: right;
}

#user_menu a         {color: #f2f2f2;}
#user_menu a:link    {color: #333; text-decoration: none;}
#user_menu a:visited {color: #f2f2f2; text-decoration: none;}
#user_menu a:active  {color: #f2f2f2; text-decoration: none;}
#user_menu a:hover   {color: #3c93ff; text-decoration: underline;}

#show_cart {
	width: 135px;
	height: 15px;
	padding: 4px 5px 0px 0px;
	margin: 0px;
	position: absolute;
	top: 48px;
	left: 730px;
	background-color: #ffddd2;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	text-align: right;
}

#show_cart_button {
	width: 120px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 60px;
	left: 829px;
}

#show_cart_button a {
	display: block;
	width: 120px;
	height: 35px;
	border-radius: 3px;
	background-color: #827133;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
}

#text_menu {
	width: 550px;
	height: 30px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	top: 100px;
	left: 0px;
	font-size: 15px;
	background-repeat: repeat-x;
}

#text_menu a         {color: #222;}
#text_menu a:link    {color: #222; text-decoration: none;}
#text_menu a:visited {color: #222; text-decoration: none;}
#text_menu a:active  {color: #222; text-decoration: none;}
#text_menu a:hover   {color: #3c93ff; text-decoration: underline;}

#item_search_icon {
	width: 20px;
	height: 30px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	top: 105px;
	left: 520px;
	font-size: 10px;	/*IEでこのサイズを指定しないと縦に1pxズレるのため*/
}

#item_search {
	width: 430px;
	height: 30px;
	margin: 0px;
	position: absolute;
	top: 102px;
	left: 520px;
	text-align: right;
}

.item_search_form_select {
	width: 190px;
	height: 26px;
	margin-bottom: 2px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 12px;
}

.item_search_form_input {
	width: 160px;
	height: 26px;
	margin-bottom: 2px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 12px;
}

.item_search_form_submit {
	width: 50px;
	height: 26px;
	border: 0;
	border-radius: 3px;
	background-color: #e7e7e7;
}

#navigation {
	width: 950px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 140px;
	left: 0px;
}

#navigation ul {
	width: 950px;
	height: 40px;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#navigation ul .navi1 {
	border-right:  1px solid #ddd;
	width: 159px;
}
#navigation ul .navi2 {
	border-right:  1px solid #ddd;
	width: 158px;
}
#navigation ul .navi3 {
	width: 159px;
}

#navigation ul li a {
	display: block;
	height: 40px;
	line-height:  40px;
	font-size: 14px;
	font-weight: bold;
	color: #706027;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #eee;
}

#gbn {
	margin-bottom: 15px;
}
	
#gbn1 {width: 138px;}
#gbn2 {width: 135px;}
#gbn3 {width: 135px;}
#gbn4 {width: 135px;}
#gbn5 {width: 135px;}
#gbn6 {width: 135px;}
#gbn7 {width: 137px;}

.menu_1 {
	width: 950px;
	height: 150px;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	line-height: 0em;
	text-align: right;
	font-size: 10px;
}
	
.menu_1 img{
	vertical-align: top;
}

.menu_1 a         {color: #fff; text-decoration: underline;}
.menu_1 a:link    {color: #fff; text-decoration: underline;}
.menu_1 a:visited {color: #fff; text-decoration: underline;}
.menu_1 a:active  {color: #fff; text-decoration: underline;}
.menu_1 a:hover   {color: #fff; text-decoration: underline;}

#linkSpacer{
	margin: 0px 5px 0px 5px;
}

/*----------------------------------------------------- /
	スマートフォンサイトへのリンク
/ -----------------------------------------------------*/
#link_sp {
	width: 400px;
	height: 60px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 350px;
}

#link_sp a {
	display: inline-block;
	width: 400px;
	height: 60px;
	border-radius: 5px;
	background-color: #faa;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 57px;
	color: #fff;
}

/*----------------------------------------------------- /
	メイン画像
/ -----------------------------------------------------*/
#main_pic {
	margin-bottom: 10px;
}

/*----------------------------------------------------- /
	左側メニュー
/ -----------------------------------------------------*/
#side_area {
	width: 200px;
	padding-right: 15px;
}

.side_banner img {
	margin-bottom: 10px;
}


table.side_menu {
	width: 185px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
	color: #333333;
}

.side_title {
	width: 185px;
	height: 25px;
	background-color: #ddd;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.side_text {
	text-align: center;
	padding: 5px 10px;
	background: #FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg.gif) 0px 0px repeat-y;
	line-height: 1.2em;
}
	
.side_text_members,
.side_text_cart {
	display: block;
	text-align: center;
	padding-top: 10px;
}
	
.side_text ul li{
	padding-bottom: 10px;
}
	
.side_text ul li img{
	vertical-align: middle;
}
	
.side_cat_bottom {
	width: 200px;
	height: 2px;
	background: #FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg03.gif) 0px 0px no-repeat;
}

.side_bottom {
	display: block;
	width: 200px;
	height: 2px;
	background: #FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg03.gif) 0px 0px no-repeat;
}
	
.st_contents {
	overflow: hidden;
	width: 200px;
	/*text-align: left;*/
}

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

#manager_name {
	margin: 5px 0px;
	font-weight: bold;
	text-align: center;
}

/*----------------------------------------------------- /
	トップページ
/ -----------------------------------------------------*/
#banner_new_items {
	margin-top: 30px;
	border: 1px solid #a6a090;
}

#banner_magazine {
	margin-top: 50px;
}

#banner_magazine p {
	margin: 0px;
}

#banner_magazine td {
	width: 180px;
	text-align: center;
	font-size: 14px;
	line-height: 130%;
}

#banner_magazine td img {
	margin-top: 20px;
}

#banner_shop_owner      {margin-top: 30px;}
#banner_official_blog   {margin-top: 40px;}
#banner_jimmychoo       {margin-top: 30px;}
#banner_coordinate      {margin-top: 30px;}
#banner_customers_voice {margin-top: 20px;}

#banner_colors {
	margin-top: 50px;
}

#banner_colors table {
	border-collapse: separate;
	border-spacing: 10px;
}

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

.side_cat_navi {
	overflow: hidden;
	width: 185px;
	height: 60px;
	padding-top: 5px;
	text-align: center;
}
	
.side_grp_navi {
	overflow: hidden;
	width: 185px;
	/*background: #FFFFFF;*/	
}

.side_cat_img {
	width: 185px;
	height: 35px;
}

.side_grp_img {
	width: 185px;
	height: 35px;
}

/*
.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;
	font-size: 10px;
	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;
	font-size: 10px;
	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{
	width: 100%;
	height: 680px;
	margin: 60px auto 0px auto;
	background-color: #262626;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.22em;
}

#footer_menu{
	width: 950px;
	height: 430px;
	margin: 0px auto;
	text-align: center;
}

#footer_menu1{
	float: left;
	width: 315px;
	height: auto;
	position: relative;
	top: 25px;
	left: 0px;
	text-align: left;
}

#footer_menu2{
	float: left;
	width: 316px;
	height: auto;
	position: relative;
	top: 25px;
	left: 0px;
	text-align: left;
}

#footer_menu3{
	float: left;
	width: 315px;
	height: auto;
	position: relative;
	top: 25px;
	left: 0px;
	text-align: left;
}

#footer_menu a {
	display: block;
	width: 305px;
	height: 26px;
	position: relative;
	background-color: #ddd;
	text-decoration: underline;
	letter-spacing: 0.05em;
	line-height: 26px;
	font-size: 15px;
	color: #222;
	text-align: center;
}

#footer_menu a:hover {
	background-position: 0px -25px;
}

#footer_menu a:link    {color: #222;}
#footer_menu a:visited {color: #222;}
#footer_menu a:active  {color: #222;}
#footer_menu a:hover   {color: #e70000;}

#footer_menu ul {
	margin: 10px 10px 0px 10px;
	list-style-image: url("https://img20.shop-pro.jp/PA01321/579/etc/icon_list1.png?cmsp_timestamp=20150526194408");
	color: #f2f2f2;
}

#footer_menu li {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 150%;
}

#footer_menu .footer_menu_li_title {
	font-weight: bold;
	font-size: 12px;
}

#footer_menu .footer_red_font {
	color: #f00;
	font-weight: bold;
	font-size: 18px;
}

#footer_menu .footer_menu_comment{
	margin-right: 5px;
	font-size: 12px;
	color: #f2f2f2;
}

#footer_menu img {
	margin: 5px 0px 0px 0px;
}

#footer_under{
	width: 100%;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	background-image: url("https://img14.shop-pro.jp/PA01183/977/etc/bg_footer_rose.gif");
	background-repeat: repeat-x;
}

#footer_copy{
	width: 100%;
	height: 230px;
	background-color: #0f0f0f;
	text-align: center;
}

#footer_copy_area{
	width: 950px;
	height: 200px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 12px;
}

#footer_copy_image{
	float: left;
	width: 320px;
	height: 90px;
	margin: 15px 0px 0px 30px;
	position: relative;
	top: 10px;
	left: 0px;
	text-align: left;
	font-size: 10px;
	color: #7d7d7d;
}

#footer_copy_image img{
	margin-bottom: 10px;
}

#footer_link1{
	float: left;
	width: 200px;
	height: 140px;
	margin: 15px 0px 0px 0px;
	position: relative;
	top: 10px;
	left: 0px;
	text-align: left;
}

#footer_link2{
	float: left;
	width: 200px;
	height: 140px;
	margin: 15px 0px 0px 0px;
	position: relative;
	top: 10px;
	left: 0px;
	text-align: left;
}

#footer_link3{
	float: left;
	width: 200px;
	height: 140px;
	margin: 15px 0px 0px 0px;
	position: relative;
	top: 10px;
	left: 0px;
	text-align: left;
}

#footer_copy .footer_link_title {
	font-weight: bold;
	color: #ffaaaa;
}

#footer_copy ul {
	list-style-image: url("https://img20.shop-pro.jp/PA01321/579/etc/icon_list2.png?cmsp_timestamp=20150526194532");
	color: #f2f2f2;
}

#footer_copy li {
	margin-top: 5px;
	margin-left: 13px;
}

#footer_copy a         {color: #f2f2f2;}
#footer_copy a:link    {color: #f2f2f2; text-decoration: none;}
#footer_copy a:visited {color: #f2f2f2; text-decoration: none;}
#footer_copy a:active  {color: #f2f2f2; text-decoration: none;}
#footer_copy a:hover   {color: #3c93ff; text-decoration: underline;}

#footer #copy{
	border-top: 1px #e6e6e6 solid;
	width: 950px;
	text-align: center;
	padding-top: 30px;
	margin: 30px 0px;
	color: #999999;
}
/*
#footer a         {color: #0000cc; text-decoration: underline;}
#footer a:link    {color: #0000cc; text-decoration: underline;}
#footer a:visited {color: #0000cc; text-decoration: underline;}
#footer a:active  {color: #0000cc; text-decoration: underline;}
#footer a:hover   {color: #ee0000; text-decoration: underline;}
*/

/*----------------------------------------------------- /
	コンテンツ共通
/ -----------------------------------------------------*/
.main_title {
	height: 38px;
	margin: 50px 0px 20px 0px;
	border-bottom: 3px solid #ddd;
	font-size: 20px;
	font-weight: bold;
	color: #47487a;
}

.main_title_top {
	margin-top: 10px!important;
}

.main_title h3 {
	font-size: 26px;
	font-weight: bold;
	color: #47487a;
}

.bar_ranking {
	margin-bottom: 20px;
}

.ranking_no {
	font-size: 24px;
	font-weight: bold;
	color: #ff9000;
}

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

.price_top {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #f00;
}

.discount_rate_top {
	padding: 0px;
	margin: 0px;
	color: #222;
}
	
.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(https://img.shop-pro.jp/tmpl_img/31/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background: transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_deli_bg.gif) 0px 0px repeat-y;}

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


/*----------------------------------------------------- /
	TOPコンテンツ
/ -----------------------------------------------------*/
 
/* -------------------------------------
	トップ画像エリア
/ -----------------------------------------------------*/ 
#top_appeal {
	width: 720px;
	height: 45px;
	margin: 0px 0px 10px 0px;
}

#top_pic {
	width: 720px;
	height: 250px;
	margin: 0px 0px 10px 0px;
}

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

.info_text {
	padding: 5px 15px 10px 15px;
	font-size: 16px;
}

.info_text li {
	padding: 5px 0px;
	line-height: 140%;
}


.info_text img {
	vertical-align: 0.001em;
}

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

/*----------------------------------------------------- /
	商品一覧　レイアウト
/ -----------------------------------------------------*/

 /*----------------------------------------------------- /
	サブカテゴリー小ボタン
/ -----------------------------------------------------*/
 
.sub_category {
	width: 720px;
	left: 5px;
	text-align: center;
}

.sub_category li {
	float: left;
	width: 120px;
	margin: 0px 0px 5px 4px;
}

.sub_category ul li a {
	display: block;
	height: 28px;	/*実際の高さは45pxだがpaddingの18pxを引く*/
	padding: 17px 0px 0px 0px;
	color: #222;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-image: url("https://img14.shop-pro.jp/PA01183/977/etc/button_category_small.png");
}

.sub_category a:hover {
	background-position: 0px -45px;
	font-weight: bold;
}

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

.product_list {
	float: left;
	width: 240px;
	height: auto;
	margin-right: 15px;
	text-align: center;
	margin: 0px;
	font-size: 16px;
}

.product_list > .product_item > a > img {
	width: 230px;
	height: 350px;
	vertical-align: middle;
}

.product_list_ranking {
	height: auto;
}

.product_list_ranking > .product_item {
	height: 580px;
}

.product_list .price_all {
	font-size: 18px;
}

.product_list .base_price {
	font-weight: normal;
	font-size: 11px;
	text-decoration: line-through;
	color: #3c3c3c;
}

.product_list .discount_rate {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}

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

.product_list .memberStr {
	font-size: 11px;
	color: #ffa200;
}

.product_list .memberComment {
	font-size: 10px;
	font-weight: normal;
	color: #f00;
}

.product_list .carriage {
	font-size: 11px;
	font-weight: bold;
	color: #222;
}

.product_list .soldout {
	font-weight: bold;
	color: #f00;
}

.product_list .s_expl {
	height: 70px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 5px;
	/*background-color: #ffecf4;*/
	line-height: 120%;
	text-align: center;
	font-size: 13px;
	color: #c60053;
	overflow: hidden;
}

/*----------------------------------------------------- /
	一覧表示　並び順を変更(商品検索結果）
/ -----------------------------------------------------*/
.sort_02 {
	width: 720px;
	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: #999;
}

.price_search {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

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

/*----------------------------------------------------- /
	一覧表示　商品数と表示数
/ -----------------------------------------------------*/
.pagenavi {
	width: 720px;
	height: 30px;
	margin: 20px 0px;
}

.pagenavi a {
	color: #3c93ff;
	text-decoration: underline;
}

.pagenavi_msg {
	width: 520px;
	text-align: center;
}

.pagenavi_prev {
	width: 100px;
	text-align: left;
	font-size: 14px;
}

.pagenavi_next {
	width: 100px;
	text-align: right;
	font-size: 14px;
}

/*----------------------------------------------------- /
	商品一覧表示のレイアウト
/ -----------------------------------------------------*/
.product_item {
	width: 230px;
	height: 550px;
	margin-left: 5px;
	margin-bottom: 50px;
	padding: 0px;
	border: 5px solid #f7f7f7;
	border-radius: 5px;
	background-color: #f7f7f7;
	text-align: center;
	overflow: hidden;
}

.product_image {
	width: 177px;
	height: 110px;
	layout-grid-line: 110px;	/*IE独自タグでheightと同じ値にする*/
	display: table-cell;
	vertical-align: middle;
}

.product_item .product_image > a > img {
	/*border: 1px solid #999;*/
	width: 230px;
	height: 350px;
	vertical-align: middle;
}

.product_item .name {
	overflow: hidden;
	width: 220px!important;
	height: 60px;
	margin-top: 10px;
	text-align: left;
	line-height: 1.1em;
}
	
.product_item .name img {
	vertical-align: middle;
}

.product_item .price {
	margin: 15px 0px;
	line-height: 1.1em;
}

.product_item .expl {
	color: #222;
	line-height: 120%;
	text-align: left;
	margin: 5px 0px;
}

.product_list a         {color: #0500c9; text-decoration: underline;}
.product_list a:link    {color: #0500c9; text-decoration: underline;}
.product_list a:visited {color: #0500c9; text-decoration: underline;}
.product_list a:active  {color: #0500c9; text-decoration: underline;}
.product_list a:hover   {color: #3c93ff; text-decoration: underline;}


/*----------------------------------------------------- /
	ぱんくずリスト
/ -----------------------------------------------------*/

.footstamp {
	width: 720px;
	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 {
	padding-bottom: 3px;
	font-size: 15px;
}

.footstamp img {
	vertical-align: middle;
}

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

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

.checkitem_title {
	height: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-size: 18px;
}

.checkitem_list {
	float: left;
	width: 110px;
	height: 250px;
	margin: 15px 10px 15px 0px;
	padding: 10px 0px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.checkitem {
	width: 120px;
	height: auto;
	text-align: center;
}

.checkitem_image {
	width: 110px;
	height: 110px;
	layout-grid-line: 110px;	/*IE独自タグでheightと同じ値にする*/
	display: table-cell;
	vertical-align: middle;
}

.checkitem .name {
	overflow: hidden;
	width: 110px;
	height: 40px;
	margin-top: 2px;
	padding: 0px 3px;
	text-align: left;
	font-size: 10px;
	line-height: 125%;
}

.checkitem .price {
	margin-top: 5px;
	line-height: 1.1em;
	text-align: center;
}

.checkitem .ci_img {
	width: 100px;
	height: 160px;
}

.checkitem_list .price_all {
	font-size: 13px;
}

.checkitem_list .base_price {
	font-weight: normal;
	font-size: 11px;
	text-decoration: line-through;
	color: #3c3c3c;
}

.checkitem_list .discount_rate {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}

.checkitem_list .memberStr {
	font-size: 10px;
	color: #ffa200;
}

.checkitem_list .memberComment {
	font-size: 10px;
	font-weight: normal;
}

.checkitem_list .soldout {
	font-weight: bold;
	font-size: 11px;
	color: #f00;
}

.checkitem_list .carriage {
	font-size: 10px;
	font-weight: bold;
	color: #222;
}

.checkitem_list a         {color: #0500c9; text-decoration: underline;}
.checkitem_list a:link    {color: #0500c9; text-decoration: underline;}
.checkitem_list a:visited {color: #0500c9; text-decoration: underline;}
.checkitem_list a:active  {color: #0500c9; text-decoration: underline;}
.checkitem_list a:hover   {color: #3c93ff; text-decoration: underline;}

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

.product_title {
	width: 720px;
	height: 35px;
	margin-bottom: 10px;
	background-image: url("https://img20.shop-pro.jp/PA01321/579/etc/bar_item_title.png?cmsp_timestamp=20150528204733");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 35px;
}

.product_title h1 {
	height: 35px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
}

.detail_cont {
	width: 720px;
}

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

.detail_img_block_inner {
	width: 400px;
	background-color: #eeeeee;
}

.detail_img_block_comment {
	margin-top: 2px;
	font-size: 11px;
}

.detail_img_block_comment img {
	vertical-align: -3px;
}

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

.detail_img_block img {
	/*border: 1px solid #999;*/
}

.product_name {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.expl_block {
	margin-bottom: 30px;
}

.detail_img {
	width: 400px;
	height: 615px;
}

.detail_img img {
	width: 400px;
	height: 615px;
}

.detail_other {
	width: 400px;
	background-color: #fff;
}

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

.detail_other .sub img {
	width: 136px;
	height: 204px;
}

.detail_txt_block table.table {
	width: 295px;
	border-top: #ddd dashed 1px;
	margin-bottom: 20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding: 10px;
	border-bottom: #ddd dashed 1px;
}

.detail_txt_block table.table td.tit {
	width: 80px;
	background-color: #f8f8f8;
	text-align: center;
}

.detail_txt_block .addCartArea {
	width: 295px;
	padding: 10px;
	border: 5px solid #eeeeee;
	border-collapse: separate;
	background-color: #fff4f4;
	text-align: left;
}

.detail_txt_block .addCartArea .option_name_td {
	padding-top: 10px;
}

.detail_txt_block .addCartArea .option_name {
	margin: 0px;
	font-size: 14px;
}

.detail_txt_block .addCartArea .input_product_num {
	height: 20px;
	padding: 0px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	text-align: right;
}

.detail_txt_block .addCartArea .option_size_msg {
	width: 265px;
	height: 20px;
	line-height: 100%;
	text-align: right;
	font-size: 11px;
}

.detail_txt_block .addCartArea td {}

.detail_txt_block .addCartArea img {
	vertical-align: -4px;
}

.link_blue {
	font-weight: normal;
}

.link_blue a         {color: #0500c9; text-decoration: underline;}
.link_blue a:link    {color: #0500c9; text-decoration: underline;}
.link_blue a:visited {color: #0500c9; text-decoration: underline;}
.link_blue a:active  {color: #0500c9; text-decoration: underline;}
.link_blue a:hover   {color: #3c93ff; text-decoration: underline;}

.detail_txt_block .discount_rate {
	font-size: 14px;
	font-weight: bold;
	color: #f00;
}

.detail_txt_block .carriage {
	font-size: 14px;
	font-weight: bold;
}

.sk_link_other {
	margin-bottom: 20px;
}

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

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

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

.txt_inq {
	margin-bottom: 10px;
	background: transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_inq.gif) 0px 0px no-repeat;
	padding-left: 22px;
}

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

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

.rs_pd_cart_btn {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

#btn_quick_td {
	padding-top: 0px;
	padding-bottom: 10px;
}

.btn_quick {
}

.btn_quick_comment {
	font-size: 9px;
}


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

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

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

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

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

#detail_info {
	margin-top: 50px;
	padding: 0px 20px;
}

#detail_shop_melit {
	margin-top: 50px;
}

#detail_size {
	margin-top: 50px;
}

#detail_size p {
	margin-bottom: 5px;
	font-size: 22px;
}

#detail_size table {
	width: 720px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 14px;
}

#detail_size th {
	width: 120px;
	font-weight: normal;
	text-align: center;
}

#detail_size td {
	width: 75px;
	text-align: center;
}

#detail_size .detail_size_us th {
	height: 60px;
	background-color: #92c1dc;
}

#detail_size .detail_size_us td {
	background-color: #c2e6fa;
	line-height: 150%;
}

#detail_size .detail_size_jp th {
	height: 40px;
	background-color: #ffd05e;
}

#detail_size .detail_size_jp td {
	background-color: #ffe3a0;
}

#detail_size .detail_size_data th {
	height: 40px;
	background-color: #ccc;
}

#detail_size .detail_size_data td {
	background-color: #ddd;
}

.td_detail_size_mini {
	text-align: right;
}

.detail_size_mini {
	width: 295px;
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 14px;
}

.detail_size_mini th {
	width: 100px;
	font-weight: normal;
	text-align: center;
}

.detail_size_mini td {
	width: 65px;
	text-align: center;
}

.detail_size_mini .detail_size_us th {
	height: 50px;
	/*background-color: #92c1dc;*/
	background-color: #ddd;
}

.detail_size_mini .detail_size_us td {
	/*background-color: #c2e6fa;*/
	background-color: #ddd;
	line-height: 130%;
}

.detail_size_mini .detail_size_jp th {
	height: 30px;
	/*background-color: #ffd05e;*/
	background-color: #ddd;
}

.detail_size_mini .detail_size_jp td {
	/*background-color: #ffe3a0;*/
	background-color: #ddd;
}

.detail_size_mini .detail_size_data th {
	height: 30px;
	background-color: #ddd;
}

.detail_size_mini .detail_size_data td {
	background-color: #eee;
}

.link_detail_size {
	font-size: 12px;
}

/* 画像 */
#detail_images {
	width: 720px;
	margin-top: 50px;
	text-align: center;
}

#detail_images img {
	margin-bottom: 40px;
}


/* 画像拡大 */
.tcontent > img {
	height: 760px;
	width: auto;
}

/*----------------------------------------------------- /
	tinyBox2
/ -----------------------------------------------------*/
.tbox {
	display: none;
	padding: 15px 15px;
	position: absolute;
	z-index: 900;
}

.tinner {
	padding: 15px;
	background: #fff url("https://img14.shop-pro.jp/PA01183/977/etc/icon_image_loader.gif") no-repeat 50% 50%;
	border: 5px solid #ddd;
}

.tmask {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #222;
	z-index: 800;
}

.tclose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	right: 1px;
	cursor: pointer;
	background: url("https://img20.shop-pro.jp/PA01321/579/etc/icon_image_close.png?cmsp_timestamp=20150617083742") no-repeat;
}

.tclose: hover {
	background-position: 0 -30px
}

/*----------------------------------------------------- /
	確認事項
/ -----------------------------------------------------*/
#attention {
	margin: 20px 0px 30px;
}

#attention .attention_title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 22px;
}

#attention table {
	width: 720px;
}

#attention .tit,
#attention .cont{
	padding: 15px 10px;
	border-bottom: #ddd dashed 1px;
}

#attention .tit{
	width: 120px;
	background-color: #f8f8f8;
	text-align: center;
}

/*----------------------------------------------------- /
	ブランド
/ -----------------------------------------------------*/
#brand {
	margin-top: 20px;
	width: 720px;
}

#brand table{
	width: 720px;
}

#brand td{
	width: 720px;
}

#brand .brand_name{
	font-family: 'Times New Roman',Times,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #ddd;
}

#brand .brand_comment{
	padding-top: 10px;
	padding-bottom: 15px;
}

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

#together .tog_main_title {
	margin: 0px 0px 15px;
}

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

#together .together_list img {
	border: 1px solid #999;
}

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

#trackback .trackback_title {
	border-bottom: 5px solid #ddd;
	padding-bottom: 3px;
	margin: 0px 0px 5px;
}

#trackback .tb_url {
	padding: 6px 8px;
}

#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 {
	width: 500px;
	height: auto;
	margin: 15px auto;
	padding: 5px 0px;
	border: 0px;
	background-color: transparent;
}

#Option .main_title .cont {
	padding: 0px 5px;
	font-size: 14px;
	
}

#Option .option_table {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 15px;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

#Option .option_table th {
	background-color: #f5f5f5;
}

#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: #fff;
	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: #fff;
	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: #222;
}

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

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

/*----------------------------------------------------- /
	特定商取引法・お支払い方法・配送設定について
/ -----------------------------------------------------*/
 
.payment_img {
	width: 30px;
	height: 30px;
	margin: 3px;
}

#ShopKeeper {
	width: 710px;
	margin-bottom: 60px;
	margin-left: 20px;
	font-size: 15px;
}

#ShopKeeper th {
	width: 200px;
	overflow: hidden;
	padding: 15px 0px;
	border-bottom: 1px solid #e7e7e7;
	font-weight: normal;
	text-align: center;
}

#ShopKeeper td {
	padding: 15px 0px;
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
	line-height: 150%;
}
	
#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;
}

#ShopKeeper ul {
	margin-left: 30px;
}

#ShopKeeper ul li {
	list-style-type: disc;
	line-height: 140%;
}

#ShopKeeper img {
	margin-top: 5px;
}

#ShopKeeper a         {color: #0064df;}
#ShopKeeper a:link    {color: #0064df;text-decoration: none;}
#ShopKeeper a:visited {color: #0064df;text-decoration: none;}
#ShopKeeper a:active  {color: #0064df;text-decoration: none;}
#ShopKeeper a:hover   {color: #3c93ff;text-decoration: underline;}

.red_font {
	color: #f00;
	font-weight: bold;
	font-size: 18px;
}

/*----------------------------------------------------- /
/* 検索結果 */
/ -----------------------------------------------------*/
.txt-search {
	padding: 10px 20px 20px 20px;
	border-bottom: 1px solid #ddd;
	line-height: 160%;
}

.txt-searchSet {
	margin-left: 10px;
	margin-right: 5px;
	padding: 0px 5px;
	border-radius: 3px;
	background-color: #ddd;
}

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

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

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

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

.pe_title {
	padding: 15px 0px 0px 10px;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #eaeaea;
}

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

/*----------------------------------------------------- /
	返品・交換ページ
/ -----------------------------------------------------*/
.return_section p {
	margin: 0px 20px;
	line-height: 300%;
}

.return_voice {
	margin: 50px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	line-height: 300%;
	color: #a20fb3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
 
.return_list {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 30px 30px 30px 15px;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.return_list li {
	list-style-type: disc;
	margin-left: 40px;
	line-height: 200%;
	/*text-decoration: underline;*/
	color: #0f00d6;
	font-weight: bold;
}

/*----------------------------------------------------- /
	ガイドページ
/ -----------------------------------------------------*/
#guide_msg {
	width: 700px;
	height: 310px;
	margin: 30px 0px 30px 10px;
	padding: 25px 0px 0px 0px;
	border: 5px solid #ffdbdb;
	border-radius: 5px;
	background : url("https://img20.shop-pro.jp/PA01321/579/etc/bg_guide_msg.png?cmsp_timestamp=20150609013538") no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #555;
}

#guide_msg p {
	line-height: 35px;
}

.guide_section p {
	margin: 0px 20px;
	line-height: 300%;
}

.guide_reasonable {
	width: 720px;
	margin: 40px 0px;
	font-size: 30px;
	text-align: center;
	line-height: 200%;
	color: #f00;
	
}

.guide_reasonable .guide_text {
	text-decoration: underline;
}

.guide_reasonable .guide_kirakira {
	font-size: 24px;
	color: #ff8585;
}

.guide_shippng_mail {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.guide_shippng_mail li {
	list-style-type: decimal;
	margin-left: 40px;
	line-height: 200%;
	color: #0f00d6;
	font-weight: bold;
}

.guide_shopping_flow h5 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #47487a;
}

.guide_shopping_flow p {
	margin-left: 20px;
}

.payment_method {
	padding: 2px 10px;
	border-radius: 3px;
	background-color: #8687ba;
	font-weight: bold;
	color: #fff;
}

/*----------------------------------------------------- /
	お客様の声
/ -----------------------------------------------------*/
.voice_section p {
	margin: 0px 20px;
	line-height: 300%;
}

.voice_title {
	width: 100%;
	/*height: 36px;*/
	padding: 0.5em 1em;
	background-color: #f4a8a8;
	line-height: 1.5em;
	font-weight: bold;
	color: #6f1818;
  text-align:left;
  margin-top:1em;
	
}

.voice_message {
	margin: 50px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	line-height: 200%;
	color: #555;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.voice_contents {
	margin-top: 20px;
	margin-bottom: 80px;
}

.voicebox{text-align:center;}
.voicebox img{max-width:100%;}

.voice_contents td {
	padding: 10px 20px;
	vertical-align: top;
}

.voice_contents img {
	width: 400px;
	height: auto;
	border: 3px solid #ddd;
	border-radius: 5px;
}

.voice_contents .voice_point {
	margin-right: 5px;
	padding: 0px 5px;
	border-radius: 2px;
	background-color: #f4a8a8;
	color: #fff;
	font-size: 16px;
}

.voice_contents .voice_text {
	font-weight: bold;
	color: #f4a8a8;
}

.voice_link {
	width: 720px;
	text-align: center;
} 

/*----------------------------------------------------- /
	よくある質問ページ
/ -----------------------------------------------------*/
.faq_section h4 {
	margin: 0px 20px;
	font-size: 20px;
	color: #4148cb;
}

.faq_section h4:nth-of-type(n+2) {
	margin-top: 50px;
}

.faq_section p {
	margin: 0px 20px 20px 45px;
	font-size: 16px;
}

.faq_section .q {
	font-weight: bold;
	font-size: 22px;
	color: #ffc000;
}

/*----------------------------------------------------- /
	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;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 265px;
	text-align: center;
}
#option_tbl th {
	height: 25px;
	border-right: 1px solid #ddd;
	background-color: #f7f7f7!important;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
}
#option_tbl td input {
	float: none;
	margin: 0 0 5px;
	width: auto;
}

#option_tbl th,
#option_tbl td.none {
     background: #eee;
}
#option_tbl td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #f7f7f7!important;
	text-align: center;
}

#option_tbl .table_price,
#option_tbl .t_stock_num,
#option_tbl br {
	display: none;
}

.stock_zero {
	color: red;
}

/*----------------------------------------------------- /
	スライドショーcssの上書き
/ -----------------------------------------------------*/
.bx-wrapper .bx-viewport {
	border: none!important;
	box-shadow: none!important;
	left: 0px!important;
}
