/* リセット */
html {
overflow-y: scroll;
}

body {
color: #000;
background: #FFF;
-webkit-text-size-adjust:100%;
}

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

table {
border-spacing: 0;
}

fieldset, img {
border: 0;
}

img {
vertical-align: bottom;
}

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

li {
list-style: none;
}

caption,
th {
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
font-size: 1em;
}

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

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


input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input, textarea, select {
font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

/* ---- clear fix ---------------- */
.clearfix:after {
content    : "";
display    : block;
height     : 0;
visibility : hidden;
clear      : both;
}

.clearfix {
display : inline-block;
}

.clearfix {
display : block;
}
/* ---- /clear fix ---------------- */

div.clearFloat {clear:both;font-size:1px;line-height:0px;height:1px;width:1px;}

/* ---- clear ---------------- */
.clear {
clear: both;
}

/* ---- Float ---------------- */
.float_left {
float : left;
}

.float_right {
float : right;
}
/* ---- /Float ---------------- */

/* リセット */




/* ヘッダフッタ */

/*
header
*/
#header {
font-size: 12px;
width: 100%;
min-width: 970px;
text-align: left;
position: relative;
padding: 7px 0 0;
}

#header div.top,
#header div.main,
#header div.global_navigator {
clear: both;
}



/*
header :: h1
*/
#header h1,
#header p.h1 {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 15px;
	position: absolute;
	left: 0;
	top: 0;
}


/*
header :: logoArea
*/
#header #logoArea {
	position: relative;
	min-height: 100px;
	margin: 0 10px 5px;
	background:url(/img/common_header/header_logo.png) left 20px no-repeat;
}
#header #logoArea:before,
#header #logoArea:after { content:""; display:table; }
#header #logoArea:after { clear:both; }
#header #logoArea { zoom:1; }
* html #header #logoArea { height: 110px }




#header #logoArea div.menu {
	float: right;
	text-align: right;
}

#header #logoArea div.menu ul.menu,
#header #logoArea div.menu ul.menu li {
	display: inline-block;
	vertical-align: top;
}
* html #header #logoArea div.menu ul.menu,
* html #header #logoArea div.menu ul.menu li { display: inline; zoom: 1; }
*:first-child+html #header #logoArea div.menu ul.menu,
*:first-child+html #header #logoArea div.menu ul.menu li { display: inline; zoom: 1; }

#header #logoArea div.menu ul.sns li {
	margin-left: 4px;
	vertical-align: middle;
}



#header #logoArea p.logo01 {
	margin-top: 20px;
	width: 160px;
	position: relative;
	z-index: 5;
}
#header #logoArea p.logo01 a {
	height:	15px;
	display: block;
	text-indent: -9999px;
}
#header #logoArea p.logo02 {
	/*width: 275px;*/
	width: 255px;
	position: relative;
	z-index: 5;
}
#header #logoArea p.logo02 a {
	height:	43px;
	display: block;
	text-indent: -9999px;
}

#header #logoArea p.logo03 {
	width: 58px;
	height: 58px;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 0;
}
#header #logoArea p.logo03 a {
	height: 58px;
	display: block;
	text-indent: -9999px;
}
#header #logoArea p.logo04 {
	width: 114px;
	left: 275px;
	/*	width: 64px;
	left: 255px;*/
	height: 58px;
	position: absolute;
	z-index: 10;
	top: 20px;

}
#header #logoArea p.logo04 a {
	height: 58px;
	display: block;
	text-indent: -9999px;
}

#header #logoArea p.logoBt {
	position: absolute;
	z-index: 10;
	height: 58px;
	top: 20px;
}
#header #logoArea p.logoBt a {
	height: 100%;
	display: block;
	text-indent: -9999px;
}


#header #logoArea.logo_191001 {
	background-image:url("/img/common_header/header_logo_191001.png");
}
#header #logoArea.logo_191001 p.logoBt.xmas{
	width: 70px;
	left: 260px;
}
#header #logoArea.logo_191001 p.logoBt.ny{
	width: 65px;
	left: 335px;
}



/* for logoSideSP */
/*
#header #logoArea p.logo01 { margin-left: 45px;}
#header #logoArea p.logo02 { margin-left: 45px; }
#header #logoArea p.logo03 { top: 20px; width: 45px;}
#header #logoArea p.logo04 { left: 295px; }
*/

/* for logoNY 
#header #logoArea { background-image:url(/img/common_header/header_logo_180101.gif); }
#header #logoArea p.logo01 { margin-left: 42px;}
#header #logoArea p.logo02 { margin-left: 42px; }
#header #logoArea p.logo04 { width:75px; left: 314px; }
*/




#header #logoArea ul.headTxt {
	padding: 5px 0 0;
	clear: left;
}

#header #logoArea ul.headTxt li,
#header #logoArea ul.headTxt li a {
	display: inline-block;
}
* html #header #logoArea ul.headTxt li,
* html #header #logoArea ul.headTxt li a { display: inline; zoom: 1; }
*:first-child+html #header #logoArea ul.headTxt li,
*:first-child+html #header #logoArea ul.headTxt li a{ display: inline; zoom: 1; }

#header #logoArea ul.headTxt li a {
	background: url(/img/common_header/ic_doc.gif) left center no-repeat;
	padding: 0 0 0 18px;
	color: #f00;
	text-decoration: underline;
	margin-right: 1em;
}

#header #logoArea p.copy {
	position: absolute;
	left: 285px;
	top: 33px;
}



#header #logoArea div.status {
	float: right;
	clear: right;
	margin-top: -60px;
	text-align: right;
}

#header #logoArea div.status ul.logoff {
	vertical-align: middle;
}

#header #logoArea div.status ul.logoff .error {
	font-size: 10px;
	color: #F00;
}

#header #logoArea div.status ul li {
	display: inline-block;
	vertical-align: top;
}
* html #header #logoArea div.status ul li { display: inline; zoom: 1; }
*:first-child+html #header #logoArea div.status ul li { display: inline; zoom: 1; }

