﻿@charset "UTF-8";

/*==============================================================================================
 for windowsIE5
==============================================================================================*/
@media tty {
i { content:"\";/*" "*/}} @import '../browser/win_ie5.css'; /*";}
}/* */

/*==============================================================================================
 for MacIE5
==============================================================================================*/
/*\*//*/
@import"../browser/mac_ie5.css"
/**/

/* =====================================================================
*
*    Copyright (c) 2009, Yahoo! Inc. All rights reserved.
*    Code licensed under the BSD License:
*    http://developer.yahoo.net/yui/license.txt
*    version: 2.7.0
*
*    3. YUI Fonts
*    @module fonts
*    @namespace yui-
*    @requires
*
*     77% = 10px	|	123.1% = 16px	|	167% = 22px
*     85% = 11px	|	  131% = 17px	|	174% = 23px
*     93% = 12px	|	138.5% = 18px	|	182% = 24px
*    100% = 13px	|	146.5% = 19px	|	189% = 25px
*    108% = 14px	|	153.9% = 20px	|	197% = 26px
*    116% = 15px	|	161.6% = 21px	|
*
* =================================================================== */


/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font-size:13px;
	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
	font:99%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}


/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*02 共通用基本設定*/

/*==============================================================================================
 共通用基本設定
==============================================================================================*/

* { word-break: break-all; }
img { border: none; }
p { margin: 0; padding: 0; }
b { color: #555;}
form { margin: 0; padding: 0; }
textarea {}
select,input {}
dl,dt,dd { margin: 0; padding: 0; }
ul, li { margin: 0; padding: 0; list-style: none; }
hr { height: 1px; border: none; border-top: solid 1px #ccc; }
ins{
	font:10px normal "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック"!important;
	font:9px normal "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック";
	color:#666!important;
	text-decoration:none;
}
label { cursor: pointer;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}
.clr{clear:both;}
.txtr{text-align:right;}
.txtc{text-align:center;}
.left{float:left;}
.right{float:right;}
.lastChild{margin-right: 0px!important;float: right!important;}
.line_none{border:none!important;}
.pdg_bottomA{padding-bottom:15px;}
.pdg_bottomB{padding-bottom:5px!important;}
.pdg_topA{padding-top:8px; display:block;}
.pdg_topB{ padding-top:15px;}
.pdg_topC{ padding-top:2px; float:left;}	/* タブで動かして住所検索ボタンが郵便番号入力の次にフォーカスするようにfloat:leftを指定 */
.pdg_leftA{padding-left:558px;}
.pdg_leftB{padding-left:150px;}
*html .mrg_topA{ margin-top:9px!important;}

.fred{color:#E31515;}
.fgray{color:#999999px;}
.input_border{border:#AAAAAA solid 1px;}
.input_align input { /*vertical-align: sub!important;*/ }
.input_widthA{width:55px;}
.input_widthB{width:210px;}
.input_widthC{width:200px;}
.input_widthD{width:294px;}
.input_widthE{width:250px;}
.input_widthF{width:220px;}
.input_widthG{width:100px;}
.input_widthH{width:440px;}
.input_widthI{width:500px;}
.input_radio label{padding-right:10px;}

.boxWA{ width:230px;}

/* ============================= その他共通設定 */


/* #primary > .unit */

#primary .unit {
	margin-bottom: 30px;
	clear: both;
}

#breadcrumb {
	clear: both;
	padding: 10px 0;
	margin-bottom: 10px;
}

#breadcrumb ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

#breadcrumb span,
#breadcrumb a {
	padding: 0 5px;
}


/*==============================================================================================
 共通用リンク設定
==============================================================================================*/

/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

a         { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover   { color: #999; text-decoration: none; }
a:active  { color: #999; text-decoration: none; }

::-moz-selection{
	background: #666;
	color: #FFFFFF;
}
::selection {
	background: #666;
	color: #FFFFFF;
}

/*==============================================================================================

==============================================================================================*/

/*03 レーヤアウト*/

#Wrap {
	width: 980px;
	text-align: left;
	margin: 0px auto;
}
.wrapTop { width:100%; }
.wrapBottom { width:100%; }




address { font-style: normal; }

/*04 ヘッダー・フッター関連*/
#Header{
	width: 100%;
}

#Head {
	width: 100%;
	background-color: #000;
}

#Head > .inner {
	width: 980px;
	margin: 0 auto;
}

/* ----- ヘッダー上部 */

#HeadMsg {
	color: #fff;
	background-color: #2b2b2b;
	padding: 10px;
	font-size: 85%;
}

/* ----- メインロゴ */

#LogoMain {
	float: left;
	padding: 10px 0 0 10px;
}

#LogoMain h1 a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 182%;
	color: #fff;
}

#LogoMain h1 a span { font-size: 60%; }


/* ----- ヘッダー右部 */

#HeadRight {
	float: right;
	width: 662px;
	padding: 15px 0;
}

#HeadRight .hoverMenu {
	position: relative;
}

#HeadRight .menu {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 40px;
	display: none;
}

#HeadRight .menu > ul {
	float: left;
	padding: 10px;
}

#HeadRight .menu > ul > li {
	font-size: 108%;
	margin: 7px 0;
	line-height: 1;
}

#HeadMembers,
#HeadCartView,
#HeadUserNav {
	float: left;
	padding: 0 5px;
	height: 40px;
}


/* ----- ヘッダー検索 */

#HeadSearch {
	width: 300px;
	height: 36px;
	float: left;
	padding: 3px 5px 0;
}

.wrapSearch {
	float: left;
	border-bottom: 1px solid #fff;
}

.wrapSearch div { display: inline-block; }

#HeadSearch .textBox {
	width: 182px;
}

#HeadSearch .btnSearch {
	width: 28px;
	vertical-align: top;
}

#HeadSearch .btnSearch a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#HeadSearch .textBox input {
	width: 160px;
	line-height: 1;
	padding: 5px;
	outline: none;
	color: #fff;
	font-size: 16px;
	background: transparent;
	border: none;
}

#HeadSearch .textBox input::-webkit-input-placeholder { color: #fff; }

#HeadSearch .advanceSearch {
	float: right;
	width: 70px;
	padding-left: 15px;
	margin-top: 10px;
	background: url('../../Contents/ImagesPkg/arwR_S.png') no-repeat left 0;
}

#HeadSearch .advanceSearch a {
	color: #fff;
}

/* ----- ヘッダーメンバーズ */

#HeadMembers {
	width: 160px;
}

#HeadMembers > a {
	display: block;
	color: #fff;
	height: 38px;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#HeadMembers .line1 { line-height: 38px; }
#HeadMembers .line2 { line-height: 19px; }

#HeadMembers .menu {
	width: 420px;
}

#HeadMembers .menu > ul {
	width: 190px;
}

/* ----- ヘッダーカート */

#HeadCartView {
	width: 120px;
	text-align: center;
}

#HeadCartView > a {
	display: block;
	color: #fff;
	height: 38px;
	line-height: 19px;
}

/* ----- ヘッダーバーメニュー */

#HeadUserNav > a {
	display: block;
	height: 38px;
	width: 38px;
}

#HeadUserNav .menu { width: 200px; }

#HeadUserNav .menu h3 {
	font-size: 116%;
	padding: 5px 10px 0;
}

/* ----- ヘッダーナビ */

#HeadNavi {
	clear: both;
	background-color: #000;
}

#HeadNavi ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

#BrandNavi { float: left; }
#UserNavi { float: right; }

/* ----- ヘッダーグローバル */

#HeadGlobalNavi {
	clear: both;
	width: 980px;
	margin: 5px auto;
	position: relative;
}

#HeadGlobalNavi > ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 197px;
	height: 35px;
	line-height: 35px;
	margin: 0 0 0 -1px;
}

#HeadGlobalNavi > ul > li > a {
	display: block;
	text-align: center;
	border: 1px solid #333;
	font-size: 123.1%;
	font-family: Times,serif;
	text-decoration: none;
}

#HeadGlobalNavi > ul > li.active > a {
	background-color: #333;
	color: #fff;
}

.HeadGNaviList {
	position: absolute;
	z-index: 999;
	display: none;
	top: 36px;
	left: -1px;
	width: 96%;
	padding: 2%;
	border: 1px solid #333;
	background-color: #fff;
}

.HeadGNaviList .title {
	font-size: 123.1%;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #333;
}

.HeadGNaviList .unitMenu {
	float: left;
	padding: 5px;
}

.HeadGNaviList .unitMenu ul li { padding: 3px; }
.HeadGNaviList .unitMenu ul li a:hover { text-decoration: underline; }

#UserArea{width:502px;float:right;line-height:1em!important;font-size:10px;text-align:right!important;height:73px;}
#UserArea div.subbox{ padding: 5px 5px 0 0;text-align:right!important;}
#UserArea p.link{padding:8px 0px;text-align:right;}
#UserArea p.link a{color:#666666;padding:0px 7px 0px 12px;/*background: url(../../Contents/ImagesPkg/common/arrow_A.gif) no-repeat 0em 0.5em;*/}

#HeadLogin{ width:490px;text-align:left;}
#HeadLogin ul{
	/*background: url(../../Contents/ImagesPkg/common/login_navi.gif) no-repeat left top;
	position: relative;
	width: 490px;*/
	height: 29px;
	padding-top:0;
	padding-left: 88px;
}
#HeadLogin ul:not(:target){ padding-left:86px; }
*:first-child+html #HeadLogin ul { padding-left:81px; }
*html #HeadLogin ul{ height:29px;padding-top:0;}

#HeadLogin li { float: left; margin-right: 20px; }

