@charset "UTF-8";
/* -- ///////////////////////////////////////////
copyright 2014 FIELD co,ltd.
All Rights Reserved.
 
created: 2014.06.13 FIELD
////////////////////////////////////////// -- */

/* RESET
----------------------------------------------*/
img {
	vertical-align: bottom;
}


/* WRAPPER
----------------------------------------------*/
#wrapper {
	width: 100%;
	text-align: center;
	overflow: hidden;
}


/* WRAPPER INNER
----------------------------------------------*/
#wrapper_inner {
	margin: 0 auto;
	width: 1150px;
	background: url(../../images/common/bg_wrapper_inner.png) left top ;
	text-align: left;
}

#wrapper_inner.none{
	background: none;
}

#wrapper_inner.none #content{
	width: 1150px;
}

.single_page #wrapper_inner {
	background: none;
}

/* CONTENTS
----------------------------------------------*/
#content {
	float: left;
	padding: 0 0 60px 0;
	width: 800px;
}

.single_page #content {
	width: 1150px;
	float: none;
}

#content p {
	margin: 0 0 30px 0;
	letter-spacing: 0.05em;
	font-size: 108%;
	line-height: 1.8;
}
#content table {
	letter-spacing: 0.05em;
	font-size: 108%;
	line-height: 1.8;
}
#content a {
	color: #3962ad;
	text-decoration: none;
}
#content a:hover {
	color: #3962ad;
	text-decoration: underline;
}
#content a:visited {
	color: #3962ad;
}
#content .annotation{
	color:#e61616;	
}


/* ASIDE
----------------------------------------------*/
#aside {
	float: right;
	width: 310px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #fff;
	background: #f1f1f1;
}
#aside li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 116%;
}
#aside a {
	display: block;
	padding: 25px 25px 25px 50px;
	background: url(../../images/common/li_02.png) 22px center no-repeat;
	color: #111;
	text-decoration: none;
}
#aside a:hover {
	background: url(../../images/common/li_03.png) 22px center no-repeat;
	color: #3962ad;
}

#aside .active a {
	background: url(../../images/common/li_03.png) 22px center no-repeat;
	color: #3962ad;
}


/* HEADER
----------------------------------------------*/

#header {
	width: 100%;
	height: 123px;
	background: #000000;
	color: #ffffff;	
	text-align: center;
}

#header_inner {
	position: relative;
	margin: 0 auto;
	width: 1150px;
	height: 123px;
	text-align: left;
}

.site_title {
	position: absolute;
	top:53px;
}
.site_title img {
	width: 230px;
}

.btn_lang {
	position: absolute;
	top:16px;
	right: 187px;
}
.btn_lang ul li {
	float: left;
	margin: 0 1px 0 0;
}

.btn_contact {
	position: absolute;
	top: 0;
	right: 0;
}


/* GLOBAL NAV
----------------------------------------------*/
.g_nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
.g_nav li {
	float: left;
}


/* BREADCRUMBS
----------------------------------------------*/
.breadcrumbs {
	padding: 10px 0;
	width: 100%;
	background: #222;
	color: #ddd;
	text-align: center;
}
.breadcrumbs ul {
	margin: 0 auto;
	width: 1150px;
	text-align: left;
}
.breadcrumbs li {
	float: left;
	margin: 0 15px 0 0;
}
.breadcrumbs li a {
	padding: 0 15px 0 0;
	background: url(../../images/common/li_01.png) right 0.3em no-repeat;
	color: #ddd;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	color: #999;
}


/* H1
----------------------------------------------*/
.h1_title {
	margin: 0 0 60px 0;
	padding: 37px 0 34px 0;
	background: url(../../images/common/bg_h1.png) center top;
	text-align: center;
}
.h1_title_inner {
	margin: 0 auto;
	width: 1150px;
	text-align: left;
}


/* H2
----------------------------------------------*/
.h2_title{
	margin:0 0 20px;	
}

.recruit_form .h2_title{ text-align:center;}


/* page_footer_contact
----------------------------------------------*/
.page_footer_contact {
	padding: 30px 0;
	background: #2b2b2b;
	color: #fff;
}
.page_footer_contact p {
	margin: 0 0 20px 0;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.page_footer_contact strong {
	font-size: 161.6%;
}


/* FOOTER
----------------------------------------------*/

#footer_inner {
	margin: 0 auto;
	width: 1150px;
}
.f_gnav {
	position: relative;
	margin: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	background: #f1f1f1;
	text-align: center;
}
.f_gnav_inner {
	margin: 0 auto;
	width: 1150px;
	padding: 25px 0;
	position: relative;
}
.f_gnav li {
	float: left;
	margin: 0 25px 0 0;
	font-size: 108%;
}
.f_gnav a {
	color: #000;
	text-decoration: none;
}
.f_gnav a:hover {
	text-decoration: underline;
}

.pagetop {
	position: absolute;
	top: 21px;
	right: 28px;
}

.btn_privacy {
	position: absolute;
	top: 25px;
	right: 190px;
}

.btn_f_recruit {
	position: absolute;
	top: 10px;
	right: 0;
}

.copyright {
	margin: 0 0 15px 0;
	color: #666666;
	text-align: left;
}

.trademark{
	font-size: 11px;
	text-align: left;
	color: #666;
	margin-bottom: 10px;
}