#header #logoArea div.status ul.logoff li {
	margin-left: 5px;
	line-height: 0;
}


#header #logoArea div.status ul.logoff li.loginInputs  {
	line-height: 1.5;
	max-width: 190px;
}

#header #logoArea div.status ul.logoff li.loginInputs input {
	width: 120px;
}

#header #logoArea div.status ul.logoff li.loginInputs a {
	font-size: 10px;
}

#header #logoArea div.status ul.logoff li form input {
	font-family:"MS UI Gothic", sans-serif;
	vertical-align: middle;
}
#header #logoArea div.status ul.logoff li form img {
	vertical-align: middle;
}


#header #logoArea div.status ul.logoff li.cart a {
	display: block;
	width: 94px;
	height: 60px;
	color: #000;
	background:url(/img/common_header/header_bt_cart_logoff.gif)
}

#header #logoArea div.status ul.logoff li.cart a span {
	text-align:center;
	display: block;
	padding-top: 25px;
	line-height: 1.1;
}






#header #logoArea div.status table {
	margin: 0 0 0 auto;
}

#header #logoArea div.status table th,
#header #logoArea div.status table td {
	vertical-align: top;
}

#header #logoArea div.status table th{
	padding-right: 8px;
	text-align: right;
}

#header #logoArea div.status table th a,
#header #logoArea div.status table th span {
	font-weight: normal;
}

#header #logoArea div.status table th a {
	color: #F00;
	text-decoration: underline;
}

#header #logoArea div.status table th span,
#header #logoArea div.status table th span a {
	color: #666;
}
#header #logoArea div.status table th span a {
	font-size: 10px;
}
#header #logoArea div.status table th ul {
	margin-top: 5px;
}


#header #logoArea div.status table td a {
	display: block;
	width: 190px;
	height: 52px;
	color: #FFF;
	background:url(/img/common_header/header_bt_cart.gif)
}

#header #logoArea div.status table td a span {
	display: block;
	text-align: center;
	padding-top: 33px;
}






/*
header :: searchArea
*/

#header #searchArea {
	min-width: 970px;
	height: 65px;
	background:url(/img/common_header/header_bg_search.gif) left top repeat-x;
	position: relative;
}

#header #searchArea p.ctBtn{
	position: relative;
	float: left;
	width: 68px;
	margin-right: -68px;
	z-index: 5;
}

#header #searchArea form {
	width: 100%;
	float: left;
	z-index: 1;
	position: relative;
}

#header #searchArea form div.inner {
	padding-left:77px;
	background: url(/img/common_header/ic_search.png) 10px center no-repeat;
}

#header #searchArea form div.inner table {
	height: 68px;
	width: 100%;
}

#header #searchArea form table td {
	vertical-align: middle;
}

#header #searchArea form table td .search_box {
	height: 38px;
	padding: 0 4px;
	background: url(/img/common_header/header_bg_searchbox.gif) repeat-x;
	box-shadow: 1px 1px 5px 1px #CCC;
}

#header #searchArea input#keyword {
	width: 100%;
	font-size: 14px;
	border: none;
	background-color: transparent;
	padding: 12px 0 0;
	outline:none;
}

#header #searchArea td.buttons {
	width: 141px;
}

#header #searchArea td.buttons div {
	box-shadow: 1px 1px 5px 1px #CCC;
}

#header #searchArea td.buttons input {
	margin:0;
	padding: 0;
}

#header #searchArea td.quick {
	width: 113px;
	text-align: center;
}

#header #searchArea td.quick img {
	box-shadow: 1px 1px 5px 1px #CCC;
}

#header #searchArea td.pickupKeywords {
	width: 285px;
	padding: 0 10px 0 45px;
	background:url(/img/common_header/header_im_keyword.gif) left center no-repeat;
}

#header #searchArea td.pickupKeywords ul li {
	display: inline-block;
	white-space: nowrap;
	padding: 0 0 0 1em;
}
* html #header #searchArea td.pickupKeywords ul li{ display: inline; zoom: 1; }
*:first-child+html #header #searchArea td.pickupKeywords ul li{ display: inline; zoom: 1; }


#header #searchArea td.pickupKeywords ul li a {
	color: #000;
	text-decoration: underline;
}





#header #searchArea #categoryTab {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20000;
	border: 4px solid #1347b0;
	background: #FFF;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	box-shadow: 1px 1px 5px 1px #CCC;
}
#header #searchArea #categoryTab:before,
#header #searchArea #categoryTab:after { content:""; display:table; }
#header #searchArea #categoryTab:after { clear:both; }
#header #searchArea #categoryTab { zoom:1; }


#header #searchArea #categoryTab h2 {
	background: #1347b0;
	padding: 15px 0 15px 5px;
}
#header #searchArea #categoryTab a {
	color: #333;
}

#header #searchArea #categoryTab ul.category {
	position: relative;
	float: left;
	width: 240px;
	z-index: 20003;
	background: #f2f2f2;
	margin: 0;
}
#header #searchArea #categoryTab ul.category li {
	font-size: 16px;
}
#header #searchArea #categoryTab ul.category li a {
	display: block;
	padding: 0.8em 5px 0.8em 30px;
	background:url(/img/common_header/ic_right_blue.gif) 18px 1.4em no-repeat;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#header #searchArea #categoryTab ul.category li a:hover,
#header #searchArea #categoryTab ul.category li a.here {
	color:#1347b0;
	background-color:#FFF;
	border-right: 1px solid #FFF;
}
#header #searchArea #categoryTab ul.category li.menu008 a:hover,
#header #searchArea #categoryTab ul.category li.menu008 a.here {
	border-bottom: none;
}

