@charset "UTF-8";

header {
	margin-bottom: 0 !important;
}
#main .mainInner {
	max-width: none !important;
}
/* product */
#product h1 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
#title {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 0;
}
#language {
	max-width: 1000px;
	margin: 0 auto 20px;
}
#language ul {
	float: right;
}
#language ul li {
	margin: 20px 20px 0 0;
	float: left;
}
#language ul li:last-child {
	margin-right: 0;
}
#language ul li a {
	padding: 5px 30px 3px;
	color: #FFFFFF;
	background-color: #BB1122;
	font-size: 136%;
	text-decoration: none;
	display: inline-block;
}
#social {
	display: table;
	margin: 0 auto 30px;
}
#social ul li {
	margin-right: 20px;
	float: left;
}
#social ul li:last-child {
	margin-right: 0;
}
.mark {
	margin: 0 0 40px;
	padding: 8px 0 6px;
	color: #FFFFFF;
	background-color: #2e2422;
	font-size: 188%;
	font-weight: bold;
	text-align: center;
	clear: both;
}
#concept {
	max-width: 1000px;
	margin: 0 auto 0;
}
.box_concept {
	margin-bottom: 40px;
	padding: 20px 20px 16px;
	color: #FFFFFF;
	background-color: #2e2422;
}
#concept_l {
	width: 500px;
	float: left;
}
#concept_l img {
	margin: 0 0 4px;
}
#concept_r {
	width: 440px;
	float: right;
}
#concept_r p {
	margin-bottom: 10px;
}
#concept_r ul {
	margin: 0 0 0 22px;
	list-style-type: disc;
}
.txt_title {
	font-size: 150%;
}
.txt_box {
	margin: 20px 0 0;
	padding: 10px 15px;
	color: #000000;
	background-color: #e6e6e6;
}
.txt_box p {
	margin: 3px 0 0 5px !important;
}
.txt_box a {
	color: #000000;
}
.price_en {
	font-size: 80%;
	padding-left: 5px;
}
.item {
	max-width: 1000px;
}
.shop {
	margin: 50px 0 55px;
	text-align: center;
}
.shop a {
	padding: 25px 40px 23px;
	color: #FFFFFF;
	background-color: #BB1122;
	background: -webkit-linear-gradient(#BB1122 0%,  #2e2422 100%);
	background: -o-linear-gradient(#BB1122 0%,  #2e2422 100%);
	background: linear-gradient(#BB11222 0%,  #2e2422 100%);
	border-radius: 15px;
	font-size: 186%;
	text-decoration: none;
	display: inline-block;
}
.caution {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 86%;
}
.caution_en {
	max-width: 1000px;
	margin: 20px auto 0;
	font-size: 86%;
}
.wrap_box_point {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/* clearfix */
#product:after,
#title:after,
#social:after,
#contents:after,
#concept:after,
.box_concept:after,
#concept_r:after,
#concept_l:after,
#parts:after,
#point:after,
.wrap_box_point:after,
.box_point:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html #product,
*:first-child+html #title,
*:first-child+html #social,
*:first-child+html #contents,
*:first-child+html #concept,
*:first-child+html .box_concept,
*:first-child+html #concept_r,
*:first-child+html #concept_l,
*:first-child+html #parts,
*:first-child+html #point,
*:first-child+html .wrap_box_point,
*:first-child+html .box_point {
	min-height:1%;
}