@charset "utf-8";
/* CSS Document */
.od_frame_inner{
width: 100%;
}
/* 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には、通常サイズの画像サイズを指定。
*/
/*--------------------------------------*/
body {
    word-break: break-all;
    color: #000000;
    line-height: 140%;
    font-size:12px;
}
/* リンク */
A,
A h3 {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
A:hover,
A h3:hover {
    color: #666666;
    text-decoration: none;
}
/* ヘッダータグ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
ul{
     list-style: none !important;
}
/* androidバグ回避 */
p {background-image:url(https://splash-web.ocnk.net/data/splash-web/image/androidkaihi.gif);}

/*************************************************************/
/* 大枠 */
/*************************************************************/

/* 大枠 */
#container {
    width: 100%;
    min-width: 1100px;
    position: relative;
}
/* 大枠中央レイアウト */
.fix_center {
    width: 1100px;
    margin: auto;
}
.colmode .fix_center {
    width: 760px;
}
#footer_free_top .fix_center{
    width:100%;
}

/*************************************************************/
/* カラム設定 */
/*************************************************************/

/* 左カラム */
#leftcol {
    width: 250px;
    float: left;
}
/* 右カラム */
#rightcol {
    width: 200px;
    float: left;
}
.widemode #rightcol {
    float: right;
}
/* メインカラム 1カラム */
#maincol1 {
    width: 1100px;
}
/* メインカラム 2カラム */
#maincol2 {
    width: 850px;
    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: 100%;
    min-width: 1100px;
    margin: auto;
}
.widemode #maincol1 {
    width: auto;
}
.widemode #maincol2 {
    width: auto;
    float: none;
    margin-left: 200px;
}
.widemode .layout_r #maincol2 {
    margin-left: 0px;
    margin-right: 200px;
}

/*************************************************************/
/* ヘッダー */
/*************************************************************/

/* ヘッダー背景画像 */
#inner_header {
        height: 118px;
	background-image:url(https://splash-web.ocnk.net/data/splash-web/image/Top/headgldbg.gif);
	background-repeat:repeat-x;
}
/* ヘッダー上　キャッチフレーズ欄 */
#header_top {
    position: relative;
    width:1100px;
    margin:auto;
}
/* ヘッダー中　ショップロゴ、検索、カートの中身 */
#header_middle {
    position: relative;
}
/* ヘッダー下　ログイン、新規登録 */
#header_bottom {
    position: relative;
    padding-top: 0px;
    width:1100px;
    margin:auto;
}

/*************************************************************/
/* フッター */
/*************************************************************/

/* フッター */
#footer {
    width: 100%;
    background-color: #e6e7d9;
}

/* 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: 10px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}
/* ページトップ */
#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%;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    #inner_pagetop A {
        background-image: url(img/icon_pagetop_x2.png);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}
#inner_pagetop A:hover {
    background-color: #e1e1e1;
}
/* スマートフォンサイトボタン */
#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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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;
}
/* 表示パターン横幅 */
.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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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: #e1e1e1;
}
/* リンク一覧 */
.site_list_dropdown {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    padding: 10px;
    background-color: #FFFFFF;
    border-top: 5px solid #e1e1e1;
    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: #e1e1e1;
}
/* フッター用指定 */
#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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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;
}
/* ヘッダーバナーありの場合 */
.has_header_banner #shoptext {
    width: 200px;
}
/*************************************************************/
/* 商品検索 */
/*************************************************************/
/* 商品検索 */
#search {
    float: right;
    background-color: #cccccc;
    color: #FFFFFF;
    padding: 5px;
}
/* 検索エリア自由記入欄 */
#search_free {
    float: right;
}
/*************************************************************/
/* ログイン・新規登録 */
/*************************************************************/
/* 枠 */
#header_bottom .signin_box {
    width: 780px;
    padding-top: 10px;
    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(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_login.png);
    font-size:12px;
}
/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .signin_top A {
        background-image: url(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_login.png);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}
/* 新規登録ボタン背景画像 */
.register_top A {
    background-image: url(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_register.png);
    font-size:12px;
}
/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .register_top A {
        background-image: url(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_register.png);
        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(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_logout.png);
}
/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .signout_top A {
        background-image: url(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_logout.png);
        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(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_login.png);
}
/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .mypage_top A {
        background-image: url(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_login.png);
        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: #e1e1e1;
}
/* ログインボタン */
.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;
}
/* 自由記入欄サイドカラム用 */
#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://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .cartbtn A {
        background-image: url(https://splash-web.ocnk.net/data/splash-web/image/common/img/base/ico_cart.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: 0px;
    left: 3px;
    color: #000;
}
/* 数量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: 210px;
}
/*************************************************************/
/* グローバルナビゲーション */
/*************************************************************/
/* ヘッダーナビゲーション */
#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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    #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: #e1e1e1;
}
/* サブメニュー有りアイコン */
.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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .more {
        background-image: url(img/icon_more_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}
/*--------------------------------------*/
/* サイドナビゲーション */
/* ナビゲーション背景画像 */
.navi_list li {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    margin-bottom: 3px;
	border-radius: 5px;
}
.navi_list li:hover {
    background-color: #e1e1e1;
}
/* ナビゲーションアイコン画像 */
.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;
}
/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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: #e1e1e1;
    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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    #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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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 32px;
}
/* 右レイアウト */
.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: #e1e1e1;
    padding:0 15px 15px;
	margin-bottom: 15px;
}
/*************************************************************/
/* 左、右カラム　タイトル、コンテンツ枠 */
/*************************************************************/
/* タイトル */
.side_box h2 {
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    font-weight: bold;
	border-radius: 5px;
}
/* 左、右カラムコンテンツ */
.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;
}
/*************************************************************/
/* 左カラム */
/*************************************************************/
/*************************************************************/
/* カテゴリ、グループ一覧 */
/*************************************************************/
/* カテゴリ、グループ一覧タイトル */
.category h2,
.pickupcategory h2 {
    background-color: #e1e1e1;
	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 solid #D9D9D9;
    position: relative;
}
/* カテゴリ、グループアイコン画像 */
.category_list li A,
.pickupcategory_list li A {
    padding: 5px 18px 5px 18px;
    background-image: url(img/icon_b.gif);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    color: #444444;
}
/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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: #e1e1e1;
    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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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: #e1e1e1;
    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: #e1e1e1;
    font-weight: bold;
}
/*--------------------------------------*/
/* サブカテゴリ　第二階層 */
.category_list li ul li A {
    padding: 5px 5px 5px 23px;
    background-position: 8px 6px;
    color: #666666;
    font-weight: normal;
}
/* サブカテゴリ背景 */
.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: #e1e1e1;
}
/* オークションアイコン画像 */
.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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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: #e1e1e1;
}
/* 合計金額文字 */
.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 dotted #E0DFE3;
    padding: 8px 0px;
}
.news_data a span{
    font-weight:normal;
}
.main_box .news_data .news_date,
.main_box .news_data A {
    margin-right: 5px;
    width:100%;
}
.side_box .news_data .news_date,
.side_box .news_data A {
    float: none;
}
.side_box .news_data .news_date {
    display: block;
}
/* 日付 */
.news_date {
    font-size: 13px;
}
/* 年月日 */
.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 {
    font-weight: normal;
    display: block;
    word-break: normal;
}
.item_box .text_layout .regular_price {
    display: inline;
}
/* 商品一覧希望小売価格、税込価格 */
.item_box .retail_price,
.item_box .tax_incl_price {
    color: #666666;
    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;
}
/* 在庫リンク */
.variation_stock .global_link{
	background-image:none;
	padding:0;
}
.variation_stock .global_link a{
	display:block;
	color:#FFFFFF;
	width:200px;
	margin:5px;
	padding:10px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #996699;
	background: -moz-linear-gradient(top,  #996699 0%, #993799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#996699), color-stop(100%,#993799));
	background: -webkit-linear-gradient(top,  #996699 0%,#993799 100%);
	background: -o-linear-gradient(top,  #996699 0%,#993799 100%);
	background: -ms-linear-gradient(top,  #996699 0%,#993799 100%);
	background: linear-gradient(to bottom,  #996699 0%,#993799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996699', endColorstr='#993799',GradientType=0 );
}
.variation_stock .global_link a:hover{
	background: #cf9ed1;
	background: -moz-linear-gradient(top,  #cf9ed1 0%, #db50e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf9ed1), color-stop(100%,#db50e0));
	background: -webkit-linear-gradient(top,  #cf9ed1 0%,#db50e0 100%);
	background: -o-linear-gradient(top,  #cf9ed1 0%,#db50e0 100%);
	background: -ms-linear-gradient(top,  #cf9ed1 0%,#db50e0 100%);
	background: linear-gradient(to bottom,  #cf9ed1 0%,#db50e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9ed1', endColorstr='#db50e0',GradientType=0 );
}
/* 商品一覧説明 */
.item_box .item_desc {
    padding: 5px;
    color: #000000;
    font-weight: normal;
}
.item_data {
        font-size: 100%;
}
p.item_rankno {
    background: center no-repeat;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
li.ranking1 div p.item_rankno{
    background-image: url(https://www.splash-web.net/data/splash-web/image/yahoo/y_rank1.png);
}
li.ranking2 div p.item_rankno{
    background-image: url(https://www.splash-web.net/data/splash-web/image/yahoo/y_rank2.png);
}
li.ranking3 div p.item_rankno{
    background-image: url(https://www.splash-web.net/data/splash-web/image/yahoo/y_rank3.png);
}
li.ranking4 div p.item_rankno{
    background-image: url(https://www.splash-web.net/data/splash-web/image/yahoo/y_rank4.png);
}
li.ranking5 div p.item_rankno{
    background-image: url(https://www.splash-web.net/data/splash-web/image/yahoo/y_rank5.png);
}
/*--------------------------------------*/
/* 写真のみレイアウト */
.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: #e1e1e1;
}
.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: #e1e1e1;
    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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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: #e1e1e1;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
    padding: 5px;
    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;
}
/* 各サブカテゴリ枠 */
.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: #e1e1e1;
}
/* 登録商品数 */
.category_item_count,
.history_count {
    padding: 10px;
    font-size: 85%;
}
/*--------------------------------------*/
/* ソート */
/* ソート大枠 */
.sort {
    width: 100%;
    background-color: #e1e1e1;
}
.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 .retail_price,
.detail_item_data .tax_incl_price {
    color: #666666;
    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 #e1e1e1;
    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: #e1e1e1;
    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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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 #BBBBBB;
    vertical-align: middle;
}
/* 最上部行 */
.form_table th.postop,
.form_table td.postop {
    border-top: 1px solid #BBBBBB;
}
/* thタグ */
.form_table .cell_header {
    width: 30%;
    color: #333333;
    text-align: left;
    background-color: #e1e1e1;
}
/* 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: #e1e1e1;
}
/* 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: #e1e1e1;
    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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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: #e1e1e1;
    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: #e1e1e1;
}
/* 変更時の金額を更新ボタン欄背景 */
.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: 10px;
}
/* 小項目タイトル */
.table_caption {
    padding: 5px 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: #e1e1e1;
}
/* 送料表　セル幅 */
.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: #e1e1e1;
    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;
}
/*************************************************************/
/* 特定商取引法 */
/*************************************************************/
/* 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: #e1e1e1;
	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: #e1e1e1;
}
/* 検索文字強調 */
.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: #e1e1e1;
    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: #e1e1e1;
    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: #e1e1e1;
    text-align: left;
}


/*************************************************************/

/* 携帯サイトURL */

/*************************************************************/

/* 携帯サイトURLコンテンツ*/
.mobilesite_contents {
    padding: 5px 10px;
}

/* 送信ボックス */
.mobilesite_box {
    padding: 15px 8px;
    background-color: #e1e1e1;
    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;
}

#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;
}

/* ボタンサイズ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(https://splash-web.ocnk.net/data/splash-web/image/btn_main.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #F9F9F9;
    color: #333333;
    background-size: contain;
}
/* 商品詳細ページボタンデザイン */
.detail_item_data .btn_color_common{
    background-image: url(https://splash-web.ocnk.net/data/splash-web/image/btn_main_g.gif) !important;
}

/* 色強調 */
.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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .entry_box .loading {
        background-image: url(img/load_entry_icon_x2.gif);
    }
    /*-----------------------------------------------------------*/
}


/*************************************************************/

/* 余白 */

/*************************************************************/

.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-device-pixel-ratio: 1.5) {
    /*-----------------------------------------------------------*/
    .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);
    }

    /*-----------------------------------------------------------*/

}








/* 追加分 */


/* ヘッダ */
.siteheadcopy{
	font-weight:normal;
        margin-top:10px;
}

.siteheadcopy a{
	text-decoration:none;
	font-weight:normal;
}

.siteheadcopy a:hover{
	color:#555;
}

.whatnew{
	float:left;
	width:520px;
}
.whatnew .section_title h2{
    display:none;
}



.font-mincho{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}





/* ヘッダメニュー */
#dropmenu {
  list-style-type: none;
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
#dropmenu li {
  position: relative;
  float: left;
  margin: 0 6px;
  padding:0;
  text-align: center;
}
#dropmenu li a,#dropmenu li span {
  display: block;
  margin: 0;
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  border-bottom:3px solid #000;
}


#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 170px;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
  margin:0;
}
#dropmenu li ul li a {
  padding: 13px 10px;
  background: #333333;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu > li:hover > a {  border-bottom:3px solid red; }
#dropmenu > li:hover li:hover > a {  background: #666666 }
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#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:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #CCC;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #CCC;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul li a {  background: #666666 }
#dropmenu li:hover ul li ul li a:hover {  background: #999999 }








/* 背景ホワイト */

.bkspwhiteback{
	background-color:white;
	color:black;
}

.bkspwhiteback a{
	color:black;
}

.bkspwhiteback a:hover{
	color:#FF0000;
}





アイコン
----------------------------------------------------------- */
.sale-info .icon-info-x{
display:block;
float:left;
width:20px;
height:20px;
background-image:url(https://splash-web.ocnk.net/data/splash-web/image/icon-3.gif);
background-repeat:no-repeat;
}





/* FAQについてのCSS */


#titlle {
BORDER-BOTTOM: medium none;
BORDER-LEFT: medium none;
LINE-HEIGHT: 43px;
PADDING-LEFT: 18px;
/*BACKGROUND: url(image/SG/guide-Mbar.png) no-repeat;*/
background-color:#1a1a1a;
HEIGHT: 40px;
COLOR: #000;
FONT-SIZE: 20px;
BORDER-TOP: medium none;
BORDER-RIGHT: medium none;
}

#titlle A {
COLOR: #fff
}

#titlle A:hover {
TEXT-DECORATION: none
}




#guide {
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: #ddd 1px solid;
PADDING-BOTTOM: 24px;
LINE-HEIGHT: 150%;
PADDING-LEFT: 6px; WIDTH: 508px;
PADDING-RIGHT: 6px;
FLOAT: left;
COLOR: #222;
FONT-SIZE: 10.5pt;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid;
PADDING-TOP: 10px;
_width: 580px;
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-radius-bottomleft: 6px;
border-radius-bottomright: 6px
}


#guide a:hover{
color:#666666;
}


#guide P {
MARGIN-TOP: 1px;
MARGIN-BOTTOM: 1em;
MARGIN-LEFT: 1em;
TEXT-DECORATION: none
}

#guide P A{
COLOR: #7d7353;
TEXT-DECORATION: none
}

#guide DD {
MARGIN-BOTTOM: 1em
}

#guide DT {
LINE-HEIGHT: 30px;
PADDING-LEFT: 1em;
MARGIN-BOTTOM: 1.5em;
/*BACKGROUND: url(image/SG/guide-Pbar.png) repeat-x left top;*/
background-color:#1a1a1a;
HEIGHT: 27px;
COLOR: #fff;
FONT-SIZE: 11pt;
OVERFLOW: hidden;
FONT-WEIGHT: bold;
BORDER-RIGHT: #9966CC 1px solid;
TEXT-DECORATION: none;
_line-height: 27px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px
}

#guide DT A {
COLOR: #fff
}

#guide DT A:hover {
TEXT-DECORATION: none
}

#guide DT P{
text-align: right;
}

#guide DD {
PADDING-BOTTOM: 0.5em;
PADDING-LEFT: 0em
}


#guide UL {
PADDING-LEFT: 2em;
COLOR: #555;
FONT-SIZE: 10pt
}
#guide UL LI {
LIST-STYLE-TYPE: disc
}

#guide UL A{
COLOR:#7d7353;
LIST-STYLE-TYPE: disc
}

#guide DD UL {
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: #ddd 1px solid;
PADDING-BOTTOM: 0.5em;
BACKGROUND-COLOR: #f6f6f6;
PADDING-LEFT: 1.5em;
PADDING-RIGHT: 1em;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid;
PADDING-TOP: 1em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px
}
#guide DD UL LI {
LIST-STYLE-TYPE: disc;
MARGIN-BOTTOM: 0.5em
}

#guide UL {
MARGIN-BOTTOM: 1em
}

#guide HR {
DISPLAY: none
}

.clear {
clear:both;　
}

#guide UL.faqs LI {
LIST-STYLE-TYPE: none;
TEXT-DECORATION: none
}

#guide UL.faqs LI A {
COLOR:#1a1a1a;
PADDING-LEFT: 20px;
BACKGROUND: url(image/SG/GSpA.png) no-repeat left 1px
}

#guide UL.faqs LI A:hover {
color:#666666;
}


#guide UL.faqs LI SMALL{
font-size:12px;
color:#900;
LIST-STYLE-TYPE: none;
TEXT-DECORATION: none
}

#guide UL.faqs2 LI {
LIST-STYLE-TYPE: none;
COLOR:#069;
PADDING-LEFT: 20px;
BACKGROUND: url(image/SG/GSpA.png) no-repeat left 5px
}



#guide UL.faq {
LIST-STYLE-POSITION: outside;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-LEFT: 5px;
PADDING-RIGHT: 0px;
PADDING-TOP: 0px;
}


.faqs2 #news1 {
COLOR: #900;
WIDTH:110px;
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: #ddd 1px solid;
BACKGROUND-COLOR: #FFF;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid;
PADDING-BOTTOM: 2px;
PADDING-TOP: 2px;
PADDING-LEFT: 1em;
MARGIN-TOP: -5px;
MARGIN-BOTTOM: 5px;
}

.faqs2 #news2 {
COLOR: #000;
WIDTH:200px;
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: #ddd 1px solid;
BACKGROUND-COLOR: #FFF;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid;
PADDING-BOTTOM: 2px;
PADDING-LEFT: 1em;
PADDING-TOP: 2px;
MARGIN-TOP: 0px;
MARGIN-BOTTOM: 5px;
}





#gmenu {
PADDING-TOP: 10px;
WIDTH: 178px;
FLOAT: left;
margin-left:60px;
}

#gmenu DL {
}

#gmenu DL DT {
PADDING-BOTTOM: 1px;
PADDING-LEFT: 1px
}

#gmenu DL DT A {
PADDING-BOTTOM: 0.5em;
LINE-HEIGHT: 100%;
BACKGROUND-COLOR: #B691DA;
PADDING-LEFT: 1em;
DISPLAY: block;
COLOR: #fff;
FONT-WEIGHT: bold;
PADDING-TOP: 0.5em
}
#gmenu DL DT A:hover {
BACKGROUND-COLOR: #8244C0;
TEXT-DECORATION: none
}

#gmenu DL DT.dtactive {
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: medium none;
BACKGROUND-COLOR: #E8E5F6;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid
}

#gmenu DL DT.dtactive A {
PADDING-BOTTOM: 0.5em;
PADDING-LEFT: 1em;
PADDING-RIGHT: 0px;
BACKGROUND: url(image/SG/guide-Stp.png) #eee repeat-x left top;
COLOR: #1a1a1a;
PADDING-TOP: 0.5em
}

#gmenu DL DT.dtactive A:hover {
PADDING-BOTTOM: 0.5em;
BACKGROUND-COLOR: #fff;
PADDING-LEFT: 1em;
PADDING-RIGHT: 0px;
COLOR: #666;
PADDING-TOP: 0.5em
}