/*
#HeadLogin li{position: absolute;height: 29px;}
#HeadLogin li a{display: block;height: 29px;}
#HeadLogin li span{display:none;}
#BtnJ,#BtnJon{left: 107px;width: 71px;}
#BtnK,#BtnKon{left: 185px;width: 90px;}
#BtnL,#BtnLon{left: 311px;width: 105px;}
#BtnM,#BtnMon{left: 425px;width: 65px;}
#BtnJ a:hover,#BtnJon{background: url(../../Contents/ImagesPkg/common/login_navi_o.gif) -107px -7px;}
#BtnK a:hover,#BtnKon{background: url(../../Contents/ImagesPkg/common/login_navi_o.gif) -185px -7px;}
#BtnL a:hover,#BtnLon{background: url(../../Contents/ImagesPkg/common/login_navi_o.gif) -311px -7px;}
#BtnM a:hover,#BtnMon{background: url(../../Contents/ImagesPkg/common/login_navi_o.gif) -425px -7px;}
*/

#HeadMyPage{width:490px;text-align:left;}
#HeadMyPage ul{
	/*background: url(../../Contents/ImagesPkg/common/mypage_navi.gif) no-repeat left top;
	position: relative;
	width: 490px;*/
	height: 29px;
	padding-top:0;
	padding-left: 88px;
}
#HeadMyPage ul:not(:target){ padding-left:86px; }
*:first-child+html #HeadMyPage ul { padding-left:81px; }
*html #HeadMyPage ul{ height:29px;padding-top:0;}
#HeadMyPage li { float: left; margin-right: 20px; }

/*
#HeadMyPage li p{ padding-top:5px;text-align:right;}
#HeadMyPage li a{display: block;height: 29px;}
#HeadMyPage li span{display:none;}
#BtnN{left: 0px;width: 271px; text-align:right;}
#BtnO,#BtnOon{left: 318px;width: 82px;padding-top:7px;height:29px!important;}
*html #BtnO,#BtnOon{height: 36px;padding-top:7px;}
#BtnP,#BtnPon{left: 400px;width: 81px;padding-top:7px;height:29px!important;}
*html #BtnP,#BtnPon{height: 36px;padding-top:7px;}
#BtnO a:hover,#BtnOon{background: url(../../Contents/ImagesPkg/common/mypage_navi_o.gif) -318px -7px;}
#BtnP a:hover,#BtnPon{background: url(../../Contents/ImagesPkg/common/mypage_navi_o.gif) -400px -7px;}
*/

#Navi{
	background: url(../../Contents/ImagesPkg/common/bg_head_002.gif) no-repeat top center;
	width: 752px;
	margin: 0 auto;
}
#Navi ul { margin: 0; padding: 2px 0 0 0; list-style: none; }
#Navi li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 1px 0 1px;
	padding: 0;
}

/* sub */
.gmenu {
	color: #555555; padding-top: 5px; padding-right: 5px; padding-left: 19px; padding-bottom: 3px; text-align: left;
}
.gm { margin-top: 0px; }

a.ag {
	font-size: 11px;
	line-height: 120%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka;
}

a.ag:link		{color:#555555; text-decoration:none;}
a.ag:visited	{color:#555555; text-decoration:none;}
a.ag:hover		{color:#555555 !important; text-decoration:none;}
a.ag:active		{color:#555555; text-decoration:none;}

/*
#Navi{clear:both;}
#Navi ul{background: url(../../Contents/ImagesPkg/common/navi.gif) no-repeat left top;position: relative;width: 927px;height: 31px;}
#Navi li{position: absolute;height: 31px;}
#Navi li a{display: block;height: 31px;}
#Navi li span{display:none;}
#BtnA,#BtnAon{left: 0px;width: 96px;}
#BtnB,#BtnBon{left: 96px;width: 104px;}
#BtnC,#BtnCon{left: 200px;width: 104px;}
#BtnD,#BtnDon{left: 304px;width: 104px;}
#BtnE,#BtnEon{left: 408px;width: 104px;}
#BtnF,#BtnFon{left: 512px;width: 104px;}
#BtnG,#BtnGon{left: 616px;width: 104px;}
#BtnH,#BtnHon{left: 720px;width: 104px;}
#BtnI,#BtnIon{left: 824px;width: 103px;}
#BtnA a:hover,#BtnAon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -0px 0px;}
#BtnB a:hover,#BtnBon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -96px 0px;}
#BtnC a:hover,#BtnCon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -200px 0px;}
#BtnD a:hover,#BtnDon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -304px 0px;}
#BtnE a:hover,#BtnEon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -408px 0px;}
#BtnF a:hover,#BtnFon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -512px 0px;}
#BtnG a:hover,#BtnGon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -616px 0px;}
#BtnH a:hover,#BtnHon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -720px 0px;}
#BtnI a:hover,#BtnIon{background: url(../../Contents/ImagesPkg/common/navi_o.gif) -824px 0px;}

#HeadCart{height:39px;background: url(../../Contents/ImagesPkg/common/bg_top_cart.gif) repeat-x left top;margin-bottom:10px; width:927px;}
#HeadCart div.left{padding:8px 0px 0px 15px;width:385px;}
*html #HeadCart div.left{width:400px;padding-bottom:6px;}
#HeadCart div.left th,
#HeadCart div.left td{ vertical-align:middle;}
#HeadCart div.left th{ font-weight:normal; text-align:left; padding-right:20px;}

#HeadCart div.right{padding:8px 15px 0px 0px;width:407px;}
*html #HeadCart div.right{width:422px;padding-bottom:6px;}
#HeadCart div.right select{border:#AAAAAA solid 1px;font-size:11px;width:116px;}
#HeadCart div.right input{padding:0px;margin:0px;border: 0px;height:16px;width:122px;}
*/

.head_productlist{width:193px;float:left;}
.head_productlist dt{width:62px;float:left;}
.head_productlist dt span{display:block;padding-top:3px;}
.head_productlist dd{width:116px;float:right;}

.head_search{width:200px;float:right;}
.head_search dt{width:54px;float:right;}
.head_search dd{width:122px;float:left;background: url(../../Contents/ImagesPkg/common/bg_search.gif) no-repeat left top;padding:2px 6px;}
*html .head_search dd{width:134px;}


/* ----- フッター */

#FootNav {}

#FootNav li {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

#FootNav li a {
	font-size: 85%;
	padding-right: 10px;
}

#ToTop {
	position: absolute;
	top: -39px;
	right: 0;
}

#ToTop a {
	display: block;
	width: 95px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	padding: 4px 0;
	background-color: #ccc;
	font-size: 12px;
	text-decoration: none;
}

#coryRight {
	font-size: 85%;
	padding: 10px 0;
}

/*05 コンテンツ関連　*/

#Contents {
	margin: 1px 0 80px 0;
	width: 100%;

}

#Contents input{ vertical-align: middle; }
*html #Contents input{vertical-align:middle!important;}
*:first-child+html #Contents input{vertical-align:middle!important;}
#tblLayout{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;

}
#tblLayout td {
		padding-top:30px;
    vertical-align: top;
    display: inline-block;
}
#tblLayout td:last-child{
	padding-top:0;
	float:right;
}

/*==============================================================================================
 #secondary
==============================================================================================*/

#secondary {
	width: 180px;
	margin-top: 10px;
}

#secondary .unit {
	margin-bottom: 25px;
}

/* バナー */

#secondary .bnrBtn a {
	display: block;
	text-align: center;
	padding: 20px;
	background-color: #000;
	color: #fff;
	margin-bottom: 10px;
}


/* カテゴリー */

#secondary .categoryList { margin-bottom: 20px; }

#secondary .categoryList a.title {
	display: block;
	padding: 15px 10px;
	border-top: 2px solid #000;
	background: url('../../Contents/ImagesPkg/icon_arwBelow.gif') #e1e1e1 no-repeat 97% 50%;
	/*
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	*/
}

#secondary .categoryList > ul {
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#secondary .categoryList ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #e1e1e1;
}

#secondary .categoryList ul li ul li a { padding-left: 20px; }
#secondary .categoryList ul li ul li ul li a { padding-left: 30px; }
#secondary .categoryList ul li ul li ul li ul li a { padding-left: 40px; }
#secondary .categoryList ul li ul li ul li ul li ul li a { padding-left: 50px; }
#secondary .categoryList ul li ul li ul li ul li ul li ul li a { padding-left: 60px; }
#secondary .categoryList ul li ul li ul li ul li ul li ul li ul li a { padding-left: 70px; }
#secondary .categoryList ul li ul li ul li ul li ul li ul li ul li ul li a { padding-left: 80px; }
#secondary .categoryList ul li ul li ul li ul li ul li ul li ul li ul li ul li a { padding-left: 90px; }
#secondary .categoryList ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a { padding-left: 100px; }

#secondary .categoryList li ul {
}


/*==============================================================================================
 #primary
==============================================================================================*/

#primary.clm1 {
	width: 100%;
	padding-left: 0;
	/*margin-top: 25px;*/
}

#primary {
	width: 780px;
	padding-left: 20px;
	margin-top: 10px;
}

/* ---------- TOP */

/* スライド */

#maincontents{
    overflow: hidden;
    margin: 20px auto 10px;
}
#mainvisual{

    width: 840px;;
    position: relative;
    margin: 0 auto;

}


