@charset "utf-8";
/* CSS Document */

/*************************************************************/

/* HTMLタグ要素 */

/*************************************************************/

/*--------------------------------------*/
/* font-sizeの指定表
フォントサイズ指定に%を利用しています。
拡大縮小される場合は下記の表を参考に
指定を変更してください。
例）12pxを指定の場合 font-size: 93%;

 77%  = 10px    |   123.1% = 16px   |   167% = 22px
 85%  = 11px    |   131%   = 17px   |   174% = 23px
 93%  = 12px    |   138.5% = 18px   |   184% = 24px
 100% = 13px    |   146.5% = 19px   |   192% = 25px
 108% = 14px    |   153.9% = 20px   |   197% = 26px
 116% = 15px    |   161.6% = 21px   |

*/
/*--------------------------------------*/

/*--------------------------------------*/
/* カラム設定について
1カラム、2カラム、3カラムにて指定が異なる箇所があります。
スタイルシート内には、全てのカラム設定用の横幅や指定を
記載しております。
指定を変更される場合は、ご自身の設定をご確認ください。
*/
/*--------------------------------------*/

/*--------------------------------------*/
/* 高解像度ディスプレイ対応
このコメントが入ってる箇所では、高解像度ディスプレイ用に通常の
背景画像に加えて2倍サイズの画像が指定してあります。
通常サイズの画像を変更される際は、下記の注意書きをご覧ください。

・高解像度ディスプレイ用の画像を指定しない
下記のbackground-imageに、通常サイズと同様の画像を指定。

・高解像度ディスプレイ用の画像を指定する
通常サイズの画像の縦横とも2倍のサイズの画像を

高解像度ディスプレイ対応内のbackground-imageに指定し
background-sizeには、通常サイズの画像サイズを指定。
*/
/*--------------------------------------*/
html {
	width: 100%;
}
body {
	word-break: break-all;
	color: #000000;
	line-height: 140%;
	width: 100%;
}
/* リンク */
A, A h3 {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
A:hover, A h3:hover {
	color: #666666;
	height: auto;
}
/* ヘッダータグ */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/*************************************************************/

/* 大枠 */

/*************************************************************/

/* 大枠 */
#container {
	width: 100%;
	min-width: 980px;/*test中980*/
	position: relative;
}
/* 大枠中央レイアウト */
.fix_center {
	width: 980px;/*test中980*/
	margin: auto;
}
.colmode .fix_center {
	width: 760px;
}
/*************************************************************/

/* カラム設定 */

/*************************************************************/

/* 左カラム */
#leftcol {
	width: 200px;
	float: left;
}
/* 右カラム */
#rightcol {
	width: 200px;
	float: left;
}
.widemode #rightcol {
	float: right;
}
/* メインカラム 1カラム */
#maincol1 {
	width: 980px;/*test中980*/
}
/* メインカラム 2カラム */
#maincol2 {
	width: 780px;
	float: left;
}
/* メインカラム 3カラム */
#maincol3 {
	width: 580px;
	float: left;
}
/* 3カラム写真小モード用 */
#setcol {
	width: 780px;
	float: left;
}
/* ポップアップ */
#popup {
	width: 780px;
	margin: auto;
}
/* コンテンツエリア最小縦幅 */
#maincol1, #maincol2, #maincol3, #widecol {
	min-height: 700px;
}
.contents_undisplay #maincol1 {
	min-height: auto;
}
.contents_undisplay #inner_footer {
	min-height: 800px;
}
/*************************************************************/

/* カラム横幅可変モード */

/*************************************************************/

/* 商品一覧、商品検索結果横幅 */

.widemode .fix_center {
	width: 90%;
	min-width: 980px;
	margin: auto;
}
.widemode #maincol1 {
	width: auto;
}
.widemode #maincol2 {
	width: auto;
	float: none;
	margin-left: 200px;
}
.widemode .lay_r #maincol2 {
	margin-left: 0px;
	margin-right: 200px;
}
/*************************************************************/

/* ヘッダー */

/*************************************************************/

/* ヘッダー背景画像 */
#inner_header {
	padding-top: 3px;
	min-height: 50px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D6D6D6;
}
/* ヘッダー上　キャッチフレーズ欄 */
#header_top {
	position: relative;
}
/* ヘッダー中　ショップロゴ、検索、カートの中身 */
#header_middle {
	position: relative;
}
/* ヘッダー下　ログイン、新規登録 */
#header_bottom {
	position: relative;
	padding-top: 0px;
}
/*************************************************************/

/* フッター */

/*************************************************************/

/* フッター */
#footer {
	width: 100%;
	background-color: #EDEDED;
}
/* Powered by おちゃのこネット
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */

#ochanoko {
	width: 100%;
}
.footer_top {
	border-top: 1px solid #EDEDED;
}
#inner_ochanoko {
	text-align: right;
	padding: 15px 0px;
}
/* コピーライト */
#copyright {
	font-size: 85%;
}
/* フッター内部コンテンツ */
#inner_footer {
	min-height: 500px;
	padding-top: 10px;
	text-align: center;
	position: relative;
}
.footer {
	line-height: 140%;
	font-size: 85%;
	margin-top: 10px;
    margin-bottom: 20px;

}
/* ページトップ */
#pagetop {
	width: 100%;
}
#inner_pagetop {
	height: 30px;
	position: relative;
}
#inner_pagetop A {
	display: block;
	height: 20px;
	background-image: url(img/icon_pagetop.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color: #FFFFFF;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 5px 5px 25px;
	text-align: center;
	font-size: 77%;
}
.pulldown {
	font-weight: bold;
	width: 178px;
	height: auto;
	border-left: 8px solid #EDD1D1;
	border-right: 1px solid #EDD1D1;
	border-bottom: 1px solid #EDD1D1;
	border-top: 1px solid #EDD1D1;
	padding: 6px;
	background-repeat: no-repeat;
}




/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
#inner_pagetop A {
	background-image: url(img/icon_pagetop_x2.png);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
#inner_pagetop A:hover {
	background-color: #F5F5F5;
}
/* スマートフォンサイトボタン */
#phonesite {
	position: relative;
	height: 30px;
	padding: 15px 0px 15px;
}
.phone_site_link {
	display: block;
	width: 188px;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.phone_site_link:hover {
	background-color: #CCCCCC;
}
.phone_site_link A {
	display: block;
	width: 150px;
	padding: 8px 8px 8px 30px;
	background-image: url(img/icon_phone.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border-radius: 5px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.phone_site_link A {
	background-image: url(img/icon_phone_x2.png);
	background-size: 30px 30px;
}
/*-----------------------------------------------------------*/
}
/* フッター自由記入欄 */
.footer_free_space {
	text-align: left;
	color: #000000;
}
/*************************************************************/

/* キャッチフレーズ */

/*************************************************************/

/* キャッチフレーズ */
#copy {
	padding: 0px 15px 3px 0px;
	font-size: 11px;
	line-height: normal;
	float: left;
	text-indent: -9999px;
}
/* 表示パターン横幅 */
.header_top_800 {
	max-width: 800px;
}
.header_top_700 {
	max-width: 700px;
}
.header_top_600 {
	max-width: 600px;
}
.header_top_300 {
	max-width: 300px;
}
.header_top_200 {
	max-width: 200px;
}
.header_top_100 {
	max-width: 100px;
}
/*************************************************************/

/* グローバルサイト、文字サイズ */

/*************************************************************/

/* タイトル */
.site_list_title, .set_font_title {
	display: inline-block;
	height: 20px;
	vertical-align: top;
	font-weight: bold;
}
/*--------------------------------------*/
/* グローバルサイトリンク */

.global_site {
	font-size: 11px;
	line-height: normal;
}
#header_global_site {
	float: right;
}
/* 横並び表示リンク */
.global_site A {
	display: inline-block;
	min-height: 20px;
	vertical-align: top;
}
/* リスト表示 */
.layout_dropdown {
	position: relative;
}
/* リスト表示タイトル */
.layout_dropdown .site_list_title A {
	padding: 0px 5px 0px 20px;
	background-image: url(img/icon_open.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
	position: relative;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.layout_dropdown .site_list_title A {
	background-image: url(img/icon_open_x2.gif);
	background-size: 20px 20px;
}
/*-----------------------------------------------------------*/
}
/* リスト表示タイトルマウスオーバー、選択中 */
.layout_dropdown .site_list_title A:hover, .layout_dropdown .site_list_title A.hover, .layout_dropdown .nav_on A {
	background-color: #F5F5F5;
}
/* リンク一覧 */
.site_list_dropdown {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: 5px solid #F5F5F5;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4), -5px 5px 10px rgba(0,0,0,0.4);
}
/* 各リンク先 */
.layout_dropdown .site_list_data {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #E0DFE3;
}
/* 各リンク文字 */
.site_list_dropdown A {
	display: block;
	padding: 0px 3px;
	line-height: 20px;
}
.site_list_dropdown A:hover {
	background-color: #F5F5F5;
}
/* フッター用指定 */
#inner_footer .global_site {
	width: auto;
	margin: 10px auto;
}
#inner_footer .footer_global_site .global_site {
	width: 300px;
	margin: 10px auto;
}
/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title {
	height: 30px;
}
#inner_footer .layout_dropdown .site_list_title A {
	background-image: none;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	line-height: 20px;
}
/* リンク一覧 */
.reverse_position .site_list_dropdown {
	left: 50%;
	border: none;
	margin-top: 5px;
	margin-left: -100px;
	padding-top: 5px;
	text-align: left;
}
/*--------------------------------------*/
/* 文字サイズ */

.font_setting {
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	margin-left: 15px;
}
#header_font_setting {
	float: right;
}
/* 文字サイズ画像 */
.set_font_normal, .set_font_large {
	display: inline-block;
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
/* 普通画像 */
.set_font_normal {
	background-image: url(img/font_default.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.set_font_normal {
	background-image: url(img/font_default_x2.gif);
	background-size: 30px 40px;
}
/*-----------------------------------------------------------*/
}
/* 大画像 */
.set_font_large {
	background-image: url(img/font_large.gif);
	margin-left: 5px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.set_font_large {
	background-image: url(img/font_large_x2.gif);
	background-size: 30px 40px;
}
/*-----------------------------------------------------------*/
}
/* 文字サイズ画像マウスオーバー、選択中 */
.font_setting .set_font_normal:hover, .font_setting .set_font_large:hover, .font_setting .nav_on {
	background-position: left bottom;
}
/*************************************************************/

/* ショップ名 */

/*************************************************************/

/* ショップ名ロゴ */
#shoplogo {
	width: 200px;
	height: 40px;
	float: left;
}
#shoplogo:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ショップ名テキスト */
#shoptext {
	float: left;
	font-size: 138.5%;
	min-height: 40px;
	width: 450px;
	text-indent: -9999px
}
/* ヘッダーバナーありの場合 */
.has_header_banner #shoptext {
	width: 200px;
}
/*************************************************************/

/* 商品検索 */

/*************************************************************/

/* 商品検索 */
#search {
	float: right;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}
.search {
	float: right;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}
/* 検索エリア自由記入欄 */
#search_free {
	float: right;
}
/*************************************************************/

/* ログイン・新規登録 */

/*************************************************************/

/* 枠 */
#header_bottom .signin_box {
	width: 780px;
	padding-top: 7px;
	padding-right: 10px;
	float: right;
	text-align: right;
}
/* 各文字区切り */
.signin li {
	display: inline;
	padding: 0px 5px;
	font-size: 85%;
}
.signin .member_name, .signin .member_group, .signin .signout_top, .signin .mypage_top, .signin .member_point, .signin .point {
	display: inline;
	padding: 0px 5px;
	font-size: 85%;
}
/* 各リンク文字 */
.signin li A, .signin span A {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}
/* ログインボタン */
#header_bottom .signin .signin_top {
	padding-right: 10px;
	border-right: 1px solid #999999;
}
/* ログインボタン背景画像 */
.signin_top A {
	background-image: url(img/icon_signin.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.signin_top A {
	background-image: url(img/icon_signin_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* 新規登録ボタン背景画像 */
.register_top A {
	background-image: url(img/icon_regist.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.register_top A {
	background-image: url(img/icon_regist_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/*--------------------------------------*/
/* ログアウト・マイページ */

.activemember .member_group, .activemember .point {
	padding-right: 0px;
}
/* ユーザー名 */
.member_name {
	font-weight: bold;
}
#header_bottom .member_name {
	border-right: 1px solid #E0DFE3;
}
/* ログアウト */
#header_bottom .signout_top {
	padding-right: 10px;
	border-right: 1px solid #999999;
}
/* ログアウトボタン背景画像 */
.signout_top A {
	background-image: url(img/icon_signout.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.signout_top A {
	background-image: url(img/icon_signout_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* 会員グループ */
.member_group {
	font-weight: normal;
}
/* マイページ */
#header_bottom .mypage_top {
	padding-left: 10px;
	display: inline-block;
}
/* マイページボタン背景画像 */
.mypage_top A {
	background-image: url(img/icon_mypage.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.mypage_top A {
	background-image: url(img/icon_mypage_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* 保有ポイント */
#header_bottom .member_point {
	border-left: 1px solid #E0DFE3;
	display: inline-block;
}
/* ポイント数 */
.signin .point {
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
}
/*-----------------------------------------------------------*/
/* 左右エリア */

.side_signin .signin_box {
	width: auto;
	padding: 10px;
}
/* li、spanブロック表示 */
.side_signin li {
	display: block;
	font-size: 95%;
	padding: 0px;
}
.side_signin .member_name, .side_signin .member_group, .side_signin .signout_top, .side_signin .mypage_top, .side_signin .member_point, .side_signin .point {
	display: block;
	font-size: 95%;
	padding: 0px;
}
/* ポイントインライン表示 */
.side_signin .signin .point {
	display: inline;
}
/* 各ボタン */
.side_signin .signin li A, .side_signin .signin .mypage_top A {
	display: block;
	padding: 8px 0px 8px 22px;
	background-position: 3px center;
}
.side_signin .signin li A:hover, .side_signin .signin .mypage_top A:hover {
	background-color: #F5F5F5;
}
/* ログインボタン */
.side_signin .signin_top A {
	border-bottom: 1px solid #E0DFE3;
}
/* ユーザー名 */
.side_signin .member_name {
	border: 1px solid #E0DFE3;
	background-color: #F9F9F9;
	padding: 10px 10px 5px;
}
/* 会員グループ */
.side_signin .member_group {
	font-weight: normal;
	font-size: 85%;
}
/* ログアウトボタン */
.side_signin .signin .signout_top {
	width: auto;
	border-top: 1px solid #E0DFE3;
	padding: 3px;
	margin-top: 5px;
	text-align: right;
}
.side_signin .signin .signout_top A {
	font-size: 85%;
}
/* ログインボタン */
.side_signin .mypage_top A {
	margin-top: 8px;
}
/* 保有ポイント */
.side_signin .member_point {
	background-color: #FFFFEE;
	border: 1px solid #E0DFE3;
	padding: 5px;
	font-size: 85%;
	margin-top: 1px;
}
.signin_box .member_point .point {
	display: inline-block;
}
/*************************************************************/

/* 上部カートの中身 */

/*************************************************************/

#carttop {
	float: right;
	margin-left: 5px;
}
/* カートの中身ボタン */
.shopping_cart_button {
	position: relative;
	width: 130px;
	float: right;
}
.shopping_cart_button_wrap {
	position: relative;
	width: 110px;margin-top:6px;
	float: right;
}
/* 自由記入欄サイドカラム用 */
#leftcol .cartcontentsarea, .reverse_cartcontent .cartcontentsarea {
	margin-right: 0;
	padding: 0 20px 20px 0;

	right: -210px;
	left: auto;
}
/* 自由記入欄メインカラム用 */
.center_cartcontent .cartcontentsarea {
	margin-right: 0;
	padding: 0 20px 20px 20px;
	left: -115px;
}
/* カート中身背景 */
.cartbtn {
	/*border-radius: 5px;*/
	position: relative;
	/*border: 1px solid #FF0000;*/
}
.cartbtn:hover, .cartbtn.hover {
	background-color: #FFECEC;
}
.has_cart_popup .cartbtn:hover, .has_cart_popup .cartbtn.hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* カート中身アイコン */
.cartbtn A {
	display: block;
	width: 85px;
	height: 25px;
	padding: 6px 0px 0px 43px;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/common/icon_cart.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12px;
	line-height: normal;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.cartbtn A {
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/common/icon_cart_x2.png);
	background-size: 30px 30px;
}
/*-----------------------------------------------------------*/
}
.cartmiddle #carttop A {
	height: 27px;
	padding-top: 8px;
}
.header_hidden #carttop A {
	margin-top: 10px;
}
/* カートの中身数量 */
.cartquantity {
	width: 30px;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 8px;
	color: #666;
}
/* 数量99以上の場合 */
.quantityover {
	position: absolute;
	top: -5px;
	right: 0px;
	font-size: 10px;
}
/* カートの中身 */
.cartcontentsarea {
	width: 320px;
	margin-right: -20px;
	padding: 0px 0px 20px 20px;
	position: absolute;
	top: 30px;
	left: -210px;
}
.cartcontents {
	padding: 10px;
	background-color: #FFFFFF;
	border-top: 5px solid #FF0000;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4), -5px 5px 10px rgba(0,0,0,0.4);
}
.cartcontents li {
	padding: 5px;
	border-bottom: 1px solid #E0DFE3;
}
/* サムネイル写真 */
.cartcontents .global_photo {
	width: 40px;
	float: left;
}
/* 商品説明 */
.cartcontents .text_data {
	width: 230px;
	padding: 0px 10px;
	float: left;
}
/* カートは空です */
.cartcontents li.cart_empty {
	padding: 5px;
	border-bottom: none;
}
.cartcontents .cart_empty .text_data {
	width: auto;
	padding: 0px;
	float: none;
	font-size: 93%;
	text-align: center;
}
/* 商品名、説明文字 */
.cartcontents .item_data A, .cartcontents .item_data p {
	font-size: 77%;
	line-height: normal;
}
/* 合計金額 */
.cartcontents .shoppingcart_pricetotal p {
	padding: 5px;
	margin: 0px;
	text-align: right;
}
/* ボタン配置 */
.cartcontents .global_btn {
	border-top: 1px solid #E0DFE3;
	padding: 5px;
	text-align: center;
}
/*************************************************************/

/* ヘッダーバナー */

/*************************************************************/

.header_banner {
	position: absolute;
	top: 0px;
	left: 0;
  right: 0;
  bottom: 0;
    margin: auto;
}
/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

/* ヘッダーナビゲーション */
#globalnavi {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 15px;
}
/* 各ナビゲーション配置 */
#globalnavi li {
	width: auto;
	float: left;
	list-style: none;
}
/* 各ナビゲーション背景画像、文字 */
#globalnavi li A {
	display: block;
	background-image: url(img/navi_line_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	color: #333333;
	max-width: 250px;
	border-bottom: 3px solid #FFFFFF;
}
#globalnavi .sub_menu li A {
	font-size: 93%;
}
/* 各ナビゲーション余白 */
#globalnavi .nav_box {
	display: block;
	padding: 15px;
}
#globalnavi .sub_menu .nav_box {
	display: inline;
	padding: 0px;
}
/* 各ナビゲーションマウスオーバー */
#globalnavi li A:hover, #globalnavi li.hover > div > .nav_link, #globalnavi li.toggle_drill_down.hover .toggle_link {
	border-bottom: 3px solid #FF0000;
}
#globalnavi li.nav_on A, #globalnavi li.nav_on A:hover {
	border-bottom: none;
}
/* 選択中 */
#globalnavi li.nav_on {
	border-bottom: 3px solid #FF0000;
}
/* ホーム余白 */
#globalnavi li.h_home .nav_box {
	padding: 0px;
}
/* 複数行用アイコン画像 */
#globalnavi .toggle_link .nav_box {
	display: block;
	padding: 0px;
	min-height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