#gmenu DL DD {
DISPLAY: none
}

#gmenu DL DD.ddactive {
BORDER-BOTTOM: #ddd 1px solid;
PADDING-BOTTOM: 1em;
BACKGROUND-COLOR: #fff;
PADDING-RIGHT: 0px;
DISPLAY: block;
MARGIN-BOTTOM: 1px;
MARGIN-LEFT: -1px;
BORDER-RIGHT: #ddd 1px solid;
PADDING-TOP: 3px;
}

#gmenu DL DD.ddactive A {
PADDING-LEFT: 14px;
BACKGROUND: url(image/SG/guideSpA.png) no-repeat left -79px;
FONT-SIZE: 9pt
}

#gmenu UL UL {
PADDING-LEFT: 1.5em;
PADDING-RIGHT: 0.5em;
COLOR: #ccc
}

#gmenu UL UL LI {
LINE-HEIGHT: 120%;
LIST-STYLE-TYPE: disc
}

#gmenu DD UL  {
list-style-type: none
}




/* サイズFAQ */
#size {
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: #ddd 1px solid;
PADDING-BOTTOM: 24px;
LINE-HEIGHT: 150%;
WIDTH: 760px;
FLOAT: left;
COLOR: #222;
FONT-SIZE: 10.5pt;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid;
PADDING-TOP: 0px;
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-radius-bottomleft: 6px;
border-radius-bottomright: 6px
}

#size P {
MARGIN-TOP: 1px;
MARGIN-BOTTOM: 3px;
MARGIN-LEFT: 1em;
TEXT-DECORATION: none;
}

#size P A{
COLOR: #90F;
TEXT-DECORATION: none
}

#size DT {
LINE-HEIGHT: 30px;
PADDING-LEFT: 1em;
MARGIN-BOTTOM: 1.5em;
BACKGROUND: url(image/SG/guide-Pbar.png) repeat-x left top;
HEIGHT: 27px;
COLOR: #fff;
FONT-SIZE: 11pt;
OVERFLOW: hidden;
FONT-WEIGHT: bold;
BORDER-RIGHT: #9966CC 1px solid;
TEXT-DECORATION: none;
_line-height: 27px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px
}

#size DT A {
COLOR: #fff
}

#size DT A:hover {
TEXT-DECORATION: none
}

#size DT P {
text-align: right;
}

#size DD {
PADDING-BOTTOM: 0.5em;
PADDING-LEFT: 0em
}


#size UL {
PADDING-LEFT: 2em;
COLOR: #069;
FONT-SIZE: 10pt
}

#size UL LI {
LIST-STYLE-TYPE: disc
}

#size UL A{
COLOR:#90F;
LIST-STYLE-TYPE: disc
}

#size DD UL {
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: #ddd 1px solid;
PADDING-BOTTOM: 0.5em;
BACKGROUND-COLOR: #f6f6f6;
PADDING-LEFT: 1.5em;
PADDING-RIGHT: 1em;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid;
PADDING-TOP: 1em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px
}

#size DD UL UL {
BORDER-BOTTOM: #ddd 1px solid;
BORDER-LEFT: #ddd 1px solid;
PADDING-BOTTOM: 0.5em;
BACKGROUND-COLOR: #fff;
PADDING-LEFT: 1.5em;
PADDING-RIGHT: 1em;
BORDER-TOP: #ddd 1px solid;
BORDER-RIGHT: #ddd 1px solid;
PADDING-TOP: 1em;
-moz-border-radius: 4px;

-webkit-border-radius: 4px;
border-radius: 4px
}

#size DD UL LI {
LIST-STYLE-TYPE: disc;
MARGIN-BOTTOM: 0.5em
}

#size UL {
MARGIN-BOTTOM: 1em
}

#size HR {
DISPLAY: none
}

#size UL.faqs LI {
LIST-STYLE-TYPE: none;
TEXT-DECORATION: none
}


#size UL.faqs LI SMALL{
font-size:12px;
color:#900;
LIST-STYLE-TYPE: none;
TEXT-DECORATION: none
}

#size UL.faqs LI A {
COLOR:#90F;
PADDING-LEFT: 20px;
BACKGROUND: url(image/SG/GSpA.png) no-repeat left 1px
}

#size UL.faqs2 LI {
LIST-STYLE-TYPE: none;
COLOR:#909;
PADDING-LEFT: 20px;
BACKGROUND: url(image/SG/GSpA.png) no-repeat left 5px
}



#size UL.faq {
LIST-STYLE-POSITION: outside;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-LEFT: 5px;
PADDING-RIGHT: 0px;
PADDING-TOP: 0px;
}











.rubric {
background: #e4c5c5;color:#000;
display: inline-block;*display:inline;font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 1.4;
margin: 0 0 8px 0;
padding: 1px 3px;
text-transform: uppercase;
}


.headline {
color:#101010;
font-family:"Quatro Slab Ultra Black","Rockwell Extra Bold","Gill Sans Ultra Bold","Arial Black",serif;
font-size: 26px;
font-weight: 900;
font-size-adjust: 0.564;
letter-spacing: -0.015em;
line-height: 1;
}

.headline span{
    font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
    font-size:22px;
    font-weight:normal;
    margin-left:1em;
}

.subheadline {
color:#101010;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1.5;width:630px;
}


.author {
color:#666;font-family:Georgia,"Times New Roman","Times","serif";
font-size:px;
font-weight: normal;
line-height: 1.5;
font-style:italic;
margin-top: 4px;
margin-bottom:0;
}


#infob p.author {
color:#666;
font-family:Georgia,"Times New Roman","Times","serif";
font-size: px;
font-weight: normal;
line-height: 1.5;
font-style: italic;
margin-top: 4px;
margin-bottom: 0;
}



.itext {
/*color:#DDDDDD;*/
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
font-size: 12px;
line-height: normal;
margin: 0;
padding: 10px 3px 10px;
}

.itext a {
font-weight: bold;
color: #014778;
}


.ipage_bgfr{
	background-color:#ececec;
	border:1px solid #3f3f3f;
	margin:30px 0;
}


ul.ilistdesign{
	margin-top:15px;
	margin-left:15px;
	margin-bottom:20px;
	text-align:left;
}

ul.ilistdesign li{
	font-size:13px;
	display: inline;
	margin-right: 10px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
box-shadow:rgba(0, 0, 0, 0.8) 5px 10px 10px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 5px 10px 10px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.8) 5px 10px 10px 0px;
}


ul.ilistdesign li a{
	font-size-adjust: 0.51;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	border: 1px solid #926491;
	color: #fff;outline: 1px solid #532853;
	padding: 3px;
	background:#532853;
}




.i-line {
border-bottom:1px solid #926491;
/*color:#DDDDDD;*/
font-family:Georgia,"Times New Roman","Times","serif";
font-size:12px;
font-weight:normal;line-height:normal;
font-style:italic;
font-weight:bold;
letter-spacing:1px;
margin:25px 13px 13px 13px;
padding:0;
text-align:center;
text-transform:lowercase;
}

.i-line a {
/*color:#DDDDDD;*/
text-decoration: none;
}

.i-line .shim {
border-bottom:3px solid #532853;
padding:0 3px 0 5px;
white-space:nowrap;
}



.Mannequin{
background:#e4c5c5;
width:630px;
text-align: right;
color:#404040;
border: 1px solid #e0e0e0;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
font-size:10px;font-weight:normal;
line-height:1.4;
margin-top:-2px;
}



table#table-02 {
width: 630px;
border: 1px #3f3f3f solid;
border-collapse: collapse;
border-spacing: 0;
font-size:10px;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
background-color:#ececec;
}

table#table-02 th,table#table-03 th {
padding: 2px;
border: 1px #3f3f3f solid;
background: #ececec;
font-weight: bold;
line-height: 120%;
text-align: center;
}


table#table-02 td,table#table-03 td  {
padding: 2px;
border: 1px #3f3f3f solid;
 text-align: center;
}




table#table-03 {
width: 510px;
border: 1px #c0c0c0 solid;
border-collapse: collapse;
border-spacing: 0;
font-size:10px;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
background-color:#ececec;
}



.itemattention{
	clear:both;
	text-align:right;
	font-size:12px;
	margin-top:10px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
}



/* スタッフレビューレイアウト */
.staff_review_box{
	width:630px;
	background-color:#ececec;
	padding-top:15px;
	padding-bottom:15px;
	border:1px solid #3f3f3f;
	margin-bottom:50px;
}

.staff_review_box p{
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
}

.staff_review_box > p{
	margin-left:15px;
	margin-right:15px;
	clear:both;
}

.stfrev_div{
	width:600px;
	height:225px;
	padding-top:15px;
	margin:15px;
	clear:both;
	border-top:1px solid #C0C0C0;
}

.staff_rev_mds{
	margin-left:15px;
}

.staff_rev_mds + div{
	border:none;
}

.stfrev_div div{
	float:right;
	width:333px;
	margin-left:15px;
}

.stfrev_div h6{
	font-size:14px;
	margin-bottom:10px;
}

.stfrev_div p{
	margin-bottom:15px;
}

.stfrev_div img{
	width:252px;
	height:225px;
}









#i-re {
background-color:#ececec;
border:1px solid #3f3f3f;
}

#i-re #rev {
width:272px;
float:left;_display: inline;
padding: 20px 20px 45px 20px;
border-right: 1px solid #3f3f3f
}


#i-re #rev2 {
width: 275px;
float: left;_display: inline;
padding: 20px 15px 45px 25px;
}


#i-re #rev ul {
margin-top:8px;
text-align:justify
}


#i-re #infob {
padding: 10px 20px;
clear: both
}



#i-re #infob ul {
margin-top:20px;
}

#i-re #infob ul li {
font-size:13px;
display: inline;
margin-right: 10px;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
}

#i-re #infob ul li a,#i-set ul li a{
font-size-adjust: 0.51;
font-weight: bold;
letter-spacing: -0.03em;
line-height: 1;
border: 1px solid #926491;
color: #fff;outline: 1px solid #532853;
padding: 3px;
background:#532853;
}

#i-re #infob ul li a:active,#i-re #infob ul li a:hover {
border:1px solid #e15041
}




#i-re2 {
width: 245px;
float: left
}


#i-re2 #infob2 {
width: auto;
padding: 6px 0px;
}


#i-re2 #infob2 ul {
text-align: left;
}

#i-re2 #infob2 ul li {
font-size: 12px;
width: auto;
display: inline;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
}


#i-re2 #infob2 ul li a {
font-size-adjust:0.51;
font-weight:bold;
letter-spacing:-0.03em;
line-height:1;
border:1px solid #926491;
color:#fff;
outline:1px solid #532853;
padding:3px;
background:#532853;
text-align: right;
}

#i-re2 #infob2 ul li a:hover {
border:1px solid #e15041
}




.i-list {
float:right;
font-size: 12px;
display: block;
width: auto;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
text-align: right;
margin-top: -14px;
}






#infob #bi {
margin-top: 5px;
float: left;_display: inline;
margin-left: -10px;
width: 140px;height:50px;
}




/* タブボックス枠の設定 */
div.tabbox {
margin: 0px; padding: 0px;
background-color:#FFFFFF;
}

/* タブの設定 */
p.tabs {
margin-bottom:30px; padding: 0px;
 }

p.tabs a {
display: block; width: 90px; float: left;
margin: 0px 1px -1px 0px; padding: 2px;
text-align: center;
text-decoration: none;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
text-decoration: none;/*下線なし*/
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
font-size:13px;
font-size-adjust:0.51;
font-weight:bold;letter-spacing:-0.03em;
line-height:32px;color:#333;
padding-left:10px;
 outline:0
}

p.tabs a.tab1 {
background-color:#FFF;
}
p.tabs a.tab2 {
background-color:#FFF;
}
p.tabs a.tab3 {
background-color:#FFF;
}
p.tabs a.tab4 {
background-color:#FFF;
}
p.tabs a.tab5 {
background-color:#FFF;
}
p.tabs a.tab6 {
background-color:#FFF;
}
p.tabs a:hover {
color: #000; background-color:#f5f5f5;
}


/* ボックスの設定 */
div.tab {
overflow: auto;/* スクロールの許可 */
clear: left;

}

div#tab1 { border: 1px solid #e0e0e0;
background-color: #f5f5f5;
padding:15px;
}

div#tab2 { border: 1px solid #e0e0e0;
background-color: #f5f5f5;
padding:15px;
}

div#tab3 { border: 1px solid #e0e0e0;
background-color: #f5f5f5;
padding:15px;
}

div#tab4 { border: 1px solid #e0e0e0;
background-color: #f5f5f5;
padding:15px;
}

div#tab5 { border: 1px solid #e0e0e0;
background-color: #f5f5f5;
padding:15px;
}

div#tab6 { border: 1px solid #e0e0e0;
background-color: #f5f5f5;
padding:15px;
}




/* 360View*/

.banner360 {
position:absolute;
z-index:99;
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
margin:180px 0 0 260px;
}

.banner360_mini {
background: url(product/logo_mini_b.png);
width:130px;
height:115px;
position: absolute;
z-index:99;
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
margin:10px 0 0 480px;
background-repeat:no-repeat;
}






.groupclclist{
	width:820px;

}

.groupclclist li{
	float:left !important;
	margin:0px 10px 0px 0px;
}




/* 旧アイテムのセンタリング */

.olditemrcenter{
	width:630px;
	margin-left:auto;
	margin-right:auto;
}




/* 旧ページ画像切替タブのマウスオーバーデザイン */
.tabbox p.tabs a{
	cursor: pointer;
}




/* セレクトページ見出し */

.selecttitlecnt{
	width:760px;
}

.selecttitlebox{
	height:60px;
background: #e0d7af; /* Old browsers */
background: -moz-linear-gradient(top,  #e0d7af 0%, #a3956b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0d7af), color-stop(100%,#a3956b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0d7af 0%,#a3956b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0d7af 0%,#a3956b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0d7af 0%,#a3956b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0d7af 0%,#a3956b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d7af', endColorstr='#a3956b',GradientType=0 ); /* IE6-9 */

}

.selecttitlelink{
	height:21px;
	background-color:#A69D80;
	color:#FFFFFF;
	margin-top:1px;
}


.selecttitlelink a{
	width:50%;
	float:left;
	color:white;
	margin-top:2px;
}

.selecttitlelink a:hover{
	color:#CCCCCC;
}




/* 旧スペシャルボトム */

#special{
	padding:10px;
	background-color:#DDDDDD;
	border:1px solid #333333;
}




/* 修正版スペシャルボトム */
.special_bottom{
	width:980px;
	clear:both;
}

.special_bottom h4{
	margin:15px 0;
	padding:10px;
	background-color:#DDDDDD;
	border:1px solid #333333;
}

.special_bottom h5{
	margin-top:15px;
}

.special_bottom p{
	font-weight:normal;
}




/* 同意するボタンを目立たせる */
.shoppingcart_page_body .usercheck {
font-size:1.5em;
font-weight:bold;
text-align:center;
background-color:#FFDF7D;
}







/* アイテムページ末尾インフォメーション */
#itembtminfo{
	width:760px;
	margin-top:30px;
	margin-bottom:50px;
}

#itembtminfo .infobox1{
	height:174px;
	background-image:url(https://splash-web.ocnk.net/data/splash-web/image/itempage/itembtminfo_01.jpg);
	padding-left:264px;
}

#itembtminfo .infobox2{
	height:264px;
	background-image:url(https://splash-web.ocnk.net/data/splash-web/image/itempage/itembtminfo_02.jpg);
	padding-left:264px;
}

#itembtminfo .infobox3{
	height:174px;
	background-image:url(https://splash-web.ocnk.net/data/splash-web/image/itempage/itembtminfo_03.jpg);
	padding-left:264px;
}

#itembtminfo .infobox4{
	height:174px;
	background-image:url(https://splash-web.ocnk.net/data/splash-web/image/itempage/itembtminfo_04.jpg);
	padding-left:264px;
}

#itembtminfo h5{
	padding-top:15px;
	padding-bottom:10px;
	color:#BF9F58;
	font-size:22px;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#itembtminfo h5 span{
	font-size:30px;
}

#itembtminfo p{
	line-height:1.3em;
	width:475px;
}

#itembtminfo p.bottomtext{
	width:100%;
	margin-bottom:30px;
}

#itembtminfo div.bottomlink{
	margin-left:250px;
}

#itembtminfo div.bottomlink a{
	width:240px;
	text-align:center;
	display:block;
	float:left;
	margin:auto 5px;
}





/* カラーマーカー */
.marker_gold{
	background-color:#f4dea5;
}











/* ベネチアナ商品ページ商品情報レイアウト_2015 */
#vz_itemdetail_cont{
	border:1px solid #8D2421;
	width:700px;
	margin-bottom:10px;
}

#vz_itemdetail_cont h5{
	margin:20px 10px 10px;
	background-color:#F3F3F3;
	border:1px solid #CCCCCC;
	padding:8px;
	font-weight:normal;
	color:#666666;
}

#vz_itemdetail_cont span{
	font-weight:bold;
	color:#000000;
	margin-left:30px;
}

#vz_itemdetail_cont p{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
}

#vz_itemdetail_cont div{
	float:left;
	margin-left:10px;
}

#vz_itemdetail_cont table{
	width:350px;
	border-collapse: collapse;
	background-color:#F3F3F3;
	margin-bottom:15px;
}

#vz_itemdetail_cont td{
	border:1px solid #CCCCCC;
	text-align:center;
}

#vz_itemdetail_cont th{
	width:100px;
	border:1px solid #CCCCCC;
}

#vz_itemdetail_cont img{
	margin-bottom:15px;
}











