@charset "UTF-8";

@import url("common.css");

/* **************************************************************************************

 コンテンツページのスタイル

*************************************************************************************** */

/* --------------------------------------------------------------------------------------
 共通
--------------------------------------------------------------------------------------- */

.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}


/* サブナビ
------------------------------------------------------------ */

ul#subNavi {
	width: 735px;
	background: #EFEFEF;
}
ul#subNavi:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul#subNavi { display:inline-block; }
/*\*/
* html ul#subNavi { height:1%; }
ul#subNavi { display:block; }
/**/

ul#subNavi li {
	float: left;
	margin-right: 15px;
}


/* ローカルナビ
------------------------------------------------------------ */

ul#localNavi {
	width: 100%;
	min-height: 450px;
	background: url(img/bg_localnavi.gif) no-repeat left top;
}
* html ul#localNavi {
	height: 450px;
}

ul#localNavi li {
	margin-bottom: 1px;
}


/* タイトル
------------------------------------------------------------ */

div#contLeft h2 {
	margin-bottom: 10px;
	padding: 8px 0 8px 12px;
	border-left: 3px solid #000000;
	color: #000000;
	font-size: 117%;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------------
 事業案内
--------------------------------------------------------------------------------------- */

.cont-business h3 {
	font-weight: bold;
}

.cont-business h3.line {
	background: url(../../business/img/bg_line.gif) repeat-x 0 .2em;
}
.cont-business h3.line span {
	background: #FFFFFF;
}

.cont-business p.btnBottom {
	margin: 50px 0;
	text-align: center;
}

.cont-business table.businessTbl {
	width: 710px;
	margin-bottom: 40px;
}

.cont-business table.businessTbl th,
.cont-business table.businessTbl td {
	padding: 15px 5px 15px 13px;
	border: 1px solid #C9C9C9;
	vertical-align: top;
	text-align: left;
	color: #515151;
	font-weight: normal;
}

.cont-business table.businessTbl th {
	width: 155px;
	background: #F0F0F0;
}
.cont-business table.businessTbl th.col {
	width: 692px;
}

.cont-business table.businessTbl td p {
	padding-left: 0.7em;
	text-indent: -0.7em;
}


/* --------------------------------------------------------------------------------------
 当社が選ばれる理由
--------------------------------------------------------------------------------------- */

.cont-reason div.caseBox {
	width: 710px;
	margin: 20px 0 65px;
	color: #515151;
}
.cont-reason div.caseBox:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-reason div.caseBox { display:inline-block; }
/*\*/
* html .cont-reason div.caseBox { height:1%; }
.cont-reason div.caseBox { display:block; }
/**/

.cont-reason div.caseBox h2 {
	float: left;
	width: 230px;
}
.cont-reason div.caseBox h3 {
	font-size: 10px;
}
.cont-reason div.caseBox div.nen {
	float:right;
	margin: -20px 0px 0px 0px;
}




.cont-reason div.caseBox div.caseBoxIn {
	float: right;
	width: 454px;
}

.cont-reason div.caseBox p.lead {
	padding: 13px 5px 13px 18px;
	border: 1px solid #C8C8C8;
	background: #E9E9E9;
	font-weight: bold;
}

.cont-reason div.caseBox h4 {
	margin-top: 13px;
	color: #C87A00;
}

.cont-reason div.caseBox dl dt {
	font-weight: bold;
}

.cont-reason div.caseBox dl dd {
	margin-bottom: 15px;
}

.cont-reason div.caseBox dl dd ul li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}


/* --------------------------------------------------------------------------------------
 会社情報
--------------------------------------------------------------------------------------- */

.cont-company div.caseBox {
	width: 710px;
	margin: 20px 0 65px;
	color: #515151;
}

.cont-company div#contInLeft {
	float: left;
	width: 150px !important;
}

.cont-company div#contInRight {
	float: right;
	width: 740px !important;
}

.cont-company div#contInRight p {
	margin-bottom: 25px;
}

.cont-company div#contInRight p span.date {
	display: block;
	font-size: 86%;
	margin-bottom: 25px;
}

.cont-company table.profileTbl {
	width: 740px;
	margin-top: 1px;
}

.cont-company table.profileTbl th,
.cont-company table.profileTbl td {
	padding: 15px 5px 15px 20px;
	border: 1px solid #C9C9C9;
	vertical-align: top;
	text-align: left;
	color: #515151;
	font-weight: normal;
}

.cont-company table.profileTbl th {
	width: 125px;
	background: #F4F4F4;
}

.cont-company table.profileTbl td table td {
	padding: 0 25px 0 0;
	border: none;
}

.cont-company table.profileTbl td.txtRight {
	text-align: right;
}
.cont-company table.profileTbl td.txtRight span {
	display: block;
	padding-top: 1em;
}


/* --------------------------------------------------------------------------------------
 IR・メディア情報
--------------------------------------------------------------------------------------- */