.toggle_button .open .nav_box {
	background-image: url(img/navi_open_bg.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.toggle_button .open .nav_box {
	background-image: url(img/navi_open_bg_x2.png);
	background-size: 45px 45px;
}
/*-----------------------------------------------------------*/
}
.toggle_button .close .nav_box {
	background-image: url(img/navi_close_bg.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.toggle_button .close .nav_box {
	background-image: url(img/navi_close_bg_x2.png);
	background-size: 45px 45px;
}
/*-----------------------------------------------------------*/
}
/* 複数行時上部線 */
.overplus_nav .dropdown {
	border-top: 1px solid #E0DFE3;
}
/* メニュー背景 */
#globalnavi ul.dropdown ul.sub_menu li {
	width: 230px;
	height: auto;
	float: none;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4), -5px 5px 10px rgba(0,0,0,0.4);
}
/* メニュー文字、アイコン */
#globalnavi ul.dropdown ul.sub_menu li A, #globalnavi ul.dropdown ul.sub_menu li A:hover {
	display: block;
	width: 200px;
	max-width: 200px;
	height: auto;
	padding: 8px 10px 8px 20px;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #E0DFE3;
	border-right: none;
	background-image: url(img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
#globalnavi ul.dropdown ul.sub_menu li A,  #globalnavi ul.dropdown ul.sub_menu li A:hover {
	background-image: url(img/icon_b_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* タブレット用閉じるボタン */
#globalnavi ul.dropdown ul.sub_menu li.dropdown_close A, #globalnavi ul.dropdown ul.sub_menu li.dropdown_close A:hover, .side_category_popup .hover li.dropdown_close A, .side_category_popup .hover li.dropdown_close A:hover {
	background-color: #000000;
}
/* マウスオーバー時下線非表示 */
#globalnavi ul.dropdown ul.sub_menu li.posbottom A {
	border-bottom: none;
}
#globalnavi ul.dropdown ul.sub_menu li:hover {
	background-color: #F5F5F5;
}
/* サブメニュー有りアイコン */
.more {
	padding-left: 20px;
	background-image: url(img/icon_more.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.more {
	background-image: url(img/icon_more_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/*--------------------------------------*/
/* サイドナビゲーション */

/* ナビゲーション背景画像 
.navi_list li {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
    border-bottom:1px solid #d6d6d6;
	margin-bottom: 3px;
	border-radius: 5px;
}*/
.navi_list li:hover {
	background-color: #F5F5F5;
}
/* ナビゲーションアイコン画像 
.navi_list li A {
	display: block;
	padding: 10px 18px 10px 18px;
	background-image: url(img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	color: #333333;
	border-left: 5px solid #F3E6D3;
}*/
/*---------------------ここから----6/27--------------------*/
/* ナビゲーション背景画像 */
.navi_list li {
	background-color: #FFFFFF;
	/*border: 1px solid #D6D6D6;*/
    border-bottom:1px solid #d6d6d6;
	margin-bottom: 5px;margin-top: 5px;
	/*border-radius: 5px;*/
}
/* ナビゲーションアイコン画像 */
.navi_list li A {
	display: block;
	padding: 10px 18px 15px 18px;
    background-image: url(img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
	color: #333333;
	/*border-left: 5px solid #F3E6D3;*/
}


/*---------------ここまで-----------------*/

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.navi_list li A {
	background-image: url(img/icon_b_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* 選択中 */
.navi_list li.nav_on {
	background-image: none;
	background-color: #F5F5F5;
	margin-bottom: 3px;
}
/*--------------------------------------*/
/* フッターナビゲーション */

#globalnavi_footer {
	width: 100%;
}
/* 各ナビゲーション文字色 */
#globalnavi_footer li .footer_navi_link {
	color: #000000;
}
/* 各ナビゲーションマウスオーバー */
#globalnavi_footer li .footer_navi_row:hover {
	background-color: #FFFFFF;
}
/* 選択中 */
#globalnavi_footer li.nav_on .footer_navi_row {
	background-color: #FFFFFF;
}
/* 各ブロックレイアウト */
#globalnavi_footer .footer_navi_box {
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #E0DFE3;
}
#globalnavi_footer .footer_navi_box_right {
	border-right: 1px solid #E0DFE3;
}
#globalnavi_footer .column1 .footer_navi_box {
	float: none;
}
/* 1カラム */
#globalnavi_footer .column1 .footer_navi_box {
	width: 100%;
}
/* 2カラム */
#globalnavi_footer .column2 .footer_navi_box {
	width: 50%;
}
/* 3カラム */
#globalnavi_footer .column3 .footer_navi_box {
	width: 33.3%;
}
/* 4カラム */
#globalnavi_footer .column4 .footer_navi_box {
	width: 25%;
}
/* 5カラム */
#globalnavi_footer .column5 .footer_navi_box {
	width: 20%;
}
/* 各ブロック */
#globalnavi_footer ul {
	min-height: 180px;
	padding: 10px;
	list-style: none;
}
/* 各ナビゲーション背景、文字 */
#globalnavi_footer li .footer_navi_link {
	display: block;
	padding: 5px 5px 5px 15px;
	background-image: url(img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 85%;
	font-weight: normal;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
#globalnavi_footer li .footer_navi_link {
	background-image: url(img/icon_b_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* 上部自由記入欄利用時用 */
#footer_free_top {
	border-bottom: 1px solid #E0DFE3;
}
/* 自由記入欄用 */
.footer_navi_free, .footer_navi_free A, .footer_free_space, .footer_free_space A {
	text-align: left;
}
/*************************************************************/

/* グローバルリンク */

/*************************************************************/

.global_link {
	padding: 5px 5px 5px 15px;
	background-image: url(img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.global_link {
	background-image: url(img/icon_b_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/*************************************************************/

/* メイン写真 */

/*************************************************************/

/* メイン写真 */
#photo {
	width: 100%;
}
.colmode #photo {
	margin-bottom: 30px;
}
/* 3カラムレイアウト時 */
#setcol .colmode {
	margin-left: 20px;
}
.layout_r #setcol .colmode {
	margin-left: 0px;
	margin-right: 20px;
}
/* 全画像共通枠 */
.global_photo {
	margin: 0px auto 10px;
	line-height: 0px;
}
/*--------------------------------------*/

/* スライド表示 */

/*--------------------------------------*/

.slide {
	float: left;
}
/* サムネイルメニュー */

/* 各メニュー */
.menu li {
	width: 90px;
	display: inline-block;
	list-style: none;
	overflow: hidden;
	border-top: 5px solid #CCCCCC;
	margin-right: 1px;
	margin-top: 1px;
	vertical-align: top;
}
/* ボタン */
.menu li A {
	display: block;
}
/* 表示中サムネイル */
.menu li.current, .menu li.current:hover {
	border-top: 5px solid #FF0000;
}
.menu li.act A {
	cursor: default;
}
/* サムネイル横幅 */
.menu a img {
	width: 90px;
}
/* スライド送り */
.swipe_list .pointer_box {
	padding: 5px 0px;
	text-align: center;
}
/* スライド送りボタン */
.swipe_list .pointer span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0px 5px 0px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	cursor: pointer;
}
/* 左右ボックス */
.side_box .swipe_list .pointer span {
	margin: 0 4px;
}
/* 現スライド */
.swipe_list .pointer span.current {
	background-color: #FF0000;
	border: 1px solid #FF0000;
}
/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev, .swipe_list .pointer_box span.pointer_next {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0px 10px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	border-radius: 25px;
	cursor: pointer;
}
/* 商品詳細メイン写真用 */
.swipe_list .detail_item_photo .pointer_box span.pointer_prev, .swipe_list .detail_item_photo .pointer_box span.pointer_next {
	margin: 0px;
}
/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev {
	background-image: url(img/icon_prev.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.swipe_list .pointer_box span.pointer_prev {
	background-image: url(img/icon_prev_x2.gif);
	background-size: 25px 25px;
}
/*-----------------------------------------------------------*/
}
/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next {
	background-image: url(img/icon_next.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.swipe_list .pointer_box span.pointer_next {
	background-image: url(img/icon_next_x2.gif);
	background-size: 25px 25px;
}
/*-----------------------------------------------------------*/
}
/* マウスオーバー時 */
.swipe_list .pointer_box span.pointer_prev:hover, .swipe_list .pointer_box span.pointer_next:hover {
	background-color: #F0F0F0;
}
.swipe_list .pointer_box .pointer_prev_box span.pointer_prev, .swipe_list .pointer_box .pointer_next_box span.pointer_next {
	margin: 0px;
}
/* スライドの注釈 */
.swipe_list .image_annotation {
	background-image: url(img/photo_alpha.png);
}
.swipe_list .annotation_left_top {
	left: 30px;
	top: 30px;
}
.swipe_list .annotation_right_top {
	right: 30px;
	top: 30px;
}
.swipe_list .annotation_left_bottom {
	left: 30px;
	bottom: 30px;
}
.swipe_list .annotation_right_bottom {
	right: 30px;
	bottom: 30px;
}
/*************************************************************/

/* メインカラム */

/*************************************************************/

/* メインカラム 1カラム */
#maincol1 #main_container {
	margin: 0px 0px 20px;
}
/* メインカラム 2カラム */
#maincol2 #main_container {
	margin: 0px 0px 20px 20px;
}
/* 右レイアウト */
.layout_r #maincol2 #main_container {
	margin: 0px 20px 20px 0px;
}
/* メインカラム 3カラム */
#maincol3 #main_container {
	margin: 0px 20px 20px;
}
/* 左、右カラム各ボックス */
.side_box {
	margin-bottom: 30px;
}
/* メインカラム各ボックス */
.main_box {
	margin-bottom: 30px;
}
/*************************************************************/

/* コンテンツ領域 */

/*************************************************************/

/* コンテンツ領域 */
#contents {
	margin-top: 15px;
	margin-bottom: 15px;
}
.bg_full #inner_contents, .bg_full #inner_contents_top, .bg_full #inner_contents_bottom {
	background-image: url(img/alpha.png);
	background-color: transparent;
}
#wide_contents {
	background-color: #F5F5F5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/*************************************************************/

/* 左、右カラム　タイトル、コンテンツ枠 */

/*************************************************************/

/* タイトル */
/*.side_box h2 {
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	font-weight: bold;
	border-radius: 5px;
}*/
.side_box h2 {
	padding: 10px;
	background-color: #e2e2e2;
	font-weight: bold;

}
/* 左、右カラムコンテンツ */
.side_contents {
	padding: 0px;
}
/*************************************************************/

/* メインカラム　タイトル、コンテンツ枠 */

/*************************************************************/

/* タイトル */
.main_box h2 {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	font-weight: bold;
	/*border-radius: 5px;*/
	font-size: 108%;
}
/* メインカラムコンテンツ */
.main_contents {
	width: auto;
}
/*************************************************************/

/* パンくずリスト */

/*************************************************************/

/* パンくずリスト */
#pan {
	margin-bottom: 15px;
	padding: 5px;
}
/* 91thパンくずリスト */
#category94_detail_page_body　#pan a {
    display: none;
}
/*************************************************************/

/* 左カラム */

/*************************************************************/

/*************************************************************/

/* カテゴリ、グループ一覧 */

/*************************************************************/

/* カテゴリ、グループ一覧タイトル */
.category h2, .pickupcategory h2 {
	/*background-color: #F5F5F5;*/
	margin-bottom: 3px;
}
/*--------------------------------------*/
/*
カテゴリ
グループ
オークションメニュー
共通 */

/* 各メニュー枠 */
.side_contents li {
	list-style: none;
	list-style-position: outside;
}
/* 各メニューボタン */
.side_contents li A {
	display: block;
}
/*--------------------------------------*/
/* メインカテゴリ、グループ */

/* メインカテゴリ、グループ背景 */
.category_list li, .pickupcategory_list li {
	border-bottom: 1px dashed #D9D9D9;
	position: relative;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 4px #F6FCEB;
	box-shadow: inset 0px 0px 4px #F6FCEB;
}
/* カテゴリ、グループアイコン画像　2019-7-1修正 */
.category_list li A, .pickupcategory_list li A {
	/*padding: 5px 18px 5px 18px;*/padding: 10px 18px 10px 18px;
	background-image: url(img/icon_b.gif);
	background-repeat: no-repeat;
	/*background-position: 3px 6px;*/background-position: 3px 11px;
	color: #444444;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.category_list li A,  .pickupcategory_list li A {
	background-image: url(img/icon_b_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* メインカテゴリ、グループ背景　選択中 */
.category_list li.nav_on, .pickupcategory_list li.nav_on {
	background-color: #F5F5F5;
	margin: 0px;
}
.category_list li ul li.nav_on, .pickupcategory_list li ul li.nav_on {
	border-radius: 0px;
}
/* カテゴリアイコン画像　選択中 */
.category_list li A.nav_on, .pickupcategory_list li A.nav_on {
	font-weight: bold;
}
/* カテゴリアイコン画像　サブカテゴリ有 */
.side_category_stack .parentcategory A {
	background-image: url(img/icon_db.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.side_category_stack .parentcategory A {
	background-image: url(img/icon_db_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* カテゴリアイコン画像　サブカテゴリ閉じる */
.side_category_stack A.parent_category {
	background-image: url(img/icon_dbc.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.side_category_stack li A.parent_category {
	background-image: url(img/icon_dbc_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* サブカテゴリポップアップ */
.side_category_popup .sub_category_box {
	width: 240px;
	position: absolute;
	top: -20px;
	visibility: hidden;
}
/* ポップアップ枠 */
.side_category_popup .subcategories {
	border: 1px solid #D9D9D9;
}
/* 左エリア用 */
#leftcol .side_category_popup .sub_category_box {
	padding: 20px 20px 20px 0px;
	left: 198px;
}
#leftcol .side_category_popup .subcategories {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
/* 右エリア用 */
#rightcol .side_category_popup .sub_category_box {
	padding: 20px 0px 20px 20px;
	right: 198px;
}
#rightcol .side_category_popup .subcategories {
	box-shadow: -5px 5px 5px rgba(0,0,0,0.2);
}
.side_category_popup .hover li.dropdown_close A, .side_category_popup .hover li.dropdown_close A:hover {
	background-image: none;
	background-color: #000000;
	padding: 5px 15px 0px 15px;
	text-align: center;
}
/* メインカテゴリ開閉 */
.category_toggle {
	display: block;
	width: 15px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 2px;
}
/* サブカテゴリ開閉 */
.category_list li ul .category_toggle {
	display: block;
	width: 15px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 8px;
}
/* マウスオーバー */
.category_list li A:hover, .side_category_popup .hover .parentcategory A, .pickupcategory_list li A:hover {
	background-color: #F5F5F5;
	color: #000000;
}
.category_list li.nav_on A.nav_on:hover, .side_category_popup li.hover .parentcategory A.nav_on, .pickupcategory_list li.nav_on A.nav_on:hover {
	background-color: #F5F5F5;
	font-weight: bold;
}
/*--------------------------------------*/
/* サブカテゴリ　第二階層 */

.category_list li ul li A {
	padding: 5px 5px 5px 23px;
	background-position: 8px 6px;
	color: #666666;
	font-weight: bold;
}
/* サブカテゴリ背景 */
.category_list li ul li {
	background-color: #FFFFFF;
	border-top: 1px solid #E0DFE3;
	border-bottom: none;
}
.category_list li ul li.postop {
	border-top: none;
}
/*--------------------------------------*/
/* オークション */

/* オークション背景画像 */
.auction_list li {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-bottom: 3px;
	border-radius: 5px;
}
.auction_list li:hover {
	background-color: #F5F5F5;
}
/* オークションアイコン画像 */
.auction_list li A {
	padding: 10px 5px 10px 18px;
	background-image: url(img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.auction_list li A {
	background-image: url(img/icon_b_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/*************************************************************/

/* ショッピングカート */

/*************************************************************/

/* カートの中身一覧 */
.shoppingcart_list li {
	padding: 10px;
	margin-bottom: 1px;
}
/* カートの中身一覧リンク */
.shoppingcart_list li A {
	display: inline;
	padding-left: 0px;
}
.shoppingcart li A:hover {
	background-color: transparent;
}
/* 各ブロック */
.side_cart_data_box {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E0DFE3;
}
/* 変更するリンク */
.side_cart_data .global_link {
	border: none;
	margin-bottom: 0px;
	padding-left: 15px;
}
/* 合計金額 */
.shoppingcart_pricetotal {
	background-color: #F5F5F5;
}
/* 合計金額文字 */
.shoppingcart_pricetotal p {
	padding: 10px;
	margin: 0px;
	font-weight: bold;
}
/* 金額文字 */
.shoppingcart_pricetotal p strong {
	color: #CC0000;
}
/* レジに進む */
.shoppingcart_register {
	padding: 10px;
	text-align: center;
}
/* オーダーメイド */
.side_cart_data .custom_item, .side_cart_data .custom_separator {
	border-bottom: none;
	display: inline;
}
/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* 私が店長ですコンテンツ */
.staff_contents {
	padding: 5px 10px 10px;
}
/* スタッフ画像 */
.staff_photo {
	width: 140px;
	margin: 10px auto;
}
/* プロフィール枠 */
.staff_contents dl {
	padding: 10px;
}
.staff_contents dt, .staff_contents dd {
	padding: 5px;
}
/* プロフィール項目 */
.staff_contents dt {
	clear: left;
	float: left;
	width: 40px;
	font-weight: bold;
	border-top: 1px solid #000000;
}
/* プロフィール内容 */
.staff_contents dd {
	margin-left: 50px;
	border-top: 1px dotted #000000;
}
/* プロフィールコメント */
.side_box .staff_profile_desc {
	margin-bottom: 10px;
}
/* 店長ページリンク */
.staff_contents .global_link {
	border-top: 1px solid #E0DFE3;
}
/*************************************************************/

/* いらっしゃいませ */

/*************************************************************/

/* いらっしゃいませ枠余白 */
.welcome_data {
	padding: 15px;
}
/*************************************************************/

/* 店長日記 */

/*************************************************************/

/* 店長日記枠余白 */
.diary_data {
	padding: 15px;
}
/* トップ店長日記タイトル */
.diary_data h3 {
	font-size: 108%;
	font-weight: bold;
}
/* トップ店長日記日付 */
.top_page_body .diary_data .article_date {
	font-weight: normal;
}
/*************************************************************/

/* いらっしゃいませ、店長日記共通 */

/*************************************************************/

/* 左右レイアウト */
.tarticle_data .global_photo, .tarticle_data .ph_article {
	float: left;
}
/* 記事余白 */
.tarticle_data .ph_article {
	padding: 10px;
}
/*--------------------------------------*/

/* 写真サイズ */

/*--------------------------------------*/

/* 140px */
.tarticle_data .layout140 .global_photo, .article_data .layout140 .global_photo {
	width: 140px;
}
/* 250px */
.tarticle_data .layout250 .global_photo, .article_data .layout250 .global_photo {
	width: 250px;
}
/* 400px */
.tarticle_data .layout400 .global_photo, .article_data .layout400 .global_photo {
	width: 400px;
}
/*--------------------------------------*/

/* 写真サイズ別記事横幅指定 */

/*--------------------------------------*/

/* 中央1カラム */

/* 140px */
#maincol1 .tarticle_data .layout140 .ph_article {
	width: 775px;
}
/* 250px */
#maincol1 .tarticle_data .layout250 .ph_article {
	width: 665px;
}
/* 400px */
#maincol1 .tarticle_data .layout400 .ph_article {
	width: 515px;
}
/*--------------------------------------*/

/* 中央2カラム */

/* 140px */
#maincol2 .tarticle_data .layout140 .ph_article {
	width: 555px;
}
/* 250px */
#maincol2 .tarticle_data .layout250 .ph_article {
	width: 445px;
}
/* 400px */
#maincol2 .tarticle_data .layout400 .ph_article {
	width: 295px;
}

/*--------------------------------------*/

/* 中央3カラム */

/* 140px */
#maincol3 .tarticle_data .layout140 .ph_article {
	width: 335px;
}
/* 250px */
#maincol3 .tarticle_data .layout250 .ph_article {
	width: 225px;
}
/* 400px */
#maincol3 .tarticle_data .layout400 .global_photo, #maincol3 .tarticle_data .layout400 .ph_article {
	float: none;
}
/*--------------------------------------*/

/* 左右カラム */

.side_box .tarticle_data .ph_article {
	padding: 10px 0px 0px;
}
/* 140px */
.side_box .tarticle_data .layout140 .global_photo, .side_box .tarticle_data .layout140 .ph_article {
	float: none;
}
/*************************************************************/

/* What's New */

/*************************************************************/

/* What's Newコンテンツ */
.whatnew_contents {
	padding: 10px;
	border: none;
}
/* 各行 */
.news_data {
	border-bottom: 1px solid #E0DFE3;
	padding: 5px 0px;
}
.main_box .news_data .news_date, .main_box .news_data A {
	float: left;
}
.side_box .news_data .news_date, .side_box .news_data A {
	float: none;
}
.side_box .news_data .news_date {
	display: block;
}
/* 日付 */
.news_date {
	padding-right: 10px;
	font-size: 93%;
}
/* 年月日 */
.format {
	font-size: 85%;
}
/*************************************************************/

/* 商品一覧 */

/*************************************************************/

/* 商品一覧説明 */
.main_desc {
	padding: 10px;
}
.side_desc {
	padding: 10px;
}
/* 商品一覧商品情報 */
.item_box .item_data {
	padding: 10px;
}
/* 商品一覧マウスオーバー */
.item_box .item_hover:hover {
	background-color: #F9F9F9;
}
/* 商品一覧販売価格 */
.item_box .price {
	color: #000000;
	font-weight: bold;
	word-break: normal;
}
/* 商品一覧通常販売価格 */
.item_box .regular_price {
    color: #FF0000;
	font-weight: normal;
	display: block;
	word-break: normal;
}
.item_box .text_layout .regular_price {
	display: inline;
}
/* 商品一覧希望小売価格、税込価格 */
.item_box .retail_price, .tax_incl_price {
	color: #FF0000;
	text-decoration: line-through;
    font-weight: normal;
	word-break: normal;
}
.retail_price .colon,.retail_price .figure {
	color: #FF0000;
	text-decoration: line-through;
	font-weight: normal;
	word-break: normal;
}
.retail_price .price_label {
	color: #FF0000;
	font-weight: normal;
	word-break: normal;
}
/* 在庫あり */
.stock {
	font-size: 85%;
	color: #666666;
	font-weight: normal;
}
/* 在庫なし */
.soldout, .variation_stock_list .data_table .soldout {
	color: #777777;
}
/* 在庫僅か */
.lowstock, .variation_stock_list .data_table .lowstock {
	color: #990000;
}
/* 商品一覧説明 */
.item_box .item_desc {
	padding: 5px;
	color: #000000;
	font-weight: normal;
}
/* 商品一覧ランキングNo. */
.rankno {
	width: auto;
	min-width: 40px;
	margin-bottom: 5px;
	padding: 3px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFA64D;
	font-size: 85%;
}
.item_data .rankno1 {
	background-color: #FF0000;
	font-size: 100%;
}
/*--------------------------------------*/
/* 写真のみレイアウト */

.item_box li {
	float: left;
}
.item_box li .text_data {
	margin-top: 10px;
}
/*--------------------------------------*/
/* 説明ありレイアウト */

.item_box .text_layout li {
	float: none;
}
.item_box .text_layout .global_photo {
	float: left;
}
.item_box .text_layout .text_data {
	float: left;
	margin-top: 0px;
}
/*--------------------------------------*/
/* リスト枠線 */

/* グリッド表示用右、下罫線 */
.item_box li {
	border-right: 1px solid #E0DFE3;
	border-bottom: 1px solid #E0DFE3;
}
/* リスト下線非表示 */
.item_box li.posbottom, .item_box .text_layout li.posbottom {
	border-bottom: none;
}
/* リスト右線非表示 */
.item_box li.posright, .item_box .text_layout li {
	border-right: none;
}
/*************************************************************/

/* 商品一覧レイアウト用幅指定 */

/*************************************************************/
/*

[!]カスタマイズに際して
「管理画面」→「配置/画像/コメント」のカラム設定、写真/説明設定
「商品一覧ページ設定」の商品一覧サムネイルサイズ
上記2か所をご確認の上、該当の指定をカスタマズください。

・サムネイル写真枠　.global_photo
200px、160px、120pxで設定しています。

・説明欄枠　.item_data
カラム数、表示位置、選択サムネイルサイズで横幅が異なります。

・左右横幅調整
数値に端数がでる場合の調整用指定となります。

*/
/*************************************************************/

/* サムネイル写真枠 */

/*************************************************************/

/* 200px */
.layout200 .item_data .global_photo {
	width: 200px;
}
/* 160px */
.layout160 .item_data .global_photo {
	width: 160px;
}
/* 120px */
.layout120 .item_data .global_photo {
	width: 120px;
}
/* 左右エリア写真中央揃え */
#leftcol .item_box .item_data .global_photo, #rightcol .item_box .item_data .global_photo {
	margin: 0px auto 10px;
}
/*************************************************************/

/* 1カラム */
/* 写真のみ */

/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキング */
/* 最大横幅980px .item_data左右10pxの余白 */

/*
横幅の算出について
例）横幅160pxの場合
　最大横幅980px-余白100px-罫線4px＝876px
　876pxまで入るスペースで875px分をitem_dataの横幅で指定
　175pxが5列で175×5＝875pxとなります。
　1px余分となるため、paddingで1pxを調整
*/


/*************************************************************/

/*--------------------------------------*/
/* 横幅200px */
/* 横幅:897px　罫線:3px　余白:80px　※調整:1px */

#maincol1 .layout200 .item_data {
	width: 224px;
}
/* 左右横幅調整 */
#maincol1 .layout200 {
	padding-left: 1px;
}
/*--------------------------------------*/
/* 横幅160px */
/* 横幅:876px　罫線:4px　余白:100px　※調整：1px */

