
html {
	background: #314a56;
}

body {
    background:#e5ebee;

	font-size: 12px;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	color: #555;
	text-rendering: optimizelegibility;

	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;

	-moz-tap-highlight-color:rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;

	-ms-tap-highlight-color:rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}
a {text-decoration: none;
color: #009140;}
:visited{
	color: #009140;
}
.container {
	padding: 20px 0;
	width:1040px;
	margin:0 auto;
	overflow: hidden;
	background-color: #e5ebee;

/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
/*電話番号*/
.tel-link a{
    color: #009140;
    font-size: 22px;
    font-weight: bold;
}
header.slide .tel-link a{
    font-size: 18px;
}


header {
	height: 45px;
	position: relative;
	background:#fff;
	padding: 20px 20px 0 20px;
	border-radius: 15px 15px 0 0 ;
	  -moz-border-radius: 15px 15px 0 0;
	  -webkit-border-radius: 15px 15px 0 0;
}
img#unit_logo{
	float: left;
}
img#free_dial{
	float: right;
	width:320px;
}
img#recruit_icon{
    position:absolute;
    width:235px;
    left:430px;
    top:3px;
}
ul#oe_menu input::-webkit-input-placeholder{
	line-height:15px;
}

a.stock:hover{
	border-radius:5px !important;
}
/*サブ　ナビゲーション============================================================*/

ul#sub_nav{
	float: right;
	width: 110px;
	margin-top: -135px;
}
ul#sub_nav li {
	clear: both;
}
ul#sub_nav li a{
	font-size:12px;
	padding: 1px 5px;
	width: 100px;
}
ul#sub_nav li a:hover{
	background: #ddd;
}
/*サブ　ナビゲーション（キービジュアル）=============================================*/
div.common_key_img{
	width: 670px;
	float: left;
	margin-right: 10px;
}
ul#sub_nav_keyside {
	height: 230px;
	padding: 10px;
}
/*サブボタン*/
ul#sub_nav_keyside li a{
	display: block;
	width:200px;
	height: 30px;
	line-height: 30px;
	background: #506e7c;
	opacity: 0.9;
	color: #fff;
	font-size: 15px;
	margin-bottom:4px;
	padding: 5px 10px;
}
ul#sub_nav_keyside li a:hover{
	background: #18303b;
}
/*ページコメント*/
div.common_key_comment{
	width: 200px;
	height: 205px;
	position: absolute;
	right: 20px;
}
div.common_key_comment h1{
	font-size: 25px;
	margin-left: 10px;
}
div.common_key_comment h2{
	font-weight: normal;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	margin-left: 10px;
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 20px;
}
@media only screen and (max-width: 550px) {/*SmartPhone用*/
ul#sub_nav_keyside {
	width: 100vw;
	height: 100%;
	background: none;
	padding: 0;
}
ul#sub_nav_keyside li a{
	width: 100%;
}
/*ページコメント*/
div.common_key_comment{display: none;}

}

header h1{
	text-indent: -9999px;
	float: left;
	width: 0;
}

header p{
	color: #fff;
	display:none;
}
header img#unit_logo_m {
	display:none;
	color: #9aa6af;
	text-align: left;
	font-size: 27px;
	font-weight: bold;
	padding-left: 20px;
}


.burger {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;

	display: none;
}
.burger li {
	width: 35px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}
