* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	color: #444;
	font-size:12px;
	font-family: 'M PLUS 1p', sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

img {
   vertical-align:bottom;
	 width:100%;
	 height: auto;
	 display: block;;
}

a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#777;
	text-decoration:none;
}

.iframe-content {
	position: relative;
	width: 100%;
}
.iframe-content iframe {
	width: 100%;
	height: 100%;
}

.b-m10 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.b-m15 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }
.b-m20 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
.b-m25 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; }
.b-m15cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; clear: both; }
.b-m20cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; clear: both; }
.b-m25cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; clear: both; }
.b-m30cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 30px; margin-left: 0px; clear: both; }
.b-m35cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 35px; margin-left: 0px; clear: both; }
.b-m40cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 40px; margin-left: 0px; clear: both; }
.b-m45cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 45px; margin-left: 0px; clear: both; }
.b-m70cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 70px; margin-left: 0px; clear: both; }

.tac { text-align: center; }


/* Style for PCs */
@media screen and (min-width: 1025px) {

	#wrapper {
		width:100%;
		height:auto;
		margin:0 auto;
	}

	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	.tac { text-align: center; }
	.pc-none {
		display: none!important;
	}



/*-----------------------------------------------------------------*/
/* Menu */
/*-----------------------------------------------------------------*/
#menubody {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 0;
}

nav[role=navigation] {
	width:100%;
	height:auto;
	clear: both;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
		position:absolute;
	z-index:9970;
	top:-240px;
	left:0;
}
.js nav[role=navigation] {
	overflow: hidden;
}
nav[role=navigation].active {
	width:100%;
	height:auto;
	display:block;
	margin-left:0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	top:100px;
}

#menubody #m1body {
	width: 100%;
	height: auto;
	display: block;
}
#menubody #m1body a {
	width: auto;
	height: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#menubody #m1body #m1bn {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#menubody #m1body #m1bn p#mstn {
	width: 100%;
	height: 90px;
	display: block;
	overflow: hidden;
}
#menubody #m1body #m1bn p#mstn a {
	width: 100%;
	height: 90px;
	display: block;
}
#menubody #m1body #m1bn p#mstn a:active {
	background-image: url(../img/bgm2.png);
	background-position: center center;
	background-repeat: repeat;
}
#menubody #m1body #m1bn p#mstn a .ment0 {
	display: none;
}
#menubody #m1body #m1bn p#mstn a .mjpt0 {
	font-size: 12px;
	font-weight: 400;
	line-height: 90px;
	width: auto;
	height: 90px;
	display: block;
	color: #fff;
	border-right: 1px solid #202866;
	border-bottom: 1px solid #202866;
}
#menubody #m1body #m1bn p#mstn a .ic_a {
	background-image: url(../img/m_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 12px;
	width: 100%;
	height: 90px;
	display: block;
}
#menubody #m1body #m1bn ul#m1r {
	width: 100%;
	height: auto;
	display: block;
}
#menubody #m1body #m1bn ul#m1r li {
	width: 16.6666667%;
	height: 44px;
	display: block;
	float: left;
	overflow: hidden;
}

#menubody #m1body #m1bn ul#m1r li a {
	width: 100%;
	height: 44px;
	display: block;
		background-color: #000034;

}
#menubody #m1body #m1bn ul#m1r li a:hover {
	background-color:#131389;
}
#menubody #m1body #m1bn ul#m1r li a .ment1 {
	display: none;
}
#menubody #m1body #m1bn ul#m1r li a .mjpt1 {
	font-size: 12px;
	font-weight: 400;
	line-height: 44px;
	width: auto;
	height: 44px;
	display: block;
	color: #fff;
	border-right: 1px solid #202866;
	border-bottom: 1px solid #202866;
}
#menubody #m1body #m1bn ul#m1r li a:hover .mjpt1 {
color:#fff;
}
#menubody #m1body #m1bn ul#m1r li a .ic_a {
	background-image: url(../img/m_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 12px;
	width: 100%;
	height: 44px;
	display: block;
}