#maincol1 .layout160 .item_data {
	width: 175px;
}
/* 左右横幅調整 */
#maincol1 .layout160 {
	padding-left: 1px;
}
/*--------------------------------------*/
/* 横幅120px */
/* 横幅:855px　罫線:5px　余白:120px　※調整：3px */

#maincol1 .layout120 .item_data {
	width: 142px;
}
/* 左右横幅調整 */
#maincol1 .layout120 {
	padding: 1px;
	padding-left: 2px;
}
/*--------------------------------------*/
/* ランキング */

/* ランキングNo.2-No.5 */
#maincol1 .ranking_contents .item_list .posbottom .item_data {
	width: 224px;
}
#maincol1 .ranking_contents .layout160, #maincol1 .ranking_contents .layout120 {
	padding: 0px 0px 0px 1px;
}
/*************************************************************/

/* 1カラム */
/* 説明付き */

/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキングNo.1 */

/*************************************************************/

/*--------------------------------------*/
/* 商品説明枠共通 */

#maincol1 .text_layout .item_data, .widemode #maincol1 .text_layout .item_data {
	width: auto;
	padding: 10px;
}
#maincol1 .text_layout .layout200, #maincol1 .text_layout .layout160, #maincol1 .text_layout .layout120 {
	padding: 0px;
}
/*--------------------------------------*/
/* 横幅200px */

#maincol1 .text_layout .layout200 .text_data, .widemode #maincol1 .text_layout .layout200 .text_data {
	width: 740px;
	padding: 0px 10px;
}
/*--------------------------------------*/
/* 横幅160px */

#maincol1 .text_layout .layout160 .text_data, .widemode #maincol1 .text_layout .layout160 .text_data {
	width: 780px;
	padding: 0px 10px;
}
/*--------------------------------------*/
/* 横幅120px */

#maincol1 .text_layout .layout120 .text_data, .widemode #maincol1 .text_layout .layout120 .text_data {
	width: 820px;
	padding: 0px 10px;
}
/*************************************************************/

/* 2カラム */
/* 写真のみ */

/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキング */
/* 最大横幅760px .item_data左右10pxの余白 */

/*
横幅の算出について
例）横幅160pxの場合
　最大横幅760px-余白80px-罫線3px＝677px
　677pxまで入るスペースで676px分をitem_dataの横幅で指定
　169pxが4列で169×4＝676pxとなります。
　1px余分となるため、paddingで1pxを調整
*/

/*************************************************************/

/*--------------------------------------*/
/* 横幅200px */
/* 横幅:698px　罫線:2px　余白:60px　※調整:2px */

#maincol2 .layout200 .item_data {
	width: 232px;
}
/* 左右横幅調整 */
#maincol2 .layout200 {
	padding: 1px;
}
/*--------------------------------------*/
/* 横幅160px */
/* 横幅:677px　罫線:3px　余白:80px　※調整:1px */

#maincol2 .layout160 .item_data {
	width: 169px;
}
/* 左右横幅調整 */
#maincol2 .layout160 {
	padding-left: 1px;
}
/*--------------------------------------*/
/* 横幅120px */
/* 横幅:656px　罫線:4px　余白:100px　※調整:1px */

#maincol2 .layout120 .item_data {
	width: 131px;
}
/* 左右横幅調整 */
#maincol2 .layout120 {
	padding-left: 1px;
}
/*--------------------------------------*/
/* ランキング */

/* ランキングNo.2-No.5 */
#maincol2 .ranking_contents .item_list .posbottom .item_data {
	width: 169px;
}
/*************************************************************/

/* 2カラム */
/* 説明付き */

/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキングNo.1 */

/*************************************************************/

/*--------------------------------------*/
/* 商品説明枠共通 */

#maincol2 .text_layout .item_data, .widemode #maincol2 .text_layout .item_data {
	width: auto;
	padding: 10px;
}
#maincol2 .text_layout .layout200, #maincol2 .text_layout .layout160, #maincol2 .text_layout .layout120 {
	padding: 0px;
}
/*--------------------------------------*/
/* 横幅200px */

#maincol2 .text_layout .layout200 .text_data, .widemode #maincol2 .text_layout .layout200 .text_data {
	width: 520px;
	padding: 0px 10px;
}
/*--------------------------------------*/

/* 横幅160px */


#maincol2 .text_layout .layout160 .text_data, .widemode #maincol2 .text_layout .layout160 .text_data {
	width: 560px;
	padding: 0px 10px;
}
/*--------------------------------------*/
/* 横幅120px */

#maincol2 .text_layout .layout120 .text_data, .widemode #maincol2 .text_layout .layout120 .text_data {
	width: 600px;
	padding: 0px 10px;
}
/*************************************************************/

/* 3カラム */
/* 写真のみ */

/* トップメインエリア */
/* 新商品、おすすめ商品、ランキングNo.2-No.5 */
/* 最大横幅540px */

/*
横幅の算出について
例）横幅160pxの場合
　最大横幅540px-余白54px-罫線2px＝484px
　484pxまで入るスペースで480px分をitem_dataの横幅で指定
　160pxが3列で160×3＝480pxとなります。
　4px余分となるため、paddingで4pxを調整
*/

/*************************************************************/

/*--------------------------------------*/
/* 横幅200px */
/* 最大横幅:499px　罫線:1px　余白:40px　※調整:1px */

#maincol3 .layout200 .item_data {
	width: 249px;
}
/* 左右横幅調整 */
#maincol3 .layout200 {
	padding-left: 1px;
}
/*--------------------------------------*/
/* 横幅160 */
/* 最大横幅:484px　罫線:2px　余白:54px　※調整:4px */

#maincol3 .layout160 .item_data {
	width: 160px;
	padding: 9px;
}
/* 左右横幅調整 */
#maincol3 .layout160 {
	padding: 2px;
}
/*--------------------------------------*/
/* 横幅120 */
/* 最大横幅:497px　罫線:3px　余白:40px　※調整:1px */

#maincol3 .layout120 .item_data {
	width: 124px;
	padding: 5px;
}
/* 左右横幅調整 */
#maincol3 .layout120 {
	padding-left: 1px;
}
/*************************************************************/

/* 3カラム */
/* 説明付き */

/* トップメインエリア */
/* 新商品、おすすめ商品、ランキングNo.1 */

/*************************************************************/

/*--------------------------------------*/
/* 商品説明枠共通 */

#maincol3 .text_layout .item_data {
	width: auto;
	padding: 10px;
}
#maincol3 .text_layout .layout200, #maincol3 .text_layout .layout160, #maincol3 .text_layout .layout120 {
	padding: 0px;
}
/*--------------------------------------*/
/* 横幅200px */

#maincol3 .text_layout .layout200 .text_data {
	width: 300px;
	padding: 0px 10px;
}
/*--------------------------------------*/
/* 横幅160px */

#maincol3 .text_layout .layout160 .text_data {
	width: 340px;
	padding: 0px 10px;
}
/*--------------------------------------*/
/* 横幅120px */

#maincol3 .text_layout .layout120 .text_data {
	width: 380px;
	padding: 0px 10px;
}
/*************************************************************/

/* 左右エリア */
/* 新商品、おすすめ商品、ランキング商品 */

/*************************************************************/

/* 商品説明横幅 */
#leftcol .side_contents .item_data, #rightcol .side_contents .item_data {
	width: 180px;
}
/*--------------------------------------*/
/* メインエリア指定リセット */

.item_box .side_contents A {
	padding: 0px
}
.item_box .side_contents A:hover {
	background-color: transparent;
}
#leftcol .item_box li, #rightcol .item_box li {
	border: none;
	border-bottom: 1px solid #E0DFE3;
	float: none;
}
/* 最近チェックした商品のみfloat */
#leftcol .item_box .swipe_list li, #rightcol .item_box .swipe_list li {
	float: left;
}
/*************************************************************/

/* 最近チェックした商品 */

/*************************************************************/

/* メインエリア最下部のタイトル */
.main_wide_box .recently h2 {
	background-color: transparent;
	background-image: none;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
}
/* メインエリア最下部背景 */
.main_wide_box .recently {
	background-color: #F5F5F5;
}
.recently .layout_photo img {
	height: auto;
}
/* リセットボタン */
.recently_reset {
	position: relative;
}
.recently_reset A {
	display: block;
	padding: 2px 10px 2px 25px;
	position: absolute;
	top: -25px;
	right: 0px;
	background-image: url(img/icon_reset.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	height: 18px;
	line-height: 18px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.recently_reset A {
	background-image: url(img/icon_reset_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
/* メインエリアリセットボタン */
#maincol1 .recently_reset A, #maincol2 .recently_reset A, #maincol3 .recently_reset A {
	top: -32px;
	right: 5px;
}
/* 左右エリアリセットボタン */
.side_col .recently_reset {
	height: 30px;
}
.side_col .recently_reset A {
	padding: 2px 10px 2px 25px;
	top: auto;
	bottom: 0px;
	right: 0px;
}
/* リセットボタンマウスオーバー */
.recently_reset A:hover, .side_col .recently_reset A:hover {
	background-color: #E0DFE3;
}
/* 商品一覧マウスオーバー */
.main_wide_box .recently .item_hover:hover {
	background-color: #F9F9F9;
}
/*--------------------------------------*/
/* 横幅120px */
/* 横幅:855px　罫線:5px　余白:120px　※調整：3px */
#wide_contents .layout120 .item_data {
	width: 142px;
}
#wide_contents .layout120 {
	padding: 1px;
	padding-left: 2px;
}
/*--------------------------------------*/
/* 横幅160px */
/* 横幅:876px　罫線:4px　余白:100px　※調整：1px */
#wide_contents .layout160 .item_data {
	width: 175px;
}
/* 左右横幅調整 */
#wide_contents .layout160 {
	padding-left: 1px;
}
/*--------------------------------------*/


/*************************************************************/

/* 提携、SSLバナー */

/*************************************************************/

.banner_box {
	text-align: center;
	margin: 5px 0px;
}
.footer_banner {
	text-align: center;
	margin: 10px;
}
.footer_banner .banner_box {
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
/*************************************************************/

/* 第二階層各ページ枠 */

/*************************************************************/

/* ページタイトル */
.page_box h2 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	/*border-radius: 5px;*/
}
/* ページサブタイトル */
.contents_box h3, .form_box h3, .detail_page_body .page_box h2 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
	font-size: 108%;
	font-weight: bold;
	/*border-radius: 5px;*/
}
/* ページ小項目タイトル */
.inner_contents_box h4 {
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	/*border-radius: 5px;*/
	padding: 5px;
	font-weight: bold;
}
/* ページ小小項目タイトル */
.inner_contents_box h5 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	/*border-radius: 5px;*/
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
}
/* カート確認画面ページ小項目タイトル */
#shoppingcart_page_step4 .inner_contents_box h4, #shoppingcart_page_step5 .inner_contents_box h4, .historydetail_page_body .inner_contents_box h4 {
	border: none;
	margin-bottom: 5px;
	text-align: left;
}
/* ページ小項目サブタイトル */
.inner_contents_box h5 {
	padding: 5px;
	font-weight: bold;
}
/* ページコンテンツ */
.page_contents {
	width: auto;
}
/* 各コンテンツ余白 */
.contents_box {
	margin: 20px;
}
/* 各コンテンツ小項目余白 */
.inner_contents_box {
	padding: 10px;
}
/* ページ可変時　罫線非表示 */
.widemode .page_contents {
	border: none;
}
/*************************************************************/

/* 商品一覧、検索結果 */

/*************************************************************/