/* 商品ページ内サイズ案内リンク関係 */
.itempage_sizeinfo,.itempage_cupsizelist{
	box-sizing: border-box;
	width:630px;
	background-color:#ececec;
	padding:15px;
	border:1px solid #3f3f3f;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}

.itempage_sizeinfo p,.itempage_cupsizelist p{
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
}

.sizeinfo_bottom{
	color:red;
}

.sizeinfo_bottom_add{
	color:red;
	font-weight:bold;
}

.sizeinfo_img,.cupsizelist_img{
	margin:20px auto 20px 17px;
}

.sizeguidelink{
	text-align:center;
	margin-bottom:40px;
}

.itempagetelguide{
	text-align:center;
}





/* ブランドボトムフレームデザイン */
#brandinfomation_axami{height:1130px;width:630px;display:block;margin:50px auto;}
#brandinfomation_axami2{height:1056px;width:100%;display:block;margin:50px auto;}
#brandinfomation_axamisexy{height:1000px;width:630px;display:block;margin:50px auto;}
#brandinfomation_anais{height:860px;width:630px;display:block;margin:50px auto;}
#brandinfomation_anais2{height:950px;width:706px;display:block;margin:50px auto;}
#brandinfomation_ewabien{height:1056px;width:630px;display:block;margin:50px auto;}
#brandinfomation_ewabien2{height:1056px;width:100%;display:block;margin:50px auto;}
#brandinfomation_gracya{height:500px;width:630px;display:block;margin:50px auto;}
#brandinfomation_sawren{height:940px;width:630px;display:block;margin:50px auto;}
#brandinfomation_sawren2{height:1056px;width:100%;display:block;margin:50px auto;}
#brandinfomation_veneziana{height:870px;width:700px;display:block;margin:50px auto;}
#brandinfomation_obsessive{height:820px;width:630px;display:block;margin:50px auto;}
#brandinfomation_obsessive2{height:1056px;width:100%;display:block;margin:50px auto;}
.brandinfomation_obsessive2{height:1056px;width:100%;display:block;margin:50px auto;}













/* プライバシーポリシー、会社概要*/
.pp {
margin-top:10px;
width:700px;
margin-left:0px;
margin-bottom:30px
}
.pp2 {
width:600px;
margin-left:40px;
margin-bottom:30px
}
.ph2  {
width:250px;
margin-top:10px;
margin-left:0px;
margin-bottom:10px;
padding:3px;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
color:#000;
font-size:17px;
}
.ph3  {
margin-bottom:10px;
font-size:13px;
color:#000
}
p1  {
margin-top:0px;
text-align:justify;
text-justify:distrbute;
line-height:150%;
font-size:12px;
color:#666
}
.p_end {
width:40px;
margin-top:-10px;
margin-left:600px;
line-height:150%;
font-size:12px;
color:#666
}
.ppul{
	list-style-type:none !important;
}
.ppul2{
	list-style-type:disc !important;
}
/* プライバシーポリシー、会社概要_end */











/*----- セレクトページレイアウト -----*/
.sel_main_cont{
	font-size:13px;
	line-height:1.4em;
	width:100%;
	margin:auto;
	overflow:hidden;
}
.sel_page_midasi{
	font-size:22px;
	clear:both;
	margin-bottom:10px;
	margin-top:35px;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sel_main_img{
	width:100%;
}

.sel_first_text{
	margin-top:40px;
	margin-bottom:2em;
	color:#666666;
	font-size:22px;
	line-height:1.2em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	padding:0 1em;
}
.sel_botou_section{
	overflow:hidden;
}
.sel_botou_section p{
	padding:0 2em;
}

.sel_main_cont p{
	margin-bottom:1em;
}

.sel_sub_img{
	width:100%;
	margin:1em auto;
}

.sel_sub_img_r{
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	width:365px;
}

.sel_sub_img_l{
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	width:365px;
}

.sel_text_midasi{
	font-size:22px;
	clear:both;
	margin-bottom:2em;
	margin-top:3em;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}



.sel_section_group_spacer{
	height:70px;
	clear:both;
}

.sel_item_list{
	width:100%;
	padding:0 !important;
	list-style:none;
	overflow:hidden;
}

.sel_item_list li{
	width:48%;
	margin:0 4% 1em 0;
	float:left;
	box-sizing:border-box;
	text-align:center;
}
.sel_item_list li:nth-child(even){
	margin-right:0;
}
.sel_item_list li a{
	text-decoration:none;
}
.sel_item_list li img{
	margin:0;
}
.sel_item_list li h4{
	margin-top:0.5em;
	font-size:16px;
	color:#000000;
}
.sel_item_list li p{
	color:#000000;
	font-size:12px;
}

.sel_item_linkbox{
	display:block;
}

.sel_item_linkbox img{
	width:100%;
	border:1px solid black;
	margin-bottom:0.7em;
	box-sizing:border-box;
}

.sel_item_linkbox h4{
	font-weight:bold;
	text-align:left;
	margin:auto 1em 0.3em;
}

.sel_item_linkbox p{
	margin-bottom:0;
	text-align:left;
	margin:auto 1em;
	font-weight:normal;
}


.sel_item_section{
	clear:both;
	margin:auto auto 140px;
	width:100%;
	/* border:1px solid #666666; */
	padding:1em;
	box-sizing:border-box;
}

.sel_item_midasi{
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	margin-bottom:1em;
}
.sel_item_midasi:before{
	content:'■';
	margin-right:0.3em;
}
.sel_dammy_title{
	font-size:22px;
	text-align:center;
	margin-bottom:0.5em;
}
.sel_pan_under_img{
	margin-bottom:15px;
}
.sel_date{
	text-align:center;
	overflow:hidden;
	padding-top:1em;
}
.sel_date span{
	font-family: 'Times New Roman','Vollkorn', serif;
	font-size:34px;
	border-bottom:1px solid #000000;
}
.sel_date p{
	font-size:1em;
	margin-top:9px;
}
#sel_link{
	margin:8em auto;
}
.sel_link_bar{
	position:relative;
	overflow:hidden;
	background-color:#000000;
	width:100%;
	height:20px;
}
.sel_link_bar a{
	position:absolute;
	font-size:12px;
	color:#FFFFFF;
	top:3px;
}
.sel_link_bar a:first-child{
	left:2px;
}
.sel_link_bar a:last-child{
	right:2px;
}
.sel_link_imgbox{
	position:relative;
	overflow:hidden;
	width:100%;
	height:190px;
	margin-top:1.2em;
}
.sel_link_imgbox a{
	position:absolute;
	width:305px;
}
.sel_link_imgbox a img{
	width:100%;
}
.sel_link_imgbox a:first-child{
	left:0;
}
.sel_link_imgbox a:last-child{
	right:0;
}
.sel_sp_main_img{
	display:none;
}
.sel_link_bar a span{
	margin:auto 1em;
}


/*----- セレクトページレイアウト_end -----*/






/* 一枚レースの透ける表記 */
.lace-bra-suke
,.lace-bra-suke-s{
	padding:1em;
	text-align:center;
	margin-bottom:2em;
}
.lace-bra-suke:before
,.lace-bra-suke-s:before{
	content: "※";
}




/* フォトギャラリーレイアウト */
.photo_gallery_img_list{
	padding:0 !important;
	width:100%;
}
.photo_gallery_img_list a{
	display:block;
	width:100%;
	overflow:hidden;
}
.photo_gallery_img_list a img{
	max-width:none;
}
.photo_gallery_bottom_linklist{
	text-align:center;
	padding:0;
	margin:100px auto;
	width:900px;
	overflow:hidden;
}
.photo_gallery_bottom_linklist a{
	display:display;
	width:220px;
	text-align:center;
	float:left;
	margin:40px;
	font-weight:normal;
}
.photo_gallery_bottom_linklist a img{
	width:180px;
	margin-bottom:10px;
}
.photo_gallery_bottom_linklist a p{
	font-size:13px;
}
/* フォトギャラリーレイアウト_end */




/* パンくず下画像のレイアウト */
.after_pan_space{
    text-align:center;
    margin-bottom:15px;
}
/* パンくず下画像のレイアウト_end */



/* 商品詳細ページのお問い合わせ・お気に入りボタン */
.detail_item_data .add_cart .cartinput{
	margin-bottom:30px;
}
.detail_item_data .inquiry_btn{
	float:left;
	margin-left:50px;
}

.detail_item_data .favorite_btn{
	float:left;
	margin-left:20px;
	margin-top:0;
}
/* 商品詳細ページのお問い合わせ・お気に入りボタン_end */



/* RANKING(旧PICK UP) 商品リストレイアウト */
.pickup_slide{
	width:100%;
	overflow:hidden;
	margin-bottom:2em;
}
.pickup_slide_list{
	margin:0;
	padding:0 !important;
	overflow:hidden;
	width:100%;
}
.pickup_slide_item{
	display:block;
	width:15%;
	margin:1% 2% 1% 0%;
	float:left;
	text-decoration:none;
	color:#000;
}
.pickup_slide_item:nth-child(6n){
	margin-right:0;
}
.pickup_slide_item img{
	width:100%;
}
.pickup_itemname{
	margin:1em;
	font-size:1.5em;
	text-align:center;
}
.pickup_switch_box{
	display:none;
	width:20%;
	margin:auto;
	border:3px solid #333;
	padding:0;
	background:#333;
}
.brandrankingtitle {
    text-align: center;
    font-family:'Times New Roman','Vollkorn', serif;
    font-size: 146.5%;
    margin: 5px auto 20px auto;
    font-weight: bold;
}
/* PICK UP 商品リストレイアウト_end */


/* ネコポス（メール便）対応バナー） */
.neko_taio{
    text-align:center;
    margin-bottom:30px;
}
/* ネコポス（メール便）対応バナー）_end */




/* ブランド別360非表示対応（スマホ） */
.anais360hide
,.obsessive360hide{
    display:none;
}
/* ブランド別360非表示対応（スマホ）_end */








/* ■マガジンライブラリーレイアウト20160516ver■ */
.maglib16_sec1>h1
,.maglib16_sec1>p.text2
,.maglib16_info_travel h3{
	font-family: 'Scheherazade', serif;
}
.maglib16_sec1>h1{
	font-size:90px;
	margin: 60px auto;
	text-align:center;
}
.maglib16_sec1>p.text1{
	font-size:16px;
	text-align:center;
	margin:auto auto 15px;
}
.maglib16_sec1>figure{
	width:100%;
	text-align:center;
}
.maglib16_sec1>figure img{
	width:980px;
	max-height:600px;
}
.maglib16_sec1>figure.wide img{
	width:100%;
	max-width:1980px;
}
.maglib16_sec1>p.text2{
	text-align:center;
	font-size:34px;
	margin:60px auto 20px;
}
.maglib16_sec2>div h2{
	font-size:24px;
	margin-bottom:25px;
}
.maglib16_sec2>div{
	width:980px;
	margin:auto;
	padding:4em;
	box-sizing:border-box;
}
.maglib16_sec2>div p{
	font-size:13px;
	line-height:1.4em;
	margin-bottom:1em;
}
.maglib16_sec2 a.more_view_btn{
	display:none;
}
.maglib16_nav1{
	width:980px;
	margin:80px auto 120px;
	overflow:hidden;
}
.maglib16_nav1>p{
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    padding-top: 50px;
}
.maglib16_nav1 ul a{
	display:block;
	width:32%;
	margin-right:2%;
	float:left;
	text-align:center;
	font-weight:normal;
}
.maglib16_nav1 ul a:hover{
	opacity:0.6;
}
.maglib16_nav1 ul a:nth-child(3n){
	margin-right:0;
}
.maglib16_nav1 ul a p.text1{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #000;
    padding: 15px;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 2px 0;
}
.maglib16_nav1 ul a p.text2{
	font-size:16px;
}
.maglib16_nav1 ul a p.text2:before{
	content:"「";
}
.maglib16_nav1 ul a p.text2:after{
	content:"」";
}
.maglib16_sec3{
	border:1px solid #000;
	padding:29px;
	box-sizing:border-box;
	width:980px;
	margin:80px auto;
}

/* 本と映画レイアウト */
.maglib16_info_book{
	overflow:hidden;
}
.maglib16_info_book .book_image{
	width:60%;
	margin:0 5% 0 0;
	float:left;
	overflow:hidden;
}
.maglib16_info_book .book_info{
	width:35%;
	margin:0;
	float:left;
	overflow:hidden;
}
.maglib16_info_book .book_info h3{
	font-size:1.1em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:1.5em;
}
.maglib16_info_book .book_info p{
	margin-bottom:1em;
}
.maglib16_info_book .book_info a.amazon_link{
	display:block;
	background-image:url(https://splash-web.ocnk.net/data/splash-web/image/Library/book/amazon_link2.jpg);
	background-position:center;

	background-repeat:no-repeat;
	background-size:auto 25px;
	width:250px;
	height:30px;
	border:1px solid #666;
	margin:3em auto 0;
	box-sizing:border-box;
}
.maglib16_info_book .book_info a.amazon_link:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
/* 本と映画レイアウト_end */


/* 旅レイアウト */
.maglib16_info_travel h3{
	text-align:center;
	font-size:36px;
	line-height:1.4em;
}
.maglib16_info_travel p.travel_info_title{
	text-align:center;
	font-size:18px;
}
.maglib16_info_travel{
	overflow:hidden;
}
.maglib16_info_travel div{
	float:left;
	width:400px;
	margin:30px;
}
.maglib16_info_travel div h4{
	margin-bottom:15px;
}
.maglib16_info_travel div p{
	margin-bottom:1em;
}
.maglib16_info_travel div iframe{
	border:0;
	width:400px;
	height:266px;
}

/* 本と映画レイアウト_end */
.maglib16_topcatlist{
	width:980px;
	margin:50px auto 100px;
}
.maglib16_topcatlist>p
,.maglib16_itemlist>p{
    font-size: 36px;
	line-height:1.4em;
    font-weight: normal;
	font-family: 'Scheherazade', serif;
    text-align: center;
}

.maglib16_topcatlist>h2
,.maglib16_itemlist>h2{
    text-align: center;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    padding: 0 !important;
	margin-bottom:25px;
}
.maglib16_topcatlist ul{
	width:100%;
	padding:0 !important;
	margin:0;
	overflow:hidden;
}
.maglib16_topcatlist ul a{
    display: block;
    width: 198px;
    margin: 0 64px 50px;
    padding: 0;
    float: left;
}
.maglib16_topcatlist ul a:nth-child(3n){
	margin-right:0;
}
.maglib16_topcatlist ul a:hover
,.maglib16_topcatlist ul a:hover h3
,.maglib16_itemlist a:hover h3{
	color:#000;
}
.maglib16_topcatlist ul a div{
	background-position:center;
	background-size:cover;
	position:relative;
	width:198px;
	height:198px;
	margin:auto;
	background-size:cover;
    border-radius: 50%;        /* CSS3草案 */
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;   /* Firefox用 */
}

.maglib16_topcatlist ul a p{
    font-size: 32px;
	line-height:40px;
    font-weight: normal;
    padding: 0;
	font-family: 'Scheherazade', serif;
    text-align: center;
	position:absolute;
	height:40px;
	background:rgba(255,255,255,0.7);
	width:100%;
	top:0;
	bottom:0;
	margin:auto;

}
.maglib16_topcatlist ul a h3{
    text-align: center;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 15px;
    line-height: 19px;
}

.maglib16_itemlist ul{
	padding:0 !important;
	overflow:hidden;
	width:980px;
	margin:auto;
}
.maglib16_itemlist a{
    display: block;
    width: 314px;
    height: 300px;
    margin: 0 19px 50px 0;
    padding: 0;
    float: left;
    color#000;
}
.maglib16_itemlist a:nth-child(3n){
	margin-right:0;
}
.maglib16_itemlist a h3{
    text-align: center;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    padding: 27px 0 0 !important;
    line-height: 19px;
    position:relative;
}
.maglib16_itemlist a h3:after{
	position:absolute;
	top:5px;
	left:0;
	right:0;
	margin:auto;
	font-size:11px;
}
.maglib16_itemlist a.culture_art h3:after{
	content:"Culture & Art";
}
.maglib16_itemlist a.book_cinema h3:after{
	content:"Book & Cinema";
}
.maglib16_itemlist a.travel h3:after{
	content:"Travel";
}

.maglib16_toroku{
	display:none;
	width:980px;
	min-height:500px;
	margin:auto auto 100px;
	border:1px solid #000;
	box-sizing:border-box;
	padding:40px 370px 0 40px;
	background-image: url(https://splash-web.ocnk.net/data/splash-web/image/HTMLM/maglib_top_btm.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.maglib16_toroku h3{

    font-size: 36px;
	margin-bottom:40px;
    font-weight: normal;
	font-family: 'Scheherazade', serif;
    text-align: left;
}
.maglib16_toroku p{
	margin-bottom:1em;
}
.maglib16_toroku a{
	display:block;
	width:80%;
	background:#333;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	padding:1.5em 0em;
	box-sizing:border-box;
	margin:3em auto 2em;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	box-shadow:3px 3px 3px 0px #999999;
	-moz-box-shadow:3px 3px 3px 0px #999999;
	-webkit-box-shadow:3px 3px 3px 0px #999999;
}
.maglib16_toroku a:hover{
	background:#999;
}
.maglib16_toroku a p.text1{
	font-size:22px;
	line-height:1em;
	margin-bottom:10px;
}
.maglib16_toroku a p.text2{
	font-size:12px;
	line-height:1em;
	margin:0;
}
.maglib16_toroku ul{
	margin:4em 1em;
}
.maglib16_itemlist a.culture_art h3:after
,.maglib16_nav1 ul a:nth-of-type(1) p.text1
,.maglib16_topcatlist ul a:nth-of-type(1) p{
	color:#900;
}
.maglib16_itemlist a.book_cinema h3:after
,.maglib16_nav1 ul a:nth-of-type(2) p.text1
,.maglib16_topcatlist ul a:nth-of-type(2) p{
	color:#000099;
}
.maglib16_itemlist a.travel h3:after
,.maglib16_nav1 ul a:nth-of-type(3) p.text1
,.maglib16_topcatlist ul a:nth-of-type(3) p{
	color:#060;
}
/* ■マガジンライブラリーレイアウト20160516ver_end■ */






/* トップ新着バナーレイアウト */
.top_news_ban_list{
	overflow:hidden;
	padding:0 !important;
	margin-bottom:3em;
}
.top_news_ban_list a{
	display:block;
	width:270px;
	margin-right:6px;
	font-weight:normal;
	float:left;
	margin-bottom:15px;
}
.top_news_ban_list a:hover{
	color:#000;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
.top_news_ban_list a:nth-child(4n){
	margin-right:0;
}
.top_news_ban_list a img{
	width:100%;
	margin-bottom:8px;
	/*border:1px solid #666;*/
	box-sizing:border-box;
}
.top_news_ban_list a h4{
	text-align:center;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:1.3em;
}
/* トップ新着バナーレイアウト_end */

.poplink {
    margin-top: -18px;
    left: auto !important;
    right: 0;
    position: absolute;
}



















/* 店長日記一覧ページレイアウト */
.diary_page_body #leftcol{
	display:none;
}
.diary_page_body #maincol2{
	width:1100px;
}
.diary_page_body #main_container{
	margin-left:0 !important;
}

.diary_page_body .inner_page_contents{
	overflow:hidden;
}
.diary_page_body .page_title{
	margin-bottom:30px;
	text-align:center;
}
.diary_page_body .page_title:before{
	content:"ランジェリーの“愉しみ”を発見する";
	font-size:22px;
	line-height:1.4em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.diary_page_body .page_title h2{
	border:none;
	text-align:center;
	font-size:96px;
	line-height:1.3em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	color:#fe8e8e;
}
.diary_page_body .page_title:after{
	content:"豊富なコレクションから隠れた名品をピックアップ";
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:28px;
}


.diary_page_body .contentslist_box article{
	display:block;
	width:336px;
	height:280px;
	margin:0 12px 50px;
	float:left;
	box-sizing:border-box;
}



/* 一つ目の記事 */
.diary_page_body .contentslist_box article:first-child{
	display:block;
	width:800px;
	height:600px;
	margin:0 auto 50px;
	float:none;
	box-sizing:border-box;
}
.diary_page_body .contentslist_box article:first-child div.contents_box .section_title{
	top:340px;
}
.diary_page_body .contentslist_box article:first-child div.contents_box .section_title h1{
	padding:35px 70px;
	font-size:38px;
}


.diary_page_body .contentslist_box article:first-child div.contents_box .section_title h1 a:after{
	content:"";
	top:-335px;
	height:595px;
}

.diary_page_body .contentslist_box article:first-child div.contents_box .article_data .article_date{
	top:342px;
	font-size:1em;
}

.diary_page_body .contentslist_box article:first-child div.contents_box .global_photo:after{
	height:265px;
	top:330px;

}
/* 一つ目の記事_end */



.diary_page_body .contentslist_box article div.contents_box{
	margin:0 !important;
	width:100%;
	position:relative;
}
.diary_page_body .contentslist_box article:nth-child(2) div.contents_box:after{
	content:"new";
	display:block;
	background:#ff8f8e;
	width:50px;
	line-height:50px;
	color:#fff;
	position:absolute;
	top:95px;
	right:8px;
	text-align:center;
	font-size:1.4em;
    border-radius: 50%;        /* CSS3草案 */
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;   /* Firefox用 */
}

.diary_page_body .contentslist_box article div.contents_box .section_title{
	position:absolute;
	top:140px;
	text-align:center;
	z-index:20;
	padding:0;
	margin:0;
	width:100%;
}
.diary_page_body .contentslist_box article div.contents_box .section_title h1{
	background:none;
	text-align:center;
	width:100%;
	margin:0;
	padding:15px 30px;
	border:none;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.5em;
	box-sizing:border-box;

}


.diary_page_body .contentslist_box article div.contents_box .section_title h1 a:after{
    transform: rotate(.03deg);
	content:"";
	position:absolute;
	left:0;
	top:-165px;
	width:100%;
	height:280px;
	z-index:30;
	/*background:rgba(255,0,0,0.5);*/
}

.diary_page_body .contentslist_box article div.contents_box .article_data{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
.diary_page_body .contentslist_box article div.contents_box .article_data .article_date{
	position:absolute;
	left:0px;
	top:127px;
	width:90%;
	margin:auto 10%;
	font-weight:normal;
	font-style:italic;
	font-size:0.8em;
	z-index:10;
	border:none;
}
.diary_page_body .contentslist_box article div.contents_box .article_data .article_date:before{
	content:"UPDATED";
	margin-right:1em;
	font-style:normal;
}

.diary_page_body .contentslist_box article div.contents_box .global_photo{
	width:100%;
}
.diary_page_body .contentslist_box article div.contents_box .global_photo img{
	width:100%;
}
.diary_page_body .contentslist_box article div.contents_box .global_photo:after{
	content:"";
	display:block;
	width:90%;
	height:135px;
	margin:0 5%;
	padding:2em;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
	position:absolute;
	top:122px;

}

.diary_page_body .contentslist_box article div.contents_box .ph_article{
	display:none;
}

.diary_page_body .back_number .count_number{
	display:none;
}

/* 店長日記一覧ページレイアウト_end */















/* 店長日記詳細ページレイアウト */
.diary_detail_page_body .contentslist_box article div.contents_box{
	position:relative;
}
.diary_detail_page_body .contentslist_box article div.contents_box a:hover img{
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}

.diary_detail_page_body .contentslist_box article div.contents_box .section_title{
	position:absolute;
	top:430px;
	width:100%;
	padding:0 !important;
	z-index:2;
}
.diary_detail_page_body .contentslist_box article div.contents_box .section_title h1{
    transform: rotate(.03deg);
	border:none;
	background:none;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	letter-spacing:0.1em;
	line-height:1.4em;
	padding:0 36px;
	width:90%;
	margin:auto;
	box-sizing:border-box;
}

.diary_detail_page_body .contentslist_box article div.contents_box .article_data{
	position:relative;
}
.diary_detail_page_body .contentslist_box article div.contents_box .article_data .article_date{
	position:absolute;
	width:798px;
	top:380px;
	left:0;
	right:0;
	margin:auto;
	padding:0 89px;
	box-sizing:border-box;
	font-weight:normal;
	font-style:italic;
	border:none;
	z-index:1;
}
.diary_detail_page_body .contentslist_box article div.contents_box .article_data .article_date:before{
	content:"UPDATED";
	font-style:normal;
	margin-right:1em;
}
.diary_detail_page_body .contentslist_box article div.contents_box .article_data .diary_inner_data{
	overflow:hidden;
}
.diary_detail_page_body .contentslist_box article div.contents_box .article_data .diary_inner_data .global_photo{
	width:100%;
	position:relative;
	height:399px;
	overflow:hidden;
}
.diary_detail_page_body .contentslist_box article div.contents_box .article_data .diary_inner_data .global_photo img{
	width:100%;
	max-width:none;
}
.diary_detail_page_body .contentslist_box article div.contents_box .article_data .diary_inner_data .global_photo:after{
	content:"";
	display:block;
	width:90%;
	background:rgba(255,255,255,0.8);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:50px;
}
.diary_detail_page_body .contentslist_box article div.contents_box .article_data .diary_inner_data .ph_article{
	width:100%;
	margin:0;
	padding:140px 50px 89px;
	box-sizing:border-box;
	text-align:left;
	font-size:1.3em;
	letter-spacing:0.08em;
	line-height:1.6em;
}


.diary_detail_page_body .pick_large_imgbox{
	margin:20px auto 50px;
	text-align:center;
}
.diary_detail_page_body .pick_large_imgbox img{
	max-width:620px;
}
.diary_detail_page_body .pick_large_imgbox h4{
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	font-weight:normal;
	font-style:italic;
	margin-top:5px;
	line-height:1.3em;
}p
.diary_detail_page_body .pick_large_imgbox p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:1.0em;
}

.diary_detail_page_body .pick_sub_midashi{
	width:100%;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.8em;
	line-height:1em;
	margin-top:80px;
	border-bottom:1px solid #000;
	height:1em;
	padding-left:5px;
	box-sizing:border-box;
}
.diary_detail_page_body .pick_sub_midashi span{
	margin-left:1em;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.diary_detail_page_body ul.pick_item_list{
	padding:0 !important;
	width:100%;
	margin:30px 0;
}
.diary_detail_page_body ul.pick_item_list a{
	display:block;
	float:left;
	width:31%;
	margin:0 1% 2em;
	text-align:center;
}
.diary_detail_page_body ul.pick_item_list a img{
    border-radius: 50%;        /* CSS3草案 */
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;   /* Firefox用 */
	border:2px solid #666;
	box-sizing:border-box;
}
.diary_detail_page_body ul.pick_item_list a h5{
	font-size:16px;
	margin-top:5px;
	line-height:1.0em;
}
.diary_detail_page_body ul.pick_item_list a p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:1.0em;
}

.ph_article p{
font-size: 1.1em;
}

/* 店長日記詳細ページレイアウト_end */















/* サイズガイド＆交換可否バナー */
section.itempage_head_info17{
	width:760px;
	margin:0 auto 13px;
	overflow:hidden;
}
section.itempage_head_info17 div{
	width:493px;
	height:128px;
	background-position:0 0;
	position:relative;
	float:left;
}
section.itempage_head_info17 div.sizeinfo_change17_ok{
	background-image:url(https://www.splash-web.net/data/splash-web/image/common/img/itempage/sizechange17_ok.png);
}
section.itempage_head_info17 div.sizeinfo_change17_ng{
	background-image:url(https://www.splash-web.net/data/splash-web/image/common/img/itempage/sizechange17_ng.png);
}
section.itempage_head_info17 div p{
	position:absolute;
	top:89px;
	color:#C00;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	text-align:center;
	width:100px;
}
section.itempage_head_info17 div p.text1{
	left:147px;
}
section.itempage_head_info17 div p.text2{
	left:262px;
}
section.itempage_head_info17 a.reviewinfo_head17{
	display:block;
	background-image:url(https://www.splash-web.net/data/splash-web/image/common/img/itempage/show_rev17.png);
	background-position:0 0;
	width:254px;
	height:128px;
	float:right;
}
/* サイズガイド＆交換可否バナー_end */






/* サイズインフォ内ブラサイズ感バナー */

.itempage_size_feel17{
	width:679px;
	height:129px;
	margin:auto auto 0.6em;
	background-image:url(https://www.splash-web.net/data/splash-web/image/common/img/itempage/pagesizeguide17.png);
	background-position:0 0;
	position:relative;
	box-sizing:border-box;
}
.itempage_size_feel17 p{
	position:absolute;
	top:89px;
	color:#C00;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	text-align:center;
	width:100px;
}
.itempage_size_feel17 p.text1{
	left:140px;
}
.itempage_size_feel17 p.text2{
	left:253px;
}
.itempage_size_feel17 p.text3{
	top:30px;
	left:370px;
	width:300px;
	text-align:center;
	color:#000;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	line-height:1.8em;
}
.itempage_size_feel17 p.text3 span{
	color:#C00;
	font-size:27px;
}
.itempage_size_feel_btminfo17{
	text-align:center;
	margin-bottom:1em;
}

/* サイズインフォ内ブラサイズ感バナー_end */



/* ナインナップボタン */

.lineup-button{
		text-align: center
	}
	
.lineup-button a{
		background-color: #CCA400;
        color: white;
        border-radius: 6px;
        padding: 0.8em 3em;
        display: inline-block;
        font-size: 1.6em;
        margin-bottom: 30px;
	}
/* ナインナップボタン end*/


/* カップサイズ対応表 */
section.cupsize_taiohyo17{
	width:679px;
	margin:80px auto;
}
section.cupsize_taiohyo17 h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:1em;
}
section.cupsize_taiohyo17 h3:before{
	content:"【";
}
section.cupsize_taiohyo17 h3:after{
	content:"】";
}
section.cupsize_taiohyo17 h4{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:28px;
	text-align:left;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0.3em;
}
section.cupsize_taiohyo17 h4 span{
	color:#cc0000;
	font-size:1.4em;
}
section.cupsize_taiohyo17 div.taiohyo_box17{
	border-left:1px solid #000;
	border-top:1px solid #000;
}
section.cupsize_taiohyo17 dl{
	display: -webkit-flex;
	display: flex;
}
section.cupsize_taiohyo17 dl:first-child{
	color:#bcbcbc;
}
section.cupsize_taiohyo17 dl dt
,section.cupsize_taiohyo17 dl dd{
	text-align:center;
	height:50px;
	line-height:50px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
 	-webkit-flex: 1;
	flex: 1;
	font-size:14px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.cupsize_taiohyo17 dl dt img{
	width:40px;
}
section.cupsize_taiohyo17 p{
	font-size:16px;
	padding-left:1em;
	line-height:1.3em;
	margin-top:1em;
}
section.cupsize_taiohyo17 p:before{
	content:"※";
	margin-left:-1em;
}
section.cupsize_taiohyo17 section{
	margin-bottom:4em;
}

/* カップサイズ対応表_end */





/* 同じカップ容量のブラ案内 */
section.urikirenobaai17{
	width:679px;
	margin:80px auto;
}
section.urikirenobaai17 h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:1em;
}
section.urikirenobaai17 h3:before{
	content:"【";
}
section.urikirenobaai17 h3:after{
	content:"】";
}
section.urikirenobaai17 p{
	font-size:16px;
	padding-left:1em;
	line-height:1.3em;
	margin:1em 0;
}
section.urikirenobaai17 p:before{
	content:"☆";
	margin-left:-1em;
}
section.urikirenobaai17 .sizechange_exam17{
	background-image:url(https://www.splash-web.net/data/splash-web/image/common/img/itempage/sizechange_ex17.png);
	background-position:0 0;
	width:678px;
	height:175px;
}
/* 同じカップ容量のブラ案内_end */







/* 同じカップサイズ算出プログラム */
.sizechange_system_section{
        margin:80px auto;
}
.sizechange_contrl{
        text-align:center;
        margin-bottom:1em;
        font-size:16px;
}
.sizechange_contrl:before{
        content:"※";
}
.sizechange_system{
	width:500px;
	margin:auto;
	border-right:1px solid #c9c5ac;
	border-bottom:1px solid #c9c5ac;
	box-sizing:border-box;
	overflow:hidden;
}
.sizechange_down
,.othersize_list_select
,.sizechange_up{
	width:33.33%;
	overflow:hidden;
	float:left;
	text-align:center;
	border-left:1px solid #c9c5ac;
	border-top:1px solid #c9c5ac;
	box-sizing:border-box;
}
.sizechange_down span
,.othersize_list_select select
,.sizechange_up span{
	font-size:2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sizechange_down .cupsize
,.othersize_list_select .cupsize
,.sizechange_up .cupsize{
	color:#C00;
}
.sizechange_down figure
,.othersize_list_select figure
,.sizechange_up figure{
	padding:0;
	margin:0;
}
.sizechange_down img
,.othersize_list_select img
,.sizechange_up img{
	width:100%;
	vertical-align:bottom;
}
.sizechange_down p
,.othersize_list_select p
,.sizechange_up p{
	margin:0.5em 0;
	height:48px;
	line-height:48px;
}
.othersize_list_select select{
/*	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	border:none;
	height:48px;
}
.sizechange_btm_imfo{
    text-align:center;
    font-size:1.3em;
    font-weight:bold;
    margin:1em auto;
    line-height:1.5em;
}
.sizechange_btm_imfo2{
    text-align:center;
}
.sizechange_btm_imfo2:before{
    content:"※";
}
/* 同じカップサイズ算出プログラム_end */







/* 交換可否のボトムバナー */
section.size_change_kahi_btm .sizecng_btm17_ok
,section.size_change_kahi_btm .sizecng_btm17_ng{
	width:678px;
	height:355px;
	margin:4em auto;
	background-position:0 0;
}
section.size_change_kahi_btm .sizecng_btm17_ok{
	background-image:url(https://www.splash-web.net/data/splash-web/image/common/img/itempage/splash_sizechange_ok.jpg);
}
section.size_change_kahi_btm .sizecng_btm17_ng{
	background-image:url(https://www.splash-web.net/data/splash-web/image/common/img/itempage/splash_sizechange_ng.jpg);
}
/* 交換可否のボトムバナー_end */
















/*2017outletsale用CSS*/

section.outlet17item .outlet17_itempage_box{
	width:760px;
	margin:0 auto;
	position:relative;
	text-align:center;
	overflow:hidden;
}
section.outlet17item .outlet17_itempage_box div{
	margin-top:80px;
}

section.outlet17item #outletsale_itempage_bottom{
	width:760px;
	margin:50px auto;
}

section.outlet17item #outletsale_itempage_bottom h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

section.outlet17item #outletsale_itempage_bottom ul{
	margin-left:20px;
	margin-bottom:40px;
	list-style-type:disc !important;
}

section.outlet17item .out_item_img1{
	position:absolute;
	left:0px;
	top:0px;
}

section.outlet17item .outlet17_damage_box{
	width:600px;
	margin:auto;
}

section.outlet17item .outlet17_gokakunin{
	width:700px;
	margin:50px auto auto;
}
section.outlet17item .out_item_divbtm{
	width:760px;
	text-align:center;
	margin:0 auto 100px;
}

/*2017outletsale用CSS_end*/


#xmas2017container {
		background: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas_bg.jpg) repeat;
		position: relative;
		font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	   line-height: normal;
       width: 100%;
       overflow: hidden;
	}
#xmas2017main h2, #xmas2017main h3, #xmas2017bottom{
       font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

#xmas2017toppic{
    position: relative;
}
#xmas2017toppic img:nth-child(even){
    position: absolute;
    top: 20px;
    left: -50px;
}
    #xmas2017toppic img:first-child {
		width: 900px;
}
	#xmas2017main {
		background-color: #fff;
		width: 900px;
		margin: 0 auto;
	}

	#xmas2017main h2{
		font-size: 270%;
		font-weight: bold;
        height:140px;
		margin: 0 auto;
        border: none;
        padding: 0;
        background: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas_redtitle.png) no-repeat center;
        position: relative;
        color: #fff;
        letter-spacing: 0.05em;
	}