#header #searchArea #categoryTab div {
	position: relative;
	float: left;
	padding: 20px 20px 20px 20px;
	width: 400px;
	min-height: 500px;
	background-color: #FFF;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-left: -101px;
	z-index: 20002;
	display: none;
}
#header #searchArea #categoryTab div.here {
	display: block;
}
#header #searchArea #categoryTab div.menu001 { background-image:url(/img/common_header/im_bg_ct001.jpg) }
#header #searchArea #categoryTab div.menu002 { background-image:url(/img/common_header/im_bg_ct002.jpg) }
/*#header #searchArea #categoryTab div.menu003 { background-image:url(/img/common_header/im_bg_ct003.jpg) }*/
#header #searchArea #categoryTab div.menu004 { background-image:url(/img/common_header/im_bg_ct004.jpg) }
#header #searchArea #categoryTab div.menu005 { background-image:url(/img/common_header/im_bg_ct005.jpg) }
#header #searchArea #categoryTab div.menu006 { background-image:url(/img/common_header/im_bg_ct006.jpg) }
#header #searchArea #categoryTab div.menu007 { background-image:url(/img/common_header/im_bg_ct007.jpg) }
#header #searchArea #categoryTab div.menu008 { background-image:url(/img/common_header/im_bg_ct008.jpg) }
#header #searchArea #categoryTab div.menu010 { background-image:url(/img/common_header/im_bg_ct010.jpg) }
#header #searchArea #categoryTab div.menu011 { background-image:url(/img/common_header/im_bg_ct011.jpg) }
#header #searchArea #categoryTab div.menu012 { background-image:url(/img/common_header/im_bg_ct012.jpg) }


#header #searchArea #categoryTab div ul li {
	background:url(/img/common_header/ic_right_gray.gif) left 0.5em no-repeat;
	margin: 6px 0;
	padding: 0 0 0 10px;
}

#header #searchArea #categoryTab div ul li a{
	text-shadow: 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF;
}

#header #searchArea #categoryTab div ul li a:hover {
	color:#F00;
}




/*
header :: top
*/
#header div.top {
padding: 6px 3px;
background: url(/img/common_header/bg_header_01.gif) bottom left repeat-x;
}

#header div.top p {
float: left;
white-space:nowrap;
  background-color:#FFF;
}

#header div.top ul {
float: right;
}

#header div.top li {
padding-left: 10px;
line-height:14px;
background: url(/img/arrow.gif) -85px 2px no-repeat;
display: inline;
}

@media screen and (max-device-width: 480px) {
  #header div.top li {padding-left: 5px; background: url(/img/arrow.gif) -90px 2px no-repeat; }
}

#header div.top li.img {
padding-left:5px;
background:none;
}

#header div.top li a {
color:#36C;
text-decoration:underline;
}

#header div.top li.img a {
text-decoration:none;
}

#header div.top li a:hover {
color: #000;
text-decoration:none;
}



/*
header :: main
*/
#header div.main {
padding-top: 8px;
}

#header div.main div.logo {
float: left;
width: 298px;
}

#header div.main div.form_navi {
float: right;
width:650px;
}

#header div.login form span.error {
color: #F00;
font-weight: bold;
display: block;
text-align: left;
}

/*
header :: main :: logo
*/
#header div.main div.logo h1 {
/*padding: 3px 66px 8px 0;*/
padding: 3px 0px 8px 0;
background: url(/img/common_header/tx_catalog_no26.gif) right top no-repeat;
}

#header div.main div.logo h1 a:hover {
	text-decoration:none;
}

#header div.main div.logo p {
background: url("/img/common_header/ic_header_01.gif") no-repeat scroll 5px 2px transparent;
color: #FF0000;
padding-left: 20px;
font-size:12px;
line-height:1.3;
}


#header div.main div.logo p a {
color: #F00;
text-decoration:underline;
}

#header div.main div.logo p a:hover {
color: #F00;
text-decoration:none;
}


/*
header :: main :: form_navi
*/

#header div.main div.form_navi div.logstatus_top {
height:4px;
background:url(/img/common_header/im_logstatus_top.gif);
overflow:hidden;
}

#header div.main div.form_navi div.logstatus_bottom {
height:4px;
background:url(/img/common_header/im_logstatus_bottom.gif);
overflow:hidden;
}

#header div.main div.form_navi table.logstatus {
background:url(/img/common_header/im_logstatus_bg.gif);
width:650px;
}





#header div.main div.form_navi td {
vertical-align:middle;
}

#header div.main div.form_navi td.form {
padding: 0 5px 0 10px;
border-right: 1px #D4D4D4 solid;
}

#header div.main div.form_navi td.entry {
padding: 0 5px;
border-right: 1px #D4D4D4 solid;
width:118px;
}

#header div.main div.form_navi td.navigator {
padding: 2px 5px;
width:192px;
}


/*
header :: main :: form_navi :: form
// login
*/
#header div.main div.form_navi td.form div.login {
  padding:3px 0 0;
}

#header div.main div.form_navi td.form div.login label {
display: inline-block;
font-size: 10px;
width: 5.5em;
}

#header div.main div.form_navi td.form div.login input {
font-size: 12px;
vertical-align: middle;
_margin:0;
}

#header div.main div.form_navi td.form div.login input#header_mem_id {
margin: 0 0 0 0;
width: 200px;
}

#header div.main div.form_navi td.form div.login input#header_mem_pw {
width: 100px;
}

#header div.main div.form_navi td.form div.login a.forget {
margin-left: 4px;
}

#header div.main div.form_navi td.form div.login p {
padding-bottom: 4px;
}


/*
header :: main :: form_navi :: form
// logon
*/
#header div.main div.form_navi td.form div.logon {
  padding:0;
}

#header div.main div.form_navi td.form div.logon table {
margin: 0 0 0 auto;
}

#header div.main div.form_navi td.form div.logon td {
padding: 1px 4px 0 12px;
background: url(/img/arrow.gif) -86px 5px no-repeat;
text-align: left;
}

#header div.main div.form_navi td.form div.logon p {
padding:6px 0 0;
padding-bottom: 4px;
float:left;
width:330px;
font-size:10px;
}

