@charset "euc-jp";
/*-- のれん君 --*/
#chatbot-toggle_button {
    position: fixed;
    right: 16px;
    bottom: 25px!important;
    z-index: 999999;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none!important;
}
/* ALL
-----------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #FFF;
	background: #fcfcfc;
	color: #1a1a1a;
	font-size: 12px;
	font-size: .875em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
}
a {
	outline: none;
	color: #333;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
	line-height: 0;
}
hr {
	margin: 10px 0;
	border: 0;
	clear: left;
}
img {
	border: none;
	vertical-align: middle;
}
img.new_mark_img1 {
	margin-right: 5px !important;
}
img.new_mark_img2 {
	margin-left: 5px !important;
}
.sold_out {
	color: #FF0000;
}
.notes {
	color: #FF0000;
}
/* LAYOUT
-----------------------------------------------*/
#container {
	clear: both;
	width: 1180px;
	margin: 0px auto 40px auto;
	text-align: left;
	overflow: hidden;
}
hr.separate {
	clear: both;
	margin: 20px 0;
	padding: 0;
	border: none;
	border-top: #999 dotted 2px;
	background: none;
	height: 0px;
}
.font110 {
	font-size: 1.1em !important
}
.font120 {
	font-size: 1.2em !important
}
.font130 {
	font-size: 1.3em !important
}
.font140 {
	font-size: 1.4em !important
}
.font150 {
	font-size: 1.5em !important
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.notice {
	color: #F00;
}
/* HEADER
-----------------------------------------------*/
#header {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
#header .catch {
	clear: both;
	display: block;
	height: 32px;
	background: #1a1a1a;
	font-weight: normal;
	line-height: 32px;
	padding: 0 20px;
	margin: 0;
	overflow: hidden;
}
#header .catch h1 {
	color: #FFF;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	float: left;
}
#header .catch span.yourname {
	float: left;
	color: #FFF;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	margin-left: 3em !important;
}
#header .catch ul.linklist {
	font-size: 11px;
	float: right;
	display: block;
	line-height: 32px;
	margin: 0;
}
#header .catch ul.linklist li {
	float: left;
	display: block;
	line-height: 32px;
	margin-left: 16px;
}
#header .catch ul.linklist li a {
	background: url(https://img21.shop-pro.jp/PA01391/741/etc/cmn_ico_004.png) left no-repeat;
	color: #FFF;
	display: block;
	padding-left: 12px;
	text-decoration: none;
}
#header div.header_navi {
	clear: both;
/*	background: #e0e0e0;
	background: -moz-linear-gradient(top center, #fff 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e0e0e0));
	background: linear-gradient(top center, #fff 0%, #e0e0e0 100%);*/
	background: #edd3a1;
	background: #e2d6c7;
	height: 50px;
	height: 80px;
	line-height: 80px;
	margin: 0 0 40px 0;
	overflow: hidden;
}
#header div.header_link {
	float: right;
	margin: 0;
}
#header div.header_link ul {
	margin: 0;
}
#header div.header_link ul li {
	float: left;
	border-left: #FFF solid 1px;
	border-right: #bfbfbf solid 1px;
	list-style-type: none;
}
#header div.header_link ul li i {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 5px;
}
#header div.header_link ul li a {
	background: url(https://img21.shop-pro.jp/PA01391/741/etc/cmn_ico_001.png) center 14px no-repeat;
	color: #1a1a1a;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 80px;
	line-height: 128px;
	line-height: 120px;
	padding: 0;
	margin: 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-indent: 0;
	text-decoration: none;
	width: 80px;
}
#header div.header_link ul li a:hover {
	color: #F03;
}
#header div.header_link ul li.loginout a {
	background: url(https://img21.shop-pro.jp/PA01391/741/etc/cmn_ico_002.png) center 14px no-repeat;
	display: block;
	font-weight: bold;
	height: 80px;
	padding: 0;
	margin: 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width: 80px;
}
#header div.header_link ul li.my_account {
	border-left: #FFF solid 1px;
	border-right: #bfbfbf solid 1px;
	margin: 0;
	padding: 0;
}
#header div.header_link ul li.my_account a {
	display: block;
	font-weight: bold;
	height: 80px;
	padding: 0;
	margin: 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width: 80px;
}
#header div.header_link ul li.my_account a:hover {
	color: #F03;
}
#header div.header_link ul li.my_account i.account {
	display: none;
}
#header div.header_link ul li.view_cart {
	border-left: #FFF solid 1px;
	border-right: #bfbfbf solid 1px;
	padding: 0;
	margin: 0;
}
#header div.header_link ul li.view_cart a {
	background: url(https://img21.shop-pro.jp/PA01391/741/etc/cmn_ico_003.png) center 14px no-repeat;
	display: block;
	font-weight: bold;
	height: 80px;
	padding: 0;
	margin: 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width: 80px;
}
#header div.header_link ul li.view_cart a:hover {
	color: #F03;
}
#header div.header_link ul li.view_cart i.cart {
	display: none;
}
#header div.header_link ul li.view_cart span.count {
	background: #ff3355;
	color: #fff;
	font-weight: bolder;
	padding: 5px 10px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header ul.category_menu {
	float: left;
	display: block;
	margin: 0;
}
#header ul.category_menu li {
	float: left;
	margin: 13px 0 0 20px;
	list-style: none;
}
#header ul.category_menu li a {
	float: left;
	display: block;
