@charset "utf-8";

/*----------------------------------------------------
 /recruit/index.html
 
 =maincolor：#ff6633
------------------------------------------------------*/

/*----------------------------------------------------
  全体枠
------------------------------------------------------*/

#frame {
	width: 960px;
	margin: 0 auto;
	border-top: 6px solid #ff6633;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}



/*----------------------------------------------------
  ヘッダー
------------------------------------------------------*/

/* パンくずリスト
------------------------------------------------------*/
#topicpath ul li {
	color: #ff6633;
}


*{
	line-height:1.4;}

/*----------------------------------------------------
  メインボックス
------------------------------------------------------*/
div#main{
	float: left;
	width: 690px;
}
div#main .inner {
	padding: 0 0 0 14px;
}

/* 採用情報
------------------------------------------------------*/

#boxRecruit img {
	margin: 8px;
	text-align: left;
}

#boxRecruit a{
	color:#337bff;
	}

#boxRecruit a:hover {
	color: #ff6600;}

#boxRecruit table{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse: collapse;
	background-color: #ffffff;
	font-size: 14px;
	text-align: left;
	width: 672px;
	margin: 0 auto;
}

#boxRecruit table th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0.3em 0.5em;
	background: #ebecde url(../base/table-bg.gif) no-repeat left top;
	white-space: nowrap;
}
#boxRecruit table td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0.3em 0px 0.3em 1em;
}

#boxRecruit td.lineDotted {
	border-bottom: 1px dotted #cccccc;
}

#boxRecruit table dl {
	margin: 0;
}

#boxRecruit table dt {
	font-weight: bold;
	margin: 0.3em 0;
}

#boxRecruit table dd a {
	color: #00c;
	text-decoration: none;
}

#boxRecruit table dd {
	margin: 0 0 0 1.0em;
}



/*----------------------------------------------------
 サブボックス
------------------------------------------------------*/

/* サイドバーの採用情報（黒いBOX）非表示
------------------------------------------------------*/
#recruit{
	display:none;
	}


/* カテゴリ毎のメニュー  
------------------------------------------------------*/
#side {
}

#side .inner {
}

#side img {
}

#side ul li {
}

#side ul li a {
	background: url(../recruit/img/sidetitle-recruit-li.gif) no-repeat 0em 0.3em;
}


/*----------------------------------------------------
  フッター
------------------------------------------------------*/

#copyright {
	border-top: 6px solid #ff6633;
}



/*----------------------------------------------------
  採用情報
------------------------------------------------------*/

#boxRecruit {

}

#boxRecrL {
	float: left;
	width: 120px;
}

#boxRecrR {
	float: right;
	text-align: left;
	border-left: 1px solid #CCC;
	width: 565px;
}

#boxRecrR p {
	padding: 0 10px 0 20px;
	font-size: 90%;
}

#boxRecrR2 {
	width: 565px;
	height:545px;
}

#boxRecrR2 p {
	padding: 0 10px 0 20px;
	font-size: 90%;
}


#boxRecrR div#recruit_Box ul#entry {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ff6633;
	background: #FFFBF7;
	width: 520px;
	font-size:95%;
}

#boxRecrR div#recruit_Box ul#entry span {
	color: #ff6633;
	font-weight: bold;
}

/*-----------------------------------------------------
  社長からのメッセージ
------------------------------------------------------*/

#boxRecrR .signature {
	text-align: right;
	margin: 8px 8px 30px 300px;
}

#boxRecrR img.fl_r {
	margin: 0px 8px 8px 8px;
}

/* 社長からのメッセージ　本文を明朝に
------------------------------------------------------*/
#president p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}



/*-----------------------------------------------------
  募集要項
------------------------------------------------------*/

#boxRecrR table{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse: collapse;
	background-color:#ffffff;
	font-size: 90%;
	text-align: left;
	width: 540px;
	margin: 0px auto 30px 8px;
}

#boxRecrR div.sectionBox p#red{
	color:#F03;
	font-size:1.2;
	font-weight:bold;
	margin:6px 0 0 0;}

div#recruit_Box p#red{
	color:#F03;
	font-size:1.2;
	font-weight:bold;
	margin:6px 0 0 0;}

#boxRecrR div.sectionBox table{
	margin: 0px 0 10px 0px;
}