#header div.main div.form_navi td.form div.logon p strong {
font-size:12px;
font-weight:bold;
}

#header div.main div.form_navi td.form div.logon ul {
float:right;
width:94px;
padding:0 0 0 6px;
}

#header div.main div.form_navi td.form div.logon a {
color:#3366CC;
text-decoration:underline;
}

#header div.main div.form_navi td.form div.logon a.coupon {
color:#F00;
visibility:hidden;
}

#header div.main div.form_navi td.form div.logon a:hover {
color:#000000;
text-decoration:none;
}


/*
header :: main :: form_navi :: navigator
*/
#header div.main div.form_navi td.navigator li {
float: left;
}

/*
#header div.main div.form_navi td.navigator p {
padding-top: 4px;
text-align: right;
}

#header div.main div.form_navi td.navigator p img {
vertical-align: middle;
}
*/

#header div.main div.form_navi td.navigator .cartlook {
padding-top: 3px;
}

#header div.main div.form_navi td.navigator .cartlook .text{
	float:left;
	line-height:14px;
	padding:2px 0;
	width:90px;
}

#header div.main div.form_navi td.navigator .cartlook img{
	 float:right;
}

#header div.main div.form_navi td.navigator .cartlook span {
 line-height:16px;
 text-align:center;
 display:block;
}


/*
header :: global_navigator
*/
#header div.global_navigator {
padding-top: 4px;
}

#header div.global_navigator li {
float: left;
}


/*
header :: search_box
*/
#header div.search_box {
/*position: relative;*/
}

#header div.search_box form {
padding: 0;
}

#header div.search_box form img,
#header div.search_box form input {
/*vertical-align: text-top;*/
vertical-align: middle;
margin:0 3px 0 0;
font-size:12px;
}

#header div.search_box form label {
margin-left: 8px;
padding: 4px 4px 4px 8px;
border-left: 1px #D8D8D8 solid;
display: inline-block;
}

#header div.search_box form label.first_child {
margin-left: 0;
padding-left: 0;
border-left: 0 none;
}

#header div.search_box span {
padding:0 0 0 6px;
border-left:1px solid #CCC;
line-height:24px;
}








#header div.search_key {
float:right;
width:650px;
font-size:11px;
color:#F00;
padding:2px 0 5px;
}

#header div.search_key img {
  vertical-align:text-bottom;
}

#header div.search_key a:link {
	color:#3366CC;
	text-decoration:underline;
}

#header div.search_key a:hover {
	color:#000000;
	text-decoration:none;
}

#header div.search_key a:visited {
	text-decoration:underline;
}






/*
header :: feature_textlink
*/
#header div.feature_textlink {
clear:both;
padding:5px 0 0;
font-size:12px;
width: 950px;
margin: 0 auto;
}

#header div.feature_textlink ul li {
line-height:13px;
padding:0 5px 5px 0;
float:left;
}

#header div.feature_textlink ul li span {
white-space:nowrap;
}

#header div.feature_textlink ul li a {
padding:0 0 2px 15px;
background:url(/img/common_header/ic_arrow_feature_off.gif) left top no-repeat;
}

#header div.feature_textlink ul li a:hover {
background-image:url(/img/common_header/ic_arrow_feature_on.gif);
}




/*
header :: tab
*/
#tab {
	width: 950px;
	margin: 0 auto 10px;
	position:relative;
	clear:both;
	z-index:400;
	text-align: left;
}

#tab ul.menu {
	height:49px;
	margin:0;
	padding:0;
	position:relative;
	overflow: hidden;
}

#tab ul.menu li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#tab ul.menu li a {
	display:block;
	text-indent:-999px;
	height:49px;
	background-repeat:no-repeat;
	background-image:url(/img/common_header/btn_gnavi_off.png);
	overflow:hidden;
}

#tab ul.menu li.tab001 a {	width: 82px;	background-position:0px 0px;}
#tab ul.menu li.tab010 a {	width: 76px;	background-position:-82px 0px;}
#tab ul.menu li.tab011 a {	width: 82px;	background-position:-158px 0px;}
#tab ul.menu li.tab002 a {	width:119px;	background-position:-240px 0px;}
#tab ul.menu li.tab012 a {	width: 79px;	background-position:-359px 0px;}
#tab ul.menu li.tab004 a {	width: 79px;	background-position:-438px 0px;}
#tab ul.menu li.tab006 a {	width: 86px;	background-position:-517px 0px;}
#tab ul.menu li.tab005 a {	width: 80px;	background-position:-603px 0px;}
#tab ul.menu li.tab007 a {	width: 86px;	background-position:-683px 0px;}
/*#tab ul.menu li.tab014 a {	width: 94px;	background-position:-769px 0px;}*/
#tab ul.menu li.tab017 a {	width: 94px;	background-position:-769px 0px;}
#tab ul.menu li.tab008 a {	width: 84px;	background-position:-863px 0px;}


#tab ul.menu li a#current,
#tab ul.menu li a#navigation_on,
#tab ul.menu li a:hover {
	background-image:url(/img/common_header/btn_gnavi_on.png);
}

#tab > div {
	position:absolute;
	top:49px; /* 画像の高さ */
	left:0px;
	border:3px solid #1348B2; /*通常カラー　*/
	/*border:3px solid #e80000;  クリスマスカラー　*/
	/*border:3px solid #FF0000; お正月カラー　*/
	background-color:#fff;
	display:none;
	width:944px;
	margin:0;
	z-index:500;
}


#tab div ul {
	padding:5px;
	margin:0;
	width:920px;
}

#tab div ul li {
	float:left;
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
	width:220px;
	font-size:12px;
}

#tab div ul li span {
	display:block;
	padding:4px 0;
}

#tab div ul li a {
  background: url("/img/arrow.gif") no-repeat scroll -88px 0.2em transparent;
  padding-left: 12px;
}




/*
	cartIn
*/
body.productDetail {
padding-bottom: 64px;
}

