* {
	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: #454545;
	font-size:12px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, 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:#3f4c6b;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

.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:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	
	
	/* Header */
	#header {
	width: 100%;
	height: 100px;
	display:block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303b79+0,303a77+6,2e3665+24,2c3462+31,2b335a+36,2b3153+50,283152+51,2b3153+55,283152+56,2b3153+60,2b3153+70,293251+72,2c3254+74,2a3354+82,2d3357+83,2d355a+100 */
	background: #303b79; /* Old browsers */
	background: -moz-linear-gradient(top,  #303b79 0%, #303a77 6%, #2e3665 24%, #2c3462 31%, #2b335a 36%, #2b3153 50%, #283152 51%, #2b3153 55%, #283152 56%, #2b3153 60%, #2b3153 70%, #293251 72%, #2c3254 74%, #2a3354 82%, #2d3357 83%, #2d355a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b79', endColorstr='#2d355a',GradientType=0 ); /* IE6-9 */

	}
	#header #hrbody {
		width:100%;
		max-width:1200px;
		height:auto;
		margin:0 auto;
		display:block;
	}
	#header #hrm {
		width:100%;
		height:100px;
		padding:0 2%;
		display:block;
	}
	
	#header h1 {
		width:520px;
		height:100px;
		display:block;
		margin:0;
		float:left;
	}
	
	#header h1 a {
		width:520px;
		height:100px;
		display:block;
	}
	#header h1 a img {
		width:100%;
		height:auto;
		display:block;
	}
	#header #hrtel {
		width:400px;
		height:50px;
		display:block;
		margin:25px auto;
		float:right;
	}
	#header #hrtel h2 {
		width:100%;
		height:auto;
		float:left;
	}
	#header #hrtel h2 img {
		width:100%;
		max-width:368px;
		height:auto;
		display:block;
	}
	#header #hrtel p {
		width:38%;
		height:auto;
		display:block;
		float:right;
		font-size:12px;
		font-weight:bold;
		color:#fff;
		line-height:15px;
	}
	
	/* Menu */
	#menubody {
		width: 100%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		background: #11415b;
		background: -moz-linear-gradient(top,  #11415b 0%, #000000 100%);
		background: -webkit-linear-gradient(top,  #11415b 0%,#000000 100%);
		background: linear-gradient(to bottom,  #11415b 0%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11415b', endColorstr='#000000',GradientType=0 );
		border-top:1px solid #fff;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		max-height: none;
		width: auto;
		height:auto;
		overflow:hidden;
	}
	nav[role=navigation] ul {
		width:100%;
		max-width:1200px;
		height:50px;
		margin:0 auto;
		display:block;
		border-left:1px solid #ccc;
	}

	nav[role=navigation]  li {
		width:16.6666667%;
		height:50px;
		list-style-image: none;
		list-style-type: none;
		float:left;
		border-right:1px solid #ccc;
	}
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:50px;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		line-height:50px;
		text-shadow:0px 1px 1px #000;
		-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: #9F002B;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#d0d0d0;
		background-color:#003366;
		border-top:#006699 solid 6px;
	}
	#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;
	  /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:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
		
	
	
	
/* Header */

	#header {
	width: 100%;
	height: 100px;
	display:block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303b79+0,303a77+6,2e3665+24,2c3462+31,2b335a+36,2b3153+50,283152+51,2b3153+55,283152+56,2b3153+60,2b3153+70,293251+72,2c3254+74,2a3354+82,2d3357+83,2d355a+100 */
	background: #303b79; /* Old browsers */
	background: -moz-linear-gradient(top,  #303b79 0%, #303a77 6%, #2e3665 24%, #2c3462 31%, #2b335a 36%, #2b3153 50%, #283152 51%, #2b3153 55%, #283152 56%, #2b3153 60%, #2b3153 70%, #293251 72%, #2c3254 74%, #2a3354 82%, #2d3357 83%, #2d355a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b79', endColorstr='#2d355a',GradientType=0 ); /* IE6-9 */
	}
	#header #hrbody {
		width:100%;
		max-width:1200px;
		height:auto;
		margin:0 auto;
		display:block;
	}
	#header #hrm {
		width:100%;
		height:100px;
		padding:0 2%;
		display:block;
	}
	
	#header h1 {
		width:60%;
		height:auto;
		display:block;
		margin:0;
		float:left;
	}
	
	#header h1 a {
		width:100%;
		height:auto;
		display:block;
	}
	#header h1 a img {
		width:100%;
		height:auto;
		display:block;
	}

	
	#header #hrtel {
		width:40%;
		height:auto;
		float:right;
		margin: 25px auto;
	}
	#header #hrtel h2 {
		width:100%;
		height:auto;
		float:left;
	}
	#header #hrtel h2 img{
		width:100%;
		height:auto;
		display:block;
	}
	#header #hrtel p {
		width:38%;
		height:auto;
		display:block;
		float:right;
		font-size:0.8em;
		font-weight:bold;
		color:#fff;
		line-height:14px;
	}




	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#d0d0d0;
		background-color:#003366;
		border-top:#006699 solid 6px;
	}
	#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;
	  /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: 600px) and (max-width: 768px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	display:block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303b79+0,303a77+6,2e3665+24,2c3462+31,2b335a+36,2b3153+50,283152+51,2b3153+55,283152+56,2b3153+60,2b3153+70,293251+72,2c3254+74,2a3354+82,2d3357+83,2d355a+100 */
	background: #303b79; /* Old browsers */
	background: -moz-linear-gradient(top,  #303b79 0%, #303a77 6%, #2e3665 24%, #2c3462 31%, #2b335a 36%, #2b3153 50%, #283152 51%, #2b3153 55%, #283152 56%, #2b3153 60%, #2b3153 70%, #293251 72%, #2c3254 74%, #2a3354 82%, #2d3357 83%, #2d355a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b79', endColorstr='#2d355a',GradientType=0 ); /* IE6-9 */
	}
	#header #hrbody {
		width:100%;
		height:auto;
		margin:0 auto;
		display:block;
	}
	#header #hrm {
		width:100%;
		height:auto;
		padding:20px 1%;
		display:block;
	}
	
	#header h1 {
		width:368px;
		height:auto;
		display:block;
		margin:0 auto 5px;
	}
	
	#header h1 a {
		width:368px;
		height:auto;
		display:block;
	}
	#header h1 a img {
		width:100%;
		height:auto;
		display:block;
	}
	
	#header #hrtel {
		width:368px;
		height:50px;
		display:block;
		margin:0 auto;
	}
	#header #hrtel h2 {
		width:100%;
		height:auto;
	}
	#header #hrtel h2 img{
		width:100%;
		height:auto;
		display:block;
	}
	#header #hrtel p {
		width:36%;
		height:auto;
		display:block;
		float:right;
		font-size:0.8em;
		font-weight:bold;
		color:#fff;
		line-height:14px;
	}
	
	







	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
		background-color:#003366;
		border-top:#006699 solid 6px;
	}
	#footer #ftbody {
		width:auto;
		height:auto;
		padding:0px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
	  font-size:14px;
	  line-height:40px;
	  list-style:none;
	}
	#footer p {
		font-size:0.8em;
		color:#fff;
		line-height:30px;
		width:100%;
		height:30px;
		display:block;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		width:auto;
		height:auto;
		display:block;
		line-height:40px;
		border-bottom:1px solid #444;
	}
	#footer a:active {
	color: #fff;
	text-decoration: none;
	}
	

}



