@charset "UTF-8";

/**
 * リセット
 */
html{
	color: #3d3d3d;
	font-size: 62.5%;
	min-width: 1200px;
}
body{
	font-size: 1.2rem;
	line-height: 1.6em;
}
ul,ol,dl{
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style: none;
}
a:link,
a:visited{
	color: #3d3d3d;
	text-decoration: none;
}
a:active{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color: #3d3d3d;
	text-decoration: underline;
}
figure{
	display: block;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
i,em{
	font-style: normal;
}
p{
	max-height: 100%;
}
input[type="text"],
input[type="password"],
textarea{
	-webkit-appearance: none;
	border-radius: 0;
}

.container{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1200px;
}

.oqty{
	text-align:right;
	padding-right:5px;
}

/**
 * 汎用クラス
 */
.bg{
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.sp-inline,
.sp-inline-block,
.sp-block{
	display: none;
}

.rbc-alpha:hover{
	opacity: 0.6;
}
.rbc-alpha:active{
	opacity: 0.3;
}

/**
 * PC向けスタイル
 */

body>header{
}

#ceiling{
	background: #b22836;
	height: 40px;
}
#ceiling a:link,
#ceiling a:visited{
	color: #dfb8bc;
}
#ceiling a:hover{
	color: #dfcdcf;
}
#ceiling a:active{
	color: #fff;
}
#ceiling ul{
	overflow: hidden;
	position: relative;
}
#ceiling ul>li{
	float: left;
	margin-right: 20px;
}
#ceiling ul>li>a{
	line-height: 40px;
}
#lang-nav{
	float: left;
}
#ceil-nav{
	float: right;
}
#main-header{
	height: 140px;
}

#imgCD{
	padding-top:2px;
	width:477px;
}

#title{
	left: 50%;
	margin-left: -80px;
	position: absolute;
}
#title>a{
	background: url("../img/header-logo_pc.png") no-repeat 0 0;
	height: 90px;
	width: 160px;
}
#header-sns,
#header-nav{
	overflow: hidden;
}
#header-sns>li,
#header-nav>li{
	float: left;
	margin-left: 10px;
}
#header-sns>li:first-child,
#header-nav>li:first-child{
	margin-left: 0;
}
#header-sns{
	position: absolute;
	left: 0;
	top: 65px;
}
#header-sns>.fb>a{
	background: url("../img/header-btn-fb_pc.png") no-repeat 0 0;
	height: 30px;
	width: 30px;
}
#header-nav{
	position: absolute;
	right: 0;
	top: 70px;
}
#header-nav>.login>a{
	background: url("../img/header-btn-login_pc.png") no-repeat 0 0;
	height: 24px;
	width: 80px;
}
#header-nav>.mypage>a{
	background: url("../img/header-btn-mypage.png") no-repeat 0 0;
	height: 24px;
	width: 80px;
}
#header-nav>.cart>a{
	background: url("../img/header-btn-cart_pc.png") no-repeat 0 0;
	height: 24px;
	width: 80px;
}
#global-nav{
	margin-bottom: 0;
	position: relative;
	/* z-index: 2; */
}
#global-nav .globalMenu{
	z-index: 2;
}

#global-nav>ul{
	border-right: 1px solid #d3d3d3;
	height: 60px;
	position: relative;
}
#global-nav>ul>li{
	border-left: 1px solid #d3d3d3;
	float: left;
	/*position: relative;*/
}
#global-nav>ul>li>a{
	background-image: url("../img/global-nav_pc.png");
	background-repeat: 0;
	height: 60px;
	width: 170px;
}
#global-nav>ul>li>a.blog {
	background-image: url("../img/global-nav_blog.png");

}
#global-nav>ul>li:nth-child(1)>a{
	background-position: -1px 0;
}
#global-nav>ul>li:nth-child(2)>a{
	background-position: -172px 0;
}
#global-nav>ul>li:nth-child(3)>a{
	background-position: -344px 0;
	width: 169px;
}
#global-nav>ul>li:nth-child(4)>a{
	background-position: -516px 0;
	width: 169px;
}
#global-nav>ul>li:nth-child(5)>a{
	background-position: -686px 0;
}
#global-nav>ul>li:nth-child(6)>a{
	background-position: -857px 0;
}

