@charset "utf-8";
html{
	-webkit-text-size-adjust: none;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size: 13px;
	color: #595959;
	line-height: 130%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
input, select {
	vertical-align:middle;
}

/*===================================================
共通系
===================================================*/
table {
	border-coll:0;
	border-spacing:0;
	border-bottom: 1px solid #D2D2D2;
	display: block;
}
th,td{
	border-top: 1px solid #D2D2D2;
	padding:10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

a{
	color: #2f88b4;
	text-decoration: none;
}
a:HOVER{
	text-decoration: underline;
}

/*===================================================
お知らせ系一覧、詳細css
===================================================*/
.list-table{
	border: none;
}
.list-table th,.list-table td{
	border: none;
}
.list-table th{
	font-size:12px;
	color: #999;
}
.list-table td a{
	color: #404040;
}
.pager{
	border-top:1px solid #D2D2D2;
	overflow: hidden;
	padding: 20px 10px;
}
.pager .counter{
	width: 190px;
	float: left;
	padding-top:12px;
}
.pager .links{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.pager .links a{
	text-decoration: underline;
}
.pager .links .prev-link,.pager .links .next-link{
	display: block;
	width: 40px;
	height: 28px;
	border: 1px solid #cfcfcf;
	border-radius:5px;
	float: right;
	background-color: #f5f5f5;
	text-decoration: none;
	background-image: url("/image/common/icons_pager.png");
	background-repeat: no-repeat;
	padding-top:12px;
	font-weight: normal;
	color: #666;
	margin-left:10px;
}
.pager .links .prev-link:HOVER,.pager .links .next-link:HOVER{
	background-color: #e0dede;
}
.pager .links .number{
	text-align: right;
	padding-top:12px;
	width: 200px;
	float: right;
	margin-right:20px;
}
.pager .links .prev-link{
	background-position: 0 -50px;
	padding-left:25px;
}
.pager .links .next-link{
	background-position: 100% 0;
	text-align: right;
	padding-right:25px;
}
#side-navi a.now-item{
	background-color: #E6E6E6;
}
.detail-page{
	padding:0 10px;
	line-height: 22px;
}
.detail-page .publisher{
	padding-top:20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.detail-page .publisher .category-icon{
	background-color: #999999;
	color: #fff;
	font-size: 12px;
	padding:1px 7px 0 7px;
}
.detail-page .publisher .date{
	float: right;
	font-size: 14px;
}
.detail-page h1{
	border-left: 11px solid #00436E;
	padding-left:20px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
}
.detail-page .body{
	margin-bottom: 20px;
}
#not-found{
	margin-top:30px;
	margin-bottom:200px;
	text-align: center;
}
#not-found h1{
	font-size: 16px;
	margin-bottom: 20px;
}
/*===================================================
form
===================================================*/
.form{
	padding-top:10px;
}
.form .lead{
	font-size: 14px;
}
.form #step-nav{
	text-align: center;
	margin: 20px 0;
}
.form #step-nav ul{
	width: 631px;
	margin:0 auto;
	overflow: hidden;
}
.form #step-nav .step li{
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background-image: url("/image/common/step_image.png");
	background-repeat: no-repeat;
}
.form #step-nav .step .input{
	width: 211px;
	margin-right:9px;
	background-position: 0 -100px;
}
.form #step-nav .input .input{
	background-position: 0 0;
}
.form #step-nav .step .confirm{
	width: 211px;
	margin-right:9px;
	background-position: -220px -100px;
}
.form #step-nav .confirm .confirm{
	background-position: -220px 0;
}
.form #step-nav .step .insert{
	width: 191px;
	background-position: -440px -100px;
}
.form #step-nav .insert .insert{
	background-position: -440px 0;
}
.form .required-marker{
	color: #ff0000;
}
.form .form-table{
	text-align: center;
}
.form .form-table table{
	width: 890px;
	margin: 0 auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.form .form-table table th,.form .form-table table td{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
.form .form-table table th{
	width: 210px;
	background-color: #f1ead6;
}
.form .form-table table td{
	width:640px;
	background-color: #fafafa;
}
.form .form-table table td .text1{
	width: 180px;
}
.form .form-table table td .text2{
	width: 280px;
}
.form .form-table table td .tel1,.form .form-table table td .tel2,.form .form-table table td .tel3{
	ime-mode: disabled;
	width: 40px;
}
.form .form-table table td .email1{
	width: 120px;
	ime-mode: disabled;
}
.form .form-table table td .email2{
	width: 150px;
	ime-mode: disabled;
}
.form .button-area{
	width: 890px;
	margin: 20px auto;
	overflow: hidden;
}
.form .button-area .button-right{
	width: 350px;
	float: right;
}
.form .button-area .button-right input{
	float: right;
}
.form .attention{
	color: #E60012;
	font-weight: bold;
	margin: 0 0 10px;
}
.form .field-error{
	color: #E60012;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	padding: 5px 0 0;
}
.form .thanks{
	text-align: center;
	font-size: 14px;
	margin:30px 0;
}
.button-area .button-right #certification{
	background: url(/image/btn_certification.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    border:none;
    width: 210px;
    height: 45px;
    cursor:pointer;
}
.button-area .button-right #certification:hover{
	background-position: 0px -48px;
}
.button-area .button-left .back input{
	background: url(/image/btn_back.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    border:none;
    width: 105px;
    height: 50px;
    cursor:pointer;
    float: left;
}
.button-area .button-left #back:hover{
	background-position: 0px -54px;
}
.button-area .button-right #send{
	background: url(/image/btn_send.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    border:none;
    width: 237px;
    height: 51px;
    cursor:pointer;
}
.button-area .button-right #send:hover{
	background-position: 0px -51px;
}
/*===================================================
header
===================================================*/
#site-header{
	height: 102px;
	border-bottom:1px solid #c9c9c9;
	background: url("/image/common/bg_site_header.png?20130723") repeat-x 0 0 transparent;
	text-align: center;
	margin-bottom: 39px;
}
#header-inner{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#logo{
	width: 157px;
	float: left;
	margin-top:20px;
	margin-right: 20px;
}
#header-inner .lead{
	float: left;
	width: 85px;
	height: 10px;
	margin-top: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("/image/common/bg_lead_text.png") no-repeat 0 0 transparent;
}
#header-utility{
	width: 550px;
	float: right;
	padding-top:18px;
}
#header-utility ul{
	overflow: hidden;
}
#header-utility li{
	float: right;
	border-right:1px solid #dcdcdc;
	padding:0 12px;
}
#header-utility li:FIRST-CHILD{
	margin-right:-1px;
	padding:0 0 0 12px;
}
#header-utility li a{
	background-image: url("/image/common/icons.png?20121120");
	background-repeat :no-repeat;
	background-position:0 0 ;
	padding-left:10px;
	font-size: 12px;
	color: #505050;
}
#header-utility li .about-us-en{
	background-position:0 -50px ;
}
#header-inner #global-navi{
	position: absolute;
	top:70px;
	left:0;
}
#global-navi li{
	display: inline;
	float: left;
}
#global-navi li a{
	display: block;
	width:190px;
	height: 60px;
	background-image:url("/image/common/bg_global_navi.png?20130723");
	background-repeat: no-repeat; 
	overflow: hidden;
	text-indent: -9999px;
}
#global-navi li a.home{
	background-position: 0 0 ;
}
#global-navi li a.business{
	background-position: -190px 0 ;
}
#global-navi li a.company{
	background-position: -380px 0 ;
}
#global-navi li a.recruit{
	background-position: -570px 0 ;
}
#global-navi li a.press{
	background-position: -760px 0 ;
}
#global-navi li a.home:HOVER{
	background-position: 0 -80px ;
}
#global-navi li a.business:HOVER{
	background-position: -190px -80px ;
}
#global-navi li a.company:HOVER{
	background-position: -380px -80px ;
}
#global-navi li a.recruit:HOVER{
	background-position: -570px -80px ;
}
#global-navi li a.press:HOVER{
	background-position: -760px -80px ;
}
/*===================================================
contents
===================================================*/
#wrapper{
	text-align: center;
}
#contents{
	width:950px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#category-title{
	height: 80px;
	margin-bottom: 11px;
}
#category-title h1{
	background-image: url("/image/common/bg_category_titles.png?20130723");
	background-repeat: no-repeat;
	width:250px;
	height:80px;
	float:left;
	overflow: hidden;
	text-indent: -9999px;
}
#side-navi{
	width: 250px;
	float: left;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