div.irmediaBox {
	width: 710px;
	margin-bottom: 10px;
	background: url(../../irmedia/img/bg_box_rp.gif) repeat-y;
}
div.irmediaBoxTp {
	width: 710px;
	background: url(../../irmedia/img/bg_box_tp.gif) no-repeat left top;
}
div.irmediaBoxBt {
	width: 710px;
	padding: 20px 0;
	background: url(../../irmedia/img/bg_box_bt.gif) no-repeat left bottom;
}

div.irmediaBox ul {
	margin: 0 30px 0 40px;
}

div.irmediaBox ul li {
	width: 640px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DBDBDB;
}
div.irmediaBox ul li:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.irmediaBox ul li { display:inline-block; }
/*\*/
* html div.irmediaBox ul li { height:1%; }
div.irmediaBox ul li { display:block; }
/**/

div.irmediaBox ul li span.date {
	display: block;
	float: left;
	width: 105px;
	padding-top: 3px;
	color: #5C5C5C;
}

div.irmediaBox ul li span.txt {
	display: block;
	float: left;
	width: 535px;
	color: #000000;
}

div.irmediaBox ul li span.date img.pdf {
	margin-right: 3px;
	vertical-align: text-top;
}

div.irmediaBox p.selector {
	margin: 30px 30px 0 40px;
	color: #02B3D3;
}

div.irmediaTitBox {
	position: relative;
	width: 710px;
}

div.irmediaTitBox div.pagetop02 {
	position: absolute;
	top: 5px;
	right: 0;
	width: 500px;
	margin-left: 210px;
}


/* --------------------------------------------------------------------------------------
 採用情報
--------------------------------------------------------------------------------------- */

.cont-recruit {
	clear: both;
	width: 940px;
}

.cont-recruit p {
	margin-bottom: 20px;
}

.cont-recruit table.recruitTbl {
	width: 642px;
	margin-bottom: 20px;
}

.cont-recruit table.recruitTbl th,
.cont-recruit table.recruitTbl td {
	padding: 10px 5px 10px 15px;
	border: 1px solid #C9C9C9;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-weight: normal;
}

.cont-recruit table.recruitTbl th {
	width: 160px;
	background: #F4F4F4;
}

.cont-recruit table.recruitTbl td table td {
	padding: 0 15px 0 0;
	border: none;
}

.cont-recruit table.recruitTbl td dl dd {
	margin-left: 1.2em;
}

.cont-recruit table.recruitTbl td dl dt.bold {
	padding-top: 20px;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------------
 お問い合わせ
--------------------------------------------------------------------------------------- */

.cont-contact {
	width: 822px;
	margin-left: 64px;
}

.cont-contact div#contactArea {
	width: 822px;
	background: url(../../contact/img/bg_contact_rp.gif) repeat-y;
}
.cont-contact div#contactAreaIn {
	width: 822px;
	padding-bottom: 10px;
	background: url(../../contact/img/bg_contact_bt.gif) no-repeat left bottom;
}

.cont-contact div.contactBox {
	width: 822px;
	padding: 31px 0 10px;
	color: #000000;
}
.cont-contact div.contactBox:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cont-contact div.contactBox { display:inline-block; }
/*\*/
* html .cont-contact div.contactBox { height:1%; }
.cont-contact div.contactBox { display:block; }
/**/

.cont-contact div.bg01 {
	background: url(../../contact/img/bg_contact_tp01.gif) no-repeat left top;
}
.cont-contact div.bg02 {
	background: url(../../contact/img/bg_contact_tp02.gif) no-repeat left top;
}
.cont-contact div.bg03 {
	background: url(../../contact/img/bg_contact_tp03.gif) no-repeat left top;
}
.cont-contact div.bg04 {
	background: url(../../contact/img/bg_contact_tp04.gif) no-repeat left top;
}
.cont-contact div.bg05 {
	background: url(../../contact/img/bg_contact_tp05.gif) no-repeat left top;
}
.cont-contact div.bg06 {
	background: url(../../contact/img/bg_contact_tp06.gif) no-repeat left top;
}

.cont-contact div.contactBoxLeft {
	float: left;
	width: 215px;
	margin-left: 29px;
	margin-right: 40px;
}
* html .cont-contact div.contactBoxLeft {
	display: inline;
}

.cont-contact div.contactBoxRight {
	float: left;
	width: 510px;
}

.cont-contact div.contactBoxLeft h2 {
	letter-spacing: 0;
}

.cont-contact div.contactBoxLeft ul {
	margin-top: 7px;
	padding: 5px 10px;
	background: #D3D3D3;
}
.cont-contact div.contactBoxLeft ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.cont-contact div.contactBoxRight p em {
	display: block;
	font-weight: bold;
}

.cont-contact div.contactBoxRight p span.link {
	display: block;
	margin-top: 15px;
}


/* --------------------------------------------------------------------------------------
 プライバシーポリシー
--------------------------------------------------------------------------------------- */

.cont-privacy h2 {
	font-weight: bold;
}

.cont-privacy p {
	margin-bottom: 20px;
}
.cont-privacy p.sp {
	margin-bottom: 40px;
}

div#privacyArea {
	width: 938px;
	height: 500px;
	margin: 10px 0 30px 0;
	border: 1px solid #C9C9C9;
	overflow: auto;
}
* html div#privacyArea {
	width: 940px;
}