/* 商品一覧、検索結果タイトル */
.itemlist h2, .detail_page_title {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	/*border-radius: 5px;*/
}
/* カテゴリ説明欄 */
.categorylist_desc {
	padding: 10px;
}
/* サブカテゴリ一覧上部表示 */
.center_category_list {
	margin: 10px;
}
.page_contents .center_category_list li {
	border: none;
	float: left;
}
/* 91周年用 */
.center_category_list li A {
	width: auto;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	padding: 10px;
	margin: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.center_category_list li A:hover {
	background-color: #F5F5F5;
}
/* 各サブカテゴリ枠 */
/*.center_category_list li A {
	width: 160px;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	padding: 10px;
	margin: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.center_category_list li A:hover {
	background-color: #F5F5F5;
}*/
/* 登録商品数 */
.category_item_count, .history_count {
	padding: 10px;
	font-size: 85%;
}
/*--------------------------------------*/
/* ソート */

/* ソート大枠 */
.sort {
	width: 100%;
	background-color: #F5F5F5;
}
.sort select {
	height: 30px;
}
/* ソートコンテンツ枠 */
.sort div {
	min-height: 50px;
	float: left;
	border-left: 1px solid #FFFFFF;
	font-size: 93%;
}
.sort_order {
	width: 210px;
}
.sort_layout {
	width: 160px;
}
.sort_number {
	width: 150px;
}
.sort_stock {
	width: 115px;
}
.sort_size {
	width: 120px;
}
.sort_layout_icons {
	display: inline-block;
}
/* ソートコンテンツ */
.sort p {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
/* 表示方法、在庫あり調整 */
.sort_layout p, .sort_stock p {
	padding: 16px 5px 0px;
}
.sort_layout img {
	max-width: none;
	margin-right: 10px;
}
/*************************************************************/

/* 商品詳細 */

/*************************************************************/

/* 詳細ページ余白 */
.detail_contents .inner_page_contents {
	padding: 19px;
}
/* 商品情報　各ブロック */
.detail_section {
	padding: 10px;
	border-bottom: 1px solid #E0DFE3;
}
/* 商品情報　各ブロック　下線非表示 */
.formbottom {
	border-bottom: none;
}
/* 商品情報　商品名 */
.detail_item_data h1, .detail_item_data .item_name {
	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_name_inside {
	margin-top: 10px;
}
/* 商品情報　商品名 */
.detail_item_data .common_icon {
	padding: 0px 10px;
}
/* 商品詳細　価格エリアdivタグ間余白 */
.detail_item_data .price div {
	margin-bottom: 15px;
}
/* カート上下配置用余白 */
.item_form_bottom {
	margin-top: 20px;
}
/* 商品詳細　価格エリア項目間余白 */
.detail_item_data .price p {
	margin-bottom: 5px;
}
/* オーダーメイド下部価格余白削除 */
.detail_item_data .bottompos div, .detail_item_data .bottompos p {
	margin-bottom: 0px;
}
/* 商品詳細　販売価格 */
.detail_item_data .selling_price {
	font-size: 123.1%;
	word-break: normal;
}
/* 商品詳細　販売価格金額 */
.detail_item_data .selling_price .figure {
	font-weight: bold;
}
/* 商品詳細　通常販売価格 */
/*
.detail_item_data .regular_price {
	font-size: 85%;
	word-break: normal;
}　
*/
.detail_item_data .regular_price {
	color: #FF0000;
    font-size: 85%;
	word-break: normal;
}　
/* 商品詳細　希望小売価格、税込価格 */
.detail_item_data .retail_price, .detail_item_data .tax_incl_price {
	color: #FF0000;
	text-decoration: line-through;
	word-break: normal;
}
/* 商品詳細　販売価格ラベル */
.detail_item_data .selling_price span {
	font-weight: normal;
}
/* 商品詳細　在庫 */
.detail_item_data .stock {
	font-size: 108%;
	font-weight: bold;
}
/* 商品情報　商品説明 */
.item_desc {
	padding: 10px;
}
/* 価格変動注意書き */
.price_desc {
	font-size: 77%;
}
/* バリエーション、オーダーメイド項目間余白 */
.variation_stock_list, .variation_stock, .variation_item, .order_item {
	padding-bottom: 5px;
}
.variation .bottompos, .ordermade .bottompos {
	padding-bottom: 0px;
}
/* バリエーション在庫表 */
.variation_stock_list {
	margin-bottom: 5px;
}
.variation_stock_list input[type="radio"] {
	margin: 0;
}
/* 在庫数のラベルなし */
.hidden_stock .stocklist_data {
	text-align: center;
}
/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
	background-color: #FFFFEE;
	color: #FF0000;
}
.variation_stock_list .data_table .selected_data {
	background-color: #FFFFEE;
}
/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
	padding-top: 5px;
}
/* サムネイル写真大枠横幅 */
/* 選択サイズにより利用class名が異なります */
.thumbnail_list {
	margin: auto;
}
.th50 .thumbnail_list {
	max-width: 250px;
}
.th60 .thumbnail_list {
	max-width: 300px;
}
.th80 .thumbnail_list {
	max-width: 400px;
}
.th120 .thumbnail_list {
	max-width: 600px;
}
/* レイアウト別サムネイル枠横幅 */
.layout250 .th60 .thumbnail_list, .layout250 .th80 .thumbnail_list, .layout250 .th120 .thumbnail_list {
	max-width: 250px;
}
.layout300 .th80 .thumbnail_list, .layout300 .th120 .thumbnail_list, .layoutnfloat .th60 .thumbnail_list {
	max-width: 300px;
}
.layout400 .th120 .thumbnail_list, .layoutnfloat .th80 .thumbnail_list {
	max-width: 400px;
}
.layoutnfloat .th120 .thumbnail_list {
	max-width: 600px;
}
.layout800 .th120 .thumbnail_list {
	max-width: 800px;
}
/* サムネイル各枠 */
.thumbnail li {
	float: left;
}
.thumbnail li A {
	display: block;
	margin: 0px auto 5px;
}
.thumbnail li A:hover {
	background-color: transparent;
}
.thumbnail .thumbnail_btn {
	border: 2px solid #FFFFFF;
}
.thumbnail .current .thumbnail_btn {
	border: 2px solid #FF0000;
}
/* サムネイル写真枠サイズ */
/* 選択サイズにより利用class名が異なります */
.th50 li {
	width: 50px;
}
.th60 li {
	width: 60px;
}
.th80 li {
	width: 80px;
}
.th120 li {
	width: 120px;
}
/* Facebookコメント、関連商品 */
.detail_inner_box {
	margin: 20px 0px;
}
/* 関連商品タイトル */
.detail_page_body .related_item h2, .shoppingcart_page_body .related_item h2 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	/*border-radius: 5px;*/
}
/* ソーシャルツール */
.social_tool {
	padding-bottom: 5px;
	width: auto;
}
/* 各ボタンレイアウト */
.social_tool li {
	float: left;
	height: 27px;
}
/* garittoレビュー */
.garitto_review {
	width: 100%;
	height: 25px;
}
.mixi_detail img {
	border: none;
	margin-right: 8px;
}
.mixi_detail {
	height: 27px;
}
/* コメント */
#fbcomment_contents .fb_unit {
	padding: 20px 0px 0px;
	margin: 0px auto;
}
#maincol1 #fbcomment_contents .fb_unit {
	width: 900px;
}
#maincol2 #fbcomment_contents .fb_unit {
	width: 700px;
}
/*************************************************************/

/* 商品詳細レイアウト指定 */

/*************************************************************/
/*

[!]カスタマイズに際して
「商品詳細ページ設定」の商品詳細のレイアウト設定をご確認の上、
該当の指定をカスタマズください。

*/
/*************************************************************/

/*--------------------------------------*/
/* レイアウト1、2、3左右配置  */
.main_photo_slide, .detail_item_data {
	float: left;
}
.detail_item_photo {
	position: relative;
}
/* 商品説明枠共通 */
.detail_item_data {
	padding-left: 20px;
}
/*************************************************************/

/* 商品メイン画像、説明横幅指定 */

/*************************************************************/
/*

[!]カスタマイズに際して
「商品詳細ページ設定」の商品詳細の写真サイズをご確認の上、
該当の指定をカスタマズください。

*/
/*************************************************************/

/*--------------------------------------*/
/* 250px */

/* 写真枠 */
.layout250 .detail_item_photo {
	width: 250px;
}
/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout250 .detail_item_data {
	width: 672px;
}
/* 2カラム */
#maincol2 .layout250 .detail_item_data {
	width: 452px;
}
/*--------------------------------------*/
/* 300px */

/* 写真枠 */
.layout300 .detail_item_photo {
	width: 300px;
}
/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout300 .detail_item_data {
	width: 622px;
}
/* 2カラム */
#maincol2 .layout300 .detail_item_data {
	width: 402px;
}
/*--------------------------------------*/
/* 400px */

/* 写真枠 */
.layout400 .detail_item_photo {
	width: 400px;
}
/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout400 .detail_item_data {
	width: 522px;
}
/* 2カラム */
#maincol2 .layout400 .detail_item_data {
	width: 302px;
}
/*--------------------------------------*/
/* 600px */

/* 写真枠 */
.layout600 .detail_item_photo {
	width: 600px;
}
/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout600 .detail_item_data {
	width: 322px;
}
/*--------------------------------------*/
/* 800px */

/* 写真枠 */
.layout800 .detail_item_photo {
	width: 800px;
}
/*--------------------------------------*/
/* レイアウト4、5横一列配置 */

.layoutnfloat .main_photo_slide, .layoutnfloat .detail_item_data {
	float: none;
}
/* 写真枠　横一列配置 */
.layoutnfloat .detail_item_photo {
	margin: auto;
}
/* 商品説明枠　横一列配置 */
.layoutnfloat .detail_item_data {
	padding-left: 0px;
	margin: 10px 0px;
}
/* 1カラム */
#maincol1 .layoutnfloat .detail_item_data {
	width: 942px;
}
/* 2カラム */
#maincol2 .layoutnfloat .detail_item_data {
	width: 722px;
}
/*************************************************************/

/* 商品仕様 */

/*************************************************************/

/* 商品仕様枠 */
.detail_spec_data {
	margin: 10px;
}
.detail_spec .data_table .cell_header {
	width: 200px;
}
/*************************************************************/

/* 他の写真 */

/*************************************************************/

/* 他の写真枠 */
.detail_other_photo {
	margin: 15px 0px;
}
.detail_other_photo ul {
	margin: 10px 0px;
}
/* 他の写真レイアウト */
.detail_other_photo li {
	float: left;
}
/* 他の写真枠 */
.other_item_data {
	border: 1px solid #F5F5F5;
	margin: 1px;
	padding: 5px;
}
/* 他の写真説明 */
.other_photo_desc {
	padding: 10px 5px;
}
/*--------------------------------------*/
/* 500px */

/* 横並び解除 */
.detail_other_photo .layout500 li {
	float: none;
}
/* 写真枠 */
.detail_other_photo .layout500 .global_photo {
	width: 500px;
}
/*--------------------------------------*/
/* 220px 140px */

/* 横並び */
.detail_other_photo .layout220 li, .detail_other_photo .layout140 li {
	width: 33%;
}
.detail_other_photo .layout220 li.poscenter, .detail_other_photo .layout140 li.poscenter {
	width: 34%;
}
/* 写真枠 */
.detail_other_photo .layout220 .global_photo {
	width: 220px;
}
/* 写真枠 */
.detail_other_photo .layout140 .global_photo {
	width: 140px;
}
/*************************************************************/

/* 会員登録、お問い合わせ、ショッピングカート */

/*************************************************************/

/*************************************************************/

/* ステップ表 */

/*************************************************************/


/* ステップ表 大枠 */
.step_list {
	width: 100%;
}
/* ステップ表 各枠 */
.step_list li {
	float: left;
}
/* ステップ表横幅　2カラム */
#step_col2 li {
	width: 50%;
}
/* ステップ表横幅　3カラム */
#step_col3 li {
	width: 33%;
}
/* ステップ表横幅　5カラム */
#step_col5 li {
	width: 20%;
}
/* ステップ表横幅　6カラム */
#step_col6 li {
	width: 17%;
}
#step_col6 li#step2 {
	width: 18%;
}
#step_col6 li#step6 {
	width: 14%;
}
/* ステップ表 各枠背景 */
.step_data {
	padding: 10px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #F1F1F1;
	border-right: 1px solid #FFFFFF;
}
.shoppingcart_page_body .step_data {
	min-height: 40px;
}
.shoppingcart_page_body #maincol2 .step_data {
	padding: 5px;
}
/* ステップ表 右端 */
.step_list .posright .step_data {
	border-right: none;
}
/* ステップ表 各枠　現ページ */
.step_check .step_data {
	background-color: #FF0000;
}
/* ステップ表 文字 */
.step_data span {
	display: block;
	color: #666666;
	font-size: 93%;
}
/* ステップ表6カラム時文字 */
.shoppingcart_page_body #maincol2 #step_col6 span {
	font-size: 85%;
}
/* ステップ表 ステップ数 */
.step_data .step_number {
	font-size: 108%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* ステップ表 現ページ文字 */
.step_check .step_data span {
	color: #FFFFFF;
}
/*************************************************************/

/* 入力フォームテーブル table,th,td */

/*************************************************************/


/* フォーム上部説明 */
.global_note {
	margin: 15px;
}
.inner_contents_box .global_note {
	margin: 5px 0px;
}
.global_note li {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #E0DFE3;
	background-image: url(img/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.global_note li {
	background-image: url(img/icon_circle_x2.gif);
	background-size: 15px 15px;
}
/*-----------------------------------------------------------*/
}
.custom_note {
	padding: 5px 0px;
}
/* フォーム枠 */
.form_box {

	margin: 20px;
}
.inner_contents_box .form_box {
	margin: 10px;
}
/* 左右コンテンツフォーム枠 */
.side_form_box {
	margin: 5px 0px;
}
/* tableタグ */
.form_table {
	width: 100%;
}
/* thタグ、tdタグ */
.form_table .cell_header, .form_table .cell_data {
	padding: 15px;
	border-bottom: 1px solid #E0DFE3;
	vertical-align: middle;
}
/* 最上部行 */
.form_table th.postop, .form_table td.postop {
	border-top: 1px solid #E0DFE3;
}
/* thタグ */
.form_table .cell_header {
	width: 30%;
	color: #333333;
	text-align: left;
	background-color: #F5F5F5;
}
/* tdタグ */
.form_table .cell_data {
	width: 70%;
}
/* 必須項目 */
.note {
	margin-bottom: 5px;
}
.require {
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
}
abbr.require {
	border: none;
	cursor: default;
}
/* 注意書き */
span.cell_note {
	display: block;
	font-size: 85%;
	font-weight: normal;
}
div.cell_note, p.cell_note {
	padding: 5px;
}
/* tdタグ内注意書き */
td span.cell_note {
	display: inline;
	padding-left: 5px;
}
/* tdタグ内例 */
td span.ex_note {
	display: block;
	border-top: 1px solid #E0DFE3;
	margin-top: 8px;
	padding: 3px;
}
/*************************************************************/

/* データ表示テーブル table,th,td */

/*************************************************************/

/* tableタグ */
.data_table {
	width: 100%;
}
/* thタグ、tdタグ */
.data_table .cell_header, .data_table .cell_data, .data_table .cell_data2 {
	padding: 5px;
	border: 1px solid #E0DFE3;
	vertical-align: middle;
}
/* thタグ */
.data_table .cell_header {
	color: #333333;
	background-color: #F5F5F5;
	white-space: nowrap;
}
/* tdタグ */
.data_table .cell_data {
	color: #333333;
	background-color: #FFFFFF;
}
/* 各セル指定 */
.cellbold {
	font-weight: bold;
}
.cellnormal {
	font-size: medium;
}
.cellleft {
	text-align: left;
}
.cellright {
	text-align: right;
}
.cellcenter {
	text-align: center;
}
.nodata {
	padding: 30px 0px;
}
/*************************************************************/

/* ショッピングカート */

/*************************************************************/

/* カート小項目余白 */
.cart_data {
	padding: 5px 10px;
}
/*--------------------------------------*/
/* カートの中身 */

/* td価格 */
.data_table td.price {
	text-align: right;
	white-space: nowrap;
}
/* th、tdボタン */
.data_table th.btn, .data_table td.btn {
	text-align: center;
}
/* tdお届け先 */
.data_table td.recipient_number, .data_table td.recipient_name {
	font-weight: bold;
}
/* tdお届け先名 */
.data_table td.recipient_name {
	min-width: 60px;
}
/* td価格 */
.data_table td.sub_total .price, .data_table td.total .price {
	font-weight: bold;
}
/* th、td小計、合計 */
.data_table th.sub_total, .data_table th.total {
	text-align: right;
}
/* th、td小計 */
.data_table th.sub_total, .data_table td.sub_total {
	background-color: #F5F5F5;
}
/* th、td合計 */
.data_table th.total, .data_table td.total {
	background-color: #ECEBED;
}
/* td数量 */
.data_table td.quantity {
	text-align: center;
	white-space: nowrap;
}
/* td商品名 */
.data_table td.item_name {
	width: 300px;
}
/* td商品写真 */
.data_table td.item_photo {
	width: 100px;
	text-align: center;
}
.data_table td.item_photo A:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* 買い物を続ける、合計左右並び */
.cart_footer .global_btn, .cart_footer .cart_price_box {
	float: left;
}
.cart_footer .cart_price_box, #maincol2 .cart_footer .cart_price_box {
	width: 348px;
	margin-left: 0px;
}
.cart_footer .global_btn {
	width: 180px;
	border: 1px solid #E0DFE3;
	background-color: #F5F5F5;
	padding: 15px;
	margin-top: 20px;
}
/* 1カラム */
#maincol1 .cart_footer .global_btn {
	margin-right: 338px;
}
/* 2カラム */
#maincol2 .cart_footer .global_btn {
	margin-right: 118px;
}
/* 合計金額枠 */
.price_box {
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid #E0DFE3;
}
/* 総合計 */
.grand_total {
	font-size: 116%;
}
/* 総合計金額 */
.grand_total .price {
	font-weight: bold;
}
/* 送料無料まで */
.charge_free {
	color: #CC0000;
い}
/* 送料無料まで金額 */
.charge_free .price {
	font-weight: bold;
}
/* 注意書きの枠表示 */
.global_info {
	padding: 10px;
	border: 1px solid #E0DFE3;
	background-color: #FFFFEE;
}
/* 下部ボタン上部注意書き */
.global_bottom_info {
	width: 70%;
	margin: 40px auto 0px auto;
	padding: 10px;
	border-bottom: 1px solid #E0DFE3;
	text-align: center;
}
/* ご利用に際して */
.userrules {
	margin: 20px;
}
.shoppingcart_page_body .userrules {
	margin: 20px 10px;
}
#userrules_contents {
	margin: 10px 15px;
}
/* ご利用に際してタイトル */
.userrules h4, .userrules A {
	display: block;
	border-left: none;
	padding: 10px;
	font-weight: bold;
	font-size: 108%;
	border-bottom: none;
}
/* 注意書き */
.title_note {
	font-weight: normal;
}
/* ご利用に際してタイトルボタン背景 */
.display_link .userrules_title {
	background-position: right center;
	background-repeat: no-repeat;
}
/* 開くボタン背景 */
.display_link .contents_open {
	background-image: url(img/icon_open2.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.display_link .userrules_title {
	background-image: url(img/icon_open2_x2.png);
	background-size: 20px 20px;
}
/*-----------------------------------------------------------*/
}
/* 閉じるボタン背景 */
.display_link .contents_close {
	background-image: url(img/icon_close2.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.display_link .contents_close {
	background-image: url(img/icon_close2_x2.png);
	background-size: 20px 20px;
}
/*-----------------------------------------------------------*/
}
.display_link .userrules_title:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ご利用に際してタイトルボタンアイコン */
.userrules A {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	color: #000000;
}
/* 開くボタンアイコン */
.display_link .contents_open A {
	background-image: url(img/icon_open.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.display_link .contents_open A {
	background-image: url(img/icon_open_x2.gif);
	background-size: 20px 20px;
}
/*-----------------------------------------------------------*/
}
/* 閉じるボタンアイコン */
.display_link .contents_close A {
	background-image: url(img/icon_close.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.display_link .contents_close A {
	background-image: url(img/icon_close_x2.gif);
	background-size: 20px 20px;
}
/*-----------------------------------------------------------*/
}
/* 年齢認証 */
.cart_agecheck {
	margin: 20px 0px;
}
/* クレジットカード入力 */
#cart_payment .global_info {
	padding: 0px;
	border: none;
}
/*--------------------------------------*/
/* カートステップ1 */

/* ログイン */
#signin_contents {
	padding: 10px;
}
/* ログインボックス */
#signin_contents .signin_box {
	padding: 15px 8px;
	background-color: #F9F9F9;
	text-align: left;
}
/* ID、PW */
#signin_contents .id_title, #signin_contents .pass_title {
	font-size: 116%;
	font-weight: bold;
}
#signin_contents .id_box, #signin_contents .pass_box {
	padding: 0px 10px;
}
/* パスワード */
#signin_contents .password {
	background-image: url(img/icon_pass.gif);
	margin-top: 5px;
}
#signin_contents .password A {
	font-size: 85%;
}
/* カートステップ1、2　左右floatコンテンツ */
/* 会員登録-会員登録せずに購入、送り主-お届け先、用途-オプション */
.cart_contents_data, .recipient_icon {
	float: left;
	margin-top: 15px;
}
/* 1カラム */
#maincol1 .cart_contents_data {
	width: 434px;
}
/* 2カラム */
#maincol2 .cart_contents_data {
	width: 324px;
}
/* カートステップ1、2　会員登録せずに購入、オプション余白調整 */
.member_data, .purpose_data {
	margin-right: 50px;
}
/* 会員登録-会員登録せずに購入余白調整 */
.member_data, .guest_data {
	margin-top: 0px;
}
/*--------------------------------------*/
/* カートステップ2～カートステップ5 */