#menubody #m1body #m1bn ul#m1r li a .mjpt1b {
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
	width: auto;
	height: 44px;
	display: block;
	color: #fff;
	background-color: #eb651d;
	bborder-right: 1px solid #202866;
	border-bottom: 1px solid #202866;
}
#menubody #m1body #m1bn ul#m1r li a:hover .mjpt1b {
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
	width: auto;
	height: 44px;
	display: block;
	color: #fff;
	background-color:#131389;
	border-right: 1px solid #202866;
	border-bottom: 1px solid #202866;
}


#menubody #m1body #m1bn ul#m1r li a .txt-red{
	color: #eb651d;
	}

#menubody #m1body #m1bn ul#m1r li a:hover .txt-red{
	color: #eb651d;
	}

#m2 {
	width: 100%;
	height: auto;
	display: block;
}
#m2 #m2body {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#m2 #m2body li {
	width: 33.333333333%;
	height: 44px;
	display: block;
	float: left;
	box-shadow: 0px 1px 3px #999;
	overflow: hidden;
}
#m2 #m2body li:last-child {
	padding-right: 0;
}
#m2 #m2body li a {
	width: 100%;
	height: 44px;
	display: block;
	text-align: center;
	text-decoration: none;
}
#m2 #m2body li a:active {
	background-image: url(../img/bgm2.png);
	background-position: center center;
	background-repeat: repeat;
}
#m2 #m2body li a .ment2 {
	display: none;
}
#m2 #m2body li a .mjpt2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
	width: 100%;
	height: 44px;
	display: block;
	color: #fff;border-top: 1px solid #000;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #000;
}
#m2 #m2body li a .ic_a {
	background-image: url(../img/m_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 12px;
	width: 100%;
	height: 44px;
	display: block;
}


	/*-----------------------------------------------------------------*/
	/* Footer */
	/*-----------------------------------------------------------------*/

	#footer {
	width:100%;
	height:auto;
	text-align:center;
	color:#d0d0d0;
	border-top:5px solid #ccc;
	background-color: #000034;
	}
	#footer #ftbody {
	width:auto;
	max-width:1200px;
	height:auto;
	padding:25px 10px;
	margin:0 auto;
	}
	#footer #ftbody ul {
	 text-align: center;
	 margin-bottom:5px;
	}

	#footer #ftbody li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-right: 10px;
	font-size:0.8em;
	line-height:2em;
	}
	#footer p {
	font-size:0.8em;
	color:#d0d0d0;
	line-height:2em;
	}
	#footer a {
	color:#d0d0d0;
	text-decoration:none;
	margin-left:20px;
	}
	#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}

}


