/* リセット */
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%;
margin: 0 auto;
text-align: left;
position: relative;
}
#header .inner {
width: 950px;
margin: 0 auto;
position: relative;
}

#header .inner.flex {
display: flex;
justify-content: space-between;
}
#header button {
border: none;
padding: 0;
margin: 0;
background: transparent;
cursor: pointer;
}





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

#header .subwin{
	position: absolute;
	top: calc( 100% - 2px );
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 1px 6px rgba(0,0,0,0.4);
	border-radius: 4px;
	z-index: 3;
	display: none;
}
#header div.subwin::before {
	position: absolute;
	content: "";
	left: calc( 50% - 5px );
	top: -11px;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 6px solid transparent;
	border-left: 4px solid #fff;
	transform: rotate(270deg);
	z-index: 2;
}

/*
header :: headerArea
*/
#header .headerArea {
	background: #f6f6f6;
	height: 24px;
	margin-bottom: 6px;
}

#header .headerArea h1,
#header .headerArea p.h1 {
	color: #666;
	font-weight: normal;
	font-size: 11px;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
#header .headerArea ul {
	position: absolute;
	right: 0;
	top: 0;
}
#header .headerArea ul li {
	margin-left: 6px;
	display: inline-block;
}
#header .headerArea ul li a  {
	font-size: 12px;
	line-height: 12px;
	display: block;
	padding: 6px 0;
}
#header .headerArea ul li a[href*=pdf]  {
	padding-right: 18px;
	background: url("/img/common_header/ic_pdf.png") right center no-repeat;
}
#header .headerArea ul li a span {
	display: inline-block;
	border-left: 1px solid #bfbfbf;
	padding-left: 10px;
}


/*
header :: logoArea
*/
#header .logoArea {
	flex-basis: 590px;
	position: relative;
}

#header .logoArea > p.lg {
	flex-basis: 590px;
	margin: 0 0 5px;
}
#header .logoArea > ul.buttons {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
}
#header .logoArea > ul.buttons li {
	border-left: 1px solid #bfbfbf;
	position: relative;
}
#header .logoArea > ul.buttons a {
	display: block;
	height: 100%;
}
#header .logoArea > ul.buttons a:hover {
	background: #e6eaf4;
}
#header .logoArea > ul.headTxt {
	margin: 5px 0;
	height: 17px;
}
#header .logoArea > ul.headTxt li {
	display: inline-block;
	margin-left: 10px;
}
#header .logoArea > ul.headTxt li:first-child {
	margin-left: 0px;
}
#header .logoArea > ul.headTxt li a {
	position: relative;
	padding: 0 0 0 12px;
}
#header .logoArea > ul.headTxt li a img {
	width: 64px;
	height: 56px;
}
#header .logoArea > ul.headTxt li a::before{
	content: "";
	position: absolute;
	left: 4px;
	top: calc( 50% - 4px );
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #f00;
}

#header .logoArea > ul.buttons li div.subwin {
	display: none;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
}



/*
header :: searchArea
*/

#header #searchArea {
	width: 590px;
	height: 48px;
	position: relative;
}
#header #searchArea .searchBox {
	width: 496px;
	height: 48px;
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid #073190;
	border-radius: 5px;
	background: #f6f6f6;
}
#header #searchArea .searchBox input[type='text']{
	font-size: 16px;
	line-height: 31px;
	width: 446px;
	height: 31px;
	color: #333;
	border: none;
	background: transparent;
	outline: none;
}
#header #searchArea .searchBox input[type='text'].def{
	color: #999;
}
#header #searchArea .searchBox input#adv_search{
	position: absolute;
	right: 10px;
	top: 9px;
}
#header #searchArea input#bas_search{
	position: absolute;
	right: 95px;
	top: 0px;
}
#header #searchArea .searchBox input#adv_search:hover,
#header #searchArea input#bas_search:hover{
	opacity: 0.6;
}

/*
header :: memberArea
*/
#header .memberArea {
	flex-basis: 359px;
	border-left: 1px solid #bfbfbf;
	display: flex;
	flex-wrap: wrap;
}
#header .memberArea > div {
	box-sizing: border-box;
	flex-basis: 174px;
	max-width: 174px;
	margin-left: 5px;
	position: relative;
}
#header .memberArea > div.personal,
#header .memberArea > div.cart {
	margin-bottom: 5px;
}

#header .memberArea div.subwin{
	padding: 15px;
	width: 174px;
	top: calc( 100% - 4px );
}

#header .memberArea .open .subwin{
	display: block;
}