#maincontents:after{
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}
.swiper-container2{
    width: 840px;
        margin: 0 auto;
}
.swiper-container2 .swiper-pagination-bullets{
	bottom: -7px !important;
}
.swiper-container2 .swiper-slide{
    width: 840px !important;
}
#mainvisual-image{
}
#photoset-main {
    position: relative;
    left: 0;
    width: 20000px;
    height: 258px;
    z-index: 10;
}
#mainvisual-image p {
	margin:0 5px;
    width: 978px;
    height: 258px;
    border: solid 1px #eee;
    float: left;
}
#mainvisual-image p img{
    width: 978px;
    height: 258px;
}
#mainvisual-thumb{
    position: absolute;
    top: 265px;
    right: 10px;
    z-index: 100;
}
.swiper-container2 .swiper-pagination-bullet {
    width: 71px !important;
    height: 7px !important;
    display: inline-block;
    border-radius:0 !important;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination-bullet-active{
	background-color: #394ba1 !important;
	opacity: 1 !important;
}
#mainvisual-thumb li{
    float: left;
    margin: 0 0 0 5px;
}
#mainvisual-thumb li:first-child{
    margin: 0;
}
#mainvisual-thumb li img{
    width: 50px;
    height: 50px;
}
#mainvisual-txt{
    background: #000000;
    height: 60px;
    position: relative;
    margin: 0px;
    color: #FFFFFF;
}
#mainvisual-txt p{
    line-height: 1.5em;
    position: absolute;
    left: 20px;
    display: none;
}
#mainvisual-txt p.line01{
    top: 23px;
}
#mainvisual-txt p.line02{
    top: 14px;
}
#mainvisual-btn{
    position: absolute;
    top: 275px;
    left: 857px;
}
#mainvisual-btn img{
    width: 110px;
    height: 26px;
}

/* バナー */

#dvTopBanner {
	clear: both;
	margin-bottom: 15px;
}

#dvTopBanner ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right: 7px;
}

/* 新着ニュース */

#dvTopNews {
	padding: 10px;
	background-color: #fafafa;
}

#dvTopNews .title {
	font-weight: bold;
	font-style: italic;
	font-family: Times, serif;
	font-size: 123.1%;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

#dvTopNews ul {
	height: 180px;
	overflow: auto;
}

#dvTopNews ul li {
	line-height: 1.5;
	font-size: 12px;
	margin-bottom: 10px;
}

#dvTopNews ul li .date { font-weight: bold; }
#dvTopNews ul li a { text-decoration: underline; }

#dvTopNews .viewAll {
	margin-top: 5px;
}

#dvTopNews .viewAll a {
	display: block;
	text-align: center;
	background-color: #333;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
}

.horizontal-only {
	height: auto;
	max-height: 295px;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.jspCap {
	/*display: block;*/
	display: none;
	height: 1px;
	background-color: #000;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
	background-color: #cacaca;
}

.jspDrag{
	background: #333;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow {
	background: #000;
	text-indent: -20000px;
	/*display: block;*/
	display: none;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #fff;
}

.jspVerticalBar .jspArrow {
	height: 13px;
}

.jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}


/* ランキング・お薦めアイテム等 */

#dvTopRanking h3,#dvRecommend h3 {
	font-family: Times, serif;
	font-size: 153.9%;
	padding: 2% 1%;
	border-top: 2px solid #000;
}

#dvTopRanking h3 span,#dvRecommend h3 span {
	font-family: Arial, sans-serif;
	font-size: 60%;
	padding: 0 10px;
}

/* 商品リスト */

.listProduct {
	/*padding: 10px 0;*/
}

.glbPlist {
	float: left;
	border: 1px solid #d0d0d0;
	margin: -1px 0 0 -1px;
	position: relative;
	background-color: #fff;
}

.glbPlist.column4 { width: 191px; }
.glbPlist.column5 { width: 155px; }

.glbPlist ul { padding: 10px; }
.glbPlist ul li { margin-bottom: 5px; }
.glbPlist ul li.name { font-size: 93%; line-height: 1.8; }
.glbPlist ul li.thumb {
	text-align: center;
}
.glbPlist ul li.item { margin-bottom: 0; }

.glbPlist.column4 ul li.thumb img {
	width: 170px;
	height: 170px;
}

.glbPlist.column5 ul li.thumb img {
	width: 133px;
	height: 133px;
}

/* ランク */
.glbPlist .rank {
	padding: 9px 0 0;
	text-align: center;
	font-family: Times , serif;
	font-style: italic;
	font-weight: bold;
}

.glbPlist ul li.price {
	font-size: 93%;
	line-height: 1.8;
	padding-top: 5px;
	border-top: 1px dotted #d0d0d0;
}

.glbPlist ul li.price p {
	line-height: 1.5;
}

.glbPlist.bl-hover {
	background-color: #fafafa;
}

/* 在庫切れ */
.glbPlist li .soldout {
	color: #fff;
	word-wrap: normal;
	position: absolute;
	top: 33%;
	left: 0%;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#dvTopRanking .glbPlist li .soldout { top: 36%; }
.glbPlist.column5 li .soldout { top: 28%; }

/* アイコン */
.glbPlist li.icon img {
	height: 20px;
	border: none;
}

/* お気に入りの登録人数 */
.glbPlist li.favorite {
	font-size: 77%;
}


/* バリエーション画像 */
.variationview_wrap{
	display: none;
	position: absolute !important;
	z-index: 20 !important;
	border: 1px solid #d0d0d0;
	-moz-box-shadow: 2px 2px 3px #bababa;
	-webkit-box-shadow: 2px 2px 3px #BABABA;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bababa', Direction=125, Strength=3);
}

.glbPlist.column4 .variationview_wrap {
	top: -1px !important;
	left: 191px !important;
}

.glbPlist.column5 .variationview_wrap {
	top: -1px !important;
	left: 153px !important;
}

.glbPlist .variationview_wrap img {
	width: 60px !important;
	height: 60px !important;
}

.variationview_bg{
	width: 60px !important;
	text-align: center;
	padding: 5px 0;
	background-color: #fff;
}

.plPhoto .variationview_wrap {
	top: 0 !important;
	left: 220px !important;
}

.favoriteProductImage .variationview_wrap {
	top: 0 !important;
	left: 90px !important;
}

/* アイコン */
.checkedPlist li .icon {
	position: absolute;
	top: 5px;
	left: 5px;
}
.checkedPlist li .icon img { border: none; }


/* ページング */
#pagination {
	clear: both;
    margin: 12px 0;
    margin-top: 50px;
}

#pagination p {
	padding: 5px 0 !important;
	line-height: normal;
	font-size: 11px;
}

#pagination .none { display: none; }
#pagination .nav { float: right; }
#pagination .count { float: left; }

#pagination .nav a,
#pagination .nav strong {
	padding: 3px 4px;
	line-height: normal;
}

#pagination .nav strong {
	background-color: #636363;
	color: #fff;
}

#pagination .nav a {
	background-color: #e6e6e6;
}

#pagination .nav a:hover {
	background-color: #ddd;
}

#pagination .view {
	float: left;
	line-height: 20px;
}

#pagination .nav .next a,
#pagination .nav .prev a {
	background-color: transparent;
}

#pagination .nav .next a {
	padding: 0 15px 0 10px;
	background: url('../../Contents/ImagesPkg/arwR.png') no-repeat right 1px;
}

#pagination .nav .prev a {
	padding: 0 10px 0 15px;
	background: url('../../Contents/ImagesPkg/arwL.png') no-repeat left 1px;
}


/* 在庫が無い場合 */
.noProduct {
	text-align: center;
	font-size: 123.1%;
	padding: 20px 0;
}

/* ----- 一覧ページ */

#dvCategoryBrand {
	margin: 10px 0;
}

#dvCategoryBrand .logo {
	float: left;
	width: 315px;
}

#dvCategoryBrand .logo img {
	border: 1px solid #e6e6e6;
}

#dvCategoryBrand .desc {
	float: right;
	width: 480px;
}

#dvCategoryBrand p { line-height: 1.8; }
#dvCategoryBrand h2 {
	font-weight: bold;
	margin-bottom: 5px;
}


/* ----- 一覧ページ */

#dvCategoryBrand .logoamp {
	float: left;
	width: 215px;
}

#dvCategoryBrand .logoamp img {
	border: 1px solid #e6e6e6;
}

#dvCategoryBrand .descamp {
	float: right;
	width: 580px;
}


/* ----- 詳細ページ */

#detailWrap {
	margin-bottom: 30px;
}

#detailWrap .inner {
}

#detailWrap .left {
	width: 435px;
	float: left;
}

#detailWrap .right {
	width: 330px;
	float: right;
}

/* バリエーションカート */

#divMultiVariation {
	margin: 15px 0;
	clear: both;
}

#divMultiVariation table {
	width: 100%;
	font-size: 93%;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#divMultiVariation table th {
	padding: 5px 7px;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	line-height: normal;
	font-weight: normal;
	background-color: #ECECEC;
}

#divMultiVariation table td {
	padding: 5px 7px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	line-height: normal;
	vertical-align: middle;
}

#divMultiVariation table td.button {
	width: 111px;
}

#divMultiVariation table td span { /*font-weight: bold;*/ }
#divMultiVariation table td .stock1 {
	font-weight: bold;
	color: #f00;
}
#divMultiVariation table td .non {
	font-weight: bold;
	color: #C0C0C0;
}


/* ----- その他カスタムページ */

#CartFlow{
	text-align: center;
	margin:30px auto;
}
#Contents div.main {
width: 780px;

    margin: 20px auto;

}
*html #Contents div.main{width:877px;}
#Contents div.main h2{padding-top:4px;}
#Contents div.submain{margin: 0px auto;}
#Contents div.column{width:100%;float:none;}
#Contents div.column h2{padding-bottom:18px;font-size:18px;}
#Contents div.column p.btmbtn{padding-top:10px;text-align:left;}
*html #Contents div.shoppingCart h2{padding-bottom:6px!important;}

#Contents div.columnLeft{width:340px;float:left;}
#Contents div.columnLeft h2{padding-bottom:18px;}
#Contents div.columnLeft p.btmbtn{padding-top:10px;text-align:left;}