/* 選択ボックス */
.cart_contents_select {
	padding: 5px 10px 10px;
	background-color: #F5F5F5;
	border-right: 1px solid #E0DFE3;
	border-bottom: 1px solid #E0DFE3;
}
/* 送り主、お届け先タイトル */
.sender_select h5, .recipient_select h5 {
	margin-top: 3px;
}
.shipping_inner h5 {
	margin-top: 10px;
}
/* 送り主、お届け先間矢印アイコン */
.recipient_icon {
	width: 50px;
	text-align: center;
}
/* 送り主、お届け先　登録/変更 */
.cart_recipient .cart_contents_select {
	position: relative;
}
/* 送り主、お届け先　登録/変更ボタン位置 */
.cart_recipient .senderaddinput, .cart_recipient .recipientaddinput {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px;
}
/* 送り主横幅調整 */
.cart_recipient .sender_new {
	width: 125px;
}
.cart_recipient .sender_new A {
	width: 110px;
}
/* 用途オプション、お届け日時余白調整 */
.cart_option, .cart_deliverydate {
	margin-top: 35px;
}
/* お届け先追加 */
.btn_box .add_recipient {
	margin-top: 30px;
	border-right: 1px solid #E0DFE3;
	border-bottom: 1px solid #E0DFE3;
}
/* お支払い方法選択で選択中の背景色 */
.form_table .checked_row > .cell_header {
	background-color: #FFFFEE;
	color: #FF0000;
}
.form_table .checked_row > .cell_data {
	background-color: #FFFFEE;
}
/* お支払方法注意書き */
.upper_info {
	margin-bottom: 10px;
}
.lower_info {
	margin-top: 10px;
}
/* ポイント */
.cart_point_box {
	margin: 20px 0px 0px 400px;
}
/* 左カラム有 */
#maincol2 .cart_point_box {
	margin-left: 200px;
}
/* ポイント利用する/利用しない枠 */
.point_box {
	padding: 5px;
}
/* ポイント利用枠 */
.point_use {
	border-bottom: 1px solid #E0DFE3;
}
/* ポイント利用説明 */
.point_use_desc {
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid #E0DFE3;
}
/* 金額を更新ボタン欄背景 */
.cart_point_box .form_btn_spad {
	background-color: #F5F5F5;
}
/* 変更時の金額を更新ボタン欄背景 */
.notice_box .form_btn_spad {
	background-color: #FFF0F0;
}
/* 確認画面　送り主、お届け先各ブロック */
#recipient_formdata .form_table {
	margin-bottom: 15px;
}
/* 返品特約 */
#cart_return {
	width: 700px;
	margin: auto;
}
#cart_return #return_contents {
	background-color: #FFFFEE;
}
/* 購入完了画面 */
.thanks_message {
	padding: 10px;
}
.thanks_message_lead {
	padding: 5px 0px;
	font-size: 123%;
	font-weight: bold;
}
.thanks_message_history_id, .thanks_message_desc {
	padding: 5px;
}
/*************************************************************/

/* ご利用案内 */

/*************************************************************/

/* 小項目余白 */
.help_data {
    padding: 20px;line-height:170%;letter-spacing: 1px;
}
/* 小小項目余白 */
.help_data2 {
	padding: 10px 10px 10px 20px;
}
/* 小項目タイトル */
.table_caption {
	padding: 10px 0px;
	text-align: left;
}
#icon_contents .help_data {
	padding: 5px 10px;
}
/* ページ内ナビゲーション */
.help_navigation {
	margin: 10px;
}
.page_contents .help_navigation li {
	border: none;
	float: left;
}
/* 各ナビゲーション枠 */
.help_navigation li A {
	width: 124px;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	padding: 10px;
	margin: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.help_navigation li A:hover {
	background-color: #F5F5F5;
}
/* 送料表　セル幅 */
.area_charge th, .area_charge td {
	width: 20%;
}
.pref_charge th, .pref_charge td {
	width: 14%;
}
/* 重量別送料 */
.weight_charge {
	overflow: auto;
	overflow-y: visible;
}
/* アイコン */
#help_icon .data_table .cell_header {
	width: 60px;
	background-color: #FFFFFF;
}
/* 推奨環境 */
#spec_contents dt {
	font-weight: bold;
	padding-bottom: 5px;
}
#spec_contents dd {
	background-color: #F5F5F5;
	padding: 10px;
}
/* 推奨環境　SSL画像 */
#spec_contents #spec3 img, #spec_contents #spec3 p {
	float: right;
}
#spec_contents #spec3 p {
	padding-right: 10px;
}
/* 1カラム */
#maincol1 #spec_contents #spec3 p {
	width: 753px;
}
/* 2カラム */
#maincol2 #spec_contents #spec3 p {
	width: 533px;
}
/*************************************************************/

/* 特定商取引法 */

/*************************************************************/
.tokusho h4  {
	font-weight: bold;
	font-size: 123%;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #D5D5D5;
	background-color: #F3F4F3;
}
.tokusho h5 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.tokusho p {
	margin-bottom: 10px;
	margin-left: 10px;
}
.tokusho .ml10  {
	margin-left: 20px;
	margin-bottom: 10px;
}
/* thタグ、tdタグ */
.legal_contents .data_table .cell_header, .legal_contents .data_table .cell_data {
	padding: 15px;
	vertical-align: middle;
}
/* thタグ */
.legal_contents .data_table .cell_header {
	text-align: left;
}
/*************************************************************/

/* 最新情報 */

/*************************************************************/

/* 枠余白 */
.pwhatnew_contents {
	padding: 10px;
}
.whatnew_detail_page_body .pwhatnew_contents {
	padding: 0px;
}
.whatnew_detail_page_body .contents_box {
	margin: 0px;
}
/* タイトル */
.pwhatnew_contents h1 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
}
/*************************************************************/

/* 店長日記 */

/*************************************************************/

/* 枠余白 */
.pdiary_contents {
	padding: 10px;
}
.diary_detail_page_body .pdiary_contents {
	padding: 0px;
}
.diary_detail_page_body .contents_box {
	margin: 0px;
}
/* タイトル */
.pdiary_contents h1 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
}
/*************************************************************/

/* 最新情報、店長日記共通 */

/*************************************************************/

/* 記事余白 */
.article_data {
	padding: 10px;
}
/* 記事日付 */
.article_date {
	width: 100%;
	padding: 5px 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E0DFE3;
	font-weight: bold;
	float: left;
}
/* 左右レイアウト */
.article_data .global_photo, .article_data .ph_article {
	float: left;
}
.article_data .ph_article {
	padding: 10px;
}
/*--------------------------------------*/
/* 写真サイズ別記事横幅指定 */

/* 1カラム */

/* 140px */
#maincol1 .article_data .layout140 .ph_article {
	width: 735px;
}
/* 250px */
#maincol1 .article_data .layout250 .ph_article {
	width: 625px;
}
/* 400px */
#maincol1 .article_data .layout400 .ph_article {
	width: 475px;
}
/* 2カラム */

/* 140px */
.article_data .layout140 .ph_article {
	width: 515px;
}
/* 250px */
.article_data .layout250 .ph_article {
	width: 405px;
}
/* 400px */
.article_data .layout400 .ph_article {
	width: 255px;
}
/*************************************************************/

/* リンク集 */

/*************************************************************/

/* 枠余白 */
.link_data {
	width: auto;
	padding: 10px;
	margin: 10px;
	border-bottom: 1px solid #E0DFE3;
}
/* 左右レイアウト */
.link_title_box, .link_desc_box {
	float: left;
}
/* タイトル横幅 */
.link_data .link_title_box {
	width: 40%;
}
/* 説明文横幅 */
.link_data .link_desc_box {
	width: 60%;
}
/* タイトル */
.link_data .link_title_box A {
	display: block;
	min-height: 50px;
	border-right: 1px solid #E0DFE3;
	padding: 10px;
}
/* バナー下テキスト */
.link_data h3 {
	margin-top: 10px;
}
/* 説明文 */
.link_data .link_desc {
	padding: 10px;
}
/* 下部罫線削除 */
.link_contents li.posbottom .link_data {
	border-bottom: none;
}
/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
	padding: 10px;
	border: 1px solid #F1F1F1;
	background-color: #F5F5F5;
	margin-bottom: 5px;
}
/* 記事枠下部余白削除 */
.post_box .posbottom {
	margin-bottom: 0px;
}
/* 記事枠レス */
.post_box_res {
	padding-left: 20px;
	margin: 15px 0px;
}
/* 記事ヘッダー */
.post_box th.cell_header, .post_box td.cell_data {
	text-align: left;
	background-color: #E9E9E9;
	font-weight: normal;
}
/* 記事ヘッダー下部余白 */
.post_box .data_table {
	margin-bottom: 5px;
}
/* 記事ヘッダー中央寄せ */
.post_box td.url, .post_box td.res, .post_box td.toggle, .post_box td.btn {
	text-align: center;
}
/* 記事タイトル */
.post_title {
	font-weight: bold;
}
/* 記事コメント */
.bbs_comments {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
}
/* 記事検索 */
.bbs_search {
	padding: 10px;
	background-color: #F5F5F5;
}
/* 検索文字強調 */
.result_emphasis {
	background-color: #FFFF73;
}
/* 検索前に戻る */
.bbs_search .global_link {
	display: inline-block;
	margin-left: 10px;
}
/* 記事開閉 */
#bbs_toggle {
	border-top: 1px solid #E0DFE3;
	border-bottom: 1px solid #E0DFE3;
	padding: 10px;
}
#bbs_toggle img {
	margin-right: 5px;
}
/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.pstaff_photo {
	width: 250px;
	margin: 10px auto;
}
/* プロフィール枠 */
.pstaff_contents dl {
	padding: 10px;
}
.pstaff_contents dt, .pstaff_contents dd {
	padding: 5px;
}
/* プロフィール項目 */
.pstaff_contents dt {
	clear: left;
	float: left;
	width: 40px;
	font-weight: bold;
	border-top: 1px solid #000000;
}
/* プロフィール内容 */
.pstaff_contents dd {
	margin-left: 50px;
	border-top: 1px dotted #000000;
}
/* 1カラム */
#maincol1 .pstaff_contents dd {
	width: 590px;
}
/* 2カラム */
#maincol2 .pstaff_contents dd {
	width: 370px;
}
/* 左右レイアウト */
.pstaff_photo, .staff_profile {
	float: left;
}
.staff_profile, .staff_profile_desc {
	padding: 10px;
}
.staff_profile_desc {
	background-color: #F5F5F5;
	border: 1px solid #E0DFE3;
}
/*************************************************************/

/* マイページ */

/*************************************************************/

/* マイページ各コンテンツ余白 */
.member_contents .member_contents {
	margin: 10px 0px;
}
/* ポイント数 */
.member_contents .point {
	padding: 10px;
}
/* ポイント数　数字 */
.member_contents .point_number {
	font-size: 116%;
	color: #CC0000;
	font-weight: bold;
}
/* ポイント有効期限 */
.point_limit {
	padding-left: 15px;
}
/* リンク枠余白 */
.member_contents .link_box {
	padding: 10px;
}
/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 購入履歴 */
.history_search {
	background-color: #F5F5F5;
	margin-bottom: 15px;
	padding: 10px;
}
.history_search select {
	height: 30px;
}
/* 項目名 */
.search_keyword, .search_date {
	font-weight: bold;
}
/* 検索ボタン */
.history_search .global_btn .searchinput {
	height: 30px;
}
/*************************************************************/

/* 送り主、お届け先登録/変更 */

/*************************************************************/

.mypage_recipient .form_btn_spad {
	margin-bottom: 10px;
}
/*************************************************************/

/* ログインページ */

/*************************************************************/

.psignin_contents .inner_contents_box {
	border-top: 1px solid #E0DFE3;
}
/*************************************************************/

/* メールマガジン登録・解除 */

/*************************************************************/

/* メールマガジンコンテンツ */
.mailmagazine_contents {
	padding: 5px 10px;
}
/* 登録・解除ボックス */
.mailmagazine_box {
	padding: 15px 8px;
	background-color: #F5F5F5;
	text-align: left;
}
/*************************************************************/

/* 携帯サイトURL */

/*************************************************************/

/* 携帯サイトURLコンテンツ*/
.mobilesite_contents {
	padding: 5px 10px;
}
/* 送信ボックス */
.mobilesite_box {
	padding: 15px 8px;
	background-color: #F5F5F5;
	text-align: left;
}
/* QRコード画像 */
.qrcode {
	border-top: 1px solid #E0DFE3;
	margin: 15px;
}
/*************************************************************/

/* ページャー */

/*************************************************************/

/* ページャー枠 */
.pager {
	text-align: center;
	padding: 20px;
	border-top: 1px solid #E0DFE3;
	margin-top: 20px;
}
/* 上部ぺージャー */
#pagertop {
	border-top: none;
	border-bottom: 1px solid #E0DFE3;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* 現在のページ */
.pager strong {
	display: inline-block;
	min-width: 20px;
	padding: 3px;
	margin: 0px 1px;
	border: 1px solid #FF0000;
	background-color: #FF0000;
	color: #FFFFFF;
}
/* 他のページ */
.pager A {
	display: inline-block;
	min-width: 20px;
	padding: 3px;
	border: 1px solid #E0DFE3;
	background-color: #FFFFFF;
	margin: 0px 1px;
	text-decoration: none;
}
.pager A:hover {
	border: 1px solid #FF0000;
	background-color: #FF0000;
	color: #FFFFFF;
}
/* 掲示板ページャー */

.bbs_contents .pager {
	border: none;
	padding: 5px;
}
.bbs_contents #pagertop {
	border-bottom: none;
}
/*************************************************************/

/* フォーム関連 */

/*************************************************************/

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
/* テキストエリアサイズ */
.xxsmallsize {
	width: 35px;
}
.xsmallsize {
	width: 50px;
}
.smallsize {
	width: 100px;
}
.mediumsize {
	width: 150px;
}
.largesize {
	width: 200px;
}
.xlargesize {
	width: 300px;
}
.xxlargesize {
	width: 95%;
}
.searchform {
	width: 250px;
	margin-bottom: 5px;
}
#search input {
	font-size: 12px;
	line-height: normal;
}
/* セレクトボックスラベル */
.selection_label {
	padding: 2px;
}
/* 確認用入力 */
.confirmation_input {
	margin-top: 5px;
}
/*************************************************************/

/* フォームボタン */

/*************************************************************/