#header .memberArea div.subwin p:first-child{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#header .memberArea div.subwin ul li a {
	font-size: 13px;
	line-height: 20px;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#header .memberArea div.subwin ul li a::before {
	content: "〉";
	width: 1em;
	display: inline-block;
	text-indent: 0;
}
#header .memberArea div.subwin ul + ul {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}
#header .memberArea div.subwin p.logout a {
	margin: 10px 0 0;
	display: block;
	background: #032d87;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 4px;
}
#header .memberArea div.subwin p.logout a span {
	display: inline-block;
	padding: 0 20px;
	font-size: 11px;
	line-height: 13px;
	background: url("/img/common_header/ic_logout.png") left center no-repeat;
}


#header .memberArea > div.personal p.coupon {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	min-height: 24px;
	margin-bottom: 7px;
}
#header .memberArea > div.personal p.coupon a {
	display: block;
	padding: 6px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 4px;
	color: #fff;
	background: #f27f88;
	position: relative;
	text-align: center;
}
#header .memberArea > div.personal p.coupon a::before{
	position: absolute;
	content: "";
	left: 12px;
	top: 24px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #f27f88;
	transform: rotate(90deg);
}
#header .memberArea > div.personal p.coupon a span {
	display: inline-block;
	padding: 0 0 0 10px;
	position: relative;
}
#header .memberArea > div.personal p.coupon a span::before{
	position: absolute;
	content: "";
	left: 0px;
	top: calc( 50% - 4px );
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
#header .memberArea > div.personal > span.mypage {
	display: block;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 0 4px 23px;
	background: url("/img/common_header/ic_mypage.png") left top no-repeat;
	margin-bottom: 5px;
}
#header .memberArea > div.personal > span.mypage a {
	color: #333;
}

#header .memberArea > div.personal > div.mypage  {
	font-size: 14px;
	line-height: 14px;
	position: relative;
	cursor: pointer;
}
#header .memberArea > div.personal > div.mypage::before,
#header .memberArea > div.personal > div.mypage::after {
	content: "";
	display: block;
	position: absolute;
}
#header .memberArea > div.personal > div.mypage::before {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	z-index: 1;
	background: #e6eaf4;
	right: 0;
	top: 0;
}
#header .memberArea > div.personal > div.mypage::after{
	z-index: 2;
	right: 6px;
	top: calc( 50% - 4px );
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border-top: 2px solid #032d87;
	border-right: 2px solid #032d87;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#header .memberArea > div.personal > div.mypage > a,
#header .memberArea > div.personal > div.mypage > a:visited,
#header .memberArea > div.personal > div.mypage > a:hover{
	display: block;
	color: #000;
}

#header .memberArea > div.personal > div.mypage > a > span.name {
	font-size: 18px;
	line-height: 18px;
	width: 130px;
	white-space : nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: text-top;
}




#header .memberArea > div.personal ul.logoff{
	display: flex;
}
#header .memberArea > div.personal ul.logoff li+li{
	margin-left: 8px;
}
#header .memberArea > div.personal ul.logoff li a:hover,
#header .memberArea > div.personal ul.logoff li button:hover{
	opacity: 0.6;
}




#header .memberArea > div.cart {
	border-radius: 4px;
	padding: 5px 15px;
	background: #e60012 url("/img/common_header/ic_cart.png") 22px 16px no-repeat;
	color: #fff;
}
#header .memberArea > div.cart a {
	display: block;
	color: #fff;
	font-size: 11px;
}
#header .memberArea > div.cart a p.cartIn{
	padding: 0 0 0 100px;
	width: 4em;
	text-align: center;
	line-height: 20px;
}
#header .memberArea > div.cart a p.cartIn strong{
	font-size: 20px;
	font-weight: bold;
}
#header .memberArea > div.cart a p.total {
	text-align: right;
	line-height: 15px;
}
#header .memberArea > div.cart a p.total strong {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-right: 0.5em;
}


#header .memberArea > div.help > div,
#header .memberArea > div.catalog > div{
	font-size: 14px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	padding: 15px 10px;
	color: #032d87;
	background: #e6eaf4;
	border-radius: 4px;
	cursor: pointer;
}
#header .memberArea > div.help > div > div.subwin,
#header .memberArea > div.catalog > div > div.subwin {
	text-align: left;
	font-weight: normal;
	left: 0;
}
#header .memberArea > div.help > div > span,
#header .memberArea > div.catalog > div > span{
	display: block;
	position: relative;
	padding: 0 10px 0 0;
}
#header .memberArea > div.help > div > span::after,
#header .memberArea > div.catalog > div > span::after{
	display: block;
	position: absolute;
	content: "";
	right: 0px;
	top: calc( 50% - 4px );
	width: 4px;
	height: 4px;
	border-top: 2px solid #032d87;
	border-right: 2px solid #032d87;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}