#Contents div.columnRight{margin-bottom: 30px;clear:right;}
#Contents div.columnRight h2{padding-bottom:18px;}
#Contents div.columnRight p.btmbtn{padding-top:10px;text-align:right;}
#Contents div.columnRight p.btmbtn a { text-decoration: none; }
#CartFlow{text-align:center;padding:10px 0px 0px 0px;}
#Contents h2.ttlA,
#Contents h2.ttlB,
#Contents h2.ttlC {
position: relative;
    padding-bottom: 15px;
    font-size: 20px !important;
    margin: 26px 0 0 0;
    padding-top: 0px !important;
    font-weight: normal;
    border-top: 0;
}
#Contents h2.ttlA em,
#Contents h2.ttlB em,
#Contents h2.ttlC em{display:block;padding: 5px 0 0 10px;}
#Contents h2.ttlA span,
#Contents h2.ttlB span,
#Contents h2.ttlC span{display:block;position:absolute;top:0px;}
#Contents h2.ttlA span{right:47px;}
#Contents h2.ttlA .btn_back{right:135px;}
#Contents h2.ttlB span{right:-1px;}
#Contents h2.ttlC span{right:19px;}

#CrossSellCart{background: url(../../Contents/ImagesPkg/common/line_solidA.gif) repeat-y left top;width:877px;}
#CrossSellCart div#ProductList{width:496px;float:left;}
#CrossSellCart div#ProductList h2{width:496px; position:relative;}
#CrossSellCart div#ProductList h2 em{display:block;padding-top:3px;}
#CrossSellCart div#ProductList h2 span{display:block; position:absolute; top:0px; right:17px;}
#CrossSellCart div#ProductList div.subbox{width:478px; clear:both;}
#CrossSellCart div#ProductList ul{width:478px;}
#CrossSellCart div#ProductList li{width:146px;float:left;margin-right:20px;padding:20px 0px;}
#CrossSellCart div#ProductList li p a{display:block;text-align:center;}
#CrossSellCart div#ProductList li strong{display:block;width:146px;padding-top:4px;}
#CrossSellCart div#ProductList li strong a{display:block;padding-left:10px;color:#333333;background: url(../../Contents/ImagesPkg/common/arrow_C.gif) no-repeat 0em 0.6em;}
#CrossSellCart div#ProductList li span{display:block;width:146px;font-size:11px;padding-top:7px;}