/*	border-left: #FFF solid 1px;
	border-right: #bfbfbf solid 1px;
	color: #1a1a1a;
	font-family: "Tw Cen MT Condensed","Tw Cen MT","Euphemia", Arial, Helvetica, sans-serif;
	font-size: 18px;
*/
	margin: 0 20px 0 0;
}
#header ul.category_menu li span {
	float: left;
	display: block;
	line-height: normal;
	padding: 0;
	margin: 8px 0 0;
	text-align: left;
}
#header ul.category_menu li span big {
	background: url(https://img21.shop-pro.jp/PA01388/317/etc/cmn_ico_001sp.png) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 32px;
	line-height: 24px;
}
#header ul.category_menu li span small {
	font-size: 11px;
	padding: 0 0 0 32px;
}
#header ul.category_menu li a:hover {
}
#header ul.category_menu li.home a {
	display: block;
	border-left: #FFF solid 1px;
	border-right: #bfbfbf solid 1px;
	color: #1a1a1a;
	font-family: "Tw Cen MT Condensed","Tw Cen MT","Euphemia", Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 100px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#header ul.category_menu li.home a:hover {
}
#header div.search {
	float: right;
	display: block;
	border-right: #bfbfbf solid 1px;
	margin: 0;
	padding: 0 10px 0 0;
}
.formtxt {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px 5px 5px 32px;
	background: #FFF url(https://img21.shop-pro.jp/PA01388/317/etc/cmn_ico_006.png) 8px 50% no-repeat;
	border: #CCC solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.formbtn {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 3px 5px !important;
}
#header h1.logo {
	clear: both;
	text-align: center;
	font-size: 50px;
	margin-bottom: 20px;
	width: 100%;
}
#header h1.logo a {
	text-decoration: none;
}
#header h1.logo img {
	max-width: 100%;
}
/* FREE
-----------------------------------------------*/
#Inkdot {
	clear: both;
	overflow: hidden;
}
#Inkdot p {
	font-size: 1.2em;
	margin: 0 0 1em;
	line-height: 1.75em;
}
/* FOOTER
-----------------------------------------------*/
#footer {
	background: #f9f7f5;
	border-top: #FFF solid 2px;
	clear: both;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#footer .subnavi {
	background: #e2d6c7;
	padding: 40px 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
#footer .subnavi ul {
	width: 1180px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute;
}
#footer .subnavi ul li {
	float: left;
	display: block;
	list-style: none;
	width: 280px;
	margin: 0 20px 0 0;
	width: 380px;
	margin: 0 20px 0 0;
	position: relative;
	overflow: hidden;
}
#footer .subnavi ul li.co01 {
}
#footer .subnavi ul li.co02 {
}
#footer .subnavi ul li.co03 {
	margin: 0;
}
#footer .subnavi ul li.co04 {
	margin: 0;
}
#footer .subnavi ul li h2 {
	color: #333;
	color: #412a2e;
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: #FFF solid 1px;
}
#footer .subnavi ul li h3 {
	color: #333;
	font-size: 1.05em;
}
#footer #Showroom {
	padding: 0;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
	position: relative;
	width: 1180px;
}
#footer #Showroom .pictimg {
	display: block;
	float: left;
	width: 482px;
}
#footer #Showroom .pictimg img {
	width: 100%;
	height: auto;
}
#footer #Showroom .message {
	display: block;
	float: right;
	width: 658px;
	text-align: justify;
	text-justify: distribute;
	position: relative;
}
#footer #Showroom .message h2 {
	font-size: 1.15em;
	margin: 0 0 .25em;
}
#footer #Showroom .message p {
	text-align: justify;
	text-justify: distribute;
}
#footer #Showroom .message p.btnlink {
	background: #8d1b27;
