
@charset "UTF-8";


body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
	overflow-x: hidden;
	/*letter-spacing: 1.5px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1{
	text-align: center;
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #fff;
	background-image: url(../img/common/bg1.png);
	min-width: 950px;
	padding: 50px 0;
	margin: 0;
}
h1 small{
	font-size: 16px;
	font-weight: normal;
}

h2{
	text-align: center;
	font-size: 26px;
	margin: 50px 0 30px;
}

h3{
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0;
}

h4{
	font-size: 1.2em;
	font-weight: normal;
	margin: 15px 0;
}

img{
	vertical-align: bottom;
}

a{
	color: #3a58d0;
}

a,
a:link,
a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* IE6,7 対策 */
a img{
	border-style: none;
}

a img{
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a img:hover{
	opacity: 0.7;
}

header{
	box-sizing: border-box;
	width: 950px;
	margin: 0 auto;
}

header img[src*="/header/1."]{
	padding-top: 20px;
}

header .right{
	float: right;
	text-align: justify;
	width: 360px;
	margin: 14px 0 0 0;
}

header .right img[src*="/header/contact."]{
	padding-top: 7px;
}

nav.global{
	text-align: center;
	font-size: 16px;
	background-color: #203175;
	min-width: 950px;
	/*padding: 6px 0;*/
}

nav.global .inner{
	display: inline-block;
	background-color: #203175;
	/*background-image: url(../img/common/bg1.png);*/
	margin-bottom: -4px;
}

nav.global a{
	float: left;
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	padding: 4px 55px 6px;
	background-color: rgba(32, 49, 117, 1);
	/*border-right: 1px solid #fff;*/
	/*border-bottom: 1px solid #203175;*/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

nav.global a:after,
nav.global a:first-child:before{
	content: "";
	display: inline-block;
	position: relative;
	border-right: 1px solid #fff;
	height: 21px;
	left: 58px;
	top: 3px;
}

nav.global a:first-child:before{
	left: -58px;
}

nav.global a:hover{
	text-decoration: none;
	background-color: rgb(94, 117, 199);
	/*background-color: rgba(136, 153, 220, 0.5);*/
	/*background-color: rgba(32, 49, 117, 0);*/
}

nav.global a:hover:after{
	border-bottom-color: #fff;
}

img.main{
	width: 100%;
	min-width: 950px;
}

.contents{
	width: 950px;
	margin: 0 auto;
}

footer{
	text-align: center;
	min-width: 950px;
	padding: 50px 0 60px;
	border-top: 1px solid #bdbdbd;
	margin: 50px auto;
}

footer .contact,
footer .contact p{
	text-align: justify;
	font-size: 30px;
	font-weight: bold;
	color: #3a58d0;
	width: 773px;
	margin: 14px auto 0;
}

footer .contact p:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}

footer .contact img[src*="/footer/tel."]{
	padding-top: 25px;
}

footer .contact img[src*="/footer/contact."]{
	padding-top: 15px;
}

footer .copyright{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 30px 0;
}



/* PC向け ******************************************************************************************* */

@media (min-width: 521px) and (orientation: portrait), (min-width: 741px) and (orientation: landscape) {

}


/* スマホ向け **************************************************************************************** */

@media (max-width: 520px) and (orientation: portrait), (max-width: 740px) and (orientation: landscape) {
	h1{
		font-size: 7vw;
		min-width: 0;
		padding: 10vw 0;
	}

	h2{
		font-size: 5.5vw;
		margin: 10vw 0 5vw;
	}

	h3{
		font-size: 5vw;
		margin: 3vw 0 3vw;
	}

	header{
		width: 90%;
		margin: 0 auto 5vw;
	}

	header img[src*="/header/1."]{
		width: 100%;
	}

	header .right{
		float: none;
		width: 100%;
	}

	header .right img[src*="/header/tel."]{ width: 45%; }
	header .right img[src*="/header/fax."]{ width: 45%; }
	header .right img[src*="/header/contact."]{ width: 100%; }

	nav.global{
		text-align: center;
		font-size: 16px;
		background-color: #203175;
		min-width: 0;
		/*padding: 6px 0;*/
	}

	nav.global .inner{
		width: 100%;
	}

	nav.global a{
		text-align: center;
		box-sizing: border-box;
		padding: 5px 0;
		width: 50%;
		border: 1px solid rgba(255,255,255,0.2);
		border-top: 0;
		border-left: 0;
	}

	nav.global a:first-child:before,
	nav.global a:after{
		display: none;
	}

	img.main{
		width: 100%;
		min-width: 0;
	}

	.contents{
		width: 100%;
	}

	footer{
		text-align: center;
		min-width: 0;
		width: 90%;
		padding: 10vw 0 0;
		margin: 10vw auto;
	}

	footer .contact{
		width: 100%;
	}

	footer .contact p{
		text-align: center;
		font-size: 5vw;
		width: 100%;
	}

	footer .contact img[src*="/footer/tel."]{ width: 45%; padding-top: 0; }
	footer .contact img[src*="/footer/fax."]{ width: 45%; }

	footer .contact img[src*="/footer/contact."]{
		padding-top: 3vw;
		width: 100%;
	}

	footer .copyright{
		text-align: center;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		margin: 30px 0;
	}

}





