* {
	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;
	list-style:none;
}
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: #333;
	font-size:12px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 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 {
	width:100%;
	height:auto;
	display:block;
}

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

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


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

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

/*--------------------------------------------------------------------*/
/* Map */
.ytmm {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.ytmm iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.ic-dw {background-image: url(../img/ic-dw.png);}
.ic-bew {background-image: url(../img/ic-bew.png);}


/* Style for PCs */
@media screen and (min-width: 1025px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
		background-color:#fff;
		position:relative;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	.tac { text-align: center; }
	.tar { text-align: right; }


	/* Header */
	#header {
		width: 100%;
		height: auto;
		display:block;
		position:fixed;
		z-index:15000;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 99%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 99%);
		background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
		box-shadow:0px 2px 10px #999;
		box-shadow-blend-mode: multiply;
	}
	#hrbody {
		width: 100%;
		max-width:1400px;
		height: 100px;
		display:block;
		margin:0 auto;
		padding:0 2%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}

	#header h1 {
		width:20%;
		height:100px;
		display:block;
		float:left;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}

	#header h1 a {
		width:100%;
		height:100px;
		display:block;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:150px auto;
		text-indent:-9999px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}


	/* Menu */
	#menubody {
		width: 79%;
		height:100px;
		display:block;
		overflow:hidden;
		float:right;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
		border-left:1px solid #d5d5d5;
		border-right:1px solid #fff;
	}
	p#pmbn {
		display: none;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
		overflow:hidden;
	}
	nav[role=navigation] ul {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}

	nav[role=navigation]  li {
		width:20%;
		height:100px;
		list-style-image: none;
		list-style-type: none;
		float:left;
		border-left:1px solid #fff;
		border-right:1px solid #d5d5d5;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:100px;
		display:block;
		text-align:center;
		text-decoration:none;
		padding:33px 0;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	a .m_jpt {
		font-size:14px;
		display:block;
		width:auto;
		height:auto;
		display:block;
		color:#333;
		line-height:20px;
		margin-bottom:5px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	a .m_ent {
		font-family: 'Roboto', sans-serif;
		font-size:0.7em;
		font-weight:400;
		display:block;
		width:auto;
		height:auto;
		display:block;
		line-height:14px;
		color:#0149AD;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	nav[role=navigation] li a:hover {
		background-color:#0149AD;
	}
	nav[role=navigation] li a:hover .m_ent {
		color:#fff;
	}
	nav[role=navigation] li a:hover .m_jpt {
		color:#fff;
	}

	/* Header(small) */
	#header.smaller #hrbody {
		height:60px;
	}
	#header.smaller #hrbody h1 {
		height:60px;
	}
	#header.smaller #hrbody h1 a {
		height:60px;
		background-image:url(../img/header/logo-s.png);
		background-size:auto 40px;
		background-position:left center;
	}
	#header.smaller #hrbody #menubody {
		height:60px;
	}
	#header.smaller #hrbody #menubody nav[role=navigation] li {
		height:60px;
	}
	#header.smaller #hrbody #menubody nav[role=navigation] li a {
		height:60px;
		padding:0;
	}
	#header.smaller #hrbody #menubody nav[role=navigation] li a .m_jpt {
		line-height:60px;
	}
	#header.smaller #hrbody #menubody nav[role=navigation] li a .m_ent {
		display:none;
	}


	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
	}
	#footer #ftbody {
		width:auto;
		max-width:1400px;
		height:auto;
		padding:25px 2%;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		font-size:0.8em;
		color:#fff;
		line-height:2em;
		font-family: 'Roboto', sans-serif;
	}
	#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: 769px) and (max-width: 1024px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	.tac { text-align: center; }
	.tar { text-align: right; }

	/* Header */
	#header {
		width: 100%;
		height: auto;
		display:block;
	}
	#hrbody {
		width: 100%;
		height: auto;
		display:block;
		margin:0 auto;
		padding:0;
		background-color:#0149AD;
	}

	#header h1 {
		width:100%;
		height:80px;
		display:block;
	}

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


	/* Menu */
	#menubody {
		width: 100%;
		height:60px;
		display:block;
		overflow:hidden;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 99%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 99%);
		background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}
	p#pmbn {
		display: none;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
		overflow:hidden;
	}
	nav[role=navigation] ul {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}

	nav[role=navigation]  li {
		width:20%;
		height:60px;
		list-style-image: none;
		list-style-type: none;
		float:left;
		border-right:1px solid #d5d5d5;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:60px;
		display:block;
		text-align:center;
		text-decoration:none;
		padding:13px 0;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	a .m_jpt {
		font-size:14px;
		display:block;
		width:auto;
		height:auto;
		display:block;
		color:#333;
		line-height:20px;
		margin-bottom:5px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	a .m_ent {
		font-family: 'Roboto', sans-serif;
		font-size:0.7em;
		font-weight:400;
		display:block;
		width:auto;
		height:auto;
		display:block;
		line-height:14px;
		color:#0149AD;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	nav[role=navigation] li a:hover {
		background-color:#0149AD;
	}
	nav[role=navigation] li a:hover .m_ent {
		color:#fff;
	}
	nav[role=navigation] li a:hover .m_jpt {
		color:#fff;
	}



	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
	}
	#footer #ftbody {
		width:auto;
		max-width:1400px;
		height:auto;
		padding:25px 2%;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		font-size:0.8em;
		color:#fff;
		line-height:2em;
		font-family: 'Roboto', sans-serif;
	}
	#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:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none;
	}
	.tac { text-align: center; }
	.tar { text-align: right; }

	/* Header */
	#header {
		width: 100%;
		height: auto;
		display:block;
	}
	#hrbody {
		width: 100%;
		height: auto;
		display:block;
		margin:0 auto;
		padding:0;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 99%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 99%);
		background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}

	#header h1 {
		width:100%;
		height:70px;
		display:block;
	}

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


	/* Menu */

	#menubody {
		width:auto;
		height:auto;
		background-color:#0149AD;
	}

	p#pmbn {
		width:70px;
		height:70px;
		display:block;
		position:absolute;
		top:0;
		right:0;
	}
	a.menu-link {
		width:70px;
		height:70px;
		display:block;
		text-indent:-9999px;
	  background-color:#0149AD;
	  background-image:url(../img/header/ic-menu.png);
	  background-position:center center;
	  background-repeat:no-repeat;
	  background-size:60px 60px;
	}

	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: 400px;
	}
	nav[role=navigation] ul {
		margin: 0;
		padding: 0;
	}
	nav[role=navigation] ul li {
		border-top:1px dotted #7891AF;
		box-shadow:0px 1px 3px #2C3D5B;
		box-shadow-blend-mode: multiply;
	}
	nav[role=navigation] li a {
		display: block;
		padding: 0 20px;
		line-height:50px;
		height:50px;
		color:#fff;
		text-decoration:none;
	}
	a .m_ent {
	  font-family: 'Roboto', sans-serif;
		font-size:0.8em;
		display:block;
		width:auto;
		height:auto;
		float:right;
	}
	a .m_jpt {
		font-size:16px;
		display:block;
		width:auto;
		height:auto;
		float:left;
	}
	nav[role=navigation] li a:active {
		background-color:#028FE8;
	}


	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#d0d0d0;
	}
	#footer #ftbody {
		width:auto;
		max-width:1160px;
		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;
	  padding-right: 10px;
	  font-size:0.8em;
	  line-height:2em;
	  font-family: 'Roboto', sans-serif;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
		font-family: 'Roboto', sans-serif;
	}
	#footer a {
		color:#d0d0d0;
		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%;
		font-size:14px;
		line-height:150%;
		min-width:320px;
	}
	img,object,embed {
		max-width:100%;
		height:auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none;
	}

	/* Header */
	#header {
		width: 100%;
		height: auto;
		display:block;
	}
	#hrbody {
		width: 100%;
		height: auto;
		display:block;
		margin:0 auto;
		padding:0;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 99%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 99%);
		background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}

	#header h1 {
		width:100%;
		height:70px;
		display:block;
	}

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


	/* Menu */

	#menubody {
		width:auto;
		height:auto;
		background-color:#0149AD;
	}

	p#pmbn {
		width:70px;
		height:70px;
		display:block;
		position:absolute;
		top:0;
		right:0;
	}
	a.menu-link {
		width:70px;
		height:70px;
		display:block;
		text-indent:-9999px;
	  background-color:#0149AD;
	  background-image:url(../img/header/ic-menu.png);
	  background-position:center center;
	  background-repeat:no-repeat;
	  background-size:60px 60px;
	}

	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: 400px;
	}
	nav[role=navigation] ul {
		margin: 0;
		padding: 0;
	}
	nav[role=navigation] ul li {
		border-top:1px dotted #7891AF;
		box-shadow:0px 1px 3px #2C3D5B;
		box-shadow-blend-mode: multiply;
	}
	nav[role=navigation] li a {
		display: block;
		padding: 0 20px;
		line-height:50px;
		height:50px;
		color:#fff;
		text-decoration:none;
	}
	a .m_ent {
	  font-family: 'Roboto', sans-serif;
		font-size:0.8em;
		display:block;
		width:auto;
		height:auto;
		float:right;
	}
	a .m_jpt {
		font-size:16px;
		display:block;
		width:auto;
		height:auto;
		float:left;
	}
	nav[role=navigation] li a:active {
		background-color:#028FE8;
	}


	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
	}
	#footer #ftbody {
		width:auto;
		height:auto;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
		font-size:14px;
		border-bottom:1px dotted #7891AF;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
		font-family: 'Roboto', sans-serif;
	}
	#footer a {
		width:100%;
		height:auto;
		display:block;
		text-align:center;
		line-height:40px;
		color:#fff;
		text-decoration:none;
	}
	#footer a:active {
		background-color:#028FE8;
	}

}