/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {

	#wrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display: block;
	}
	.phone {
		display: none;
	}
	.tac {
		text-align: center;
	}

	/*----------------------------------------------------------------------------*/
	/* Menu toggle botton */
	/*----------------------------------------------------------------------------*/
	p#mlinkmm {
		width:20%;
		height:100px;
		display:block;
		float:left;
	}
	a.menu-link {
		width:100%;
		height:100px;
		display:block;
		background-image: url(../img/header/ic-menu.png);
		background-repeat:no-repeat;
		background-position:10px center;
		background-size:auto 60px;
		text-indent:-9999px;
	}

	/*-----------------------------------------------------------------*/
	/* Header */
	/*-----------------------------------------------------------------*/

	#header {
		width: 100%;
		height: 100px;
		display:block;
		background-color: #000034;
		position:fixed;
	z-index:10000;
	top:0;
	left:0;
	box-shadow:0px 2px 5px rgba(0,0,0,0.30);
	}

	#hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	
	#hr01 {
	width:20%;
	height: 100px;
	display: block;
	float: right;
	}
	#hr01 ul {
	width:100px;
	height: 100px;
	display: block;
	padding:15px 0;
	float:	right;
	margin-right:10px;
	}
	#hr01 li {
	width:50px;
	height: 70px;
	display: block;
	float: left;
	}
	#hr01 li a {
	width:50px;
	height: 70px;
	display: block;
	text-align: center;
	padding-top:50px;
	font-family: 'Poppins', sans-serif;
	font-size:0.6em;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.5px;
	color:#999;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 40px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	#hr01 li a#hr-stock {
	background-image: url(../img/header/ic-stock.png);
	}
	#hr01 li a#hr-access {
	background-image: url(../img/header/ic-access.png);
	}
	#hr01 li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

	#header h1 {
		width:60%;
		height:100px;
		display:block;
		float:left;
	}

	#header h1 a {
		width:100%;
		height:100px;
		display:block;
		background-image:url(../img/header/logo-h_w.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 50px;
		text-indent:-9999px;
	}

	/*-----------------------------------------------------------------*/
	/* Menu */
	/*-----------------------------------------------------------------*/



	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 800px;
	}
	#menubody {
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}
	#menubody #m1body {
		width: 100%;
		height: auto;
		display: block;
	}
	#menubody #m1body a {
		width: auto;
		height: auto;
		display: block;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background-color: #000034;

	}
	#menubody #m1body #m1bn {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#menubody #m1body #m1bn p#mstn {
		width: 100%;
		height: 90px;
		display: block;
		overflow: hidden;
	}
	#menubody #m1body #m1bn p#mstn a {
		width: 100%;
		height: 90px;
		display: block;
	}
	#menubody #m1body #m1bn p#mstn a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#menubody #m1body #m1bn p#mstn a .ment0 {
		display: none;
	}
	#menubody #m1body #m1bn p#mstn a .mjpt0 {
		font-size: 12px;
		font-weight: bold;
		line-height: 90px;
		width: auto;
		height: 90px;
		display: block;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn p#mstn a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 90px;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r {
		width: 100%;
		height: auto;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r li {
		width: 20%;
		height: 44px;
		display: block;
		float: left;
		overflow: hidden;
	}
	#menubody #m1body #m1bn ul#m1r li a {
		width: 100%;
		height: 44px;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r li a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#menubody #m1body #m1bn ul#m1r li a .ment1 {
		display: none;
	}
	#menubody #m1body #m1bn ul#m1r li a .mjpt1 {
		font-size: 12px;
		font-weight: 400;
		line-height: 44px;
		width: auto;
		height: 44px;
		display: block;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn ul#m1r li a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 44px;
		display: block;
	}
	
	#menubody #m1body #m1bn ul#m1r li a .mjpt1b {
		font-size: 12px;
		font-weight: bold;
		line-height: 44px;
		width: auto;
		height: 44px;
		display: block;
		color: #fff;
		background-color: #eb651d;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn ul#m1r li a:hover .mjpt1b {
		font-size: 12px;
		font-weight: bold;
		line-height: 44px;
		width: auto;
		height: 44px;
		display: block;
		color: #fff;
		background-color:#131389;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}

	#menubody #m1body #m1bn ul#m1r li a .txt-red{
		color: #eb651d;
		}

	#menubody #m1body #m1bn ul#m1r li a:hover .txt-red{
		color: #eb651d;
		}

	#m2 {
		width: 100%;
		height: auto;
		display: block;
	}
	#m2 #m2body {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#m2 #m2body li {
		width: 33.333333333%;
		height: 44px;
		display: block;
		float: left;
		box-shadow: 0px 1px 3px #999;
		overflow: hidden;
	}
	#m2 #m2body li:last-child {
		padding-right: 0;
	}
	#m2 #m2body li a {
		width: 100%;
		height: 44px;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	#m2 #m2body li a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#m2 #m2body li a .ment2 {
		display: none;
	}
	#m2 #m2body li a .mjpt2 {
		font-size: 12px;
		font-weight: 400;
		line-height: 44px;
		width: 100%;
		height: 44px;
		display: block;
		color: #333;
		border-right: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
	}
	#m2 #m2body li a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 44px;
		display: block;
	}
	/*-----------------------------------------------------------------*/
	/* Footer */
	/*-----------------------------------------------------------------*/

	#footer {
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		background-color: #000034;
		border-top:3px solid #ccc;
	}
	#footer #ftbody {
		width: auto;
		height: auto;
		padding: 25px 10px;
		margin: 0 auto;
	}
	#footer #ftbody ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#footer #ftbody li {
		display: -moz-inline-box;
		display: inline-block;
	 /display: inline;
	 /zoom: 1;
		padding-right: 10px;
		font-size: 0.8em;
		line-height: 2em;
	}
	#footer p {
		font-size: 0.8em;
		color: #fff;
		line-height: 25px;
		height: 25px;
		width: 100%;
		display: block;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
		margin-left: 20px;
	}
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}

}


