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

/* ==========================================================
                ブラウザ固有のCSSをリセット
============================================================= */

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

q:before,q:after{
	content: '';
	content: none;
}

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

b{ font-weight: bold; }

div{ word-wrap: break-word; }

sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

pre,code{
	font-size: 1em;
	font-family: sans-serif;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{ margin: 0; }

button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

* html button,
* html input,
* html select,
* html textarea{ vertical-align: middle; } /* IE6 */

*+html button,
*+html input,
*+html select,
*+html textarea{ vertical-align: middle; } /* IE7 */

button,input{ line-height: normal; }

* html button,
* html input{ overflow: visible; } /* IE6 */

*+html button,
*+html input{ overflow: visible; } /* IE7 */

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"],textarea{ padding: 2px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{ -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}

/* ==========================================================
                      全体レイアウト
============================================================= */

body {
	background: url(../images/bg_top.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	line-height: 1.5;
}

.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
.clearfix{ display: inline-block; }

* html .clearfix{ height: 1%; }
.clearfix{
	display: block;
}

div#main-contents {
	margin: 20px 0px 10px 0px;
}


/* ============================ */

a {
	/*color: #6A614D;*/
	color: #036;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#main {
	width: 980px;
	_width: 982px;
	margin: 0px auto;
}

/* ============================ */

h1 {
	color: #6A614D;
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px 0px;
}

h2, h3 {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	font-size: 110%;
}

h1.title {
	display: block;
	width: 655px;
	height: 45px;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	background: url(../images/h1_title.jpg) top no-repeat;
	font-weight: bold;
	color: #fff;
	clear: both;
}

h1.title_w {
	display: block;
	width: 965px;
	height: 45px;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	background: url(../images/h1_title_w.jpg) top no-repeat;
	font-weight: bold;
	color: #fff;
	clear: both;
}

h2.title {
	display: block;
	width: 655px;
	height: 40px;
	margin: 0px;
	padding: 15px 0px 0px 15px;
	background: url(../images/h2_title.jpg) top no-repeat;
	font-weight: bold;
	color: #fff;
	clear: both;
}

h2.title_w {
	display: block;
	width: 965px;
	height: 40px;
	margin: 0px;
	padding: 15px 0px 0px 15px;
	background: url(../images/h2_title_w.jpg) top no-repeat;
	font-weight: bold;
	color: #fff;
	clear: both;
}

p {
	margin: 20px 0px;
}

dl dt {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}

dl dt.sub {
	margin-left: 20px;
}

dl dd {
	margin-bottom: 20px;
}

ol, ul {
	margin: 10px 0px 10px 30px;
}

li {
	margin-bottom: 10px;
	margin-left: 20px;
}

strong, em {
	color: #89100a;
	font-weight: bold;
	font-style: normal;
}

em {
	color: #000;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
	margin-left: auto;
	margin-right: 0px;
}

.left {
	text-align: left;
	margin-right: auto;
	margin-left: 0px;
}

.img-r {
	float: right;
	margin-left: 10px;
}

.img-l {
	float: left;
	margin-right: 10px;
}

.b   { font-weight: bold; }
.e   { font-family:Georgia, "Times New Roman", Times, serif; }

.t12 { font-size: 12px; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t22 { font-size: 22px; }
.t24 { font-size: 24px; }
.t36 { font-size: 36px; }

.t120 { font-size: 120%; }

.red   { color: #89100a; }
.blue  { color: #253E54; }
.white { color: #fff; }
.gray  { color: #666; }

.annotation { color: #666; }  /* 注釈 */

/* パンクズ */
div#breadcrumb {
    position: absolute;
    top: 155px;
	margin: 0px;
	font-size: 90%;
	color: #666;
}

div#breadcrumb a {
	color: #369;
}

/************* #content styles **************/

div#header {
	height: 150px;
}

div#header div#header-title {
	margin-top: 2px;
	font-size: 14px;
	color: #fff;
}

div#header div#header-logo {
	margin-top: 10px;
	width: 510px;
	float: left;
}

div#header div#header-text {
	margin-top: 10px;
	width: 430px;
	float: right;
	font-size: 12px;
	color: #6A614D;
}

div#content_wide{
	width: 980px;
	margin: 0px;
	padding: 0px;
}

div#content{
	float:left; 
	width: 670px;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

div#navBar{
	float:right; 
	width: 290px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 90%;
}


/* ================================== */
/* ========= トップイメージ ========= */
/* ================================== */
h1#top-img {
	display: block;
	overflow: hidden;
	background-image: url(../images/top_image.jpg);
	width: 550px;
	height: 110px;
	padding: 140px 0 0 430px;
	/*
	width: 970px;
	height: 240px;
	padding: 10px 0 0 10px;
	*/
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}


/* ============================ */
/* ========= メニュー ========= */
/* ============================ */