#xmas2017main h2 span{
    position: absolute;
    top: 25%;
    left: 20%;
}
	.xmas2017article{
		text-align: left;
		margin: 0 auto 140px auto;
	}
	.xmas2017article h3{
		text-align: center;
		font-size: 197%;
		padding: 140px 0;
		background-repeat: no-repeat;
		background-position: center;
		color: #fff;
		font-weight: bold;
        margin-top: 50px;
	}
	#xmas2017articletitle1{
				background-image: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas01.png), url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas00.png);
	}
	#xmas2017articletitle2{
				background-image: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas02.png),  url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas00.png);
	}
	#xmas2017articletitle3{
				background-image: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas03.png),  url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas00.png);
	}
	#xmas2017articletitle4{
				background-image: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas04.png),  url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas00.png);
	}
	#xmas2017articletitle5{
				background-image: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas05.gif),  url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas00.png);
	}
	article.xmas2017article ul.xmas2017buttons {
		overflow: hidden;
		margin: 0 auto;
		width: 90%;
        padding: 0 0 0 90px!important;
	}
	ul.xmas2017buttons li {
		float: left!important;
		margin-right: 12px;
        width: 23%;
	}
	ul.xmas2017buttons li:last-child{
		margin-right: 0;
	}
ul.xmas2017buttons li a img {
    width: 90%;
}
	.xmas2017article p, .xmas2017article ul{
		font-size: 138.5%;
		width: 75%;
		margin: 20px auto;
		line-height: 1.5em;
	}
	#xmas2017bottom {
		background-image: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas_bottom_bg1.png), url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas_bottom_bg2.gif);
		background-repeat: no-repeat repeat-x;
		background-position: center;
		height: 471px;
	}
	#xmas2017bottom ul {
		overflow: hidden;
		position: relative!important;
	}
	#xmas2017bottom ul li {
		float: left!important;
	}
	#xmas2017bottom ul:first-child{
		font-size: 207%;
		font-weight: bold;
		display:table-cell;
		position: relative;
		top: -10px;
        padding: 0;
	}
	#xmas2017bottom ul:first-child li{
		height: 205px;
		line-height:205px;
	}
	#xmas2017bottom ul li:first-child{
		width: 350px;
	}
	ul#xmas2017bottomclick{
		position: relative!important;
		top: -82px;
        padding: 0;
	}
	ul#xmas2017bottomclick li{
		width: 450px!important;
		line-height: 220px;
	}

#xmas2017topmainsection {
    width: 100%;
    margin-bottom: 15%;
    margin-top: 10%;
}

#xmas2017topmainsection h3{
    text-align: center;
    margin: 30px auto 30px auto;
    width: 50%;
}
ul.xmas2017topbuttons{
    margin:10px auto 10px auto;
}
.xmas2017topbuttons li{
margin-right: 10px;
}
.xmas2017topbuttons li:last-child {
margin-right: 0px;
}
.xmas2017topbuttons, .xmas2017columnbutton{
    text-align: center;
}
.xmas2017topbuttons li, .xmas2017columnbutton li{
    width: 14.5vw;
    display:inline-block;
}
.xmas2017columnbutton li {
    width: 45%;
}

.xmas2017toppic {
    position: relative;
    text-align: center;
}
.xmas2017toppic figcaption {
        position: absolute;
        top: 430px;
        width:100%;
        margin: 0 auto;
    font-size: 270%;
    color: #fff;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.xmas20172p figcaption {
    top: 408px;
    line-height: 1.2em;
}
#xmas2017main main {
    background-image: url(https://www.splash-web.net/data/splash-web/image/2017Xmas/2017xmas_sp_bg_white.gif);
    background-repeat: repeat-y;
    background-size: contain;
    padding: 50px 50px;

    font-size: 131%;
}
#xmas2017main main p{
    margin-bottom: 40px;
}
#xmas2017main main p:last-child {
    margin-bottom: 0px;
}
p.xmas2017spback {
    margin-bottom: 20px;
}

.xmas2017spnext {
    text-align: center;
}
.xmas2017spnext a img{
    width:30%;
}

/* softbra_column */

div.mod-header-logoWrap {
    width: 440px;
}
p.mod-header-logo a img{
    width: 100%;
}
p.mod-header-logoLead{
    margin-top: 10px;
}

/* softbra_column */
div.softbra_container{
		width: 1100px;
		margin: 0 auto;
		text-align: center;
		font-size: 192%;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		line-height: 1.2em;
	}

