
/* CSS Document */

/*********LP用(20180830***********/
body{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

img{
   -webkit-backface-visibility: hidden;
}

/*-----mv-----*/
#mvArea{
	background: -moz-linear-gradient(top,#fafafa 0%,#f6f6f6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
   background: linear-gradient(#fafafa, #f6f6f6);
	width: 100%;
   margin: 9px 0 30px 0; 
}
#mvArea .inner{
   background: url(/images/feature/mv_img.jpg) no-repeat right top / auto 100%;
   width: 1025px;
   margin: 0 auto;
   padding: 70px 0 0 65px;
   height: 280px;
}
#mvArea .inner h2{
   margin-bottom: 30px;
}
#mvArea .inner p{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}


/*-----contents-----*/
#contents{
    margin: 0 auto 30px;
    padding: 0;
    width: 960px;
    overflow: visible !important;
    position: relative;
}

#contents p,
#contents li,
#contents dt,
#contents dd{
   font-size: 15px;
   line-height: 1.5;
   color: #333333;
}


/*-----left-----*/

#contents #main_left{
	width: 690px;
	float: left;
}
.managementTxtBox {
   padding-bottom: 30px;
}
#contents #main_left .managementTxtBox h3 {
    background-image: none;
   border: 1px solid #dec99a;
    height: auto;
    margin: 0 0 15px;
    padding: 0 0 0;
    width: 100%;
}
.managementTxtBox h3 span{
   display: block;
   border: 1px solid #fff;
   background: url(/images/feature/bg_ti.png) repeat-x left top / 1px 100%;
   padding: 10px 15px;
   height: 20px;
   color: #690101;
   font-weight: bold;
   font-size: 20px;
}
.managementTxtBox p{
   line-height: 1.5;
   margin-bottom: 15px;  
}
.managementTxtBox dl{
   margin-bottom: 20px; 
}
.managementTxtBox dt{
   font-weight: bold;
   line-height: 1.5;
}
.managementTxtBox dd{
   margin-bottom: 10px;  
   padding: 0 0 0 0.7em;
   line-height: 1.5;
}
.managementTxtBox ul{
   margin-bottom: 20px;
}
.managementTxtBox li{
   margin-bottom: 3px; 
   padding-left: 0.7em;
   text-indent: -0.7em;
   line-height: 1.5;
}

#contents #main_left #managementListArea h3 {
    background-image: none;
    clear: both;
    height: auto;
    margin: 0 0 15px;
    padding: 0px 0 0 0;
    width: 100%;
}
#managementListArea .infoListBox{
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#managementListArea .infoListBox > li{
   border: 1px solid #b5a47e;
   margin-bottom: 20px;
   padding: 1px;
   width: 328px;
   position: relative;
}
#managementListArea .infoListBox > li.new{
   /** ↓「new」の時は左上だけ、NEW画像で、それ以外の角は三角の画像 **/
   background: url(/images/feature/ic_new.png) no-repeat left top / 58px 59px, url(/images/feature/ic_tri_top_r.png) no-repeat right top / 10px 10px,url(/images/feature/ic_tri_bottom_l.png) no-repeat left bottom / 10px 10px, url(/images/feature/ic_tri_bottom_r.png) no-repeat right bottom / 10px 10px;
}
#managementListArea .infoListBox > li.nomal{
   /** ↓「nomal」の時は四隅の角すべて、三角の画像 **/
   background: url(/images/feature/ic_tri_top_l.png) no-repeat left top / 10px 10px, url(/images/feature/ic_tri_top_r.png) no-repeat right top / 10px 10px,url(/images/feature/ic_tri_bottom_l.png) no-repeat left bottom / 10px 10px, url(/images/feature/ic_tri_bottom_r.png) no-repeat right bottom / 10px 10px;
}

#managementListArea .infoListBox li dl{
   /**
   background: url(/images/feature/ic_tri_top_l.png) no-repeat left top / 10px 10px, url(/images/feature/ic_tri_top_r.png) no-repeat right top / 10px 10px;
   **/
   padding: 0 0 50px 0;
}

