@charset "utf-8";

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/css/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/css/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/css/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px 2em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

h1{
	font-size: inherit;
	margin: inherit;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}


blockquote, q {
	quotes: none;
}

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

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

em, address{
	font-style: normal;
}

a img{
	text-decoration: none;
}


.offscreen{
	position: absolute;
	top: -9999px;
}


/* general style
----------------------------------------- */

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.natural,
#popupImage img,
#popupAdditionalImage img{
	max-width: none;
}

select,input{
	font-size: 16px;
}

input[type="radio"],
input[type="checkbox"]{
	margin-right: 8px;
	vertical-align: middle;
}

textarea {
	width: 100%;
	height: 8em;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border: 3px solid #DDDDDD;
	-webkit-appearance: none;
}
input#postcode{
	width: 7em;
	margin-right: 10px;
}

select{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
	border: 3px solid #DDDDDD;
}

table input[type="text"],
table input[type="password"],
table input[type="email"],
table input[type="tel"],
table input[type="search"],
table textarea{
	width: 100%;
}
tr.name td label,
tr.kana td label{
	width: 4em;
	display: inline-block;
}



dd{
	margin-left: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

@media print, screen and (min-width: 768px) {
	.sp-only {display: none !important;}
}
@media screen and (max-width: 767px) {
	.pc-only {display: none !important;}
}

/* body and base setting
----------------------------------------- */
html,
button,
input,
select,
textarea {
	color: #444;
}

body {
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* link style
----------------------------------------- */
a{
	color: #0078ff;
}

a:hover{
	color: #015e99;
}


::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}


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

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

img.left{
	float: left;
	clear: both;
	margin-right: 15px;
}
img.center{
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}

img.right{
	float: right;
	clear: both;
	margin-left: 15px;
}

.small{
	font-size: 80%;
}
.x-small{
	font-size: 70%;
}

.nowrap{
	white-space: nowrap;
}

.notice{
	color: #d00;
}

.material-icons{
	vertical-align: middle;
}

.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width:1px; /* for firefox */
	margin: 20px;
	list-style: none;
}
.columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
}
.columns:last-child {
	margin-bottom: 0;
}
.columns:not(:last-child) {
	margin-bottom: 20px;
}
.columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
}

.columns.is-gapless:not(:last-child) {
	margin-bottom: 20px;
}

.columns.is-gapless > .column {
	margin: 0;
	padding: 0;
}

.columns.is-half > .column {
	width: 47%;
	margin: 0 1.5%;
	flex: none;
	box-sizing: border-box;
}

.columns.is-grid {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.columns.is-vcentered {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}


/* layout parts
----------------------------------------- */

#container{
	overflow: hidden;
}
.content-inner{
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

#header{
	background: #015E99;
	z-index: 9998;
}
#header.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

#header a{
	text-decoration: none;
}
.header-inner{
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.site-id{
	box-sizing: border-box;
	background: url(/images/logo_bg.png);
	border: solid 10px #015E99;
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	flex: 1;
}
.tagline{
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0;
}
.header-search{
	background: #228AFF;
	text-align: center;
	width: 31%;
}
.header-search-ttl{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 10px 0;
	height: 32px;
	box-sizing: border-box;
	letter-spacing: 2px;
}
.header-search-ttl br{
	display: none;
}
.header-search-list{
	margin: 10px 5px;
	padding: 0;
	list-style: none;
	display: flex;
	-webkit-align-content: space-around;
	align-content:         space-around;
}
.header-search-list li{
	margin: 0 5px;
	background: #FFF8C6;
	border-radius: 6px;
	flex: 1;
	transition: -webkit-transform .2s;
	transition: transform .2s;
}
.header-search-list li a,
.header-search-list li span{
	display: block;
	box-sizing: border-box;
	padding: 15px 5px 10px;
	max-width: 120px;
	height: 100%;
	min-height: 96px;
	color: #0053BC;
	font-size: 13px;
	text-decoration: none;
	line-height: 1;
}
.fixed .header-search-list li a,
.fixed .header-search-list li span{
	padding: 10px 5px 10px;
	min-height: 80px;
}
.header-search-list li i{
	font-size: 42px;
	height: 42px;
	display: block;
	margin-bottom: 14px;
}
.header-search-list li.category i{
	font-size: inherit;
}

.header-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-end;
}
.header-menu li{
	font-size: 14px;
	text-align: center;
	flex:1;
	color: #fff;
	position: relative;
	height: 100%;
	align-items: flex-end;
	display: flex;
}
.header-menu li a,
.header-menu li > span{
	color: #fff;
	padding: 10px;
	display: block;
	width: 100%;
}
.header-menu li i{
	font-size: 42px;
	display: block;
	margin-bottom: 5px;
}
.header-menu .cart .item-counter{
	position: absolute;
	top: 10px;
	left: 50%;
	padding: 3px 5px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #FF6699;
	border-radius: 20px;
	width: 4em;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-menu .cart .item-counter:after{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 6px solid #FF6699;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -6px;
	left: 50%;
	margin-left: -4px;
}
.header-menu .menu{
	cursor: pointer;
}

#header .utility{
	position: absolute;
	top: 0;
	right: 0;
	color: #0053BC;
}
#header.fixed .utility{
	display: none;
}
#header.search-mode .site-id,
#header.search-mode .header-search .map,
#header.search-mode .header-search .category,
#header.search-mode .header-search .search{
	display: none;
}
#header.search-mode .header-search{
	width: auto;
	flex: 1;
}
#header.search-mode .header-search-list li a{
	max-width: 100%;
}
#header.search-mode .search-button i{
	margin-bottom: 0;
}

.header-inner .utility{
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
	font-size: 14px;
	max-width: 23%;
}
.header-inner .languages{
	margin: 0 20px 0 0;
	padding: 0 0 0 26px;
	list-style: none;
	position: relative;
}
.header-inner .languages:before{
	content: '\E894'; /*language*/
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
	line-height: 1;
	position: absolute;
	left: 0;
}
.header-inner .languages li{
	background: #F3F3F3;
}
.header-inner .languages li:first-child{
	border: none;
}
.header-inner .languages li a{
	font-weight: normal;
	display: none;
	padding: 5px;
}
.header-inner .languages:hover li a{
	display: block;
}
.header-inner .languages li span{
	padding: 0 5px;
	display: inline-block;
}
.header-inner .languages  li:first-child span:after{
	content: '\E313'; /*keyboard_arrow_down*/
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 30px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
	line-height: 1;
}

.header-inner .guide-link{
	margin: 0;
	float: left;
	background-color: #F3F3F3;
}
.header-inner .guide-link a:before{
	content: '\E887'; /*help*/
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
	line-height: 1;
	margin-left: -20px;
}
.header-inner .guide-link a{
	color: #015E99;
}

#nav-menu{
	background: #015E99;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 9999;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.is-open #nav-menu{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#nav-menu-inner{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
#nav-menu .close i{
	color: #ccc;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	background: #015E99;
	border: 1px solid #ccc;
	text-align: center;
    line-height: 1.1;
	cursor: pointer;
}
.is-open #nav-menu .close i{
	position: fixed; /* ie11fix */
}
#nav-menu .user-menu{
	margin: 30px 45px;
}
#nav-menu .greeting{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#nav-menu .user-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav-menu .user-menu .button{
	display: block;
	margin: 15px 0;
	font-size: 15px;
	line-height: 1.4;
	border: 1px solid #fff;
}
#nav-menu .searchmap-title{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
#nav-menu .searchmap-menu{
	margin: 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#nav-menu .searchmap-menu li{
	width: 50%;
	padding: 5px 20px;
	box-sizing: border-box;
}
#nav-menu .main-menu{
	margin: 30px 30px 0;
	padding: 0;
	background: #fff;
	list-style: none;
}
#nav-menu .main-menu li{
	padding: 0;
}
#nav-menu .main-menu a{
	padding: 10px;
	display: block;
}
#nav-menu .main-menu a:before{
	content: '\e5cc'; /*chevron_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
	line-height: 1;
	height: calc(100% - 2px);
	overflow: hidden;
}
#nav-menu .sub-menu{
	font-size: 86%;
	margin: 20px 30px;
	padding: 0;
	list-style: none;
}
#nav-menu .sub-menu a{
	color: #fff;
	line-height: 2.5;
	text-decoration: underline;
}
#nav-menu .sub-menu a:before{
	content: '\e5cc'; /*chevron_right*/
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 20px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
	line-height: 1;
	height: calc(100% - 2px);
	overflow: hidden;
}
#nav-menu .languages{
	display: flex;
	margin: 1px 30px 20px;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#nav-menu .languages li{
	flex: 1;
	margin-right: 1px;
	background: #fff;
	text-align: center;
}
#nav-menu .languages li a{
	padding: 10px 0;
	display: block;
	background: #EFEFEF;
}
#nav-menu .languages li strong{
	padding: 10px 0;
	display: block;
	background: #fff;
}


