@charset "utf-8";

/* ----------------------------------------

Formatting Reset

YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

---------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}



/* ----------------------------------------

Font Reset

YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

---------------------------------------- */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font-size: 13px;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
	line-height: 1.231;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,input,button,textarea {
	font-size: 99%;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/* Adjustment for IE8
----------------------*/

html>/**/body {
	font-size /*\**/: small\9; /* for IE8 */
}




/* ----------------------------------------------

Default.css

 - Browser-Formatting Styles
 - General Classes

LastUpdate: 2015-10-27
---------------------------------------------- */

html {
	overflow-y: scroll;
	background: #fff;
	color: #333;
}

body {
	height: 100%;
	background-color: #fff;
	background-image: url();
	color: #333;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}

a {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.5);
}


a:link {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
	color: #1057b4;
	text-decoration: none;
}

a:visited {
	color: #6457b1;
}

a:hover	{
	color: #589af2;
	text-decoration: underline;
}


/* Browser-Formatting Styles */

h1,h2,h3,h4,h5 {
	line-height: 1;
}

img {
	vertical-align: bottom;
}

a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	box-shadow: #000 0 0 0;		/* for Firefox */
}

a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

textarea {
	overflow: auto;	/* The scrollbar of IE is removed. */
}

label {
	cursor: pointer;
}

input:focus,
textarea:focus {
	background-color: #fffde3;
}

strong {
	font-weight: bold;
}

sub {
	font-size: 60%;
	vertical-align: top;
}

::selection {
	background: #5f67b2;
	color: #fff;
}

::-moz-selection {
	background: #5f67b2;
	color: #fff;
}



/* ----------------------------------------------
General Classes
---------------------------------------------- */

br.clear {
	clear: both;
	font: 0%;
	line-height: 0;
}

.btn-wrapper {
	text-align: center;
}


/* ----------------------------------------------
ALL
---------------------------------------------- */

/* COMMON
------------------------- */

#header,
#footer,
#gnav,
.container {
	font-size: 100%;	/* Set Font size 13px */
}

.container {
	width: 960px;
	margin: 40px auto 0;
}
	.container:after {
		display: block;
		visibility: hidden;
		content: ".";
		clear: both;
		height: 0;
		font-size: 0;
		line-height: 0;
	}

#header {
	margin-top: 0;
	margin-bottom: 20px;
}

/*スライダー*/
/*.slider{
	margin: 0 0 70px;
}*/

/*サイド*/
#side {
	float: left;
	width: 220px;
	margin-bottom: 40px;
}

/*メイン*/
#main {
	float: right;
	width: 714px;
	margin-bottom: 40px;
	line-height: 1.8;
}

/*フッター*/
#footer {
	clear:both;
	width: 100%;
	min-width: 960px;
	padding: 30px 0 0;
	border-top: 1px solid #dce0ec;
	background-color: #f9fafd;
}

#footer .container {
	margin-top: 0;
}

/* HEADER
------------------------- */

.logo {
	float: left;
	width: 194px;
	margin-right: 30px;
}

.tagline {
	float: left;
	margin-top: 25px;
	color: #777;
	font-weight: bold;
	font-size: 92.4%;
}

.header_link {
	overflow: hidden;
	float: right;
	margin: 20px 0 0;
}

.header_link ul {
	overflow: hidden;
}

.header_link li {
	list-style-type: none;
	float: left;
	margin-left: 15px;
	line-height: 1.1;
}

.header_link li a {
	display: inline-block;
	margin-top: 0.2em;
	padding: 0.5em 0 0.5em 20px;
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/ico-arrow01.png) 10px 45% no-repeat;
	color: #333;
	zoom: 1;
}

.header_link .my_account a {
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/ico-login.png) 0 45% no-repeat;
}

/*.header_link .member_login_btn i.login {
	background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
.header_link .member_regist_btn i.regist {
	background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
.header_link .member_logout_btn i.logout {
	background: url(http://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
.member_login_name {
	float: right;
	clear: right;
	margin: 0 0 13px;
}*/

.header_link .view_cart {
	margin-left: 25px;
}