#boxRecrR table tr td ul {
	list-style-type: disc;
}

#boxRecrR table tr td ul li {
	text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0.7em 0 1em;
	margin: 0.2em 0;
}

#boxRecrR table th {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0.5em;
	background: #ebecde url(../base/table-bg.gif) no-repeat left top;
	white-space: nowrap;
	width: 9em;
}

#boxRecrR table td {
	border-bottom:1px solid #cccccc;
	padding:0.4em 0.2em 0.4em 0.5em;
}

div#container div#frame div#contents div#main div#boxRecruit #boxRecrR div.sectionBox ul#entry{
	font-size: 95%;
	margin:0 0 12px 16px;
	}


/* 募集要項の表内の表
------------------------------------------------------*/
#boxRecrR table table {
	background: #FFF;
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 60%;
	font-size: 95%;
}

#boxRecrR table table th{
	padding: 0;
	background: #FFF;
	font-weight: normal;
	border: none;
}

#boxRecrR table table td{
	padding: 0;
	white-space: nowrap;
	text-align: right;
	border: none;
}

/* 募集要項
------------------------------------------------------*/

#boxRecrR #recruit_Box {
  text-align: left;
  margin: 0px auto 8px auto;
  width: 540px;
}

#boxRecrR #recruit_Box p {
	margin: 0px 0px 8px;
	padding: 0px;
}

#boxRecrR #recruit_flow {
  text-align: left;
  margin: 0px auto 8px auto;
  width: 540px;
}

#boxRecrR #recruit_flow p {
	margin: 0px 0px 8px;
	padding: 0px;
}

#boxRecrR #recruit_flow  dl{
	font-size: 95%;}

#boxRecrR #recruit_flow dt{
	float:left;
	margin: 0 0 0 0 ;}

#boxRecrR #recruit_flow dd{
	padding: 10px 0 0 200px;}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;}

.clearfix {overflow:hidden;}	 /* dreamweaver上で表示が崩れない用 */


div.clearfix {
 display:inline-block;}


/* 部署セクション（募集要項）
------------------------------------------------------*/

#boxRecrR .sectionBox {
  text-align: left;
  margin: 0px auto 8px auto;
  width: 540px;
}

#boxRecrR .sectionBox p {
	margin: 0px 0px 8px;
	padding: 0px;
}

#boxRecrR .sectionBox ul li a {
  font-weight: bold;
  padding-left: 8px;
  color: #337bff;
  font-size: 90%;
}

#boxRecrR .sectionBox ul li a:visited {
  color: #337bff;
}

#boxRecrR .sectionBox ul li a:hover {
  color: #F60;
}

#boxRecrR .sectionBox ul#place li a {
  color: #337bff;
  padding-left: 0px;
  font-weight:normal;
  font-size: 100%;
}

#boxRecrR .sectionBox ul#place li a:visited {
  color: #337bff;
}

#boxRecrR .sectionBox ul#place li a:hover {
  color: #F60;
}

/* 部門ごとに表示（dlの区切りごとに改行して表示する）
------------------------------------------------------*/
#boxRecrR .sectionBox dl {
	clear: left;
}

#boxRecrR .sectionBox dl dt {
	float: left;
	margin-right:20px;
}
#boxRecrR .sectionBox dl dd {
	clear: left;
}
/*
*/



/* 採用応募フォーム 関連情報 form.html
------------------------------------------------------*/
#boxRecrR #form-recruit fieldset {
	border: none;
}

#boxRecrR #form-recruit fieldset p {
	text-align: center;
	margin: 0.5em 0 0 0;
}

#boxRecrR #form-recruit fieldset table p {
	text-align: left;
	margin: 0;
}

#boxRecrR div.cssFrame {
	margin:10px auto;
	width:500px;
	height:120px;
	border:solid 1px #999999;
	overflow:auto;
	text-align: left;
	padding:10px;
	background: #FFF;
	font-size: 90%;
}

div.cssFrame div {
	width: 470px;
}

#recruitPrivacy dt, #recruitPrivacy li {
	text-align: left;
	margin-top: 0.5em;
	border-left: none;
}
	
#recruitPrivacy dd {
	text-align: left;
	margin-left: 1.5em;
	font-size: 90%;
}

#recruitPrivacy h3 {
	text-align: center;
	font-size: 95%;
}