#logonForm.modalBlock { width: 780px; }
#logonForm .logon { background:#fff; padding: 10px; display: flex; box-sizing: border-box; width: 100%; justify-content: space-between}
#logonForm .logon > div { border: 1px solid #ccc; margin: 0 2px; padding-bottom: 90px; position: relative; }
#logonForm .logon > div p { text-align: center;}
#logonForm .logon > div p.button { position: absolute; left: 0; width: 100%; text-align: center; bottom: 10px; }

#logonForm .logon > div.login p.catch { margin: 15px 0;}
#logonForm .logon > div.login dl {  width: 300px; margin: 5px auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
#logonForm .logon > div.login dl dt {  flex-basis: 80px; padding: 5px; }
#logonForm .logon > div.login dl dd { padding: 5px 0; }
#logonForm .logon > div.login dl dd input { width: 200px; }
#logonForm .logon > div.login p.remind { text-align: right; width: 300px; margin: 5px auto; }

#logonForm .logon > div.login button { border: none; background: transparent; padding: 0; cursor: pointer;}

#logonForm .logon > div.login span.error {display: block; text-align: center; color: #f00; font-weight: bold; margin: 5px 0;}

#logonForm .logon > div.entry p.catch { margin: 30px 0 0;}








/*
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 {
	background: #f6f6f6;
	border-bottom: 1px solid #073190;
	margin: 5px auto 15px;
	position:relative;
	clear:both;
	z-index:400;
}

#tab ul.menu {
	width: 950px;
	height:42px;
	margin:0 auto;
	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:42px;
	background-repeat:no-repeat;
	background-image:url(/img/common_header/btn_gnavi.png);
	overflow:hidden;
}

#tab ul.menu li.tab001 a {	width: 77px;	background-position:0px 0px;}
#tab ul.menu li.tab010 a {	width: 77px;	background-position:-77px 0px;}
#tab ul.menu li.tab011 a {	width: 83px;	background-position:-154px 0px;}
#tab ul.menu li.tab002 a {	width:121px;	background-position:-237px 0px;}
#tab ul.menu li.tab012 a {	width: 80px;	background-position:-358px 0px;}
#tab ul.menu li.tab004 a {	width: 81px;	background-position:-438px 0px;}
#tab ul.menu li.tab006 a {	width: 90px;	background-position:-519px 0px;}
#tab ul.menu li.tab005 a {	width: 81px;	background-position:-609px 0px;}
#tab ul.menu li.tab007 a {	width: 81px;	background-position:-690px 0px;}
#tab ul.menu li.tab017 a {	width: 96px;	background-position:-771px 0px;}
#tab ul.menu li.tab008 a {	width: 83px;	background-position:-867px 0px;}

#tab ul.menu li.tab001 a:hover {	background-position:0px -42px;}
#tab ul.menu li.tab010 a:hover {	background-position:-77px -42px;}
#tab ul.menu li.tab011 a:hover {	background-position:-154px -42px;}
#tab ul.menu li.tab002 a:hover {	background-position:-237px -42px;}
#tab ul.menu li.tab012 a:hover {	background-position:-358px -42px;}
#tab ul.menu li.tab004 a:hover {	background-position:-438px -42px;}
#tab ul.menu li.tab006 a:hover {	background-position:-519px -42px;}
#tab ul.menu li.tab005 a:hover {	background-position:-609px -42px;}
#tab ul.menu li.tab007 a:hover {	background-position:-690px -42px;}
#tab ul.menu li.tab017 a:hover {	background-position:-771px -42px;}
#tab ul.menu li.tab008 a:hover {	background-position:-867px -42px;}


#tab ul.menu li a#current,
#tab ul.menu li a#navigation_on,
#tab ul.menu li a:hover {
}

#tab > div {
	position:absolute;
	top:42px; /* 画像の高さ */
	left:50%;
	border:3px solid #073190; /*通常カラー　*/
	/*border:3px solid #e80000;  クリスマスカラー　*/
	/*border:3px solid #FF0000; お正月カラー　*/
	background-color:#fff;
	display:none;
	width:944px;
	margin:0 auto;
	z-index:500;
	transform: translateX(-475px);
}


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

#tab div ul li {
	text-align: left;
	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; }
}