#topicpath{
	font-size: 14px;
	margin: 0 0 30px;
	padding: 10px 15px;
}
#topicpath p,
#topicpath ul{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
#topicpath a{

}
#topicpath span{

}
#content{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}
#shop.home #content,
#content.looksfrommapjs2{
	max-width: 100%;
	padding: 0;
}

#content .single-column{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#content.login,
#content.register,
#content.loginidforgotten,
#content.loginidforgottensuccess,
#content.passwordforgotten,
#content.passwordforgottensuccess,
#content.idpassforgotten,
#content.idpassforgottensuccess{
	max-width: 960px;
}
#content:after{
	content: '';
	display: table;
	clear: both;
}

#footer{
	color: #dfdfdf;
	background: #015E99;
	line-height: 1.7;
}
#footer a{
	color: #dfdfdf;
	text-decoration: none;
}
.footer-inner{
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 15px;
	display: flex;
}
.footer-title{
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer .shop-title{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#footer .shop-sub-title{
	font-size: 110%;
	font-weight: bold;
}


#pagetop{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	z-index: 9998;
}
#pagetop a{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: #80AECC;
	text-align: center;
	position: relative;
}
#pagetop a i{
	display: block;
	font-weight: bold;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}
#copyright{
	color: #b6b6b6;
	font-size: 14px;
	margin: 0;
	padding: 1em 10px;
	background: #25516D;
	min-height: 50px;
	box-shadow: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media print, screen and (min-width: 768px) {
	body#shop,
	body#whatsnew{
		background: url(/images/topicpath_bg.png) repeat-x;
		background-position: 0 150px;
	}
	body#shop.fixed,
	body#whatsnew.fixed{
		background-position: 0 108px;
	}
	body.fixed #container{
		margin-top: 108px;
	}
	#header{
		background: #015E99 url(/images/header_bg.png) repeat-x;
	}
	.site-id{
		max-width: 46%;
		padding: 25px 20px 20px;
		text-align: center;
	}
	.header-menu{
		width: 23%;
		margin-top: 42px;
	}
	.header-menu li.cart i{
		font-size: 36px;
	}
	#header.fixed,
	#header.min{
		background-image: none;
	}
	#header.fixed .site-id,
	#header.min .site-id{
		padding: 5px 10px;
	}
	#header.fixed .site-id img,
	#header.min .site-id img{
		max-height: 58px;
	}
	#header.fixed .header-search{
		display: flex;
		flex: 1;
	}
	#header.fixed .header-search-ttl{
		width: 3.6em;
		height: auto;
		height: 88px;
		letter-spacing: inherit;
		font-size: 16px;
		line-height: 1.3;
		border: 1px solid #fff;
		margin: 10px 5px 10px 10px;
		padding: 5px 0 5px 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	#header.fixed .header-search-ttl br{
		display: inline-block;
	}
	#header.fixed .header-search-ttl:before{
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		border-top: 44px solid transparent;
		border-bottom: 44px solid transparent;
		border-left: 10px solid #fff;
		right: -11px;
		top: 0;
	}
	#header.fixed .header-search-ttl:after {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		border-left: 10px solid #228AFF;
		border-top: 44px solid transparent;
		border-bottom: 44px solid transparent;
		right: -10px;
		top: 0;
		z-index: +1;
	}

	#header.fixed .header-search-list{
		flex: 1;
		min-height: 88px;
	}
	#header.fixed .header-menu{
		margin-top: 0;
	}
	#header.fixed .header-menu li{
		height: 108px;
	}
	#header.fixed.search-mode .header-search-ttl{
		display: none;
	}
	#header li.search-box{
		padding: 24px 20px;
		display: none;
	}
	#header.search-mode li.search-box{
		display: block;
		position: relative;
	}
	#header.search-mode li.search a{
		display: none;
	}
	#header li.search-box .close{
		position: absolute;
		top: -33px;
		right: 0;
	}
	#header li.search-box .close i{
		font-size: 20px;
		color: #fff;
		width: 20px;
		height: 20px;
		background: #228AFF;
		border: 1px solid #fff;
		text-align: center;
		line-height: 1;
		cursor: pointer;
	}
	#header.fixed li.search-box .close{
		top: 0;
		right: 0;
	}
	#header.fixed li.search-box .close i{
		border: none;
	}
	#nav-menu{
		max-width: 400px;
		right: 0;
		height: 100%;
	}
	#nav-menu .close i{
		font-size: 20px;
		width: 22px;
		height: 22px;
		right: 365px; /* ie11fix */
	}
	#main.has-sub,
	body.advancedsearchresult #main{
		width: calc(100% - 400px);
		float: right;
	}
	#sub{
		width: 350px;
		float: left;
		box-sizing: border-box;
	}
	#main.has-step{
		width: calc(100% - 270px);
		float: right;
	}
	#step{
		width: 220px;
		float: left;
		box-sizing: border-box;
	}
	#footer{
		margin-top: 60px;
	}
	#footer a:hover{
		color: #fff;
	}
	.footer-inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-title{
		text-align: left;
	}
	#footer .shop-title{
		font-size: 30px;
		margin-bottom: 50px;
	}
	.footer-links{
		display: flex;
		margin-left: 8%;
		padding-left: 8%;
		border-left: 2px solid #1972AA;
		flex: 1;
	}
	.footer-links ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.footer-links ul + ul{
		margin-left: 10%;
	}
	.footer-links ul li{
		margin-bottom: 1em;
	}
	.footer-links ul li:before{
		content: '\e5cc'; /*chevron_right*/
		font-family: 'Material Icons';
		font-weight: normal;
		font-size: 24px;
		display: inline-block;
		margin-right: 3px;
		vertical-align: middle;
		line-height: 1;
	}
	#pagetop{
		right: 40px;
		bottom: 40px;
	}
	#pagetop a{
		width: 70px;
		height: 70px;
		border-radius: 100%;
		padding-top: 40px;
		font-size: 13px;
	}
	#pagetop a .material-icons{
		font-size: 60px;
		top: -5px;
	}
}
@media screen and (max-width: 767px) {
	body{
		font-size: 15px;
	}
	body.fixed #container{
		padding-top: 70px;
	}
	body.is-open{
		overflow: hidden; 
		height: 100%; 
	}
	.site-id{
		width: 50%;
		height: 70px;
		border-width: 4px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-menu{
		width: 50%;
	}
	.header-menu li{
		font-size: 10px;
		align-items: center;
	}
	.header-menu li a, .header-menu li > span{
		padding: 15px 5px 10px;
	}
	.header-menu li i{
		font-size: 24px;
		margin-bottom: 0;
	}
	.header-menu .cart .item-counter{
		font-size: 9px;
		padding: 1px 0;
		max-width: 26px;
		top: 3px;
	}
	.header-menu .cart .item-counter:after{
		border-top-width: 4px;
		border-left-width: 2px solid transparent;
		border-right-width: 2px solid transparent;
		bottom: -4px;
	}
	#topicpath{display: none;}
	#footer{
		margin-top: 30px;
	}
	.footer-title{
		margin: auto;
	}
	.footer-title dd{
		font-size: 12px;
	}
	#copyright{
		font-size: 11px;
		padding: 0 60px 0 20px;
	}
	#pagetop a{
		padding-top: 28px;
		font-size: 10px;
	}
	#pagetop a .material-icons{
		font-size: 42px;
		top: -3px;
	}
}


/* 00  general-parts
----------------------------------------- */

#content h1{
	font-size: 28px;
	line-height: 1.25;
	margin: 30px auto;
}
body[class^=productinfo] #content h1{
	margin: 0 0 1em;
	padding: 0;
}
body[class^=productinfo] #content h1 #model{
	font-size: 60%;
}
body[class^=productinfo] #content h1 #kana{
	font-size: 50%;
	font-weight: normal;
	display: block;
}

h2{
	font-size: 20px;
	line-height: 1.25;
	margin: 30px 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
h3{
	font-size: 20px;
	line-height: 1.25;
	margin: 30px 0 20px;
	padding-left: 15px;
	border-left: 5px solid #999;
}
h4{
	font-size: 20px;
	line-height: 1.25;
	margin: 30px 0 15px;
}
#main > h1:first-child,
#main > h2:first-child,
#main > h3:first-child,
#main > h4:first-child,
#sub > h1:first-child,
#sub > h2:first-child,
#sub > h3:first-child,
#sub > h4:first-child{
	margin-top: 0;
}
.small-title{
	color: inherit;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 1em;
	background: none;
	border: none;
	text-align: center;
}