#recruitPrivacy p {
	text-align: right;
}

#boxRecrR .information {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ff6633;
	background: #FFFBF7;
	width: 520px;
}

#boxRecrR .information dt {
	font-size: 90%;
}

#boxRecrR .information dd {
	font-size: 90%;
	text-indent: 0.5em;
}

#boxRecrR .information span {
	color: #ff6633;
	font-weight: bold;
	font-size: 110%;
}

#boxRecrR .information dd a {
    padding-left: 10px;
	color: #337bff;
	background: url(img/map-li.gif) no-repeat left top;
}

#boxRecrR .information dd a:visited {
	color: #337bff;
}

#boxRecrR .information dd a:hover {
	color: #F60;
	background: url(img/map-li-o.gif) no-repeat left top;
}

#boxRecrR .indispensable {
	color: #FA4A5F;
}

#boxRecrR #form-recruit fieldset table tr td .naviLink {
	font-size: 100%;
}

select {
	margin: 2px;
}

input#address, input#address2 {
	margin-top: 4px;
	margin-left: 2px;
}


/*----------------------------------------------------
  message.html 先輩社員からのメッセージ
------------------------------------------------------*/

#boxRecrR .staff img {
	margin: 8px 4px 0 8px;
	padding: 0px;
	position: relative;
}

#boxRecrR .staff {
	margin-bottom: 20px;
}

#boxRecrR .message img {
	margin: 8px 0 0 8px;
}

/* 先輩の声 丸いアイコンと下線付き見出し （没）
------------------------------------------------------*/
/*
#boxRecruit #boxRecrR h3 {
	background: url(img/message-cap-bg.gif) no-repeat 0px 0px;
	height: 30px;
	padding-top: 0px;
	padding-left: 30px;
	font-size: 18px;
	margin-left: 8px;
	margin-top: 20px;
}
*/

/* 先頭文字拡大を、Mac版IEで無効に \*/
/*
#boxRecruit #boxRecrR h3:first-letter {
	font-size: 24px;
}
*/
/* ここまで */



/* 部署セクションリンク
------------------------------------------------------*/

#boxRecrR .section {
	text-align: left;
	margin: 8px 10px 10px 10px;
	position: relative;
	width: 540px;
}

#boxRecrR .section ul li {
	float:left;
	border-left:1px solid #cccccc;
	color:#666;
}


#boxRecrR .section img {
	float:right;
}

#boxRecrR .section ul li a {
	font-weight: bold;
	padding: 0 8px;
	color: #337bff;
	font-size: 90%;
}

#boxRecrR .section ul li a:visited {
	color: #337bff;
}

#boxRecrR .section ul li a:hover {
	color: #F60;
}

#boxRecrR .section a#now {
	color: #FF6633;
}

#boxRecrR .section a img {
	margin: 0px;
	padding: 0px;
}

/* message.html 先輩の声 個別ページ
------------------------------------------------------*/

/* 囲み線 */
#boxRecrR div.message {
	border: 1px solid #CCC;
	width: 540px;
	margin: 10px auto;
}

/* 質問 */
#boxRecrR .message h3 {
	background: url(img/img-q.gif) no-repeat left top;
	padding-left: 24px;
	font-size: 100%;
	border-bottom: 1px dotted #CCC;
	margin: 1em 1em 0.5em;
	padding-bottom: 0.5em;
}

/* 答え */
#boxRecrR .message p {
	margin: 0.5em 0.4em 0.5em 1.1em;
	background: url(img/img-a.gif) no-repeat left top;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5em;
	padding-left: 24px;
}

/* 答え最終段落は下線を引かない */
#boxRecrR .message p.last {
	border-bottom: none;
	padding-bottom: 0;
}

/* massage9.htmlの箇条書き用 */
#boxRecrR div.message .last span
{
	display:block;
	text-indent: -1em;
	margin-left: 1em;
}




/* 男性のタイトル部分 */
#boxRecrR div.staff-man {
	width: 520px;
	border: 1px solid #CCC;
	background: #CDE6FF url(img/img-message-man.gif) no-repeat 99% center;
	margin: 8px auto;
	padding: 0px;
}