#global-nav>ul>li>div{
	display: none;
	position: absolute;
	left: 10px;
	top: 60px;
	padding-top: 12px;
}
#global-nav>ul>li>div>span{
	width: 24px;
	height: 14px;
	background: url("../img/global-nav-subnav-arrow.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
#global-nav>ul>li:nth-child(1)>div>span{
	left: 62px;
}
#global-nav>ul>li:nth-child(2)>div>span{
	left: 234px;
}
#global-nav>ul>li>div>ul{
	background: #f0f0f0;
	border: 1px solid #606060;
	border-radius: 5px;
	overflow: hidden;
	padding: 30px 0 30px 30px;
	position: relative;
	width: 1150px;
}
#global-nav>ul>li>div>ul>li{
	float: left;
	line-height: 2em;
	width: 280px;
}
#global-nav>ul>li>div>ul>li>strong{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 20px;
}
#global-nav>ul>li>div>ul>li>strong:first-child{
	margin-top: 0;
}
#global-nav>ul>li>div>ul>li>strong>a{
	display: block;
}
#global-nav>ul>li>div>ul>li>ul{
}
#global-nav>ul>li>div>ul>li>ul>li{
}
#global-nav>ul>li>div>ul>li>ul>li>a{
	display: block;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
#global-nav>ul>li>div>.closer{
	display: none;
}
#global-nav>ul>li#head-search{
	height: 60px;
}
#global-nav>ul>li#head-search input[type="text"]{
	background: #f1f1f1 url("../img/icon-loupe.png") no-repeat 0 50%;
	border: 1px solid #d3d3d3;
	display: inline-block;
	margin: 14px 0 0 8px;
	padding: 5px 5px 5px 23px;
	width: 130px;
}


#content{
	padding-bottom: 90px;
	padding-top: 20px;
}

#content.high{
	margin-top:20px;
	background: #000;
	color: #fff;
}


#content.high input,
#content.high .variation-list
{/*nove*/
	color: black;
}

body>footer{
	border-top: 1px solid #000;
	height: 100px;
}
#foot-nav{
	overflow: hidden;
	position: absolute;
	top: 20px;
}
#foot-nav>li{
	border-left: 1px solid #3d3d3d;
	float: left;
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 100%;
	padding: 0 7px;
}
#foot-nav>li:first-child{
	border-left: none;
}
footer .copyright{
	color: #8a8a8a;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	position: absolute;
	right: 0;
	top: 20px;
}

#haisouTesuu {
	font-size:1.2rem;
}

#haisouTesuu .title{
	background-color:#e4e4e4;
	font-size:1.2rem;
	font-weight:bold;
	padding:10px;
}

#haisouTesuu.high .title,
#haisouTesuu.high table th{
	background-color:#444;
	font-weight:normal;
}

#haisouTesuu table{
	border-left:1px solid #909090;
	border-top:1px solid #909090;
	float:left;
	margin-bottom:12px;
	width:475px;
}

#haisouTesuu table td,
#haisouTesuu table th{
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
	padding:5px;
}

#haisouTesuu table th{
	background-color:#e4e4e4;
	font-size:1.2rem;
	padding:10px;
	text-align:center;
}

#haisouTesuu table td{
	text-align:right;
}

#haisouTesuu table td.prefecture{
	text-align:left;
}

/* 2019/04/04 blog link 追加 str */
#hpsearch {
	border: 0px solid #d3d3d3;
	position: absolute;
	right: 180px;
	top: 68px;
	z-index: 1;
}
#hpsearch > form > input[type="text"] {
	border: 1px solid #d3d3d3;
	background: #f1f1f1 url("../img/icon-loupe.png") no-repeat 0 50%;
	width: 150px;
	display: inline-block;
	margin: 0;
	padding: 5px 5px 5px 23px;
}
/* 2019/04/04 blog link 追加 end */

/**
 * スマホ向けスタイル
 */