.header_link .view_cart a {
	display: block;
	margin: 0;
	padding: 8px;
	border: 1px solid #d9dce6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f1f2f4;
	background: -webkit-linear-gradient(#f7f8fa, #eaebed);
	background: -moz-linear-gradient(#f7f8fa, #eaebed);
	background: -ms-linear-gradient(#f7f8fa, #eaebed);
	background: linear-gradient(#f7f8fa, #eaebed);
	font-weight: bold;
	font-size: 107.7%;
	white-space: nowrap;
	text-decoration: none;
}

.view_cart .cart-ico {
	padding: 0.2em 0 0.2em 27px;
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/ico-cartBtn.png) 0 30% no-repeat;
}

.view_cart .count {
	margin-left: 10px;
	padding: 3px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #2d3370;
	background: -webkit-linear-gradient(#373e7f, #232962);
	background: -moz-linear-gradient(#373e7f, #232962);
	background: -ms-linear-gradient(#373e7f, #232962);
	background: linear-gradient(#373e7f, #232962);
	color: #fff;
	font-weight: bold;
}

.view_cart .count:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -5px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header_delivery_price {
	float: right;
	clear: right;
	margin: 8px 0 0;
}

.free-delivery {
	color: #db464d;
}


/* GLOBAL NAV
------------------------- */

#gnav {
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	background: #222861 url(http://file001.shop-pro.jp/PA01335/433/common/img/bg-common.png) 0 0 repeat;
	line-height: 1.1;
}

#gnav ul {
	overflow: hidden;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	border-left: 1px solid #777a97;
}

#gnav li {
	float: left;
}

#gnav li a {
	display: block;
	width: 191px;
	border-right: 1px solid #777a97;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#gnav li a:hover {
	color: #8187c2;
}


/* SIDE
------------------------- */

#side .section {
	clear: both;
	margin-bottom: 30px;
}

#side h3 {
	padding-bottom: 0.3em;
	border-bottom: 2px solid #5f67b3;
	font-weight: bold;
	font-size: 123%;
}

.side-nav li {
	border-bottom: 1px dotted #ccc;
	line-height: 1.1;
}

.side-nav li a {
	display: block;
	padding: 0.9em 0 0.8em 0;
	color: #333;
}

.side-nav li a:hover {
	background-color: #f0f2f9;
	text-decoration: none;
}

.side-nav li a img {
	margin-right: 7px;
	vertical-align: middle;
}

.search-area li a {
	padding-left: 24px;
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/ico-arrow01.png) 10px 45% no-repeat;
}

/*商品検索*/
.search {
	clear: both;
	width: 188px;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #d7d9e5;
	background-color: #f0f2f9;
}

#side .search h3 {
	padding-bottom: 0;
	margin-bottom: 0.8em;
	border-bottom: 0;
}

.search select {
	width: 190px !important;
	margin-bottom: 6px;
}

input.keyword {
	width: 178px;
	padding: 2px 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.btn-search {
	display: block;
	height: 30px;
	margin: 0 auto;
	padding: 0 20px 0 40px;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #222861 url(http://file001.shop-pro.jp/PA01335/433/common/img/btn-bg-search.png) 18px 45% no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 0.2em;
}

.btn-search:focus {
	background-color: #3f468a;
}

/*バナー*/
.side-banners {
	overflow: hidden;
	margin-bottom: 12px;
}


.side-banners li {
	margin-bottom: 8px;
}

#fb-page-plugin {
	overflow: hidden;
	height: 440px;
	margin-bottom: 20px;
}


#side #box_owner .inner{
	padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
	margin: 0 0 10px;
	width: 100px;
	max-width: 100%;
	height: auto;
	border: solid #ddd 1px;
}
#side #box_owner p.name {
	font-size: 14px;
}
#side #box_owner p.memo {
	font-size: 11px;
	line-height: 18px;
}
#side #box_owner p.website {
	padding-left: 20px;
}

#qr_code{
	padding: 20px 0;
}

