@charset "utf-8";

/* header、footerなど共通パーツ */
@import url('./root.css');

/* デフォルトリセット */
@import url('./reset.css');

/*========================================================
	main	#CC0000
	clients	#FFAB1D
	company	#99CC33
========================================================*/

/*========================================================
カスタム
========================================================*/
html {
	font-size: 62.5%;
}

body { 
	font-size: 12px;
	font-size: 1.2rem;/* =12px */
	line-height: 1.4;
	color: #333333;
	font-family: Osaka,"メイリオ",Meiryo,맑은 고딕,"ＭＳ Ｐゴシック","MS PGothic","MS Ul Gothic",sans-serif;
}

table 
input,select,textarea,pre {
	color: #333333;
	font-size: inherit;
	color: inherit;
}

table textarea {
	background-color: #FFFFFF;
}

ul {
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
}
ul li {
	list-style-position: outside;
}
/* リンク */
a:link,
a:visited {
	color: #0f6499;
}
a:active,
a:hover {
	color: #CC0000;
}

select option {
	padding-left: 5px;
	line-height: 1.4;
	*line-height: 1.2;
}

td input[type="checkbox"] { 
	cursor: pointer;
}

input[type="text"],
input[type="password"] {
	width: 100px;
	line-height: 1.4;
	*line-height: 1.2;
}

input[type="radio"] { 
	*vertical-align: middle;
}

textarea {
	padding: 3px;
}

/* チェックボックス、ラジオボタンが連続する時用のmargin */
label + label,
label + input[type="radio"],
label + input[type="checkbox"]{
	margin-left: 10px;
}

/* forIE7 */
input[type="text"][disabled] {
	background-color: #CCC;
}

label input {
	margin	: 0px 5px;
}

/* firefoxでボタンクリック時に現れるボーダーを消す */
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border	: 0px;
}

/*========================================================
汎用パーツ
========================================================*/
.L {
	font-size: 14px;
	font-size: 1.4rem;/* =14px */
	font-weight	: bold;
}

.MS {
	font-size: 10px;
	font-size: 1.0rem;/* =10px */
}

.S {
	font-size: 9px;
	font-size: 0.9rem;/* =9px */
	font-weight: normal;
	text-decoration: none;
	line-height: 128%;
}

.B {
	font-weight:bold;
}

.opnTop {
	margin-top: 10px;
}
.opnBtm {
	margin-bottom: 10px;
}
.opnLft {
	margin-left: 10px;
}
.opnRht {
	margin-right: 10px;
}

.txtRht {
	text-align: right !important;
}

.center {
	text-align: center;
	margin: 10px auto;
}

img.mdl {
	vertical-align: middle;
}

input.ime {
	ime-mode: disabled;
}

input.txtL {
	width: 300px;
}
input.txtM {
	width: 200px;
}
input.txtS {
	width: 30px;
}

/* ボタン配置 */
p.btnDecision {
	text-align: center;
	margin-top: 50px;
}
	p.btnDecision a,
	p.btnDecision input {
		margin: 0 10px;
		vertical-align: middle;
	}

/* 2分割 */
.harf {
	overflow: hidden;
	_zoom: 1;
}
	.cntHarf {
		float: left;
		width: 49%;
	}
	.cntHarfR {
		float: right;
		width: 50%;
	}
	
/* 複数カラム */
div.crmPlural {
	overflow: hidden;
	_zoom: 1;
}

	/* カラム中 */
	div.crmPlural div.crmM {
		float: left;
		width: 25%;
	}
	
	/* カラム大 */
	div.crmPlural div.crmL {
		float: left;
		width: 40%;
	}
	
