@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header .update {
	font-size: 1.2em;
}

#firstView {
	height: 272px;
	background: url(/img/index_renewal/fv_bg.jpg) no-repeat right top;
	position: relative;
}

#firstView .btn {
	position: absolute;
	bottom: 34px;
	left: 20px;
}

#firstView .text {
	position: absolute;
	bottom: 24px;
	left: 28px;
}

/*#firstView .read {
	padding: 28px 0 20px;
}

#firstView .guide {
	margin-right: 15px;
	width: 270px;

	float: left;
}

#firstView .guide img {
	display: block;
}

#firstView .guide dd {
	text-align: right;
	font-size: 1.1em;
}

#firstView .guide dd a.text{
	padding-left: 8px;
	background: url(/img/common/icon/03.gif) no-repeat left 1px;
}*/

#main {
	padding-top: 20px;
	background: url(/img/common/main_bg.jpg) repeat-x;
}

	*html #main {
		padding-right: 3px!important;
	}

#conts h2 {
	position: relative;
}

#conts h2 p {
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

#conts h3.title01 {
	position: relative;
}

#conts h3.title01 p {
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
	left: 18px;
	font-size: 18px;
	color: #333;
}

#conts h3.title01 p span {
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}

#conts h3.title01 p.text {
	font-size: 20px;
}

#conts h3.title01 p.text span {
	font-size: 20px;
}

#conts .maker {
	padding: 20px 20px 1px;
	width: 648px;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	border-top: none;
	border-bottom: none;
}

#conts .maker .read {
	margin-bottom: 15px;
}

#conts #logoList {
	height: 114px;
	min-height: 114px;
}

#conts #logoList li {
	opacity: 0;
	filter: alpha(opacity=0);
}

#conts .maker .companyList {
	margin: 0 -16px 5px 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#conts .maker .companyList li {
	margin: 0 16px 15px 0;
	width: 150px;
	float: left;
}

#conts .maker .companyList li a {
	padding: 5px 1px;
	min-height: 87px;
	background: #fff url(/img/index/logo_bg.gif) repeat-x left bottom;
	border: 1px solid #ccc;
	display: block;
	text-align: center;
}

	* html #conts .maker .companyList li a {
		height: 92px;
	}

#conts .maker .companyList li a:hover {
	padding: 4px 0;
	border: 2px solid #8EC1C3;
}

#conts .maker .companyList li img {
	margin: 0 auto 5px;
	display: block;
	width: 100%;
}

#conts .maker .companyList li a span {
	margin: 0 5px;
	display: block;
}

#conts .maker #otherCompanies {
	margin-top: 6px;
	padding-top: 17px;
	border-top: 1px solid #CCC;
	display: none;
}

#conts .maker #otherCompanies iframe {
	height: 435px;
}

#conts .otherBtn {
	background: #fff;
	border-top: 3px solid #ccc;

	text-align: center;
}

#conts .otherBtn img {
	cursor: pointer;
}

#conts .topics,
#conts .news {
	margin-bottom: 30px;
}

/*#conts .topics .read {
	margin: 0 15px 10px;
	padding-bottom: 11px;
	background: url(/img/common/line/01.gif) repeat-x left bottom;
}*/

#conts .search {
	margin: 0 15px 5px;
	font-size: 1.16em;
}

#conts .search input {
	margin: 0 5px;

	font-size: 1em;
}

#conts .search #companyname {
	margin-right: 0;
	width: 205px;
}

#conts .search input,
#conts .search label {
	vertical-align: middle;
}

#conts .search p {
	margin-top: 5px;

	font-size: 0.84em;
}

#conts .areaSearch {
	margin-right: 15px;
	margin-left: 15px;
}

/*#conts .special {
	padding-left: 15px;
	margin-bottom: 30px;
}

#conts .special li {
	float: left;

	margin-right: 15px;
}

#conts .special li.lastChild {
	margin-right: 0;
}

#conts .special li a {
	display: block;
}*/


/* コンテンツ・メソッド部 121126 */

#conts .titleBox {
	margin-bottom: 7px;
	position: relative;
}

#conts .titleBox .date {
	position: absolute;
	top: 12px;
	right: 13px;

	color: #FC6B67;
}

#conts .method {
}

/*#conts .method .lead {
	margin: 0 15px 15px;
	padding-bottom: 12px;
	background: url(/img/content/line01.png) repeat-x left bottom;
}

#conts .method .infoBox {
	margin: 0 18px 15px;
	padding-bottom: 15px;
	background: url(/img/content/line01.png) repeat-x left bottom;
}

#conts .method .infoBox .img {
	float: right;
	margin-left: 15px;
	padding-top: 3px;
}

#conts .method .infoBox .img a {
	display: block;
	padding: 1px;
	border: 1px solid #CCC;
}

#conts .method .infoBox .title {
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(/img/common/icon/03.gif) no-repeat 0 4px;

	zoom: 1;
}

#conts .method .infoBox .title a {
	margin-right: 10px;
	font-weight: bold;
}

#conts .method .infoBox .title .date {
	color: #999;
	white-space: nowrap;
}

#conts .method .infoBox .title .date,
#conts .method .infoBox .title .new {
	vertical-align: middle;
}

#conts .method .infoBox .title .new {
	margin-left: 5px;
}

#conts .method .infoBox .title .date {
	color: #999;
}

#conts .method .infoBox .text {
	padding-left: 10px;
}

#conts .method .infoBox .text a {
	margin-left: 10px;
}
*/