div.softbra_container a:hover, li.softbra_sub_lists:hover{
  filter:alpha(opacity=70);/* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
  -moz-opacity:0.7;/* FF , Netscape */
  -khtml-opacity: 0.7;/* Safari 1.x */
  opacity:0.7;
  zoom:1;/*IE*/
  cursor: pointer;
}
	main.softbra_main{
		width: 100%;
		margin: 0 auto;
	}
	main.softbra_main h3{
		height: 480px;
		width: 100%;
		background: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra_top_bg_white.png) no-repeat center;
		background-color: #dbd2ab;
		position: relative;
	}
	main.softbra_main h3 img {
		position: absolute;
		top: 0;
  		right: 0;
  		left: 0;
		bottom: 0;
		margin: auto;
	}
	section#softbra_top_start{
		margin-top: 100px;
		height: 240px;
		border: medium solid #dbd2ab;
		position:relative;
	}
	p.softbra_splash{
    	margin-top: 120px;
		height: 240px;
        background-color: #eeeeee;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.4em;
	}
	section#softbra_top_start h1{
		width: 30%;
		margin: 0 auto;
		background-color: #e8a0a0;
		line-height: 2em;
		font-weight: bold;
	}
	section#softbra_top_start p{
		position: absolute;
		top: 30%;
  		right: 0;
  		left: 0;
		bottom: 0;
		margin: auto;
	}
	section#softbra_top_start img{
		position: absolute;
		top: 150%;
  		right: 0;
  		left: 0;
		bottom: 0;
		margin: auto;
	}
	section#softbra_top_start img:first-child{
		top: -20%;
  		right: -70%;
	}
	section#softbra_top_fourtypes{
		margin-top: 100px;
		padding: 0;
	}
	section#softbra_top_fourtypes h1, div.softbra_sub h3{
		font-weight: bold;
		font-size: 138.5%;
		line-height: 1.5em;
	}
	section#softbra_top_fourtypes h1 span{
		font-size: 146.5%;
	}
	section#softbra_top_fourtypes ul{
		overflow: hidden;
		margin-top: -50px;
		padding: 0;
	}
	section#softbra_top_fourtypes ul li{
		float: left!important;
		width: 46%;
		height: 428px;
		background: no-repeat center;
	}
	section#softbra_top_fourtypes ul li:first-child{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_4button_1.png);
		margin-right: 8%;
		margin-bottom: 20px;
	}
	section#softbra_top_fourtypes ul li:nth-child(2){
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_4button2.png);
	}
	section#softbra_top_fourtypes ul li:nth-child(3){
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_4button3.png);
		margin-right: 8%;
	   margin-bottom: 20px;
	}
	section#softbra_top_fourtypes ul li:last-child{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_4button4.png);
	}
	section#softbra_top_fourtypes ul li p:first-child{
		margin-top: 55%;
	}
	section#softbra_top_fourtypes ul li h2{
		font-size: 131%;
		font-weight: bold;
		margin: 10px auto 22px auto;
        background-color: #dbd2ab;
        border: none;
        padding: 0;
	}
	section#softbra_top_fourtypes ul li a img{
		width: 40%;
	}
	section#softbra_top_qa{
		margin-top: 250px;
	}
	section#softbra_top_qa h1{
		border: medium solid #dbd2ab;
		padding-bottom: 20px;
		margin-bottom: 70px;
	}
	section#softbra_top_qa h1 img:first-child{
		margin: -65px auto 20px auto;
	}
	section#softbra_top_qa ul.softbra_top_qa_ul, li.softbra_top_qa_list, li.softbra_top_qa_list ul, li.softbra_top_qa_list2, li.softbra_top_qa_list2 ul{
		overflow: hidden;
		padding: 0!important;
	}
	li.softbra_top_qa_list ul, li.softbra_top_qa_list2 ul{
		text-align: left;
		margin: 5px auto;
		height: 280px;
	}
	li.softbra_top_qa_list ul{
		background: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_qanda_back.png) no-repeat center;
	}
	li.softbra_top_qa_list2 ul{
		background: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_qanda_back2.png) no-repeat center;
	}
	li.softbra_top_qa_list ul li, li.softbra_top_qa_list2 ul li{
		float: left!important;
		width: 50%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.3em;
	}
	div.softbra_sub{
		margin: 100px auto 100px auto;
	}
	div.softbra_sub ul{
		text-align: center;
		padding: 0;
	}
	div.softbra_sub ul li{
		display: inline-block;
		margin-right: 1.5%;
		background: no-repeat center;
		height: 200px;
		width: 227px;
		font-size:85%;
		padding-top: ;
		position: relative;
	}
	div.softbra_sub ul li a{
		position: relative;
		top: 65%;
		line-height: 1.6em;
	}
	div.softbra_sub ul li a img{
		width: 50%;
	}
		div.softbra_sub ul li:last-child{
		margin-right: 0%;
	}
	div.softbra_sub ul li.softbra_sub_lists1{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_under4button1.png);
	}
	div.softbra_sub ul li.softbra_sub_lists2{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_under4button2.png);
	}
	div.softbra_sub ul li.softbra_sub_lists3{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_under4button3.png);
	}
	div.softbra_sub ul li.softbra_sub_lists4{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra1_top_under4button4.png);
	}
	.menu {
    position: fixed;
    display: table;
    left: 0;
	 bottom: 18%;
    width: 100%;
    background: rgba(0,0,0,.8);
   -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	 z-index: 999;
}
.menu li a {
    display: block;
    font-size: 18px;
    color: #000;
}

.menu li:hover {
    color: #2B2B2B;
}
.open .menu {
   -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
	nav#js__nav ul{
		width: 80%;
		margin: 0 auto;
		padding: 30px 0 5px;
	}
	li#sf_menu_list1, li#sf_menu_list3, li#sf_menu_list5, li#sf_menu_list7{
		background: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra0_qa1.png) no-repeat top;
	}
	nav#js__nav ul li{
		display: block;
		height: 266px;
		width: 505px;
		margin-bottom: 10px;
		display: inline-flex;
		flex-wrap: wrap;
		text-align: center;
	}
	nav#js__nav ul li:last-child{
		margin-bottom: 0;
	}
	nav#js__nav ul li a{
		height: 100%;
		width: 100%;
		line-height: 266px;
	}

	nav#js__nav ul li{
		line-height: 266px;
		justify-content:center;
		align-items: center;
		font-weight: bold;
		cursor: pointer;
		line-height: 1.3em;
		text-align: left;
	}
	p#softbra_qa_close{
		width: 50px;
		height: 50px;
		margin: 0 auto 20px;
		line-height: 50px;
		color: #000;
		background-color: rgba(255,255,255,0.8);
		border: 2px solid rgba(255,255,255,0.65);
		border-radius: 50%;
		cursor: pointer;
		font-weight: bold
	}
	div.softbra_qa_sidebutton{
		position: fixed;
		bottom: 50%;
		right: -100px;
		z-index: 999;
	}

	div.softbra_container{
		width: 1100px;
		margin: 0 auto;
		text-align: center;
		font-size: 192%;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		line-height: 1.2em;
	}
	main.softbra_main{
		width: 100%;
		margin: 0 auto;
	}
	main.softbra_main h3{
		height: 480px;
		width: 100%;
		background-color: #dbd2ab;
		position: relative;
	}

	main.softbra_articles h3{
		background-color: transparent;
		background: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra2_stretch_main.png) no-repeat top;
		width: 100%;
		padding-top: 19%;
		margin-top: 5%;
		font-weight: bold;
		font-size: 138.5%;
		height: 355px;
	}
	main#softbra_main2.softbra_articles h3{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra3_tulle_main.png);
	}
	main#softbra_main3.softbra_articles h3{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra4_nomal_main.png);
	}
	main#softbra_main4.softbra_articles h3{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra5_grammar_main.png);
	}
	main.softbra_articles h3 span{
		font-size: 75%;
		line-height: 3em;
	}
	main.softbra_articles dl{
		margin-top: 80px;
		color: #e8a0a0;
		font-weight: bold;
		line-height: 1.8em;
		font-size: 131%;
	}
		main.softbra_articles dl span{
		letter-spacing: 0.5em;
	}
	main.softbra_articles dl dt{
		color: #000;
	}
	main.softbra_articles div{
		height: 1015px;
		width: 100%;
		background: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra2_stretch_main2.png) top no-repeat;
		margin-top: 80px;
		font-weight: bold;
	}
	main#softbra_main2.softbra_articles div{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra3_tulle_main2.png);
	}
	main#softbra_main3.softbra_articles div{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra4_nomal_main2.png);
	}
	main#softbra_main4.softbra_articles div{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra5_grammar_main2.png);
	}
	main.softbra_articles div p:first-child{
		padding-top: 110px;
		font-size: 138.5%;
		line-height: 1.1em;
		margin-bottom: 20px;
	}
	main.softbra_articles div p:first-child span{
		font-size: 77%;
	}
		main.softbra_articles div p:nth-child(3){
		margin-top: 3%;
	}
	main.softbra_articles div ul{
		width: 100%;
		padding: 0;
	}
	main.softbra_articles div ul li{
		display: inline-flex;
		padding-top: 5%;
		justify-content: center;
		width: 475px;
		height: 200px;
		background: center no-repeat;
	}
	main.softbra_articles div ul li:nth-child(2), main.softbra_articles div ul li:last-child, main.softbra_articles div ul li:first-child, main#softbra_main3.softbra_articles div ul li:last-child, main#softbra_main4.softbra_articles div ul li:first-child{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra0_equal.png);
	}
	main.softbra_articles div ul li:last-child{
		margin-top: 10px;
	}

	main#softbra_main2.softbra_articles div ul li:first-child{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra0_limorethan.png);
	}
	main#softbra_main2.softbra_articles div ul li:nth-child(2), main#softbra_main3.softbra_articles div ul li:nth-child(2), main#softbra_main4.softbra_articles div ul li:nth-child(2){
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra0_morethan.png);
	}
	main#softbra_main2.softbra_articles div ul li:last-child{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra0_lessthan.png);
	}
	main#softbra_main3.softbra_articles div ul li:first-child{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra0_largerthan.png);
	}
	main#softbra_main4.softbra_articles div ul li:last-child{
		background-image: url(https://www.splash-web.net/data/splash-web/image/Landing/column/softbra0_lilessthan.png);
	}

	p.softbra_articles_recommend{
		margin-top: 20%;
		font-size: 146.5%;
		line-height: 2em;
	}
	p.softbra_articles_recommend strong{
		color: #c90000;
		text-decoration: underline;
		margin: auto 1%;
	}
	p.softbra_articles_recommend_txt{
		line-height: 1.8em;
	}
	main.softbra_articles small{
		display: inline-block;
		margin: 3% auto;
		font-size: 85%;
        background-color: #eeeeee;
        padding: 45px;
	}
	div.softbra_sub2{
    	margin: 400px auto 0px auto;
}
	div.softbra_container2{
    	margin: 0 auto 120px;
}
p.backtotop_softbra{
    width: 10%;
    margin: 60px auto 0;
}
/*年末年始
#header_navigation:before{
    content: "";
    width: 100%;
    height: 113px;
    display: inline-block;
    background-image: url(https://www.splash-web.net/data/splash-web/image/banner/2017-18p2bn_hed.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}*/
/*
#lsem2018 h2:after {
    content: url(https://www.splash-web.net/data/splash-web/image/event/201803lingerieSem/full.png);
    margin-top: -80px;
    display: block;
}
#lsem2018 h3:after {
    content: url(https://www.splash-web.net/data/splash-web/image/event/201803lingerieSem/full.png);
    margin-top: -80px;
    display: block;
}
#lsem2018 h3{
margin-bottom:0!important;
}*/

div.mod-footer-linkListWrap{
    margin-top: 20px;
}

.anitempagemain p:first-child{
    margin-top: 50px;
}
.anitempagemain p{
    margin-bottom: 50px;
    border: 1px solid #000;
}


/* PC画像ギャラリー　タイトルの改行指定   */  

.gallery li {
float: left;
margin: 15px;
}

.gallery li img {
width: 320px;
}

.pppu_image_are-en {
    font-family:"Times New Roman", Times, serif;
    font-size:72px;
    text-align:center;
    line-height:1em;
    margin:80px !important;
}

.pppu_image_are-jp {
    text-align:left;
    width:90%;
    font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
    font-size:16px;
    line-height:1em;
    margin:30px auto 4px !important;
}

/* PC画像ギャラリー　タイトルの改行指定   */  

.gt_break::before { 
    content: "\A"; white-space: pre; 
}

/* メインビジュアル・スライダー   */  

#inner_contents_top{
	width:auto;
	overflow:hidden;
}

.top2015slide-cont{
        padding:0;
        width:100%;
        height:620px;
        margin:0;
    }
.film_roll_child{
		width:1920px;
	}
.film_roll_prev, .film_roll_next{
        text-decoration:none;
        border:none !important;
        background-color:transparent !important;
        opacity:0.8 !important;
    }
.film_roll_pager a{
        border:2px solid #1A1A1A !important;
    }
.film_roll_pager a.active{
        background:#1A1A1A !important;
    }



/* トップメニュー 重要  */  

.mod-gnav-sub-box{
	display:none;
	background:#FFF;
	max-width:1100px;
	margin:auto;
	position:absolute;
	overflow:hidden;
	z-index:90;
}
.mod-gnav-brandsub-box{
	display:none;
	background:#FFF;
	margin:auto;
	position:absolute;
	width:702px;
	padding:5px;
	z-index:90;
}
.mod-gnav-sub-box
,.mod-gnav-brandsub-box{
box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 10px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 10px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 10px 3px;
}
.mod-gnav-sub-box .sub-box-group-title{
	color:#FFF;
	font-weight:bold;
	background:#1A1A1A;
	padding:3px 5px;
	font-size:11px;
}
.mod-gnav-sub-box-list{
	padding:2em;
	float:left;
	min-width:150px;
}
.mod-gnav-sub-box-list a{
	display:block;
	font-size:13px;
	padding:3px 0;
}
.sub-box-mid-cont{
	overflow:hidden;
	float:left;
	padding:5px;
	box-sizing:border-box;
}
.sub-box-mid-cont .mod-gnav-sub-box-list{
	float:none;
}
.mod-gnav-sub-box .sub-color-list
,.mod-gnav-sub-box .sub-size-list{
	overflow:hidden;
	width:275px;
	margin:1em 0;
	padding:0 !important;
}
.mod-gnav-sub-box .sub-size-list{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin-top:5px;
}
.mod-gnav-sub-box .sub-color-list a{
	display:block;
	float:left;
	padding:5px;
	font-size:12px;
	width:50%;
	box-sizing:border-box;
}
.mod-gnav-sub-box .sub-color-list a div.item-col-box{
	width:1em;
	height:1em;
	border:1px solid #000;
	box-sizing:border-box;
	float:left;
	margin:3px;
}
.mod-gnav-sub-box .sub-size-list a{
	display:block;
	float:left;
	padding:5px;
	font-size:13px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	width:20%;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
}
.mod-gnav-sub-box .sub-size-list a.null-cell{
	text-decoration:none;
	background:#666;
}
.mod-gnav-sub-box .sub-size-list a.big-size{
	width:33.3%;
}
.mod-gnav-mostnew-item{
	float:left;
}
.mod-gnav-mostnew-item img{
	width:50px;
	height:50px;
	border-radius:500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}
.mod-gnav-brandlogo{
	float:left;
	width:135px;
	height:34px;
	text-align:center;
}
.mod-gnav-brandlogo img{
	width:80%;
}
.mod-gnav-brandcap{
	font-size:10px;
	text-align:center;
}
.mod-gnav-brandlins-a-block{
	display:block;
	width:205px;
	height:70px;
	padding:9px;
	box-sizing:border-box;
	float:left;
	margin-left:1px;
    margin-top: 1px;
}
.mod-gnav-brandlist-lux a
,.mod-gnav-brandlist-lux li{
	background:#CCC;
	color:#000;
}
.mod-gnav-brandlist-sexy a
,.mod-gnav-brandlist-sexy li{
	background:#191919;
	color:#FFF;
}
.mod-gnav-brandlist-leg a
,.mod-gnav-brandlist-leg li{
	background:#666;
	color:#FFF;
}

.mod-gnav-brandlist-lux
,.mod-gnav-brandlist-sexy
,.mod-gnav-brandlist-leg{
	padding:0 !important;
}
.mod-gnav-brand-li{
	clear:both;
	float:left;
	width:83px;
	height:70px;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	line-height:70px;
	text-align:center;
    margin-top: 1px;
}

input.mod-gnav-textbox::-ms-clear
,input.mod-textbox::-ms-clear {
    visibility:hidden
}

/* Sexy&Luxury 大文字メインテキスト部分 */

.sexyI_main_section{
	margin-bottom:30px;
	background-color: #000000;
}
.sexyI_h3_en_title{
	text-align:center;
	font-size:60px;
	font-family:"Times New Roman", Times, serif;
	line-height:2.5em;
}
.sexyI_h3_en_title span{
	padding-bottom:7px;
	color: #FFF;
}
	
.sexy_h3_jp_title{
    color:#FFF;
	text-align:center;
	font-size:24px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform:rotate(0.05deg);
	line-height:0.1em;
    margin:-20px 0px 20px 0px;
}


/* Sexy&Luxury アイテムカテゴリーリスト */

.sl-gnav {
  top: -40px;
  background: #000;
  position: relative;
  width:1100px;
  margin:auto;
  clear:both;
}

.sl-gnav a{
    font-weight:normal;
}

.sl-gnav .sl-wrap-in {
   overflow: hidden;
}

.sl-wrap-in {
   margin: 40px 0px;
}

.sl-gnavList {
   display: table;
   float: left;
   width: 1100px;
   table-layout: fixed;
   padding:0 !important;
}

.sl-gnavItem {
   display: table-cell;
   color: #fff;
   text-align: center;
   padding: 20px 0px 25px;
}

.sl-gnavItem-en {
    color:#FFF;
    text-align:center;
    font-size:22px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    transform:rotate(0.05deg);
    line-height:0.1em;
    margin: 35px 0px;
}

.sl-gnavItem-jp {
   font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
   color: #fff;
   font-size: 12px;
   line-height: 1.2;
   margin: 5px;
}

.sl-gnavItem-jp a{
    color: #fff;
    font-weight:normal;
}

.sl-gnavItem-jp a:hover{
    color: #e0d7af;
    text-decoration: none;
}

.sl-box0 {
    text-align: left;
    text-indent: 7px;
}	

.sl-box1 {
    text-align: left;
    text-indent: 14px;
}
.sl-box2 {
    text-align: left;
    text-indent: 45px;
}


/* Sexy&Luxury 大文字ブランド */
.sexyB_main_section{
	margin-bottom:30px;
}

.sexyB_h3_en_title{
	text-align:center;
	font-size:60px;
	font-family:"Times New Roman", Times, serif;
	line-height:2.5em;
}
.sexyB_h3_en_title span{
	padding-bottom:7px;
}
	
.sexy_h3_jp_title{
        color:#000;
	text-align:center;
	font-size:24px;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform:rotate(0.05deg);
	line-height:0.1em;
        margin:-20px 0px 20px 0px;
}
/* Sexy&Luxury 大文字ブランド end */


/* Sexy&Luxury アイテムカテゴリー */

.br-gnav {
  top: -40px;
  position: relative;
  width:1100px;
  margin:auto;
  clear:both;
}

.br-gnav a{
    font-weight:normal;
}

.br-gnav .br-wrap-in {
   overflow: hidden;
}

.br-wrap-in {
   margin: 40px 0px;
}

.br-gnavList {
   display: table;
   float: left;
   width: 1100px;
   table-layout: fixed;
   padding:0 !important;
}

.br-gnavItem {
   display: table-cell;
   text-align: center;
   padding: 20px 0px 25px;
}

.br-gnavItem-en {
    text-align:center;
    font-size:22px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    transform:rotate(0.05deg);
    line-height:0.1em;
    margin: 15px 0px;
}

.br-gnavItem-jp {
   font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
   font-size: 12px;
   line-height: 1.2;
   margin: 5px;
}

.br-gnavItem-jp a{
    font-weight:normal;
}

.br-gnavItem-jp a:hover{
    color: #e0d7af;
    text-decoration: none;
}

.br-box0 {
    text-align: center;
}	
/* Sexy&Luxury アイテムカテゴリー_end */


/* Sexy&Luxury ブランドリスト */
.sexy_brand_section{
	border-top:1px solid #999;
}
.sexy_mainstyle_list{
	overflow:hidden;
	padding:0 !important;
}
.sexy_brand_section .sexy_mainstyle_list a{
	display:block;
	width:49.1%;
	margin:0 0.9% 45px 0;
	float:left;
	text-align:center;
	font-weight:normal;
}

.sexy_h4_brandname{
	color: #FFF;
	font-size:22px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    transform:rotate(0.05deg);
    line-height:0.1em;
	padding-top: 30px;
}

.sexy_list_text{
	padding:2em;
}
.sexy_list_logo{
	height:50px;
	margin:20px 0px;
	padding-top: 20px;
}
.brand_text{	
	background-color: #000;
	color: #FFF;
	text-align:center;
	
	}

/* ブランドリスト_end */



/* ブランド別のバナー */

.brand4_brand_section{
	border-top:1px solid #999;
    margin-bottom:100px;
}
.brand4_mainstyle_list{
	overflow:hidden;
	padding:0 !important;
}
.brand4_mainstyle_list a{
	display:block;
	width:50%;
	float:left;
	text-align:center;
	font-weight:normal;
}
.brand4_list_img img{
	width:100%;
border: 1px solid #EEE;
border-radius: 5px;
box-sizing: border-box;
}

/* Sexy&Luxury メディアとスペシャル */

.selx_infotext{
	width:750px;
	font-size:14px;
	margin:50px auto 70px;
	line-height:1.5em;
}

.selx_mainstyle_list{
	overflow:hidden;
	padding:0 !important;
}
.selx_brand_section .selx_mainstyle_list a{
	display:block;
	width:49.1%;
	margin:0 0.9% 45px 0;
	float:left;
	text-align:center;
	font-weight:normal;
}

.selx_mainstyle_list a:nth-child(2n){
	margin-right:0;
}
	