/* Style for TabletPCs Large models */
@media screen and (min-width: 481px) and (max-width: 768px) {

	#wrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display: block;
	}
	.phone {
		display: none;
	}
	.tac {
		text-align: center;
	}

	/*----------------------------------------------------------------------------*/
	/* Menu toggle botton */
	/*----------------------------------------------------------------------------*/
	p#mlinkmm {
		width:20%;
		height:70px;
		display:block;
		float:left;
	}
	a.menu-link {
		width:100%;
		height:70px;
		display:block;
		background-image: url(../img/header/ic-menu.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 40px;
		text-indent:-9999px;
	}

	/*-----------------------------------------------------------------*/
	/* Header */
	/*-----------------------------------------------------------------*/

	#header {
		width: 100%;
		height: 70px;
		display:block;
		background-color: #000034;
		position:fixed;
	z-index:10000;
	top:0;
	left:0;
	box-shadow:0px 2px 5px rgba(0,0,0,0.30);
	}

	#hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	
	#hr01 {
	width:20%;
	height: 70px;
	display: block;
	float: right;
	}
	#hr01 ul {
	width:80px;
	height: 70px;
	display: block;
	padding:5px 0;
	}
	#hr01 li {
	width:40px;
	height: 60px;
	display: block;
	float: left;
	}
	#hr01 li a {
	width:40px;
	height: 60px;
	display: block;
	text-align: center;
	padding-top:40px;
	font-family: 'Poppins', sans-serif;
	font-size:0.6em;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.5px;
	color:#999;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	#hr01 li a#hr-stock {
	background-image: url(../img/header/ic-stock.png);
	}
	#hr01 li a#hr-access {
	background-image: url(../img/header/ic-access.png);
	}
	#hr01 li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

	#header h1 {
		width:60%;
		height:70px;
		display:block;
		float:left;
	}

	#header h1 a {
		width:100%;
		height:70px;
		display:block;
		background-image:url(../img/header/logo-h_w.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 40px;
		text-indent:-9999px;
	}

	/*-----------------------------------------------------------------*/
	/* SNS */
	/*-----------------------------------------------------------------*/
	#header #chr2 {
		width: 40%;
		height: 70px;
		display: block;
		float: right;
	}
	#header #chr2 ul {
		width:242px;
		height:70px;
		display:block;
		float:right;
		margin-right:10px;
	}
	#header #chr2 ul li {
		float:left;
	}
	#header #chr2 ul li.hrli1 {
		width:36px;
		height:70px;
		display:block;
		float:left;
	}
	#header #chr2 ul li.hrli2 {
		width:170px;
		height:70px;
		display:block;
		float:left;
	}
	#header #chr2 ul li.hrli1 a {
		width:36px;
		height:70px;
		display:block;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:30px 30px;
		text-indent:-9999px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	#header #chr2 ul li.hrli1 a#hrfb {
		background-image:url(../img/header/ic-fb.png);
	}
	#header #chr2 ul li.hrli1 a#hrline {
		background-image:url(../img/header/ic-line.png);
	}
	#header #chr2 ul li.hrli1 a#hrtumblr {
		background-image:url(../img/header/ic-tumblr.png);
	}
	#header #chr2 ul li.hrli2 a#hrtel {
		width:100%;
		height:70px;
		display:block;
		font-size: 20px;
		font-weight:300;
		line-height: 70px;
		text-decoration:none;
		text-align: right;
		color: #333;
		font-family: 'Open Sans Condensed', sans-serif;
		background-image:url(../img/header/ic-tel.png);
		background-position:4px center;
		background-repeat:no-repeat;
		background-size:30px 30px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	#header #chr2 ul li.hrli1 a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #chr2 ul li.hrli2 a#hrtel:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	/*-----------------------------------------------------------------*/
	/* Menu */
	/*-----------------------------------------------------------------*/



	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 800px;
	}
	#menubody {
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		background-color: #000034;
	}
	#menubody #m1body {
		width: 100%;
		height: auto;
		display: block;
	}
	#menubody #m1body a {
		width: auto;
		height: auto;
		display: block;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background-color: #000034;

	}
	#menubody #m1body #m1bn {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#menubody #m1body #m1bn p#mstn {
		width: 100%;
		height: 40px;
		display: block;
		overflow: hidden;
	}
	#menubody #m1body #m1bn p#mstn a {
		width: 100%;
		height: 40px;
		display: block;
	}
	#menubody #m1body #m1bn p#mstn a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#menubody #m1body #m1bn p#mstn a .ment0 {
		display: none;
	}
	#menubody #m1body #m1bn p#mstn a .mjpt0 {
		font-size: 12px;
		font-weight: 400;
		line-height: 40px;
		width: auto;
		height: 40px;
		display: block;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn p#mstn a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 40px;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r {
		width: 100%;
		height: auto;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r li {
		width: 20%;
		height: 40px;
		display: block;
		float: left;
		overflow: hidden;
	}
	#menubody #m1body #m1bn ul#m1r li a {
		width: 100%;
		height: 40px;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r li a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#menubody #m1body #m1bn ul#m1r li a .ment1 {
		display: none;
	}
	#menubody #m1body #m1bn ul#m1r li a .mjpt1 {
		font-size: 12px;
		font-weight: 400;
		line-height: 40px;
		letter-spacing: -0.5px;
		width: auto;
		height: 40px;
		display: block;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn ul#m1r li a .mjpt1b {
		font-size: 12px;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: -0.5px;
		width: auto;
		height: 40px;
		display: block;
		background-color: #eb651d;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn ul#m1r li a:hover .mjpt1b {
		font-size: 12px;
		font-weight: bold;
		line-height: 40px;
		width: auto;
		height: 40px;
		letter-spacing: -0.5px;
		display: block;
		background-color:#131389;
		color: #fff;
		border-right: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
	}
	#menubody #m1body #m1bn ul#m1r li a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 40px;
		display: block;
	}


	#menubody #m1body #m1bn ul#m1r li a .txt-red{
		color: #eb651d;
		}

	#menubody #m1body #m1bn ul#m1r li a:hover .txt-red{
		color: #eb651d;
		}

	#m2 {
		width: 100%;
		height: auto;
		display: block;
	}
	#m2 #m2body {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#m2 #m2body li {
		width: 33.333333333%;
		height: 44px;
		display: block;
		float: left;
		box-shadow: 0px 1px 3px #999;
		overflow: hidden;
	}
	#m2 #m2body li:last-child {
		padding-right: 0;
	}
	#m2 #m2body li a {
		width: 100%;
		height: 44px;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	#m2 #m2body li a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#m2 #m2body li a .ment2 {
		display: none;
	}
	#m2 #m2body li a .mjpt2 {
		font-size: 12px;
		font-weight: bold;
		line-height: 44px;
		width: 100%;
		height: 44px;
		display: block;
		color: #fff;border-top: 1px solid #000;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		border-left: 1px solid #000;
	}
	#m2 #m2body li a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 44px;
		display: block;
	}
	/*-----------------------------------------------------------------*/
	/* Footer */
	/*-----------------------------------------------------------------*/

	#footer {
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		background-color: #000034;
		border-top:5px solid #ccc;
	}
	#footer #ftbody {
		width: auto;
		height: auto;
		padding: 25px 10px;
		margin: 0 auto;
	}
	#footer #ftbody ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#footer #ftbody li {
		display: -moz-inline-box;
		display: inline-block;
	 /display: inline;
	 /zoom: 1;
		padding-right: 10px;
		font-size: 0.8em;
		line-height: 2em;
	}
	#footer p {
		font-size: 0.8em;
		color: #fff;
		line-height: 25px;
		height: 25px;
		width: 100%;
		display: block;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
		margin-left: 20px;
	}
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}

}