#box_sellers .seller_box{
	padding: 2.2em 0;
}
#box_sellers li{
	position: relative;
	display: block;
}
#box_sellers	.top_seller:before{
	position: absolute;
	top: 18px;
	left: -6px;
	content: url(http://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers	.rank_2:before{
	content: url(http://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers	.rank_3:before{
	content: url(http://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
	border: solid #ddd 1px;
}
#box_sellers .seller_detail{
	float: right;
	width: 104px;
}
#box_sellers .seller_rank{
	margin: 0 0 10px;
	font-size: 12px;
}
#box_sellers .seller_rank > strong{
	font-size: 15px;
}
#box_sellers .seller_name{
	font-size: 13px;
}
#box_sellers .seller_teika{
	float: left;
}
#box_sellers .more_seller{
	display: none;
}

.more_btn{
	padding: 8px 0;
	border-top: solid 1px #999;
	text-align: center;
	cursor: pointer;
}

.updown{
	display: inline-block;
	margin: 0 3px 0 0;
	width: 13px;
	height: 8px;
	background: url(http://img.shop-pro.jp/tmpl_img/67/down_icon.png);
	background-repeat: no-repeat;
}

.more_up{
	background: url(http://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}



/* FOOTER
------------------------- */

.foot-clm {
	float: left;
	width: 222px;
	margin-right: 24px;
}

.foot-clm h3 {
	position: relative;
	margin-bottom: 15px;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #5f67b3;
	font-weight: bold;
	font-size: 115.4%;
	line-height: 1.1;
}

.foot-clm h3 a {
	position: absolute;
	top: 0;
	right: 0;
}

.foot-clm dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.foot-clm dd {
	margin: 0 0 1em;
}

.foot-clm dd p {
	margin-bottom: 0.5em;
}

.foot-clm .poricy_img {
	margin-bottom: 5px;
}

#mobile{
	width: 145px;
}

.footer-about {
	float: right;
	width: 164px;
}

.footer-about ul {
	overflow: hidden;
	width: 172px;
	margin: 0 0 30px -8px;
}

.footer-about li {
	float: left;
	margin-left: 8px;
}

.footer-about dt {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 115.4%;
	line-height: 1.1;
}

.footer-about dd {
	font-size: 92.4%;
}

.pagetop {
	display: block;
	overflow: hidden;
	clear: both;
	float: right;
	width: 164px;
	height: 17px;
	padding-top: 13px;
	-webkit-top-left-radius: 2px;
	-webkit-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #222861 url(http://file001.shop-pro.jp/PA01335/433/common/img/bg-common.png) 0 0 repeat;
	text-align: center;
}

#footer-nav-wrapper {
	overflow: hidden;
	clear: both;
	height: 60px;
	background: #222861 url(http://file001.shop-pro.jp/PA01335/433/common/img/bg-common.png) 0 0 repeat;
}

.lang-switch {
	display: table;
	float: left;
	margin: 19px 30px 0 0;
}

.lang-switch li {
	display: table-cell;
}

.footer-nav {
	overflow: hidden;
	float: left;
	line-height: 62px;
}

.footer-nav li {
	display: inline;
	margin-right: 20px;
}

.footer-nav a {
	padding-left: 12px;
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/foot-ico-arrow.png) 0 45% no-repeat;
	color: #fff;
}

.copyright {
	float: right;
	color: #a5a8c5;
	font-size: 84.7%;
	line-height: 62px;
}


/* MAIN
------------------------- */

#main .section {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

#main h3 {
	clear: both;
	padding-bottom: 0.3em;
	margin-bottom: 20px;
	border-bottom: 3px solid #5f67b3;
	font-weight: bold;
	font-size: 169.3%;
	line-height: 1.1;
}


/* ITEM BOX
------------------------- */

#main #box_new-item {
	margin-top: 40px;
}

#main #box_new-item,
#main #box_recommend {
	margin-bottom: 25px;
}

.item_box {
	display:inline-block;
	float: left;
	width: 156px;
	margin: 0 30px 15px 0;
	line-height: 1.4;
	/display:inline;
	/zoom:1;
}

.item_image {
	display: block;
	margin: 0;
}

img.item {
	width: 154px;
	height: 154px;
	border: solid 1px #eee;
}

.item_detail {
	display: block;
	margin-top: 8px;
}