div#navBar h2 {
	display: block;
	width: 275px;
	height: 27px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 13px 0px 0px 15px;
	background-image: url(../images/h2_menu.jpg);
}

div#navBar ul {
	width: 290px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	/*font-size: 14px;*/
	background: url(../images/h2_menu.jpg) top no-repeat;
	background-position: 0px -40px;
}

div#navBar ul li {
	width: 264px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #A49982;
	border-left: 1px solid #A49982;
	border-right: 1px solid #A49982;
}

div#navBar ul li a {
	display: block;
	width: 254px;
	padding: 5px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

div#navBar ul li a:hover {
	background-color: #A49982;
	color: #fff;
}

div#navBar ul li.current {
	display: block;
	width: 254px;
	padding: 5px;
	background-color: #C9C3B5;
	color: #fff;
}


/* ============================ */

/* ============================ */
/* ===== ヘッダーメニュー ===== */
/* ============================ */
div#head_menu ul {
    position: absolute;
    top: 2px;
    width: 980px;
    _width: 982px;
    text-align: right;
	margin: 0px;
	padding: 0px;
	border-right: #fff 1px solid;
	font-size: 0;	/* inline-block要素の間にできる隙間をなくす為 */
}

div#head_menu ul li{
    display: inline;
    font-size: 9.5pt;
    /*line-height: 14pt;*/
	color: #fff;
	margin: 0px;
	padding: 0px;
}

div#head_menu ul li a{
	text-decoration: none;
	color: #fff;
	padding: 0px 15px;
	border-left: #fff 1px solid;
	/*border: #fff 1px solid;*/
}

div#head_menu ul li a:hover{
	color: #89100a;
	background-color: #fff;
}

/* ============================ */

/* ============================ */
/* ==== グローバルメニュー ==== */
/* ============================ */
div#global_menue ul,
div#global_menue_en ul {
	position: absolute;
	top: 114px;
	z-index: 20;
	margin: 0;
	padding: 0;
}

div#global_menue li,
div#global_menue_en li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
	list-style: none;
}

div#global_menue li#glink1 a,
div#global_menue li#glink2 a,
div#global_menue li#glink3 a,
div#global_menue li#glink4 a,
div#global_menue li#glink5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 158px;
	background-image: url(../images/menu.jpg);
	padding-top: 36px;
	_height: 0px;
}

div#global_menue li#glink1 a { background-position:    0px 0px; width: 150px }
div#global_menue li#glink2 a { background-position: -150px 0px; width: 200px }
div#global_menue li#glink3 a { background-position: -350px 0px; width: 220px }
div#global_menue li#glink4 a { background-position: -570px 0px; width: 210px }
div#global_menue li#glink5 a { background-position: -780px 0px; width: 200px }

div#global_menue li#glink1 a:hover { background-position:    0px -36px; }
div#global_menue li#glink2 a:hover { background-position: -150px -36px; }
div#global_menue li#glink3 a:hover { background-position: -350px -36px; }
div#global_menue li#glink4 a:hover { background-position: -570px -36px; }
div#global_menue li#glink5 a:hover { background-position: -780px -36px; }


div#global_menue_en li#glink1 a,
div#global_menue_en li#glink2 a,
div#global_menue_en li#glink3 a,
div#global_menue_en li#glink4 a,
div#global_menue_en li#gmenue1,
div#global_menue_en li#gmenue2,
div#global_menue_en li#gmenue3,
div#global_menue_en li#gmenue4 {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 158px;
	background-image: url(../images/menu_en.jpg);
	padding-top: 36px;
	_height: 0px;
}

div#global_menue_en li#glink1 a { background-position:    0px 0px; width: 250px; }
div#global_menue_en li#glink2 a { background-position: -250px 0px; width: 250px; }
div#global_menue_en li#glink3 a { background-position: -500px 0px; width: 250px; }
div#global_menue_en li#glink4 a { background-position: -750px 0px; width: 230px; }

div#global_menue_en li#glink1 a:hover { background-position:    0px -36px; }
div#global_menue_en li#glink2 a:hover { background-position: -250px -36px; }
div#global_menue_en li#glink3 a:hover { background-position: -500px -36px; }
div#global_menue_en li#glink4 a:hover { background-position: -750px -36px; }

div#global_menue_en li#gmenue1 { background-position:    0px -36px; width: 250px; }
div#global_menue_en li#gmenue2 { background-position: -250px -36px; width: 250px; }
div#global_menue_en li#gmenue3 { background-position: -500px -36px; width: 250px; }
div#global_menue_en li#gmenue4 { background-position: -750px -36px; width: 250px; }

/* ============================ */


/* ============================ */
/* ===== フッターメニュー ===== */
/* ============================ */
div#footer {
	background: url(../images/bg_bottom.jpg);
}