/*
	background: -moz-linear-gradient(top center, #bb0321 0%, #8d1b27 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#bb0321), to(#8d1b27));
	background: linear-gradient(top center, #bb0321 0%, #8d1b27 100%);
*/	background: #a04940;
	font-size: 1em;
	font-weight: bold;
	line-height: 40px;
	width: 280px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#footer #Showroom .message p.btnlink a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	display: block;
	color: #FFF;
	height: 40px;
	text-decoration: none;
}
#footer #Showroom .message p.btnlink a:hover {
	background: #C03;
	background: #c85554;
}
#footer .footer_navi {
	padding: 0;
	margin: 0 auto;
	padding: 1em 0;
	overflow: hidden;
	position: relative;
	width: 1180px;
}
#footer ul.footer_menu {
	float: left;
	display: block;
	overflow: visible;
	margin: 0;
}
#footer ul.footer_menu li {
	float: left;
	display: block;
	font-size: .85em;
	line-height: 1em;
	margin: 0 16px 0 0;
}
#footer ul.footer_menu li a {
	background: url(https://img21.shop-pro.jp/PA01391/741/etc/cmn_ico_005.png) left no-repeat;
	padding-left: 10px;
	line-height: 1em;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#footer ul.footer_menu li a:hover {
}
#footer p {
	font-size: .94em;
	margin: 0 0 .75em;
}
#footer p.copy {
	display: block;
	font-size: .85em;
	float: right;
	line-height: 1em;
	margin: 0;
	text-align: right;
}
/* MAIN
-----------------------------------------------*/
#main {
	float: right;
	width: 940px;
	width: 880px;
	overflow: hidden;
}
#main h2 {
	background: #eeeeee;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 1em 1em .8em 1em;
	text-align: left;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#main h3 {
	font-size: 1.6em;
	margin: 0;
	text-align: justify;
	text-justify: distribute;
}
#main div.box {
	clear: both;
	margin-bottom: 40px;
}
#main div.box h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
/*  item_box
-----------------------------------------------*/
.item_box {
	float: left;
	display: block;
	width: 280px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: center;
/*	display:inline-block;
	/display:inline;*/
	/zoom:1;
	overflow: hidden;
}
.item_box .item_photo {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.item_box .item_photo img {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.item_box .item_detail {
	margin: 0;
}
.item_box .item_detail p.item_name {
}
.item_box .item_detail p.item_name a {
	color: inherit;
	display: block;
	padding: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.item_box .item_detail p.item_name a:hover {
	color: #C03;
}
.item_box .item_detail p.item_regular_price {
	margin-bottom: 10px;
}
.item_box .item_detail p.item_price {
	margin-bottom: 10px;
}
.item_box .item_detail p.item_discount {
	margin-bottom: 10px;
}
p.item_price {
	color: #333;
	font-weight: bold;
}
p.item_price small {
	font-weight: normal;
}
p.item_price span {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.5em;
	font-weight: normal;
}
/*  Top_Page
-----------------------------------------------*/
#main #box_news {
}
#main #box_news p {
	line-height: 20px;
}
#main #box_recommend {
}
#main #box_sellers {
}
#main #box_free {
	background: #f5f5f5;
	padding: 20px;
}
#main #box_free p {
	line-height: 20px;
}
#box_recentlychecked {
	margin: 20px 0 0 0;
}
div.footstamp {
	/*	padding-bottom: 20px; */
	padding: 12px 8px !important;
	margin: 0 0 1em 0 !important;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
div.footstamp span {
	margin: 0 5px;
	padding: 0;
	color: #999;
}
div.footstamp a {
	padding: 0 !important;
	margin: 0 !important;
}
.stock_error {
	font-weight:bold;
	color:red;
	padding:10px 0;
	display:none;
}
/*  product_detail_page
-----------------------------------------------*/
h2.product_name {
	font-size: 20px;
	margin-bottom: 15px;
}
div.product_detail_area {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
div.product_images {
	display: block;
	float: left;
	overflow: hidden;
	width: 360px;
}
div.product_images div {
	margin-bottom: 20px;
}
div.product_images div img {
/*	max-width: 100%;*/
	width: 100%;
}
div.product_images div p.caption {
	margin-top: 10px;
	line-height: 20px;
}
div.add_cart {
	display: block;
	float: right;
	overflow: hidden;
	width: 480px;
}
div.add_cart h3 {
	font-size: 2em;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: .5em;
}
div.add_cart h3 span.subcate {
	font-size: .6em;
	font-weight: normal;
	color: #666;
	padding-left: 4px;
}
div.add_cart p span.product__price {
	font-size: 1.2em;
	font-weight: bold;
}
div.add_cart p span.product__price small {
	font-weight: normal;
}
table.add_cart_table {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
table.add_cart_table th {
	border-bottom: 1px solid #ccc;
	padding: 8px 4px;
	width: 27.5%;
	white-space: nowrap;
}
table.add_cart_table td {
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}
table.add_cart_table td input {
	width: 30px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
table.add_cart_table td select {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
table.add_cart_table td table th, table.add_cart_table td table td {
	padding: 0;
	border: none;
}
table.add_cart_table td strong.price {
}
table#option_tbl {
	width: 100%;
	margin-bottom: 20px;
}
table#option_tbl th, table#option_tbl td.none {
	background: whiteSmoke;
}
table#option_tbl th, table#option_tbl td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
table#option_tbl th {
	background: whiteSmoke;
}
table#option_tbl td div input {
	margin-bottom: 5px;
}
ul.option_price {
	margin: 0 0 10px 0px;
}
ul.option_price li {
	list-style-type: none;
}
ul.option_price li a {
	display: block;
	background: #333;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: .75em 0;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-align: center;
}
ul.option_price li a:hover {


	background: #666;
	color: #FFF;
}
p#sk_link_other {
}
p#sk_link_other a {
	display: block;
	background: #333;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: .75em 0;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-align: center;
}
p#sk_link_other a:hover {
	background: #666;
	color: #FFF;
}
div.button_area {
}
div.button_area input {
	width: 100%;
}
div.product_description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	word-wrap: break-word;
	text-align: justify;
	text-justify: distribute;
}
div.product_image_extra {
	text-align: center;
	margin-bottom: 20px;
}
div.product_image_extra img.item {
	margin-bottom: 20px;
}
div.product_link_area {
	float: left;
	margin-left: 0px;
}
div.product_link_area div.twitter {
	float: left;
	width: 100px;
}
div.product_link_area div.pinterest {
	float: left;
	margin-right: 30px;
}
div.product_link_area div.fb-like {
	float: left;
	width: 200px;
}
div.product_link_area ul.other_link {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
}
div.product_link_area ul.other_link li {
	margin-bottom: 10px;
}
#tb_cap_tb {
}
#tb_cap_tb {
	margin-top: 20px;
}
.tb {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
}
#tb_stitle {
	margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
	margin-bottom: 5px;
}
/*  cloud_zoom
-----------------------------------------------*/
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}
/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
/*	border: 4px solid #000;
	overflow:hidden;
*/	
}
/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}
/* Feature section in ZoomEngine page */
.zoom-section {
	clear:both;
}
* html .zoom-section {
	display:inline;
	clear:both;
}
.zoom-small-image {
	margin-bottom: 20px;
	width: 640px;
	width: 600px;
	float: left;
	margin-top: 4px;
	overflow: hidden;
}
.zoom-small-image #wrap {
	top: 0px;
	z-index: 9999;
	position: relative;
}
.cloud-zoom {
	margin-bottom: 20px;
	border: #CCC solid 2px;
	border: #EEE solid 2px;
}
.zoom-small-image .mousetrap {
	z-index:999;
	position: absolute;
	width: 100%;
	left:0px;
	top:0px;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	width: 60px;
	float: left;
	margin-left: 20px;
	display: none;
}
a.cloud-zoom-gallery {
	display: block;
	margin: 0 0 5px 0;
	cursor: pointer;
}
.zoom-tiny-image {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	padding: 3px;
}
.zoom-tiny-image.selected {
/*	background: #333;
	border: 1px solid #000;
*/	
}
.zoom-tiny-image:hover {
/*	border: 1px solid #000;
*/
}
/*  product_option_window
-----------------------------------------------*/
div#product_option {
	margin: 20px;
	padding: 20px;
	background: #fff;
}
div#product_option h2 {

	margin-bottom: 20px;
}
table.table_option {
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}
table.table_option th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	background: #f5f5f5;
}
table.table_option td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
}
div#product_option div.button_area {
}
/*  product_list_page
-----------------------------------------------*/
div.sub_category_area, div.sub_group_area {
	background: #f5f5f5;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	padding: 10px 8px;
	overflow: hidden;
}
div.sub_category_area div.sub_category, div.sub_group_area div.sub_group {
	float: left;
	margin: 0 20px 10px 0;
	margin: 0 20px 0 0;
}
div.sub_category_area div.sub_category span, div.sub_group_area div.sub_group span {
	color: #999;
	margin: 0 .3em 0 0;
}
div.sub_category_area div.sub_category img, div.sub_group_area div.sub_group img {
	margin-right: 10px;
}
/*  search_page
-----------------------------------------------*/
div.search_result {
	background: #f5f5f5;
	margin: 0 0 20px 0;
	padding: 10px 0;
	text-align: center;
}
div.none {
	text-align: center;
	margin: 50px 0;
}
/*  policy
-----------------------------------------------*/
div#policy {
}
div#policy h2 {
	margin-bottom: 30px;
}
.policy_box, #policy_lead {
	margin-bottom: 30px;
}
div.sk_box {
	margin-bottom: 50px;
}
div.sk_box h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
div.sk_box tr {
	border-bottom: 1px solid #eee;
}
div.sk_box th img.poricy_img {
	margin-bottom: 5px;
}
div.sk_box td {
}
div.sk_box th, div.sk_box td {
	padding: .75em;
}
div.sk_box th {
	padding: .75em 0;
	text-align: center;
	background: #fafafa;
}
div#payment_method {
}
div#shipping_method {
	margin-top: 40px;
}
div#shipping_method table.table {
	width: 100%;
}
div#shipping_method table.table th {
	width: 200px;
	text-align: center;
}
/* SIDE
-----------------------------------------------*/
#side {
	float: left;
	width: 220px;
	width: 280px;
	overflow: hidden;
}
#side img {
	max-width: 100%;
	height: auto;
}
#side .conatctbtn {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	overflow: hidden;
}
#side .conatctbtn a {
	float: none;
	display: block;
	background: #C03;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	padding: .75em 0;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration: none;
}
#side .conatctbtn a:hover {
	background: #ff0066;
}
#side div.membersbox {
	clear: both;
	margin-bottom: 20px;
	background: #666;
	background: #e5e5e5;
	background: #ada142;
	background: #d5cc64;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	overflow: hidden;
}
#side div.membersbox h2 {
	background: #C00;
	background: #333;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 1em 0 .8em 0;
	margin: 0 0 1em 0;
	text-align: center;
}
#side div.membersbox .navibtn {
	clear: both;
	margin: 0 0 1em 0;
	text-align: center;
	overflow: hidden;
}
#side div.membersbox .navibtn a {
	display: block;
	width: 90%;
	background: #333;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: .75em 0 .7em 0;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration: none;
}
#side div.membersbox .navibtn a:hover {
	background: #F06;
	color: #FFF;
}
#side div.membersbox .navibtn2 {
	clear: both;
	margin: 0 0 1em 0;
	text-align: center;
	overflow: hidden;
}
#side div.membersbox .navibtn2 a {
	display: block;
	width: 90%;
	background: #C00;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: .75em 0 .7em 0;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration: none;
}
#side div.membersbox .navibtn2 a:hover {
	background: #F06;
}
#side div.box {
	clear: both;
	margin-bottom: 20px;
	border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	overflow: hidden;

}
#side div.box h2 {
	background: #333;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	padding: 1em 0 .8em 0;
	text-align: center;
}
#side div.box h3 {
	clear: both;
	text-align: left;
}
#side div.box h3.grp-1614809 {
	display: none;
}
#side div.box h3#number1 {
	display: none;
}
#side div.box h3 a {
	display: block;
	background: #e5e5e5 url(https://img21.shop-pro.jp/PA01388/317/etc/cmn_ico_007.png) right 20px top 50% no-repeat;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #CCC solid 1px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 1em .5em .8em 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#side div.box h3 a:hover {
	background: #fafafa url(https://img21.shop-pro.jp/PA01388/317/etc/cmn_ico_007.png) right 20px top 50% no-repeat;
	border-top: #FFF solid 1px;
	border-bottom: #e5e5e5 solid 1px;
