@charset "utf-8";

span.blue {
	color: #0b3190;
}

.thsInner {
	padding: 0 25px;
}

.fw700 {
	font-weight: 700;
	font-size: 16px;
}

section h2 {
	font-size: 18px;
}

.mt14 {
	margin-top: 14px !important;
}

.pr78 {
	padding-right: 78px;
}


/* SHM bar
====================================*/
.shmBar {
	width: 100%;
}

.shmBar img {
	margin: 0 auto;
	display: block;
}


/*THS Outline
====================================*/
dl.thsOutline {
	width: 450px;
	float: left;
}

dl.thsOutline dt {
	padding-bottom: 10px;
	color: #222;
	float: left;
	clear: left;
	width: 105px;
	line-height:1;
}

dl.thsOutline dd {
	padding-bottom: 10px;
	color: #222;
	float: left;
	width: 345px;
	line-height:1;
}


/* Address
====================================*/
address {
	font-style:normal;
	width: 430px;
	float: left;
	display: inline-block;
	line-height:1.6;
}

a.contact-btn {
	font-size: 13px;
	text-decoration: none;
	color: #0b3190;
	background: transparent;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	-webkit-transition: .4s border ease;
	-moz-transition: .4s border ease;
	-o-transition: .4s border ease;
	transition: .4s border ease;
}

.contact-btn:hover {
	color: #0b3190;
	border-bottom: 1px solid #0b3190;
}


/* Recruit Area
====================================*/
.recruitArea {
	width: 440px;
	text-align: center;
	display:inline;
	float: left;
}

a.recruit-btn {
	font-size: 13px;
	text-decoration: none;
	color: #0b3190;
	background: transparent;
	border: 2px solid #0b3190;
	padding: 10px 14px;
	cursor: pointer;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	-webkit-transition: .4s background ease;
	-moz-transition: .4s background ease;
	-o-transition: .4s background ease;
	transition: .4s background ease;
}

.recruit-btn:hover {
	color: #fff;
	background: #0b3190;
}


/* Banner Area
======================================*/
section.bnrArea a {
	display: inline-block;	
}


/* リクルート
======================================*/
section.recruitInfo {
	text-align: ;
}

h3.h3-title span {
	font-size: .8em;
}

a.application-btn {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	padding:6px 12px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
	display: block;
	max-width: 28%;
	text-align: center;
	margin: 0 auto;
}

a.application-btn:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
	color: #333;
}

a.application-btn:active {
	position:relative;
	top:1px;
}