/* フォームボタンマウスオーバー */
.global_btn input:hover, .global_btn A:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* ボタンサイズXXS */
.global_btn .btn_size_xxsmall {
	width: 30px;
	height: 30px;
}
/* ボタンサイズXS */
.global_btn .btn_size_xsmall {
	width: 50px;
	height: 30px;
}
/* ボタンサイズS */
.global_btn .btn_size_small {
	width: 70px;
	height: 30px;
}
/* ボタンサイズM */
.global_btn .btn_size_medium {
	width: 90px;
	height: 30px;
}
.global_btn A.btn_size_xxsmall, .global_btn A.btn_size_xsmall, .global_btn A.btn_size_small, .global_btn A.btn_size_medium, .global_btn A.btn_size_auto {
	line-height: 30px;
}
/* ボタンサイズL */
.global_btn .btn_size_large {
	width: 130px;
	height: 35px;
}
.global_btn .btn_size_large {
	line-height: 35px;
}
/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
	width: 180px;
	height: 40px;
	font-size: 116%;
}
.global_btn .btn_size_xlarge {
	line-height: 40px;
}
/* ボタンサイズXML */
.global_btn .btn_size_xmlarge {
	width: 230px;
	height: 40px;
	font-size: 105%;
    line-height: 40px;
}
/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
	width: 281px;
	height: 50px;
	font-size: 123%;
}
.global_btn .btn_size_xxlarge {
	line-height: 50px;
}
/* ボタンサイズ横幅auto */
.global_btn .btn_size_auto {
	height: 30px;
	width: auto;
	padding: 0px 20px;
}
/* ボタンサイズ小文字 */
.font_size_small {
	font-size: 77%;
}
/* 左右並びボタン */
.btn_float {
	width: 121px;
	margin: auto;
}
.btn_float span {
	display: block;
	float: left;
}
.recipient_list_data .btn_float {
	padding: 5px;
}
/* 左右並びボタン　下部配置 */
.btn_box .btn_float {
	width: 281px;
	margin: auto auto 80px;
	padding: 20px;
}
.btn_box .largesize {
	width: 350px;
}
.btn_box .largesize .btn_size_large {
	height: 30px;
}
/* 左右並びボタン　下部配置 右ボタン位置調整 */
.btn_float .global_btn .btn_size_xlarge {
	margin-top: -6px;


}
/* 左右並びボタン　商品一覧 */
li .add_cart .btn_float {
	width: 432px;
	margin: 15px 0px 0px 10px;
}
/* 縦2段積みボタン */
.under_global_btn {
	display: block;
	margin-top: 15px;
}
/* 商品詳細 */
.detail_item_data .add_cart .global_btn {
	display: block;
	text-align: center;
}
/* 左右並びボタン　商品詳細 */
.detail_item_data .add_cart .btn_float {
	width: 281px;
}
/* 左ボタン */
.btn_float .posleft {
	padding-right: 10px;
	border-right: 1px solid #E0DFE3;
}
/* 右ボタン */
.btn_float .posright {
	padding-left: 10px;
}
/* 中央ボタン */
.btn_float .poscenter {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #E0DFE3;
}
/* 左右エリア　ボタン余白 */
.side_form_box .global_btn input {
	margin: 5px 0px;
}
/* 下部配置ボタン */
.form_btn {
	text-align: center;
	margin: auto;
	padding: 40px;
}
/* カート内、掲示板余白調整 */
.shoppingcart_page_body .form_btn, .bbs_page_body .form_btn {
	padding: 20px;
}
/* ログインページ新規登録余白調整 */
#register_form .form_btn {
	padding: 0px;
}
/* カート内、送り主/お届け先余白調整 */
.sender_page_body .form_btn, .senderchange_page_body .form_btn, .shipping_page_body .form_btn, .shippingchange_page_body .form_btn {

	padding: 40px;
}
.form_btn_spad {
	text-align: center;
	margin: auto;
	padding: 10px;
	background-color: #F9F9F9;
}
/* 関連商品下部ボタン */
.item_list .add_cart {
	text-align: center;
	margin-top: 10px;
}
/* Aタグボタン */
.global_btn A {
	display: block;
	text-align: center;
	font-weight: normal;
	margin: auto;
}
/* spanタグボタン */
.global_btn span {
	display: inline-block;
	padding: 8px;
}
/* 検索ボタン */
.global_btn .searchinput {
	height: 25px;
}
/* 外部決済ボタン */
.outside_btn_box {
	margin: 0px 20px;
	background-color: #FFFFEE;
	border: 1px solid #E0DFE3;
}
/* 楽天決済用 */
.payment_method_desc {
	margin-bottom: 10px;
}
/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.global_btn .btn_color_common, .global_btn A.btn_color_common {
	background-image: url(img/btn_main.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	color: #333333;
}
/* ボタン文字強調 */
.global_btn A.btn_color_common_b {
	background-image: url(img/btn_main.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	color: #333333;font-weight:bold;
}
/* 色強調 */
.global_btn .btn_color_emphasis, .global_btn A.btn_color_emphasis {
	background-color: #e2696e;
	color: #FFFFFF;
}
/*.global_btn .btn_color_emphasis, .global_btn A.btn_color_emphasis {
	background-image: url(image/top/btn_main_b.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #FF4D4D;
	color: #FFFFFF;
}/*
/*    バックアップ
.global_btn .btn_color_emphasis,
.global_btn A.btn_color_emphasis {
    background-image: url(img/btn_main_b.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #FF4D4D;
    color: #FFFFFF;
}　　　*/


/*************************************************************/

/* エラー */

/*************************************************************/

/* 左右エリアカートエラー表示 */
.side_cart_data span.error_box, .side_cart_data span.error_status {
	border-bottom: none;
	padding: 0px;
}
/* フォーム上部エラー表示 */
.error_box {
	border: 1px solid #FF0000;
	margin: 10px 0px 15px;
	padding: 10px;
	border-radius: 5px;
}
/* 商品詳細エラー表示 */
.detail_page_body .error_box {
	margin: 10px;
}
/* エラー表示　※赤枠内文字 */
.error_status {
	color: #FF0000;
	font-size: 93%;
	padding-left: 5px;
}
/* エラー表示アイコン位置調整 */
.error_status img {
	padding-right: 3px;
}
.form_ok {
	padding-left: 5px;
}
.form_status {
	display: inline-block;
}
/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input, .page_box .edit_form .error_row select, .page_box .edit_form .error_row textarea {
	background-color: #FFF0F0;
}
/*--------------------------------------*/

/* フォームエラー */

/*--------------------------------------*/

/* thタグ、tdタグ背景 */
.form_table .form_error th, .form_table .form_error td {
	border: none!important;
	background-color: #FF0000;
}
/* thタグ */
.form_table .form_error th {
	color: #FFFFFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* tdタグ */
.form_table .form_error td {
	padding: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* 必須項目 */
.form_table .form_error th .require {
	color: #FFFFFF;
}
/* tdタグ内背景色 */
.form_error td .cell_form_error {
	margin: 5px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/* エラー項目間余白 */
.form_table td.cell_border {
	padding: 0px!important;
	height: 0px!important;
	border-bottom: 1px solid #FFF!important;
}
/* エラー除外項目透過 */
.detail_page_body .form_alpha, .form_table .form_alpha th, .form_table .form_alpha td {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/* 商品詳細ページエラー */
.detail_page_body .form_error {
	margin: 5px 0px;
	padding: 5px 5px 5px 20px;
	background-color: #FF0000;
	border-radius: 5px;
	background-image: url(img/icon_detailerorr.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}
.detail_page_body .form_error .cell_form_error {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/* バリエーション赤枠エラー */
.form_error_block {
	padding: 5px;
	background-color: #FF0000;
	border-radius: 5px;
}
.form_error_block .cell_form_error {
	padding: 3px;
	background-color: #FFFFFF;

	border-radius: 2px;
}
/* divタグボックスエラー */
div.form_error {
	margin: 5px 0px;
	padding: 5px 5px 5px 20px;
	background-color: #FF0000;
	border-radius: 5px;
	background-image: url(img/icon_detailerorr.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
div.form_error {
	background-image: url(img/icon_detailerorr_x2.png);
	background-size: 16px 16px;
}
/*-----------------------------------------------------------*/
}
div.form_error .cell_form_error {
	padding: 10px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #FFFFFF;
}
/*************************************************************/

/* OK */

/*************************************************************/

/* 左右エリアOK表示 */
.side_cart_data span.ok_box, .side_cart_data span.ok_status {
	border-bottom: none;
	padding: 0px;
}
/* フォーム上部OK表示 */
.ok_box {
	border: 1px solid #339900;
	margin: 10px 0px 15px;
	padding: 10px;
	border-radius: 5px;
}
/* OK表示　※緑枠内文字 */
.ok_status {
	color: #339900;
	font-size: 93%;
	padding-left: 5px;
}
/* OK表示アイコン位置調整 */
.ok_status img {
	padding-right: 3px;
}
/* OK時入力エリア背景色 */
.page_box .edit_form .ok_row input, .page_box .edit_form .ok_row select, .page_box .edit_form .ok_row textarea, .page_box .edit_form .error_row .ok_input {
	background-color: #F5FFF2;
}
/*************************************************************/

/* ロード */

/*************************************************************/

.entry_box {
	display: inline-block;
	position: relative;
}
.loading {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(img/load_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.loading {
	background-image: url(img/load_icon_x2.gif);
	background-size: 25px 25px;
}
/*-----------------------------------------------------------*/
}
.entry_box .loading {
	position: absolute;
	left: 8px;
	top: 5px;
	background-image: url(img/load_entry_icon.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.entry_box .loading {
	background-image: url(img/load_entry_icon_x2.gif);
	background-size: 25px 25px;
}
/*-----------------------------------------------------------*/
}
/*************************************************************/

/* 余白 */

/*************************************************************/

.box_padding {
	padding: 2px;
}
.box_margin {
	margin: 2px;
}
/*************************************************************/

/* ウィンドウを閉じる */

/*************************************************************/

/* ポップアップ画面 */
#popup {
	position: relative;
}
/* 閉じる位置 */
.window_close {
	position: absolute;
	top: 15px;
	left: 750px;
}

.close_btn {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(img/btn_winclose.png);
}
.close_btn:hover {
	background-image: url(img/btn_winclose_o.png);
	background-color: transparent;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/*-----------------------------------------------------------*/
.close_btn {
	background-image: url(img/btn_winclose_x2.png);
	background-size: 20px 20px;
}
.close_btn:hover {
	background-image: url(img/btn_winclose_o_x2.png);
	background-size: 20px 20px;
}
/*-----------------------------------------------------------*/
}
/* Q&Aページ */

.bunko img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.roll h1 {
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.roll h2 {
	background-color: white;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.roll h3 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.roll h4 {
	background-color: #D6D6D6;
	border: 1px solid #D6D6D6;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.roll h5 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* 商品ページ設定 */

.item_info h2 {max-width:900px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	font-weight: bold;
	/*border-radius: 5px;*/
	padding: 8px;
	margin-bottom: 5px;
}
.item_info img {
	border: 1px solid #D6D6D6;
}
.detail {
	display: block;
	width: 430px;
	float: left;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.detail2 {/*説明文を端まで使う*/
	display: block;
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.spec {
	display: block;
	width: 430px;
	float: left;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}

.menu_grp a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.menu_grp_sp {/*スマホ用の「このｱｲﾃﾑの別の柄～を２つでも３つでも一行に表示したい*/
 width:100%;max-width:600px;display:flex;justify-content :flex-start;
}
.menu_grp_sp a{
  font-weight:400;font-size:1.3em;color:#666;
}
}
.menu_grp_sp a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.menu_grp_sp .txt_l {
	font-size: 160%;
	font-weight: bold;
	line-height: 120%;
}
.menu_grp_sp1 a {/*この柄の別アイテムＦＬＥＸ版*/
	border-left: 1px solid #BCC7F4;
	border-right: 1px solid #BCC7F4;
	border-bottom: 1px solid #BCC7F4;
	border-top: 5px solid #BCC7F4;
	padding: 10px;
	font-weight: normal;
	width: 120px;
	height: 40px;
	display: block;

    border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/itemback.jpg);
}
.menu_grp_sp2 a{/*このアイテムの別の柄ＦＬＥＸ版*/
    border-left: 1px solid #EDD1D1;
	border-right: 1px solid #EDD1D1;
	border-bottom: 1px solid #EDD1D1;
	border-top: 5px solid #EDD1D1;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;

	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback.jpg);
}
.menu_grp_sp3 a {/*新柄と周年で使用*/
	border-left: 1px solid #bed6c4;
	border-right: 1px solid #bed6c4;
	border-bottom: 1px solid #bed6c4;
	border-top: 5px solid #bed6c4;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;

	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback4.jpg);
}
.menu_grp_sp4 a {
	border-left: 1px solid #bed6c4;
	border-right: 1px solid #bed6c4;
	border-bottom: 1px solid #bed6c4;
	border-top: 5px solid #bed6c4;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;

	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback3.jpg);
}
.menu_grp_eto a {
	border-left: 1px solid #bed6c4;
	border-right: 1px solid #bed6c4;
	border-bottom: 1px solid #bed6c4;
	border-top: 5px solid #bed6c4;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback_eto.jpg);
}
.menu_grp_eto2 a {
	border-left: 1px solid #e6b3e0;
	border-right: 1px solid #e6b3e0;
	border-bottom: 1px solid #e6b3e0;
	border-top: 5px solid #e6b3e0;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;

	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback_eto2.jpg);
}
.menu_grp_eto_ryu a {
	border-left: 1px solid #bbd8b8;
	border-right: 1px solid #bbd8b8;
	border-bottom: 1px solid #bbd8b8;
	border-top: 5px solid #bbd8b8;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback_eto_ryu.jpg);
}
.ot_ptn a {
	border-left: 1px solid #EDD1D1;
	border-right: 1px solid #EDD1D1;
	border-bottom: 1px solid #EDD1D1;
	border-top: 5px solid #EDD1D1;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback.jpg);
}
.ot_ptn_sp a {
	border-left: 1px solid #EDD1D1;
	border-right: 1px solid #EDD1D1;
	border-bottom: 1px solid #EDD1D1;
	border-top: 5px solid #EDD1D1;
	padding: 10px;
	max-width: 120px;
	max-height: 40px;
	display: block;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback.jpg);
}
.ot_ptn2 a {
	border-left: 1px solid #bed6c4;
	border-right: 1px solid #bed6c4;
	border-bottom: 1px solid #bed6c4;
	border-top: 5px solid #bed6c4;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback2.jpg);
}
.ot_ptn2_sp a {
	border-left: 1px solid #bed6c4;
	border-right: 1px solid #bed6c4;
	border-bottom: 1px solid #bed6c4;
	border-top: 5px solid #bed6c4;
	padding: 10px;
	max-width: 120px;
	max-height: 40px;
	display: block;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback2.jpg);
}
.ot_ptn3 a {
	border-left: 1px solid #bed6c4;
	border-right: 1px solid #bed6c4;
	border-bottom: 1px solid #bed6c4;
	border-top: 5px solid #bed6c4;
	padding: 10px;
	width: 120px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/garaback3.jpg);
}

.ot_ptn .txt_l {
	font-size: 160%;
	font-weight: bold;
	color: #D78081;
	line-height: 120%;
}
.ot_ptn2 .txt_l {
	font-size: 160%;
	font-weight: bold;
	color: #8aa99e;
	line-height: 120%;
}
.ot_ptn3 .txt_l {
	font-size: 160%;
	font-weight: bold;
	color: #8aa99e;
	line-height: 120%;
}
.ot_ptn4 .txt_l {
	font-size: 160%;
	font-weight: bold;
	color: #8aa99e;
	line-height: 120%;
}
.thisissample{width:100%;max-width:1000px;margin:20px auto 0 0;}/*この画像はサンプルですのテキスト*/
.ot_itm a {
	border-left: 1px solid #BCC7F4;
	border-right: 1px solid #BCC7F4;
	border-bottom: 1px solid #BCC7F4;
	border-top: 5px solid #BCC7F4;
	padding: 10px;
	font-weight: normal;
	width: 120px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/itemback.jpg);
}
.ot_itm_sp a {
	border-left: 1px solid #BCC7F4;
	border-right: 1px solid #BCC7F4;
	border-bottom: 1px solid #BCC7F4;
	border-top: 5px solid #BCC7F4;
	padding: 10px;
	font-weight: normal;
	max-width: 120px;
	max-height: 40px;
	display: block;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/itemback.jpg);
}
.ot_itm .txt_l {
	font-size: 160%;
	font-weight: bold;
	color: #8C9BE4;
	line-height: 120%;
}
.ot_itm_long .txt_l {
	font-size: 160%;
	font-weight: bolder;
	color: #990099;
	line-height: 120%;
}
.zaikogire a {
	display: block;
	position: relative;	top:-300px;left:-35px;
	float: right;
}
.zaikogire2 a {/*メガネ*/
	display: block;
	position: relative;	top:-400px;left:-35px;
	float: right;
}
.zaikogire3 a {/*すっきり*/
	display: block;
	position: relative;	top:-300px;left:-35px;
	float: right;
}
.zaikogire4 a {/*手鏡*/
	display: block;
	position: relative;	top:-215px;left:-35px;
	float: right;
}
.singarayoyaku{
	display: block;
    background-color:#fffaf0;
    width:280px;border:dotted 2px red;border-radius: 15px;padding:15px;
	position: relative;	top:-850px;;
	float: right;
}
.singarayoyaku2{
	display: block;
    background-color:#fff;
    width:430px;height:45px;border:dotted 2px purple;border-radius: 15px;padding:10px;
	position: relative;	top:-350px;;
	float: right;
}
.zaikogire_kin a {
	display: block;
	position: relative;	top:-350px;left:-35px;
	float: right;
}
.ot_itm_long a {
	border-left: 1px solid #CC99CC;
	border-right: 1px solid #CC99CC;
	border-bottom: 1px solid #CC99CC;
	border-top: 5px solid #CC99CC;
	padding: 10px;
	font-weight: bold;
	width: 240px;
	height: auto;
	display: block;
	position: relative;	top:-110px;right:15px;
	float: right;
	border-radius: 5px;
	margin-right: 5px;
	text-align:center;
	line-height:110%;	font-weight: bold;
	color: #996699;
	font-size: 90%;text-decoration: none;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/palebrown.jpg);
}
.ot_sale a {
	border-left: 1px solid #AFA229;
	border-right: 1px solid #AFA229;
	border-bottom: 1px solid #AFA229;
	border-top: 5px solid #AFA229;
	padding: 10px;
	font-weight: normal;
	width: 120px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/item_dtl/common/sale_back.jpg);
}
.ot_sale .txt_l {
	font-size: 160%;
	font-weight: bold;
	color: #AFA229;
	line-height: 120%;
}

.gara_dtl a {
	border-left: 1px solid #CEF4E5;
	border-right: 1px solid #CEF4E5;
	border-bottom: 1px solid #CEF4E5;
	border-top: 5px solid #CEF4E5;
	padding: 10px;
	font-weight: normal;
	width: 120px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 90%;
}
.gara_dtl .txt_l {
	font-size: 160%;
	font-weight: bold;
	color: #A6E3BE;
	line-height: 120%;
}
/* 根付設定 */
.netsuke　 {
	padding: 10px;
}
.netsuke img {
	border: 1px solid #D6D6D6;
}

.netsuke h1 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.netsuke h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
}
.netsuke h5 {
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	width: 160px;
	text-align: center;
}
.netsuke .txt{
    font-weight:normal;font-size:0.97em;line-height:150%;
}
.netsuke .txt .left {
	float: left;
	padding: 15px;
}
.netsuke .txt .right {
	float: right;
	padding: 15px;
}
.netsuke_sn {
	width: 250px;
	float: left;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 15px;
}

/* 商品グループ設定 */
.ptn_noborder {
	width: 100%;max-width:1000px;
}
.ptn {
	width: 100%;max-width:1000px;
}
.ptn img {/*トップバナー枠あり*/
	border: 1px solid #D6D6D6;
	margin-bottom: 15px;
	height: auto;
	width: auto;
}
.ptn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.ptn p.mini-icon:before {
    content: url(https://www.oozeki-shop.com/data/bunkoya/image/free/other/new-p.gif);
    position: relative;
    top: 2px;
	margin-bottom: 15px;
}

.ptn_nobn {
	width: 100%;
}
.ptn_nobn img {/*トップバナー枠なし*/
	border: none;
	margin-bottom: 15px;
}
.ptn_nobn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.ptn p {
    width: 100%;max-width:1000px;
	margin-bottom: 15px;
}
.ptn h2 {
    width: 100%;max-width:1000px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
	font-size: 123.1%;
	font-weight: bold;
}
.ptn_sn {
	float: left;
	padding-right: 20px;
	text-align: center;
}
.ptn_sn img {
    margin-bottom:10px;
	text-align: center;
}
/* 予約ページ設定2019-7-3 */
.rzb {
	width: 900px;
}
.rzb img {
	border: 1px solid #D6D6D6;
	margin-bottom: 0px;
}
.rzb p {
	margin-bottom: 15px;
}
.rzb .att {
	font-size: 85%;
}
.rzb h3 {max-width:900px;width:100%;box-sizing:border-box;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
}
.rzb h4 {
	margin-bottom: 10px;box-sizing:border-box;
	margin-top: 20px;
	background-color: #F4FBE8;
	border: 1px solid #D6D6D6;
	padding: 5px;
	font-size: 90%;
	font-weight: bold;

	width: 300px;
	}
.rzb_step_grp {
}
.rzb_step {
	position: relative;
	width: 120px;
	height: 50px;
	float: left;
	background-color: #FFFFFF;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
.rzb_step3 {
	position: relative;
	width: 100px;
	height: 50px;
	float: left;
	background-color: #FFFFFF;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
.rzb_step2 {
	position: relative;
	width: 170px;
	height: 50px;
	float: left;
	background-color: #ffeeee;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
.rzb_step p,.rzb_step2 p,.rzb_step3 p {
	position: absolute;
	top: 15px;
	left: 15px;
}

.rzb_step_y {
	width:40px;
	height:30px;
	float:left;
	position:relative;
}
.rzb_step_y p {
	position: absolute;
	font-weight: bold;
	font-size: 123%;
	left: 13px;
	top: 17px;
	height: 33px;
	font-weight: 700;
	font-style: oblique;
}
.rzb td p.dtl_txt{ /*予約会の限定色の表のキャプション*/
    font-size:0.79em; 
}


}
/* 柄から選ぶ設定 */

.gara {
	width: 768px;
}
.gara img {
	border: 1px solid #D6D6D6;
	margin-bottom: 5px;
}
.gara p {
	margin-bottom: 15px;
}
.gara h1 {
	background-color: #FFFFFF;
	border-left: 1px solid #EDD1D1;
	border-right: 1px solid #EDD1D1;
	border-bottom: 1px solid #FFFFFF;
	border-top: 5px solid #EDD1D1;
	padding: 10px;
	font-size: 123.1%;
	font-weight: bold;
	width: 160px;
	height: 20px;
	display: block;
	position: relative;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	top: 1px;
}
.gara h2 {
	background-color: #FFFFFF;
	border-left: 1px solid #BCC7F4;
	border-right: 1px solid #BCC7F4;
	border-bottom: 1px solid #EDD1D1;
	border-top: 5px solid #BCC7F4;
	padding: 10px;
	font-size: 123.1%;
	font-weight: bold;
	width: 160px;
	height: 20px;
	display: block;
	position: relative;
	float: left;
	text-align: center;
	top: 1px;
}
.gara h3 {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
}
.gara_box {
	width: 760px;
	padding: 10px;
	border: 1px solid #EDD1D1;
}
.gara_sn {
	float: left;
	padding-right: 10px;
	text-align: center;
}
.gara h4 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
	width: 145px;
	height: 100px;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.gara h4 .tp {
	position: absolute;
	bottom: 5px;
	left: 13px;
}
/* アイテムから選ぶ設定 */

.itm {
	width: 768px;
}
.itm img {
	border: 1px solid #D6D6D6;
	margin-bottom: 5px;
}
.itm p {
	margin-bottom: 15px;
}
.itm h1 {
	background-color: #FFFFFF;
	border-left: 1px solid #BCC7F4;
	border-right: 1px solid #BCC7F4;
	border-bottom: 1px solid #FFFFFF;
	border-top: 5px solid #BCC7F4;
	padding: 10px;
	font-size: 123.1%;
	font-weight: bold;
	width: 160px;
	height: 20px;
	display: block;
	position: relative;
	text-align: center;
	float: left;
	top: 1px;
}
.itm h2 {
	background-color: #FFFFFF;
	border-left: 1px solid #EDD1D1;
	border-right: 1px solid #EDD1D1;
	border-bottom: 1px solid #BCC7F4;
	border-top: 5px solid #EDD1D1;
	padding: 10px;
	font-size: 123.1%;
	font-weight: bold;
	width: 160px;
	height: 20px;
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	top: 1px;
}
.itm h3 {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
}
.itm_box {
	width: 760px;
	padding: 10px;
	border: 1px solid #BCC7F4;
}
.itm_sn {
	float: left;
	padding-right: 10px;
	text-align: center;
}
.itm h4 {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
	width: 145px;
	height: 100px;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.itm h4 .tp {
	position: absolute;
	bottom: 5px;
	left: 13px;
}
/* トップページ拡大CSS */
.round img:hover, .open img:hover, .gamasatsu img:hover, .ltaba img:hover, .tabaire img:hover, .lip img:hover, .glasses img:hover, .pass img:hover, .seal img:hover, .guruf img:hover, .gurumini img:hover,
.personal img:hover, .pencase img:hover, .keyholder img:hover, .handmirror img:hover, .sukkiri img:hover, .bell img:hover, .valletta img:hover, .mitsuori img:hover, .macaron img:hover, .fkozeni img:hover,.interior img:hover{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.sukkiri img{
 	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 230px;
	height: auto;
	position: absolute;
	top: 780px;
	left: 30px;
	margin-bottom: 20px;   
}
.macaron img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 235px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 20px;
	margin-bottom: 0px;
}
.bell img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 171px;
	height: 241px;
	position: absolute;
	top: 250px;
	left: 575px;
	margin-bottom: 0px;
}
.gamasatsu img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 200px;
	height: 171px;
	position: absolute;
	top: 20px;
	left: 245px;
	margin-bottom: 20px;
}

.round img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 333px;
	height: 168px;
	position: absolute;
	top: 70px;
	left: 422px;
	margin-bottom: 20px;
}
.guruf img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 234px;
	height: 168px;
	position: absolute;
	top: 1350px;
	left: 14px;
	margin-bottom: 20px;
}
.gurumini img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 213px;
	height: 164px;
	position: absolute;
	top: 1355px;
	left: 250px;
	margin-bottom: 20px;
}
.glasses img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 350px;
	height: 139px;
	position: absolute;
	top: 797px;
	left: 395px;
	margin-bottom: 20px;
}
.ltaba img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 292px;
	height: 144px;
	position: absolute;
	top: 600px;
	left: 7px;
	margin-bottom: 20px;
}
.pass img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 197px;
	height: 146px;
	position: absolute;
	top: 417px;
	left: 30px;
	margin-bottom: 20px;
}