/* Style for Smartphonea */
@media screen and (max-width: 480px) {

	#wrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display: block;
	}
	.phone {
		display: none;
	}
	.tac {
		text-align: center;
	}

	/*----------------------------------------------------------------------------*/
	/* Menu toggle botton */
	/*----------------------------------------------------------------------------*/
	p#mlinkmm {
		width:20%;
		height:70px;
		display:block;
		float:left;
	}
	a.menu-link {
		width:100%;
		height:70px;
		display:block;
		background-image: url(../img/header/ic-menu.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 40px;
		text-indent:-9999px;
	}

	/*-----------------------------------------------------------------*/
	/* Header */
	/*-----------------------------------------------------------------*/

	#header {
		width: 100%;
		height: 70px;
		display:block;
		background-color: #000034;
		position:fixed;
	z-index:10000;
	top:0;
	left:0;
	box-shadow:0px 2px 5px rgba(0,0,0,0.30);
	}

	#hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	
	#hr01 {
	width:20%;
	height: 70px;
	display: block;
	float: right;
	}
	#hr01 ul {
	width:80px;
	height: 70px;
	display: block;
	padding:5px 0;
	}
	#hr01 li {
	width:40px;
	height: 60px;
	display: block;
	float: left;
	}
	#hr01 li a {
	width:40px;
	height: 60px;
	display: block;
	text-align: center;
	padding-top:40px;
	font-family: 'Poppins', sans-serif;
	font-size:0.6em;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.5px;
	color:#999;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	#hr01 li a#hr-stock {
	background-image: url(../img/header/ic-stock.png);
	}
	#hr01 li a#hr-access {
	background-image: url(../img/header/ic-access.png);
	}
	#hr01 li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

	#header h1 {
		width:60%;
		height:70px;
		display:block;
		float:left;
	}

	#header h1 a {
		width:100%;
		height:70px;
		display:block;
		background-image:url(../img/header/logo-h_w.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 40px;
		text-indent:-9999px;
	}

	/*-----------------------------------------------------------------*/
	/* SNS */
	/*-----------------------------------------------------------------*/
	#header #chr2 {
		display: none;
	}
	#header #chr2 ul {
		display: none;
	}
	#header #chr2 ul li {
		display: none;
	}
	#header #chr2 ul li.hrli1 {
		display: none;
	}
	#header #chr2 ul li.hrli2 {
		display: none;
	}
	#header #chr2 ul li.hrli1 a {
		display: none;
	}
	#header #chr2 ul li.hrli1 a#hrfb {
		display: none;
	}
	#header #chr2 ul li.hrli1 a#hrline {
		display: none;
	}
	#header #chr2 ul li.hrli1 a#hrtumblr {
		display: none;
	}
	#header #chr2 ul li.hrli2 a#hrtel {
		display: none;
	}
	#header #chr2 ul li.hrli1 a:hover {
		display: none;
	}
	#header #chr2 ul li.hrli2 a#hrtel:hover {
		display: none;
	}

	/*-----------------------------------------------------------------*/
	/* Menu */
	/*-----------------------------------------------------------------*/

	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 1000px;
	}
	#menubody {
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		background-color: #000034;
	}
	#menubody #m1body {
		width: 100%;
		height: auto;
		display: block;
	}
	#menubody #m1body a {
		width: auto;
		height: auto;
		display: block;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background-color: #000034;

	}
	#menubody #m1body #m1bn {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#menubody #m1body #m1bn p#mstn {
		width: 100%;
		height: 40px;
		display: block;
		overflow: hidden;
	}
	#menubody #m1body #m1bn p#mstn a {
		width: 100%;
		height: 40px;
		display: block;
	}
	#menubody #m1body #m1bn p#mstn a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#menubody #m1body #m1bn p#mstn a .ment0 {
		display: none;
	}
	#menubody #m1body #m1bn p#mstn a .mjpt0 {
		font-size: 12px;
		font-weight: bold;
		line-height: 40px;
		width: auto;
		height: 40px;
		display: block;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn p#mstn a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 40px;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r {
		width: 100%;
		height: auto;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r li {
		width: 33.333333333333333333%;
		height: 40px;
		display: block;
		float: left;
		overflow: hidden;
	}
	#menubody #m1body #m1bn ul#m1r li a {
		width: 100%;
		height: 40px;
		display: block;
	}
	#menubody #m1body #m1bn ul#m1r li a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#menubody #m1body #m1bn ul#m1r li a .ment1 {
		display: none;
	}
	#menubody #m1body #m1bn ul#m1r li a .mjpt1 {
		font-size: 12px;
		font-weight: 400;
		line-height: 40px;
		letter-spacing: -0.5px;
		width: auto;
		height: 40px;
		display: block;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn ul#m1r li a .mjpt1b {
		font-size: 12px;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: -0.5px;
		width: auto;
		height: 40px;
		display: block;
		background-color: #eb651d;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn ul#m1r li a:hover .mjpt1b {
		font-size: 12px;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: -0.5px;
		width: auto;
		height: 40px;
		display: block;
		background-color:#131389;
		color: #fff;
		border-right: 1px solid #202866;
		border-bottom: 1px solid #202866;
	}
	#menubody #m1body #m1bn ul#m1r li a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 40px;
		display: block;
	}


	#menubody #m1body #m1bn ul#m1r li a .txt-red{
		color: #eb651d;
		}

	#menubody #m1body #m1bn ul#m1r li a:hover .txt-red{
		color: #eb651d;
		}

	#m2 {
		width: 100%;
		height: auto;
		display: block;
	}
	#m2 #m2body {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#m2 #m2body li {
		width: 33.333333333%;
		height: 44px;
		display: block;
		float: left;
		box-shadow: 0px 1px 3px #999;
		overflow: hidden;
	}
	#m2 #m2body li:last-child {
		padding-right: 0;
	}
	#m2 #m2body li a {
		width: 100%;
		height: 44px;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	#m2 #m2body li a:active {
		background-image: url(../img/bgm2.png);
		background-position: center center;
		background-repeat: repeat;
	}
	#m2 #m2body li a .ment2 {
		display: none;
	}
	#m2 #m2body li a .mjpt2 {
		font-size: 12px;
		font-weight: bold;
		line-height: 44px;
		width: 100%;
		height: 44px;
		display: block;
		color: #fff;
		border-right: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
	}
	#m2 #m2body li a .ic_a {
		background-image: url(../img/m_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: auto 12px;
		width: 100%;
		height: 44px;
		display: block;
	}
	/*-----------------------------------------------------------------*/
	/* Footer */
	/*-----------------------------------------------------------------*/

	#footer {
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		background-color: #000034;
		border-top:5px solid #ccc;
	}
	#footer #ftbody {
		width: auto;
		height: auto;
		margin: 0 auto;
	}
	#footer #ftbody ul {
		margin-bottom: 5px;
	}
	#footer #ftbody li {
		width:50%;
		height: 40px;
		display: block;
		float: left;
		border-right:1px solid #383883;
		border-bottom: 1px solid #383883;
		font-size:12px;
		line-height: 40px;
		text-align: center;
	}
	#footer #ftbody li:nth-child(2n) {
		border-right: none!important;
	}
	#footer p {
		font-size: 0.8em;
		color: #fff;
		line-height: 25px;
		height: 25px;
		width: 100%;
		display: block;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
}