.item_name {
	display: block;
	margin-bottom: 0.6em;
}

.item_name img {
	vertical-align: middle;
}

.item_price {
	display: block;
	color: #333;
}

.item_price:hover {
	text-decoration: none !important;
}

.item_detail .item_description {
	overflow: visible;
	text-overflow: initial;
	white-space: normal;
}

.item_regular_price,
.item_price,
.item_discount {
	/*margin-bottom: 10px;*/
}

.box_last {
	margin-right: 0;
}

.box_small .item_box {
	display: inline-block;
	margin: 0 33px 45px 0;
	width: 113px;
	vertical-align: top;
	text-align: left;
	/display: inline;
	/zoom: 1;
}
.box_small p {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
	margin-bottom: 5px;
	font-size: 13px;
}

.box_small .box_last {
	margin-right: 0;
}

.stock_error{
	display:none;
	padding:10px 0;
	color:#db464d;
	font-weight:bold;
}

/* TOP PAGE
------------------------- */

#mv {
	min-width: 960px;
}

.bxslider {
	overflow: hidden;
	width: 100%;
	height: 460px;
}

.bxslider li {
	display: block;
	width: 100% !important;
	height: 460px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}

/*トップバナー*/
#top-banner {
	margin-bottom: 5px;
}

.main-banners li {
	display: block;
	margin-bottom: 5px;
}

/* お知らせ */
#box_info {
	clear: both;
	padding: 20px;
	border: 1px solid #f1dee4;
	background-color: #fbeef2;
}

/* フリースペース */
#box_free {
	padding: 20px;
	border: #aaa solid 1px;
}
#box_free p {
	line-height: 20px;
}

/*こだわり*/
#kodawari {
	height: 368px;
}

#kodawari img {
	z-index: -1;
}

#kodawari div {
	position: relative;
	z-index: 1;
	margin-top: -76px;
}

#kodawari a {
	display: block;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #222861;
	color: #fff;
	font-weight: bold;
	font-size: 123%;
	text-align: center;
	line-height: 42px;
}

#kodawari a:hover {
	opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-opacity: .7;
	-moz-opacity: .7;
	text-decoration: none;
}


/*お知らせ（ギガ）*/
#box_news h3 {
	margin-bottom: 7px;
}

#box_news dl {
	overflow: hidden;
	font-size: 115.4%;
}

#box_news dt {
	clear: left;
	float: left;
	width: 7em;
	padding: 1.1em 0 0.6em;
	font-weight: bold;
}

#box_news dd {
	padding: 1.1em 0 0.6em 7.5em;
	border-bottom: 1px dashed #ccc;
}


/* PRODUCT DETAIL
------------------------- */

h2.product_name {
	margin-bottom: 16px;
	padding-bottom: 0.3em;
	border-bottom: 3px solid #5f67b3;
	font-weight: bold;
	font-size: 153.9%;
	line-height: 1.4;
}

h2.product_name  img {
	vertical-align: middle;
	margin-right: 4px !important;
}

.product_form{
	margin: 0 0 35px;
}

