@charset "utf-8";
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
/*@import url(//fonts.googleapis.com/css?family=Cuprum);*/
@import url(//fonts.googleapis.com/css?family=Crimson+Text);
html, body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust:none;
	font-family: Arial, Meiryo, sans-serif;
}
h1, h2, h3, h4, h5, h6, pre, address, em, th, ins {
	font-size:100%;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, pre, address, ul, ol, li, dl, dt, dd, form, legend, p {
	margin:0;
	padding:0;
}
table, tr, td, th {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:0;
}
img {
	border:0;
	vertical-align:bottom;
}
ul, ul, li {
	list-style-type: none;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
/* リンク指定
----------------------------------------------- */
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
}
a:hover {
	color:#C00;
	text-decoration:underline;
}
/*--------------------------------------- */
.mt10 {
	margin-top:10px;
}
.mb10 {
	margin-bottom:10px;
}
.mt15 {
	margin-top:15px;
}
.mb15 {
	margin-bottom:15px;
}
.mt20 {
	margin-top:20px;
}
.mt20 {
	margin-top:20px;
}
.mt20 {
	margin-top:20px;
}
.mb20 {
	margin-bottom:20px;
}
.ml40 {
	margin-left:40px !important;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.pb20 {
	padding-bottom:20px;
}
.bold {
	font-weight:bold;
}
.fl {
	float:left;
}
.fl_r {
	float:right;
}
.red {
	color:#CC201C !important;
}
.red_under {
	color:#CC201C !important;
	text-decoration:underline !important;
}
.ontrans80 {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.ontrans80:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.f12 {
	font-size:0.750em;
}
.f13 {
	font-size:0.813em;
}
hr{
	margin-top:10px;
	margin-bottom:30px;
	border:0;
	    clear: both;
}
/*--------------------------------------- */
.wrap {
	width:100%;
}
.header {
	width:100%;
	height:130px;
	/*box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	display:none;*/
  border-top: 4px solid #C00;
	background-image: url(../img/header_bg.png);
	border-bottom: 1px solid rgba(204, 204, 204, 0.43);
}
.header .logo {
	float: left;
	width: 200px;
}
.header .lang {
	float: right;
	width: 360px;
}
.header ul.lang {
	margin-top:30px;
}
.header ul.lang li {
	display: inline-block;
	font-family: Arial, Meiryo, sans-serif;
	border: 1px solid rgba(204, 204, 204, 0.57);
	padding: 5px;
	font-size: 13px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	margin: 0;
	float: left;
	margin-left: -1px;
	height: 18px;
	line-height: 18px;/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;*/
}
.header ul.lang li.on {
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #F5F5F5, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E6E6E6));
	font-weight:bold;
}
.header ul.lang li.on a{
	color:#A61413;
}
.header ul.lang li a{
	color:#000;
	display:block;
}
.header ul.lang li a:hover{
	color:#C00;
	text-decoration:underline;
}
.header ul.lang li.cn{
	border-radius: 4px 0 0 4px;
}
.header ul.lang li.en{
	border-radius: 0 4px 4px 0;
}
.headerInner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.header ul.menu {
	float: left;
	width: 100%;
	margin-top:17px;
}
.header ul.menu li {
	display: inline-block;
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	font-weight: 600;
	width: 19%;
	text-align: center;
	border-left: 1px solid rgba(204, 204, 204, 0.67);
}
.header ul.menu li.last {
	border-right: 1px solid rgba(204, 204, 204, 0.67);
}

.header ul.menu li a{
	color:#000;
	display:block;
	margin-left: 3px;
}
.header ul.menu li a:hover{
	color:#C00;
	text-decoration:underline;
}
.header ul.menu li.top {width:8%;}
.header ul.menu li.char {width:27%;}
.header ul.menu li.lineup {width:19%;}
.header ul.menu li.voice {width:19%;}
.header ul.menu li.shop {width:10%;}
.header ul.menu li.inquiry {width:13%;}
.header ul.menu .on a{
	color:#C00!important;
	background-color: rgba(234, 233, 233, 0.43);
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

/*********************NAV*/
.navTitle {
	width:100%;
	height:60px;
	background-color:#C00;
	margin-bottom:30px;
}
.navInner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-family: 'Crimson Text', serif;
	font-size: 32px;
	font-weight: 200;
	padding:5px;
}
/*********************CONTENTS*/
.contents {
	width:1000px;
	height:auto;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}

.contents h1.product {
	width:100%;
	display: inline-block;
	font-family: 'Crimson Text', serif;
	font-size: 28px;
	font-weight: 400;
	text-align:center;
	padding:12px;
	margin-top:12px;
	margin-bottom:12px;
}
.contents .main {
	float:left;
	width:705px;
	background-color: rgba(238, 238, 238, 0.44);
	min-height:450px;
}
.contents .main .bloc {
	margin: 25px;
	width: 300px;
	display: inline-block;
	float: left;
	min-height: 265px;
}
.contents .main .bloc p.thumb img {
	border-radius: 4px 4px 0 0;
}
.contents .main .bloc .feature {
	font-family: 'Crimson Text', serif;
	font-size: 25px;
	color:#C00;
	    padding-top: 5px;
    padding-bottom: 5px;
}
.contents .navi {
	float: left;
	width: 275px;
	margin-left: 20px;
}
.contents .navi .naviInner {
	padding:12px;
	background-color:rgba(204, 204, 204, 0.52);
}
.contents .navi .naviInner h2 {
	background-color: #c00;
	color: #fff;
	text-align: center;
	padding: 12px;
	font-family: 'Crimson Text', serif;
	font-size:21px;
	font-weight: 400;
}
.contents .navi .naviInner ul, 
.contents .navi .naviInner li {
	margin:0;
	padding:0;
	background-color: #333;
	color: #fff;
	padding:6px;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}
.contents .navi .naviInner li a{
    color: #fff;
    display: block;
    padding: 6px;
    border-radius: 3px;
}
.contents .navi .naviInner li a:hover{
	color:#fff;
	text-decoration:underline;
	background-color: rgba(255, 255, 255, 0.08);
}

.contents .navi .naviInner .inquiry{
	  background-image: url(../img/inquiry.png);
    /* min-height: 200px; */
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 11px;
    padding-top: 124px;
    font-size: 14px;
    text-align: left;
}
.contents .navi .naviInner .inquiry a{
	display:block;
}

.gotoTop{
	position:fixed;
	bottom:5%;
	right:5%;
	z-index:100;
}
.gotoTop p{
		width: 40px;
    height: 40px;
    background-image: url(../img/top.png);
    display: block;
}

/*Footer*/
.footer {
	width: 100%;
	height:auto;
	background:#FCFCFC;
	border-top: 1px solid #D5D5D5;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:30px;
}

.footerInner{
	width:1000px;
	text-align:center;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}
.footerInner ul{
	width:90%;
	padding:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.footerInner li{
	display:inline;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	border-left: 1px solid rgba(204, 204, 204, 0.67);
	margin:8px;
	text-align:center;
}
.footerInner li.last {
	border-right: 1px solid rgba(204, 204, 204, 0.67);
}
.footerInner .navi{
	margin-top:15px;
}
.footerInner .copy{
	font-size:12px;
	color:#999;
	margin-top:15px;
}