@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust:100%; margin:0; padding:0;
	width:100%; position:relative;
}

/* clearfix */
.clearfix { overflow:hidden; clear:both; }
.clearfix:before {
	display: block;
	content: " ";
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.pc_only { display:none; }


/* ---------- BOX ---------------------------------------- */

.box { }


/* ---------- CONTAINER ---------------------------------------- */

#container { }


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

#header_wrap {
	width:100%;
	height:125px;
	background-color:#ffffff;
	position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;
	overflow:hidden;
}
#header {
	height:125px;
	margin:0 auto;
	overflow:hidden;
}
#header img {
	width:100%;
	max-width:100%;
	height:auto;
}
#header .header-top {
	position: relative;
}
#header .logo {
	max-height:50px;
	padding:20px 20px 10px 20px;
	overflow:hidden;
	text-align:center;
}
#header .logo img {
	width:auto;
	max-height:50px;
}
#header .header-top-right {
	display:none;
}
#header .header-tel { }
#header .header-mail { }
#header .header-mail a:hover { }

/* gnav */
.gnav {
	position:relative;
	background-image:url(img/bg01.gif);
	display: table;
	table-layout: fixed;
	text-align: center;
	margin:10px 0 0 0;
	width: 100%;
	height:35px;
}
.gnav li {
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
}
.gnav li:last-child {
	border-right: 0;
}
.gnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	text-decoration: none;
}


/* ---------- MAIN ---------------------------------------- */

#main-img {
	width:100%;
	height:auto;
	background-color:#1e1e1e;
	margin-top:125px;
}


/* ---------- CONTENTS ---------------------------------------- */

#contents {
	padding:0 20px;
}

/* h2 */
#contents h2 {
	font-weight:bold;
	text-align:center;
	padding:0 0 10px 0;
	margin:20px auto;
	overflow: hidden;
	border-bottom:solid 2px #00509b;
}

/* dl */
#contents .dl_news {
	width:100%;
	overflow:hidden;
	margin:0 0 40px 0;
}
#contents .dl_news dt {
	width:100%;
	height:auto;
	line-height:150%;
	padding:10px 0 0 0;
	text-align:center;
}
#contents .dl_news dd {
	width:100%;
	height:auto;
	border-bottom:solid #cbcbcb 1px;
	line-height:150%;
	padding:3px 0 10px 0;
	text-align:center;
}
#contents .dl_news dt .news_cat_01 {
	background-image:url(img/bg01.gif);
	color:#ffffff;
	padding:3px 5px;
	font-size:10px;
}

/* box */
#contents .box_01_business p, #contents .box_02_business p {
	text-align:center;
	margin:5px 0 20px 0;
	font-size:100%;
	font-weight:bold;	
}

/* link banner */
#contents .p_contents_02 {
	font-weight:bold;
	color:#00509b;
	border:solid 2px #00509b;
	padding:10px;
}
#contents .link_h3 {
	text-align: center;
	font-weight: bold;
	margin:0 0 10px 0;
}

/* index recruit */
.index_recruit_h3_01 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
}
.index_recruit_p_01 {
	text-align:center;
	margin:0;
}
.index_recruit_contact {
	width:100%;
	margin:20px auto;
}
.index_recruit_contact a {
	display:block;
	width:100%;
    text-align: center;
    height: 50px;
    background: #1e1e1e;
    color: #ffffff;
    cursor: pointer;
	border:none;
	font-size:100%;
	line-height:50px;
	border-radius:5px;
    webkit-border-radius:5px;
    moz-border-radius:5px;
}
.index_recruit_contact a:hover {
	background-image:url(img/bg01.gif);
	color: #ffffff;
}
.index_recruit_contact a:link, .index_recruit_contact a:visited, .index_recruit_contact a:hover, .index_recruit_contact a:active {
	color: #ffffff;
}


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

#footer {
	background-image:url(img/bg01.gif);
	padding-top:20px;
	margin-top:40px;
	overflow:hidden;
}
#footer .footer-top {
	position: relative;
	overflow:hidden;
}
#footer .logo {
	max-height:50px;
	padding:0 20px 10px 20px;
	overflow:hidden;
	text-align:center;
}
#footer  .logo img {
	width:100%;
	max-height:50px;
}
#footer .p_footer_02 {
	font-size:75%;
	color:#ffffff;
	margin:0;
	text-align:center
}
#footer .p_footer_02 a {
	color:#ffffff;
	text-decoration:underline;
}
#footer .footer-bottom {
	display: table;
	table-layout: fixed;
	border-top:solid 1px #ffffff;
	overflow:hidden;
	margin:10px 20px;
	padding:15px 0 10px 0;
}
#footer .footer-bottom ul {
	width:100%;
	display: table;
	table-layout: fixed;
	overflow:hidden;
}