body section.cartIn {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 25px 10px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.2);
	margin: 0;
	z-index: 90;
}
body section.cartIn ul {
	display: flex;
	justify-content: center;
}
body section.cartIn ul li {
	display: flex;
	text-align: center;
}
body section.cartIn ul li button,
body section.cartIn ul li a {
	border: none;
	border-radius: 8px;
	align-items: center;
	padding: 8px 20px;
	display: block;
	text-decoration: none;
	text-align: center
}
body section.cartIn ul li a span,
body section.cartIn ul li button span {
	display: block;
}
body section.cartIn ul li.cart {
	/*! flex-basis: 75%; */
}
body section.cartIn ul li.cart button {
	font-size: 1.2rem;
	line-height: 1.5em;
	background-color: #E60012;
	color: #FFF;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	border: 2px solid #fff;
	width: 340px;
}
body section.cartIn ul li.cart button span {
	display: inline-block;
}
body section.cartIn ul li.cart button img {
	width: 25px;
	vertical-align: middle;
	margin-right: 20px;
}
body section.cartIn ul li.fav {
	flex-basis: 22%;
}
body section.cartIn ul li.fav a img {
	width: 30px;
}
body section.cartIn ul li.fav a {
	background: #FFF;
	font-size: 0.8rem;
}
body #cartInWindow {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
	background-color: rgba(0,0,0,0.5);
	overflow-y: scroll;
  max-height: 100%;
	height: 100%;
}
body #cartInWindow .inner{
	background: #FFF;
  padding: 10px;
  border-radius: 10px;
	width: 760px;
	margin: 0 auto;
	position: relative;
	box-shadow: 1px 1px 5px #999;
	z-index: 2;
}
body #cartInWindow .inner > ul {
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
body #cartInWindow .inner > ul > li{
	flex-basis: 48%;
}
body #cartInWindow .inner > ul > li button {
	width: 100%;
	padding: 15px 5px;
	border: none;
	background: #be1111;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	border-radius: 5px;
	cursor: pointer;
}
body #cartInWindow .inner > .recommendItems > p {
	margin: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
}
body #cartInWindow .inner > .recommendItems ul {
	display: flex;
	flex-wrap: wrap;
}
body #cartInWindow .inner > .recommendItems ul li {
	flex-basis: calc( 20% - 10px );
	padding: 5px;
	font-size: 0.75em;
}
body #cartInWindow .inner > .recommendItems ul li img {
	width: 100%;
}
body #cartInWindow .inner > .recommendItems ul li span.name {
	display: block;
	margin: 3px 0;
}
body #cartInWindow .inner > .recommendItems ul li .price {
	color: #c00;
}
body #cartInWindow .outer{
	background: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
body table td.qty {
	width: 8em;
}
body table td.qty label input {
	width: 3em;
}
body table td.qty span.plus,
body table td.qty span.minus{
	display: inline-block;
	width :20px;
	height: 20px;
	background: #073190 center center no-repeat;
	background-size: auto 16px;
	vertical-align: middle;
}
body table td.qty span.minus{
	background-image: url(/shopping/img/ic_minus_white_ts.png);
	margin-right: 5px;
}
body table td.qty span.plus{
	background-image: url(/shopping/img/ic_plus_white_ts.png);
	margin-left: 5px;
}




/*
footer
*/
#footer {
	margin-top: 30px;
	text-align: left;
	color: #333;
	position: relative;
}

/* pagetop */
#footer .pagetop {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
}
#footer .pagetop p {
	min-width: 760px;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
#footer .pagetop p a {
	position: absolute;
	right: -145px;
	top: 0;
	display: block;
	width: 145px;
	height: 25px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 25px;
	color: #333;
	background-color: #f3f2f8;
	text-decoration: none;
	text-align: center;
}

#footer .inner {
	width: 950px;
	margin: 0 auto;
}
#footer .inner img {
	max-width: 100%;
}


#footer .supportBlock {
	background-color: #f3f2f8;
	padding: 0 0 20px;
	font-size: 12px;
}

#footer .supportBlock a.block,
#footer .supportBlock a.block:visited {
	text-decoration: none;
	color: #333;
	display: block;
}
#footer .supportBlock .inner {
	display: flex;
	justify-content: space-between;
}
#footer .supportBlock .support {
	flex-basis: 704px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .supportBlock .support .column {
	flex-basis: 210px;
}
#footer .supportBlock .support .column > p:not([class]),
#footer .supportBlock .support .column a > p:not([class]) {
	margin: 5px 0;
}
#footer .supportBlock .support > p{
	flex-basis: 100%;
}
#footer .supportBlock p.tit {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 10px;
	border-bottom: 1px solid #7d7d7d;
}
#footer .supportBlock p.stit {
	font-weight: bold;
}
#footer .supportBlock p.stit a {
	color: #333;
}
#footer .supportBlock .support .column > p + p.stit,
#footer .supportBlock .support .column > a + a > p.stit,
#footer .supportBlock .support .column > ul + a > p.stit,
#footer .supportBlock .support .column > ul + p.stit {
	margin-top: 30px;
}
#footer .supportBlock ul:not([class]) li {
	background: #fff;
	margin: 5px 0;
}
#footer .supportBlock ul:not([class]) li > a,
#footer .supportBlock ul:not([class]) li > span {
	display: block;
	padding: 8px 5px 8px 23px;
	background: url(/img/common_footer/ic_footer_arrow01.png) 9px center no-repeat;
	font-weight: bold;
	color: #333;
}

#footer .supportBlock ul.sub li a {
	display: block;
	margin: 5px 0;
}