.selxmedia_section .selx_mainstyle_list
,.selxspecial_section .selx_mainstyle_list{
	margin-bottom:80px;
}
.selxmedia_section .selx_mainstyle_list a
,.selxspecial_section .selx_mainstyle_list a{
	display:block;
	float:left;
	width:18%;
	margin:1%;
}
.selxmedia_section .selx_mainstyle_list a h5
,.selxspecial_section .selx_mainstyle_list a h5{
	font-size:15px;
	text-align:center;
}
.selxmedia_section .selx_list_img
,.selxspecial_section .selx_list_img{
	width:100%;
	overflow:hidden;
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
}
.selxspecial_section .selx_list_img img{
	width:200%;
	max-width:inherit;
	margin-left:-50%;
}
.selx_h5_brandname{
    margin-top:10px;
}
.selx_h6_brandname{
    margin-top:10px;
    text-align:center;
}
.selx_moreview_btn{
	display:block;
	width:340px;
	border:solid 2px #000;
	background:#333;
	text-align:center;
	color:#FFF;
	padding:1.3em;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	font-weight:normal;
	font-size:16px;
	margin:20px auto 130px;
}
/* メディアとスペシャル_end */


p.gallery_title{
margin:10px 0px 15px 55px;
width:260px;
}	
	
/* Sexy&Luxury ギャラリー */
p.gallery_text{
margin-left:55px;
width:260px;
}
/* Sexy&Luxury ギャラリー_end */













/* 2018新商品ページ　商品ページ全体設定 SP,PC兼用*/
	
	
.ItemP-width{
width:760px;
margin:auto;
}

.setBanner{
margin:90px auto;
}
	

@media(max-width: 768px) {
.ItemP-width{
width:100%;
margin:auto;
}
.setBanner{
margin:30px auto 0px;
}
	}

	


.ItemIMG2018-en {
    font-family: 'Times New Roman','Vollkorn', serif;
    font-size: 3.3em;
    text-align: center;
    letter-spacing: 0.0em;
    line-height: 1em;
	margin-top: 2em;
    margin-bottom: 0.2em;
	}
	
.ItemIMG2018-en-long {
    font-family: 'Times New Roman','Vollkorn', serif;
    font-size: 6em;
    text-align: center;
    letter-spacing: 0.0em;
    line-height: 1em;
	margin-top: 2em;
    margin-bottom: 0.2em;
	}

.ItemIMG201810-en-long {
    font-family: 'Times New Roman','Vollkorn', serif;
    font-size: 6em;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1em;
	margin-top: 0.5em;
    margin-bottom: 0.2em;
	}

.ItemIMG2018-jp {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
    color: #808080;
    text-align: center;
    font-size: 1.3em;
    line-height: 1em;
}

.ItemIMG2018.img{
margin: 20px auto 15px;
}

.ItemTt	{
margin: 20px auto 15px;
}
	
.item-text {
font-size: 1.2em;
line-height: 150%;
width: 90%;
margin: 0px auto 20px;
padding: 19px;
background-color: #ece9e4;
}

@media(max-width: 768px) {	

.ItemIMG2018-en-long {
    font-size: 2.3em;
	}
	
.ItemIMG2018-jp {
    font-size: 1em;
    margin-top: 10px;
}
	}
	

/* タブスライダーエリア */	

.item_tab_area {
margin-bottom: 30px;
border: solid 1px #cccccc;
}

.item_tabs li,
.item_tabs ul {
padding: 0;
margin: 0;
}

.item_tabs li {
float: left;
width: 50%;
list-style: none; 
margin-bottom: 45px;
}

	
.item_tabs A {
display: block;
padding: 18px;
font-size: 16px;
text-align: center;
border: 1px solid #CCCCCC;
border-left: none;
}


@media(max-width: 768px) {
.item_tabs li {
float: none;
width: 50%;
list-style: none; 
}
	
.item_tabs A {
padding: 10px;
font-size: 12px;
}

.item_tabs li {
margin-bottom: 0px;
}

	}

.item_tabs li:first-child A {
border-left: 1px solid #CCCCCC;
}

.item_tabs li.tab_on A {
background-color: #dee2e6;
}

.tab_content .tab_box {
padding: 10px;
box-sizing: border-box;
}


	
/* 単品スライダーエリア */
	
.slider_main_box{
margin-bottom: 30px;
border: solid 1px #cccccc;
padding: 10px;
box-sizing: border-box;
}


/* セットアイテムエリア */
	
.Itm_box18{
width:100%;
text-align: center;
margin: 30px auto 60px;
}

.Itm_18{
width: 20%;
margin: 30px 25px;
display: inline-block;
}

.Itm-menu-text {
width: 100%;
margin: 15px auto;
padding: 0.4em 2px;
font-size: 1.2em;
border: solid 1px #000;
font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
}

.slider_text {
text-align: center;
margin: 10px auto 50px;

}
	
@media(max-width: 768px) {
.Itm_18{
width: 22%;
margin: 20px 15px;
}
	
.Itm-menu-text {
font-size: 0.6em;
}
	}	
	
	
	
	
	
/* 商品詳細エリア */
.detail-text{
width: 98%;
margin: 20px auto;
font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
font-size: 1.2em;
line-height: 100%;
border: solid 1px #cccccc;
background: #E5E5E5;
}

.detail-text p{
font-size: 1em;
width: 90%;
background-color: #ece9e4;
margin: 30px auto;
border: solid 1px #cccccc;
padding: 16px;
}
	
.detail-text h4{
font-size: 1.5em;
text-align: center;
margin: 20px 0;
}

ul.detail-info-list{
font-size: 1.2em;
}

.detail-text li{
margin: 10px 0;
line-height: 90%;
padding-left:2.5em;
}
	
.detail-text-size{
color: #FFFFFF;
width: 90%;
background-color: #000;
margin: 30px auto;
border: solid 1px #cccccc;
padding: 10px;
text-align: center;
}
	

@media(max-width: 768px) {
.detail-text p{
font-size: 0.8em;
width: 98%;
line-height: 150%;
}

.detail-text li{
font-size: 0.8em;
padding-left:1em;
}
.detail-text h4{
font-size: 1em;
}
.detail-text-size{
font-size: 0.8em;
width: 98%;
}
}	

	
	
/* アドバイス電話エリア */
	
.adtl_clearfix{
text-align: center;
background-color: #FFFFFF;
width: 92%;
margin: 35px auto;
}
	
.adtl_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.adtlbox{
  width: 300px;
}
img.adtlbox{
	margin: 10px 20px;
	}
	
@media(max-width: 768px) {
.adtl_clearfix{
width: 98%;
margin: 10px auto;
}

 .adtlbox{
    float: none;
	width: 80%;
  }
	}	
	
	

/* 注意説明アイコンバナー */

.henpinB_clearfix{
text-align: center;
width: 98%;
margin: 30px auto;
}
	

ul.henpinB {
}
	
.henpinB li{
display: inline;	
}
	
.henpinB img{
width: 20%;
margin: 30px 3%;	
}		


@media(max-width: 768px) {

.henpinB li{
display: inline;	
	}
	
.henpinB img{
width: 25%;
margin: 0;
	}
	 }	


/* ショーツアドバイス */

.ad-box {
	background-color: #ece9e4;
    margin: 30px auto;
    border: solid 1px #cccccc;
	font-size: 1em;
    width: 98%;
}
.ad-box-jp {
    font-size: 1.2em;
    text-align: center;
    margin: -15px 0 30px;
}	
	
ul.detail-ad-list{
	text-align: center;
    font-size: 1.3em;	
	}	

h4.ad-box-t{
　　text-align: center;
    margin: 20px 0;
	}
	
@media(max-width: 768px) {

.ad-box-jp {
    font-size: 0.8em;
    text-align: center;
    margin: -15px 0 30px;
}	
	 }	
	
/* 2018新商品ページ　商品ページ全体設定 ここまで*/















/* スタイル　20180623ver■ */		
	
.styleC{
    display: block;
    float: left;
    border: solid 1px #999;
    width: 314px;
    height: 380px;
    margin: 0px 0px 50px 16px;
    padding: 0;
    text-align: center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
}		

.styleC h3{
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size:1em;
}

.top-txt{
	font-size: 18px;
    line-height: 22px;
    width: 700px;
    text-align: center;
    margin: 20px auto;	
	}
	

.styleText1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(0.05deg);
	font-weight: bold;
	margin: 30px auto 5px;
	font-size: 14px;
	width: 94%;
	color: #900;
	}
	

.styleText3{
	font-weight: normal;
	margin: 30px auto ;
	font-size: 14px;
	width: 94%;
	text-align: left;
	}
	
.ccopy{
	color: #999;
	font-weight: normal;
	margin: 30px auto;
	text-align: center;
	}

@media(max-width: 768px) {	
.styleC{
    float: none;
    margin: 24px auto;
}
	

.top-txt{
	width: 96%;
	font-size: 13px;
	}
.ccopy{
	width: 96%;
	}
	}	
	
.styleC_itemlist a.lingeriephoto h3:after{
	content:"Liengerie Photoproducer";}
.styleC a.lingeriephoto h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#00a3b2; font-size: 16px;
}	



.styleC a.haruna h3:after{
	content:"Lingerie&Illustrator";}
.styleC a.haruna h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#34bb7e; font-size: 16px;
}	


.styleC a.aya h3:after{
	content:"Sensual Fashionista";}
.styleC a.aya h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#7c0099; font-size: 16px;
}	


.styleC a.ricca h3:after{
	content:"Lingerie BodyMake";}
.styleC a.ricca h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#e0b926; font-size: 16px;
}	

	
.styleC a.lingerista-t h3:after{
	content:"Lingerista";}
.styleC a.lingerista-t h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#900; font-size: 16px;
}	

	

.styleC_itemlist a.camera h3:after{
	content:"Camera&Photo";}
.styleC a.camera h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#666600; font-size: 16px;
}	

	

.styleC_itemlist a.linsty h3:after{
	content:"Lingerie Stylist";}
.styleC a.linsty h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#990080; font-size: 16px;
}		

.styleC_itemlist a.warsaw h3:after{
	content:"Editor";}
.styleC a.warsaw h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#d87c1a; font-size: 16px;
}	


.styleC_itemlist a.patterner h3:after{
	content:"Lingerie Patterner";}
.styleC a.patterner h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#6660e8; font-size: 16px;
}	

	
.styleC_itemlist a.beautyup h3:after{
	content:"Beauty Up Stylist";}
.styleC a.beautyup h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#997B00; font-size: 16px;
}		
	
	
	
.styleC_itemlist a.poland h3:after{
	content:"Warsaw Poland";}
.styleC a.poland h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#990055; font-size: 16px;
}		
	
	
	
.styleC_itemlist a.polandinfo h3:after{
	content:"Poland&Lingerie";}
.styleC a.polandinfo h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#678E93; font-size: 16px;
}	
	
	
.styleC_itemlist a.tokyo h3:after{
	content:"Lovers Liengerie";}
.styleC a.tokyo h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#E02694; font-size: 16px;
}	
		

.styleC_itemlist a.fashion	h3:after{
	content:"FASHION&Lingerie";}
.styleC a.fashion h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#37602F; font-size: 16px;
}		

.styleC_itemlist a.bodymake	h3:after{
	content:"BodyMake";}
.styleC a.bodymake h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#cf9ed1; font-size: 16px;
}		

.styleC_itemlist a.therapist h3:after{
	content:"Lingerie Therapist";}
.styleC a.therapist h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#3482bb; font-size: 16px;
}	
	
	
.styleC_itemlist a.midoris h3:after{
	content:"Alquarte";}
.styleC a.midoris h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#00b20f; font-size: 16px;
}	


.styleC_itemlist a.a-ko h3:after{
	content:"adult entertainer";}
.styleC a.a-ko h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#7d51b7; font-size: 16px;
}	

.styleC_itemlist a.me-miki h3:after{
	content:"MEMAI";}
.styleC a.me-miki h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#809483; font-size: 16px;
}	

.styleC_itemlist a.mod h3:after{
	content:"Product Advisor";}
.styleC a.mod h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#51b7b7; font-size: 16px;
}	

.styleC_itemlist a.paris h3:after{
	content:"Writer Pariko";}
.styleC a.paris h3:after
,.styleC_nav1 ul a:nth-of-type(1) p.text1
,.styleC_topcatlist ul a:nth-of-type(1) p{
	color:#a7a44f; font-size: 16px;
}

.styleC_nav1{
	width:980px;
	margin:80px auto 120px;
	overflow:hidden;
}
.styleC_nav1 p{
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    padding-top: 50px;
}
.styleC_nav1 ul a{
	display:block;
	width:32%;
	margin-right:2%;
	float:left;
	text-align:center;
	font-weight:normal;
}
.styleC_nav1 ul a:hover{
	opacity:0.6;
}
.styleC_nav1 ul a:nth-child(3n){
	margin-right:0;
}
.styleC_nav1 ul a p.text1{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #000;
    padding: 15px;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 2px 0;
}
.styleC_nav1 ul a p.text2{
	font-size:16px;
}
.styleC_nav1 ul a p.text2:before{
	content:"「";
}
.styleC_nav1 ul a p.text2:after{
	content:"」";
}
	
.styleC_topcatlist{
	width:980px;
	margin:50px auto 100px;
}
	
	
	
.styleC_topcatlist p
,.styleC_itemlist p{
    font-size: 56px;
	line-height:1.4em;
    font-weight: normal;
	font-family: 'Scheherazade', serif;
    text-align: center;
}

	
	
@media(max-width: 768px) {		
.styleC_topcatlist p
,.styleC_itemlist p{
    margin: 15px auto;
}
}
	
	
.styleC_topcatlist h2
,.styleC_itemlist h2{
    text-align: center;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    padding: 0 !important;
	margin-bottom:25px;
}
	
	
.styleC_topcatlist ul{
	width:100%;
	padding:0 !important;
	margin:0;
	overflow:hidden;
}
.styleC_topcatlist ul a{
    display: block;
    width: 198px;
    margin: 0 64px 50px;
    padding: 0;
    float: left;
}
.styleC_topcatlist ul a:nth-child(3n){
	margin-right:0;
}
.styleC_topcatlist ul a:hover
,.styleC_topcatlist ul a:hover h3
,.styleC_itemlist a:hover h3{
	color:#000;
}
.styleC_topcatlist ul a div{
	background-position:center;
	background-size:cover;
	position:relative;
	width:198px;
	height:198px;
	margin:auto;
	background-size:cover;
    border-radius: 50%;        /* CSS3草案 */
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;   /* Firefox用 */
}

.styleC_topcatlist ul a p{
    font-size: 32px;
	line-height:40px;
    font-weight: normal;
    padding: 0;
	font-family: 'Scheherazade', serif;
    text-align: center;
	position:absolute;
	height:40px;
	background:rgba(255,255,255,0.7);
	width:100%;
	top:0;
	bottom:0;
	margin:auto;

}
.styleC_topcatlist ul a h3{
    text-align: center;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 15px;
    line-height: 19px;
}

.styleC_itemlist ul{
	padding:0 !important;
	overflow:hidden;
	width:1000px;
	margin:50px auto;
}
	
	
.styleC_itemlist a:nth-child(3n){
	margin-right:0;
}
.styleC_itemlist a h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(0.05deg);
    text-align: center;
    font-size: 18px;
    letter-spacing: -2px;
    font-weight: bold;
    border: none ;
    padding: 40px 0 0;
    line-height: 19px;
    position:relative;
}

.styleC_itemlist a h3:after{
	position:absolute;
	top:5px;
	left:0;
	right:0;
	margin:auto;
}

	

@media(max-width: 768px) {	

.styleC_itemlist ul {
    padding: 0 !important;
    width: 100%;
	margin: 0px auto;
}	
.styleC_itemlist a{
    display: block;
    width: 100%;
    margin:0 0 23px 0;
    padding: 0;
	position:relative;
	color:#000;
}
.styleC_itemlist a img{
	width:100%;
	max-width:none;
}
.styleC_itemlist a h3 {
    width: 90%;
    text-align: left;
    font-size: 1.2em !important;
    font-weight: normal !important;
    border: none !important;
    padding: 5px 5px 15px 5px !important;
    line-height: 1.5em;
    min-height: 3em;
    position: absolute;
    right: 0;
    bottom: 80px;
    background: rgba(255,255,255,0.9);
}
.styleC_itemlist a h3:after{
	bottom:0;
	top: 25px;
	font-size:0.7em;
	text-align: right;
    right: 10px;
}
}	

	
	
	
	
	
	