table.v-layout{
	width: 100%;
	table-layout: fixed;
	margin: 1em auto;
}
table.v-layout th{
	font-size: 110%;
	text-align: left;
	padding: 15px 15px 15px 30px;
	background-image: url(../../../jp/shop/images/list-blue.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
table.v-layout td{
	text-align: left;
	padding: 15px 20px;
}
table.v-layout .required{
	margin-left: 5px;
}

span.required{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background: #FF6699;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	line-height: 1;
	vertical-align: middle;
}

.button{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 16px 3px 10px;
	color: #0078ff;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	background-size: auto auto;
	border: none;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	line-height: 1.3;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
input.button{
	padding-left: 16px;
}
.button:before{
	line-height: inherit;
}

.button-general{
	line-height: normal;
	border: 1px solid #0078ff;
}
.button-general:before{
	content: '\e5cc'; /*chevron_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	color: #0078ff;
	display: inline-block;
	vertical-align: middle;
}
.button-general:hover,
.button-general:hover:before{
	color: #fff;
	background-color: #0078FF;
}

.button-general02{
	color: #EC6200;
	line-height: 1;
	border: 1px solid #EC6200;
}
.button-general02:before{
	content: '\e5cc'; /*chevron_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	color: #EC6200;
	display: inline-block;
	vertical-align: middle;
}
.button-general02:hover,
.button-general02:hover:before{
	color: #fff;
	background-color: #EC6200;
}

.button-secondary{
	color: #fff;
	line-height: 1;
	background-color: #0078FF;
}
.button-secondary:before{
	content: '\e5cc'; /*chevron_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.button-secondary:hover{
	color: #fff;
	background-color: #015E99;
}

.button-primary,
.button-cart,
.button-download{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 16px;
	border: none;
	background-color: #FFAA05;
}

.button-primary:before{
	content: '\e5cc'; /*chevron_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.button-cart:before{
	content:'\E8CC'; /*local_grocery_store*/
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	vertical-align: text-bottom;
}
.button-download:before{
	content: '\E2C4'; /*file_download*/
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	vertical-align: text-bottom;
}

.button-extra{
	border: 1px solid #0078FF;
	background-color: #F2F8FF;
}
.button-extra:before{
	content: '\e5cc'; /*chevron_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	color: #0078FF;
	display: inline-block;
	vertical-align: middle;
}
.button-extra:hover{
	color: #fff;
	background-color: #0078FF;
}
.button-extra:hover:before{
	color: #fff;
}

.button-w{
	color: #3b99c9;
	background-color: #fff;
}
.button-em{
	font-size: 18px;
	font-weight: bold;
	padding: 8px 16px;
	line-height: 1.3;
}
.submit .button-primary{
	font-size: 18px;
	font-weight: bold;
}
.button-small{
	font-size: 12px;
	color: #fff;
	padding: 5px 12px;
	background: #999999;
	border: none;
	white-space: pre-wrap;
}
.button-back:before{
	transform: rotate(180deg);
}
.button-disabled,
.button-disabled:hover{
	color: #fff;
	background: #ccc;
	border: none;
}
.button-disabled:before{
	color: #fff;
	background: inherit;
}


.link-button{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px;
	line-height: 1;
	background: #F5F5F5;
	border-radius: 12px;
}
.link-button:after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 7px;
	vertical-align: middle;
	background: url(/images/sp/ico_arrow_s.png) no-repeat;
	background-size: 100% auto;
	margin-left: 5px;
}
.link-button.prev:after{
	content: none;
}
.link-button.prev:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 7px;
	vertical-align: middle;
	background: url(/images/sp/ico_arrow_s_p.png) no-repeat;
	background-size: 100% auto;
	margin-right: 5px;
}
.more{
	text-align: right;
}
.more a{
	padding-left: 20px;
	background: url(../images/ico_arw.png) 0 0.4em no-repeat;
}

.em{
	color: #FF6699;
	font-weight: bold;
}

a.link:before{
	content:'\e5cc'; /*keyboard_arrow_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	height: calc(100% - 2px);
	overflow: hidden;
}
a.external:before{
	content: '\E895'; /*launch*/
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 20px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	height: calc(100% - 2px);
	overflow: hidden;
}

.link-block a{
	display: block;
	padding: 5px 15px;
	background: #F2F8FF;
}
.link-block a:before{
	content:'\e5cc'; /*keyboard_arrow_right*/
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	height: calc(100% - 2px);
	overflow: hidden;
}

.link-b,
.link-s{
	margin: 0;
	padding: 0;
	list-style: none;
}
.link-b a{
	display: block;
	padding: 10px 30px 10px 15px;
	border-bottom: 1px solid #ccc;
	background: url(/images/sp/ico_arrow_l.png) 97% 50% no-repeat;
	background-size: 10px auto;
}
.link-s a{
	font-size: 90%;
	display: block;
	padding: 5px 0 5px 10px;
	background: url(/images/sp/ico_arrow_tri.png) 0 50% no-repeat;
	background-size: 5px auto;
}


.submit{
	margin: 1em auto;
	text-align: center;
}
.submit .button{
	margin: 5px;
}
.submit .button-primary:first-child:last-child,
.submit button.button-primary,
.submit > .button-em:first-child:last-child{
	min-width: 260px;
}

.button-area{
	margin: 50px 0 0;
	padding: 20px 15px;
	text-align: center;
	background: #F2F8FF;
}
.button-area .button{
	margin: 5px;
}

.messageStackError,
.messageStackCaution,
.messageStackSuccess{
	color: #900;
	font-weight:normal;
	font-size: 100%;
}
.estimate,
.text-icon,
.productSummary dd.price span{
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 4px;
	line-height: 1;
	background: #fff;
	border: 1px solid #FFAA05;
}
.soldout{
	color: #c00;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	background: #fff;
	border: 1px solid #c00;
	box-sizing: border-box;
}

#main address,
#main .address{
	margin: 1em 0;
	padding: 15px;
	background: #f5f5f5;
}
#main table address,
#main table .address{
	margin: 0;
}
#main table.table-stripe address,
#main table.table-stripe .address{
	margin: 0;
	padding: 0;
	background: none;
}
.frame{
	padding: 20px;
	border: 1px solid #ddd;
}
.frame h3:first-of-type{
	margin-top: 0;
}
#shop .blank a{
	padding-left: 18px;
	background-image: url(/jp/shop/images/static/icon_out.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.select-style {
	position: relative;
	display: inline-block;
	border: 3px solid #666;
}
.select-style select{
	padding-right: 50px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	z-index: +1;
}
.select-style select::-ms-expand {
	display: none;
}
.select-style select:focus::-ms-value {
	color:#000;
	background-color: #fff;
}
.select-style:before{
	content:'';
	background: #666;
	width: 44px;
	min-height: 30px;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	pointer-events: none;
}
.select-style:after{
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #fff;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -10px;
	z-index: -1;
	pointer-events: none;
}

.checkbox-style {
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.checkbox-style input{display: none;}
.checkbox-style span{
	display: inline-block;
	padding-left: 30px;
}
.checkbox-style span:before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: -30px;
}
.checkbox-style input:checked + span:after{
	content: '\E876'; /* done */
	font-family: 'Material Icons';
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color: #0078ff;
	position: absolute;
	top: 1px;
	left: 1px;
}
.radio-style {
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.radio-style input{display: none;}
.radio-style span:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 100%;
	vertical-align: top;
	margin-right: 10px;
}
.radio-style input:checked + span:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #0078ff;
	border-radius: 100%;
	vertical-align: middle;
	position: absolute;
	top: 14px;
	left: 14px;
}