/*		border-top: #666 solid 1px;
	border-bottom: #000 solid 1px;
color: #FFF;*/
}
#side div.box ul {
	clear: both;
	overflow: hidden;
}
#side div.box ul li {
	clear: both;
	list-style: none;
}
#side div.box ul li a {
	display: block;
	background: #f4f4f4;
	border-top: #f5f5f5 solid 1px;
	border-bottom: #DDD solid 1px;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 1em .5em 1em 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#side div.box ul li a:hover {
	background: #000;
	border-top: #666 solid 1px;
	border-bottom: #000 solid 1px;
	color: #FFF;
}
#side div#box_cart {
}
#side div#box_cart div.cart_button {
	text-align: right;
}
#side div#box_owner {
}
#side div#box_owner div.owner_photo {
	padding-left: 20px;
}
#side div#box_owner img.owner_photo_inner {
	width: 152px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #ccc;
}
#side div#box_owner p.name {
	font-size: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#side div#box_owner p.memo {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#side div#box_owner p.website {
	padding-left: 20px;
}
div#box_mailmaga a {
	padding-left: 20px;
}
div#box_mobile img {
	padding-left: 26px;
}
#group-list {
	border-top:#838383 dotted 1px;
	padding:10px 0px 0px;
	margin:10px 20px 0px 0px;
}
/*  Common Elements
-----------------------------------------------*/
/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}
table.table th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	background: #f5f5f5;
}
table.table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
}
div.footstamp {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
div.footstamp span {
	margin: 0 5px;
	color: #999;
}
div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
}
div.sort strong {
	margin-right: 5px;
}
div.sort a {
	margin-right: 5px;
	text-decoration: underline;
}
div.sort span {
	margin-right: 5px;
	font-weight: bolder;
	text-decoration: none;
	background: #eee;
}
div.pager {
	margin: 20px 0;
	clear: both;
	text-align: center;
}
div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
}
/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/* @group button */

