﻿@charset "utf-8";
/**************************************** 採用情報のためのCSS ****************************************/


/******************************* 新卒トップページ・キャリアトップページ共通項目 *******************************/

/* 問い合わせ、サイトマップのエリア */
#contact {
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
}

#contact img {
	padding-left: 5px;
	padding-right: 5px;
}


/******************************* 新卒トップページ *******************************/

/* 各カテゴリーのリンクボタンを納めるコンテナの入れ物 */
#chest {
	background: url(../recruit/images/back_fresh_top.gif) repeat-x;
	width: 950px;
}
#chest td {
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
}


/* 各カテゴリーのリンクボタンを納めるコンテナ */
.fresh_box {
/* ↓↓↓↓↓080930 width 230px → 220pxに変更 */
	width: 220px;
	float: left;
	margin: 0px;
	padding-top: 7px;
	padding-left: 5px;
}
.fresh_box h3 {
	border-left: 4px solid #006633;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding-left: 8px;
	font-weight: bold;
}
.fresh_box ul {
	list-style-image: url(../recruit/images/i_top_fresh.gif);
	list-style-position: outside;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 10px;
}
/* トップメニュー内のリンク */
.fresh_box a:link {
	color: #333333;
	text-decoration: none;
}
.fresh_box a:visited {
	color: #333333;
	text-decoration: none;
}
.fresh_box a:hover {
	text-decoration: underline;
	color: #333333;
}



/******************************* キャリアトップページ *******************************/

/* 各カテゴリーのリンクボタンを納めるコンテナの入れ物 */
#chest_career {
	background: url(../recruit/images/back_career_top.gif) repeat-x;
	width: 950px;
}
#chest_career td {
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
}


/* 各カテゴリーのリンクボタンを納めるコンテナ */
.career_box {
/* ↓↓↓↓↓080930 width 230px → 220pxに変更 */
	width: 220px;
	float: left;
	margin: 0px;
	padding-top: 7px;
	padding-left: 5px;
}
.career_box h3 {
	border-left: 4px solid #000099;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding-left: 8px;
	font-weight: bold;
}
.career_box ul {
	list-style-image: url(../recruit/images/i_top_career.gif);
	list-style-position: outside;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 10px;
}
/* トップメニュー内のリンク */
.career_box a:link {
	color: #333333;
	text-decoration: none;
}
.career_box a:visited {
	color: #333333;
	text-decoration: none;
}
.career_box a:hover {
	text-decoration: underline;
	color: #333333;
}



/******************************* 新卒の方へのメッセージ *******************************/

/* 20080928 ↓↓↓↓↓↓↓↓このクラス、normal_style.cssと重複します ここから */
.freshmessage {
	width: 650px;
	text-align: left;
	line-height: 180%;
}
/* 20080928 クラス追加 */
.img_recruitbutton  {
	padding-left: 60px;
}
/* 20080928 ↑↑↑↑↑↑↑↑このクラス、normal_style.cssと重複します ここまで */

/* 20081021追加ここから↓↓↓↓↓↓↓↓↓↓ */
#fresh_button_area {
	text-align: left;
}

.img_recruitbutton_left  {
	position: relative; float: left; left: 0px;
}
.img_recruitbutton_center  {
	position: relative; float: left; left: 60px;
}
.img_recruitbutton_right  {
	position: relative; float: left; left: 120px;
}
/* 20081021追加ここまで↑↑↑↑↑↑↑↑↑↑ */



/******************************* キャリアの方へのメッセージ *******************************/
#career_button {
	text-align: center;
}
.img_careerbutton  {
	padding-left: 50px;
}
/* 20081021追加ここから↓↓↓↓↓↓↓↓↓↓ */
#career_button_area {
	text-align: left;
}
.img_careerbutton_left  {
	position: relative; float: left; left: 0px;
}
.img_careerbutton_right  {
	position: relative; float: left; left: 50px;
}
/* 20081021 それぞれの職種の方へのメッセージページボタン */
.img_careerbutton_left2  {
	position: relative; float: left; left: 110px;
}
.img_careerbutton_right2  {
	position: relative; float: left; left: 180px;
}
/* 20081021追加ここまで↑↑↑↑↑↑↑↑↑↑ */