.search-style{
	display: flex;
	flex-grow: 1;
}
.search-style input[type="search"],
.search-style input[name="keyword"]{
	border-right: none;
	width: 100%;
}
.search-style .search-button{
	color: #fff;
	border: none;
	background: #0078FF;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media print, screen and (min-width: 768px) {
	#content h1{
		font-size: 42px;
		margin: 60px auto;
		max-width: 1300px;
	}
	h2{
		font-size: 36px;
		margin: 80px 0 30px;
		padding-bottom: 20px;
	}
	h3{
		font-size: 28px;
		margin: 60px 0 30px;
	}
	h4{
		font-size: 20px;
		margin: 40px 0 15px;
	}
	.button-primary:not(.button-disabled):hover,
	.button-cart:not(.button-disabled):hover,
	.button-download:not(.button-disabled):hover{
		color: #fff;
		opacity: .5;
	}
	.button-general{
		min-width: 200px;
	}
	.button-xwide{
		min-width: 400px;
	}
	tr.name input[type="text"],
	tr.kana input[type="text"]{
		width: 35%;
		margin-right: 10px;
	}
	table.v-layout th{
		width: 30%;
	}
	.checkout-submit .button-primary{
		min-width: 320px;
		margin-left: 15px;
	}
	.button-area .button{
		margin: 10px 15px;
	}
}
@media screen and (max-width: 767px) {
	table.v-layout{
		display: block;
		width: 100%;
		table-layout: fixed;
		margin: 1em 0;
	}
	table.v-layout tbody,
	table.v-layout tr{
		display: block;
	}
	table.v-layout th{
		display: block;
		font-size: 110%;
		text-align: left;
		padding: 10px 15px 5px 25px;
		background-image: url(../../../jp/shop/images/list-blue.gif);
		background-repeat: no-repeat;
		background-position: 10px 1em;
	}
	table.v-layout td{
		display: block;
		text-align: left;
		padding: 5px 15px 10px 25px;
		border-bottom: 1px dotted #ddd;
	}
	table.v-layout tr:last-child td{
		border-bottom: none;
	}
	table.h-layout th,
	table.h-layout td{
		padding: 5px;
		vertical-align: top;
		text-align: left;
		border-bottom: 1px dotted #ddd;
	}
	.checkout-submit .button{

	}
	.submit .button{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.button-area{
		margin: 30px 0 0;
		padding: 15px;
	}
	.button-area .button{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.table-scroll{
		overflow-x: auto;
	}
	.table-scroll table{
		width: auto;
	}
}


/* 00  search by map
----------------------------------------- */

.search-area{
	margin-bottom: 30px;
}
.search-area .search-item:first-child{
	border-top: 2px solid #ccc;
}
.search-area .search-item{
	margin: 0;
	padding: 10px;
	border-bottom: 2px solid #ccc;
}
.search-title{
	color: #fff;
	background: #015E99;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	padding: 10px 15px;
	width: 5em;
}
.search-title:after{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
}
.search-item select{
	padding: 8px 50px 8px 10px;
	line-height: 1.2;
}
.search-option{
	margin-top: 10px;
}
.search-option label{
	margin-right: 0;
}
.search-range,
.search-slider{
	flex-grow: 1;
}
.search-slider{
	background: url(/jp/shop/images/slider_bg.png) 0 50% no-repeat;
	background-size: 100% auto;
	padding: 23px 0;
}
.search-item .search-category-text{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.result-info{
	padding: 15px 20px;
	background: #F9F9F9;
}
.result-count{margin: 0;}
.result-count strong{
	font-size: 22px;
	font-weight: bold;
}
.result-count .products{
	display: none;
}
.result-count .per_range{
	display: inline-block;
}
.result-view{
	margin: 0;
	font-size: 14px;
}
.result-view dt{
	margin-right: 10px;
}
.result-view dt,
.result-view dd{
	display: inline-block;
}
.result-view input[type="radio"]{
	display: none;
}
.result-view a,
.result-view label{
	color: #0078ff;
	display: inline-block;
	margin: 0 3px;
	padding: 5px 7px;
	border: 1px solid #0078ff;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}
.result-view a.selected,
.result-view input[checked="checked"] + label{
	color: #fff;
	border-color: #000;
	background: #000;
}
.result-view-options{
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.result-view-options dt{
	width: 4em;
	margin-right: 5px;
	white-space: nowrap;
}
.link-prev,
.link-next{
	font-size: 14px;
	display: inline-block;
	padding: 5px 7px;
	border: 1px solid #0078ff;
	text-decoration: none;
	position: relative;
	line-height: 1;
}
.link-prev:before,
.link-next:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #0078ff;
	right: -10px;
	top: -1px;
	z-index: 0;
}
.link-prev:after,
.link-next:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 10px solid #F9F9F9;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	right: -9px;
	top: -1px;
	z-index: +1;
}
.link-prev:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
	right: auto;
	left: -10px;
}
.link-prev:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
	right: auto;
	left: -9px;
}
.link-prev.disabled,
.link-next.disabled{
	color: #bbb;
	border-color: #bbb;
}
.link-prev.disabled:before,
.link-next.disabled:before{
	border-left-color: #bbb;
}


table.list{
	width: 100%;
}
table.list tbody tr:nth-child(odd){
	background: #F2F8FF;
}
table.list tbody td{
	padding: 15px 20px;
}
table.list .product-purchase{
	text-align: right;
}
table.product-list{
/*	table-layout: fixed;*/
}
.product-list .number{
	font-weight: bold;
}
.product-list .price{
	font-weight: bold;
	text-align: right;
}
.product-list .category,
.product-list .publication{
	font-size: 14px;
}
.product-list .link{
	font-weight: bold;
}
.product-list .status-text{
	color: #d00;
	font-weight: bold;
}

.table-stripe dt,
.table-stripe dd{
	padding: 10px;
}
.table-stripe dt:nth-of-type(odd),
.table-stripe dd:nth-of-type(odd){
	background-color: #F9F9F9;
}

.table-stripe tr:nth-of-type(odd) th,
.table-stripe tr:nth-of-type(odd) td{
	background-color: #F9F9F9;
}
.table-stripe-input tr:nth-of-type(odd) th,
.table-stripe-input tr:nth-of-type(odd) td{
	background-color: #F2F8FF;
}

@media (min-width: 768px) {
	.table-stripe dt,
	.table-stripe dd{
		padding: 12px 20px;
	}
}

ul.stripe li{
	padding: 10px;
}
ul.stripe li:nth-of-type(odd){
	background-color: #F2F8FF;
}

.product-tool{
	margin: 20px 0;
}
.product-tool:after{
	content: '';
	clear: both;
	display: block;
}

.balloon{
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid #ddd;
	position: relative;
}
.balloon:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 14px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  
/*  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);*/
  bottom: -14px;
  left: 45%;
  z-index: 0;
}

.balloon:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 14px solid #aaa;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -15px;
  left: 45%;
  z-index: -1;
}
.balloon-bottom:before,
.balloon-bottom:after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -14px;
	bottom: auto;
}
.balloon-bottom:after{
	top: -15px;
}

.balloon.tool-check-all:before,
.balloon.tool-check-all:after{
	left: 30px;
}
.balloon.tool-add-all:before,
.balloon.tool-add-all:after{
	left: auto;
	right: 120px;
}

.tool-check-all{
	float: left;
	padding: 19px 20px;
}


.tool-add-all{
	float: right;
}
.tool-add-all i{
	color: #0078ff;
	font-size: 18px;
	margin: 0 3px;
}
.tool-add-all .button-cart{
	margin-left: 15px;
	width: 250px;
}

.result-pager{
	white-space: nowrap;
}
.result-pager .number{
	margin: 0 15px;
}
.result-pager .number strong{
	margin: 0 5px;
	font-size: 120%;
}
.map-area{
	position: relative;
	margin-bottom: 50px;
}
.map-content{
	background: #ddd;
}
.map-legend{
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eee;
}
.map-legend span{
	display: inline-block;
	margin-right: 15px;
}
.map-legend img{
	margin-right: 5px;
}
.mapbox{
	background: #F6FAFF;
}
.mapbox-close{
	position: absolute;
	color: #fff;
	background: #3D628F;
	width: 50px;
	height: 50px;
	padding: 10px 12px;
	box-sizing: border-box;
}
.mapbox-select{
	padding: 10px 10px 1px;
	background: #3D628F;
	position: relative;
}
.mapbox-select:after{
	content:'';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 15px solid #3D628F;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
}
.mapbox-select label{
	display: block;
	margin-bottom: 10px;
}
.mapbox-select label span{
	display: block;
	color: #fff;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.2);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mapbox-select .radio-style input:checked + span{
	color: #0078ff;
	font-weight: bold;
	background: #F6FAFF;
}
.mapbox-content{
	padding: 15px;
	background: #F6FAFF;
	border: 10px solid #9DA6B1;
}
.mapbox-content .checkbox-style{
	font-size: 14px;
}
.mapbox-content .number{
	font-weight: bold;
}
.mapbox-content .title{
	font-weight: bold;
	margin-left: -10px;
}
.mapbox-content .spec{
	margin: 1em 0;
	font-size: 90%;
}
.mapbox-content .spec td:first-child{
	width: 6em;
}
.mapbox-content .detail{
	text-align: center;
}
.mapbox-content .price{
	font-weight: bold;
}
.mapbox-content .add-cart-box{
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border: 10px solid #EFEFEF;
}
.mapbox-content .add-cart-box p{
	margin-top: 0;
	overflow: hidden;
}
.mapbox-content .add-cart-box .button{
	width: 100%;
}
.mapbox-content .add-cart-box .icon{
	float: right;
}
.map-area .pwContainerDescription{
	width: auto !important;
	height: auto !important;
	min-width: inherit;
}
.map-area #popup{
	position: static;
}
.map-area .contentsDescBox{
	opacity: 1;
}