.btn {
	display: inline-block;
 *display: inline;
	padding: 4px 10px 4px;
	margin-bottom: 1em;
 *margin-left: .3em;
	font-size: 13px;
	line-height: 18px;
 *line-height: 20px;
	background-color: #C00 !important;
	color: #FFF;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
}
.btn:active, .btn.active {
	background-color: #cccccc 9;
}
.btn:first-child {
 *margin-left: 0;
}
.btn:hover {
	color: #FFF;
	background-color: #ff3355 !important;
	text-decoration: none;
}
.btn:focus {
}
.btn.active, .btn:active {
}
.btn.disabled, .btn[disabled] {
	cursor: default;
}
.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-large [class^="icon-"] {
	margin-top: 1px;
}
.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}
.btn-small [class^="icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
	color: #ffffff;/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
}
.btn {
}
.btn-primary {
	background-color: #333;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333;
}
.btn-primary:active, .btn-primary.active {
	background-color: #004099 9;
	background: #333;
}
.btn-success {
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn_quick {
	margin: 10px 0;
}

table#showa {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px #00000073;
}

table#showa tr {
  background-color: #fff;
}

table#showa th,
table#showa td {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

table#showa  th {
  width: 20%;
  padding: 5px 0;
  font-size: 14px;
  padding: 5px;
  background-color: #55548a;
  color:#fff;
}