/* スタイルSNS登録セクション　20180623ver■ */		
	
	
.styleC_toroku{
    display: block;
    float: left;
	width:1080px;
	min-height:500px;
	margin:auto auto 100px;
	border:1px solid #000;
	box-sizing:border-box;
	padding:40px 370px 0 40px;
	background-image: url(https://www.splash-web.net/data/splash-web/image/ST/sns-img.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
	
.styleC_toroku h3{
    font-size: 36px;
	margin-bottom:40px;
    font-weight: normal;
	font-family: 'Scheherazade', serif;
    text-align: left;
}
.styleC_toroku p{
	font-size: 14px;
	margin-bottom:1em;
}
.styleC_toroku a{
	display:block;
	width:80%;
	background:#333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
	color:#FFF;
	text-align:center;
	font-weight:normal;
	padding:1em 0em;
	box-sizing:border-box;
	margin:2em auto 2em;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	box-shadow:3px 3px 3px 0px #999999;
	-moz-box-shadow:3px 3px 3px 0px #999999;
	-webkit-box-shadow:3px 3px 3px 0px #999999;
}
.styleC_toroku a:hover{
	background:#999;
}
.styleC_toroku a p.text1{
	font-size:20px;
	line-height:1em;
	margin:8px;
}
.styleC_toroku a p.text2{
	font-size:12px;
	line-height:1em;
	margin:0;
}
.styleC_toroku ul{
	margin:4em 1em;
}
	

	
@media(max-width: 768px) {	

.styleC_toroku{
	padding: 1em;
	width:98%;
	background-image: none;
}
	
.styleC_toroku h3{font-size: 18px;margin:12px;font-weight: normal;font-family: "Times New Roman", Times, serif;
    text-align: center;
}
	
.styleC_toroku p{
	margin-bottom:1em;
	line-height:1.4em;
}
	
.styleC_toroku a{
}
	
.styleC_toroku a p.text1{
	font-size:22px;
	line-height:1em;
	margin-bottom:10px;
}
	
.styleC_toroku a p.text2{
	font-size:12px;
	line-height:1em;
	margin:0;
}	
	}	
	
	
	
	
	
	
	
	
	
	
	
	
/* ランジェリスタ　20180623ver■ */	
	
.styleC_sec1 h1
,.styleC_sec1 p.text2
,.styleC_info_lingerista h3{
	font-family: "Times New Roman", Times, serif;
}
.styleC_sec1 h1{
	font-size:90px;
	margin: 100px auto;
	text-align:center;
}
.styleC_sec1 p.text1{
	font-size:18px;
	text-align:center;
	margin:auto auto 15px;
}
.styleC_sec1 figure{
	width:100%;
	text-align:center;
}
.styleC_sec1 figure img{
	width:980px;
	max-height:600px;
}
.styleC_sec1 figure.wide img{
	width:100%;
	max-width:1980px;
}
.styleC_sec1 p.text2{
	text-align:center;
	font-size:70px;
	margin:60px auto 50px;
	letter-spacing:-2px;
}
.styleC_sec1 h2{
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(0.05deg);
	font-weight: bold;
	font-size:28px;
	margin: 40px auto 0px;
}

.styleC_icon img{
    text-align: center;
    margin: 60px auto 0px;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    border-radius: 50%;
}
	
	
@media(max-width: 768px) {

.styleC_sec1 h1 {
    font-size: 4em;
    margin: 0 auto 15px;
    line-height: 1.3em;
}	
.styleC_sec1 p.text1{
	font-size:1.2em;
	margin:auto auto 1.5em;
	width: 96%;
}
.styleC_sec1 figure img{
	width: 100%;
}
	
.styleC_sec1 p.text2{
	margin: 15px auto 0px;
    line-height: 2em;
	font-size: 3em;
}
.styleC_sec1 h2{
	font-weight: bold;
	font-size:1.2em;
	margin: 0px auto 20px;
}
.styleC_icon img {
    margin: 30px auto 10px;
}	
	 }		
	
	

	

.styleC_sec2 div{
	width:980px;
	margin:auto;
	padding:4em 0em 0;
	box-sizing:border-box;
}
	
.styleC_sec2 div img {
    margin: 0px auto 30px;
    width: 100%;
}
	
.styleC_sec2 div p{
	font-size:16px;
	line-height:1.4em;
	margin-bottom:1.5em;
}
	
.styleC_sec2 h3{
	font-size:20px;
	text-align:center;
	margin: 0 auto 26px;
}


@media(max-width: 768px) {	
	
.styleC_sec2 div{
	position: relative;
    width: 100%;
    margin: auto;
    padding: 1em;
    box-sizing: border-box;
    height: 250px;
    overflow: hidden;
}
	
.styleC_sec2 figure {
	height: 100%;
}
	
.styleC_sec2 h3{
	text-align:center;
}
	}
	
.styleC_sec2 a.more_view_btn{
	display:none;
}

	
	
	

/* ランジェリスタINFO　20180623ver■ */		

.styleC_info_lingerista h3{
	text-align:center;
	font-size:46px;
	line-height:1.4em;
}
.styleC_info_lingerista p.travel_info_title{
	text-align:center;
	font-size:16px;
}
.styleC_info_lingerista{
	overflow:hidden;
}
.styleC_info_lingerista div{
	float: left;
	text-align: left;
	width: 400px;
    margin: 30px;
}
.styleC_info_lingerista div h4{
	text-align: center;
	margin-bottom:15px;
	font-size: 20px;
}

@media(max-width: 768px) {	
    
.styleC_info_lingerista h3{
	text-align:center;
	font-size:30px;
	line-height:1.4em;
    margin-bottom: 0px;
}
.styleC_info_lingerista div{
	width: 100%;
    margin: 0 auto 20px;
}
.styleC_info_lingerista div h4{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(0.05deg);
	font-weight: bold;
	margin:25px auto;
}
	}
	
.styleC_info_lingerista div p{
	margin-bottom:1em;
	font-size: 1.2em;
}
.styleC_info_lingerista div iframe{
	border:0;
	width:400px;
	height:266px;
}
	
	

	
@media(max-width: 768px) {		
.styleC_sec2>div:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:250px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
	background: -o-linear-gradient(top, rgba(0,255,255,0), #fff);
	background: linear-gradient(top, rgba(0,255,255,255.0), #fff);

}
.styleC_sec2>div.null:after{
	display:none;
}
	
.styleC_sec2 a.more_view_btn{
	display:block;
	width:70%;
	margin:auto;
	text-align:center;
	padding:1em;
	background:#c00;
	color:#FFF;
	font-weight:bold;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}
.styleC_info_lingerista p.travel_info_title {
    font-size: 16px;
    margin: 0 auto 10px;
}
	}

.styleC_sec3 {
    border: 1px solid #000;
    padding: 29px;
    box-sizing: border-box;
    width: 92%;
    margin: 30px auto;
}

.styleC_sec3 h4{
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    transform: rotate(0.05deg);
    font-weight: bold;
	margin-bottom:14px;
	font-size: 20px;
    line-height: 25px;
}

.styleC_sec3 p{   
	margin-bottom:12px;
	font-size: 1.2em;
}


.lingerista{
	display:block;
	width:30%;
	margin:auto;
	text-align:center;
	padding:1em;
	background:#c00;
	color:#FFF !important;
	font-weight:bold;
	margin-top: 20px;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}



/* ランジェリスタとは？　20180623ver■ */

	.ling-sec{
	width: 90%;
    border: 1px solid #000;
    background-color: #ffffee;
    padding: 20px;
    box-sizing: border-box;
    margin: 40px auto 30px;
    text-align: center;
    font-size: 20px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    transform: rotate(0.05deg);
    font-weight: bold;
	}
	
	.ling-sec h3{
	text-align: center;
    font-size: 24px;
	font-weight: bold;
    margin: 10px auto 30px;
	}
	.ling-tx{
	margin: 0 auto 0;
    width: 780px;
    font-size: 18px;
	line-height: 1.4em;
	}
	@media (max-width: 768px){
	.ling-sec h3{
    font-size: 20px;
    margin: 6px auto 16px;
	}
	.ling-tx{
	font-size: 14px;
    width: 98%;
	}	
	}


/* スタイルトップに戻る　20180623ver■ */

.styleC_sec4 {
    text-align: center;
    border: 1px solid #cc86d5;
    padding: 10px;
    box-sizing: border-box;
    width: 92%;
    margin: 30px auto;
}
.styleC_sec4 img{
    width: 10%;
    margin: 20px auto;
}
.style{
	display:block;
	width:30%;
	margin:auto;
	text-align:center;
	padding:1em;
	background:#e0d7af;
	color:#333;
	font-weight:bold;
	margin-top: 20px;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}

.styleC_sec4 h3{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    transform: rotate(0.05deg);
    font-weight: bold;
	margin-bottom:12px;
	font-size: 20px;
}

.styleC_sec4 p{   
	margin-bottom:12px;
	font-size: 16px;
}

@media(max-width: 768px) {	
.styleC_sec3{
	padding:1em;
	width:100%;
	margin:1em auto 3em;
}
.lingerista{
	width:70%;
}

.styleC_sec4 {
    text-align: center;
    border: 1px solid #000;
    padding: 28px;
    box-sizing: border-box;
    width: 98%;
    margin: 0px auto 10px;
}
.style{
	display:block;
	width:70%;
	margin:auto;
	text-align:center;
	padding:1em;
	background:#e0d7af;
	color:#333
	font-weight:bold;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}
.styleC_sec4 p{   
	margin-bottom:12px;
	font-size: 14px;
}
	}

/* スタイルコラムニスト */

.styleCM {
    display: block;
    float: left;
    margin: 30px 0 30px 70px;
    padding: 0;
}
	
.styleC_menb {
    float: left;
}
	
.styleC_menb p {
    font-size: 56px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: 'Scheherazade', serif;
    text-align: center;
}
	
.styleC_menb h2 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    border: none;
    padding: 0;
    margin-bottom: 25px;
}
	

.styleC_link {
    text-align: center;
}

.styleC_link a{
    color: #2d22be;}

@media(max-width: 768px) {	
    .styleC_menb p {
     margin: 10px auto 0px;
}  
    .styleCM {
     margin: 30px 2px 30px 10px;
}
    .styleC_menb ul {
    width: 290px;
    }
}

/* スタイルシェアボタン */
.style_fbs{
		text-align: center;
		margin: 20px auto;
	}	


/* スタイルページ送り */
.pagination {
	font-size: 14px;
    width: 500px;
    padding-top: 30px;
	margin: 20px auto;
}

.pagination p {
    background: #eee;
    padding: 3px 8px;
    overflow: hidden;
}
.pagination p span {
	font-size: 15px;
    float: left;
    width: 175px;
	margin-bottom: 8px;
    padding-top: 8px;
}

/* 
次の記事titleが入ります。次の〜〜 部分を1行で表示したい場合に使用
※サンプルでは幅600pxで作成してますので、widthは適宜調整が必要になります。
*/
.pagination p a.oneLine {
    display: block;
    float: left;
    width: 490px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-bottom: 8px;
}
	



 @media(max-width: 768px) {	
.pagination {
    width: 280px;
}
.pagination p a.oneLine {
    width: 260px;
}
	}
	
	
.next ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    text-align: center;
}
.next ul li {
    display: inline-block;
    padding: 0 1px;
    line-height: 2.4; /* 複数行になった時に重ならないように調整 */
}
.next ul li a {
    border: 1px solid #ccc;
    padding: 2px 8px;
    color: #008ba9;
    text-decoration: none;
}
.next ul li a:link,
.next ul li a:visited {
    color: #008ba9;
}
.next ul li a:hover {
    background: #008ba9;
    border-color: #008ba9;
    color: #fff;
}
.next ul li.crnt a {
    background: #999;
    border: 1px solid #ccc;
    padding: 2px 8px;
    color: #fff;
}
.next ul li.back {
    margin-right: 10px;
}
.next ul li.next {
    margin-left: 10px;
}

/* スタイルページ送りここまで */




/* セミナーレポート */
.linSemi_sec1 h1 {
	font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    margin: 100px auto;
    text-align: center;
    color: #ce1b8d;
}
	
p.text1 {
    font-size: 18px;
    text-align: center;
    margin: auto auto 15px;
}
	
.linSemi_sec1 p.text2 {
	font-family: "Times New Roman", Times, serif;
    text-align: center;
    font-size: 70px;
    margin: 60px auto 50px;
    letter-spacing: -2px;
	color: #ce1b8d;
}
	
.linSemi_sec1 h2{
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	transform: rotate(0.05deg);
	font-weight: bold;
	font-size:28px;
	margin: 40px auto 0px;
}
@media(max-width: 768px) {

.linSemi_sec1 h1 {
    font-size: 4em;
    margin: 0 auto 15px;
    line-height: 1.3em;
}	
.linSemi_sec1 p.text1{
	font-size:1.2em;
	margin:auto auto 1.5em;
	width: 96%;
}	
.linSemi_sec1 p.text2{
	margin: 15px auto 0px;
    line-height: 2em;
	font-size: 3em;
}
.linSemi_sec1 h2{
	font-weight: bold;
	font-size:1.2em;
	margin: 0px auto 20px;
}
	 }		
/* セミナーレポートここまで */


/* セミナーメインページ */
.semiN_sec1 h1 {
	font-family: 'Scheherazade', serif;
	font-size: 90px;
    margin: 60px auto;
    text-align: center;
	}
	
.semiN_sec2 {
	width: 50%;
	float: left;
	}

.semiN_itemlist {
	text-align: center;
	}

.semiN_itemlist h2{
	font-size: 22px;
	margin-bottom: 40px;
	}
	
.semiN_lec{
	font-size: 22px;
	margin-bottom: 40px;
	}
	
.semiN_tit{
	clear: both;
	font-family: 'Scheherazade', serif;
	font-size: 80px;
	margin: 30px auto;
	}
	
.semiN_mem	{
		text-align: center;
	}	
	
.semiN_mem img{
		padding: 30px;
	}	
	
.semiN_itemlist p {
    font-size: 30px;
    max-width: 80%;
    line-height: 1.4em;
    font-weight: normal;
    font-family: 'Scheherazade', serif;
    text-align: center;
    margin: 30px auto 0px;	
	}
	
.list2018sem1 p, .list2018sem7 {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	line-height: 2.5em;color: #aa9d71;
	margin-top: 20px;
	}
	
.semiNtop-txt {
    font-size: 18px;
    line-height: 22px;
    width: 90%;
    text-align: center;
    margin: 60px auto 80px;
	}
	
.semiN_nakane{
	text-align: center;
	background-color:#aa9d71;
	color:#fff;height: 500px;
	 width: 100%;	
	}

.semiN_nakane2{
	text-align: center;
	background-color:#7188aa;
	color:#fff;height: 500px;
	 width: 100%;	
	}

.semiN_noda{
	text-align: center;
	background-color:#7b935a;
	color:#fff;height: 500px;
	 width: 100%;	
	}
	
.semiN_noda2{
	float: left;
	text-align: center;
	background-color:#c05b78;
	color:#fff;height: 500px;
	 width: 100%;	
	}
	
.semiName, .semiName2 {
	font-size: 28px;
    padding: 40px 0 30px;
	}
		
.semiInfo li{
	font-size: 14px;
    text-align: left;
    width: 90%;
    margin: 6px auto;
	}	

.semiInfo2{
	text-align:left;
	font-size: 14px;
    width: 80%;
    margin: 6px auto 30px;
	line-height: 150%;
	}
	
.semiLink {
	font-size: 18px;
    padding: 8px 10px 4px;
	background-color: #ff0000;
    color: #fff !important;
    box-sizing: border-box;
    transition: all .3s;
	margin: 20px auto;
	}	
	
.semiLink:hover {
    background-color: #F171A9;
	}	

.semiN_img{
    display: table-cell;
	}
	
.semiN_day{
	
	}

.semiN_menu{
	float: left;
	width: 50%;
	}
	
	
.styleN_mem{
	text-align: center;
    margin: 0px auto;
	}

@media(max-width: 758px) {	
	.styleC h3{
	font-size: 13px;
    margin-top: 10px;
	}
	
	.semiN_sec1 h1 {
	font-size: 40px;	
	margin: 0px auto;
	}

   .semiN_sec2 {
	width: 100%;
	}
	
	.semiN_itemlist p {
    font-size: 38px;
	}
	
	.semiNtop-txt {
	font-size: 16px;
    width: 90%;
    margin: 30px auto 40px;
	}
	
	.semiN_menu{
    width: 100%;
	}
	
	.semiN_nakane,.semiN_noda {
	width: 100%;
	height: 400px;
	}	

	.semiInfo2{
	font-size: 14px;
    width: 90%;
	line-height	: 120%;
	}
	
	.semiName,.semiName2 {
	font-size: 22px;
    padding: 15px 0 10px;
	}
	
	.semiInfo li{
    width: 90%;
    margin: 0px auto;
	}	
	
	.semiN_noda2,.semiN_nakane2{
	width: 100%;	
	}	
	
	.semiN_tit{
    font-size: 70px;
    margin: 30px auto;
	}
	
	.semiN_itemlist h2{
    font-size: 20px;
    margin-bottom: 0px;
	}
	
	.semiLink{
	 font-size: 16px;	
	}
	
	.semiN_lec{
	 margin: 0px;	
	}

　　.semiN_mem img {
    width: 150px;
}
}
/* セミナーメインページ　ここまで */
    
    
    
 /* 商品ページ　サイズガイド */ 
    
.size_guide_cont18 {
    background-color: #E1D9C7;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    width: 90%;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}


.size_guide_cont18_text {
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
}
    
 /* 商品ページ　サイズガイド 　ここまで*/ 

 /* 商品ページ　入荷待ち表示*/ 
.detail_item_data .soldout {
   display: block;
    position: relative;
    text-align: center;
    /* display: inline-block; */
    padding: 0.5em 0.5em;
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    background: #BEA175;
    border-bottom: solid 2px #786817;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.detail_item_data td.soldout {
display: table-cell;
position: relative;
text-align: right;
padding: 5px;
margin: 0px;
font-size: 13px;
text-decoration: none;
color: #777;
background: #FFF;
border: 1px solid #D6D6D6;
border-radius: 0px;
box-shadow: none;
font-weight: normal;
}

 /*オーダーメイド設定*/ 
.item_box .order_desc{
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    color: #ff0000;
}






/* new新規レイアウトPC */
#goodsArea .pc_visible{
  display: block!important;
}
#goodsArea .sp_visible{
  display: none!important;
}
#goodsArea .floatbox0_pc{
  display: block!important;
}
#goodsArea .floatbox0_sp{
  display: none!important;
}
div.clear{
   clear: both;
}
.od_frame{
overflow: hidden;
position: relative;
width: 100%;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
text-align: center;
}
.od_frame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#goodsArea #itemob .leftCnt{
    float: left;
    width: 45%;
}
#goodsArea #itemob .rightCnt{
    float: right;
    width: 45%;
}
#goodsArea .about-brand-insert{
    margin: 30px auto auto 0;
}

a.review-link:link,a.review-link:visited,a.review-link:link,a.review-link:hover{ color: #fff; }
#goodsArea #item-page-section-detail .item-page-section-title-en{
    font-size: 4.5em;
}
#goodsArea #item-page-section-detail .item-page-section-title-jp{
    font-size: 1.0em;
}
#goodsArea #item-page-section-detail-3-sp .item-page-section-title-jp{
    margin-bottom: 1em;
}
#goodsArea .item-page-section-detail-0{
    margin-top: 40px;
}

#goodsArea .about-obsessive {
    width: 100%;
    margin: 3em auto;
    font-size: 1.5em;
    line-height: 1.3em;
    background: #6f4d6e;
    color: white;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
}
.itsp-advice-spec{
    background-color: #999999;
    padding: 1.5em 1em;
    line-height: 1.5;
}
.inner_main_container_resp #goodsArea .ob17widearea{
width: 100%!important;
position: relative!important;
}
.inner_main_container_resp #goodsArea .pc_visible{
display: none!important;
}

#goodsArea #pan{
  margin-bottom:2100px;
}

#goodsArea .ob2017ithd2, .ob2017ithd4{
  padding: 5%;
}
#goodsArea .ob2017ithd2 > p{
  margin-bottom: 0!important;
  margin-top: 2%!important;
    padding-bottom: 2em;
}
#goodsArea .ob2017ithd2 > p.caption{
    width: 100%;
}

#goodsArea .ob2017ithd4{
  margin-bottom:0!important;
  padding: 0 0 5% 0!important;
}

#goodsArea .item-page-section-detail ul li img{
  width:100%;
}


#goodsArea p{
margin: 0;
}
#goodsArea .ItemIMG2018-jp {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
    color: #808080;
    text-align: center;
    font-size: 1.3em;
    line-height: 1em;
}
#goodsArea .item-page-section-title-jp {
    color: #808080;
    text-align: center;
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 2em;
    margin-top: 0.5em;
}

#goodsArea .ItemIMG2018-en-long {
    font-family: 'Times New Roman','Vollkorn', serif;
    font-size: 6em;
    text-align: center;
    letter-spacing: 0.0em;
    line-height: 1em;
	margin-top: 2em;
    margin-bottom: 0.2em;
	}

section#item-page-section-brand {
    margin-bottom: 100px;
}

#goodsArea .item-page-section-title-en{
    margin-top: 0em;
    font-size: 6.0em;
    font-family: 'Times New Roman','Vollkorn', serif;
}
#goodsArea .item-page-section-title-jp{
    font-size: 1.5em;
}
.ob2017ithd4 p.text1 {
font-family: "Times New Roman", Times, serif;
font-size: 2.5em;
line-height: 1.3em;
margin: 0;
}
#goodsArea .ob2017ithd4 p.text2 {
color: #999;
font-size: 1.0em;
line-height: 1.3em;
margin-bottom: 1em;
}
    #goodsArea .ob2017ithd4 img{
        width: 80%;
        margin: 0 auto;
        max-width: 490px;
    }
#goodsArea .about-size{
text-align: center;
}

a .modelimg_a1 div p.text2 {
transform: rotate(0.05deg);
}
#goodsArea p.text3 {
font-size: 1.2em;
transform: rotate(0.05deg);
}

#goodsArea .itsp-advice-text p{
    font-size: 1.3em;
    line-height: 1.25;
    margin-bottom: 3em;
}
#goodsArea ul.advice-size-link li.red a{
    background: #D4003B;
}

@media(max-width: 768px) {	
#goodsArea .ItemIMG2018-en-long {
    font-size: 2.5em;
    text-align: center;
	}

#goodsArea .item-page-section-title-en{
    font-size: 2.5em;
    text-align: center;
}
    #goodsArea .ob2017ithd2 h2{
        font-size: 1em!important;
    }
    #goodsArea .ob2017ithd2 h3{
        font-size: 1em;
        margin: 0.7em auto 0.5em;
    }
#goodsArea .item-page-section-special-list{
margin: 0 5%;
}
#goodsArea .item-page-section-special-list li{
width: 30%;
float: left;
margin-left: 5%;
    text-align: center;
}
    #goodsArea .item-page-section-special-list li:first-child{
        margin-left: 0;
    }
} 


/* 上部エリア */
#goodsArea .ob17widearea .floatbox1 ul.itemstatus li span{
  display: none;
}
#goodsArea .floatbox1 ul.itemstatus li span{
  display: none;
}

/* 下部エリア */
#goodsArea .item-page-width .sizeguidelink{
  margin-top:40px;
}
#goodsArea .item-page-data-box{
  border:none;
  margin: 0;
  padding: 0;
}
#goodsArea .item-page-data-box-cell{
  vertical-align: top;
}
#goodsArea .item-page-data-box-cell_2{
  padding-left: 15px;
}
#goodsArea .item-page-data-box-image{
  margin-right: 1em;
  width: 250px;
}
#goodsArea .item-page-section-detail{
  font-size: 1.3em;
}
#goodsArea .item-page-section-data-main-list li,.item-page-section-data-sub-list li{
  margin-bottom: 0;
}