/* 20080930 */
/******************************* 先輩社員からのメッセージTOP *******************************/
/* 本文全体の枠 */
#eldertop_main {
	width: 726px;
	text-align: center;
}

/* 081003変更 */
/* 凡例 */
.example {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 業務会計 */
.kaikei {
	background: url(../recruit/senpai_images/i_kaikei.gif) no-repeat left;
	padding-left: 21px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
/* 業務人事 */
.jinji {
	background: url(../recruit/senpai_images/i_jinji.gif) no-repeat left;
	padding-left: 21px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
/* WEB */
.web {
	background: url(../recruit/senpai_images/i_web.gif) no-repeat left;
	padding-left: 21px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
/* 製品 */
.seihin {
	background: url(../recruit/senpai_images/i_seihin.gif) no-repeat left;
	padding-left: 21px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}


/* それぞれの枠 */
.elder_menu_left {
	width: 233px;
	margin-right: 13px;
	margin-bottom: 15px;
	float: left;
}
.elder_menu_center {
	width: 233px;
	margin-right: 13px;
	margin-bottom: 15px;
	float: left;
}
.elder_menu_right {
	width: 233px;
	margin-bottom: 15px;
	float: left;
}



/* 081003 追加 */
/* 業務説明の枠 */

/* 会計 */
.elder_menu_kaikei {
	width: 233px;
	margin-bottom: 15px;
	float: right;
	background: url(../recruit/senpai_images/back_accountingsolution.jpg) no-repeat;
	text-align: left;
	height: 260px;
}
.elder_menu_kaikei p {
	padding: 10px;
}

/* 人事 */
.elder_menu_jinji {
	width: 233px;
	margin-bottom: 15px;
	float: right;
	background: url(../recruit/senpai_images/back_systemsolution.jpg) no-repeat;
	text-align: left;
	height: 260px;
}
.elder_menu_jinji p {
	padding: 10px;
}


/* WEB */
.elder_menu_web {
	width: 233px;
	margin-bottom: 15px;
	float: right;
	background: url(../recruit/senpai_images/back_websolution.jpg) no-repeat;
	text-align: left;
	height: 260px;
}
.elder_menu_web p {
	padding: 10px;
}

/* プロダクツ */
.elder_menu_products {
	width: 233px;
	margin-bottom: 15px;
	float: right;
	background: url(../recruit/senpai_images/back_productssolution.jpg) no-repeat;
	text-align: left;
	height: 260px;
}
.elder_menu_products p {
	padding: 10px;
}



/* 各業務の小見出し */
/* 業務会計 */
.kaikei_top {
	background: url(../recruit/senpai_images/i_kaikei.gif) no-repeat left;
	padding-left: 21px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}
/* 業務人事 */
.jinji_top {
	background: url(../recruit/senpai_images/i_jinji.gif) no-repeat left;
	padding-left: 21px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}
/* WEB */
.web_top {
	background: url(../recruit/senpai_images/i_web.gif) no-repeat left;
	padding-left: 21px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}
/* 製品 */
.seihin_top {
	background: url(../recruit/senpai_images/i_seihin.gif) no-repeat left;
	padding-left: 21px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}


/******************************* 先輩社員からのメッセージ本文 *******************************/
/* 本文全体の枠 */
#elder_main {
	width: 726px;
	text-align: left;
}

/* 他の先輩ページへのリンク */
.elder_index {
	width: 726px;
	text-align: right;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 7px;
}



/* 先輩本文の質問エリア */
.elder_q {
	width: 535px;
	text-align: left;
	font-weight: bold;
	color: #000099;
	margin-bottom: 5px;
}
.elder_a {
	width: 535px;
	text-align: left;
	margin-bottom: 15px;
}
.elder_photo {
	float: right;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}



/* MY FAVORITE エリア */
.favorite_td {
	background: #BDDBFF;
}
.favorite_img {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.favorite_area {
	text-align: left;
	padding-left: 11px;
	padding-right: 11px;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
}