.rakutenPayment{padding:10px 10px 10px 20px; border:#AAAAAA solid 1px;}

.shoppingCart{width:100%;float:none;}
.shoppingCart a{text-decoration: underline;}
.shoppingCart a:hover{text-decoration: none;}
.shoppingCart h2{width:340px; position:relative;}
.shoppingCart h2 span{display:block; position:absolute; top:0px; right:0px;}
.shoppingCart h2 em{display:block;padding-top:3px;}
.shoppingCart input{border:#AAAAAA solid 1px;width:28px;text-align:center;}
.shoppingCart p.btmbtn{padding-top:10px;text-align:right;}

.shoppingCart div.subCartList{margin-top:0;background: url() repeat-y left top;}
.shoppingCart div.subCartList h3{color:#FFFFFF;font-size:10px;padding:5px 14px 4px 14px;background-color:#999999;}
.shoppingCart div.subCartList div.bottom{}
.shoppingCart div.subCartList h3 div.cartNo{text-align:left;float:left;}
.shoppingCart div.subCartList h3 div.cartLink{text-align:right;}
.shoppingCart div.subCartList h3 div.cartLink a{font-size:9px;color:#FFFFFF;}
.shoppingCart div.subCartList div.block{padding: 15px 0px 9px 0;}
.shoppingCart div.subCartList div.priceList{
	float: left;
    width: 320px;
    padding: 15px;
    background-color: #F2F7F8;
    position: absolute;
    right: 0; 
}
.shoppingCart div.subCartList div.fixedPurchasePriceList{ width:298px; clear: both; }
.shoppingCart div.subCartList div.message{ padding: 10px;}
.shoppingCart div.subCartList div.message p { font-size:9px; align-content:center; text-align:left }
.shoppingCart div.singleProduct{width:850px;padding:10px 0px 11px 0px;float:left;}
.shoppingCart div.singleProduct dl{}
.shoppingCart div.singleProduct dt{    width: 180px;float:left;}
.shoppingCart div.singleProduct dt a{display:block;text-align:center;width:180px;}
.shoppingCart div.singleProduct dt img { width: 100%; }
.shoppingCart div.singleProduct dd{ padding-left:190px;}
.shoppingCart div.singleProduct dd strong{display:block;}
.shoppingCart div.singleProduct dd strong a{color:#333333;}
.shoppingCart div.singleProduct dd p{padding-top:8px;}
.shoppingCart div.singleProduct dd small{display:block;}
.shoppingCart div.singleProduct div{}

.shoppingCart div.multiProduct{font-size:10px;background: url(../../Contents/ImagesPkg/common/line_dottedB.gif) repeat-x left bottom;padding-bottom:17px;width:298px;}
.shoppingCart div.multiProduct div{width:298px;}
.shoppingCart div.multiProduct dl{width:298px;padding-top:10px;}
.shoppingCart div.multiProduct dt{width:96px;float:left; text-align:center;}
.shoppingCart div.multiProduct dt a{display:block;text-align:center;width:96px;}
.shoppingCart div.multiProduct dt img { width: 100%; }
.shoppingCart div.multiProduct dd{padding-left:90px;}
.shoppingCart div.multiProduct dd strong{display:block;padding-top:2px;}
.shoppingCart div.multiProduct dd strong a{color:#333333;padding-left:10px;background: url(../../Contents/ImagesPkg/common/arrow_C.gif) no-repeat 0em 0.5em;}
.shoppingCart div.multiProduct small{ font-size:10px; display:block; padding-top:3px;}
.shoppingCart div.multiProduct dd p.delete{padding-top:15px;}
.shoppingCart div.multiProduct dd p a{display:block;line-height:1em!important;position:absolute;right:0px;bottom:23px;width:40px;text-align:right;}
.shoppingCart div.multiProduct dd p a{background: url(../../Contents/ImagesPkg/common/arrow_C.gif) no-repeat right center;padding-right:11px;color:#333333;}

.shoppingCart div.multiProduct table{width:297px;}
.shoppingCart div.singleProduct table{width:204px;}
.shoppingCart div.multiProduct td,
.shoppingCart div.singleProduct td{padding-top:7px;font-size:10px;text-align:right;}
.shoppingCart div.multiProduct th,
.shoppingCart div.singleProduct th{padding-top:7px;font-size:10px;text-align:left;font-weight:normal;}
.shoppingCart div.multiProduct td a,
.shoppingCart div.singleProduct td a{background: url(../../Contents/ImagesPkg/common/arrow_C.gif) no-repeat right center;padding-right:11px;color:#333333;text-align:right;}
.shoppingCart div.multiProduct p,
.shoppingCart div.singleProduct p{ padding-top:10px;}

.shoppingCart div.multiProduct .setpromotion dt {
}

.shoppingCart div.multiProduct .setpromotion dd {
	line-height: 1.5;
}

.shoppingCart div.priceList div{
    width: 396px;
    padding-right: 30px;
}

.shoppingCart .novelty .title {
	margin: 7px 0;
	padding: 3px;
	background-color: #ddd;
	clear: both;
	line-height: 1.5;
}

.shoppingCart .novelty .msg { font-size: 11px; }

.shoppingCart .novelty .product {
	width: 140px;
	margin: 3px;
	float: left;
}

.shoppingCart .novelty .product p {
	margin: 3px 0;
	line-height: 1.5;
	font-size: 12px;
}

.shoppingCart .novelty .product .image img {
	width: 100%;
}
.shoppingCart .novelty .add a { text-decoration: none; }

.sumBox{padding:20px;background-color:#F6F6F6;border:#CCCCCC solid 1px;margin-top:15px;width:298px;}
.sumBox p{width:298px;}
.sumBox p img{vertical-align:middle; display:block; float:left;}
.sumBox strong{font-size:16px;width:200px;padding: 0 20px;}
.orderCompleteSum .sumBox p{text-align: right}
.sumBox dl{font-size:10px;width:298px;}
.sumBox dt{padding:3px 0px 0px 2px;width:188px;float:left;}
*html .sumBox dt{width:190px;}
.sumBox dd{padding:3px 0px 0px 200px;text-align:right;font-weight:bold;}
.sumBox small{padding-top:3px;color:#888888;display:block;}
.sumBox div.subSumBox{width:298px;background: url(../../Contents/ImagesPkg/common/line_dottedB.gif) repeat-x left bottom; margin-bottom:5px;padding-bottom:16px;}
.sumBox div.subSumBoxB{width:298px;}

.pointBox{width:263px;padding-top:15px;}
.couponBox:after{
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}

.pointBox div.boxbtm input{border:#AAAAAA solid 1px;width:50px!important; text-align:left!important;font-size: 13px;}
.pointBox div.boxbtm dt{font-size: 13px;}
.pointBox div.boxbtm span{display:block;padding-top:6px;}
.pointBox div.boxbtm dd{float:right; text-align:right; width:110px;}

.couponBox{width:100%;padding-top:3px;}
.couponBox div.boxbtm input{border:#AAAAAA solid 1px;width:130px!important;text-align:left!important;}
.couponBox div.boxbtm dt{float:left;line-height:1em!important;}
.couponBox div.boxbtm span{display:block;padding-top:6px;}
.couponBox div.boxbtm dd{text-align:right;width:150px;}

.pointBox a,


.pointBox div.boxbtm dl, .couponBox div.boxbtm dl {
    display: table;
    width: 100%;
}
.couponBox div.boxbtm dl{
    display: block;
}
.pointBox div.box,
.couponBox div.box{margin:10px 0px;}
.pointBox div.boxbtm,
.couponBox div.boxbtm{padding:0px;}
.pointBox div.boxbtm div,
.couponBox div.boxbtm div{width:242px;font-size: 13px;}
.pointBox div.boxbtm, .couponBox div.boxbtm.pointBox div.boxbtm, .couponBox div.boxbtm
.priceList{padding-top:15px;}
.priceList dl{    width: 100%;
    clear: both;}

.priceList dt{width:135px;float:left;padding:5px 0px 4px 7px;line-height: 1.5;}
*html .priceList dt{width:100px;}
.priceList dd{padding:5px 7px 4px 100px;text-align:right;font-weight:bold;font-size:13px;line-height: 1.5;}
.priceList dd.minus{color:#FF0000;}
.priceList dl.result{margin-top:3px;}
.priceList dl.result dt{font-weight:bold;padding-top:6px;}
.priceList dl.result dd{padding-top:6px;}

.fixedPurchasePriceList{padding-top:5px;font-size:10px;}
.fixedPurchasePriceList dl{ width:298px;}
.fixedPurchasePriceList dl.bgc{background-color:#EEEEEE;}
.fixedPurchasePriceList dt{width:115px;float:left;padding:5px 0px 4px 7px;line-height: 1.5;}
*html .fixedPurchasePriceList dt{width:100px;}
.fixedPurchasePriceList dd{padding:5px 7px 4px 100px;text-align:right;font-weight:bold;line-height: 1.5;}
.fixedPurchasePriceList dd.minus{color:#FF0000;}
.fixedPurchasePriceList dl.result{font-size:12px!important;margin-top:3px;background: url(../../Contents/ImagesPkg/common/line_dottedB.gif) repeat-x left top;}
.fixedPurchasePriceList dl.result dt{font-weight:bold;padding-top:6px;}
.fixedPurchasePriceList dl.result dd{padding-top:6px;}

#LoginBox{}
#LoginBox div.top{}
#LoginBox div.bottom{}
#LoginBox div.bottom div{ width:350px;margin:0 auto;text-align: center;}
#LoginBox dl{width:350px;margin:0 auto;}

#LoginBox p.btmbtn{padding:18px 0px 0px 140px;text-align:right;}
#LoginBox span{
	display: block;
    width: 350px;
    padding-left: 0;
    /* font-size: 10px; */
    margin: 0 auto;
    text-align: center;
}
#LoginBox span a{color:#666666;}
#LoginBox span a{text-decoration: underline;}
#LoginBox span a:hover{text-decoration: none;}

#RegsiterBox div{padding-bottom:23px;margin-bottom:25px;background: url(../../Contents/ImagesPkg/common/line_dottedB.gif) repeat-x left bottom;}
#RegsiterBox div.last{padding-bottom:0px!important;margin-bottom:0px!important;background:none!important;}
#RegsiterBox p{padding-top:20px;text-align:right;}
#RegsiterBox p.btn_regsiter{ padding-left:242px;}
#RegsiterBox p.btn_login_cart{padding-left:187px;}

#Contents.order {
	width: 920px;
	padding: 20px;
	background-color: #fff;
}

#CartList div,
#CartList p,
#CartList dt,
#CartList dd,
#CartList { line-height: 1.5; }

#CartList{padding-top:6px;}
*html #CartList{padding-top:9px;}
#CartList a{/*text-decoration: underline;*/}
#CartList a:hover{/*text-decoration: none;*/}
#CartList p.sum{text-align:right;font-size:18px;padding-top:10px; width:100%;}
#CartList p.sum strong{padding-left:40px;}
#CartList h3{
color: #333;
    line-height: 54px;
    font-size: 18px;
    padding: 0 15px;
    background-color: #F9EFED;
}
#CartList div.btmbtn { clear:both; margin-top: 33px; }
#CartList div.btmbtn span{display:block;line-height: 1.5;}
#CartList div.btmbtn div { width: 100%; }

#CartList div.btmbtn .btn-large {
    font-size: 16px;
    padding: 20px 28px;
    text-align: center;
}

div.cartstep .btn-success,
#CartList div.btmbtn .btn-success {
padding: 20px 28px;
    font-size: 16px;
    background-image: none;
    text-shadow: none;
    background-color: #00B2B2;
    background-repeat: no-repeat;
    background-image: url(/Contents/ImagesPkg/arrow_left_white.png);
    background-position: right 10px center;
    background-size: 9px;
}

div.cartstep h2 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding: 0 !important;
}

div.btmbtn { position: relative; }
div.btmbtn ul {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

div.btmbtn ul li {
	display: inline;
	*display: inline;
	*zoom: 1;
	margin: 0 3px;
}

div.btmbtn.below { height: 50px; }
div.btmbtn.below ul { top: 10px;width: 100%;}

#CartList div.productList { 
padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ccc;
}
#CartList div.productList:after{
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}
#CartList div.productList div.background {
	width: 100%;
}

#CartList div.productList div.list {
    padding: 15px 0;
    width: 870px;
    float: left;
}

#CartList div.productList p.ttl { padding-bottom: 10px;display: inline-block;}
#CartList div.productList .ttl .name { width:396px;text-align: center;display: inline-block;}
#CartList div.productList .ttl .price { width:168px;text-align:center;display: inline-block;}
#CartList div.productList .ttl .quantity { width:85px;text-align:center;display: inline-block;}
#CartList div.productList .ttl .subtotal { width:193px;text-align:center;display: inline-block;}

#CartList div.productList div.ttl p.name{width:271px;float:left;padding-left:91px;}
*html #CartList div.productList div.ttl p.name{width:409px;}
#CartList div.productList div.ttl p.price{width:150px;text-align:center;float:left;}
#CartList div.productList div.ttl p.quantity{width:113px;text-align:center;float:left;}
#CartList div.productList div.ttl p.subtotal{width:142px;text-align:center;float:left;}
#CartList div.productList div.product{ border-top:#DDDDDD solid 0px; padding:15px 0px; }
#CartList div.productList div.product div { margin:0px 10px;}

#CartList div.productList dl.name{ width: 362px; float: left;display: table !important; }
#CartList div.productList dl.name dt { width: 96px; float:left;display: table-cell;}
#CartList div.productList dl.name dt a{ display: block; text-align: center; }
#CartList div.productList dl.name dt img { width: 100%; }
#CartList div.productList dl.name dd { 
width: 100%;

    padding: 10px;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    }

#CartList div.productList dl.name dd span { display:block; }
#CartList div.productList dl.name dd a { font-size: 93%; line-height: 1.8;}
#CartList div.productList div.product p.message{font-size:10px;padding-top:5px;}
#CartList div.productList div.product p.price{width:142px;text-align:center;float:left;padding-top:25px;}
#CartList div.productList div.product p.quantity{width:113px;text-align:center;float:left;padding-top:25px;}
#CartList div.productList div.product p.quantity input{
width:28px;text-align:center;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    position: relative;
    bottom: 8px;
        padding: 0px;
}
#CartList div.productList div.product p.quantity span input:nth-child(2){
    padding: 3px;
}
#CartList div.productList div.product p.subtotal{width:142px;text-align:center;float:left;padding-top:25px;font-weight:bold;}
#CartList div.productList div.product p.delete{font-size:10px;padding-top:19px;width:50px;text-align:right;float:right;}
#CartList div.productList div.product p.delete a {
text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    width: 50px;
    background-color: #666;
    padding: 5px 0px;
    text-align: center;
    border-radius: 4px;
}


#CartList div.productList div.cartOrder {
	width: 280px;
	float:right;


}

#CartList div.productList div.subcartOrder{padding:0;}
#CartList div.cartOrder div.priceList dl { width: 100%!important; }
#CartList div.productList div.pointBox{padding-top:0px!important;}
#CartList div.productList div.couponBox{padding:0px;}
#CartList div.productList div.pointBox div.box,
#CartList div.productList div.couponBox div.box{margin:0px!important;}
#CartList div.productList div.pointBox div.box div,
#CartList div.productList div.couponBox div.box div{ width:100%;}
.CurrentPoint{color:#FF0000;display: inline!important;}

#CartList div.productList div.priceList {
width: 100%!important;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #F2F7F8;

}
#CartList div.productList div.priceList div{ margin:0px 0px;}


#CartList div.productList td.name{ width:430px;}
#CartList div.productList td.name dl{width:362px;float:left;}
#CartList div.productList td.name dt{width:96px;float:left;}
#CartList div.productList td.name dt a{ display:block; text-align:center;}
#CartList div.productList td.name dt img { width: 100%; }
#CartList div.productList td.name dd{width:250px;float:right;font-weight:bold;}
#CartList div.productList td.name dd span{display:block;padding-top:25px;}
#CartList div.productList td p.price{width:142px;}
#CartList div.productList td.price{width:168px;text-align: center;}
#CartList div.productList td.quantity{width:85px;text-align:center;vertical-align:middle;}
#CartList div.productList td.quantity input{border:#AAAAAA solid 1px;width:28px;text-align:center;}
#CartList div.productList td.subtotal{width:200px;text-align:center;vertical-align:middle; font-weight:bold;}
#CartList div.productList td.delete{width:50px;text-align:right;vertical-align:middle;}

#CartList div.dvAnnounceFreeShipping {
font-size: 15px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#CartList div.dvAnnounceFreeShipping span.defPrice{color:#f00;font-weight:bold;font-size:18px;}
#CartList div.dvAnnounceFreeShipping span.freeShipping{font-weight:bold;font-size:18px;}

#CartList div.productList .novelty {
	clear: both;
	margin: 10px 0 20px;
}
#CartList div.productList .novelty .title {
	padding: 4px 0px 3px 14px;
	margin-bottom: 5px;
	background-color: #ddd;
	font-size: 12px;
}

#CartList div.productList .novelty .msg { font-size: 11px; }

#CartList div.productList .novelty .plist {
	width: 140px;
	float: left;
	margin: 10px;
}
#CartList div.productList .novelty .plist p {
	margin: 3px 0;
	line-height: 1.5;
	font-size: 12px;
}
#CartList div.productList .novelty .plist .image img { width: 100%; }