div#privacyAreaIn {
	padding: 30px 40px;
}

div#privacyArea h2 {
	font-weight: bold;
}

div#privacyArea h3 {
	margin-top: 20px;
}

div#privacyArea p.sp {
	margin-top: 20px;
}

p.btnPrivacy {
	text-align: center;
}


/* --------------------------------------------------------------------------------------
 ログイン・パスワード忘れ・会員登録
--------------------------------------------------------------------------------------- */

div#contLogin {
	width: 940px;
	margin-top: 30px;
}

div#contReminder {
	width: 940px;
	padding-top: 91px;
}

div#contMember {
	width: 940px;
	margin-top: 30px;
}

table.formTbl {
	width: 800px;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}

table.formTbl th,
table.formTbl td {
	padding: 10px 15px;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.formTbl th {
	width: 95px;
	background: #F0F0F0;
}

table.formTbl th span.require {
	color: #FF5252;
}

div#contMember table.formTbl td p {
	margin-bottom: 5px;
}
div#contMember table.formTbl td p.ex {
	margin-left: 7em;
}

div#contLogin table.formTbl td.nobd {
	border-right: none;
}

div#contLogin table.formTbl td.pass {
	text-align: right;
	color: #0093DD;
	font-size: 86%;
}
div#contLogin table.formTbl td.pass a:link,
div#contLogin table.formTbl td.pass a:visited,
div#contLogin table.formTbl td.pass a:hover,
div#contLogin table.formTbl td.pass a:active {
	color: #0093DD;
}

div#contLogin table.formTbl td .inputstyle,
div#contReminder table.formTbl td .inputstyle,
div#contMember table.formTbl td .inputstyle {
	width: 370px;
}
div#contMember table.formTbl td .inputstyle02 {
	width: 135px;
}
div#contMember table.formTbl td .textareastyle {
	width: 520px;
	height: 150px;
}

div#contLogin div.btnArea,
div#contReminder div.btnArea,
div#contMember div.btnArea {
	width: 800px;
	margin: 30px 0;
	text-align: center;
}

div#contLogin div.btnArea img,
div#contLogin div.btnArea input {
	vertical-align: middle;
}

div#contLogin div.btnArea img {
	margin-left: 10px;
}

div#contReminder div.btnArea p {
	margin-bottom: 20px;
}

div#contMember p.txtComplete {
	text-align: center;
	margin: 50px 0 100px;
}

.privacytitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	padding: 0px 0px 7px 0px;
}

.downloadbox {
	margin: 0px 0px 10px 0px;
}
.downloadbox td.nobd {
}
.formTbl2 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.formTbl2 td{
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
.formTbl2 th{
	width:100px;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	background-color:#e9e9e9;
}

.downimg {
	margin: 0px 5px 0px 0px;
	float:left;
}
.downdownbox {
	float:right;
}
.downbordbox {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	float:left;
}
.downbordbox td {
	padding: 3px;
	font-size:90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
#downnavi {
	float:left;
	margin: 0px 10px 0px 0px;
}
#downnavi li a {
	display: block;
	background-color:#979797;
	width:150px;
	padding: 5px;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	font-size:90%;
}
#downnavi li a:hover {
	background-color:#000000;
}

.downtitle {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 5px 0px;
	float:right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	width:80%;
}
.downtitle2 {
	margin: 30px 0px 10px 15px;
	padding: 0px 0px 5px 0px;
	float:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	width:80%;
}
#downnavi li a#allnavi {
	background-color:#000000;
}
#downnavi li a#allnavi:hover {
	background-color:#777777;
}

/*----------------------------------------------------*/
.recruitbox {
	width: 940px;
	margin: 0px;
}

.recruitbox th,
.recruitbox td {
	padding: 15px 5px 15px 20px;
	border: 1px solid #C9C9C9;
	vertical-align: top;
	text-align: left;
	color: #515151;
	font-weight: normal;
}

.recruitbox th {
	width: 240px;
	background: #F4F4F4;
}

.recruitbox td table td {
	padding: 0 25px 0 0;
	border: none;
}

.recruitbox td.txtRight {
	text-align: right;
}
.recruitbox td.txtRight span {
	display: block;
	padding-top: 1em;
}
.recspace0 {
	margin: 0px;
	padding: 0px;
}
#recimages {
	background-image:url(../../recruit/img/rec_back_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width:940px;
	height:150px;
	padding: 28px 10px;
}
#recimages img {
	margin: 0px 1px 0px 0px;
	float:left;
}
.rectitle {
	background-color: #939393;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c9c9c9;
	border-right-color: #c9c9c9;
	border-left-color: #c9c9c9;
	padding: 5px;
	text-align:center;
	color:#FFFFFF;
	width: 255px;
	margin: 0px;
}
.rec_txt01 {
	color:#01979c;
	margin: 0px;
}
.rec_txt02{
	background-color:#f2f2f2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
	padding: 8px;
}
.rec_staffimg {
	border: 1px solid #C0C0C0;
}
.rec_boxbox {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
}