@media print, screen and (min-width: 768px) {
	.search-item{
		display: flex;
	}
	.search-title{
		flex: none;
		font-size: 20px;
		margin-right: 40px;
		padding: 9px 15px;
		width: 5em;
		height: 32px;
	}
	.search-title:after{
		border-left: 25px solid #015E99;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		top: 0;
		right: -25px;
	}
	.advanced-search-area .search-item{
		align-items: center;
	}
	.search-item .search-content{
		flex: 1;
	}
	.search-item .select-style,
	.search-item .search-keyword{
		width: 550px;
		box-sizing: border-box;
	}
	.search-item select{
		font-size: 23px;
	}
	.search-option label{
		width: 32%;
		white-space: nowrap;
	}
	.search-filter .search-content{
		display: flex;
		align-items: center;
	}
	.search-filter .search-range{
		flex-grow: 1;
		margin-left: 30px;
	}
	.search-filter label{
		margin-right: 10px;
	}
	.search-item input[type=search]{
		font-size: 18px;
		height: 50px;
	}
	.search-button{
		height: 50px;
	}
	.search-button i{
		font-size: 42px;
	}
	.map-content{
		height: 1080px;
	}
	.map-area .pwContainerDescription{
		position: absolute;
		right: 0;
		top: 0;
	}
	.mapbox{
		width: 400px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.mapbox-content{
		padding: 20px;
		border-top: none;
		border-right: none;
		max-height: 650px;
		overflow-y: auto;
	}
	.mapbox-close{
		top: 0;
		left: -50px;
		border-bottom-left-radius: 10px;
	}
	.mapbox-close i{
		font-size: 30px;
		font-weight: bold;
	}
	.mapbox-select .mapbox-tab{
		overflow: hidden;
	}
	.mapbox-select label{
		display: block;
		width: 185px;
		font-size: 14px;
		float: left;
		box-sizing: border-box;
	}
	.mapbox-select label:nth-of-type(odd){
		margin-right: 10px;
	}
	.mapbox-content .title{
		font-size: 20px;
	}
	.mapbox-content .price{
		font-size: 18px;
	}
	.mapbox-content .bunzu{
		font-size: 90%;
		margin: 1em 0;
		max-height: 160px;
		overflow-y: auto;
	}
	.result-info{
		font-size: 14px;
		display: flex;
		align-items: center;
	}
	.result-count{
		margin-right: 10px;
		width: 25%;
	}
	.result-count .per_range{
		display: block;
	}
	.result-view{
		text-align: center;
		white-space: nowrap;
	}
	.result-pager{
		margin-left: auto;
	}
	.looksfrommapjs2 .result-view { /*地図から探す */
		margin-left: auto;
	}
	.result-view + .result-pager{ /*地図から探す */
		margin-left: 30px;
		border-left: 1px solid #e3e3e3;
	}
	.result-pager .link-prev{
		margin-left: 30px;
		border-left: 1px solid #e3e3e3;
	}
	.result-info .result-pager:first-child{
		margin-left: auto;
	}
	.product-list .product-chk{
		width: 20px;
		padding-top: 20px;
		padding-right: 0;
		vertical-align: top;
	}
	.product-list .product-chk .checkbox-style{
		margin-right: 0;
	}
	.product-list .link{
		display: inline-block;
	}
	.product-list .link,
	.product-list .price{
		font-size: 18px;
	}
	.product-list .publication{
		display: inline-block;
		margin-left: 30px;
	}
	.product-list .number,
	.product-list .category{
		width: 220px;
		display: inline-block;
	}
	.product-list .price{
		display: inline-block;
	}
	.product-list .cart{
		display: inline-block;
		padding-left: 70px;
		position: relative;
	}
	.product-list .cart .button{
		width: 200px;
	}
	.product-list .cart .soldout{
		width: 200px;
	}
	.product-list .cart .status-text{
		width: 200px;
		text-align: center;
		display: inline-block;
	}
	.product-list .cart .icon{
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		line-height: 1;
	}
	.product-list .cart .icon img,
	.product-list .cart .icon input{
		vertical-align: bottom;
	}
	/*advanced_search_result*/
	.product-list.advancedsearchresultTable .product-purchase{
		padding-left: 0;
	}
	.product-list.advancedsearchresultTable .cart{
		padding-left: 0;
	}
	.product-list.advancedsearchresultTable .link{
		display: inline;
	}
	.product-list.advancedsearchresultTable .number{
		width: auto;
		margin-right: 15px;
		display: inline;
	}
	.product-list.advancedsearchresultTable .category{
		width: auto;
		margin-right: 15px;
		display: inline;
		font-size: 13px;
	}
	.product-list.advancedsearchresultTable .publication{
		margin-left: 0;
		margin-right: 15px;
		display: inline;
		font-size: 13px;
	}
	.product-list.advancedsearchresultTable .sea{
		margin-left: 0;
		margin-right: 15px;
		display: inline;
		font-size: 13px;
	}
	.product-list.advancedsearchresultTable .price{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.search-title{
		font-size: 12px;
		text-align: center;
		margin: -10px 0 20px -10px;
		padding: 5px 15px 0;
		width: 100px;
		box-sizing: border-box;
	}
	.search-title:after{
		border-top: 10px solid #015E99;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		bottom: -10px;
		left: 0;
	}
	.search-option label{
		width: 48%;
		margin-bottom: 5px;
	}
	.search-content + .search-content{
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px dotted #ccc;
	}
	.search-slider{
		padding: 0;
		background-image:url(/jp/shop/images/slider_bg_sp.png);
		background-position: 0 0;
	}
	.search-slider:before,
	.search-slider:after{
		content: '';
		display: block;
		padding-top: 7.7%;
	}
	.search-slider .noUi-horizontal{
		height: 3px;
	}
	.map-area{
		margin-bottom: 30px;
	}
	.map-content{
		height: 400px !important;
	}
	.map-legend{
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.map-legend span{
		margin-right: 10px;
	}
	.mapbox{
		margin: -110px 20px 0;
	}
	.mapbox-close{
		width: 30px;
		height: 30px;
		padding: 6px;
		top: -30px;
		right: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.mapbox-close i{
		font-size: 18px;
		font-weight: bold;
	}
	.mapbox-content{
		border-top: none;
	}
	/*popup*/
	.pwContainerDescription{
		position: static !important;
	}
	.result-info{
		margin: 20px 0;
		padding: 15px;
		text-align: center;
	}
	.result-view,
	.result-pager{
		border-top: 1px solid #E3E3E3;
		padding: 10px 0;
	}
	.result-view dt, .result-view dd{
		font-size: 12px;
	}
	.link-prev, .link-next{
		font-size: 12px;
		padding: 5px 7px;
	}
	.link-prev:before, .link-next:before,
	.link-prev:after, .link-next:after{
		border-top-width: 12px;
		border-bottom-width: 12px;
	}
	table.list tbody td{
		padding: 15px 10px;
	}
	.product-list .product-chk{
		display: none;
	}
	.product-list .number,
	.product-list .link{
		display: block;
	}
	.product-list .link:before{
		font-size: 20px;
		margin-left: -5px;
	}
	.product-list .category,
	.product-list .publication,
	.product-list .sea{
		display: block;
		font-size: 12px;
		margin-left: 15px;
	}
	.product-list .cart .button-cart,
	.product-list .cart .button-download,
	.cart-table .button-download{
		font-size: 12px;
		width: 125px;
		padding-left: 0;
		padding-right: 0;
	}
	.product-list .cart .button-cart:before,
	.product-list .cart .button-download:before,
	.cart-table .button-download:before{
		font-size: 15px;
		margin-right: 3px;
	}
	.cart-table .download-process{
		font-size: 12px;
		width: 125px;
		display: inline-block;
		text-align: center;
	}
	.product-list .cart .soldout{
		font-size: 12px;
		width: 125px;
	}
	.product-list .cart .icon{
		display: block;
		margin-bottom: 5px;
	}
}

/* 01  home
----------------------------------------- */

.keyv{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.home .searchmap-menu{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

a.text-banner{
	color: #015e99;
	font-size: 30px;
	font-weight: bold;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	border: 4px solid #015e99;
	text-align: center;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}

.top-banner ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

@media screen and (min-width: 768px) {
	.keyv-area{
		position: relative;
		height: 600px;
	}
	.keyv{
		position: absolute;
		width: 100%;
		height: 600px;
	}
	.home .searchmap-menu{
		padding: 130px 0;
		position: relative;
	}
	.top-banner{
		margin: 80px auto 0;
	}
	.top-banner ul{
		display: flex;
	}
	.top-banner li{
		width: 49%;
		margin-bottom: 30px;
	}
	.top-banner li:nth-child(odd){
		margin-right: 2%;
	}
	.top-banner a.text-banner{
		height: 120px;
	}
}
@media screen and (max-width: 767px) {
	.keyv{
		min-height: 110px;
		background-image: url(/images/keyv_sp.jpg);
	}
	.keyv .tagline{
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		margin: 0;
		padding: 20px 15px;
	}
	.keyv-area .content-inner h2{
		margin-top: 20px;
	}
	.home .searchmap-menu{
		margin-bottom: 20px;
	}
	.top-banner{
		margin-top: 30px;
	}
	.top-banner li{
		margin-bottom: 10px;
	}
	a.text-banner{
		font-size: 16px;
		padding: 15px;
	}
}

/*不要？
.whatsnew_free{
	margin: 0 -10px;
	padding: 1em;
	border-bottom:1px solid #3A99C9;
	background: #F7FBFE;
}
.whatsnew{
	margin: 1em 0;
}
.whatsnew dt{
	font-weight: normal;
	float: left;
	padding: 5px;
}
.whatsnew dd{
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 8.5em;
	border-bottom:1px solid #aaa;
}
*/


/* 02  categories
----------------------------------------- */
.category-legend{
	font-size: 90%;
	margin: 0 0 2em;
	padding: 10px;
	background: #F9F9F9;
	display: flex;
}
.category-legend dt{
	margin-right: 20px;
	white-space: nowrap;
}
.category-legend dd span{
	display: inline-block;
	margin-right: 20px;
}
.category-legend img{
	margin-right: 5px;
	vertical-align: middle;
}

#category-attrs{
	margin: -10px -10px 0;
	padding: 10px;
	background: #EEEEEE;
	clear: both;
}
#category-attrs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#category-attrs ul li {
	float: left;
	width: 48%;
	margin: 0 0 10px;
	text-align: center;
}
#category-attrs li a{
	font-weight: bold;
	padding: 10px;
	display: block;
	text-align: center;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}
#category-attrs ul li.selected a{
	font-weight: bold;
	border-color: #3A99C9;
	border-width: 3px;
	padding: 8px 10px;
}
#category-attrs ul li:nth-child(even) {
	margin-right: 4%;
}
#category-attrs ul li.attr-id-0 {
	float: none;
	width: 100%;
}
#category-attrs ul li.attr-id-0 a{  background-color: #CEEAF8;}
#category-attrs ul li.attr-id-7 a{  background-color: #F3FFEB }
#category-attrs ul li.attr-id-8 a{  background-color: #FFFEE9; }