/* 回り込み解除clearfix */
.clearfix:after{/* for modern browser */
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

.clearfix {
	zoom:1;/* for IE 5.5-7 */
}

/* ボーダーの指定を解除 */
.noLineBtm {
	border-bottom: none !important;
}
.noLineTop {
	border-top: none !important;
}

div.txt p {
	margin: 5px 0 ;
}
p.txt {
	margin: 5px 0 ;
}

/*---------------------------------------------------------------------------
H2
-----------------------------------------------------------------------------*/
h2 {
	width: 780px;
	margin: 0 auto;;
	text-indent: -9999px;
	background: #FFF 0 0 no-repeat;
}
/*---------------------------------------------------------------------------
H3
-----------------------------------------------------------------------------*/
h3 {
	font-family: Georgia,Osaka,"HG明朝E","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","MS Ul Gothic",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	font-weight: bold;
	margin: 20px 0 10px;
	_height: 1%;
	border-bottom:3px solid;
	/*background-color:#FFF;各ディレクトリごとにセット*/
}
	h3 span {
		padding: 5px 20px;
		border-radius: 5px  5px 0 0; /* CSS3草案 */
	}
	
div.h3Cnt {
}
/*---------------------------------------------------------------------------
Hxコンテンツ
-----------------------------------------------------------------------------*/
hCnt {
	margin-left: 10px;
}
/*---------------------------------------------------------------------------
pageTop 
-----------------------------------------------------------------------------*/
p.PageTop {
	margin-top: 50px;
	margin-bottom: -2px;
	text-align: right;
}
	p.PageTop img {
		cursor: pointer;
	}
	
/*---------------------------------------------------------------------------
Bread Crumb 
-----------------------------------------------------------------------------*/
ol#bread {
	margin-bottom: 10px;
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	height: 25px;
	line-height: 25px;
	background: #FFF url(../images/bg_breadCrumb.gif) 0 0 no-repeat;
}
	ol#bread li {
		display: table-cell;
		vertical-align: middle;
		*display: inline; /* under IE7 */
		*zoom: 1; /* under IE7 */
		padding: 0 10px;
		background: url(../images/bg_breadArr.gif) 0 center no-repeat;
	}
		ol#bread li.home {
			background: none;
		}
			ol#bread li.home img {
				vertical-align: middle;
			}
		ol#bread li strong {
			font-weight: bold;
			font-size: 12px;
			font-size: 1.2rem;
		}

/*---------------------------------------------------------------------------
ハンガー（サイドのぶら下がりコンテンツ
-----------------------------------------------------------------------------*/
/* english */
ul.hangerEng {
}
	ul.hangerEng li#btn_register a {
		background-image: url(../images/btn_register.gif);
	}
	ul.hangerEng li#btn_search a {
		background-image: url(../images/btn_search.gif);
	}
	ul.hangerEng li#btn_jobSeekers a {
		background-image: url(../images/btn_jobSeekers.gif);
		}
/* japanese */
ul.hangerJpn {
}
	ul.hangerJpn li#btn_register a {
		background-image: url(../images/btn_registerJpn.gif);
	}
	ul.hangerJpn li#btn_search a {
		background-image: url(../images/btn_searchJpn.gif);
	}
	ul.hangerJpn li#btn_jobSeekers a {
		background-image: url(../images/btn_jobSeekersJpn.gif);
	}
	
ul#hanger {
	width: 200px;
	padding: 35px 15px 10px 15px;
	position: absolute;
	right: -5px;
	top: -10px;
	background: url(../images/bg_hanger.png) 0 2px no-repeat;
	_background: url(../images/bg_hanger.gif) 0 10px no-repeat;/* for IE6 */
}
	#hanger li {
		margin-bottom: 5px;
	}
		#hanger li a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 201px;
			background: 0 0 no-repeat;
		}
		#hanger li#btn_register a {
			height: 60px;
		}
		#hanger li#btn_search a {
			height: 60px;
		}
		#hanger li.btnJobS a {
			height: 35px;
			margin-bottom:8px;
		}
		#hanger li#btn_register	  a		  { background-position	: top left; }
		#hanger li#btn_search	  a		  { background-position	: top left; }
		#hanger li.btnJobS        a		  { background-position	: top left; }
		#hanger li#btn_register	  a:hover { background-position	: top right; }
		#hanger li#btn_search	  a:hover { background-position	: top right; }
		#hanger li.btnJobS        a:hover { background-position	: top right; }

/*---------------------------------------------------------------------------
チェックマーク付きリスト
-----------------------------------------------------------------------------*/
dl.check {
}
	dl.check dt {
		/*background:#FFF url(../images/check.gif) 0 center no-repeat; 各ディレクトリごとにセット*/
		/*color:#CC0000;各ディレクトリごとにセット*/
		font-weight:bold;
		padding-left:23px;
		margin-bottom:5px;
	}
	dl.check dd {
		margin-bottom:10px;
	}