.personal img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 237px;
	height: 173px;
	position: absolute;
	top: 1000px;
	left: 210px;
	margin-bottom: 20px;
}
.lip img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 219px;
	height: auto;
	position: absolute;
	top: 980px;
	left: 492px;
	margin-bottom: 20px;
}
.tabaire img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 286px;
	height: 156px;
	position: absolute;
	top: 350px;
	left: 260px;
	margin-bottom: 20px;
}
.open img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 185px;
	height: 157px;
	/*width: 175px;
	height: 145px;*/	
    position: absolute;
	top: 230px;
	left: 50px;
	margin-bottom: 20px;
}
.seal img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 212px;
	height: 120px;
	position: absolute;
	top: 220px;
	left: 292px;
	margin-bottom: 20px;
}
.pencase img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 316px;
	height: 101px;
	position: absolute;
	top: 1220px;
	left: 143px;
	margin-bottom: 20px;
}
.keyholder img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 105px;
	height: 225px;
	position: absolute;
	top: 738px;
	left: 296px;
	margin-bottom: 20px;
}
.handmirror img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 147px;
	height: 275px;
	position: absolute;
	top: 977px;
	left: 17px;
	margin-bottom: 20px;
}

.mitsuori img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 190px;
	height: 192px;
	position: absolute;
	top: 520px;
	left: 310px;
	margin-bottom: 20px;
}
.fkozeni img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 248px;
	height: 144;
	position: absolute;
	top: 630px;
	left: 488px;
	margin-bottom: 20px;
}

.interior img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 250px;
	height: 234px;
	position: absolute;
	top: 1160px;
	left: 480px;
	margin-bottom: 20px;
}
.valletta img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	float: left;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 510px;
	left: 530px;
	margin-bottom: 20px;
}
/****topアイテム**ここまで*******/

/* フリーページ設定 */
/* 罫線あり */
.free h1 {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	/*border-radius: 5px;*/
}
.free h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 12px;
	font-size: 123.1%;
	font-weight: bold;
	/*border-radius: 5px;*/
}
.free h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
	font-size: 108%;
	font-weight: bold;
	/*border-radius: 5px;*/
}
.free h4 {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	/*border-radius: 5px;*/
	padding: 5px;
	font-weight: bold;
}
.free h5 {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #F0F0F0;
	border: 1px solid #D6D6D6;
	/*border-radius: 5px;*/
	padding: 5px;
	font-weight: bold;
}
.free .mds {
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	width: 50%;
}
.free p {
	padding: 5px;
	margin-bottom: 10px;
}
.free img {
	border: 1px solid #D6D6D6;
}
.free .sm img {
	margin: 5px;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
}
.free a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.float_left_350 {
	padding:10px;
	float:left;
	width:350px;
}

.float_right_350 {
	padding:10px;
	float:right;
	width:350px;
}
.float_left_263 {
	padding:10px;
	float:left;
	width:263px;
}

.float_right_263 {
	padding:10px;
	float:right;
	width:263px;
}
/* フリーページ設定 */
/* 新文庫革についてメニュー角丸なし */
.bunko_menu_noround li {
	float: left;
	list-style-type: none;
}
.bunko_menu_noround li a {
	font-size: 0.9em;
	text-align: center;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	display: block;
	width: 140px;
	border-left: 8px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}
.bunko_menu_noround li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 罫線なし */
.free_asa h2 {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
}
.free_asa h3 {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
	font-size: 108%;
	font-weight: bold;
	border-radius: 5px;
}
.free_asa h4 {
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
}
.free_asa p {
	padding: 5px;
	margin-bottom: 20px;
}
.free_asa img {
	margin-bottom: 10px;
}
.free_asa .sm img {
	margin: 5px;
	border: 1px solid #D6D6D6;
	margin-bottom: 20px;
}
/*商品詳細*/
/* 罫線あり */
.shohin h2 {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 15px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
}
.shohin h3 {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
	font-size: 108%;
	font-weight: bold;
	border-radius: 5px;
}
.shohin h4 {
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
}
.shohin p {
	padding: 5px;
	margin-bottom: 10px;
}
.shohin img {
	border: 1px solid #D6D6D6;
}
.shohin .sm img {
	margin: 5px;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
}
.shohin .img {
	float: left;
	padding: 15px;
	width: 264px;
}
/* 文庫屋大関について */
.about {
	position: relative;
}
.about a {
	width: 725px;
	height: 200px;
	display: block;
	border: 1px solid #A3A3A3;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/760.jpg);
}
.about a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.about .about_p {
	position: absolute;
	top: 27px;
	left: 20px;
	width: 312px;
	height: 87px;
	line-height: 180%;
}
/* レフトナビ */

.asakusa a {
	display: block;
	width: 153px;
	margin-bottom: 10px;
	border: 1px solid #E0BCBD;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/asakusa.jpg);
	background-repeat: no-repeat;
	color: #982325;
}
.bunkoya a {
	display: block;
	width: 153px;
	border: 1px solid #E0BCBD;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/bunkoya.jpg);
	background-repeat: no-repeat;
	color: #982325;
}
/*サイドメニュー2019-07-04*/
.itemkara_new a {
	display: block;
	width: 153px;
	margin-bottom: 12px;
	margin-top: 12px;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 12px;
	font-weight: bold;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/item.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0%;
}
.garakara_new a {
	display: block;
	width: 153px;
	margin-bottom: 12px;margin-top: 12px;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 12px;
	font-weight: bold;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/gara.jpg);
	background-repeat: no-repeat;
}
.reviews_new a {
	display: block;
	width: 153px;
	margin-bottom: 12px;
	margin-top: 12px;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 12px;
	font-weight: bold;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/star.gif);
	background-repeat: no-repeat;
}
.reviewss_new a {
	display: block;
	width: 153px;
	margin-bottom: 12px;
	margin-top: 12px;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 12px;
	font-weight: bold;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/star2.gif);
	background-repeat: no-repeat;
}

.etogara_new a {
	display: block;
	width: 153px;
	margin-bottom: 12px;
	margin-top: 12px;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 12px;
	font-weight: bold;
	/*background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/eto-tora.gif);*/
    background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/eto-usagi.gif);
	background-repeat: no-repeat;
}
.pulldown_new {
	font-weight: bold;
	/*width: 178px;*/
	width: 186px;
	height: auto;
	border-left: 8px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	padding: 10px;border-radius:0px;
	background-repeat: no-repeat;
}
.itemkara_new a:hover,.garakara_new a:hover,.reviews_new a:hover,.reviewss_new a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}/*サイドメニュー2019-07-04ここまで*/

/* ナビゲーション背景画像 */
.original_list li {
	background-color: #FFFFFF;
	border: 1px solid #AED3B2;
	margin-bottom: 3px;
	border-radius: 5px;
	width: 178px;
}
.original_list li:hover {
	background-color: #F5F5F5;
}
/* ナビゲーションアイコン画像 */
.original_list li A {
	display: block;
	padding: 10px 18px 10px 18px;
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	color: #333333;
	width: auto;
}
/* 透過まとめ */
.bn a:hover,.gara a:hover,.itm a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* 枠線つける */
.border {
	border: 1px solid #A3A3A3;
}

/* フォントサイズ */
.font85 {
	font-size: 85%;
    }

/* グレードット囲い535px */
.dot_circle_gray {
	margin-top: 10px;
	padding-top: 10px;
	border: 2px dotted #7E7E7E;
	border-radius: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 490px;
}
/* 赤ドット囲い */
.dot_circle {
    margin-top: 10px;
	padding-top: 10px;
	border: 3px dotted #FF0004;
	border-radius: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 490px;
}
/* 赤ドット囲い */
.dot_circle_red {
	margin: 10px auto 10px;
	padding: 10px;
	border: 2px dotted #FF0004;
	border-radius: 10px;
	width: auto;
}
/* オレンジドット囲い */
.dot_circle_org {
	margin: 40px auto 10px;
	padding: 10px;
	border: 2px dotted #FFA600;
	border-radius: 10px;
	width: auto;
}
/* グレードット囲い */
.dot_circle_gry {
	margin: 40px auto 10px;
	padding: 10px;
	border: 2px dotted #dcdcdc;
	width: auto;
}
/* 赤ドット囲い */
.dot_circle_rd {
	padding: 10px;
	border: 3px dotted #FFA600;
	border-radius: 10px;
	width: auto;
	margin-bottom: 20px;
}
.dot_circle_org li{
	margin-top:3px;
    margin-bottom:3px;
}
/* 赤ドット囲い内tdpadding */
.dot_circle td   {
	padding: 5px;
}
/* 商品頁内在庫切れ予約ドット囲い */
._circle_gry {
	background-color:#ffffee;
	margin: 10px auto 10px;
	padding: 10px;
	border: 2px dotted #FFA600;
	border-radius: 10px;
	width: auto;
    color:#666666;line-height:150%;
}
._circle_gry b{font-size:120%;}
.pagejump{ /*ページ上に戻るリンク*/
    text-align:center;
    height:100px;
}
.pagejump span{
    text-decoration:underline;
}
.zaikonasi{/*商品頁内在庫なし予約タイトル*/
    height:16px;
    background-color:#ffaaaa;
    text-align:center;
    vertical-align:center;
    padding:10px;
    font-weight:bold;
    font-size:18px;
}
.y_button{/*左側予約ボタンエリア*/
    float:left;width:255px;text-align:center;
}
.y_title{/*左側予約ボタンタイトル*/
    width:235px;border-radius:5px;margin:auto;padding:10px;
    background-color:#eeeeee;text-align:center;font-weight:bold;font-size:14px;
}
.y_button p{
    font-weight:bold;float:left;position:relative;top:-50px;left:50px;
}
/* 色太字 */
.red_bold {
	color:red;
	font-weight:bold;}
.red_font {
	color:red;
	}
.green_bold {
	color: #008000;
	font-weight: bold;
}
.rb120 {
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
}
.gray {
	color: #4E4E4E;
}
/* はみ出し修正用 */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* 非表示にする　ログイン部分：「会員登録されると登録ポイント、購入ポイントを獲得できます。」
会員登録部分：「会員価格がある場合は、登録後に最終確認ページで表示されます。 」 */
.point_desc_default,
.price_desc_default {
display: none;
}

/* 商品ページカートの中身とベンリー横並び */
.box {
	float: right;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}

/* プルダウンメニュー */
#dropmenu {
	list-style-type: none;
	margin-left: -13px;
	margin-bottom: 20px;
}

#dropmenu li {
	position: relative;
	width: 195px;
	height: 30px;
	text-align: left;
	text-indent: 10px;
}
#dropmenu li a {
	display: block;
	padding-top: 13px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 13px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border-top: 1px dashed #C33957;
	border-bottom: 1px dashed #C33957;
	left: 0px;
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	left: 100%;
	width: 280px;
	margin: 0;
	padding: 0;
	top: 0%;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
	padding: 18px 0px;
	background: #F5F5F5;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 0.5;
	text-decoration: none;
	height: 6px;
	text-indent: 10px;
	border-left: 1px solid #D9D9D9;
	box-shadow: 5px 5px 10px #D9D9D9;
	-webkit-box-shadow: 5px 5px 10px #D9D9D9;
}
#dropmenu > li:hover > a {  background: #F5F5F5 }
#dropmenu > li:hover li:hover > a {
	background-color: #DFD8D8
}
#dropmenu li:hover > ul > li {
	overflow: visible;
	height: 41px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: 100%;
  width: 100%;
}
#dropmenu li ul li ul li a {  background: #F5F5F5 }
#dropmenu li:hover ul li ul li:hover > a {  background: #DFD8D8 }
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0px;

  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #000000;
}
#dropmenu li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 18px;
	left: 0%;
	margin-left: -20px;
	border-left: 5px solid #000000;
	border-right-style: solid;
	border-right-width: 5px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
}



/*#dropmenu2 {
  list-style-type: none;
  width: 99%;
  margin: 0px;
  padding: 0;
}*/
#dropmenu2 {
list-style-type: none;
margin-top:0px;
margin-right:9px;
 padding: 0;
}
@media only screen and (max-device-width: 480px) {
 #dropmenu2 {
  list-style-type: none;
  width: 100%;
  margin: 0px;
  padding: 0;
}
}
#dropmenu2 li {
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu2 li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: rgb(119, 165, 36);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu2 li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu2 li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu2 li ul li a {
  padding: 13px 15px;
  background: rgba(119, 165, 36, 0.8);
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu2 > li:hover > a {  background: rgb(103, 146, 26) }
#dropmenu2 > li:hover li:hover > a {  background: rgb(103, 146, 26) }
#dropmenu2 > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu2 li ul li ul {
  top: 0;

  left: 100%;
}
#dropmenu2 li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu2 li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu2 li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
#dropmenu2 li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu2 li ul li ul li a {  background: #616d0b }
#dropmenu2 li:hover ul li ul li a:hover {  background: #535d09 }#container #dropmenu2 li {
float: left;
}

#dropmenu3 {
  list-style-type: none;
  width: 960px;
  margin: 30px auto 500px;
  padding: 0;
}
#dropmenu3 li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu3 li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #8a9b0f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu3 li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu3 li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu3 li ul li a {
  padding: 13px 15px;
  background: #7c8c0e;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu3 > li:hover > a {  background: #7c8c0e }
#dropmenu3 > li:hover li:hover > a {  background: #6e7c0c }
#dropmenu3 li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu3 li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu3 li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu3 li ul li ul li a {  background: #616d0b }
#dropmenu3 li:hover ul li ul li:hover > a {  background: #535d09 }
#dropmenu3 li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu3 li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
/*.page_contents  {
overflow: visible;
}
.widemode ul.dropdown {
width: 100%;
}*/
/* 90周年設定 */
.th90 {
	width: 100%;
}
.th90 img {
	border: 1px solid #D6D6D6;
	margin-bottom: 0px;
	height: auto;
	width: auto;
}
.th90 .thtop  {
	border-bottom-style: none;
}
.th90 .thmid {
	border-top-style: none;
	border-bottom-style: none;
}
.th90 .thbtm {
	border-top-style: none;
}
.th90 .thnon {
	border: none;
}
.th90 .thnon_l {
	border-left: none;
}
.th90 .thnon_r {
	border-right: none;
}
.th90 .thnon_t {
	border-top: none;
}
.th90 .thnon_b {
	border-bottom: none;
}

.th90 a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.th90 p {
	margin-bottom: 15px;
}
.th90 h2 {
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
	font-size: 123.1%;
	font-weight: bold;
	border-radius: 5px;
}
.th90_sn {
	float: left;
	padding-right: 20px;
	text-align: center;
}

.btm_10 {
    margin-bottom: 10px;
}
.btm_l_10 {
    margin-bottom: 10px;
    margin-left: 10px;
}
.btm_t_10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.hv a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.side_tenpo_bnr{
 margin:6px 0px 10px;border:1px solid #ccc;
}