#shop .categories div.category ul li.category-off {
	display: none; /*sp*/
}
#shop .categories div.category ul li.category-off a {
	color: #aaa;
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}

.category .group{
	margin-bottom: 10px;
}
#main .category .group{
	margin-bottom: 40px;
}
.category .group h3{
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 10px;
	border: none;
	background: #0078FF;
	position: relative;
}
.category .group h3.has-child{
	padding-right: 30px;
}
.category .group h3.is-open:after,
.category .group h3.is-close:after{
	content: '\E145'; /*add*/
	display: inline-block;
	font-family: 'Material Icons';
	font-weight: normal;
	color: #0078ff;
	font-size: 20px;
	line-height: normal;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0.5em;
	right: 10px;
}
.category .group ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sub .category .group ul{
	display: none;
}
.category .group ul li.cid:nth-child(odd){
	background: #F2F8FF;
}
.category .group ul li .item{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 35px 10px 10px;
}
.category .group ul li.is-link .item:after{
	content: '\e5cc'; /*keyboard_arrow_right*/
	display: inline-block;
	font-family: 'Material Icons';
	font-weight: normal;
	color: #0078ff;
	font-size: 24px;
	line-height: normal;
	position: absolute;
	top: 0.5em;
	right: 10px;
}
.category .group ul li.has-child .item:after,
.category .group ul li.is-close .item:after,
.category .group ul li.is-open .item:after{
	content: '\E145'; /* add */
	display: inline-block;
	font-family: 'Material Icons';
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	line-height: normal;
	width: 20px;
	height: 20px;
	background: #0078ff;
	border-radius: 4px;
	position: absolute;
	top: 0.5em;
	right: 10px;
}
.category .group h3.is-open:after,
.category .group ul li.is-open .item:after{
	content: '\E15B'; /*remove*/
}
.category .group h3.is-close:after,
.category .group ul li.is-close .item:after{
	content: '\E145'; /*add*/
}
.category .group ul li.has-child .item:after,
.category .group ul li.is-link .item:after,
.category .group ul li.is-open .item:after,
.category .group ul li.is-close .item:after{
/*	height: calc(100% - 2px);*/
	overflow: hidden;
}

.category .group .icon{
	width: 20px;
	margin-right: 5px;
    float: left;
/*    top: 0.2em;*/
    position: relative;
}
.category .group .icon img{
	max-width: 100%;
}
.category .group .label{
	font-size: 16px;
	font-weight: bold;
}
.category .group .help-btn img{
	vertical-align: middle;
}
.category .group .description{
	color: #555;
	font-size: 12px;
	display: block;
	clear: both;
	margin-left: 20px;
}
.category .group ul ul{
	margin: 0 0 20px;
}
.category .group ul ul li{

}
.category .group ul ul li a{
	display: block;
	padding: 5px 10px 5px 30px;
}
.category .group ul ul li .label{
	font-size: 14px;
}
.category .group ul ul li a:before{
	content: '\e5cc'; /*keyboard_arrow_right*/
	display: inline-block;
	font-family: 'Material Icons';
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	height: calc(100% - 2px);
	overflow: hidden;
}

#overDiv{
	max-width: 300px;
	border: 5px solid #015e99;
	background: #fff;
}
#overDiv-content{
	position: relative;
	padding: 20px;
}
#overDiv-close i{
	width: 20px;
	height: 20px;
	font-size: 20px;
	background: #015e99;
	color: #fff;
	position: absolute;
	top: -3px;
	right: -3px;
}


@media screen and (min-width: 768px) {
	.category-legend{
		padding: 20px;
	}

	#main #column-0,
	#main #column-1,
	#main #column-2{
		width: 31%;
		margin-right: 3.5%;
		float: left;
	}
	#main #column-2{
		margin-right: 0;
	}
}

/* 03  product_listing
----------------------------------------- */
/*
#box-search{
	padding: 10px;
	background: #EEEEEE;
}
#box-search dl{
	display: table;
	width: 100%;
	table-layout: fixed;
}
#box-search dt{
	display: table-cell;
	vertical-align: top;
	width: 24%;
}
#box-search dd{
	display: table-cell;
	vertical-align: top;
	position: relative;
}
#box-search dd select,
#box-search dd input[type="text"]{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#box-search dd input{
	margin-right: 0;
}
#box-search dd label{
	font-size: 12px;
	margin-right: 0.5em;
}
*/
#box-search dd label img{
	margin-right: 5px;
	vertical-align: middle;
}
#box-search .submit .button{
	width: 50%;
}
#search-box{
	position: relative;
}
#suggest {
    position: absolute;
    margin-top: -1px;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);;
    font-size: 90%;
    width: 100%;
	z-index: +1;
	text-align: left;
}
#suggest div {
    padding: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
#suggest div.select{ /* キー上下で選択した場合のスタイル */
    color: #FFFFFF;
    background-color: #3366FF;
}
#suggest div.over{ /* マウスオーバ時のスタイル */
    background-color: #99CCFF;
}