/* もっと見る */
#conts .interview .more,
#conts .method .more {
	margin: -8px 18px 0;
	text-align: right;
}


#conts .interview {
	margin-bottom: 30px;
}
/*------------------------------------------------------------
	130205リニューアル
------------------------------------------------------------*/

a.text {
	background: url(../img/index_renewal/link_icon.png) no-repeat left 4px;
	padding-left: 9px;
}

/* header */
#header .tel {
    position: absolute;
    right: 21px;
    top: 52px;
}

/* MRの公開求人を探す */
#conts .number {
	margin: -53px 12px 0 0;
	float: right;
	position: relative;
}

#conts ul.number {
	margin-top: -55px;
}

#conts .number dt {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	line-height: 1.3;
}

#conts .number a {
	background: url(../img/index_renewal/link_icon.png) no-repeat left;
    padding-left: 9px;
	font-size: 0.9em;
	font-weight: normal;
}

#conts .number dd,
#conts .number li {
	padding-left: 177px;
	font-size: 1.8em;
	line-height: 1;
}

#conts .number li {
	font-size: 1.335em;
}

#conts .number dd span,
#conts .number li span {
	color: #FC6B66;
	font-family: Verdana;
	font-size: 1.3em;
}

#conts .number li span {
	font-size: 1.748em;
}

#conts .bg {
	margin: 0 18px;
	padding: 2px;
	background: #E6E6E6;
}

#conts .bg form,
#conts .bg table {
	margin: 0!important;
}

#conts .bg form#search {
	font-size: 1em!important;
}

#conts .bg fieldset {
	position: relative;
}

#conts .bg table {
	width: 100%!important;
}

#conts .bg td {
	background: #FFF;
}

#conts .bg .total td {
	padding: 15px 10px 10px!important;
}

#conts .bg .total p {
	margin-top: 0!important;
	margin-right: 35px;
	float: left;
	font-size: 1.5em!important;
	font-weight: bold;
	line-height: 1;
}

#conts .bg .total p span {
	margin-right: 3px;
	color: #FC6B66;
	font-family: Verdana;
	font-size: 1.7em;
	font-weight: normal;
}

#conts form .fHopePref .adn {
	padding: 0!important;
}

#conts form .fHopePref .adnBox {
	padding: 7px 15px 5px;
}

#conts form .fHopePref .adnBox a {
	padding-left: 14px;
	background: url(../img/common/icon/10.gif) no-repeat left 4px;
}

#conts form .fHopePref .adnBox a.open {
	padding-left: 14px;
	background: url(../img/common/icon/11.gif) no-repeat left 4px;
}

#conts form .fHopePref .closeBox {
	padding: 7px 10px 5px;
	border-top: 1px solid #CCC;
}

#conts form .fHopePref ul {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

#conts form .fHopePref ul li.area {
    display: block;
    float: left;
    font-weight: bold;
    width: 127px;
}

#conts form .fHopePref ul li.pref {
    float: right;
    width: 380px;
}


#conts form .fHopePref ul li.pref ul li {
    float: left;
    margin-bottom: 5px;
    width: 90px;
}

#conts form .fHopePref ul li.pref ul {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#conts form .fHopePref ul.last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


#conts .bg form .total td {
	padding: 7px 0 4px!important;
	text-align: center;
}

/* MRからのキャリアチェンジ */
#conts .carrier {
	width: 654px;
	margin: auto;
}

#conts .carrier .text {
	display: inline-block;
	margin-top: 3px;
}

#conts .carrierBox {
	box-sizing: border-box;
	padding: 20px 20px 18px;
	width: 654px;
	height: 140px;
	background: url(/img/index_renewal/topics_bg03.jpg) no-repeat;
	display: block;
	color: #333;
	text-decoration: none;
}

#conts .carrierBox:hover {
	opacity: 0.7;
}

#conts .carrierBox h4.title {
	margin-left: 0;
	margin-bottom: 7px;
}

#conts .carrierBox p {
	font-size: 1.167em;
}

/* MRの転職トピックス */
#conts .topics01,
#conts .topics02 {
	padding: 0 18px;
}

#conts .topics01 {
	margin-bottom: 20px;
}

#conts .woman,
#conts .untried {
	width: 316px;
	height: 201px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#conts .woman {
	background: url(../img/index_renewal/topics_bg01.jpg) no-repeat left bottom;
	border-top: 2px solid #F49569;
	float: left;
}

#conts .untried {
	background: url(../img/index_renewal/topics_bg02.jpg) no-repeat left bottom;
	border-top: 2px solid #00A6AE;
	float: right;
}