#goodsArea .itsp-comment-waku {
  clear: both;
  width: 100%;
  margin: 0 0 1em;
  padding: 1em;
  box-sizing: border-box;
  color: #4D4D4D;
  font-size: 0.8em;
  border: 3px solid #ff3333;
  background-color: #FFFFFF;
}
#goodsArea .review-float-box{
    float: left;
}
#goodsArea .itsp-review-stf-s,
#goodsArea .itsp-review-stf-m{
  display: block;
  width: 100%;
  border: #8C8C8C 1px solid;
}
#goodsArea .itsp-review-stf-graph{
    border-left: #8C8C8C 1px solid;
    border-right: #8C8C8C 1px solid;
    border-bottom: #8C8C8C 1px solid;
    min-height: 360px;
}
#goodsArea .about-brand-insert{
  position: relative;
}
#goodsArea .about-brand-insert_ob .about-brand-insert-btn {
  border: none;
  left: 150px;
  font-weight: bold;
  background: rgb(51,51,51);
  background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 50%, rgba(51,51,51,1) 100%);
  background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(153,153,153,1) 50%,rgba(51,51,51,1) 100%);
  background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(153,153,153,1) 50%,rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 );
}
#goodsArea .about-brand-insert-btn {
  position: absolute;
  display: block;
  background: #FFF;
  width: 52%;
  border: 1px solid #333;
  padding: 1em;
  text-align: center;
  font-weight: normal;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
#goodsArea .basecolor{
  background-color: #857f83;
}
#goodsArea .modelimg_a1 {
  text-align: center;
  color: #FFF;
}
#goodsArea .modelimg_a1 div {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  padding: 1em;
}
#goodsArea .modelimg_a1 div p.text1 {
    font-size: 0.9em;
    transform: rotate(0.05deg);
}
#goodsArea p.text1 {
    font-size: 2.5em;
    text-align: center;
    margin: auto auto 15px;
}
#goodsArea .modelimg_a1 div p.text2 {
    font-size: 1.8em;
}
#goodsArea .oblogo_a1 img{
  width: 20%;
}
#goodsArea .modelimg_a1 .oblogo_a1 {
    text-align: center;
    margin: 1em auto;
}
#goodsArea .modelimg_a1 .modelimg_a1 div p.text3 {
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
}
#goodsArea .item-page-data-box-cell_1{
  width: 100%;
}
#goodsArea .item-page-data-box-cell_2{
  width: 100%;
}
#goodsArea .ItemIMG2018-en-long{
    margin-top: 0;
}
#goodsArea #lineupCntInner{
    margin-top: 30px;
}
#goodsArea #lineupCntInner ul li{
  width: 24%;
  float: left;
}
/* advice */
#goodsArea .advice-size-link a {
    display: block;
    width: 31%;
    margin: 1%;
    float: left;
    background: #000;
    padding: 0.5em;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    font-weight: normal;
}
#goodsArea .item-page-read-review {
    width: 100%;
    margin: 3em auto;
    font-size: 1.5em;
    line-height: 1.3em;
    background: #D4003B;
    color: white;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
}
.item-page-read-review span{
    display: block;
}

@media screen and (max-width:767px) { 
    #goodsArea .advice-size-link{
        margin: 1em;
    }
    #goodsArea #itsp-advice div.clear{
        height: 1em;
    }
    #goodsArea .about-size-attention{
        padding: 0;
    }
#goodsArea .item-page-read-review {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    }
#goodsArea .item-page-read-review span.top{
    display: block;
    color: #D4003B;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    font-size: 0.8em;
}
#goodsArea .item-page-read-review span.bottom{
    display: block;
    background: #D4003B;
    padding: 0.5em 1em;
    font-size: 0.8em;
}
#goodsArea .advice-size-link a{
    width: 100%;
}
#goodsArea #itemob .leftCnt{
    float: none;
    width: 100%;
}
#goodsArea #itemob .rightCnt{
    float: none;
    width: 100%;
}
/* ■■■■ */
    #goodsArea .ob2017ithd2 > p{ width: 100%; }
/* 上部エリア */
#goodsArea .pc_visible{
  display: none!important;
}
#goodsArea .sp_visible{
  display: block!important;
}
#goodsArea .floatbox0_pc{
  display: none!important;
}
#goodsArea .floatbox0_sp{
  display: block!important;
}

#goodsArea #ob17widearea, #goodsArea .floatbox0{
  width: 100%!important;
  position: relative;
}
#goodsArea .ob2017ithd1{
  height: auto;
}
#goodsArea .floatbox0 img{
  width: 100%;
}
#goodsArea .ob2017ithd1 .changebtn{
  left: 5%;
}
#goodsArea .floatbox1{
  width: 100%;
  position: static;
  background-color: #999;
}
#goodsArea .floatbox1 ul.itemstatus li{
  text-align: center;
}
#goodsArea .floatbox1 ul.itemstatus li img{
  margin: 0 auto;
  display: block;
}
#goodsArea .floatbox1 ul.itemstatus li span{
  color: #fff;
  padding-top: 1.0em;
  display: inline-block;
    width: 90%;
    padding: 0 5%;
    font-size: 0.6em;
}
#goodsArea .floatbox1 ul.itemstatus li {
width: 20%;
    }
#goodsArea .floatbox2{
  display: none;
}
#goodsArea .floatbox3{
  top: 10%;
  right: 5%;
  width: 25%;
}

#goodsArea .ob2017ithd2 p.caption{
  width: 100%;
}
#goodsArea .ob2017ithd2 h3 {
  line-height: 36px;
}
#goodsArea .ob17slide-gallery div.gallery-cell {
    width: 80%;
}

/* アイテムエリア */
#goodsArea .item-page-width{
    width: 100%;
}

/* アコーディオン */
#goodsArea .itsp-itemdetail-ac > dt{
	position:relative;
	font-size:1.1em;
	display:block;
	width:100%;
	background:#EADFC9;
	color:#1A1A1A;
	font-weight:normal;
	padding:1em;
	border:1px solid #666666;
	box-sizing:border-box;
	margin:0;
}
#goodsArea .itsp-itemdetail-ac > dt:after{
	content: "＋";
	position: absolute;
	top: 0;
	bottom:0;
	margin:auto;
	right: 0;
	width: 1.3em;
	height: 1.5em;
	font-size:1.5em;
	line-height:1.5em;
	color:#666666;
}
#goodsArea .itsp-itemdetail-ac > dt.active:after{content: "－";}
#goodsArea .itsp-itemdetail-ac > dd{
  background: #E5E5E5;
}
#goodsArea .itsp-backwhite{background:#FFFFFF !important;}
#goodsArea .acMenu{
	margin:0 auto;
}
#goodsArea .acMenu dt{
	display:block;
	width:100%;
	cursor:pointer;
	clear:both;
}
#goodsArea .acMenu dd{
	width:100%;
	display:none;
	margin:0;
    padding: 1em 2em;
}

/* about-bland */
#goodsArea .about-brand-insert_ob .about-brand-insert-btn{
  width: 100%;
  left: auto;
  right: auto;
  bottom: 0;
}

/* data */
#goodsArea .item-page-data-box-cell{
  display: block;
  vertical-align: top;
}
#goodsArea .item-page-data-box-cell_2{
  padding: 2% 0 0 5%
}
#goodsArea #itsp-advice{
        padding-top: 2.5em;
    }
#goodsArea .itsp-advice-text{
  padding: 0 0 0 5%
}
#goodsArea .sizeimage{
  padding-top: 3em;
  width: 100%;
}
#goodsArea .item-page-section-data-sub-list li{
  font-size: 1.25em;
}
#goodsArea .about-size{
  text-align: center;
}
#goodsArea .about-size-attention{
  padding-top: 0.5em;
  font-size: 1.25em;
}

#goodsArea .ob17slide-itemname{
    bottom: 25%;
width: 50%;
    margin: 0 auto;
}
    #goodsArea .ob17slide-itemname p.mainname{
        font-size: 12vw;
    }
/* スタッフレビュー */
#goodsArea .review-float-box{
width: 100%;
}
#itsp-review{
	margin-bottom:2em;
    background-color:white;
        padding-top: 2.5em;
}
#goodsArea .itsp-review-ac dt{
	position: relative;
	font-size:14px;
	height:59px;
	box-sizing:border-box;
	border:#8C8C8C 1px solid;
	border-right:#8C8C8C 26px solid;
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:50px;
	padding:9px 0px 9px 66px;
}
#goodsArea .itsp-review-ac dt:nth-of-type(2n){
	border:#666666 1px solid;
	border-right:#666666 26px solid;
}
#goodsArea .itsp-review-ac dt:after{
	content:'';
	height:0;
	width:0;
    border-top: 7px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:-18px;
}
#goodsArea .itsp-review-ac dt.active:after{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#goodsArea .itsp-review-ac dt p{
	padding:0;
	margin:0;
}
#goodsArea .itsp-review-ac dd{
	border:1px solid #8C8C8C;
	border-top:none;
	box-sizing:border-box;
}
/* ■■■■ */
}

.od_frame{
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}

.od_frame_inner{
  width: 100%;
  display: block;
  width: 1px;
  min-width: 100%;
  *width: 100%;
  height:100%;
  border:none;
  display:block;
}
#goodsArea img.adtlbox{
    float: left;
}
.adtl_clearfix a.pc_visible{
    width: 300px;
    float: left;
}
@media screen and (max-width:767px) { 
    #goodsArea img.adtlbox{
    float: none;
    }
}
/* itempage2 */
#contents{
background-repeat: no-repeat;
background-size: 100% auto;
}
#goodsArea .toggleCntUp{
background: #fff;
background: -webkit-linear-gradient(top, #000 0%,#999 50%,#eee 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
#goodsArea .toggleCntUpactive{
background: #fff;
background: -webkit-linear-gradient(top, #000 0%,#000 50%,#000 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
#goodsArea .detail-text ul.henpinB li{
padding-left: 0;
}
#goodsArea .detail-text p.fontSmall{
font-size: 0.8em;
}
#goodsArea .advice-firstTitle {
font-size: 3.0em;
font-family: 'Times New Roman','Vollkorn', serif;
height: 1em;
text-align: center;
}
#goodsArea .advice-firstTop{
margin-top: 1em;
background-color: #000;
color: #fff;
text-align: center;
}
#goodsArea .advice-first{
margin-bottom: 50px;
}
#goodsArea .advice-firstTop{
background-color: #000;
color: #fff;
text-align: center;
}
#goodsArea .advice-firstTop p{
display: inline-block;
margin: 0 auto;
padding: 1em 0;
text-align: left;
font-size: 1.5em;
}
#goodsArea .advice-firstLeft{
float: left;
color: #fff;
text-align: center;
width: 40%;
display: table;
min-height: 95px;
margin-top: 30px;
}
#goodsArea .advice-firstLeft div{
display: table-cell;
line-height: 100%;
vertical-align: middle;
background-color: #ff4000;
font-size: 1.5em;
}
#goodsArea .advice-table{
display: table;
}
#goodsArea .advice-tableCell{
display: table-cell;
vertical-align: middle;
}
#goodsArea .advice-firstRight{
float: right;
width: 55%;
font-size: 1.5em;
padding-top: 30px;
}


#goodsArea img.wideImage{
    width: 100%;
}
#goodsArea img.alqImage{
    width: 100%;
    margin-bottom: 3em;
}
#goodsArea .header-image{
    height: 470px;
    position: relative;
    background-position: center center;
}
#goodsArea div.samplearea {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
    border: 1px solid gray;
    padding: 1em;
    margin: 0px 1px 1em 0px;
    max-width: 732px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.3em;
    line-height: 150%;
  }
#goodsArea .samplearea .toggleBtn{
    text-align: center;
  }
#goodsArea .samplearea .toggleBtn span{
    background-color: #CCA400;
    color: white;
    border-radius: 6px;
    padding: 0.2em 3em;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
}
#goodsArea .samplearea .toggleBtn span a:after{content: "続きを読む"; color: #fff; }
#goodsArea .samplearea .active span a:after{content: "閉じる"; color: #fff; }
#goodsArea .item-text {
    font-size: 1.2em;
    line-height: 150%;
    width: 95%;
    margin: 0px auto 20px;
    padding: 19px;
    background-color: #ece9e4;
}
#goodsArea .lineup-button {
    text-align: center;
}
#goodsArea .lineup-button a {
    background-color: #CCA400;
    color: white;
    border-radius: 6px;
    padding: 0.8em 3em;
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 30px;
}
#goodsArea .detail-text {
    width: 98%;
    margin: 20px auto;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
    font-size: 1.2em;
    line-height: 100%;
    border: solid 1px #cccccc;
    background: #E5E5E5;
}
#goodsArea .detail-text h4 {
    font-size: 1.5em;
    text-align: center;
    margin: 20px 0;
}
#goodsArea ul.detail-info-list {
    font-size: 1.2em;
}
#goodsArea .detail-text li {
    margin: 10px 0;
    line-height: 90%;
    padding-left: 2.5em;
}
#goodsArea .detail-text p {
    font-size: 1em;
    width: 90%;
    background-color: #ece9e4;
    margin: 30px auto;
    border: solid 1px #cccccc;
    padding: 16px;
}
#goodsArea .henpinB_clearfix {
    text-align: center;
    width: 98%;
    margin: 30px auto;
}
#goodsArea .henpinB li {
    display: inline;
}
#goodsArea .detail-text li {
    margin: 10px 0;
    line-height: 90%;
    padding-left: 2.5em;
}
#goodsArea .adtl_clearfix {
    text-align: center;
    background-color: #FFFFFF;
    width: 92%;
    margin: 35px auto;
}
#goodsArea img.adtlbox {
    margin: 10px 20px;
}
#goodsArea .size_guide_cont18 {
    background-color: #E1D9C7;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    width: 90%;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}
#goodsArea .size_guide_cont18_text {
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
}
#goodsArea .itempage_size_feel_btminfo17 {
    text-align: center;
    margin-bottom: 1em;
}
#goodsArea .item-page-section-title-en2 {
    margin-top: 1em;
}
#goodsArea .ItemIMG2018-en-long2{
    margin-top: 1em;
}
section.item-page-section-detail-2 {
    margin: 3em auto;
}

@media screen and (max-width:767px) { 
#goodsArea .advice-firstTitle{
height: auto;
}
#goodsArea .advice-firstLeft{
width: 80%;
margin: 30px auto 0 auto;
float: none;
}
#goodsArea .advice-firstRight{
width: 100%;
float: none;
}
#goodsArea .advice-table {
display: block;
text-align: center;
}
#goodsArea .advice-tableCell {
display: inline-block;
vertical-align: middle;
}
}
#goodsArea .sizerangeText{
width: 98%;
margin: 20px auto;
font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial,";
font-size: 1.2em;
line-height: 100%;
border: solid 1px #cccccc;
background: #E5E5E5;
}
#goodsArea .sizerangeTable{
display: table;
font-size: 1.2em;
width: 100%;
}
#goodsArea .sizerangeTableCell{
display: table-cell;
}
#goodsArea .sizerangeTableCellLeft{
float: left;
width: 48.5%;
}
#goodsArea .sizerangeTableCellRight{
float: right;
width: 48.5%;
}
#goodsArea .sizerangeTableCellTitle{
margin-bottom: 1em;
text-align: center;
}
#goodsArea .sizerangeTableCellContents{
padding: 20px 1em;
line-height: 1.5;
margin: 0 1em;
background-color: #cecebf;
}
#goodsArea .advice-firstTitleFooter{
text-align: center;
font-size: 0.8em;
padding: 30px 0;
}
#goodsArea .sizerangeText .advice-firstTitle{
padding: 1em;
}
@media screen and (max-width:767px) {
#goodsArea .advice-firstTitle{
font-size: 2.0em;
}
#goodsArea .sizerangeTableCellTitle{
padding-bottom: 0.25em;
}
#goodsArea .sizerangeTableCellLeft,#goodsArea .sizerangeTableCellRight{
width: 96%;
margin: 0 2% 1.5em 2%;
float: none;
display: block;
}
#goodsArea .sizerangeTableCellRight .sizerangeTableCellContents {
background-color: #cecebf;
}
}

@media screen and (max-width:767px) {
    #inner_container .imageheader_mainimg{
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 400px;
    }
}
@media screen and (max-width:580px) {
    #inner_container .imageheader_mainimg{
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 300px;
    }
}
@media screen and (max-width:480px) {
    #inner_container .imageheader_mainimg{
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 200px;
    }
}
.sliderPCwrapItem2 .sliderPCwrap .mdimg_thum{
width: 260px!important;
}
.sliderPCwrapItem2 .sliderPCwrap .mdimg_thum img{
width: 125px!important;
}
.sliderPCwrapItem2 .sliderPCwrap .mdcng_main{
width: 500px!important;
}
.sliderPCwrapItem2 .sliderPCwrapItem2Foot{
text-align: center;
}
.mediadiv_right {
text-align: center;
}
/* カート内配送方法除外設定 */   
.order_restrictions {
display: none;
}
/* カート内支払い除外設定 */   
.disabled_row {
    display: none;
}



/* カテゴリー・グループ */ 


.categr img{
    width:100%;
    max-width: 100%;
    height: auto;
}

.categr-text{
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    transform: rotate(.03deg);
    color: #575757;
    font-size: 1.4em;
    background-color: #f0eeee;
    padding: 0px 15px;
    display: table-cell;
    max-width: 90%;
    line-height: 120%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.categr-text h3{
    margin: 1em;
    text-align: center;
    font-size: 1.5em;
    	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.categr-text img{
	float: left;
	width: 175px;
	margin: 0 20px 20px 0;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	}

.catezom {
    width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
}	
.catezom-box {
    position: relative;
}

/* スライダー・カテゴリー・グループ */ 
.testslider .swiper-container {
padding: 0 30px;    
}

.has_inside_controller .swiper-button-prev,
.has_inside_controller .swiper-button-next {
width: 15px;
height: auto;
}

.flexwrap .has_inside_controller .swiper-button-prev,
.flexwrap .has_inside_controller .swiper-button-next {
background-color: #00;
background-size: 20px auto;
transform: translateY(-50%) scale(1, 1);
padding: 40px 10px;
}

.flexwrap .has_inside_controller .swiper-button-prev {
left: 0px;
}

.flexwrap .has_inside_controller .swiper-button-next {
right: 0px;
}

.use_hover .has_inside_controller .swiper-button-prev:hover,
.use_hover .has_inside_controller .swiper-button-next:hover,
.has_inside_pagination .lower_slider_controller .swiper-pagination .swiper-pagination-bullet-active,
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,
.use_hover .slider_box .lower_slider_controller .swiper-button-disabled:hover {
background-color: #00;
opacity: 1.0;
}

.flexwrap .has_inside_controller .swiper-button-prev .inner-button-prev,
.flexwrap .has_inside_controller .swiper-button-next .inner-button-next {
display: block;
width: 20px;
height: 20px;
background-size: 20px auto;
background-repeat: no-repeat;
}

.flexwrap .has_inside_controller .swiper-button-prev .inner-button-prev:hover,
.flexwrap .has_inside_controller .swiper-button-next .inner-button-next:hover {
opacity: 0.7;
}

.flexwrap .has_inside_controller .swiper-button-prev .inner-button-prev {
background-image: url(img/icon_prev.gif);
}

.flexwrap .has_inside_controller .swiper-button-next .inner-button-next {
background-image: url(img/icon_next.gif);
}

.swiper-button-prev.swiper-button-disabled .inner-button-prev,
.swiper-button-next.swiper-button-disabled .inner-button-next {
opacity: 0.3;
}


.testslider.slider_image_box img{
margin: 30% 0;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
}


@media (max-width: 758px){  
	
	.categr img{
	height: 200px;
    object-fit: cover;
}
	.categr-text h3 {
    margin: 0.5em 0;
    font-size: 1.5em;

}
	.categr-text {
    font-size: 1em;
    padding: 10px;

}
	.categr-text img {
    float: left;
    width: 100px;
	height: 100px;	
    margin: 0 10px 10px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
}