#CartList div.rakutenPayment{padding:10px 10px 10px 20px; border:#AAAAAA solid 1px;}
.carttx{padding: 25px 0;font-size: 15px;}
.orderSettlement div.exec{float:right; padding-bottom:10px}

.btn_top_cart a{width:92px;height:24px;display:block;background: url(../../Contents/ImagesPkg/common/btn_top_cart.gif) no-repeat;}
.btn_top_cart a:hover{background: url(../../Contents/ImagesPkg/common/btn_top_cart_o.gif) no-repeat;}
.btn_top_cart small{display: none;}

.btn_search a{width:54px;height:23px;display:block;background: url(../../Contents/ImagesPkg/common/btn_search.gif) no-repeat;}
.btn_search a:hover{background: url(../../Contents/ImagesPkg/common/btn_search_o.gif) no-repeat;}
.btn_search span{display: none;}

.btn_search_mini a{width:42px;height:21px;margin-left:110px;display:inline-block;vertical-align:middle;background: url(../../Contents/ImagesPkg/common/btn_search_mini.gif) no-repeat;}
.btn_search_mini a:hover{background: url(../../Contents/ImagesPkg/common/btn_search_mini_o.gif) no-repeat;}
.btn_search_mini span{display: none;}

.btn_receiver a{width:88px;height:26px;display:block;background: url(../../Contents/ImagesPkg/common/btn_receiver.gif) no-repeat;}
.btn_receiver a:hover{background: url(../../Contents/ImagesPkg/common/btn_receiver_o.gif) no-repeat;}
.btn_receiver small{display: none;}
/*
.btn_continue_shopping a{width:98px;height:26px;display:block;background: url(../../Contents/ImagesPkg/common/btn_continue_shopping.gif) no-repeat;}
.btn_continue_shopping a:hover{background: url(../../Contents/ImagesPkg/common/btn_continue_shopping_o.gif) no-repeat;}
.btn_continue_shopping small{display: none;}
*/

.btn_order a{width:88px;height:26px;display:block;background: url(../../Contents/ImagesPkg/common/btn_order.gif) no-repeat;}
.btn_order a:hover{background: url(../../Contents/ImagesPkg/common/btn_order_o.gif) no-repeat;}
.btn_order small{display: none;}
/*
.btn_change a{width:73px;height:25px;display:block;background: url(../../Contents/ImagesPkg/common/btn_change.gif) no-repeat;}
.btn_change a:hover{background: url(../../Contents/ImagesPkg/common/btn_change_o.gif) no-repeat;}
.btn_change small{display: none;}
.btn_change span{display: none;}
*/
.btn_change { margin: 5px 0; }
.btn_change a { text-decoration: none !important; }

.btn_login a{width:98px;height:28px;display:block;background: url(../../Contents/ImagesPkg/common/btn_login.gif) no-repeat;}
.btn_login a:hover{background: url(../../Contents/ImagesPkg/common/btn_login_o.gif) no-repeat;}
.btn_login small{display: none;}

.btn_regsiter a{width:98px;height:28px;display:block;background: url(../../Contents/ImagesPkg/common/btn_regsiter.gif) no-repeat;}
.btn_regsiter a:hover{background: url(../../Contents/ImagesPkg/common/btn_regsiter_o.gif) no-repeat;}
.btn_regsiter span{display: none;}

.btn_login_cart a{width:153px;height:28px;display:block;background: url(../../Contents/ImagesPkg/common/btn_login_cart.gif) no-repeat;}
.btn_login_cart a:hover{background: url(../../Contents/ImagesPkg/common/btn_login_cart_o.gif) no-repeat;}
.btn_login_cart span{display: none;}

.btn_back_item a{width:78px;height:26px;display:block;background: url(../../Contents/ImagesPkg/common/btn_back_item.gif) no-repeat;}
.btn_back_item a:hover{background: url(../../Contents/ImagesPkg/common/btn_back_item_o.gif) no-repeat;}
.btn_back_item small{display: none;}

.btn_nxt_item a{width:88px;height:26px;display:block;background: url(../../Contents/ImagesPkg/common/btn_nxt_item.gif) no-repeat;}
.btn_nxt_item a:hover{background: url(../../Contents/ImagesPkg/common/btn_nxt_item_o.gif) no-repeat;}
.btn_nxt_item small{display: none;}

/*
.btn_add_sea a{width:78px;height:26px;display:block;background: url(../../Contents/ImagesPkg/common/btn_add_sea.gif) no-repeat;}
.btn_add_sea a:hover{background: url(../../Contents/ImagesPkg/common/btn_add_sea_o.gif) no-repeat;}
.btn_add_sea small{display: none;}
*/
.btn_add_sea { margin-left: 3px; }
.btn_add_sea a { text-decoration: none !important; }

.btn_settlement a{width:88px;height:26px;display:block;background: url(../../Contents/ImagesPkg/common/btn_settlement.gif) no-repeat;float:right;}
.btn_settlement a:hover{background: url(../../Contents/ImagesPkg/common/btn_settlement_o.gif) no-repeat;}
.btn_settlement small{display: none;}

/*06 コンテナ要素 */
#dvContainer{width:900px;margin:0 auto;text-align:left;}
* html #dvContainer{}


/*07 汎用クラス */
.alert{margin-top:5px;border-style:solid;border-color:#ccc;border-width:0px;display:block;}
.error,
.error span{color:#ff0000;}
.error_inline {
	color:#ff0000;
	padding: 1px !important;	/* for IE */
	display:block!important;
}
.error_input {background-color:#ffaaaa!important;}
.btn_search{padding-top:2px;}
.loading
{
	text-align:center;
	vertical-align:middle;
	padding:25px 0px 25px 0px;
}


/* Float Clearing */
.clearFix {min-height:1%;}
.clearFix:after {content:".";display: block;height:0px;clear:both;visibility:hidden;}
* html .clearFix{
	height:1%;/*for WinIE*/
	display:inline-table;/*for MacIE*/
}
.fR{
	float:right;
}

/*08 エラー関連　*/
#dvErrorInfoBox {
  width: 100%;
  margin: 20px 0;
}
#dvErrorInfoBox h2{ 
  padding: 20px 0px 20px 20px;
  font-size: 22px;
  border-top: 4px solid #333;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
 }
#dvErrorInfoBox #dvErrorInfo {
  padding: 20px;
  /*border: 1px solid #CCC;*/
}
#dvErrorInfoBox #dvErrorInfo h6{
  margin: 0px 0px 10px 0px;
  font-size: 18px;
}
#dvErrorInfoBox #dvErrorInfo h6 img{padding:5px 10px;}
#dvErrorInfoBox #dvErrorInfo div.dvErrorContents { padding: 20px 10px; text-align: center; line-height: 1.5; /*color:#ff0000;*/ }
.dvErrorBtnBox{margin:0px 0px 20px 0px;padding-top:10px;}
.dvErrorBtnBox p{text-align:center;}
#dvErrorInfoBox #dvErrorInfo .error_ttl{
	color : #ff0000;
	text-align: center;
	font-size: 20px;
}


/*09 トップページコンテンツ関連　*/
#divTop{}
#divTop #dvCatchImage{}

#LoginBox div.bottom {
    margin-top: 20px;
}
.pos_btn{
	    width: 300px !important;
    padding: 20px 50px !important;
    
}
.neg_btn{
	    width: 300px !important;
    padding: 20px !important;
    
}
.border-sell label{
	font-size: 15px;
}
.border-sell table{
	border:0 !important;
}
.border-sell th{
	border:0 !important;
}
.border-sell td{
	border:0 !important;
}
/*==============================================================================================

==============================================================================================*/

#dvRecommend {
	margin: 10px 0 30px;
	clear: both;
}
#dvRecommend .title {
    font-size: 22px;
    font-weight: normal;
    padding: 40px 0 25px 0;
    border-top: 1px solid #ccc;
}

#dvRecommend .productInfoList {
    float: left;
    margin: 10px;
    width: 200px;
}

#dvRecommend .productInfoList ul {
	width: 150px;
}
#dvRecommend .productInfoList ul li {
	margin: 3px 0;
	line-height: 1.5;
}
#dvRecommend .productInfoList ul li p { line-height: 1.5; }
#dvRecommend .productInfoList ul li p strike { color: #f00; }
#dvRecommend .productInfoList ul li.thumnail img {
width: 170px;
    height: 170px;
}

#dvRecommend .productInfoList ul li.thumnail {
	position: relative;
	text-align: center;
}

#dvRecommend .productInfoList ul li.thumnail .soldout {
	color: #fff;
	word-wrap: normal;
	position: absolute;
	top: 45%;
	left: 0%;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*==============================================================================================

==============================================================================================*/

.pageAdvancedSearch {
	width: 980px;
}

.pageAdvancedSearch .inner {
	width: 780px;
	margin: 20px auto;
}
.boxbtm{
	display: table;
	width: 100%;
}
.boxbtm dl,.boxbtm dt{
	float:none !important;
	vertical-align: middle;
	display: table-cell;
}

.recommend_ttl{
	    font-size: 18px;
    border-top: 1px solid #ccc;
    padding: 30px 0;

}
.recommendWrap{
	width: 100%;
	display: flex;
}
/*  あなたにおすすめセンタリング  */
.recommendWrap .itemparts{
    text-align: center;
}
.recommendWrap .itemparts .name{
    text-align: center;
}
.recommendWrap .itemparts .subname{
    text-align: center;
}
.recommendWrap .itemparts .price1{
    text-align: center;
}
.recommendWrap .itemparts .price2{
    text-align: center;
}