#conts .topics01 p {
	padding: 15px 80px 15px 15px;
}

#conts .topics01 ul {
	padding-left: 15px;
}

#conts .topics01 li {
	margin-bottom: 7px;
}

#conts .topics01 li a {
	background: url(../img/index_renewal/link_icon.png) no-repeat left 4px;
	padding-left: 9px;
	display: inline-block;
}

#conts .topics02 ul {
	margin-right: -18px;
	margin-bottom: 20px;
}

#conts .topics02 li {
	margin-right: 18px;
	width: 318px;
	float: left;
}

#conts .topics02 a {
	display: block;
}

#conts .topics02 .text {
	margin-top: 3px;
	display: inline-block;
}

/* MRお役立ちコンテンツ */
#conts h4.title {
	margin-left: 18px;
}

#conts .readImg {
	margin: 0 0 15px 18px;
}

/* サイド */
#sideBar .about .read {
	color: #00A5AC;
}

#sideBar .about img {
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	display: block;
}

#sideBar .alert {
	padding-bottom: 10px;
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
}

#sideBar .alert p {
	padding: 10px;
	text-align: left;
}

#sideBar .alert a {
	display: inline-block;
	margin-top: 8px;
}

#sideBar .alert a.text {
	margin-top: -4px;
	font-size: 0.9em;
}

#sideBar .bottom {
	margin-bottom: 16px;
}

/* 最近のMR転職・求人情報 */
#conts .mrJob .icon li .banner {
	margin-right: 10px;
}

	*html #conts .mrJob .icon li .banner {
		margin-right: 5px;
	}

#conts .mrJob .icon li p.txt {
	margin-right: 10px;
	width: 160px;
	overflow: hidden;
	font-weight: bold;
}

#conts .mrJob .icon li .new {
	display: inline-block;
	vertical-align: middle;
}

#conts .mrJob .icon li.clear {
	clear: both;
}

/* 採用開始アラート */
#conts .alert {
	margin: 40px auto 0;
	width: 654px;
}

#conts .alert .ttl {
	position: relative;
}

#conts .alert .ttl .tag {
	position: absolute;
	top: 4px;
	left: 169px;
}

#conts .alert .inner {
	padding: 20px 20px 8px;
	background: url(../img/index_renewal/alert_bg.png) repeat-x top left;
	border: 1px solid #CCC;
}

#conts .alert .inner p {
	margin-bottom: 8px;
}

#conts .alert .inner a.txt {
	margin-left: 8px;
	background: url(../img/index_renewal/link_icon.png) no-repeat left 2px;
	padding-left: 8px;
}

#conts .alert .inner .flow {
	margin-bottom: 10px;
}

#conts .alert .inner .btn {
	text-align: center;
}

/*------------------------------------------------------------
	共通css上書き
------------------------------------------------------------*/

/* 3-styles.css 222行目より */
#conts .list {
	margin: 0 18px;
}

#conts .list li {
	overflow: hidden;
	zoom: 1;
}

/*#conts .list li span img.new {
	margin-left: 10px;
	vertical-align: text-bottom;
}*/

/* 3-styles.css 254行目より */
#conts .mrJob .icon {
	margin: 0 15px 8px;
	padding: 2px 0 6px;
	background: none;/*削除する*/
	overflow: hidden;
	zoom: 1;
}

/* 3-styles.css 296行目より */
#conts .topics .more,
#conts .news .more {
	margin: -8px 18px 0;
	text-align: right;
}

	* html #conts .topics .more,
	* html #conts .news .more {
		margin-top: -10px;
	}

	*+html #conts .topics .more,
	*+html #conts .news .more {
		margin-top: -10px;
	}

/* 3-styles.css 289行目より */
#conts .mrJob .icon li {
	margin-bottom: 15px;
	width: 330px;

	float: left;
}

/* 見出し */
h3.title_bg {
	margin: 30px 0 5px;
	padding-left: 20px;
	height: 51px;
	background:url(/img/trend/h3_bg.jpg) no-repeat;
	position: relative;
	font-size: 18px;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height: 41px;
}


#sideBar .policy {
    display: block !important;
}

#conts .list li span {
	padding: 0;
	background: none;
	color: #00A6AE;
}

#conts .list li > span {
  padding: 0 0 0 10px;
	background: url(/img/common/icon/03.gif) no-repeat left 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#conts .list li .companyName {
	font-size: 18px;
	font-weight: bold;
}

#conts .list li span.updateDate {
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
	padding: 1px 5px;
	vertical-align: top;
	vertical-align: text-bottom;
	color: #cd9a01;
	border: 1px solid #cd9a01;
	border-radius: 2px;
	background: #fff;
}

#conts .list li span.jobInfo {
	overflow: hidden;
	margin-top: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#conts .list li span.jobInfo .field {
	display: inline;
	margin-right: 1em;
	color: #333;
}

#conts .list li span.jobInfo .workArea {
	display: inline;
	color: #333;
}