/*予約会*/
.rzv_att {
	float: right;
	position: relative;
	padding: 10px;
	border-radius: 10px;
	border: 3px dashed #FF0004;
	width: 377px;
}
.rzv_att_ttl {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
	line-height: 150%;
}
.rzv_att_130 {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
}
.rzv_att_120 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}
/*購入履歴の背景*/
.page_box.mypage_history.use_review_post .page_title h2 {
    height: 1000px;
    background: url(https://www.oozeki-shop.com/data/bunkoya/image/category/bn/review_top.png) no-repeat top center;
    background-size:contain;
    border:none;
}


/*リクルートのメニュー*/
.info {
	width: 220px;
	height: auto;
	display: block;
	float: left;
	font-style: normal;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
	background-color: #F6F7F3;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.side_box .btm_t_10 a:hover,.side_box .btm_10 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.btn_float.clearfix .global_btn.posright .reviewnewinput.btn_size_auto.btn_color_common {
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/top/bg/star.gif);
	width: 200px;
	background-position: 35px 0;
	font-weight: bold;
	text-align: left;
}
/*.page_box.mypage_history.use_review_post .page_title h2 {
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/high.quality/20170602_2a9b97.jpg);
	height: 500px;
}*/

.amex_security_code_note {
display: none;
}
#gin_container{width:1000px;max-width:100%;
}
#gin li {float:left;}
#gin .center_category_list li A {
    width:auto;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    padding: 10px;
    margin: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
#gin li A:hover {
	background-color: #F5F5F5;
}

.detail_other_photo .other_photo_desc #gin  li, .item_box .order_desc #gin  li, #container .main_desc #gin  li, #container .custom_note #gin  li 
{	float: left;
}

/*91周年カテゴリスマホの背景*/
.spbg {
	background-image: url(https://www.oozeki-shop.com/data/bunkoya/image/category/91th/cate_top/bg.png);
	background-repeat: repeat;
}
/*予約会カテゴリ*/
.gry_border{
    border:solid 1px #ddd;
}
#yoyakukai{width:100%;max-width:1000px;}
#yoyakukai img{
	border:none;display:block;margin:0;padding:0;width:100%;max-width:1000px;
}
#yoyakukai a img,#yoyakukai1220 a img{
	border:none;display:block;margin:0;padding:0;
}
#yoyakukai1220{width:100%;max-width:1220px;margin:0;padding:0;}
#yoyakukai1220 img{
	border:none;display:block;margin:0;padding:0;width:100%;max-width:1220px;
}
#yoyakukai h3{/*ご注意ください部分*/
	font-weight:bold;
	color:red;
}
.cyuui{/*点線囲い黄色背景90％幅*/
	width:90%;max-width:930px;
	border:2px dotted lightgray;
	padding:10px 30px;
	margin-bottom:15px;
	border-radius:10px;
	color:#333;	background-color:#ffffee;
}
.cyuui_inner{/*点線囲い黄色背景 予約会のdiv内へ入れる*/
	width:100%;max-width:1220px;
    box-sizing:border-box;
	border:2px dotted lightgray;
	padding:10px 30px;
	margin:1em 0 15px;
	border-radius:10px;
	color:#333;	background-color:#ffffee;
}
#yoyakukai2{/*点線囲いピンク背景右寄せ*/
	float:right;width:auto;
	border:2px dotted lightgray;
	padding:10px 20px;
	border-radius:10px;
	color:#333;	background-color:#fff0f5;
}
#yoyakukai3{/*点線囲いピンク背景90％幅*/
	width:90%;
	border:2px dotted lightgray;
	padding:10px 30px;
	border-radius:10px;
	color:#333;	background-color:#fff0f5;
}
#yoyakukai4 {width:100%;max-width:1000px;}
#yoyakukai4 table.newbg{width:100%;background-image:url(https://www.oozeki-shop.com/data/bunkoya/image/rsv/201811_bg.jpg) ;background-size: contain;border:none;border-collapse:collapse;}
#singarabox {width:100%;max-width:1000px;}
#singarabox img{margin:0;padding:0;display:block;}
#singarabox table.tapibg{
	width:100%;
	background-repeat:no-repeat;z-index: 0;
	border-collapse: collapse;background-size: contain;
	background-image:url(https://www.oozeki-shop.com/data/bunkoya/image/category/20108sin_bg.gif) ;
}

.video_container{/*動画埋め込みレスポンシブ*/
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video_container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.divisionlink{/*点線囲い白背景 位置調整あり*/
	width:auto;
    float:right;
	border:2px dotted #8dab95;
	padding:10px 20px;margin-top:-5px;margin-left:5px;
	border-radius:10px;
	background-color:#fff;
    color:#000;font-weight:bold;text-align:center;	
}
#divisionlink span:before {
    content: url(https://www.oozeki-shop.com/data/bunkoya/image/free/other/icon_ya_mini.gif);
    position: relative;
    top: 1px;right:5px;
}
table, th, td {
  border-collapse: collapse;
  line-height: 1.5;border:none;
}
table.yoyaku th {
  text-align:left;
  width: 200px;
  vertical-align: top;
}
table.yoyaku td {
  width: auto;
  vertical-align: top;
}
table.outlet{/*アウトレットの注意事項*/
    border:0px solid red;border-collapse: separate;
}
table.outlet p{
    text-align:center; vertical-align:middle;
}
.outlet tr.title{
    text-align:center; vertical-align:middle;
    font-size:120%;font-weight:bold;
}
.outlet td.ita{width:25%;
    background-color:#dd0000;color:white;padding:5px;
    text-align:center; vertical-align:middle;
}
.outlet tr.setsu{
    text-align:left;vertical-align:top;
    font-size:0.9rem;
}
table#outletcategory{background-color:#FFFFee;
 width:100%;
 border-collapse: separate;border:darkgray dotted 2px;border-radius:10px;
 border-spacing: 20px 0;
 padding:10px;
}
table#outletcategory th{
  border-bottom:2px solid #333;
}
table#outletcategory td,th{
  padding:5px;line-height:110%;
}
table#outletcategory th{padding-bottom:8px;
}
table#outletcategory .td1{padding-top:13px;
}
table#outletcategory span:before {
    content: url(https://www.oozeki-shop.com/data/bunkoya/image/free/other/icon_ya_mini.gif);
    position: relative;
    top: -1px;right:5px;
}
table#outletcategory a:link { color: #000000;font-weight:normal;text-decoration:none;}
table#outletcategory a:visited { color: #000000;font-weight:normal;} 
table#outletcategory a:hover { color: #ff0000; font-weight:normal;}
table#outletcategory a:active { color: #ff8000; font-weight:normal;}/*アウトレットここまで*/
#yoyakukai .fr{/*91赤太字*/
    color:#f00;
}
/*予約会カテゴリここまで*/
.text_center{
    text-align:center;
    }
h3.skSmallTitle {
    margin-top: 20px;
}
/*売り切れはこちら*/
.urikire_title{
 /*background-color:lightsalmon;text-align:center;padding:10px;margin:0px;font-size:1.1em;font-weight:bold;*/
   color:#fff;background-color:#96858f;text-align:center;padding:10px;margin:0px;font-size:1.1em;font-weight:bold;
}
.urikire_wrapper{
   margin-top:0px;
   max-width:100%;text-align:center;border:1px solid #96858f;
   padding-top:20px;
   display: flex;  flex-wrap: wrap;
}
.urikire_box1{
   justify-content: center;margin-left:auto;margin-right:auto;text-align:center;
}
.urikire_box2{
  display: flex;
  align-items: flex-start;
  width:600px;max-width:600px;height:auto;
  margin-left:auto;margin-right:auto;
  justify-content: center;
  align-items:center;
  text-align:center;
  flex-wrap: wrap;

}
.box_text_title{
 font-weight:bold;font-size:1.3em;color:#666;
}
.box_text{
  width:60%;font-size:0.9em;
  text-align:left;
  padding:15px;line-height:130%;
  flex-grow: 1;
}
.urikirebox_img{
 text-align:center;margin-left:auto;margin-right:auto;
  width: 150px;
  margin: 5px;
  flex-grow: 0;
}
.urikirebox_img img{
 width:100%;margin-left:auto;margin-right:auto;
}
hr.urikire_line{
 width:80%;margin-left:auto;margin-right:auto;border-top:dotted 1px #000;
}/*売り切れend*/

/*----------pop-up-------------*/
.modal_link{
 font size:120%;font-weight:bold;
}
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 580px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップ非表示 */
    display: none;
}
.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}/*POP-upここまで*/

/*----------カテゴリメニュー-----------*/
.cate_top_title {
 font-weight:bolder;font-size:0.8em;
 margin:0px;
}
/*------柄から----*/
.garabox{
 display:flex;
 width:400px;max-width:90%;height:auto;padding:3px 5px 3px;
 border:1px solid #d6d6d6;margin-left:auto;margin-right:auto;
}
.garabox img{
 width:65px;height:43px;margin:4px 4px;
}
.garabox p{
 vertical-align:middle; align:middle; display:inline-block;
 font-size:0.8em;margin-left:10px;margin-top:auto;margin-bottom:auto;
 width:100px;text-align:left;font-weight:bold;
}
@media screen and (min-width: 769px){/*PC*/
.garabox{
 max-width:40%; height:auto;text-align:left;margin-left:0px;
}
}

/*------形から------*/

/* 全画面サイズに共通 */
.saifubox{
width:1000px;max-width:100%;display:flex;flex-wrap:wrap;justify-content:center; 
}
.itm2 {
　　　width:245px;height:50px;display:flex;flex-wrap:nowrap;
      border:solid #d6d6d6 1px;box-sizing: border-box;padding:3px;margin:2px;
}
.itm2 img{
   　 width:60px;height:45px;text-align:left;box-sizing: border-box;align:left;
}
.itm2 p{
vertical-align:middle;align:middle;
font-size:0.8em;margin-left:3px;line-height:110%;
}


/* 全画面共通かつ 480：SP縦のレイアウト */
@media screen and (max-width: 480px) {
.saifubox{
width:max-width:100%;display:flex;flex-wrap:wrap;justify-content:center; text-align:left;
}
.itm2{
    flex-basis: 45%;height:auto;margin:2px;display:flex;flex-wrap:nowrap;
  }
.itm2 img{
   width:50px;margin-left:0px;box-sizing: border-box;
}
.itm2 p{
display:inline-block;
width:95px;font-size:0.6em;
}
}

/* タブレット縦 /スマートフォン横*/
@media screen and (min-width: 481px){
.saifubox{
max-width:100%;display:flex;flex-wrap:wrap;justify-content:center; 
}
.itm2{
    flex-basis: 45%;height:auto;margin:2px;display:flex;flex-wrap:nowrap;
  }
.itm2 img{
   width:50px;height:auto;margin-left:0px;box-sizing: border-box;
}
.itm2 p{
vertical-align:middle;display:inline-block;
width:150px;font-size:0.5em;line-height:110%;
}
}
/* ココから下がデスクトップ/タブレット横 */
@media screen and (min-width: 769px){
.saifubox{
width:1000px; max-width:100%;display:flex;flex-wrap:wrap;justify-content:start; 
}
.itm2{
    flex-basis: 24%;display:flex;flex-wrap:nowrap;
  }
.itm2 img{
   width:60px;height:auto;margin-left:0px;box-sizing: border-box;
}
.itm2 p{
vertical-align:middle;display:inline-block;
width:150px;;font-size:0.8em;line-height:110%;
}
.cate_top_title {
 margin:2px;
}
}
/*-----形から選ぶ終-----*/
/*----------カテゴリメニューここまで-----------*/

/*------2019-6-28-----サイド検索窓*/
.button_bk {
    width:70px;height:27px;
	background-color: #333;
	color: #fff;
	margin-top: 0px;padding: 0px;
	box-shadow: none;border:1px solid #333;border-radius:2px;
 }
.itm_search_bk{
  color:whtite;font-size:0.87em;margin-top:0px;
}
.itm_search_bk input[type=submit] {
  font-family: FontAwesome;background-color: #333;border:1px solid #333;border-radius:2px;
}/*------2019-6-28-----サイド検索窓ここまで*/


/*google検索カスタマイズ*/
.side_col .gsc-control-cse, .gsc-control-cse {
padding: 0px!important;
}
.side_col table.gsc-search-box td.gsc-input {
padding-right: 0px!important;
display: block;
width: 100%;
}
.side_col .gsc-control-cse table.gsc-search-box tr .gsc-input-box tr {
display: flex; 
justify-content: space-between;
}
.side_col .gsc-search-button {
margin-left: 0px!important;
margin-top: 5px;
display: block;
}
.side_col .gsc-control-cse .gsc-search-box .gsib_a {
padding: 0px;
}
.side_col .gsc-control-cse .gsc-search-box .gsib_a input.gsc-input {
display: block;
padding: 5px 0px!important;
box-shadow: none;
}/*google検索ここまで*/
/*サイド店舗バナー飾り*/
.tenpo_bn_shadow2 {
  display: inline-block;
  box-shadow: 1px 1px #c6c6c6;
  transition: .3s;
}
.tenpo_bn_shadow2:hover {
  box-shadow: 3px 3px #c6c6c6;
}/*サイド店舗バナー飾りここまで*/
/*この柄の別アイテム途中*/
.bn_container{
 width:100%;max-width:375px;height:auto;background-color:#fff;
}
ul.bn_parent {
  width:100%;height:100%;
  display:-webkit-flex;
  display: flex;
  justify-content: space-around;
  list-style-type:none;
  margin:0; padding:0;-webkit-align-items: center;align-items: center;
}
ul.bn_parent a {
  display:block;
  margin:auto 0;  font-weight:normal;
  background-color:#fff;
  text-decoration:none;
}
li.bn_child{
 text-decoration:none;
 margin:0 5px;box-sizing:border-box;align-self: flex-start;flex:1 1 30vw;
 	border-left: 8px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
        height:4em;
        font-size: 12px;line-height:1.3em;
        padding:0.3em; 
-webkit-align-items: center;align-items: center;
}
li.bn_child:first-child a{
 color:#8C9BE4;
}
li.bn_child:nth-child(2) a{
 color:#D78081;
}
li.bn_child:last-child a{
 color:#8aa99e;
}
li.bn_child p{
margin:0;padding:2px;
}
.ue{
 color:black;
}
.txt{
 font-size:1.2em;font-weight:bold;
}/*この柄の別アイテム他　終*/
/*この柄の別アイテム2019-07～*/
.this_item_all{
 width: 100%; max-width:420px;display: flex;justify-content: space-between;flex-wrap: nowrap;text-align:center;
}
.this_item_all img{
 width:95%;
}/*この柄の別アイテム終～*/
#header_container {/*ヘッダ固定2019-7～*/
position: fixed;
width: 100%;
z-index: 100;
top: 0px;
}

#inner_container {
padding-top: 170px; /*ヘッダーの高さ*/
}
/*ショッピングカートでは固定しない*/
shoppingcart_page_body {
position: static;
}



/*サイドメニューを落とす*/
.top_page_body #leftcol {
/* padding-top: 280px; バナーの高さ分サイド下げる　大が1段で280 */
padding-top: 430px; /* バナーの高さ分サイド下げる　大2段で430 */
}

/*新トップバナーここから*/
.main_contents {
position: relative;
}

.top_bn_all{
 width:970px;background-color:#fff;display:flex;flex-wrap:wrap;
 justify-content: space-between;line-height:160%;
position: absolute;
top: 0;
right: 0;
width: 980px;
height: 500px; /*コンテンツ高さ※変更してください*/
margin-bottom: 15px;
}
.bn_1{/*画像大*/
 width:483px;height:auto;margin:10px 0px;
}
.bn_2{/*画像小*/
 width:235px;height:auto;margin:10px 0px;
}
.bn_wrap{
 display:flex; flex-direction:column;height:auto;
}
.com_long{
  width:470px;max-width:470px;font-size:0.9em;font-weight:normal;color:#524e43;/*文字色*/
}
.bn_leader{
  width:470px; font-weight:bold;
}
.bn_text{
  width:470px; font-size:0.9em;font-weight:normal;color:#524e43;/*文字色*/
}
.com_short{
 max-width:235px;font-size:0.9em;font-weight:normal;color:#524e43;/*文字色*/
/*新トップバナー終*/
}

/*予約会商品詳細ページ柄部分*/
.gara_container{
  width: 100%;
  max-width: 750px;
  padding: 0 0px;margin:0 0;
}
.item-list {
  display: flex;
　flex:auto;
  flex-wrap:wrap;
  &:after{
    content:"";
    display:block;
    width: 176px;
    height:0;
  }
  justify-content: space-between;
  align-items: stretch;
}
.item {
  width: 24.5%;
  padding: 0.3em;
  border: 0px solid #ccc;
  box-sizing: border-box;
}
.item5 {
  width: 19.5%;
  padding: 0.3em;
  border: 0px solid #ccc;
  box-sizing: border-box;
}
.item3 {
  width: 23%;height:auto;
  margin:0 0.5em;padding:0;
  box-sizing: border-box;
}
.item-image {
  /*margin-bottom: 0.5em;*/
}
.item-image img{
  width: 100%;height: 100%;
  height: auto;
  vertical-align: bottom;
}
.item-list img{
  border:0.5px solid #dcdcdc;
}
.item-text{
    margin:0;
}
.item-text p{
  margin:0.4em auto;
  font-size: 0.65rem;
  line-height:1.1;
}
.item-text3 p{
  margin:0 auto 2em;
  font-size: 0.8rem;
  line-height:1.1;
}
/*予約会商品詳細ページ柄部分ここまで*/
/*金唐についてpopup終*/
.modal_link{
 font size:120%;font-weight:bold;
}
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 580px;
         padding: 30px;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}
.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}/*金唐についてpopup終*/


.item-image-fit {/*予約会商品ページ 画像を176-130にフィットさせる*/
  margin-bottom: 0.5em;
}
.item-image-fit img{
  width: 176px;height: 130px;
  height: auto;
  vertical-align: bottom;
  object-fit:cover;
}

/* 写真枠テスト */
.layout1000 .detail_item_photo {
	max-width: 1000px;width:100%;
}
.layout780 .detail_item_photo {
	max-width: 780px;width:100%;
}


/*メルマガ登録時の薄緑背景を赤に*/
.mailmagazine .edit_form .ok_row .global_btn .subscribeinput {
background-color: #e2696e;
}
/*ラッピング備考の項目名*/
#shoppingcart_page_step2 .cart_option .cell_header .form_header label,
#shoppingcart_page_step4 .disp_gift_wrap_comment .disp_customer_label {
display: none;
}
#shoppingcart_page_step2 .cart_option .cell_header .form_header::before,
#shoppingcart_page_step4 .disp_gift_wrap_comment::before {
content: "ラッピングに関するご希望";
font-weight: bold;
}

.yellow_line{
background: linear-gradient(rgba(254,254,152,0) 30%,#FEFE98 90%);font-weight:bold;
}


/*---------------------------*/
在庫切れの際の予約コーナーへの誘導ボタン
/*---------------------------*/
.layoutnfloat,
.item_desc,
.item_desc_text{position:relative!important;}
.item_desc_text .zaikogire a{position:absolute;right:3em;top:-5em;left:inherit;}

/*----------予約会開始前用-------------*/
#before_start_text::before {
  content: "開始前には、”ご購入いただけます”の表示があってもお買い物カゴは表示されません。";
}
#before_start_text { background: linear-gradient(rgba(254,254,152,0) 30%,#FEFE98 90%);font-weight:bold;font-size:1.2em;}