.product_detail_area {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.product_images {
	float: left;
	width: 386px;
}

.zoom-small-image img {
	width: 384px;
	height: 384px;
	border: 1px solid #eee;
}
.product_images div p.detail {
	margin-top: 10px;
	line-height: 20px;
}

.add_cart {
	clear: right;
	float: right;
	overflow: hidden;
	width: 304px;
}

.add_cart_table {
	width: 100%;
	table-layout:fixed;
	margin-bottom: 20px;
	line-height: 1.2;
}

.add_cart_table th {
	display: inline-block;
	overflow: hidden;
	width: 28%;
	padding: 0.2em 0;
	text-align: left;
	white-space: nowrap;
}
.add_cart_table td {
	display: inline-block;
	overflow: hidden;
	padding: 0.2em 0;
}
.add_cart_table td input {
	width: 35px;
	height: 24px;
	padding: 0 4px;
	font-size: 115.4%;
	line-height: 24px;
	vertical-align: middle;
}
.add_cart_table td .price {
	font-weight: bold;
	font-size: 115.4%;
}

.cart-section {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 15px 29px 0;
	background-color: #f0f2f9;
}

.cart-section .add_cart_table {
	margin-bottom: 10px;
}

.btn-cart {
	margin-bottom: 20px;
}

.btn-cart:hover {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	box-shadow: #000 0 0 0;		/* for Firefox */
	opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

.cart-section .sold_out {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 123.1%;
}

.option_price {
	margin: 0 0 10px;
}

.option_box{
	clear: both;
	width: 100%;
	overflow: hidden;
}

table td.pur_block {
	width: auto;
	margin: 0 5px 0 0;
	white-space: normal;
}

.product_description {
	clear: both;
	margin-bottom: 30px;
}

.notes {
	margin-bottom: 60px;
	padding: 20px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.notes dt {
	margin-bottom: 0.2em;
	font-weight: bold;
	font-size: 107.7%;
}

.product_image_extra {
	margin-bottom: 20px;
	text-align: center;
}
.product_image_extra img.item {
	margin-bottom: 20px;
}

.other_link {
	margin-bottom: 18px;
}

.other_link li {
	margin-bottom: 0.3em;
}

.other_link li a {
	padding-left: 20px;
}

.link-shopping a {
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/product/ico-shopping.png) 0 40% no-repeat;
}

.link-inquiry a {
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/product/ico-inquiry.png) 0 45% no-repeat;
}

.link-friends a {
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/product/ico-friends.png) 0 45% no-repeat;
}

.tweet-btn {
	width: 100px;
}

.like-btn {
	width: 200px;
}
.share {
	margin: 0 0 15px;
}
.share li {
	margin: 0 0 8px;
}

#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;
}

#checkItems,
#box-together {
	overflow: hidden;
	margin-bottom: 25px;
}

#checkItems h3,
#box-together h3 {
	font-size: 138.5%;
}

#box-together h3 {
	border-color: #c9ccd6;
}

/* ************************************************
*	cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: 0;	/* Set this to minus the border thickness. */
	border: 0;
	background-color:#fff;
	cursor: pointer;
}

/* This is for the title text. */
.cloud-zoom-title {
	position:absolute !important;
	top:0px;
	padding:3px;
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	padding: 3px;
	border: 1px solid #666;
	background: #222;
	color: #fff;
}

/* Feature section in ZoomEngine page */
.zoom-section {
	clear:both;
}

* html .zoom-section {
	display:inline;
	clear:both;
}

.zoom-small-image {
	float: left;
	width: 386px;
}
.zoom-small-image #wrap {
	position: relative;
	top: 0;
	z-index: 9999;
	margin-bottom: 6px;
	/*border: 1px solid #eee;*/
}

#wrap a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.cloud-zoom {
	cursor: default;
}

/* ズームイメージOFF */
.mousetrap {
	display: none;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	overflow: hidden;
	clear: both;
	width: 100%;
}

a.cloud-zoom-gallery {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	width: 92px;
	height: 92px;
	cursor: pointer;
}
.zoom-tiny-image {
	width: 90px;
	height: 90px;
	border: 1px solid #eee;
}

.zoom-tiny-image.selected {
	border: 1px solid #5f67b3;
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.zoom-tiny-image:hover {
	border: 1px solid #5f67b3;
}

a.gallery_last{
	margin-right: 0;
}


/* PRODUCT OPTION WINDOW
------------------------- */

#product_option {
	padding: 40px;
}

#product_option h2 {
	padding-bottom: 0.3em;
	margin-bottom: 20px;
	border-bottom: 3px solid #5f67b3;
	font-weight: bold;
	font-size: 138.5%;
}

.option-txt {
	margin-bottom: 1em;
}

.table_option {
	min-width: 55%;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.table_option th {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #f0f2f9;
	text-align: center;
}

.table_option td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: right;
}

.close-btn a {
	display: block;
	width: 6em;
	margin: 0 auto;
	padding: 0.5em;
	border: 1px solid #cfd6f8;
	text-align: center;
	line-height: 1.2;
}

.close-btn a:hover {
	background-color: #f0f2f9;
	text-decoration: none;
}


/* PRODUCT LIST PAGE
------------------------- */