#managementListArea .infoListBox li.new dl{
   /**
   background: url(/images/feature/ic_tri_top_r.png) no-repeat right top / 10px 10px;
   **/
}
#managementListArea .infoListBox li dt{
   padding: 28px 15px 13px 27px;
}
#managementListArea .infoListBox li dt a{
   display: inline-block;
   width: 100%;
   margin-bottom: 10px;
   font-weight: bold;
   font-size: 16px;
   color: #002870;
   line-height: 1.44;
}
#managementListArea .infoListBox li .kind{
   display: inline-block;
   background: #c8ae7c;
   border-radius: 2px;
   padding: 0 6px;
   color: #FFF;
   font-size: 12px;
   line-height: 20px;
}
#managementListArea .infoListBox li dd{
   /**
   background: url(/images/feature/ic_tri_bottom_l.png) no-repeat left bottom / 10px 10px, url(/images/feature/ic_tri_bottom_r.png) no-repeat right bottom / 10px 10px #f9f9f9;
   **/
   padding: 12px 10px 8px 27px;
}
#managementListArea .infoListBox li dd ul{
   margin-bottom: 10px;
}
#managementListArea .infoListBox li dd li{
   margin-bottom: 3px;
   padding: 6px 0 10px 30px;
   line-height: 1;
}
#managementListArea .infoListBox li dd .place{
   background: url(/images/feature/ic_place.png) no-repeat left center / 21px auto;
}
#managementListArea .infoListBox li dd .note{
   background: url(/images/feature/ic_note.png) no-repeat left center / 21px auto;
}
#managementListArea .infoListBox li dd .clock{
   background: url(/images/feature/ic_clock.png) no-repeat left center / 21px auto;
}
#managementListArea .infoListBox li dd .yen{
   background: url(/images/feature/ic_yen.png) no-repeat left center / 21px auto;
}
#managementListArea .infoListBox li div.btn{
   background: #f9f9f9;
   /**
   padding: 0 16px 12px 0;
   **/
   padding: 0 0px 12px 0px;
   text-align: center;
   position: absolute;
   bottom: 5px;
   width:99%;
}

#managementListArea .infoListBox li div.btn p{
   padding: 0px 25px;
}
#managementListArea .infoListBox li div.btn p a{
   display: inline-block;
	background: -moz-linear-gradient(top,#a60005 0%,#8a0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#a60005), to(#8a0000)); 
   background: linear-gradient(#a60005, #8a0000);
	-webkit-box-shadow: 0 3px 3px rgba(16,8,13,.25);
	-moz-box-shadow: 0 3px 3px rgba(16,8,13,.25);
	-o-box-shadow: 0 3px 3px rgba(16,8,13,.25); 
	box-shadow: 0 3px 3px rgba(16,8,13,.25);
   border-radius: 3px;
   padding: 13px 0;
   width: 100%;
	color:#FFF;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
}

#managementListArea .btnMore{
   margin: 28px 0 26px;
   text-align: center;
}

#managementListArea .btnMore a{
   display: inline-block;
   margin-bottom: 26px;
   width: 460px;
   text-align: center;
	background: -moz-linear-gradient(top,#c6a453 0%,#9e7718);
	background: -webkit-gradient(linear, left top, left bottom, from(#c6a453), to(#9e7718)); 
   background: linear-gradient(#c6a453,#9e7718 );
	-webkit-box-shadow: 0 3px 3px rgba(16,8,13,.25);
	-moz-box-shadow: 0 3px 3px rgba(16,8,13,.25);
	-o-box-shadow: 0 3px 3px rgba(16,8,13,.25); 
	box-shadow: 0 3px 3px rgba(16,8,13,.25);
   border-radius: 3px;
   padding: 23px 0;
   color: #FFF;
   font-size: 22px;
   font-weight: bold;
   text-decoration: none;
}

#managementListArea .otherListBox{
   background: #f9f9f9;
   padding: 20px 2px 8px;
}
#managementListArea .otherListBox h4{
   margin-bottom: 15px;
   padding: 0 20px 10px;
   border-bottom: 2px solid #900000;
   color: #900000;
   font-weight: bold;
   font-size: 16px;
}
#managementListArea .otherListBox ul{
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;  
   padding: 0 10px;
}
#managementListArea .otherListBox li{
   width: 24%;
   margin-bottom: 12px;
}
#managementListArea .otherListBox li a{
   color: #002870;
   font-size: 13px;
}

/**-----** 「看護師の～に関連する記事」欄 start **-----**/
.lp_change_div{
	margin:20px 0px 20px 0px;
	text-align:left;
	border-radius: 4px;
	border:solid;
	border-color: #0090a8 #cccccc #cccccc #cccccc;
	border-width: 5px 1px 1px 1px;
}
.lp_change_midashi{
	font-size:18px !important;
	margin:0px 0px 0px 0px;
	background:#e0ffff;
	padding:10px 10px 10px 10px;
}