div#footer div {
	width: 980px;
    _width: 982px;
	text-align: left;
	margin: 0px auto;
	padding: 10px;
}

div#footer div#flogo {
	font-size: 14px;
	color: #6A614D;
	padding: 0px;
}

div#footer div#jtitle {
	font-size: 18px;
	font-weight: bold;
	color: #6A614D;
	padding: 0px;
}

div#footer div#etitle {
	font-size: 22px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6A614D;
	padding: 0px;
}

div#footer div#addr {
	font-size: 16px;
	color: #6A614D;
	padding: 0px;
}

div#footer div#addr a {
	color: #6A614D;
}

div#footer div#addr a:hover {
	color: #89100a;
}

/* ============================ */


/* ============================ */
/* ======= コピーライト ======= */
/* ============================ */
div#copyright {
	background-color: #eee;
}

div#copyright p {
	width: 980px;
    _width: 982px;
	text-align: center;
	margin: 0px auto;
	padding: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
}

div#chart { text-align: left; }

/* ============================ */


/* ============================ */
/* ========= テーブル ========= */
/* ============================ */
table.list,
table.report_list,
table.offer_list,
table.offer_detail {
	border-top: solid 1px #756A55;
	margin-bottom: 20px;
	width: 980px;
}
table.list {
	width: 670px;
}
table.report_list {
	border: none;
}

table.list th,
table.report_list th,
table.offer_list th,
table.offer_detail th {
	border: solid 1px #756A55;
	background-color: #756A55;
	padding: 2px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
}
table.report_list th {
	border: none;
}

table.list td,
table.report_list td,
table.offer_list td,
table.offer_detail td {
	border: solid 1px #756A55;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}
table.report_list td {
	border: none;
}

table.report_list td,
table.offer_list td {
	cursor: pointer;
}

table.offer_list td.offer_id {
	white-space: nowrap;
}

table.report_list tr:hover,
table.report_list tr:hover a,
table.offer_list tr:hover,
table.offer_list tr:hover a {
	background-color: #A49982;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

table.offer_detail th { font-weight: bold; }

table.list td.label,
table.offer_detail td.label {
	white-space: nowrap;
	width: 120px;
	background-color: #F5F4F1;
}

table.noborder td {
	padding: 5px;
	border: none;
}

/* ============================ */

/* Pill style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	background: #C9C3B5;
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 20px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
	-webkit-backface-visibility: hidden;
}
#scrollUp:hover {
	background: #756A55;
	color: #fff;
}

/* ============================ */


/* ============================ */
/* ========== ボタン ========== */
/* ============================ */
.Bt, .Bt2 {
	font-size       : 18px;
	font-family     : "Times New Roman", Times, serif;
	font-weight     : bold;
	border          : 1px double #756A55;
	margin-bottom   : 20px;
	padding         : 2px 5px;
	width           : 100px;
	cursor          : pointer;
	background-color: #A49982;
	color           : #ffffff;
}

.Bt2 {
	background-color: #ffffff;
	color           : #756A55;
}

.Bt:hover {
	background-color: #756A55;
}

.Bt2:hover {
	background-color: #F5F4F1;
}

/* ============================ */


/* ============================ */
/* ========== リスト ========== */
/* ============================ */
dl.list dt {
	border-left: #756A55 7px solid;
	border-bottom:  #756A55 2px solid;
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 2px 5px;
}

dl.list dd {
	margin-bottom: 20px;
}

/* イメージ画像 */
img.book_illustration {
	float: left;
	margin: 5px 15px 0px 15px;
}

/* ============================ */


/* ====================================== */
/* ===== ご登録からご入社までの流れ ===== */
/* ====================================== */
ol#structure {
	margin-left: 70px;
}

ol#structure li {
	color: #24496F;
	font-weight: bold;
}

ol#structure li#structure-1 {
	list-style-image: url(../images/ico/ico_01.gif);
}

ol#structure li#structure-2 {
	list-style-image: url(../images/ico/ico_02.gif);
}

ol#structure li#structure-3 {
	list-style-image: url(../images/ico/ico_03.gif);
}

ol#structure li#structure-4 {
	list-style-image: url(../images/ico/ico_04.gif);
}

ol#structure li#structure-5 {
	list-style-image: url(../images/ico/ico_05.gif);
}

ol#structure li#structure-6 {
	list-style-image: url(../images/ico/ico_06.gif);
}

ol#structure li ul li {
	color: #000;
	font-weight: normal;
	list-style-image: none;
}

/* ============================ */


/* ========================================== */
/* ===== エグゼクティブサーチ・プロセス ===== */
/* ========================================== */
div.process .clearfix{
	margin-bottom: 10px;
}

div.process div.dt{
	float: left;
	font-weight: bold;
	color: #24496F;
	width: 180px;
}

div.process div.dt div{
	text-align: center;
	margin: auto;
}