/* フリースペース */
.cg_freespace_01 {
	margin-bottom: 30px;
}
.cg_freespace_02 {
	margin-bottom: 50px;
}

.sub_category_area,
.sub_group_area {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 12px;
	border-bottom: solid 1px #cfd6f8;
	background-color: #f9f9fa;
}

.sub_category_area dt,
.sub_group_area dt {
	clear: left;
	float: left;
	width: 9em;
	font-weight: bold;
}

.sub_category_area dd,
.sub_group_area dd {
	padding-left: 9.5em;
}

.sub_category_area dd a,
.sub_group_area dd a {
	display: block;
	float: left;
	margin-right: 2em;
	padding-left: 12px;
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/ico-arrow02.png) 0 45% no-repeat;
	white-space: nowrap;
}

/*.sub_category img,
.sub_group img {
	margin-right: 10px;
	border: solid 1px #ccc;
}*/

.product-list {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}

.nothing {
	padding: 4em 0;
	text-align: center;
}

.catTitle {
	height: 80px;
	margin-bottom: 20px;
	padding-left: 35px;
	background-color: #f0f2f9;
	font-weight: bold;
	font-size: 169.3%;
	line-height: 80px;
}

.catTitle .rootCtg {
	margin-right: 1em;
}

.catTitle .subCtg {
	
}


/* SEARCH RESULT
------------------------- */

h2.resultTitle {
	margin-bottom: 0;
}

.search_result {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 12px;
	border-bottom: solid 1px #cfd6f8;
	background-color: #f9f9fa;
}

.result-list {
	overflow: hidden;
	clear: both;
}

.none {
	margin: 50px 0;
	text-align: center;
}


/* POLICY
------------------------- */

h2.simple-tit {
	height: 140px;
	margin-bottom: 30px;
	padding-left: 35px;
	background-color: #f0f2f9;
	color: #222861;
	font-weight: bold;
	font-size: 200%;
	line-height: 140px;
}

.policy_box,
#policy_lead{
	margin-bottom: 40px;
}

.sk_box {
	margin-bottom: 70px;
}

#main .pe_title,
#main .sk_box h3 {
	font-size: 138.5%;
}

#main .sk_box h3 {
	margin-bottom: 0;
}

.sk_box table {
	width: 100%;
	border-collapse: separate;
	empty-cells:show;
}

.sk_box th {
	padding: 20px 40px 20px 0;
	width: 170px;
	text-align: left;
}

.sk_box th h4 {
	line-height: 1.6;
}

.poricy_img {
	margin-bottom: 15px;
}

.sk_box th,
.sk_box td {
	position: relative;
	border-bottom: solid 1px #ccc;
	line-height: 1.6;
	vertical-align: top;
}

.sk_box td {
	padding: 20px 0;
	zoom: 1;
	content: ' ';
}

#payment_method {
	margin-top: 40px;
}
#payment_method table.table {
	width: 100%;
}
#payment_method table.table th {
	width: 200px;
	text-align: center;
}

#shipping_method {
	margin-top: 40px;
}
#shipping_method table.table {
	width: 100%;
}
#shipping_method table.table th {
	width: 200px;
	text-align: center;
}


/* ************************************************
*	Common Elements
* ************************************************ */