#boxRecrR div.staff-man h2 {
	margin: 3px 11px;
	font-size: 100%;
	border-left: 10px double #2B7EDB;
	padding: 4px 0px 2px 6px;
}

#boxRecrR div.staff-man .line {
	border-top: 2px solid #FFF;
	margin: 0 65px 0 10px;
	padding: 5px 0 5px 20px;
	font-size: 90%;
}


/* 女性のタイトル部分 */
#boxRecrR div.staff-woman {
	width: 520px;
	border: 1px solid #CCC;
	background: #FBE1E1 url(img/img-message-woman.gif) no-repeat 99% center;
	margin: 8px auto;
	padding: 0px;
}

#boxRecrR div.staff-woman h2 {
	margin: 3px 11px;
	font-size: 100%;
	border-left: 10px double #DB2B5D;
	padding: 3px 0px 3px 6px;
}

#boxRecrR div.staff-woman .line {
	border-top: 2px solid #FFF;
	margin: 0 65px 0 10px;
	padding: 5px 0 5px 20px;
	font-size: 90%;
}



/* 点線
------------------------------------------------------*/

hr{
	display: none;
}

.dotted {
	border-bottom: 1px dotted #CCC;
	margin: 0 12px 0 8px;
}


/* ページ先頭へ
------------------------------------------------------*/
.bt-back {
	margin: 0;
	position: absolute;
	right: 0px;
	display: inline;
	top: 61px;
}


/* 先輩からのメッセージ 写真
------------------------------------------------------*/
#boxRecrR .message #ph1-01 { background-image: url(img/img-1-01.gif);}
#boxRecrR .message #ph1-02 { background-image: url(img/img-1-02.gif);}
#boxRecrR .message #ph1-03 { background-image: url(img/img-1-03.gif);}
#boxRecrR .message #ph1-04 { background-image: url(img/img-1-04.gif);}
#boxRecrR .message #ph1-05 { background-image: url(img/img-1-05.gif);}
#boxRecrR .message #ph1-06 { background-image: url(img/img-1-06.gif);}
#boxRecrR .message #ph1-07 { background-image: url(img/img-1-07.jpg);}
#boxRecrR .message #ph1-08 { background-image: url(img/img-1-08.jpg);}
#boxRecrR .message #ph1-09 { background-image: url(img/img-1-09.jpg);}

#boxRecrR .message #ph2-01 { background-image: url(img/img-2-01.gif);}
#boxRecrR .message #ph2-02 { background-image: url(img/img-2-02.gif);}

#boxRecrR .message #ph3-01 { background-image: url(img/img-3-01.gif);}
#boxRecrR .message #ph3-03 { background-image: url(img/img-3-03.gif);}
#boxRecrR .message #ph3-04 { background-image: url(img/img-3-02.jpg);}

#boxRecrR .message #ph4-01 { background-image: url(img/img-4-01.gif);}
#boxRecrR .message #ph4-02 { background-image: url(img/img-4-02.gif);}

#boxRecrR .message #ph5-01 { background-image: url(img/img-5-01.gif);}
#boxRecrR .message #ph5-02 { background-image: url(img/img-5-02.gif);}
#boxRecrR .message #ph5-03 { background-image: url(img/img-5-03.gif);}

#boxRecrR .message #ph6-01 { background-image: url(img/img-6-01.gif);}
#boxRecrR .message #ph6-02 { background-image: url(img/img-6-02.gif);}
#boxRecrR .message #ph6-03 { background-image: url(img/img-6-03.gif);}
#boxRecrR .message #ph6-05 { background-image: url(img/img-6-05.gif);}

#boxRecrR .message #ph7-01 { background-image: url(img/img-7-01.gif);}


#boxRecrR .message #ph8-02 { background-image: url(img/img-8-02.gif);}

/*
#boxRecrR .message #ph8-01 { background-image: url(img/img-8-01.gif);}
#boxRecrR .message #ph9-01 { background-image: url(img/img-9-01.gif);}
*/

div.sectionBox p span#entry {color:red; font-weight:bold;}

div#recruit-info table ul{
	 margin:4px 10px;}

/* 採用スケジュール
------------------------------------------------------*/

ul.recruit_li li{
	list-style-type:disc; margin: 0 0 0 20px; color:#FF6600; font-weight: bold;}

	

/*-----------------------------------------------------
------------------------------------------------------*/