/* Style for Smartphonea */
@media screen and (max-width: 599px) {
	#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;
	}
	.phone {
		display:block;
	}
	
	/* Header */
	#header {
	width: 100%;
	height: auto;
	display:block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303b79+0,303a77+6,2e3665+24,2c3462+31,2b335a+36,2b3153+50,283152+51,2b3153+55,283152+56,2b3153+60,2b3153+70,293251+72,2c3254+74,2a3354+82,2d3357+83,2d355a+100 */
	background: #303b79; /* Old browsers */
	background: -moz-linear-gradient(top,  #303b79 0%, #303a77 6%, #2e3665 24%, #2c3462 31%, #2b335a 36%, #2b3153 50%, #283152 51%, #2b3153 55%, #283152 56%, #2b3153 60%, #2b3153 70%, #293251 72%, #2c3254 74%, #2a3354 82%, #2d3357 83%, #2d355a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #303b79 0%,#303a77 6%,#2e3665 24%,#2c3462 31%,#2b335a 36%,#2b3153 50%,#283152 51%,#2b3153 55%,#283152 56%,#2b3153 60%,#2b3153 70%,#293251 72%,#2c3254 74%,#2a3354 82%,#2d3357 83%,#2d355a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b79', endColorstr='#2d355a',GradientType=0 ); /* IE6-9 */
	}
	#header #hrbody {
		width:100%;
		height:auto;
		margin:0 auto;
		display:block;
		
	}
	#header #hrm {
		width:100%;
		height:auto;
		padding:20px 1%;
		display:block;
	}
	
	#header h1 {
		width:80%;
		height:auto;
		margin:0 auto;
	}
	
	#header h1 a {
		width:100%;
		height:auto;
		display:block;
	}
	#header h1 a img {
		width:100%;
		height:auto;
		display:block;
	}
	#header #hrtel {
		width:80%;
		height:auto;
		display:block;
		padding:5px 0 0;
		margin:0 auto 20px;
	}
	#header #hrtel a {
		text-decoration:none;
		color:#fff;
	}
	#header #hrtel h2 {
		width:100%;
		height:auto;
		margin:0 auto;
	}
	#header #hrtel h2 img {
		width:100%;
		height:auto;
		display:block;
	}
	#header #hrtel p {
		width:100%;
		height:auto;
		display:block;
		font-size:0.8em;
		font-weight:bold;
		color:#fff;
		line-height:14px;
		text-align:center;
	}
	
	
	/* Menu */
	
	#menubody {
		border-top:1px solid #fff;
		width:auto;
		height:auto;
		background-color:#000;
	}
	
	a.menu-link {
		width: 100%;
		height: auto;
		display: block;
		line-height: 50px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size:18px;
		font-family: 'Oswald', sans-serif;
		background: #000000;
		background: -moz-linear-gradient(top,  #11415b 0%, #000000 100%);
		background: -webkit-linear-gradient(top,  #11415b 0%,#000000 100%);
		background: linear-gradient(to bottom,  #11415b 0%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11415b', endColorstr='#000000',GradientType=0 );
	}
	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: 600px;
	}
	nav[role=navigation] ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #666;
	}
	nav[role=navigation] li a {
		display: block;
		padding: 0 10px;
		line-height:50px;
		height:50px;
		color:#fff!important;
		text-decoration:none;
		border-top: 1px solid #555;
		font-size:14px;
	}
	nav[role=navigation] li a:active {
		color:#fff!important;
		background-color:#444;
	}
	
	
	/* Footer */
	
	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
		background-color:#003366;
		border-top:#006699 solid 6px;
	}
	#footer #ftbody {
		width:auto;
		height:auto;
		padding:0px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
	  font-size:14px;
	  line-height:40px;
	  list-style:none;
	}
	#footer p {
		font-size:0.8em;
		color:#fff;
		line-height:30px;
		width:100%;
		height:30px;
		display:block;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		width:auto;
		height:auto;
		display:block;
		line-height:40px;
		border-bottom:1px solid #444;
	}
	#footer a:active {
	color: #fff;
	text-decoration: none;
	}
	
}