#main h3.sub-tit {
	font-size: 138.5%;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table.table {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.table th {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #f5f5f5;
}
table.table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* パンくず */
.footstamp {
	margin: -2em 0 1em;
	line-height: 1.1;
}

.footstamp span {
	margin: 0 5px;
	color: #999;
}

.footstamp img {
	display: none !important;
}

/* 並び替え */
.sort {
	float: right;
	margin-bottom: 20px;
	line-height: 1.1;
}

.sort strong,
.sort a,
.sort em {
	display: block;
	float: left;
	margin-left: 4px;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	text-align: center;
}

.sort strong {
	border: 1px solid #fff;
}

.sort a,
.sort em {
	width: 85px;
}

.sort a {
	border: 1px solid #cfd6f8;
}

.sort a:hover {
	background-color: #f0f2f9;
	text-decoration: none;
}

.sort em {
	border: 1px solid #5f67b3;
	background-color: #5f67b3;
	color: #fff;
}

/*　ページャ　*/
.pager {
	clear: both;
	float: left;
	margin: 0 0 20px;
}

.pager strong {
	font-size: 115.4%;
}

.custom-pager {
	overflow: hidden;
	clear: both;
	text-align: center;
}

.custom-pager li {
	display: inline-block;
	margin: 0 1px;
	zoom: 1;
}

.custom-pager a,
.custom-pager span {
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 20ox;
	border: 1px solid #cfd6f8;
	text-align: center;
	line-height: 30px;
}

.custom-pager span {
	color: #c9ccd6;
}

.custom-pager a:hover {
	background-color: #f0f2f9;
	text-decoration: none;
}

.custom-pager .current {
	border: 1px solid #5f67b3;
	background-color: #5f67b3;
	color: #fff;
}

.pager-prev a,
.pager-next a {
	background-color: #cfd6f8;
}

.pager-prev a:hover,
.pager-next a:hover {
	border: 1px solid #5f67b3;
	background-color: #5f67b3;
	color: #fff;
}

.pager-prev span,
.pager-next span {
	color: #c9ccd6;
}


.none {
	clear: both;
	margin: 50px 0;
	text-align: center;
}

.sold_out {
	color: #db464d;
}

.tbl_calendar {
	margin: 20px 0;
	width: 100%;
	border: none !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
}
.tbl_calendar th,
.tbl_calendar td {
	padding: 4px !important;
	border-bottom: 1px solid #ccc !important;
	text-align: center !important;
}

/* @group button */
.btn {
	display: block;
	-webkit-appearance:none;
	margin-top: 1em;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
	color: #fff;
	text-decoration: none;
}

.btn-quick {
	margin: 0 auto 15px;
	padding: 1.3em 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #5f67b3;
	font-weight: bold;
	font-size: 115.4%;
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper li {
	display: block;
	height: 460px;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	/*position: absolute;
	bottom: -10px;*/
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	color: #666;
	padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cfd6f8;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 6px;
	margin: 0 4px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #222861;
}



/* 年齢認証ページCSS上書き
------------------------- */

#header_i {
	overflow: hidden;
	margin: 0 15% 20px;
	text-align: left;
}

#header_i h1 {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#main_i {
	margin: 0 15%;
	padding: 40px;
	border: 1px solid #ccc;
	text-align: center;
}

#validation_select_yes,
#validation_select_no {
	font-weight: bold;
}

#footer_i {
	margin: 20px 15%;
	color: #999;
	font-size: 12px;
	text-align: center;
}


/* ひかみやとは
------------------------- */

#concept,
#budoya {
	font-size: 115.4%;
}

#concept h2,
#budoya h2 {
	margin-bottom: 45px;
}

#concept h3,
#budoya h3 {
	margin-bottom: 0.8em;
	border: none;
	color: #222861;
	font-family: "游明朝","YuMincho","Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","ＭＳ 明朝",serif;
	font-weight: normal;
	font-size: 173.4%;
	line-height: 1.8;
}

#concept-contents p {
	clear: both;
	margin-bottom: 2.2em;
	line-height: 2;
}

.section-sake,
.section-wine {
	width: 505px;
	padding-top: 18px;
}

.section-sake h4,
.section-wine h4 {
	display: table;
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #5f67b3;
	font-family: "游明朝","YuMincho","Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","ＭＳ 明朝",serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.2;
}

.img-sake {
	float: left;
	margin-bottom: 2.2em;
}

.section-sake {
	float: right;
}

.section-wine {
	clear: both;
	float: left;
}

.img-wine {
	float: right;
	margin-bottom: 2.2em;
}

.signature {
	margin-top: 5em;
}


/* COMPANY
------------------------- */

#company {
	overflow: hidden;
}

.company-profile {
	float: left;
	width: 468px;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	font-size: 115.4%;
	line-height: 1.4;
}

.company-profile dt {
	clear: left;
	float: left;
	width: 5em;
	padding: 1em 0;
	font-weight: bold;
}