#side-navi li{
	border-top:1px solid #e0e0e0; 
}
#side-navi li:FIRST-CHILD{
	border-top:3px solid #00436E;
}
#side-navi a{
	display: block;
	height: 29px;
	padding:15px 0 0 32px;
	background: url("/image/common/icons_sidebar.png") no-repeat 0 0 transparent;
	color: #333333;
	text-decoration: none
}
#side-navi a:HOVER{
	background-color: #e0eef8;
}
#main-contents{
	border-top: 2px solid #00436E;
}
.two-column #main-contents{
	width: 670px;
	float: right;
}
#main-contents{
}
#page-title{
	height: 67px;
	margin-bottom: 15px;
}
#page-title h1{
	padding:27px 0 0 10px;
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight: normal;
}
#page-title .eng-title{
	font-size: 11px;
	line-height:19px;
	color: #8c8c8c;
	padding: 0 0 0 13px;
}
#main-contents .lead{
	margin-bottom: 10px;
	padding: 0 10px ;
	line-height: 20px;
}
#main-contents .caption{
	margin-bottom: 10px;
	padding:0 30px;
	line-height: 20px;
}
#main-contents .section-lv2{
	margin-bottom: 25px;
}
#main-contents .section-lv2 h2{
	font-size: 16px;
	line-height:20px;
	color: #404040;
	border: 1px solid #dedede;
	border-radius: 2px;
	padding:11px 10px 9px 25px;
	margin-bottom: 15px;
	background: url(/image/common/bg_h_markers.png?20130723) no-repeat 0 0 #fff;
	background: url(/image/common/bg_h_markers.png?20130723) no-repeat 0 0,
	-moz-linear-gradient(top, #f2f2f2 0%, #ffffff 60%, #ffffff 100%, #ffffff 100%);
	background: url(/image/common/bg_h_markers.png?20130723) no-repeat 0 0,
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(60%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ffffff));
	background: url(/image/common/bg_h_markers.png?20130723) no-repeat 0 0,
	-ms-linear-gradient(top, #f2f2f2 0%,#ffffff 60%,#ffffff 100%,#ffffff 100%);
	background: url(/image/common/bg_h_markers.png?20130723) no-repeat 0 0,
	linear-gradient(top, #f2f2f2 0%,#ffffff 60%,#ffffff 100%,#ffffff 100%);
	-webkit-box-shadow: 2px 2px 3px #ebebeb;
	box-shadow: 2px 2px 3px  #ebebeb;
}
#main-contents .section-lv3 {
	margin-top:20px;
}
#main-contents .section-lv3 h3{
	padding:13px 10px 9px 25px;
	background:url("/image/common/bg_h_markers.png") no-repeat 0 -100px transparent;
	border-bottom:1px solid #d3d3d3;
	font-size:16px;
	line-height:20px;
	color:#404040; 
	margin-bottom: 15px;
}
#page-top-link{
	width: 950px;
	margin: 30px auto ;
	overflow: hidden;
}
#page-top-link a{
	display:block;
	width:118px;
	height:17px;
	float:right;
	padding: 7px 0 9px 0;
	text-align:center;
	border:1px solid #e5e5e5;
	background-color:#fafafa;
	color:#808080;
	font-size: 12px;
}
/*===================================================
footer
===================================================*/
#site-footer{
	background-color: #fafafa;
	border-top:1px solid #e6e6e6;
	text-align: center;
	overflow: hidden;
}
#site-footer-inner{
	width: 950px;
	margin: 0 auto;
	padding-top:19px;
	font-size: 11px;
}
#footer-global-navi{
	width: 500px;
	float: left;
	overflow: hidden;
}
#footer-global-navi li{
	float: left;
	border-left:1px solid #e5e5e5;
	padding:0 9px;
}
#footer-global-navi li:FIRST-CHILD{
	margin-left: -1px;
	padding: 0 9px 0 0 ;
}
#footer-utility{
	width: 350px;
	float: right;
	overflow: hidden;
}
#footer-utility li{
	float: right;
	border-right:1px solid #e5e5e5;
	padding:0 9px;
}
#footer-utility li:FIRST-CHILD{
	margin-right: -1px;
	padding: 0 0 0 9px ;
}
#copyright{
	text-align: right;
	clear: both;
	padding-top:20px;
	font-size: 10px;
	color: #878787;
	margin-bottom: 60px;
}