#footer .orderBlock {
	background-color: #94a6cc;
	padding: 12px 0;
}
#footer .orderBlock .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .orderBlock .inner > div,
#footer .orderBlock .inner > ul {
	padding: 11px 0;
}
#footer .orderBlock .inner ul {
	flex-basis: 610px;
	display: flex;
	justify-content: space-between;
}
#footer .orderBlock .inner ul li {
	flex-basis: 196px;
	display: flex;
	align-items: center;
	background: #fff;
}
#footer .orderBlock .inner ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 8px 8px 30px;
	box-sizing: border-box;
	flex-basis: 100%;
	color: #063291;
	background: url(/img/common_footer/ic_footer_arrow02.png) 18px center no-repeat;
	line-height: 1.2;
}
#footer .orderBlock .inner ul li a span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#footer .orderBlock .inner div {
	border-left: 2px solid #fff;
	flex-basis: 303px;
	padding-left: 18px;
}
#footer .orderBlock .inner div p {
	display: flex;
	align-items: center;
	background: #687db2;	
	align-items: center;
}
#footer .orderBlock .inner div p a {
	display: block;
	font-size: 18px;
	line-height: 55px;
	height: 55px;
	font-weight: bold;
	padding: 0 0 0 30px;
	background: url(/img/common_footer/ic_footer_arrow03.png) 18px center no-repeat;
	color: #fff;
	box-sizing: border-box;
	flex-basis: 100%;
}

#footer .companyBlock {
	padding: 30px 0;
}
#footer .companyBlock .inner {
	display: flex;
	justify-content: space-between;
}
#footer .companyBlock .inner .copy {
	flex-basis: 300px;
	font-size: 12px;
	line-height: 1.5;
}
#footer .companyBlock .inner .qr {
	flex-basis: 280px;
	font-size: 12px;
}
#footer .companyBlock .inner .qr img {
	float: left;
	padding: 0 20px 0 0;
}
#footer .companyBlock .inner .qr strong {
	display: block;
}
#footer .companyBlock .inner .sns {
	flex-basis: 135px;
	display: flex;
	justify-content: space-between;
}
#footer .companyBlock .inner .secure {
	flex-basis: 115px;
}




/* ヘッダフッタ */

/* 共通 */

div#conts {
width: 100%;
}

div#main {
width: 950px;
margin:auto;
text-align:left;
background: #FFF;
position: relative;
z-index: 1;
}


/*
common
*/
.rollover {}


/*
framework
*/
#container {
color: #333;
font-size: 12px;
line-height: 1.4;
text-align: center;
min-width: 990px;
overflow: hidden;
}

#content {
margin: 0 auto;
clear: both;
text-align: left;
width: 950px;
background-color:#FFF;
}

#header {
	position: relative;
	z-index: 500;
}

#content {
	position: relative;
	z-index: 5;
}



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

/*基本*/

a:link {
	color:#000000;
	text-decoration: none;
/*------ text-decoration: underline; ------*/
}

a:visited {
	color:#800080;
	text-decoration: none;
}

a:hover {
	color:#3366CC;
	text-decoration: underline;
}

a:active {
	color:#FF0000;
	text-decoration: none;
}

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

.text_f18 {
	font-size: 18px;
	line-height: 180%;
}

.text_f14 {
	font-size: 14px;
	line-height: 160%;
}

.text_f12 {
	font-size: 12px;
	line-height: 140%;
}

.text_f10 {
	font-size: 10px;
	line-height: 130%;
}

.text_f10g {
	font-size: 10px;
	color:#666666;
	line-height: 130%;
}

.text_f8 {
	font-size: 8px;
	line-height: 130%;
}

/*ロールオーバー*/
#main a:hover img.over,
#footer a:hover img.over {
filter: alpha(opacity=65);
-moz-opacity:0.65;
opacity:0.65;
}


/*お気に入り一覧*/
#main .favorite_title {
border-bottom:solid 1px #000000;
margin-bottom:24px;
}

#main .favorite_cartin {
font-weight:bold;
padding:15px 0;
text-align:center;
background-color:#E7E7E7;
margin-bottom:24px;
}

#main .favorite_cartin p img {
vertical-align:middle;
}


#main .favorite_list {
margin:auto;
width:720px;
}

#main .favorite_list .title {
border-bottom:solid 1px #000000;
}

#main .favorite_list .favorite_aten {
text-align:right;
padding-top:5px;
}

#main .favorite_list .line1 {
text-align:left;
width:185px;
}

#main .favorite_list .line2 {
width:265px;
}

#main .favorite_list .line3 {
padding:0 19px;
border-left:dashed 1px #B2B2B2;
border-right:dashed 1px #B2B2B2;
width:100px;
}

#main .favorite_list .line4 {
text-align:right;
width:130px;
}

#main .favorite_list .box {
padding:20px 0;
border-bottom:dashed 1px #B2B2B2;
}

#main .favorite_title2 {
border-bottom:solid 1px #000000;
margin-bottom:12px;
}

#main .favorite_check {
background-color:#E7E7E7;
padding:10px;
}

#main .favorite_check .spec {
margin:auto;
width:155px;
}

#main .favorite_check .spec p {
font-size:10px;
}

#main .favorite_check .box {
padding:10px 0;
border-bottom:dashed 1px #B2B2B2;
}







/*テキストフィールドの枠(ヘッダ)*/
.header_cell {
	border: 1px solid #003399;
}

/*テキストフィールドの枠(会員登録)*/
.member_cell {
	border: 1px solid #B4C3E2;
}

/*テキストエリアの枠*/
.waku {
	border: 1px solid #CCCCCC;
}

/*ユーザーネーム　ログイン前*/
.user_name {
	padding-left:1px;padding-top:8px;line-height:120%; font-size:10px;
}

/*ユーザーネーム　ログイン後*/
.user_namel {
	padding-left:1px;padding-top:2px;line-height:120%; font-size:10px;
}

/*ユーザーネーム　ログイン後*/
.user_mypage {
	padding-left:1px;padding-top:5px;line-height:120%; font-size:12px;
}

/*What's New*/
.whats_new {
	padding-left:5px;padding-top:4px;line-height:120%; font-size:12px;
}

/*Item Index　ラッピング用品　アイテム一覧*/
.item_index {
	padding-left:5px; line-height:160%; text-align:left; font-size:12px;
}