.company-profile dd {
	padding: 1em 0 1em 6em;
	border-bottom: 1px solid #ccc;
}

.company-photo {
	float: right;
	margin-bottom: 40px;
}

.shop-list {
	font-size: 115.4%;
}

.shop-list dt {
	clear: both;
	font-weight: bold;
}

.shop-list dd {
	margin-bottom: 1em;
}

.shop-map {
	margin-bottom: 40px;
}

/* FAQ
------------------------- */

#faq h3.sub-tit {
	margin-bottom: 0;
}

.faq-dl {
	margin-bottom: 50px;
}

.faq-dl dt {
	padding: 1em 0 1em;
	border-bottom: 1px dashed #eee;
	font-weight: bold;
	font-size: 115.4%;
}

.faq-dl dt span {
	margin-right: 0.3em;
	color: #3f468a;
	font-size: 120%;
}

.faq-dl dd {
	padding: 1em 0 0.5em 1.8em;
	border-bottom: 1px solid #ccc;
}

.faq-dl dd p {
	margin-bottom: 1em;
}

.faq-dl dd p:first-child {
	text-indent: -1.8em;
}

.faq-dl dd span {
	margin-right: 0.4em;
	color: #5f67b3;
	font-weight: bold;
	font-size: 120%;
}

.sub-list {
	clear: both;
	margin: 0 0 1em 2em;
	text-indent: 0;
}

.sub-list dt {
	float: none;
	margin-bottom: 0.4em;
	padding: 0;
	border: 0;
	font-size: 100%;
}

.sub-list dd {
	margin-bottom: 0.5em;
	padding: 0;
	border: 0;
}

.faq-dl dd ul,
.faq-dl dd ol {
	margin-left: 2em;
}

.faq-dl dd ul li {
	list-style-type: disc;
}

.faq-dl dd ol li {
	list-style-type: decimal;
}


/* 生まれ年ワイン
------------------------- */




/* KAMEOKA PRJ
------------------------- */

#kameoka-prj {
	font-size: 115.4%;
}

#kameoka-prj h2 {
	margin-bottom: 30px;
}

#kameoka-prj h3 {
	border-color: #aed57d;
}

.prj-lead {
	margin-bottom: 2.2em;
}

.prj-lead p {
	margin-bottom: 1em;
}

.prj-bnr {
	margin-bottom: 2.2em;
	text-align: center;
}

#kameoka-contents table {
	position: relative;
	margin: -20px 0 30px;
	border-bottom: 2px solid #63b400;
}

#kameoka-contents th,
#kameoka-contents td {
	padding: 1em 0.2em 0.9em;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f2f9;
	font-size: 86.7%;
	line-height: 1.3;
}

#kameoka-contents th {
	background-color: #ebf7dc;
	font-weight: bold;
	text-align: center;
}

#kameoka-contents .years {
	white-space: nowrap;
}

#kameoka-contents .chk {
	width: 8%;
	text-align: center;
}

#kameoka-contents .chk01 {color: #c9ccd6;}
#kameoka-contents .chk02 {color: #aed57d;}
#kameoka-contents .chk03 {color: #e298ac;}

#kameoka-contents tr:last-child th,
#kameoka-contents tr:last-child td {
	border-bottom: 0;
}


/* BUDOYA-HARUJIRO
------------------------- */

.shop-photo {
	margin-bottom: 2px;
}

#budoya-contents {
	margin-bottom: 40px;
	background: url(http://file001.shop-pro.jp/PA01335/433/common/img/budoya/id-budoya.png) 468px 0 no-repeat;
}

#budoya-contents p {
	margin-bottom: 2.2em;
	line-height: 2;
}

.shop-info {
	overflow: hidden;
	border-top: 2px solid #5f67b3;
	border-bottom: 2px solid #5f67b3;
	line-height: 1.4;
}

.shop-info dt {
	clear: left;
	float: left;
	width: 6em;
	padding: 0.8em 0;
}

.shop-info dd {
	padding: 0.8em 0 0.8em 6.5em;
	border-bottom: 1px solid #f0f2f9;
}

.shop-info dd:last-child {
	border-bottom: none;
}


/* シーン別
------------------------- */