table#showa tr{
  text-align: center;
  width: 20%;
  font-size: 11px;
  padding: 5px 0;
  background-color: #fff;
  color:#3a3a3a;
}

table#showa tr:hover{
  background-color: #d4faff;
}

.container {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.col {
			flex-basis: 48%;
			margin-bottom: 20px;
		}
		.col:last-child {
			margin-right: 0;
		}
.orange-link {
  color: black; /* リンクのデフォルトの文字色 */
  font-weight: normal; /* リンクのデフォルトのフォントウェイト */
  transition: color 0.3s, font-weight 0.3s; /* カラーとフォントウェイトの変化にアニメーションを追加 */
}

.orange-link:hover {
  color: orange; /* マウスオーバー時の文字色 */
  font-weight: bold; /* マウスオーバー時のフォントウェイト */
}

table#showa2 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px #00000073;
}

table#showa2 tr {
  background-color: #fff;
}

table#showa2 th ,
table#showa td {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

table#showa2  th {
  width: 20%;
  padding: 5px 0;
  font-size: 14px;
  padding: 5px;
  background-color: #55548a;
  color:#fff;
}
table#showa2 td {
  border-style: dashed;
  border-width: 1px;
  background-color: #fff;
  color:#eee;
}

table#showa2 tr{
  text-align: center;
  width: 20%;
  padding: 5px 0;
  background-color: #fff;
  color:#3a3a3a;
}

table#showa2 tr:hover{
  background-color: #d4faff;
}



table#showa2.container {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		table#showa2.col {
			flex-basis: 48%;
			margin-bottom: 20px;
		}
		table#showa2.col:last-child {
			margin-right: 0;
		}