.burger img{
	width: 37px;
	margin-left: -1px;
}
.burger.open li {background-color: #d9dde1;}

nav {
	position: relative;
	background: #fff;
	padding: 0 20px 0px 10px;
	height: 50px;
}
nav li {
	float: left;
	display: inline-block;
}
nav li a {
	display: block;
	color: #fff;
}
nav li a:hover {color: #000;}
/*インフォメーション*/
p.information{
	border-left: solid 3px #009140;
	padding-left: 5px;
	float: left;
	width: 400px;
	line-height: 15px;
	margin-top: 10px;
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 18px;
}

/*モアインフォ*/
p.more_info{
	float: right;
	text-align: right;
	margin: 10px 0 -10px;
	font-size: 11px;
}
p.more_info a{
	color: #009140;
	padding: 2px 6px;
	border: solid 1px #009140;
	border-radius: 8px;
	  -moz-border-radius: 8px;
	  -webkit-border-radius: 8px;
}
p.more_info a:hover{
	background: #ddd;
}
@media only screen and (max-width: 550px) {/*SmartPhone用*/
p.information{
	display: none;
}
p.more_info{
	color: #009140;
	margin: 0;
	padding: 2px 5px;
	font-size: 15px;
	text-align: center;
	float: none;
}
p.more_info a{
	width: 100%;
	border: none;
}
p.more_info a:hover{
	background: none;
}


}


/*ボタン*/
img.green_btn{
	width: 120px;
	background: #009140;
	background: -moz-linear-gradient(top,  #009140 0%, #00752c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009140), color-stop(100%,#00752c));
	background: -webkit-linear-gradient(top,  #009140 0%,#00752c 100%);
	background: -o-linear-gradient(top,  #009140 0%,#00752c 100%);
	background: -ms-linear-gradient(top,  #009140 0%,#00752c 100%);
	background: linear-gradient(to bottom,  #009140 0%,#00752c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009140', endColorstr='#00752c',GradientType=0 );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img.green_btn:hover{
	background: #00b740;
	background: -moz-linear-gradient(top,  #00b740 0%, #009e3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b740), color-stop(100%,#009e3c));
	background: -webkit-linear-gradient(top,  #00b740 0%,#009e3c 100%);
	background: -o-linear-gradient(top,  #00b740 0%,#009e3c 100%);
	background: -ms-linear-gradient(top,  #00b740 0%,#009e3c 100%);
	background: linear-gradient(to bottom,  #00b740 0%,#009e3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b740', endColorstr='#009e3c',GradientType=0 );
}

/*  Removable CSS  */

.header-section{
	padding: 0 20px 20px;
	overflow: hidden; /*floatの解除、ここがポイント*/

    position: relative; /*DWで正常にプレビューできるようになります。*/

    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/

	border-radius: 0 0 15px 15px;
	  -moz-border-radius: 0 0 15px 15px;
	  -webkit-border-radius: 0 0 15px 15px;

}
.body-section{
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}
.banner-section{
	padding: 20px 0;
	list-style:none;
}
.footer-section {
	height: 250px;
	background: #314a56;
	color: #fff;
}
.footer-section li{
	margin: 0 !important;
	background: none !important;
}
h3.body_title{
	border-left: solid 8px #314a56;
	padding: 0 5px;
	line-height: 22px;
	font-size: 22px;
	color: #314a56;
	margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {/*SmartPhone用*/
.footer-section {
	display: none;
}
h3.body_title{
	background: #314a56;
	color: #fff;
	padding: 5px 0;
	border-left: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
}
}
div.footer{
	padding: 20px;
	width: 1000px;
	margin: 0 auto;
}

.header-section {background-color: #ffffff;}
.body-section {background-color: #fff; margin-top:20px;}

@media only screen and (max-width: 550px) {/*SmartPhone用*/
div.footer{
	padding: 0;
	width: 100%;
	margin: 0;
}
}


div.contents{
	padding-top: 15px;
	background: #fff;
	border-radius: 15px;
	  -moz-border-radius: 15px;
	  -webkit-border-radius: 15px;
}

@media only screen and (max-width: 550px) {/*SmartPhone用*/
.responsive{
	margin-top: 80px;
}
.container {
	width:100%;
	margin:0 auto;
	padding: 0;
}
header {
	padding: 0 0 0 20px;
	height: 80px;
	z-index: 2;
	background-color: #314a56;
	color: #fff;
	border-bottom: 1px solid #000;

	position: fixed;
	top: 0;
	right: 0;
	left: 0;

	border-radius: 0;
	 -moz-border-radius: 0;
	-webkit-border-radius: 0;

		/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
img#unit_logo,img#free_dial{
	display: none;
}
/*サブ　ナビゲーション============================================================*/
ul#sub_nav{
	display: none;
}
ul#sub_nav{
	border-top: 1px dashed #fff;
	padding-top: 10px;
	float: left;
	display: block;
	margin-top: 0;
	width: 200px;
	text-align: center;
}
ul#sub_nav li a{
	width: 180px;
	height: 20px;
}
ul#sub_nav li a:hover{
	background: #19252c;
}




header p{
	font-size: 10px;
	color: #fff;
	display: block;
	text-align: center;
	padding-left: 40px;
}
header p a{
	font-size: 15px;
	color: #fff;
}
header img#unit_logo_m {
	color: #ffffff;
	text-align: center;
	padding-left: 30px;
	padding-top: 10px;
	margin: 10px auto;
	display: block;
	width: 75%;
}
.burger {display: block;}

.body-section, .header-section {
	padding: 0;
	margin-top:0px;
	border-radius: 0;
	 -moz-border-radius: 0;
	-webkit-border-radius: 0;
	}

/*ナビゲーション============================================================*/
nav {position: relative;}

nav ul {
	height: 100%;
	overflow-y: auto;
}
nav li {
	display: block;
	float: none;
}
nav li a {
	padding: 22px 25px;
	letter-spacing: 3px;
	font-size: 14px;
}

nav li a.logo {
	display: none;
}
nav li a.active {
	color: #fff;
	background-color: #141e23;
}
nav li a:hover {
	color: #fff;
	background-color: #19252c;
}

.header-section {margin-top: 60px;}


/* NAVIGATION ANNIMATION */
nav {
	padding-top: 20px;
	width: 93%;
	height: 100%;
	position: fixed;
	left: -10px;
	top: 0;
	margin: 0;
background: #314854;
/*
background: -moz-linear-gradient(left,  #314854 59%, #273942 64%);
background: -webkit-gradient(linear, left top, right top, color-stop(59%,#314854), color-stop(64%,#273942));
background: -webkit-linear-gradient(left,  #314854 59%,#273942 64%);
background: -o-linear-gradient(left,  #314854 59%,#273942 64%);
background: -ms-linear-gradient(left,  #314854 59%,#273942 64%);
background: linear-gradient(to right,  #314854 59%,#273942 64%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314854', endColorstr='#273942',GradientType=1 );
*/


	/* starting point */
	opacity: 0;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-moz-transform: translate3d(5%,0,0)scale(.97);
	transform: translate3d(5%,0,0)scale(.97);
}


/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;

	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;

	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;

	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}
@-webkit-keyframes slideIn {
	0%       {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}

/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: 0;

	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;

	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;

	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
}



/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open
{
	border-left: solid 1px #213038;
	box-shadow:-10px 0px 10px rgba(0,0,0,0.3);
	-webkit-transform: translate3d(240px,0,0);
	-webkit-animation: open .5s ease-in-out;

	-moz-transform: translate3d(240px,0,0);
	-moz-animation: open .5s ease-in-out;

	transform: translate3d(240px,0,0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(260px,0,0);}
	100%  {-webkit-transform: translate3d(240px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(260px,0,0);}
	100%  {-moz-transform: translate3d(240px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(260px,0,0);}
	100%  {transform: translate3d(240px,0,0);}
}

/*Content Sliding Closed Effect*/
header.close,
.content.close
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;

	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;

	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(240px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(240px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(240px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}

}
/*other*/
.other{
	display: none;
}
@media only screen and (max-width: 550px) {/*SmartPhone用*/
.other{
	display: block;
}

}
/*footer*/
address{
	float: right;
}
address ul{
	float: left;
	margin-right: 10px;
	font-style: normal;
}
/*強調*/
.attention{
	color: #e60012;
}