.lp_change_content{
	/**
	margin:10px 0px 3px 0px;
	**/
	margin:10px 10px 3px 10px;
}

.lp_change_boxes_list{
	display: table;
	/**
	padding: 0px 10px 10px 10px;
	**/
	padding: 0px 0px 10px 0px;
	width:100%;

}
.lp_change_boxes_list .lp_change_box{
	vertical-align: top;
	padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.lp_change_boxes_list .lp_change_box span{
	position: relative;
    display: block;
}
.lp_change_boxes_list .lp_change_box span figure{
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 10px 0 0;
	vertical-align: top;
	position: relative;
}
.lp_change_boxes_list .lp_change_box span figure img{
	max-height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.lp_change_boxes_list .lp_change_box span p{
	display: inline-block;
	/**
	width: 75%;
	width: calc( 100% - 70px);
	**/
	width: 60%;
	width: calc( 100% - 95px);
}
.lp_change_boxes_list .lp_change_box span p a{
	/**
	display: inline-block;
	width: 75%;
	width: calc( 100% - 70px);
	**/
	vertical-align: top;
	color:#1155CC;
	font-size:13px;
}

.lp_change_left{
    display: table-cell;
    width: 46%;
    text-align: left;
	float:left;
}
.lp_change_right{
    display: table-cell;
    width: 46%;
    text-align: left;
	float:right;
}

.lp_change_more{
	margin:0px 0px 0px 0px;
}
.lp_change_more .lp_change_more_link_p{
	margin: 0px 0px 18px 0px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}
.lp_change_more .lp_change_more_link_p a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 30px 0px 10px;
	font-size:13px;
	color: #1155CC;
	text-decoration: underline;
}
.lp_change_more .lp_change_more_link_p a::after{
	content: "";
	position: absolute;
    right: 8px;
    top: 50%;
	margin-top: -11px;
    display: block;
    width: 22px;
    height: 22px;
	border-radius: 50%;
    background: url("/lite/img/search_footer/ico_arrowdown.png") no-repeat center / 100%;
	-webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
/**-----** 「看護師の～に関連する記事」欄 end **-----**/

/**-----** 「おすすめ看護師求人特集（バナー群）」欄 start **-----**/
.lp_bnr_div{
	margin: 0px 0px 0px 0px;
}
.lp_bnr_div ul.lp_bnr_ul{
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
}
.lp_bnr_div ul.lp_bnr_ul li{
	width: 24%;
	margin-bottom:20px;
}
.lp_bnr_div ul.lp_bnr_ul li dl dt{
	text-align:center;
}
.lp_bnr_div ul.lp_bnr_ul li dl dt a img{
	width:162px;
	height:81px;
	vertical-align:top;
}
.lp_bnr_div ul.lp_bnr_ul li dl dd p a{
	font-size: 12px;
}
/**-----** 「おすすめ看護師求人特集（バナー群）」欄 end **-----**/

/*//left*/




/*right*/
#contents #main_right{
	width: 250px;
	float: right;
}
#managementPickupArea{
   background: #FFFFFF url(/images/feature/bg_strype.png);
   border: 1px solid #01396e;
}

#managementPickupArea > img{
   border-bottom: 1px solid #01396e;
   font-size: 0;
   line-height: 0;
}
#managementPickupArea > ul{
   margin: 5px;
   padding: 0 8px;
   border: 1px solid #fcfcfc;
   background: #FFF;
}
#managementPickupArea > ul > li{
   padding: 9px 0;
}
#managementPickupArea > ul > li + li{
   border-top: 1px dotted #aaaaaa;
}
#managementPickupArea li img{
   margin-bottom: 6px;
}
#managementPickupArea img + a{
   color: #002870;
   font-size: 14px;
   font-weight: bold;
}
#managementPickupArea li ul{
   margin: 8px 0 10px;
}
#managementPickupArea li ul li{
   display: inline-block;
   border-radius: 2px;
   padding: 4px 4px 4px;
   color: #FFF;
   font-size: 10px;
   margin-right:2px;
}
#managementPickupArea li ul li.seikan{
   background: #3697d7;
}
#managementPickupArea li ul li.seisyoku{
   background: #eb5594;
}
#managementPickupArea li ul li.kaigo{
   background: #ea8d14;
}
#managementPickupArea li p{
   font-size: 13px;
}

/*//right*/