.userBox textarea{
	width: 500px !important;
	height: 200px !important;
}
.column{
	margin-bottom: 30px;
}
.submain .column .userBox .top .bottom dl dd .input_border{
    padding: 8px;
}
.submain .column .userBox .top .bottom dl dd select{
    padding: 8px;
}
/*
.btn{
background-color: #374D9F;
margin:5px;
    padding: 8px 18px;
    border-radius: 4px;
    color: #fff;
}

#products .btn{
	background: none !important;
    margin: 5px !important;
    text-align: center !important;
    margin: 20px 0 30px !important;
    padding: 0;
    font-size: 16px !important;
}*/

#backimg01_trial01{
    background: url(/Test/R5008_AmcareMu/Contents/files/user/img/trial_01/fix_bg01.gif) repeat-x left top;
}
/*=============================================================================================
　カート改修　ショッピングカートページ
=============================================================================================*/
.cartlist-all #CartList .productList{
    border:none;
    padding: 0;
}
.cartlist-all #CartList h3{
    background-color: #fff;
    font-weight: bold;
}
.cartlist-all #CartList div.productList .all-column{
    display: flex;
    justify-content: space-between;
        border-bottom: 1px solid #ccc;
}
.cartlist-all #CartList div.productList dl.left-column{
    width: 25%;
}
.cartlist-all #CartList div.productList dl.left-column dt{
    width: 65%;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.cartlist-all #CartList div.productList dl.right-column{
    width: 75%;
    padding: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}
.cartlist-all #CartList div.productList dl.right-column .name-item{
    display: block;
}
.cartlist-all #CartList div.productList dl.right-column .name-item dd{
    padding: 0;
}
.cartlist-all #CartList div.productList dl.right-column .price-item{
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px;
}
.cartlist-all #CartList div.productList dl.right-column .price-item dd{
    display: inline;
}
.cartlist-all #CartList div.productList dl.right-column .price-item .quantity{
    padding: 0;
    padding-right: 15px;
}
.cartlist-all #CartList div.productList dl.right-column .price-item .price{
    padding-left: 30px;
}
.cartlist-all #CartList div.productList dl.right-column .price-item .delete{
        position: absolute;
    right: 30px;
    text-align: right;
        width: 13%;
    top: -8px;
}
.cartlist-all #CartList div.productList dl.right-column .price-item dd span{
    width:auto;
}
.cartlist-all #CartList div.productList dl.right-column .price-item dd input{
    width: 100%;
    border-radius: 0;
    border-color: #333;
    text-align: center;
    padding: 5px 13px;
}
.cartlist-all #CartList div.productList dl.right-column .price-item .quantity span{
    display: inline-block;
}
.cartlist-all #CartList div.productList dl.right-column .price-item .delete a{
    text-decoration: none;
    color: #ccc;
    width: 50px;
    background-color: #fff;
    padding: 4px 13px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
    right: 30px;
    font-size: 14px;
    font-weight: normal;
}
.cartlist-all #CartList div.productList dl.right-column .price-item .delete a:hover{
    border: 1px solid #333;
    color: #333;
}
.cartlist-all #CartList div.productList div.background{
    width: 60%;
}
.cartlist-all #CartList div.productList div.list{
    width: 100%;
    float: none;
}
.cartlist-all #CartList div.productList div.cartOrder{
    width: 100%;
    float: none;
}
.cartlist-all #CartList .subprice-item{
    padding: 30px 80px 10px 10px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.cartlist-all #CartList .clr{
    line-height: 0;
}
.cartlist-all #CartList .pdg_leftA{
    padding: 0;
    line-height: 0;
}
.cartlist-all #CartList .cartOrder-all div.error{
    line-height: 0;
    margin: 0;
}
.cartlist-all #CartList .cartOrder-all .coupon-left{
    display: inline-block;
    width: 27%;
}
.cartlist-all #CartList .cartOrder-all .coupon-right{
    display: inline;
}
.cartlist-all #CartList .cartOrder-all .coupon-right span{
    display: inline;
}
.cartlist-all #CartList .cartOrder-all .coupon-right input{
    display: inline;
}
.cartlist-all #CartList .cartOrder-all .coupon-right .coupon-codetxt{
    padding-right: 15px;
}
.cartlist-all #CartList .cartOrder-all .point-all{
    position: relative;
}
.cartlist-all #CartList .cartOrder-all .point-all .my-point{
    display: block;
    width: 22%;
    position: absolute;
    top: 0px;
    text-align: left;
    right: 10%;
}
.cartlist-all #CartList .cartOrder-all .pointBox{
    width: 100%;
}
.cartlist-all #CartList .cartOrder-all .point-all .point-codetxt{
    display: inline;
    padding-right: 15px;
    padding-left: 24px;
}
.cartlist-all #CartList .cartOrder-all .point-all .point-left{
    width: 27%;
        display: inline-block;
    margin-right: 5px;
}
.cartlist-all #CartList .cartOrder-all .point-all .point-right{
    display: inline;
}

.pricebox {
    padding-top: 6px;
    text-align: right;
    padding: 10px 0;
    background-color: #fff;
    margin: 0;
}
.pricebox label {
    font-weight: bold;
    position: relative; 
}
.pricebox label input {
    display: none; 
}
.pricebox label input:not(:checked) ~ span:after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-135deg); 
}
.pricebox label input:not(:checked) ~ .order-page__order-option--subtotals {
    display: none; 
}
.pricebox label input:checked ~ span:after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg); 
}
.pricebox label input:checked ~ .order-page__order-option--subtotals {
    display: block; 
    margin: 10px 0 0 0;
}
.pricebox dl dt{
    text-align: left;
}
.order-page__order-option .order-page__subtotal-table .price-subtotal{
    width: 50%;
    float: right;
}
.order-page__order-option .order-page__subtotal-table dt{
    font-weight: normal;
    display: inline;
    padding-right: 45px;
    float: left;
    width: 50%;
}
.order-page__order-option .order-page__subtotal-table dd{
    font-weight: normal;
    display: inline;
    width: 40%;
}
.order-page__order-option .order-page__subtotal-table dl{
    margin: 10px 0;
    font-size: 14px;
    width: 100%;
}
.pricebox-all{
    padding: 10px 90px 0px 0px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}
.allprice-div{
    text-align: right;
    padding: 10px 90px 0px 0px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}
.allprice-div p{
    display: inline;
}