@media only screen and (max-width: 767px) {
	#haisouTesuu table{
		max-width:100%;
	}

	#title>a{
		margin-top:25px;
	}

	#haisouTesuu table{
		width:460px;
	}

	#imgCD{
		padding-top:5px;
		width:300px;
	}

	html{
		min-width: 0;
	}
	body{
	}
	img{
		max-width: 100%;
	}
	input, textarea{
		font-size: 1.6rem;
	}
	.pc-inline,
	.pc-inline-block,
	.pc-block{
		display: none !important;
	}
	.sp-inline{
		display: inline;
	}
	.sp-inline-block{
		display: inline-block;
	}
	.sp-block{
		display: block;
	}
	.container{
		width: 460px;
	}
	#lang-nav{
		margin-left: 20px;
	}
	#header-sns>li,
	#header-nav>li{
		float: none;
		margin-bottom: 5px;
		margin-left: 0;
	}
	#header-sns{
		left: 10px;
	}
	#header-nav{
		right: 10px;
		top: 75px;
	}
	#global-nav>ul{
		border-right: none;
		height: auto;
		width: 456px;
		margin-left: auto;
		margin-right: auto;
	}
	#global-nav>ul>li{
		margin-bottom: 10px;
	}
	#global-nav>ul>li:nth-child(3),
	#global-nav>ul>li:nth-child(6){
		border-right: 1px solid #d3d3d3;
	}
	#global-nav>ul>li>a{
		width: 150px !important;
	}
	#global-nav>ul>li:nth-child(1)>a{
		background-position: -9px 0;
	}
	#global-nav>ul>li:nth-child(2)>a{
		background-position: -182px 0;
	}
	#global-nav>ul>li:nth-child(3)>a{
		background-position: -354px 0;
	}
	#global-nav>ul>li:nth-child(4)>a{
		background-position: -525px 0;
	}
	#global-nav>ul>li:nth-child(5)>a{
		background-position: -697px 0;
	}
	#global-nav>ul>li:nth-child(6)>a{
		background-position: -867px 0;
	}
	#global-nav>ul>li>div{
		left: 0px;
	}
	#global-nav>ul>li:nth-child(2)>div>span{
		left: 214px;
	}
	#global-nav>ul>li>div>ul{
		padding: 10px 0 50px 10px;
		position: relative;
		width: 440px;
	}
	#global-nav>ul>li>div>ul>li{
		float: none;
		width: 440px;
	}
	#global-nav>ul>li>div>ul>li>strong{
		margin-top: 30px;
	}
	#global-nav>ul>li>div>ul>li>strong:first-child{
		margin: 30px 0 5px 0;
	}
	#global-nav>ul>li>div>ul>li:first-child>strong:first-child{
		margin-top: 5px;
	}
	#global-nav>ul>li>div>ul>li>ul{
		overflow: hidden;
		position: relative;
	}
	#global-nav>ul>li>div>ul>li>ul>li{
		float: left;
		margin: 3px 0;
		width: 50%;
	}
	#global-nav>ul>li>div>.closer{
		background: url("../img/icon-global-nav-closer.png") no-repeat 50% 50%;
		top:0;
		display: block;
		height: 80px;
		overflow: hidden;
		position: absolute;
		right:0;
		width: 100px;
/*

		bottom: 0;
		display: block;
		height: 50px;
		left: 0;
		overflow: hidden;
		position: absolute;
		text-indent: 200%;
		width: 100%;*/
	}
	#global-nav>ul>li#head-search{
		border-left: none;
		height: auto;
		text-align: center;
		width: 458px;
	}
	#global-nav>ul>li#head-search input[type="text"]{
		margin: 0;
		width: 118px;
	}
	#content{
		padding-bottom: 30px;
	}

	#foot-nav{
		position: relative;
		margin-top: 10px;
		top: 0;
		text-align: center;
	}
	#foot-nav>li{
		display: inline-block;
		float: none;
		letter-spacing: 0;
	}
	footer .copyright{
		position: relative;
		right: auto;
		text-align: center;
		top: 0;
	}

	/* 2019/04/04 blog link 追加 str */
	#global-nav>ul>li>a.blog {
		background-position: -10px 0;
	}
	#hpsearch {
		border: 0px solid #d3d3d3;
		right: 8px;
		top: 298px;

	}
	#hpsearch > form > input[type="text"] {
		width: 220px;
	}
	/* 2019/04/04 blog link 追加 end */
}

@media only screen and (max-width: 479px) {
	.container{
		width: 99%;
		margin-left:auto;
		margin-right:auto;
	}

	input,
	textarea{
/*		font-size: 24px !important; nove hide */
	}

}


/**
 * 印刷向けスタイル
 */
@media print{
	html{
		zoom: 0.85;
	}
}