.navSplitPagesResult{
	font-size: 10px;
	margin: 5px 0;
	text-align: center;
}
.navSplitPagesResult .products{
	display: none;
}
.navSplitPagesResult .product{
	color: #EA5F98;
	font-size: 18px;
	font-weight: bold;
}
.navSplitPagesLinks{
	font-size: 12px;
	margin: 10px 0;
	padding: 3px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.navSplitPagesLinks img{
	display: none;
}
.navSplitPagesLinks .link-button.next:before{
	content: attr(title);
}
.navSplitPagesLinks .link-button.prev:after{
	content: attr(title);
	display: inline;
	width: auto;
	height: auto;
	background: none;
}
/*
.navSplitPagesLinks .link-button.next{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	padding-right: 7px;
}
.navSplitPagesLinks .link-button.prev{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	padding-left: 7px;
}
*/

.productListing-data dl{
	margin: 0;
}
.productListing-data dt{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.3;
}
.productListing-data .number{
/*	display: block;*/
}
.productListing-data dd{
	font-size: 11px;
	line-height: 1.3;
}
.productListing-data .base-price{
	font-size: 10px;
	display: block;
	text-align: right;
	white-space: nowrap;
}
/*
.productListing-data .button{
	font-size: 12px;
	margin-top: 5px;
	padding: 8px 12px;
	white-space: nowrap;
}
*/

/* 04  product_info
----------------------------------------- */
.productMapArea{
	position: relative;
}
.productMapArea > div{
	max-width: 100%;
}

#productCategoryBox dl{
	margin: 2em 0;
	padding: 20px;
	border: 1px solid #ddd;
}
#productCategoryBox dt{
	font-weight: bold;
}
#productCategoryBox dd{
	font-size: 90%;
}
.productSummary{
	margin: 0;
	overflow: hidden;
}
.productSummary dt{
	float: left;
	clear: left;
}
.productSummary dd{
	margin: 0;
	padding-left: 6em;
	padding-left: 6rem;
}
.productSummary dd.price{
	font-size: 90%;
}
.productSummary dd.price strong{
	font-size: 1rem;
	margin-right: 5px;
}
.productSummary.media{
	margin: 20px 0;
}
.productSummary.media dt{
	border: none;
}
.productSummary.media dd{
	padding-left: 8rem;
	border: none;
}
#cartAdd{
	margin: 2em 0;
	padding: 30px 10px;
	background: #F2F8FF;
	text-align: center;
}
#cartAdd .title-qty{
}
#cartAdd select{
	width: 4em;
	margin: 0 10px;
}
#cartAdd .button{
	margin: 0 5px;
}
#cartAdd .soldout{
	font-size: 16px;
	padding: 10px;
	width: 230px;
}
#productDescription{
	clear: both;
	margin: 30px 0;
}
#csNotifications{
	margin: 20px 0;
	padding: 20px 20px 10px;
	background: #F9F9F9;
	border: 1px solid #ddd;
	text-align: center;
}
#csNotifications dt{
	font-weight: bold;
	text-align: left;
}
#csNotifications dt,
#csNotifications dd{
	display: inline-block;
	margin-bottom: 10px;
}
#productMainImage,
.additionalImages{
	font-size: 80%;
}
#productMainImage .img,
.additionalImages .img{
	position: relative;
	overflow: hidden;
	min-height: 48px;
}
#productMainImage .img a:after,
.additionalImages .img a:after{
	content: '\E8FF'; /*zoom_in*/
    font-family: 'Material Icons';
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 8px;
	background: #0078ff;
	position: absolute;
	bottom: 0;
	right: 0;
}
#productAdditionalImages:after{
	content: '';
	display: table;
	clear: both;
}
.productinfojs2 .content-inner .sub:after{
	content: '';
	display: table;
	clear: both;
}

@media screen and (min-width: 768px) {
	#cartAdd .button-cart{
		width: 300px;
	}
	#productMainImage,
	.additionalImages{
		width: 230px;
		margin: 50px auto;
	}
	.productSummary dd,
	.productSummary.media dd{
		padding-left: 10rem;
		border: none;
	}
}
@media screen and (max-width: 767px) {
	#productMainImage,
	.additionalImages{
		width: 48%;
		float: left;
		margin-right: 4%;
	}
	.additionalImages:nth-child(odd){
		margin-right: 0;
	}
	#productMainImage .img:before,
	.additionalImages .img:before{
		content:"";
		display: block;
		padding-top: 100%; /* 高さを幅の100%に固定 */
	}
	#productMainImage .img a,
	.additionalImages .img a{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}

/* 05  shopping_cart
----------------------------------------- */

.link-csv{

}
.cart-table,
#cartContentsDisplay{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
table.cart-table .tableHeading th{
	background: #EEEEEE;
	padding: 5px 0 5px 10px;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	white-space: normal;
}
#scProductsHeading{
	text-align: left;
}
.accountQuantityDisplay,
 .tableHeading #ccQuantityHeading,
 .tableHeading #myAccountQuantity{
	white-space: nowrap;
	text-align: center;
}
.tableHeading #ccTotalHeading,
.tableHeading #myAccountTotal{
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
}
.cart-table .accountTotalDisplay{
	white-space: nowrap;
	text-align: right;
}
.cart-table .button-small{
	white-space: nowrap;
}
.cartProductControl{
	width: 30px;
}
.cartProductControl span:before{
	display: inline-block;
	content: '\E145'; /*add*/
	font-family: 'Material Icons';
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	width: 20px;
	height: 20px;
	background: #0078ff;
	border-radius: 4px;
}
.is-open .cartProductControl span:before{
	content: '\E15B'; /*remove*/
}
.cartProductDisplay {
	width: 100%;
}
.cartProductDisplay .number{
	font-size: 90%;
	display: block;
}
.cartProdTitle a{
	font-size: 16px;
	font-weight: bold;
}
.cartProdContent{
	font-size: 12px;
}
.cartProdPrice{
	font-weight: bold;
}
.cartProductDisplay .cat{
	font-size: 12px;
	display: block;
}
.cartQuantity {
	width: 70px;
	text-align: center;
}
.cartQuantity select{
	width: 100%;
	min-width: 60px;
	margin-bottom: 10px;
}
.cartQuantity .button-delete{
	display: block;
}
.cartTotalDisplay{
	white-space: nowrap;
	text-align: right;
}
.price-tax-excluding{
	font-size: 80%;
}
.cartRemarks{
	font-size: 90%;
}
.uploadcsvtoshoppingcart table.cart-table .tableHeading th{
	white-space: nowrap;
	padding-right: 10px;
}
.uploadcsvtoshoppingcart .cartProductDisplay{
	min-width: 30%;
}
.uploadcsvtoshoppingcart .cartTotalDisplay{
	min-width: 5em;
}
.uploadcsvtoshoppingcart .cartUnitDisplay span,
.uploadcsvtoshoppingcart .cartProdPrice span{
	font-size: 90%;
	font-weight: normal;
}
.price-excluding-tax{
	font-size: 90%;
}
.button-delete:before{
	content: '×';
	margin-right: 3px;
}
#cartSubTotal{
	text-align: left;
	margin-top: 0;
	padding-top: 1em;
/*	border-top: 1px solid #999;*/
}
#cartSubTotal table{
	margin-left: auto;
}
/*
#cartSubTotal table td{
	text-align: right;
}
*/
#cartSubTotal .tax-inc th,
#cartSubTotal .tax-inc td{
	font-weight: bold;
}
#cartSubTotal .tax-out th,
#cartSubTotal .tax-out td{
	font-weight: normal;
}
#cartSubTotal #ajax_cartSubTotal{
	color: #EA5F98;
}
#shopping-incart + .button.continue{
	margin-top: 1em;
}
.cart-submit-buttons .help{
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: top;
}

.button-columns{
	margin: 0 -10px;
	padding: 20px 5px 15px;
}
.button-columns .column{
	margin: 5px;
}
.button-columns .guest-link{
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 20px 0 0;
	text-align: right;
}