.blue_bold{
    font-size: 130%;
    color: #155299;
    font-weight: bold;
}
/*=============================================================================================
　カート改修　aログイン画面
=============================================================================================*/
.login_borede{
    padding-right: 15px!important;
    padding: 15px;
    border: 1px solid #ccc;
}
.login_borede h3{
    width: 95.5%!important;
}
.loginregist_borede{
    padding-right: 15px!important;
    padding: 15px;
    border: 1px solid #ccc;
}
.loginregist_borede h3{
    width: 95.5%!important;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    padding-left: 22px !important;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 1px #ccc;
    background: #fff;
}
input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    transform: rotate(-45deg);
    width: 12px;
    height: 8px;
    border-left: 3px solid #3b669a;
    border-bottom: 3px solid #3b669a;
}
/*=============================================================================================
　カート改修　会員情報入力
=============================================================================================*/
.User-title{
    width: 1200px;
    margin: 0 auto!important;
    padding: 30px 0px 0 0!important;
}
.necessarys{
    color: #fff !important;
    background: red;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: normal;
    margin-left: 6px;
        float: right;
    font-size: 14px;
    position: relative;
    bottom: 5px;
}
.necessary_area{
    color: #fff !important;
    background: red;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: normal;
    margin-left: 6px;
    font-size: 14px;
    position: relative;
    bottom: 0px;
}
#dvUserBox #dvUserRegistInput select{
        padding: 5px;
    border-radius: 5px;
}
#dvUserRegistInput select.year{
    width: 65px;
}
#dvUserRegistInput select.month{
    width: 50px;
}
#dvUserRegistInput select.date{
    width: 50px;
}
.sex_labelstyle label{
    vertical-align: -1px!important;
    padding: 0 15px 0 3px!important;
}
#ctl00_ContentPlaceHolder1_ucBodyUserExtendRegist_rUserExtendInput_ctl00_rblSelect label{
    vertical-align: -1px!important;
    padding: 0 15px 0 3px!important;
}
#ctl00_ContentPlaceHolder1_rdlVfCardNoVisibility label{
    vertical-align: -1px!important;
    padding: 0 15px 0 3px!important;
}
/*=============================================================================================
　カート改修　会員情報確認
=============================================================================================*/
.dvContentsInfo_textcenter p{
    text-align: center;
    line-height: 22px;
}
.User-title-center{
    text-align: center;
    display: block;
    font-weight: bold;
}
.dvUserBtnBox .btn-center a{
    display: block;
    margin: 10px auto;
}
.dvUserBtnBox .btn-center .btn-gray{
    background-image: -webkit-linear-gradient(#fff 0%, #e3e3e3 100%);
    background-image: linear-gradient(#fff 0%, #e3e3e3 100%);
    color: #155299 !important;
    border-radius: 5px;
    box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.28);
}
.btn-gray{
    background-image: -webkit-linear-gradient(#fff 0%, #e3e3e3 100%);
    background-image: linear-gradient(#fff 0%, #e3e3e3 100%);
    color: #155299 !important;
    border-radius: 5px;
    box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.28);
}
.btn-center a{
    display: block;
    margin: 10px auto;
}
/*=============================================================================================
　カート改修　カートナビ
=============================================================================================*/
.sum-all{
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 23%;
    float: right;
    padding: 20px;
    margin-right: 0;
    padding-top: 70px;
}
.sum-all p{
    text-align: right;
}
#CartList .sum-all p.sum{
    font-size: 18px;
    padding-top: 10px;
    width: 100%;
    position: relative;
}
#CartList .sum-all p.sum span{
    float: left;
    font-size: 16px;
}
.btn-p{
    width: 100%;
}
.btn-p a{
    width:80%;
    padding: 20px 30px;
    font-size: 14px;
}
.btn_orange, .btn_orange:hover{
    background-image: -webkit-linear-gradient(#ffa600 0%, #ff9600 100%);
    background-image: linear-gradient(#ffa600 0%, #ff9600 100%);
    color: #fff !important;
    box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.28);
}
#CartList .sum-all p.sum .blue_bold{
    font-size: 130%;
    color: #155299;
    font-weight: bold
}
.sum-right{
    position: absolute;
    right: 0;
    width: 23%;
    top: 0;
}
.btn-next-arrow{
    position: relative;
}
.btn-next-arrow:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 18px;
    background: url(../../Contents/ImagesPkg/arrow.png) no-repeat;
    background-size: contain;
}
/*=============================================================================================
　カート改修　登録完了画面
=============================================================================================*/
.bloc-info{
    margin: 0px!important;
    padding-top: 20px!important;
    line-height: 1.7;
    text-align: center;
}
.btn-next-arrow-complete{
    position: relative;
}
.btn-next-arrow-complete:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    width: 10px;
    height: 18px;
    background: url(../../Contents/ImagesPkg/arrow.png) no-repeat;
    background-size: contain;
}
/*=============================================================================================
　カート改修　お届け先情報
=============================================================================================*/
.ordershipping-all .userList dl{
    display: block;
    border: none;
    padding: 20px 5px;
    border-bottom: 1px solid #cccccc;
}
.ordershipping-all .userList dt{
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 10px;
    font-size: 14px;
}
.ordershipping-all .userList dd{
    display: block;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ordershipping-all .userList dd select{
    width: 50%!important;
}
.ordershipping-all .userBox dl{
    display: block;
    border: none;
}
.ordershipping-all .userBox dt{
    display: block;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 14px;
}
.ordershipping-all .userBox dd{
    display: block;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#Contents .ordershipping-all div.column h2{
    line-height: 54px;
    font-size: 18px;
    padding: 0 15px;
    font-weight: bold;
}
#Contents .ordershipping-all .w100-p{
    width: 85%;
}
.userBox_textbox_p{
    padding: 10px 5px;
}
.userBox_textbox_p textarea{
    width: 250px;
    height: 16px;
    padding: 8px 5px;
}
.user-box-all{
    padding: 20px 5px;
    border-bottom: 1px solid #cccccc;
}
.user-box-all div p{
    font-size: 14px;
}
.user-box-all div select{
    width: 50%!important;
    height: 32px;
}
.ordershipping-all select{
    height: 40px;
    width: 80%;
    border-radius: 5px;
    border-color: rgb(169, 169, 169);
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding-left: 5px;
}
.ordershipping-all .select_area:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    padding: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #000;
    pointer-events: none;
}
.select_area{
    position: relative;
}
.foam-OrderShipping{
    background-color: #efefef;
    width: 724px;
}
.ordershipping-all .userList .foam-OrderShipping dl{
    padding: 10px 0 20px 0;
    margin: 0 10px;
    width: 97%;
}
.ordershipping-all .userList .foam-OrderShipping dt{
    padding: 10px 0;
    background-color: #efefef;
}
.ordershipping-all .userList .foam-OrderShipping .select_area_w30-p select{
    width: 13%!important;
}
.ordershipping-all .userList .foam-OrderShipping .select_area_w30-p .select_area:before{
    right: 8px;
}
.ordershipping-all .userList .foam-OrderShipping .w25-p input{
    width: 440px;
}
/*=============================================================================================
　カート改修　お支払い方法
=============================================================================================*/
.btn-next-arrow-cart{
    position: relative;
}
.btn-next-arrow-cart:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    width: 10px;
    height: 18px;
    background: url(../../Contents/ImagesPkg/arrow.png) no-repeat;
    background-size: contain;

}
.cart-payment input[type="radio"] + label {
    padding-left: 26px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.cart-payment input[type="radio"]{
    display: none;
}
.cart-payment input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 1px #ccc;
    border: 5px solid #fff;
    background: #fff;
    border-radius: 11px;
    transition: 0.1s;
}
.cart-payment input[type="radio"]:checked + label:before {
    background: #000;
}
.cart-payment input[type="checkbox"], .cart-payment input[type="radio"] {
    width: auto;
    height: auto;
}
.cart-payment .orderBox div.list dt{
    background-color: #f4f4f4;
}
.cart-payment .payment-card{
    position: relative;
}
.cart-payment .payment-card .payment_select{
    float: none;
}
.cart-payment .payment-card{
    margin-bottom: 10px;
    padding: 0px;
}
.cart-payment .payment-card h4{
    float: none;
    padding: 0;
}
.cart-payment .payment-card strong{
    padding: 5px 0 0 0;
}
.cart-payment .orderBox div.list dd p{
    float: none;
    padding:10px 0 15px 0!important;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    margin: 0 0 10px;
}
.cart-payment .select_box select{
    width: 8%!important;
}
.cart-payment .select_box .select_area:before{
    right: 8px;
}
.cart-payment select{
    height: 40px;
    width: 23%;
    border-radius: 5px;
    border-color: rgb(169, 169, 169);
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding-left: 5px;
}
.cart-payment .select_area:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    padding: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #000;
    pointer-events: none;
}
.cart-payment .card-new .input_widthA {
    width: 15%;
    font-size: 13px;
}
/*=============================================================================================
　カート改修　ご注文内容確認
=============================================================================================*/
.btn_next_last{
    width: 80%!important;
    padding: 20px 30px!important;
    font-size: 14px!important;
}
.OrderConfirm-all .main-box{
    padding: 20px;
    border: 1px solid #ccc;
    position: relative;
}
.OrderConfirm-all .userBox dl{
    border-bottom: 1px solid #ccc;
    background-color:#fff;
}
.OrderConfirm-all .userBox dt{
    border-top: none;
    background-color:#fff;
}
.OrderConfirm-all .userBox dd{
    border-top: none;
    background-color:#fff;
}
.OrderConfirm-all .userBox .order-memo dt{
    vertical-align: top;
    padding: 15px;
    height: 50px;
}
.OrderConfirm-all .userBox .order-memo dd{
    vertical-align: top;
    padding: 15px;
    height: 50px;
}
.main-box .btn-righttop{
    position: absolute;
    right: 20px;
    top: 0;
}
.main-box .btn-righttop .btn-large{
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    width: auto;
    background-image: linear-gradient(#17549d 0%, #0c4282 100%);
    margin: 15px 0;
}
.shoppingCart div.subCartList div.sub-all{
    position: relative;
    float: right;
    width: 100%;
    background-color:#fff;
    padding: 15px 0;
}
.cart-deta-all {position: relative;}
.cart-deta-all .shoppingCart{
    width:  95%;
    padding: 20px;
    border: 1px solid #ccc;
}
.sub-all div{
    margin: 0 0 0 auto;
}
.sub-all dl{
   width: 100%;
   margin: 0 0 0 auto;
}
.sub-all dt{
    width: 40%;
}
.sub-all dd{
    padding-left: 0;
}
.Product-all {
    width: 100%;
}
.Product-all .block-production dl{
    width: 100%;
}
.Product-all .block-production dt{
    display: table-cell;
    float: none;
    padding-left: 0px;
}
.Product-all .block-production dd{
    display: table-cell;
    padding-left: 0!important;
    position: absolute;
    top: 0;
    width: 390px;
    right: 30px;
}
.Product-all .block-production dd strong{
    font-size: 18px;
    margin: 15px 0;
}
.cart-deta-all .btn-righttop{
    position: absolute;
    right: 20px;
    top: 0;
}
.cart-deta-all .btn-righttop .btn-large{
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    width: auto;
    background-image: linear-gradient(#17549d 0%, #0c4282 100%);
    margin: 15px 0;
}
/*=============================================================================================
　カート改修　カートナビ
=============================================================================================*/
#dvUserBox ul.order-page__flow-list{
    line-height: 6!important;
}
#dvUserBox li.order-page__flow-item{
    line-height: 6!important;
}
.order-page__flow{
    margin-top: 50px;
    padding-top: 50px;
}
.order-page__flow-list {
    position: relative;
    display: flex;
    justify-content: center;

}
.order-page__flow-item {
    position: relative;
    text-align: center;
    font-size: 14px;
    width: 147px;
    line-height: 85px;
}
.order-page__flow-item:before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    left: 60%;
}
.order-page__flow-item--last:before{
    display: none;
}
.order-page__flow-item--past:before {
    background-color: #064084;
}
.order-page__flow-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: auto;
    right: 0;
    left: 0;
    top: -7px;
    background-color: #cccccc;
}
.order-page__flow-item--current:after {
    background-color: #064084;
}
.order-page__flow-item--color span{
    color: #064084;
    font-weight: bold;
}
/*=============================================================================================
　カート改修　カート共通フッター
=============================================================================================*/
.footer_menu {
    width: 100%;
    height: auto;
    background: #f5f4ef;
}
.footer_menu .wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 5px 0px 5px;
    align-items: center;
}
.footer_menu .wrap .tel {
    text-align: center;
    background: #fff;
    padding: 30px;
}
.copyright_area {
    background: #fff;
    height: 150px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.copyright_area .wrap .footer_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.copyright_area .wrap .footer_logo_jdma {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.copyright_area .wrap p.copyright {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 12px;
    font-weight: bold;
}


/* .page-number{
	width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0e2f8f;
    color: #545454;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    padding: 12px !important;
    text-align: center;
    margin: 0 auto;
} */

.list-pager{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-pager li{
    color: #545454;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    margin: 0 17px !important;
}

.current-number{
    width: 43px;
    height: 43px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0e2f8f;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagination .prev{
    width: 10px;
    height: 10px;
    background: url(../../Contents/ImagesPkg/common/back-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 17px;
}

#pagination .next{
    width: 10px;
    height: 10px;
    background: url(../../Contents/ImagesPkg/common/next-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 17px;
}