@charset "UTF-8";

/* ===================================================================
TOP PAGE STYLING

- メインビジュアル変更ABテスト
- お気に入りリスト
- 毎日更新！新着求人
- 薬剤師専門の転職支援サービス「リクナビ薬剤師」の特徴
- mvSlide
- parts
- parts_corporation
- c-info

=================================================================== */
#contents_wrapper {
	overflow: hidden;
}
.index_main_box {
	padding-top: 20px;
}

/* ==============================================
	characteristic　薬剤師専門の転職支援サービス「リクナビ薬剤師」の特徴
============================================== */
.floatList_characteristic {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.floatList_characteristic > .floatList > li {
	position: relative;
	width: 32%;
	height: 230px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.floatList_characteristic > .floatList > li + li {
	margin-left: 2%;
}
.floatList_characteristic .point {
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	text-align: center;
}
.floatList_characteristic .point + h4 {
	margin-bottom: 10px;
}
/* ==============================================
	parts
============================================== */
.content_parts {
	position: relative;
	padding-top: 42px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 21px;
}
.parts_ttl {
	position: absolute;
	top: -21px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background-image: url(/img/top/parts_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 18px;
}
.parts_subttl {
	padding: 5px 10px;
	background-color: #D8C0C5;
	color: #521326;
	font-size: 15px;
	border-radius: 3px;
}
.contentsBlock_ttl {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EBDCDF;
	color: #7c4b59;
	font-size: 14px;
  font-weight: bold;
}
.contentsBlock_ttl > a {
	display: block;
	width: 100%;
	height: 100%;
}
.contentsBlock_image {
  height: 125px;
  overflow: hidden;
	margin: 10px;
}
.contentsBlock_image img {
	width: 100%;
}
.contentsBlock_txt {
	margin: 10px;
}
.contentsBlock_btn {
	padding: 10px;
}
.contentsBlock_btn > a {
	display: block;
	width: 100%;
	height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	background-color: #7c4b59;
	color: #fff;
}
.contentsBlock_btn > a:hover {
	opacity: 0.8;
}
.corporation_ctaBtn {
	text-align: right;
}
.corporation_ctaBtn > a {
  display: inline-block;
  text-align: center;
	vertical-align: middle;
  color: #621827;
  /*background-color: #621827;*/
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 15px;
}
.corporation_ctaBtn > a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-image: url(/common/img/bullet/link_blt_01.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center center;
}
.floatList_wrapper {
  border: 2px solid #d5c6c3;
  background-color: #f9f5f6;
}
.floatList > li {
	float: left;
}
/* ==============================================
	parts_corporation
============================================== */
.parts_corporation {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.corporation_list {
	display: table;
	border-spacing: 5px;
}
.corporation_list > li {
  width: 33%;
	display: table-cell;
	background-color: #F9F5F6;
	border:2px solid #d8c0c5;
}
.corporation_list > li .contentsBlock_txt {
	height: 70px;
}
/* ==============================================
	parts_contents
============================================== */
.parts_contents {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.contents_list {
	display: table;
	border-spacing: 5px;
}
.contents_list > li {
  width: 33%;
	display: table-cell;
	background-color: #F9F5F6;
	border:2px solid #d8c0c5;
}
.contents_list > li .contentsBlock_txt {
	height: 120px;
}

/* ==============================================
	parts_searchSubcontent
============================================== */
.parts_searchOthercontent {
	background-color: #F9F5F6;
	border:2px solid #d8c0c5;
}
.othercontent_dlist > li {
	margin-bottom: 11px;
}
.othercontent_dlist > li.last {
	margin-bottom: 0;
}
.othercontent_dlist > li > dl {
	display: block;
	min-height: 1%;
}
.othercontent_dlist > li > dl:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.othercontent_dlist > li > dl > dt {
	width: 88px;
	padding: 2px 6px;
	float: left;
	margin-right: 14px;
	background-color: #ecdde0;
	font-weight: bold;
	color: #754251;
}
.othercontent_dlist > li > dl > dd {
	padding: 2px 0;
	float: left;
	margin-right: 6px;
}
.othercontent_list {
}
.othercontent_list > li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.parts_subttl + .othercontent_dlist,
.parts_subttl + .othercontent_list {
	margin-top: 15px;
	margin-bottom: 30px;
}

/* ==============================================
	mvSlide
============================================== */
.mvSlide_wrapper {
	width: 100%;
	padding-top: 10px;
}
.mvSlide_container {
	position: relative;
	width: 950px;
	height: 300px;
	margin: 0 auto;
}
.mvSlide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.mvSlide_contents {
	position: relative;
	width: 950px;
	height: 300px;
	padding: 10px;
	float: left;
	opacity: 0.3;
	box-sizing: border-box;
	background-color: #fff;
}
.mvSlide_contents > .linkContentsArea {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	/*overflow: hidden;*/
	text-decoration: none;
}
.mvSlide_contents > .linkFormArea {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
}
.mvSlide_contents > .linkContentsArea:hover {
	opacity: 0.6;
}
.mvSlide_contents.is_current {
	opacity: 1;
}
.jsc_mvSlide_controller {}
.jsc_mvSlide_controller > li {}
.jsc_mvSlide_controller > li > a {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #A3586C;
	text-indent: -9999px;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.mvSlide_controller_right {
	background-image: url(/img/top/mvSlide/mvSlide_arrow_right.png);
}
.mvSlide_controller_left {
	background-image: url(/img/top/mvSlide/mvSlide_arrow_left.png);
}
.jsc_mvSlide_controller > li > .jsc_mvSlide_controller_right {
	right: -20px;
}
.jsc_mvSlide_controller > li > .jsc_mvSlide_controller_left {
	left: -20px;
}
.mvSlide_nav {
	position: absolute;
	bottom: 2px;
	left: 50%;
	z-index: 5; /* .moremodal より裏側 */
	overflow-y: hidden;
}
.mvSlide_nav > li {
	float: left;
}
.mvSlide_nav > li + li {
	margin-left: 5px;
}
.mvSlide_nav > li.is_nav_current > a {
	background-color: #b9007f;
}
.mvSlide_nav > li > a {
	display: block;
	width: 25px;
	height: 5px;
	background-color: #ccc;
	text-indent: -9999px;
}
.mvSlide_nav > li > a:hover {
	background-color: #ebdcdf;
}

.linkFormArea_btnForm {
	position: absolute;
	left: 50%;
	bottom: 10px;
	display: block;
	width: 120px;
	height: 45px;
	margin-left: -60px;
	line-height: 45px;
	border-bottom: 2px solid #790052;
	border-radius: 3px;
	background-color: #BC0081;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* ==============================================
	メインビジュアル変更ABテスト
============================================== */
.mv {
	position: relative;
	height:300px;
}
.consideration_list_wrapper {
	margin-top: 0;
}
/*　A
 ------------------------- */
.mv-a .btn_mvCta {
	position: absolute;
	top:85px;
	right: 30px;
}
.mv-a .btn_mvCta a {
	display: block;
	width: 233px;
	height: 160px;
	background: url(/common/img/mv/b/btn_cta.png) no-repeat center top;
	text-indent: -99999px;
}
.mv-a .btn_mvCta a:hover {
		background: url(/common/img/mv/b/btn_cta_on.png) no-repeat center top;
}
.mv-a .btn_mvCta a:active {
		background: url(/common/img/mv/b/btn_cta_active.png) no-repeat center top;
}

/*　B
 ------------------------- */
.mv-b {
	background: url(/common/img/mv/b/mv_bg.jpg) no-repeat center top;
	background-size: 950px;
}
.mv-b .btn_mvCta {
 position: absolute;
 top:85px;
 right: 30px;
}
.mv-b .btn_mvCta a {
 display: block;
 width: 233px;
 height: 160px;
 background: url(/common/img/mv/b/btn_cta.png) no-repeat center top;
 text-indent: -9999px;
}
.mv-b .btn_mvCta a:hover {
	 background: url(/common/img/mv/b/btn_cta_on.png) no-repeat center top;
}
.mv-b .btn_mvCta a:active {
	 background: url(/common/img/mv/b/btn_cta_active.png) no-repeat center top;
}

/* ==============================================
	お気に入りリスト
============================================== */
.favoriteJobPanel_wrapper {
	width: 900px;
	padding: 5px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ebdcdf;
	border-radius: 3px;
}
.favoriteJobPanel_view {
	width: 220px;
	float: left;
}
.favoriteJobPanel {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.favoriteJobPanel > dt,
.favoriteJobPanel > dd {
	float: left;
	box-sizing: border-box;
}
.favoriteJobPanel > dt {
	padding-left: 30px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(/common/img/siori_pu16.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.favoriteJobPanel > dd {
	padding: 0 10px;
}

.favoriteJobPanel_count {
  font-size: 16px;
  color: #b9007f;
  font-weight: bold;
}

.favoriteJobPanel_message {
	width: 670px;
	height: 30px;
	padding: 0 10px 0 20px;
	line-height: 30px;
	box-sizing: border-box;
	float: left;
	background-color: #fff;
	background-image: url(/common/img/layout/icon_arrow_r.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.favoriteJobPanel_message a {
	text-decoration: none;
}







.consideration_list_wrapper {}
.consideration_list {
  display: table;
  margin: 5px 25px;
  background: url(/common/img/module/favorite_mdl.png) repeat-y -3px 0px;
  width: 907px;
}
.consideration_list_btn {
	margin-bottom: 10px;
	background: url(/common/img/module/favorite_btn.png) no-repeat 22px bottom;
	padding-bottom: 3px;
}
.consideration_list_top {
  background: url(/common/img/module/favorite_top.png) no-repeat 22px top;
  padding-top: 1px;
}
.consideration_list_ttl {
  display: table-cell;
  width: 215px;
  vertical-align: middle;
}
.consideration_list_ttl a {
  display: block;
  margin: 0 0 0 8px;
  text-decoration: none;
  font-size: 15px;
  color: #6c3746;
}
.consideration_list_ttl a p {
  display: inline-block;
}
.consideration_list_head {
  display: inline-block;
  padding-left: 27px;
  background: url(/common/img/siori_pu16.png) no-repeat 5px 3px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.consideration_list_number {
  font-size: 16px;
  color: #b9007f;
  font-weight: bold;
}
.consideration_list_keep {
  font-size: 10px;
  color: #000000;
}
.consideration_list_disc {
	display: table;
	width: 680px;
	/*height: 40px;*/
}
.consideration_list_disc p {
  display: table-cell;
  background-color: #ffffff;
  padding: 4px 6px;
  -webkit-margin-start: 0;
  color: #771d37;
  vertical-align: middle;
}
.consideration_list p + p + p + p {
  border-left: 5px solid #ebdcdf;
}
.consideration_list p a {
	display: block;
	background: url(/common/img/layout/icon_arrow_r.png) no-repeat left 3px;
	padding-left: 10px;
	font-size: 10px;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}

/* ==============================================
	毎日更新！新着求人
============================================== */
.newJob_outer {
	padding-top: 1px;
	background: url(/common/img/module/favorite_top_recommend.png) no-repeat -2px 0px;
}
.newJob_inner {
	margin: 7px auto 0;
	padding: 0 5px 1px;
	background-color: #ebdcdf;
}
.newJob {
	width: 900px;
	margin: 15px auto 0;
	padding-bottom: 8px;
	background: url(/common/img/module/favorite_btn.png) no-repeat -3px bottom;
}
.newJob_head {
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 3px;
}
.newJob_body {
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.newJob_head:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.newJob_ttl {
	float: left;
	padding-top: 1px;
	padding-left: 30px;
	background: url(/common/img/bullet/top/icon_newJob.png) no-repeat 3px 50%;
	background-size: contain;
	font-size: 14px;
	font-weight: bold;
	color: #7c4b59;
}
.newJob_date {
	float: right;
	padding-left: 11px;
	background: url(/common/img/bullet/link_blt_01.png) no-repeat left 0.3em;
}
.newJobList li a {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 850px;
	padding: 5px 10px 5px 30px;
	color: #7c4b59;
	text-decoration: none;
	background-color: #FFFFFF;
}
.newJobList li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 9px;
	background: url(/common/img/bullet/link_blt_01.png) no-repeat center top;
}
.newJobList li.first a {
	background: url(/common/img/module/top/bd_rec_inner_top.png) no-repeat #FFFFFF left top;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.newJobList li.last a {
	background: url(/common/img/module/top/bd_rec_inner_bottom.png) no-repeat #FFFFFF left bottom;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.newJobList li a:hover {
	background-color: #FFF7DF;
}
.newJobList li.first a:hover {
	background: url(/common/img/module/top/bd_rec_inner_hover_top.png) no-repeat #FFF7DF left top;
}
.newJobList li.last a:hover {
	background: url(/common/img/module/top/bd_rec_inner_hover_bottom.png) no-repeat #FFF7DF left bottom;
}

/* ==============================================
	あなたにおすすめの求人
============================================== */
.pg_top_recommend_box_outer {
	padding-top: 1px;
	background: url(/common/img/module/favorite_top_recommend.png) no-repeat -2px 0px;
}
.pg_top_recommend_box_inner {
	margin: 7px auto 0;
	padding: 0 5px 1px;
	background-color: #ebdcdf;
}
.pg_top_recommend_box {
	width: 900px;
	margin: 15px auto 0;
	padding-bottom: 8px;
	background: url(/common/img/module/favorite_btn.png) no-repeat -3px bottom;
}
.pg_top_recommend_box_head {
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 3px;
}
.pg_top_recommend_box_head:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pg_top_recommend_box_head_ttl {
	float: left;
	padding-top: 1px;
	padding-left: 30px;
	background: url(/common/img/bullet/top/icon_pointing.png) no-repeat 3px 50%;
	font-size: 14px;
	font-weight: bold;
	color: #7c4b59;
}
.pg_top_recommend_box_head_more {
	float: right;
	padding-left: 11px;
	background: url(/common/img/bullet/link_blt_01.png) no-repeat left 0.3em;
}
.pg_top_recommend_box_body_list li a {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 850px;
	padding: 5px 10px 5px 30px;
	color: #7c4b59;
	text-decoration: none;
	background-color: #FFFFFF;
}
.pg_top_recommend_box_body_list li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -5px;
	display: block;
	width: 6px;
	height: 9px;
	background: url(/common/img/bullet/link_blt_01.png) no-repeat center top;
}
.pg_top_recommend_box_body_list li.first a {
	background: url(/common/img/module/top/bd_rec_inner_top.png) no-repeat #FFFFFF left top;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pg_top_recommend_box_body_list li.last a {
	background: url(/common/img/module/top/bd_rec_inner_bottom.png) no-repeat #FFFFFF left bottom;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pg_top_recommend_box_body_list li a:hover {
	background-color: #FFF7DF;
}
.pg_top_recommend_box_body_list li.first a:hover {
	background: url(/common/img/module/top/bd_rec_inner_hover_top.png) no-repeat #FFF7DF left top;
}
.pg_top_recommend_box_body_list li.last a:hover {
	background: url(/common/img/module/top/bd_rec_inner_hover_bottom.png) no-repeat #FFF7DF left bottom;
}
/* ==============================================
	ページリンクグループ
============================================== */
.mod_link_group {
	margin-bottom: 20px;
}
.mod_link_group .links {
	overflow: hidden;
	margin-bottom: 20px;
}
.mod_link_group .links > li {
	width: 49%;
	float: left;
}
.mod_link_group .links li + li {
	margin-left: 10px;
}
.mod_link_group .links > li a {
	background: #FFF;
	text-decoration: none;
	overflow: hidden;
}
.mod_link_group .links > li a dl {
	overflow: hidden;
}
.mod_link_group .links > li a dl dt {
	float: left;
	width: 140px;
}
.mod_link_group .links > li a dl dd {
	float: left;
  width: 160px;
  margin-left: 10px;
	padding: 10px 0;
}
.mod_link_group .links .link_title {
	font-size: 14px;
	color: #92645a;
}
.mod_link_group .links .link_summary {
	font-size: 13px;
}
.mod_link_group .links .link_thumb {}
.mod_link_group .links .link_corporation,
.mod_link_group .links .link_contents {
	display: block;
}


/* ==============================================
	グループリンク
============================================== */
.pg-top_footer #ft_links {
	height: 15px;
	margin: 50px 0 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.group-link-wrapper {
	padding: 15px 20px;
}
.link-title {
	color: #4e2b27;
	font-weight: bold;
}
.recruit-group {
	margin-top: 5px;
}
.group-link {
	overflow: hidden;
}
.group-link li {
	float: left;
	font-size: 11px;
}
.group-link li a{}


.c-info {
    box-sizing: border-box;
    margin-top: 15px;
    background-color: #fff;
	padding: 15px;
	width: 100%;
    max-width: 950px;
    font-size: 13px;
	margin: 15px auto 0;
	border: 2px solid #d5c6c3;
}
.c-info p {}
.c-info p a {
	font-size: 14px;
	color: #333;
}