#conditions-text{
	height: 300px;
	overflow-y: scroll;
	margin: 5px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 90%;
}
#conditions-text h2{
	font-size: inherit;
	margin: 2em 0 1em;
	padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
	.shoppingcartjs2 .main-area{
		min-height: 450px;
		margin-bottom: 40px;
		padding-left: 380px;
	}
	.shoppingcartjs2 .main-area .sub{
		position: absolute;
		top: 0;
		left: 0;
	}
	.shoppingcartjs2 .sub h4{
		margin-top: 0;
	}
	.shoppingcartjs2 #main{
		position: relative;
		padding-bottom: 50px;
	}
	.shoppingcartjs2 .title-products-in-cart{
		font-size: 20px;
		padding-bottom: 15px;
	}
	.shoppingcartjs2 .link-csv{
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: right;
	}
	th#scControlHeading,
	td.cartProductControl{
		display: none;
	}
	td.cartUnitDisplay{
		white-space: nowrap;
		text-align: center;
	}
	td.cartTotalDisplay{
		white-space: nowrap;
		text-align: right;
	}
	#cartContentsDisplay td .label{
		display: none;
	}
	#cartSubTotal + .button{
		margin-top: -4em;
	}
	.price-excluding-tax{
		display: block;
	}
	.cart-table .tableHeading th{
		padding: 10px 15px;
	}
	.cart-table td{
		padding: 15px;
	}
	.cart-submit-buttons .estimate-column{
		width: 350px;
		margin-right: 20px;
		margin-right: 20px;
		flex: none;
	}
	.cart-submit-buttons .submit{
		padding: 15px;
		background: #F2F8FF;
	}
	.cart-submit-buttons .button{
		min-width: 300px;
	}
}
@media screen and (max-width: 767px) {
	#shopping-incart-count{
		text-align: center;
		padding-top: 20px;
		border-top: 1px solid #999;
	}
	#cartContentsDisplay .cartProdContent{
		display: none;
	}
	#scUnitHeading,
	#scTotalHeading,
	#scRemoveHeading,
	#cartContentsDisplay td.cartUnitDisplay,
	#cartContentsDisplay td.cartTotalDisplay,
	#cartContentsDisplay td.cartRemoveButton{
		display: none;
	}
	.cart-table td{
		margin: 1em 0;
		padding: 7px 0 7px 10px;
	}
	.uploadcsvtoshoppingcart .cartUnitDisplay br,
	.uploadcsvtoshoppingcart .cartProdPrice br{
		display: none;
	}
	.cart-submit-buttons{
		margin-top: 2em;
		padding: 20px 0;
		background: #F2F8FF;
		justify-content: center;
	}
	.cart-submit-buttons h4{
		margin-top: 0;
		text-align: center;
	}
	.button-columns .button{
		display: block;
	}
	.button-columns .column .submit .button{
		min-width: inherit;
	}
	.shoppingcartjs2 .sub{
		display: none;
	}
}

/* checkout_confirm
----------------------------------------- */
.question th {
	font-weight: bold;
	text-align: left;
}
.checkoutconfirmation #main h4.question-title {
	font-size: 110%;
	margin: 20px 0 10px;
}
.checkoutconfirmation fieldset h3:first-of-type{
	margin-top: 0;
}

/* checkout_process
----------------------------------------- */

.checkoutshipping .method ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.checkoutshipping .method .datepick-trigger img{
	margin-right: 5px;
}
#main #dateText:before {
	content: '\E878'; /*event*/
	font-family: 'Material Icons';
	font-weight: normal;
	display: inline-block;
	line-height: 1;
}

.checkoutpayment .ccinfo,
.checkoutpayment .request .alert{
	margin-left: 25px;
	margin-bottom: 10px;
	color: #666;
	font-size: 80%;
}

#orderTotals{
	font-size: 14px;
	width: 60%;
	margin-left: auto;
	text-align: right;
}
#orderTotals dt{
	float: left;
}
#orderTotals dt:last-child,
#orderTotals dd:last-child,
.ottotal{
	font-size: 18px;
	font-weight: bold;
}
.edit-button-row{
	margin-top: 1em;
	text-align: right;
}

.step{
	margin: 0;
	padding: 0;
	list-style: none;
}
.step li{
	color: #666;
	text-align: center;
}
.step .step-order{
	font-weight: bold;
	padding: 3px 10px;
	background: #e6e6e6;
}
.step .step-order strong{
	font-size: 20px;
	margin-left: 3px;
}
.step .step-title{
	font-size: 20px;
	padding: 20px 10px;
	background: #f9f9f9;
	line-height: 1.2;
}
.step .current .step-order,
.checkoutshipping .step li:nth-child(1) .step-order,
.checkoutshippingaddress .step li:nth-child(1) .step-order,
.checkoutpayment .step li:nth-child(2) .step-order,
.checkoutpaymentaddress .step li:nth-child(2) .step-order,
.checkoutconfirmation .step li:nth-child(3) .step-order,
.checkoutsuccess .step li:nth-child(4) .step-order{
	color: #fff;
	background: #015e99;
}
.step .current .step-title,
.checkoutshipping .step li:nth-child(1) .step-title,
.checkoutshippingaddress .step li:nth-child(1) .step-title,
.checkoutpayment .step li:nth-child(2) .step-title,
.checkoutpaymentaddress .step li:nth-child(2) .step-title,
.checkoutconfirmation .step li:nth-child(3) .step-title,
.checkoutsuccess .step li:nth-child(4) .step-title{
	color: #015e99;
	font-weight: bold;
	background: #f2f7fa;
}
@media screen and (min-width: 768px) {
	.step li + li:before{
		content:'\E313'; /*keyboard_arrow_down*/
		font-family: 'Material Icons';
		font-weight: normal;
		font-size: 60px;
		color: #ccc;
		display: block;
		height: 50px;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	.step {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		height: 40px;
		margin-bottom: 30px;
	}
	.step li{
		flex: 1;
		position: relative;
		line-height: 1.2;
	}
	.step .step-title{
		display: none;
	}
	.step .step-order{
		font-size: 12px;
		padding: 3px 5px 3px 10px;
		height: 100%;
		box-sizing: border-box;
	}
	.step .step-order strong{
		font-size: 16px;
		display: block;
	}
	.step li:first-child .step-order{
		padding-left: 10px;
	}
	.step li:before{
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		border-left: 10px solid #fff;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		top: 0;
		right: -11px;
		z-index: +1;
	}
	.step li:after{
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		border-left: 10px solid #e6e6e6;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		top: 0;
		right: -10px;
		z-index: +2;
	}
	.step li.current:after, 
	.checkoutshipping .step li:nth-child(1):after, 
	.checkoutshippingaddress .step li:nth-child(1):after, 
	.checkoutpayment .step li:nth-child(2):after, 
	.checkoutpaymentaddress .step li:nth-child(2):after, 
	.checkoutconfirmation .step li:nth-child(3):after, 
	.checkoutsuccess .step li:nth-child(4):after{
		border-left-color: #015E99;
	}
	.step li:last-child:before,
	.step li:last-child:after{
		content: none;
	}
}

/* login
----------------------------------------- */
.link-signin-for-guest .button{
	margin-left: 10px;
}
@media screen and (min-width: 768px) {
	.link-signin-for-guest{
		text-align: right;
		margin-top: -20px;
		margin-bottom: -40px;
	}
	#content.login table.v-layout{
		max-width: 800px;
	}
	#content.login .link-s{
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
	}
}


/* my page
----------------------------------------- */
.account-menu{
	margin: 30px 0;
}
.account-menu .columns .column{
	margin-bottom: 2em;
}
.account-menu h3{
}

.account #main #reviced dt{
	float: left;
	width: 8.5em;
	margin-top: 5px;
	padding-left: 25px;
	background-image: url(../../../jp/shop/images/list-blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.5em;
	line-height: 1.5;
}
.account #main #reviced dd{
	padding-left: 10em;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEE4E5;
	line-height: 1.5;
}
.account #main #reviced dd.first{
	border-top-width: 0px;
}

.account #main .my-faq ul{
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}
.account #main .my-faq li{
	margin: 5px 0;
	padding-left: 25px;
	background-image: url(../../../jp/shop/images/list-blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.5em;
}

.address-edit{
	float: right;
	margin: 15px;
	padding: 0;
	list-style: none;
}
.address-edit li{
	margin-bottom: 20px;
}
.addressbookprocess p.primary{
	border-top: 1px dotted #ddd;
	text-align: center;
	padding: 2em 0 0;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.cart-table .download-process{
		display: inline-block;
		width: 189px;
		text-align: center;
	}
}


/* copy from pc css
----------------------------------------- */
#shop #main table.check .name td label,
#shop #main table.check .kana td label{
	display: none;
}
.debag{
	display: none;
}
#print h1,
#print #sub{
	display: none;
}
#print #main{
	width: auto;
	float: none;
}
#shop .checkoutpayment #main table td .inputLabelPayment{
	display: none;
}
#shop .reestimate .messageStackError{
	display: none;
}

#shop #main table th.row-left {
	text-align: left;
	vertical-align: top; 
}

/* checkout_questionnaire
----------------------------------------- */
.checkoutquestionnaire table.question:nth-of-type(even) th,
.checkoutquestionnaire table.question:nth-of-type(even) td {
    background-color: transparent;
}

/* print
----------------------------------------- */
@media print {
	body, body#shop, body#whatsnew{background: #fff}
	.cart-table th,
	.cart-table td,
	.table-stripe th,
	.table-stripe td{
		border-bottom: 1px solid #ccc;
	}
}