#footer .footer-bottom li {
	display: table-cell;
	vertical-align: middle;
	font-size:75%;
	text-align:center;
}
#footer .footer-bottom a {
	color:#ffffff;
}
#footer .footer-bottom a:visited {
	color:#ffffff;
}
#footer img {
	vertical-align: baseline;
}


/* ---------- COPYRIGHT ---------------------------------------- */

.copyright {
	font-size:50%;
	background-color:#1e1e1e;
	text-align:center;
	color:#ffffff;
	height:40px;
	line-height:40px;
	margin:0;
}


/* ---------- PAGE ---------------------------------------- */

#page-main-img {
	background-color:#1e1e1e;
	margin-top:125px;
}

#page-contents {
	padding:0 20px;
}

/* h2 */
#page-contents h2 {
	font-weight:bold;
	text-align:center;
	padding:0 0 10px 0;
	margin:20px auto;
	overflow: hidden;
	border-bottom:solid 2px #00509b;
}

/* company table */
.company-table {
	margin:0 0 40px 0;
}
.company-table tr {
	border-bottom:solid 1px #cbcbcb;
}
.company-table tr th {
	font-size:85%;
	font-weight:bold;
	color:#00509b;
	width:120px;
	padding:10px 0;	
}
.company-table tr td {
	font-size:85%;
	padding:10px 0 10px 10px;	
}

/* box */
#page-contents .box_02_company {
	margin:0 0 40px 0;
}
#page-contents .box_01_business p, #page-contents .box_02_business p, #page-contents .box_01_company p, #page-contents .box_02_company p {
	text-align:center;
	margin:5px 0 20px 0;
	font-size:100%;
	line-height:150%;
	font-weight:bold;	
}

/* cc_box */
#page-contents .cc_box {
	border-top:solid 1px #cbcbcb;
	border-right:solid 1px #cbcbcb;
	border-bottom:solid 1px #cbcbcb;
	border-left:solid 1px #cbcbcb;
	padding:30px;
}
#page-contents .cc_box h3 {
	font-size:115%;
	font-weight:bold;
	margin:0 0 20px 0;
}
#page-contents .cc_box ul {
	margin:0 0 30px 0;
}
#page-contents .cc_box ul li {
	font-size:85%;
	list-style-image:url(img/cc_box_li.png);
	list-style-position:inside;
	line-height:150%;
	margin-bottom:18px;
	padding-left:20px;
	text-indent:-20px;
}

/* cc_box_02 */
#page-contents .cc_box_02 {
	border-top:solid 1px #cbcbcb;
	border-right:solid 1px #cbcbcb;
	border-bottom:solid 1px #cbcbcb;
	border-left:solid 1px #cbcbcb;
	padding:30px;
}
#page-contents .cc_box_02 p {
	font-size:85%;
	line-height:150%;
}
#page-contents .cc_box_02 ul li {
	font-size:85%;
	list-style-type:disc;
	list-style-position:inside;
	margin:0 0 15px 0;
	line-height:150%;
	padding-left:1em;
	text-indent:-1em;
}

#page-contents .p_access_01 {
	font-size:85%;
	text-align:center;
	margin:10px;
}

/* mail_form */
#page-contents .mail_form {
	
}
#page-contents .p_contact_01 {
	color:#ff0000;
}
#page-contents .text_center {
	text-align:center;
	margin:30px 0;
}
#formWrap {
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	font-size:75%;
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formTable td{
	font-size:75%;
}
table.formTable span{
	color:#ff0000;
}
table.formTable input[type="text"]{
	width: 100%;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:3px;
	font-size:100%;
}
table.formTable textarea{
	padding:3px;
	font-size:100%;
	width: 100%;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page-contents .table_bt {
	margin:40px auto 0 auto;
}
#page-contents .table_bt input[type="submit"]{
	width: 100%;
    text-align: center;
    height: 50px;
    background: #1e1e1e;
    color: #ffffff;
    cursor: pointer;
	border:none;
	font-size:100%;
	line-height:50px;
	border-radius:5px;
    webkit-border-radius:5px;
    moz-border-radius:5px;
}
#page-contents .table_bt input[type="submit"]:hover {
	background-image:url(img/bg01.gif);
	color: #ffffff;
}
.p_contents_02 {
	color:#00509b;
	border:solid #00509b 2px;
}