/*--------------画像罫線--------------*/
img.waku {
border: solid 1px #CCCCCC;
}

/*--------------テーブル罫線--------------*/

/*会員登録の枠(仮登録)*/
.cell_member {
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*会員登録の枠(本登録)*/
.cell_member1 {
	background-color: #FFFFFF;
	border-top:1px solid #B4C3E2;
	border-left:1px solid #B4C3E2;
	border-bottom:1px solid #B4C3E2;
	border-right:1px solid #B4C3E2;
}

/*マイページの枠*/
.cell_mypage {
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*マイページの枠(会員登録情報変更)*/
.cell_mypage1 {
	background-color: #FFFFFF;
	border-top:1px solid #B4C3E2;
	border-left:1px solid #B4C3E2;
	border-bottom:1px solid #B4C3E2;
	border-right:1px solid #B4C3E2;
}

/*マイページの枠(ご注文状況)*/
.cell_mypage2 {
	background-color: #FFFFFF;
	border-top:3px solid #CCCCCC;
	border-left:3px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	border-right:3px solid #CCCCCC; font-size:12px;
}

/*ショッピングの枠*/
.cell_shopping {
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*カタログ請求の枠*/
.cell_catalog {
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*クイックオーダーのナビ枠(ベストヒット)*/
.cell_quick {
	background-color: #FFFFFF;
	border-top:1px solid #CC9900;
	border-left:1px solid #CC9900;
	border-bottom:1px solid #CC9900;
	border-right:1px solid #CC9900;
}

/*ショッピングの枠(上の罫線なし)*/
.cell_shopping2 {
	background-color: #FFFFFF;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*よくあるご質問の枠*/
.cell_situmon {
	background-color: #FFFFFF;
	border-top:1px solid #B3B3B3;
	border-left:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
}

/*商品一覧ページの左ナビの枠(全てに罫線)*/
table.table_navi {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	font-size:12px;
}

table.table_navi td {
	border: solid 1px #CCCCCC;
}

/*横罫線のみのパターン*/
table.table_line {
	background-color: #FFFFFF;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-collapse: collapse;
	font-size:12px;
}

table.table_line td {
	border-bottom: solid 1px #999999;
}

table.table_line td.line_none {
	border-bottom: none;
}

/*横罫線のみのパターン(よくあるご質問)*/
table.table_line_qa {
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-collapse: collapse;
	font-size:12px;
}

table.table_line_qa td {
	border-bottom: solid 1px #CCCCCC;
	padding:5px 0;
}

table.table_line_qa td img{
	margin-top:2px;
}

table.table_line_qa td.line_none {
	border-bottom: none;
}

/*横罫線のみのパターン(よくあるご質問：中面)*/
table.table_line_qa2 {
	background-color: #FFFFFF;
	border-top: solid 1px #CC9900;
	border-bottom: solid 1px #CC9900;
	border-collapse: collapse;
	font-size:12px;
}

table.table_line_qa2 td {
	border-bottom: solid 1px #FFFFFF;
}

table.table_line_qa2 td.line_none {
	border-bottom: none;
}

/*オール罫線のパターン*/
table.allline {
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-collapse: collapse;
}

.allline td {
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	padding: 3px;
}

.allline th {
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	padding: 3px;
	color: #333333;
	background-color: #F0F0F0;
	text-align: center;
	font-weight:normal;
}

/*お問い合わせの枠*/
.cell_contactus {
	background-color: #FFFFFF;
	border-top:1px solid #B4C3E2;
	border-left:1px solid #B4C3E2;
	border-bottom:1px solid #B4C3E2;
	border-right:1px solid #B4C3E2;
}

/*カスタムオーダー用のCSS*/
.text14_red {color: #FF0000;
	font-size: 14px;
}
.custom_line {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*左ナビ共通枠*/
.cell_common {
	background-color: #FFFFFF;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*右ナビ共通枠*/
.cell_right {
	background-color: #FFFFFF;
	border-left:1px solid #93a9ca;
	border-bottom:1px solid #93a9ca;
	border-right:1px solid #93a9ca;
}



/*20090827:追加*/
object,  
embed {  
	vertical-align: bottom;  
}


/* テーブルのパディング*/
table.pd td {
padding:5px;
}

/* 各カテゴリのカテゴリ名 */
#main .categoryName {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #b3b3b3;
}
#main .categoryName span {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	padding: 0 0 4px;
	border-bottom: 3px solid #333;
	position: relative;
	bottom: -1px;
}
#main .categoryName span small {
	font-size: 12px;
}


/* ご注文 */
table.order_table {
	border-collapse:collapse;
}

table.order_table th,
table.order_table td {
	padding:5px;
	border:1px solid #CCC;
}

table.order_table th {
	border-bottom:none;
	background-color:#E8E8E8;
	text-align:center;
	font-weight:normal;
}

table.order_table td {
	border-top:none;
}

table.order_table table {
	border:none;
}

table.order_table table td {
	border:none;
	padding:1px;
}



/* 商品小カテゴリー左ナビ for /shopping/category_list.base */
table.category_s_navi {
	border-top: solid 1px #CCCCCC;
}

table.category_s_navi td {
	padding:3px 0;
	border-bottom: solid 1px #CCCCCC;
}

table.category_s_navi td a.category {
	padding:2px 5px 2px 20px;
	display:block;
	background: #F0F0F0;
}

table.category_s_navi td p {
	font-weight:bold;
	color:#333;
	margin:0 0 0 10px;
}

table.category_s_navi td p a {
	/*color:#333;*/
}

table.category_s_navi td strong {
	display:block;
	padding:2px 5px 2px 20px;
	background-color:#135EA1;
	color:#FFF;
}


/* 検索表示順テーブル for /shopping/category_list.base */
div.category_list_viewnum {
margin:0 0 10px;
padding:0 0 10px;
border-bottom:1px dotted #BBB;
}

div.category_list_viewnum table {
width:730px;
margin:0 auto 10px;
line-height:1.6;
font-size:12px;
}

div.category_list_viewnum table th {
width:88px;
}

div.category_list_viewnum table td {
padding:2px 0 2px 0;
}

div.category_list_viewnum table td.display img {
	margin-right:7px;
}

/*div.category_list_viewnum table td.reload {
border-left:1px solid #BBB;
padding:0 0 0 10px;
width:100px;
}

div.category_list_viewnum table td.reload a img {
	margin:0 0 5px;
}
*/


/* 検索後4列テーブル for /shopping/category_list.base */
table.item_4column_list {	
}

table.item_4column_list td {
	vertical-align:top;
	width:166px;
}

table.item_4column_list td.space {
	width:22px;
}

table.item_4column_list td.price {
	padding:0 0 5px;
}

table.item_4column_list td.price div{
	font-size:10px;
}

table.item_4column_list td.icons{
	border-top:1px solid #BBB;
/*	border-bottom:1px solid #BBB;*/
	padding:5px 0;
}

table.item_4column_list td.icons img {
	margin:1px 0;
}

table.item_4column_list td.favorite {
	padding:5px 0 5px;
	font-size:11px;
	text-align:center;
}

table.item_4column_list td.favorite img {
	margin:0 3px 0 0;
	vertical-align:middle;
}


/* 詳細検索テーブル for /shopping/search/index.base */
div.detail_search {
	background-color:#E7E7E7;
	padding:10px 0;
	margin:10px 0;
}

div.detail_search table {
	margin:0 auto;
}

div.detail_search table table {
	margin:0;
	width:auto;
}

div.detail_search table .first_child td,
div.detail_search table .first_child th {
	padding:3px;
}

div.detail_search table .first_child th {
	font-weight:normal;
	text-align:right;
}

div.detail_search table .last_child {
	width:180px;
	border-left:1px solid #BBB;
	text-align:center;
}



/*
大型運賃表組
*/
table.ogataTable {
width: 50%;
margin: 10px 0;
table-layout: fixed;
border-collapse: collapse;
}
table.ogataTable th,
table.ogataTable td {
padding: 5px;
text-align: center;
border: 1px solid #999;
font-weight: normal;
}
table.ogataTable thead th {
background: #e8e8e8;
}





/* カテゴリー一覧 for /shopping/category_all_list_base.base */
table.category_all_list td {
	padding:0 0 0 5px;
}

table.category_all_list td.item_index {
	padding:0 ;
}

table.category_all_list td.item_index strong {
	padding:0 0 2px 5px;
	display:block;
	border-bottom:1px solid #CCC;
}

table.category_all_list img.new {
	margin:5px 2px;
	vertical-align:middle;
}


/* 右ナビメニュー イチオシ商品 */
div.right_recommend {
	border: 3px solid #FE0101;
	margin: 0 0 10px;
}

div.right_recommend a img {
	margin:1px 1px 3px;
}

div.right_recommend div {
	width: 150px;
	margin: 0 auto;
}

div.right_recommend div p {
	margin: 0;
	padding: 0;
}

div.right_recommend div strong {
	margin: 3px 0 0;
	padding: 3px 0;
	border-top: 1px solid #CCC;
	color: #FE0101;
	font-weight: bold;
	display: block;
	text-align: center;
}
div.right_recommend div span.strike {
	text-decoration: line-through;
	color: #000;
	font-weight: normal;
}



/* floating banner */
.sidebanner {
	left: 0;
	top: 0;
	position: absolute;
	width: 1128px;
	z-index: 1;
}
.sidebanner .left {
	position: absolute;
	top: 0;
	left: 0;
}
.sidebanner .right {
	position: absolute;
	top: 0;
	right: 0;
}
.sidebanner.floating {
    position: fixed;
    top: 0;
}
.sidebanner img {
    width: 80px !important;
}
.sidebanner.pinned-bottom {
    position: absolute;
    bottom: 0;
    _position: static;
 
}


/*
	税率変更用表記
*/
div.taxchange {
	margin: 5px 0;
	text-align: left;
	font-size: 14px !important;
	font-weight: bold;
	color: #F00;
}

div.taxchange.custom {
	width: 680px;
	margin: 5px auto;
}

div.taxchange.right {
	margin: 5px 0;
	text-align: right;
}

div.taxchange p {
	padding-left: 1em;
	text-indent: -1em;
}


#float_banner {
margin: 5px auto;
width: 950px;
height: 90px;
overflow: hidden;
position: relative;
clear : both;
}
#float_banner li{
display: none;
position: absolute;
top: 0;
left: 0;
}



/*
特集特別フッタ
*/
#container > #contentFoot .pagetop {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 49px;
}
#container > #contentFoot .pagetop p {
	position: absolute;
	right: -75px;
	top: 0px;
}

#container > #contentFoot .navigation,
#container > #contentFoot .copyright {
	text-align:center;
}
#container > #contentFoot .navigation {
	background: #e6e6e6;
	padding: 10px 0 1px;
}
#container > #contentFoot .navigation p,
#container > #contentFoot .navigation ul {
	margin: 10px 0;
}
#container > #contentFoot .navigation ul li{
	display: inline-block;
	font-size: 14px;
}
#container > #contentFoot .navigation ul li::after {
	content: "｜";
}
#container > #contentFoot .navigation ul li:last-child::after {
	display: none;
}



#container > #contentFoot .copyright{
	padding: 10px 0 30px;
}
#container > #contentFoot .copyright p {
	font-size: 12px;
	margin: 5px 0;
}
#container > #contentFoot .copyright p:first-child {
	font-size: 14px;
}

#recommendDetail {
	word-break : break-all;
	overflow-wrap:break-word
}




p.end {
	border: 5px solid #f00;
	box-sizing: border-box;
	color: #f00;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin: 20px auto;
	padding: 20px 0;
	text-align: center;
	width: 950px;
}



@media print{
	.chatbot { display: none; }
}