@charset "utf-8";

/* ---------------------------------------------
CSS Info

 File name:  style.css
 Style Info: メインページのスタイル
 
------------------------------------------------ */

/*  INDEX(style.php)
===================================================
	
共通スタイル
 1.汎用スタイル
 
フレーム設定
 1.基本
 2.HEADER
 3.MAIN
   3.0 共通 - ランキング&最新記事
   3.1 パンくずリスト
   3.2 content
	 3.4 目次テンプレート
 4.SIDE
 
個別設定
 1.トップページ
 2.アーカイブ
   2.1 カテゴリA
  ・techトップ
  ・nayamiトップ
   2.2 カテゴリB
  ・tech大カテ
  ・wordトップ
   2.3 カテゴリC
  ・job-changeトップ
  ・job-change j-column
  ・job-change child
 3.個別記事
   3.1 個別記事の装飾
	
	
	/*  INDEX(別ファイルstyle.css)遅延読み込み
===================================================
フレーム設定
 3.MAIN
   3.3 Best5紹介
 5.FOOTER
 6.MODAL
 
個別設定
 1.トップページ
 2.アーカイブ
   2.1 カテゴリA
  ・techトップ
  ・nayamiトップ
   2.2 カテゴリB
  ・tech大カテ
  ・wordトップ
   2.3 カテゴリC
  ・job-changeトップ
  ・job-change j-column
  ・job-change child
 3.個別記事
   3.1 個別記事の装飾
   3.2 関連記事&カテゴリ表示
     3.2.2 仕事がうまくいかないナースのあなたへ
     3.2.3 転職サイト体験談
   3.3 zenback
   3.4 看護技術
   3.6 おすすめ記事
	 3.7 いま注目の記事・関連記事
 4.ナースの転職サイト比較
   4.1 ランキング
   4.2 転職サイトの使い方
 5.転職サイト詳細ページ
 6.仕事・業務ごとの記事
 10.Contact Form 7
 11.ソーシャルボタン
 12.検索サジェスト
 13.GDPRの表示
===================================================
*/

/*************************************************
	共通スタイル
*************************************************/

/* SNSアイコン */
@font-face {
	font-family: 'icomoon';
	src:url('font/icomoon.eot?6y3i5o');
	src:url('font/icomoon.eot?#iefix6y3i5o') format('embedded-opentype'),
		url('font/icomoon.woff?6y3i5o') format('woff'),
		url('font/icomoon.ttf?6y3i5o') format('truetype'),
		url('font/icomoon.svg?6y3i5o#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
	content: "\e600";
}

.icon-hatebu:before {
	content: "\e601";
}

.icon-line:before {
	content: "\e602";
}

.icon-pocket:before {
	content: "\e603";
}

.icon-google-plus:before {
	content: "\ea88";
}

.icon-google-drive:before {
	content: "\ea8b";
}

.icon-facebook:before {
	content: "\ea8c";
}

.icon-twitter:before {
	content: "\ea91";
}

.icon-feed:before {
	content: "\ea94";
}

.icon-youtube:before {
	content: "\ea99";
}

/* SNSシェアボタン */
.content.single .sns_shareBtn a[target="_blank"]:after{
	content: none;
}

.sns_shareBtn{
 margin: 10px 20px;
 position:relative;
}
.content.single .sns_shareBtn ul.shareList{
	list-style:none;
	display: flex;
	justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	margin: 0;
}
.content.single .sns_shareBtn ul.shareList > li:before{
	content: none;
}
.sns_shareBtn .shareList__item{
	flex-grow: 1;
	min-width:180px;
	text-align:center;
	margin-left:10px;
}
.sns_shareBtn .shareList__item:first-of-type{
	margin-left:0;
}
.sns_shareBtn .shareList__link{
	display:block;
	color:#ffffff;
	text-decoration: none;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
	padding: 4px 0;
	font-size: 12px;
}
.sns_shareBtn .shareList__link::before{
	font-size:24px;
}

.sns_shareBtn .shareList__link.icon-twitter::before,
.sns_shareBtn .shareList__link.icon-line::before{
	position: relative;
	top:2px;
}

.sns_shareBtn .shareList__link.icon-twitter{background:#55acee;border-color:#55acee;}
.sns_shareBtn .shareList__link.icon-twitter:hover{color:#55acee; background:#ffffff;}
 
.sns_shareBtn .shareList__link.icon-facebook{background:#3B5998;border-color:#3B5998;}
.sns_shareBtn .shareList__link.icon-facebook:hover{color:#3B5998; background:#ffffff;}
 
.sns_shareBtn .shareList__link.icon-line{background:#1dcd00;border-color:#1dcd00;}
.sns_shareBtn .shareList__link.icon-line:hover{color:#1dcd00; background:#ffffff;}

/* 購読ソーシャルボタン */
.content.single .koudoku_box a[target="_blank"]:after{
	content: none;
}

.koudoku_box{
 background-color: #F4EDCB;
 padding: 20px;
 position: relative;
}
.koudoku_box a:hover img{
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}
.koudoku_box .koudoku_title{
 background-color: #FFFFFF;
 color: #45BEE8;
 font-size: 18px;
 padding: 6px 0 2px;
 text-align: center;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -moz-border-radius: 16px;
}
.koudoku_box .koudoku_msg{
 font-size: 14px;
 text-align: center;
 margin: 16px 0 0;
}
.koudoku_box .koudoku_msg span{
 color: #E60012;
}
.koudoku_box p.follow_us{
	text-align: center;
}
.koudoku_box ul.shareList{
	list-style:none;
	display: flex;
	margin: 0 auto;
	width: 196px;
}
.koudoku_box ul.shareList > li:before{
	content: none;
}
.koudoku_box .shareList__item{
	margin-left:20px;
	text-align:center;
}
.koudoku_box .shareList__item:first-of-type {
	margin-left: 0;
}
.koudoku_box .shareList__link{
	display:block;
	color:#ffffff;
	text-decoration: none;
	border-radius: 26px;
	padding: 10px;
}
.koudoku_box .shareList__link a{
	color:#ffffff;
}
.koudoku_box .shareList__link::before{
	font-size:32px;
	display:block;
}
.koudoku_box .shareList__link.icon-facebook::before{
	position: relative;
	top: -2px;
	left: -2px;
}
.koudoku_box .shareList__link.icon-twitter{background:#55acee;}
.koudoku_box .shareList__link.icon-facebook{background:#3B5998;}
.koudoku_box .shareList__link.icon-line{background:#1dcd00;}

/* ナスハピ用 ソーシャルボタン */
#job-change .top p.koudoku_msg {
    margin: 16px 0 0;
}
#job-change .top p.follow_us{
	margin-top: 20px;
	text-align: center;
}
#job-change .top ul.shareList{
	list-style: none;
	display: flex;
	margin: 0 auto;
	width: 196px;
}
#job-change .top ul.shareList a{
	text-decoration: none;
}

/* 3.0 共通 - ランキング&最新記事 */
.attention_box{
 width: 320px;
 float:left;
}

.attention_box h3{
 background-color: #0C9FCD;
 color: #FFFFFF;
 font-size: 18px;
 padding: 10px 20px;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
.attention_box .ul_border{
 background-color:#FFFFFF;
 border-right : 1px solid #E4DFA6;
 border-bottom: 1px solid #E4DFA6;
 border-left  : 1px solid #E4DFA6;
 border-radius: 0 0 10px 10px;
 -webkit-border-radius: 0 0 10px 10px;
 -moz-border-radius: 0 0 10px 10px;
}
.attention_box ul a{
 color:#0066cc;
 text-decoration:underline;
 display: block;
 padding: 20px 10px 15px 8px;
}
.attention_box ul a:hover{
 text-decoration:none;
}
.attention_box ul li{
 font-size:13px;
 position:relative;
 border-top:1px dotted #0066CC;
}
.attention_box ul li:first-child{
 border-top:none;
}
.attention_box ul li:last-child{
 border-radius: 0 0 10px 10px;
 -webkit-border-radius: 0 0 10px 10px;
 -moz-border-radius: 0 0 10px 10px;
}
.attention_box ul li:hover{
 background-color: #EFEFFF;
 
}
.attention_box ul li div{
 display: inline-block;
 *display: inline;
 *zoom: 1;
 margin-right: 14px;
 text-align: center;
 width: 41px;
}
.attention_box ul li div img{
 margin-top:-10px;
}

.attention_box.ranking ul li div{
 color:#666666;
 font-size:13px;
 font-weight: bold;
}
.attention_box.recent ul li div{
 color:#7e4835;
 font-size:12px;
}
.attention_box .category_icon{
/*
 background: url("img/share/category_icons.png") no-repeat scroll 0 0 transparent;
 right: 10px;
*/
 background: url("img/share/pointer_blue_arrow.png") no-repeat scroll 10px 15px transparent;
 left: 50px;
 display: block;
 height: 32px;
 position: absolute;
 top: 12px;
 width: 32px;
}

.attention_box .recommend_site_desc{
 bottom: 0;
 font-size: 11px !important;
 font-weight: normal !important;
 left: 70px;
 position: absolute;
 text-align: left;
 width: 230px;
}

/*
.attention_box .category_icon.tech   { background-position:0 0; }
.attention_box .category_icon.word   { background-position:-32px 0; }
.attention_box .category_icon.nayami { background-position:-64px 0; }
.attention_box .category_icon.job-change{ background-position:-96px 0; }
*/


/* 3.3 Best5紹介 */
.ranking_best3{
	background: #fff;
	border:4px solid #e6f3f6;
	margin: 40px 0;
	font-size:14px;
	padding:10px 20px 20px;
	border-radius: 10px;
}
.content .ranking_best3{
	border-right:none;
	border-left:none;
	border-radius: 0;
}
.ranking_best3 .ranking_title{
 border-bottom: 1px dotted #6BBCE3;
 color: #5a5657;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 10px;
 padding: 0 0 14px;
 text-align: center;
}
/*
.ranking_best3 .ranking_title:before{
    content: "PR";
	display: inline-block;
	background: #ffad47;
	padding: 16px 26px;
	margin-right: 10px;
	color: #fff;
	position: relative;
	top: -4px;
}
*/
.ranking_best3 .ranking_title span{
 font-size:35px;
}
.ranking_best3 .ttl_ad{
 font-size:14px;
 text-align: right;
}

.best3_list{
	margin: 20px 0 40px;
	position: relative;
}
.best3_list li{
	float: left;
	width: 188px;
	border: 2px solid #eee;
	border-radius: 10px;
	margin-left: 10px;
}
.best3_list li:first-of-type{ margin-left: 0; width: 192px; border: 4px solid #f5eabf; }
.best3_list .site_logo{
	padding: 18px 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.best3_list li:nth-of-type(1) .site_logo{
	padding: 15px 10px;
}
.best3_list li:nth-of-type(3) .site_logo{
	padding: 26px 10px;
}
.site_logo img{ width: 120px; }
.best3_list .site_name{
	font-size: 16px;
	text-align: center;
	margin: 16px 0;
	font-weight: bold;
}
.best3_list .site_name.line2{
    margin: 10px 0;
}
.best3_list .site_name.line2 span{
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding-left: 22px;
}
.best3_list .point{
	background: #f0f7f9;
	padding: 8px;
	margin: 0 5px 10px;
}
.best3_list .point:before{
	content: "ポイント";
	display: block;
	background: #45abdc;
	color: #fff;
	padding: 2px 4px;
	margin-bottom: 8px;
	width: 40px;
	font-size: 10px;
	border-radius: 6px;
}
.best3_list .ad_notice{
    margin: 0 10px;
}
.best3_list .note{
	font-size: 10px;
	position: absolute;
	bottom: -20px;
	left: 4px;
}
.best3_list .go_linkSite,
.best3_list .go_single{
	display: block;
	color: #fff;
	border-radius: 6px;
	width: 140px;
	margin: 10px auto;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
}
.best3_list .go_linkSite{
	font-weight: bold;
	background: #ff6d00;
	position: relative;
	text-align: left;
	padding-left: 26px;
}
.best3_list .go_linkSite:after{
	content: "";
	width: 22px !important;
	height: 22px !important;
	background: url(img/job-change/icon_link_out.png) no-repeat !important;
	display: block;
	position: absolute;
	right: 18px;
	top: 4px;
	background-size: 22px !important;
}
.best3_list .go_single{
	background: #b7b7b7;
}
.ranking_best3 p{ font-size: 12px; margin: 20px 0; }

.content.single ul.best3_list { margin: 20px 0 40px; }
.content.single ul.best3_list > li:before{ content: none; }
.content.single ul.best3_list p{ margin:0; }



/* 3.3 Best5紹介 
.ranking_best5{
 background: #fff;
 border:4px solid #e6f3f6;
 font-size:14px;
 padding:10px 20px 20px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.job-change.child .ranking_best5{
 margin-left:0;
 margin-right:0;
}

.ranking_best5 .ranking_title{
 background: url("img/job-change/icon_ranking.png") no-repeat scroll 0 0 transparent;
 border-bottom: 1px dotted #6BBCE3;
 color: #5a5657;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
 padding: 8px 0 14px 70px;
}
.ranking_title span{
 font-size:35px;
}
.single .ranking_best5 .ranking_title:before,
.single .ranking_best5 .ranking_title:after{
 content:none;
}
*/
/* ランキングbest5 box
.hikaku_content .ranking_best5{
 border:4px solid #e6f3f6;
 padding:10px 20px 20px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.hikaku_content .ranking_best5 .ranking_title{
 background: url("img/job-change/icon_ranking.png") no-repeat scroll 0 0 transparent;
 border-bottom: 1px dotted #6BBCE3;
 color: #06A1CF;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
 padding: 8px 0 14px 70px;
}
.hikaku_content .ranking_best5 .ranking_title span{
 font-size:35px;
}
.content.main_box .hikaku_content .ranking_best5 h1:before,
.content.main_box .hikaku_content .ranking_best5 h1:after{
 display:none;
}

.best5_table{
 border: 1px solid #B4DDF1;
 margin-top: 10px;
 border-collapse: collapse;
}
.best5_table tr td{
 padding:10px 0;
 border-top:1px solid #b4ddf1;
}
.best5_table tr:first-child td{
 border-top:none;
}
.best5_table .ranking{
 width:104px;
 background-color:#f0f7f9;
 font-size:16px;
 color:#666666;
 text-align:center;
}
.best5_table .site_name{
 background: url("img/share/pointer_blue_arrow_circle.png") no-repeat scroll 10px 16px #FFFFFF;
 font-size: 18px;
 padding-left: 28px;
 width: 250px;
}
.best5_table .site_name a{
 color: #0266CC;
 text-decoration:underline;
 display: inline-block;
}
.best5_table .site_name a:hover{
 text-decoration:none;
}
.best5_table .site_name a span{
 font-size: 12px;
 line-height: 16px;
}
.site_name.best5_rank1{ font-size:24px; background-position: 10px 20px;}
.site_name.best5_rank2{ font-size:22px; background-position: 10px 18px;}
.site_name.best5_rank3{ font-size:20px; background-position: 10px 17px;}
.site_desc{
 display: block;
 font-size: 11px;
 height: 11px;
 line-height: 14px;
 vertical-align: top;
}

.best5_table .to_site{
 width:186px;
 background-color:#F0F7F9;
 font-size:12px;
}
.best5_table .to_site a{
 background:url("img/job-change/icon_link2.png") no-repeat scroll 118px 5px #0266CC;
 border:1px solid #0266CC;
 color: #FFFFFF;
 display: block;
 height: 26px;
 line-height: 28px;
 margin: 0 auto;
 text-align: center;
 width: 134px;
 padding-right:6px;
 text-decoration: none;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
}
.best5_table .to_site a:hover{
 background:url("img/job-change/icon_link_blue2.png") no-repeat scroll 118px 5px #FFFFFF;
 color: #0266CC;
}
 */

/* 5.FOOTER
------------------------------------------------ */
#footer{
 padding: 40px 0 20px;
}

#pagaTop_area{
 width:990px;
 height: 24px;
 margin-left:auto;
 margin-right:auto;
 position:relative;
}
#pageTop{
 background: url("img/share/pointer_blue_arrow_circle_top.png") no-repeat scroll 0 0 transparent;
 color: #0066CC;
 cursor: pointer;
 font-size: 14px;
 font-weight: bold;
 line-height: 24px;
 height: 24px;
 padding-left: 30px;
 position:absolute;
 right:0;
 top:0;
}

#footer ul{
 border-top: 3px solid #7D4B3A;
 margin-top: 30px;
 padding-top: 30px;
 text-align: center;
 min-width:1000px;
}
#footer ul li{
 background: url("img/share/pointer_brown_arrow_circle.png") no-repeat scroll 0 1px transparent;
 display: inline;
 font-size: 12px;
 margin-right: 30px;
 padding: 0 0 0 20px;
}
#footer ul li a{
 color:#7D4B3A;
 text-decoration:none;
}
#footer ul li a:hover{
 text-decoration:underline;
}

#copyright{
 font-size: 12px;
 margin-top: 22px;
 text-align: center;
 color:#7D4B3A;
}


/* 6.MODAL
------------------------------------------------ */
.btns{font-size: 80px; width:150px; background:#111; height: 150px; line-height:150px; text-align:center; font-family: arial; color: #fff; float: left; margin:10px; cursor: pointer}

.modal{
 width:690px;
 color: #6C311F;
 display:none;
}
.modalBody{
 background-color: #FFFFFF;
 width:544px;
 height: 540px;
 padding: 30px 10px 10px;
 position: fixed;
 z-index:1000;
 left:50%;
 top:50%;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
.modalBk{
 background-color:#000000;
 height:100%;
 width:100%;
 position: fixed;
 z-index:999;
 top:0;
 opacity: 0;
 filter: alpha(opacity=0);
 -moz-opacity:0;
}

.modalTitle{
 font-size: 20px;
 font-weight: bold;
 color:#FFFFFF;
 background-color:#6C311F;
 text-align:center;
 width:300px;
 height:44px;
 line-height:44px;
 margin:0 auto;
 -webkit-border-radius: 22px;
 -moz-border-radius: 22px;
 border-radius: 22px;
}
.modalText{
 font-size: 20px;
 font-weight: bold;
 line-height: 28px;
 margin-top: 10px;
 text-align: center;
}
.mdl_socialBtns{
 margin-top:16px;
 text-align:center;
}
.mdl_img{
 position:absolute;
 right:10px;
 bottom:4px;
}

.close{
 background-color: #FFFFFF;
 border: 2px solid #6C311F;
 cursor: pointer;
 font-size: 20px;
 line-height: 24px;
 padding: 6px 10px 6px 0;
 text-align: right;
 width: 140px;
 position:absolute;
 bottom:30px;
 left:210px;
}
.mdl_close{
 background-color: #6C311F;
 color: #FFFFFF;
 display: inline-block;
 font-size: 20px;
 height: 24px;
 line-height: 24px;
 text-align: center;
 width: 24px;
 margin-left: 20px;
}


/*************************************************
	個別設定
*************************************************/

/* 1.トップページ
------------------------------------------------ */

/* 2.アーカイブ
------------------------------------------------ */

/* job-changeトップ */
/* 1.トップページ
------------------------------------------------ */

/* 共通 */
#job-change .top ul {
    padding: 10px 0;
}
#job-change .top a{
	text-decoration:underline;
}
#job-change .top a:hover{
	text-decoration:none;
	color:#000088;
}
#job-change .top .btn a{
	text-decoration:underline;
	display:block;
}
#job-change .top .btn a:hover{
	text-decoration:none;
	color:orange;
}
#job-change .top ul.icon li{
	background: url(img/job-change/top/icon_li.png) no-repeat;
    background-size: 10px;
    background-position: 8px 3px;
    padding-left: 16px;
	padding-right: 20px;
}
#job-change .top ul.dashed li:after {
    content: "";
    background: url(img/job-change/top/line_dashed.png);
    width: 1040px;
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    left: -20px;
    margin: 10px 0;
}
#job-change .top ul.icon.line2 li{
	width: 160px;
    padding: 0 0 10px 26px;
    display: inline-block;
}
#job-change .top ul.icon.line2 li:nth-of-type(odd):after {
	margin: 12px 0 6px;
    position: relative;
	top:0;
    left: -28px;
    background: url(img/job-change/top/line_dashed.png);
    width: 410px;
}
#job-change .top ul.icon.line2 li:nth-of-type(even):after {
	background:none;    
}
#job-change .top ul.icon.line3 li{
	width: 118px;
    padding: 0 0 10px 26px;
    display: inline-block;
}
#job-change .top ul.icon.line3 li:nth-of-type(3n+1):after {
	margin: 12px 0 6px;
    position: relative;
	top:0;
    left: -28px;
    background: url(img/job-change/top/line_dashed.png);
    width: 448px;
}
#job-change .top ul.icon.line3 li:after {
	background:none;    
}
#job-change .top ul.icon.line2 li a,
#job-change .top ul.icon.line3 li a{ text-decoration:none; }
#job-change .top .post_ttl{ text-decoration:underline; }

#job-change .top .talk_ttl{
	font-weight: bold;
    font-size: 30px;
	border-top:3px solid #ff8187;
	padding:50px 10px 40px;
	text-align:center;
}
#job-change .top h3 {
	background-color: #eaeaea;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    background-image: url(img/job-change/top/icon_h3.png);
    background-position: 12px 16px;
    background-repeat: no-repeat;
    background-size: 12px;
}
#job-change .top .talk {
	position:relative;
	margin-bottom:20px;
	margin-right: 40px;
	font-size: 12px;
    line-height: 16px;
	text-align: center;
}
#job-change .top .talk .talk01,
#job-change .top .talk .talk02{
	position: absolute;
}

#job-change .top #risk .talk .talk01{ top: 74px; left: 346px;}
#job-change .top #risk .talk .talk02{ top: 80px; left: 530px;}
#job-change .top #lose .talk .talk01{ top: 74px; left: 346px;}
#job-change .top #lose .talk .talk02{ top: 80px; left: 540px;}
#job-change .top #howto .talk .talk01{ top: 74px; left: 368px;}
#job-change .top #howto .talk .talk02{ top: 74px; left: 530px;}
#job-change .top #find .talk .talk01{ top: 74px; left: 358px;}
#job-change .top #find .talk .talk02{ top: 74px; left: 548px;}
#job-change .top #challenge .talk .talk01{ top: 74px; left: 360px;}
#job-change .top #challenge .talk .talk02{ top: 74px; left: 530px;}
#job-change .top #recommend .talk .talk01{ top: 74px; left: 346px;}
#job-change .top #recommend .talk .talk02{ top: 72px; left: 548px;}

#job-change .top .talk_desp{
	width: 860px;
    margin: 20px auto;
}

#job-change .top .btn {
    border-radius: 50px;
    border: 2px solid #d8d8d8;
    padding: 4px 10px 4px 4px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
	position:relative;
	width:300px;
	clear:both;
	background:#fff;
}
#job-change .top .btn:after {
	content: "";
    background: url(img/job-change/top/icon_li.png) no-repeat;
    background-size: 10px;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 16px;
    display: block;
}
#job-change .top .btn.line2:after{
	content: "";
    background: url(img/job-change/top/icon_li.png) no-repeat;
	background-size: 10px;
    position: absolute;
    top: 20px;
    right: 8px;
    width: 10px;
    height: 16px;
    display: block;
}

#job-change .top .btn a{
	text-decoration:none;
}
#job-change .top #job_area ul,
#job-change .top #job_type ul,
#job-change .top #job_employ ul{
	margin:0 10px;
}

#job-change .top .fll{
	width: 410px;
    margin-right: 0;
    margin-left: 80px;
}
#job-change .top .flr{
	width: 410px;
    margin-top: 20px;
    margin-right: 80px;
}
#job-change .top .flr .list_ttl{
	font-weight:bold;
	margin-left:10px;
	background:url(img/job-change/top/icon_list_ttl.png) no-repeat 0 0;
	background-size:20px;
	padding-left:22px;
	margin-bottom:10px;
}

/* 個別 */

#job-change .top #key #home_copy p{}

#job-change .top #risk,
#job-change .top #howto,
#job-change .top #find,
#job-change .top #challenge,
#job-change .top #recommend,
#job-change .top #site_access{
	position:relative;
	margin-bottom:40px;
}

#job-change .top #step ul.step_list{}
#job-change .top #step ul.step_list li.step_block{
	margin-bottom: 20px;
    background: #ebf2f9;
    border-radius: 20px;
	width:330px;
	height:400px;
	float:left;
	margin-left:20px;
}
#job-change .top #step ul.step_list li.step_block .step{
	color: #FF3E66;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	font-size:14px;
}
#job-change .top #step ul.step_list li.step_block .step .num{
	font-size:20px;
}
#job-change .top #step ul.step_list li.step_block:nth-of-type(1),
#job-change .top #step ul.step_list li.step_block:nth-of-type(4){
	margin-left:0;
}
#job-change .top #step ul.step_list li.step_block .post_ttl{
	margin-bottom: 10px;
    height: auto;
    width: auto;
    display: block;
}
#job-change .top #step ul.step_list li .icon{
	float:left;
	width: 50px;
	padding:10px 15px;
}
#job-change .top #step ul.step_list li  .ttl{
	font-weight:bold;
	float:left;
	width: 240px;
    margin-top: 20px;
	font-size:20px;
}
#job-change .top #step ul.step_list li .desp{
	padding:6px 20px 25px;
    clear: both;
    font-size: 14px;
    line-height: 25px;
}
#job-change .top #step ul.step_list li .btn.line2{
	width:240px;
	font-size:14px;
}

#job-change .top .desp{
	padding:20px;
}

#job-change .top ul.post{
	padding:20px 10px;
	font-size:0;
}
#job-change .top ul.post li{}
#job-change .top ul.post.line2 li:nth-of-type(even){
	width:47%;
	float:left;
	margin-left:6%;
}
#job-change .top ul.post.line2 li:nth-of-type(odd){
	width:47%;
	float:left;
	margin-left:0;
}
#job-change .top ul.post li:after {
    content: "";
	background:url(img/job-change/top/line_dashed.png); 
    width: 100%;
    display: block;
    height: 2px;
	margin: 8px 0;
	position:relative;
	top:0;
	left:0;
}
#job-change .top .post_desp{
	font-size:16px;
	margin-bottom:10px;
}
#job-change .top .post_thumb{
	width:50px;
	display: inline-table;
    vertical-align: top;
}
#job-change .top #latest .post_thumb,
#job-change .top #popular .post_thumb{
	width:90px;
	display: inline-table;
    vertical-align: top;
}
#job-change .top #latest .post_ttl,
#job-change .top #popular .post_ttl{
	height:60px;
}
#job-change .top .post_ttl{
	display: inline-table;
    vertical-align: top;
    margin-left: 10px;
	font-size:16px;
	height:50px;
}
#job-change .top #license .post_ttl{
	width: 388px;
}
#job-change .top .post.line2 .post_ttl{
	display: inline-table;
    vertical-align: top;
    margin-left: 10px;
	font-size:16px;
	height:50px;
	width: 370px;
}
#job-change .top .post_ttl.line2{
	display: inline-table;
    vertical-align: top;
    margin-left: 10px;
	font-size:14px;
	height:50px;
	width: 400px;
}

#job-change .top ul.cat{}
#job-change .top ul.cat li{
	position:relative;
	margin-bottom:20px;
	margin-left:10px;
	float:left;
	width:340px;
}
#job-change .top ul.cat li:first-of-type{
	margin-left:0;
}
#job-change .top ul.cat li ul li{
	float:none;
	margin-left:0;
	padding-left:24px;
}
#job-change .top ul.cat li a{
	color:#000;
	text-decoration:none;
	
}
#job-change .top ul.cat .cat_ttl{
	position: absolute;
    top: 30px;
    left:90px;
    font-weight: bold;
    line-height: 20px;
	width: 180px;
    text-align: center;
}
#job-change .top ul.cat .cat_subttl{
	font-size: 11px;
    font-weight: normal;
	position:absolute;
	top:4px;
	left:72px;
}
#job-change .top ul.cat .cat_cont{
	border:2px solid #d8d8d8;
}
#job-change .top ul.cat .cat_desp{
	padding:10px 16px;
	height: 90px;
}

#footer_job-change{
	border:none;
	padding:0;
}
#footer_job-change .job-change_child{
	border:none;
	padding:0;
}
#footer_job-change #goto_top{
	text-align: right;
    margin-right: 10px;
}
#footer_job-change #goto_top img{
	width:120px;
}
#footer_job-change #footer_logo{
	border-top: 2px solid #4e3325;
	text-align: center;
}
#footer_job-change ul{
	background:#ff9398;
	color:#fff;
	text-align: center;
	padding: 10px 0 0;
	font-size: 0;
}
#footer_job-change ul li{
	display: inline;
	font-size: 12px;
	margin-right: 30px;
	padding: 0 0 0 20px;
	position: relative;
}
#footer_job-change ul li:before,
#footer_job-change ul li:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#footer_job-change ul li:before{
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#footer_job-change ul li:after{
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #ff9398;
	border-right: 2px solid #ff9398;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footer_job-change ul li a{
	text-decoration: none;
	color: #fff;
}
#footer_job-change ul li a:hover{
	text-decoration: underline;
}
/*
#footer_job-change #footer_menu{
	background:#edf2f9;
	font-size:0;
	padding:10px 0 0;
	min-width: 320px;
	margin-top:0;
	text-align: center;
	border-top: 2px solid #7D4B3A;
}
#footer_job-change #footer_menu li{
	background: url(img/job-change/top/icon_li.png) no-repeat;
    background-size: 10px;
    background-position: 8px 0;
    padding-left: 26px;
	margin-right: 20px;
	font-size:10px;
	display:inline-block;
	width:130px;
	margin-bottom:10px;
}
#footer_job-change .all_top{
	text-align:center;
	border-top:1px solid #7D4B3A;
	font-size:10px;
	padding:6px 0;
	background:#f4edcb;
}
*/
#footer_job-change #copyright{
	background:#ff9398;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	margin-top:0;
}

#job-change .top #site_access{
	margin: 40px auto;
    width: 860px;
}
#job-change .top #site_access img.icon{
	position: absolute;
    top: 10px;
    left: 15px;
}
#job-change .top #site_access h3{
	color: #000;
    font-weight: bold;
    padding-left: 80px;
	padding-top: 20px;
    background: none;
    font-size: 18px;
    background: #ebf2f9;
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
#job-change .top #site_access ul{
	font-size: 0;
    padding: 20px 20px 14px;
	background:#ebf2f9;
	border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#job-change .top #site_access ul li{
	width: 20%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
	position:relative;
	vertical-align: top;
}
#job-change .top #site_access .site_name{
	margin-top:6px;
	font-size:14px;
}
/*
#job-change .top #site_access ul li:nth-of-type(1):before{
	content:"";
	background: url(img/job-change/top/icon_rank01.png) no-repeat;
    background-size: 26px;
    width: 26px;
    height: 32px;
    display:block;
	position:absolute;
	top:-6px;
	left:-6px;
}
#job-change .top #site_access ul li:nth-of-type(2):before{
	content:"";
	background: url(img/job-change/top/icon_rank02.png) no-repeat;
	background-size: 26px;
    width: 26px;
    height: 32px;
    display:block;
	position:absolute;
	top:-6px;
	left:-6px;
}
#job-change .top #site_access ul li:nth-of-type(3):before{
	content:"";
	background: url(img/job-change/top/icon_rank03.png) no-repeat;
	background-size: 26px;
    width: 26px;
    height: 32px;
    display:block;
	position:absolute;
	top:-6px;
	left:-6px;
}
*/
#job-change .top #j-column{}
#job-change .top #j-column .sub_ttl{
	margin-top:20px;
	font-weight:bold;
	background: url(img/job-change/top/icon_list_ttl.png) no-repeat 0 0;
    background-size: 20px;
    padding-left: 22px;
}
#job-change .top #j-column ul{}
#job-change .top #j-column ul li{
	padding-top:10px;
	margin-bottom:20px;
	margin-left: 20px;
    background: #ebf2f9;
    border-radius: 20px;
    width: 292px;
    height: 170px;
    float: left;
	padding: 20px;
}
#job-change .top #j-column ul li:hover{
	opacity: 0.8;
}
#job-change .top #j-column ul li:nth-of-type(1),
#job-change .top #j-column ul li:nth-of-type(4) {
    margin-left: 0;
}
#job-change .top #j-column ul li .post_thumb{
	width:100px;
	margin-left:10px;
}
#job-change .top #j-column ul li .post_ttl{
	width: 166px;
	font-weight:bold;
	text-decoration:underline;
}
#job-change .top #j-column ul li .post_desp{
	padding:16px;
	color:#000;
}
#job-change .top #j-column ul li a{
	text-decoration:none;
}

#job-change .top #recommend_list{}
#job-change .top #recommend_list #popular{
	float:left;
	width:500px;
}

#job-change .top #recommend_list #latest{
	float:left;
	width:500px;
	margin-left:40px;
}

/* job-changeトップ */
#jobChange_key{
 overflow: hidden;
 position: relative;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
.jobChange_desc{
 bottom: 8px;
 color: #212121;
 font-size: 14px;
 left: 116px;
 line-height: 22px;
 padding-right: 26px;
 position: absolute;
}
.job-change_stepBox{
 margin:20px 14px 10px 14px;
 font-size: 14px;
}
.stepBox_ul li{
 background: url("img/share/pointer_blue_arrow.png") no-repeat scroll 0 7px;
 font-size: 14px;
 line-height: 24px;
 padding-left: 16px;
}
.stepBox_bottomLink{
 display: block;
 text-align: right;
 width: 370px;
 margin-top: 10px;
}
.job-change.child{
}
#stepChild{
 padding:0 20px;
}
.step_a{
 margin-left:30px;
}
.step_a li{
 list-style: disc outside none;
}
/* job-change j-column */
.content.categories.j-column .category_posts li{
	border-bottom: 1px solid #eee;
	padding-bottom:10px;
	padding-top:10px;
	background:none;
}
.content.categories.j-column .category_posts li:hover {
    background-color: #f6f6ff;
}
.content.categories.j-column .category_posts li:last-of-type{
    border-bottom: none;
	padding-bottom:0;
	margin-bottom:0;
}
.content.categories.j-column .category_posts li a{
	text-decoration:none;
	color:#000;
}
.content.categories.j-column .post_thumb{
	width:150px;
	height: 100px;
    float: left;
    overflow: hidden;
}
.content.categories.j-column .post_desp{
	float:left;
	width:390px;
	padding-left:10px;
}
.content.categories.j-column .post_desp .post_ttl{
	font-weight:bold;
}
.content.categories.j-column .post_desp p{
	padding:10px 0 0;
	margin:0;
	
}

/* job-change child */
.stepCatsTitle{
 text-align:center;
 color:#45ABDC;
 font-size: 24px;
}
.job-change_stepArea{
 position:relative;
}

.stepCatsList{
 margin: 16px auto 0;
 padding-bottom: 24px;
 width: 570px;
}
.stepCatsList li{
 float:left;
 margin-right: 4px;
}
.stepCatsList li img:hover{
 filter:alpha(opacity=80);
 -moz-opacity: 80;
 opacity: 0.8;
}

.step_tsubaki{position:absolute; bottom:0; left:-16px;}
.step_nurse  {position:absolute; bottom:0; right:-16px;}

/* job-change site */
.content.categories.sites ul.category_posts.one_column li{
	background: none;
    padding: 0;
    margin: 0;
}
.content.categories.sites ul.category_posts.one_column li .post_thumb{
    float: left;
}
.content.categories.sites ul.category_posts.one_column li .post_ttl{
	margin-top: 17px;
    float: left;
}

/* 3.個別記事
------------------------------------------------ */

/* 3.2 関連記事&カテゴリ表示 */
.relation_box{
 float: left;
 width: 318px;
 background-color:#FFFFFF;
 border:1px solid #e4dfa6;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}

.relation_box h3{
 font-size:16px;
 color:#45abdc;
 border-bottom:3px solid #45abdc;
 padding:10px 0 10px 18px;
}

.relation_ul{
 font-size:13px;
 padding:20px 12px 15px 20px;
}
.relation_ul li{
 background: url("img/share/pointer_ocher_triangle.png") no-repeat scroll 0 10px transparent;
 line-height: 28px;
 padding-left: 14px;
}
.relation_ul li span{
 background-color: #666666;
 color: #FFFFFF;
 font-size: 8px;
 margin-left: 10px;
 padding: 1px 4px;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
}
.relation_ul a{
 color:#19b2e1;
 text-decoration:none;
}
.relation_ul a:hover{
 text-decoration:underline;
}

.relation_box.relation_categories > div{
 background-color:#d9ebf0;
 border-top:1px solid #0b9dcb;
 border-bottom:1px solid #0b9dcb;
 font-size: 12px;
 margin: 20px 18px 0;
 padding: 8px;
 color: #0C9FCD;
}
.relation_box.relation_categories > div ul li{
 display:inline;
}
.relation_box.relation_categories > div ul li a{
 color:#19b2e1;
 text-decoration:none;
}
.relation_box.relation_categories > div ul li a:hover{
 text-decoration:underline;
}

.yarpp-related-none p{
 font-size: 14px;
 padding: 16px 16px 20px;
}

.backTopLinks{
 text-align:right;
}
.backTopLinks a{
 background: url("img/share/pointer_blue_arrow.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
 font-size: 14px;
 line-height: 24px;
 padding-left: 16px;
}

.content .box_h2{
 font-size: 20px;
 font-weight: bold;
 margin: 0;
 padding: 10px 0 10px 20px;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
.content .box_h2:before{
 content: none;
}


/* 3.2.2 仕事がうまくいかないナースのあなたへ */
.relationInBox{
 width:620px;
 margin-left:auto;
 margin-right:auto;
 border: 1px solid #FFAD47;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
.relationInBox h2{
 background: url("/wp-content/themes/nursehappylife/img/share/icon_face_difficulty.png") no-repeat scroll 16px 4px #FFAD47;
 font-size: 20px;
 font-weight: bold;
 height: 46px;
 line-height: 46px;
 margin: 0;
 padding: 0 0 0 66px;
 border-radius: 8px 8px 0 0;
 -webkit-border-radius: 8px 8px 0 0;
 -moz-border-radius: 8px 8px 0 0;
}
.relationInBox h2:before{content:none;}

.relationInBoxContent{
 border-top: 1px dotted #FFAD47;
 margin: 20px auto;
 padding-top: 20px;
 width: 600px;
}
.relationInBoxContent:first-child{
 border:none;
 margin-top: 0;
}
.relationInBoxContent h3{
 border: medium none;
 color: #FF9900;
 float: left;
 font-size: 16px;
 font-weight: bold;
 line-height: 26px;
 margin: 0;
 padding: 0;
 width: 350px;
}
.relationInBoxContent h3:before{content:none;}

.content.single .desc_text{
 color: #333333;
 font-size: 14px;
 margin-top: 30px;
}

.relationInBoxBtn{
 position:relative;
}
.content.single .relationInBoxBtnText{
 color: #333333;
 font-size: 14px;
 line-height: 24px;
 margin: 0;
 position: absolute;
 right: 50px;
 text-align: center;
 top: 20px;
 width: 286px;
}

.content.single .relationInBoxBtnText span{
 color:#ff9900;
 font-weight:bold;
}
.relationInBoxBtn a:hover{
 filter:alpha(opacity=80);
 -moz-opacity: 80;
 opacity: 0.8;
}


/* 3.2.3 転職サイト体験談 */
.content.single .ex_ul_w340{
 float: left;
 margin: 0 0 0 40px;
 width: 340px;
}
.content.single .ex_ul_w340 li:before{
 height: 10px;
 left: -16px;
 top: 6px;
 width: 10px;
}

.green_dots_box{
 border: 4px dotted #86C22C;
 border-radius: 6px;
 margin-left: 10px;
 margin-right: 10px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 color: #4F4F4F;
 font-size: 14px;
 line-height: 26px;
}
.green_dots_box img{
 margin-left: 10px;
 margin-top: 10px;
}
.green_dots_box_text{
 float: left;
 margin-top: 0 !important;
 width: 450px;
}

.sky_solid_box{
 border: 7px solid #B2E6FF;
 padding: 20px;
 margin-left: 10px;
 margin-right: 10px;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -moz-border-radius: 16px;
}
.sky_solid_box h4{
 font-size:18px;
 margin: 0 0 0 20px;
 padding-left: 6px;
}
.sky_solid_box h4:before{
 width:18px;
 height:18px;
}
.sky_solid_box h4:after{
 width:12px;
 height:12px;
}
.sky_solid_box dl{
 margin-top: 16px;
}
.sky_solid_box dt{
 color: #FF3A67;
 font-size: 18px;
 line-height: 26px;
}
.sky_solid_box dd{
 line-height: 20px;
 margin: 16px 0 20px 38px !important;
}
.content.single .sky_solid_box li:before{
 height: 10px;
 left: -16px;
 top: 6px;
 width: 10px;
}


.ex_b_a_area h4{
 font-size:18px;
 margin: 0 0 0 36px;
 padding-left: 6px;
}
.ex_b_a_area h4:before{
 width:18px;
 height:18px;
}
.ex_b_a_area h4:after{
 width:12px;
 height:12px;
}
.ex_before_after{
 position:relative;
}
.ex_before_after:before{
 background: url("img/job-change/icon_ex_triangle.png") no-repeat;
 content: " ";
 height: 80px;
 left:304px;
 position: absolute;
 top: 24px;
 width: 40px;
 z-index: 10;
}
.ex_before{
 background: url("img/job-change/icon_ex_before.png") no-repeat 44px 8px;
 float:left;
 position:relative;
 z-index:5;
}
.ex_before_ul{
 background-color: #AA9059;
 color: #FFFFFF;
 margin: 28px 0 16px 34px !important;
 padding: 24px 20px 22px 34px;
 width: 206px;
 border-radius: 36px;
 -webkit-border-radius: 36px;
 -moz-border-radius: 36px;
}
.content.single .ex_before_ul li{
 line-height: 18px;
 margin-bottom: 0;
}
.content.single .ex_before_ul > li:before{
 background-color: #FFFFFF;
 height: 4px;
 left: -10px;
 position: absolute;
 top: 6px;
 width: 4px;
}

.ex_after{
 background: url("img/job-change/icon_ex_after.png") no-repeat 44px 0;
 float:left;
 position:relative;
 z-index:5;
}
.ex_after_ul{
 border: 7px solid #FF8484;
 margin: 20px 0 0 34px !important;
 padding: 26px 16px 24px 32px;
 width: 226px;
 border-radius: 42px;
 -webkit-border-radius: 42px;
 -moz-border-radius: 42px;
}
.content.single .ex_after_ul li{
 font-size: 16px;
 line-height: 22px;
 margin-bottom: 0;
}
.content.single .ex_after_ul > li:before{
 background-color: #000000;
 height: 4px;
 left: -10px;
 position: absolute;
 top: 9px;
 width: 4px;
}

.content.single .hiketsu_ul{
 margin: -14px 0 0 94px;
}


/* 3.3 zenback */

.post_zenback_title {
 display: none;
}
#zenback-widget div,
#zenback-widget img,
#zenback-widget ul,
#zenback-widget li,
#zenback-widget iframe,
#zenback-widget span,
#zenback-widget a {
 font-size: 14px!important;
}
#zenback-widget #zenback-related-keywords .zenback-module-item a {
 font-size: 12px;
}
#zenback-widget .zenback-module-label a,
#zenback-widget .zenback-module-label span,
#zenback-widget #zenback-news-hasimage .zenback-module-item-text a,
#zenback-widget #zenback-ad-hasimage .zenback-module-item-text a,
#zenback-widget .zenback-ad .zenback-module-item-text a,
#zenback-widget .zenback-module-item-type a {
 color: #444444;
}
#zenback-widget div,
#zenback-widget img,
#zenback-widget ul,
#zenback-widget li,
#zenback-widget iframe,
#zenback-widget span,#zenback-widget a{
 background-color:#F4EDCB !important; /*Android対応*/
}


/* 3.4 看護技術 */
.tech-single_main{
 background-image: url("img/share/tech-single_title_bg.png");
 background-position: right bottom;
 background-repeat: no-repeat;
 height: 199px;
 margin-top: 20px;
 width: 660px;
}
.tech-single_title{
 margin-left: 14px;
}
.tech-single_description{
 font-size: 12px;
 margin: 20px 0 0 30px;
}
.tech-single_precautions,
.common-single_precautions{
	margin: 0px 20px;
	padding: 20px;
	background: #EAF8FF;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

/* 3.6 おすすめ記事 */

.recommend_post{
	position:relative;
	min-height:150px;
}
.recommend_post .illust{
	position:absolute;
	bottom:0;
	right:0;
}

/*  3.7 いま注目の記事・関連記事
テンプレート　おすすめ記事 */
.content.single .recommend_post ul{
	margin:15px;
}
.content.single .recommend_post ul li:before{
	content:none;
}
.content.single .recommend_post ul li{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.content.single .recommend_post ul li:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.content.single .recommend_post ul .thumb{
	float:left;
	height: 85px;
    width: 128px;
    font-size: 14px;
    margin-right: 10px;
}
.content.single .recommend_post ul .no_thumb{
	float:left;
	height: 85px;
    width: 128px;
    font-size: 14px;
    background-color: #efefff;
    margin-right: 10px;
}
.content.single .recommend_post ul .desp{
	float:left;
	width: 486px;
}
.content.single .recommend_post ul .desp .date{
	font-size:11px;
}

/* テンプレート　関連記事 */
.content.single .relation_post ul{
	margin:15px;
}
.content.single .relation_post ul li:before{
	content:none;
}
.content.single .relation_post ul li{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.content.single .relation_post ul li:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.content.single .relation_post ul .thumb{
	float:left;
	height: 85px;
    width: 128px;
    font-size: 14px;
    margin-right: 10px;
}
.content.single .relation_post ul .no_thumb{
	float:left;
	height: 85px;
    width: 128px;
    font-size: 14px;
    background-color: #efefff;
    margin-right: 10px;
}
.content.single .relation_post ul .desp{
	float:left;
	width: 486px;
}
.content.single .relation_post ul .desp .date{
	font-size:11px;
}


/* 4.ナースの転職サイト比較
------------------------------------------------ */
/* 4.1 ランキング */

/* ランキングbest5 詳細表示版 */
.content .hikaku_rank_desc{
 color: #FF3966;
 font-size: 16px;
 font-weight: bold;
 line-height: 26px;
 margin-top: 16px;
 text-align: center;
}
.hikaku_note{
  display: inline-block;
  margin: 0 10px;
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
.rankCont{
 padding: 20px;
 position: relative;
 border-radius: 0 0 10px 10px;
 -webkit-border-radius: 0 0 10px 10px;
 -moz-border-radius: 0 0 10px 10px;
}
.rankContLeft{
 float: left;
 width: 220px;
}
.rankContRight{
 float: right;
 width: 304px;
}

.content.single .ul_flower li:before,
.content.single .ul_bright li:before{
 content:none;
}
.content.single .ul_flower ul,
.content.single .ul_bright ul{
 margin-left:0;
}

.ul_flower li{
 background: url("/wp-content/themes/nursehappylife/img/hikaku/icon_flower.png") no-repeat 0 4px;
 border-bottom: 1px dashed #E0BE7D;
 font-size: 14px;
 line-height: 26px;
 padding: 6px 0 6px 33px;
}
.ul_bright li{
 background: url("/wp-content/themes/nursehappylife/img/hikaku/icon_bright.png") no-repeat 0 4px;
 font-size: 12px;
 line-height: 22px;
 padding: 0 0 6px 33px;
}

.rankContRight .ul_bright li{
 background-position: 0 0;
 line-height: 18px !important;
 margin-bottom: 0 !important;
}

#hikaku_rank1_title h2:before,
#hikaku_rank2_title h2:before,
#hikaku_rank3_title h2:before,
#hikaku_rank4_title h2:before,
#hikaku_rank5_title h2:before{
 content:none;
}

#hikaku_rank1_title{
 position:relative;
 background: url("img/hikaku/bg_dots.png") repeat scroll 0 0 #FFB2C9;
 border-bottom: 4px solid #FF698F;
 height: 60px;
 z-index:1;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
#hikaku_rank1_title h2{
 background: none;
 font-size: 25px;
 font-weight: bold;
 line-height: 26px;
 padding: 20px 0 14px 117px;
}
#hikaku_rank1 .rankCont{
 background-color: #FFFBD0;
}
#hikaku_rank1_icon{
 left: 8px;
 position: absolute;
 top: -20px;
 z-index: 10;
}
#hikaku_rank1_btn{
 position: absolute;
 right: 10px;
 top: 10px;
}
#hikaku_rank1 .rank_strong{
 color: #FF3E66;
 font-size: 18px;
 font-weight: bold;
}

#hikaku_rank2_title{
 background: url("img/hikaku/bg_dots.png") repeat scroll 0 0 #CDD3DC;
 border-bottom: 2px solid #868F98;
 height: 48px;
 position: relative;
 z-index: 1;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
#hikaku_rank2 .rankCont{
 background-color: #EEEEF1;
}

#hikaku_rank3_title{
 background: url("img/hikaku/bg_dots.png") repeat scroll 0 0 #FFC59B;
 border-bottom: 2px solid #E08C5F;
 height: 48px;
 position: relative;
 z-index: 1;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
#hikaku_rank3 .rankCont{
 background-color: #FBF1ED;
}
#hikaku_rank3 .rankCont .ad_notice{
  position: relative;
  top: -18px;
  text-align: right;
  font-size: 12px;
}

#hikaku_rank4_title,
#hikaku_rank5_title{
 background: none;
 border-bottom: 2px solid #FFD9E3;
 height: 48px;
 position: relative;
 z-index: 1;
}

#hikaku_rank2_title h2,
#hikaku_rank3_title h2{
 background: none;
 font-size: 25px;
 font-weight: bold;
 line-height: 26px;
 padding: 13px 0 10px 110px;
}
#hikaku_rank4_title h2,
#hikaku_rank5_title h2{
 background: none;
 font-size: 25px;
 font-weight: bold;
 line-height: 26px;
 padding: 13px 0 10px 0;
}
#hikaku_rank4_title .sitename:before,
#hikaku_rank5_title .sitename:before{
  content: "【PR】";
  display: inline;
  position: relative;
  top: 0;
  left: 0;
}

#hikaku_rank2_icon,
#hikaku_rank3_icon{
 left: 8px;
 position: absolute;
 top: -13px;
 z-index: 10;
}
#hikaku_rank4_icon,
#hikaku_rank5_icon{
 left: -14px;
 position: absolute;
 top: -6px;
 z-index: 10;
}
#hikaku_rank2_btn,
#hikaku_rank3_btn,
#hikaku_rank4_btn,
#hikaku_rank5_btn{
 position: absolute;
 right: 10px;
 top: 8px;
}
.cat_hikaku .text_link{
	display: block;
	text-align: center;
	font-size: 13px;
	margin: 20px 0px 0;
}
.cat_hikaku #hikaku_rank1 .text_link{
	margin: 14px auto 0;
	font-size: 14px;
	background: #ff9900;
	width: 300px;
	color: #fff;
}
.cat_hikaku #hikaku_rank2 .text_link{ background: rgb(246,246,249); }
.cat_hikaku #hikaku_rank3 .text_link{ background: rgb(255,249,246) }
.cat_hikaku #hikaku_rank4 .text_link,
.cat_hikaku #hikaku_rank5 .text_link{ background: #fafafa; }


.rankCont a:hover{
 filter:alpha(opacity=80);
 -moz-opacity: 80;
 opacity: 0.8;
}


.bnr_large_green{
 position:relative;
}
.bnr_large_green_site{
 color: #FFFFBF;
 font-family: sans-serif;
 font-size: 26px;
 font-weight: bold;
 line-height:32px;
 left: 12px;
 position: absolute;
 text-align: center;
 top: 101px;
 width: 588px;
}
.bnr_large_green_note{
    position: absolute;
	bottom: -20px;
    right: 24px;
    font-size: 12px;
}
.bnr_large_green a:hover{
 filter:alpha(opacity=80);
 -moz-opacity: 80;
 opacity: 0.8;
}

.bnr_pink{
 position:relative;
}
.bnr_pink_site{
 color: #FFFFFF;
 font-family: sans-serif;
 font-size: 18px;
 font-weight: bold;
 left: 6px;
 line-height: 22px;
 position: absolute;
 text-align: center;
 top: 14px;
 width: 300px;
}
.bnr_pink a:hover{
 filter:alpha(opacity=80);
 -moz-opacity: 80;
 opacity: 0.8;
}
.bnr_pink:after{
  content: "※公式サイトへ移動します";
  position: absolute;
  bottom: -30px;
  right: 6px;
  font-size: 12px;
}

.ul_boxIcons li{
 float:left;
 margin:10px 6px 0 0;
}
.ul_boxIcons .boxIcons_right{
 margin-right:0;
}
.ul_boxIcons a img:hover{
 filter:alpha(opacity=80);
 -moz-opacity: 80;
 opacity: 0.8;
}


#area_box > li{
 margin: 16px 0 0 16px;
}
.area_group{
 background: #f0f7f9;
 border: 1px solid #444444;
 color: #444444;
 display: block;
 float: left;
 font-size: 16px;
 line-height: 16px;
 margin-right: 16px;
 padding: 5px 0 4px;
 text-align: center;
 width: 126px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}
.area_pref{
 margin-top: 5px;
}
.area_pref li{
 border-left: 2px solid #666666;
 float: left;
 font-size: 16px;
 line-height: 16px;
 padding: 0 8px;
}
.area_pref li:first-child{
 border-left:none;
}



.hikaku_content .rankning_others{
 border:4px solid #e6f3f6;
 padding:10px 20px 20px;
 margin-top:20px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.hikaku_content .rankning_others .ranking_title{
 border-bottom: 1px dotted #6BBCE3;
 color: #06A1CF;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 20px;
 padding: 8px 0 14px;
}
.hikaku_content .rankning_others ul{
 background-color: #F0F7F9;
 margin: 10px 0 0;
 padding: 20px 30px;
}
.hikaku_content .rankning_others ul li:before{
 content:none;
}
.hikaku_content .rankning_others ul li{
 background: url("img/share/pointer_sky_arrow_circle.png") no-repeat scroll 0 5px transparent;
 float: left;
 line-height: 24px;
 padding-left: 20px;
 width: 230px;
 font-size:14px;
}
.hikaku_content .rankning_others ul li a{
 color:#19b2e1;
 text-decoration:none;
}
.hikaku_content .rankning_others ul li a:hover{
 text-decoration:underline;
}

.hikaku_desc{
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 4px;
 text-align: center;
}

.to_about_rank a{
 font-size:12px;
 color:#AAAAAA;
}


/* 4.2 転職サイトの使い方 */
.use_notes{
 font-size:14px;
}
.how_to_use h3{
 font-size:18px;
 font-weight:bold;
}
.how_to_use > div{
 padding:20px 10px;
}

.how_to_use .use_title{
 font-size: 16px;
 line-height: 28px;
 margin-top:0;
}
.how_to_use img{
 float:right;
 margin-bottom:20px;
 margin-left:20px;
}
.how_to_use .use_title a,
.how_to_use .use_content a{
 color:#45abdc;
 text-decoration:underline;
}
.how_to_use .use_title a:hover,
.how_to_use .use_content a:hover{
 text-decoration:none;
}


/* 5.転職サイト詳細ページ
------------------------------------------------ */
.tsubaki_research_copyBox{
 border: 4px solid #E6F3F6;
 margin-left: auto;
 margin-right: auto;
 padding: 10px 16px 12px;
 width: 420px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.tsubaki_research_copy{
 color: #FF0000;
 font-size: 20px;
 font-weight: bold;
 margin-top: 8px;
 text-align: center;
}

.btn_green{
 margin-left: auto;
 margin-right: auto;
 position: relative;
 width: 560px;
}
.btn_green_site{
 color: #FFFFFF;
 font-size: 22px;
 font-weight: bold;
 left: 0;
 line-height: 22px;
 position: absolute;
 text-align: center;
 top: 18px;
 width: 560px;
}
.btn_green a:hover{
 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}

.sites_companyInfo{
 border: 4px solid #E6F3F6;
 padding: 0 10px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.sites_companyInfo_title{
 color: #FF66BC;
 font-size: 18px;
 text-align: center;
}

.content.single .site_wordOfMouth{
 margin:0;
}
.content.single .site_wordOfMouth li:before{
 content:none;
}
.content.single .site_wordOfMouth li{
 border:2px solid #E6F3F6;
 float: left;
 margin: 16px 16px 0 0;
 padding: 10px 0;
 width: 296px;
 border-radius: 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
}
.content.single .site_wordOfMouth .even{
 margin-right:0;
}
.content.single .site_wom_title{
 font-size: 18px;
 font-weight: bold;
 line-height: 28px;
}
.content.single .site_wom_meta{
 text-align:right;
}

.content .tsubaki_h:before{
 content:none;
}
.content .tsubaki_h{
 background: url("img/hikaku/icon_tsubaki.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
 border: medium none;
 color: #45ABDC;
 font-size: 16px;
 margin-left: 0;
 min-height: 50px;
 padding: 26px 0 0 74px;
}





.sites_logo_box{
 width:480px;
 background-color:#f0f7f9;
 padding:30px 34px 20px;
 margin-left:auto;
 margin-right:auto;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.sites_logo_area{
 background-color:#FFFFFF;
 text-align:center;
 padding:20px 30px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}

.btn_link_site{
 background: url("img/job-change/icon_link.png") no-repeat scroll 20px 12px #06A1CF;
 box-shadow: 0 0 0 1px #82D0E7, 0 0 0 3px #06A1CF;
 font-size: 14px;
 font-weight:bold;
 height: 20px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px 0;
 text-align: center;
 width: 222px;
 position:relative;
 border-radius: 40px;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
}
.btn_link_site a{
 color: #FFFFFF;
 text-decoration:none;
 padding: 10px 32px 8px;
}
.data_area_top{
 padding-bottom:10px;
 border-bottom:1px dotted #addaf0;
}
.sites_detail{
 width:580px;
 margin-left:auto;
 margin-right:auto;
 padding:10px 16px 20px;
 border:4px solid #e6f3f6;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.sites_detail .data_title{
 margin-top: 12px;
 font-size:16px;
 font-weight:bold;
 color:#06a1cf;
}
.sites_detail table{
 border-top: 1px solid #9BD9EC;
 border-collapse: collapse;
}
.sites_detail table th{
 background-color: #F0F7F9;
 border-bottom: 1px solid #9BD9EC;
 border-left: 1px solid #9BD9EC;
 color: #666666;
 font-size: 14px;
 font-weight: normal;
 padding: 16px 0 16px 22px;
 text-align: left;
 width: 164px;
}
.sites_detail table td{
 border-bottom: 1px solid #9BD9EC;
 border-right: 1px solid #9BD9EC;
 color: #19B2E1;
 font-size: 16px;
 padding: 16px 10px 16px 22px;
 width: 360px;
}


/* 6.仕事・業務ごとの記事
------------------------------------------------ */
.work_wordOfMouth{
 border: 4px solid #E6F3F6;
 padding: 16px 20px 16px 16px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.work_wordOfMouth_left{
 float: left;
 text-align: center;
 width: 210px;
}
.work_wordOfMouth_right{
 float: right;
 width: 312px;
}
.work_wom_text{
 margin: 0 !important;
}
.work_wom_meta{
 text-align:right;
 margin-top:0 !important;
 margin-right: 0 !important;
}

.work_wom_sites{
 padding: 20px 10px 0;
}
.work_wom_sites_left{
 float: left;
 width: 410px;
}
.work_wom_sites_right{
 float: left;
 width: 148px;
}
.work_wom_sites_box{
 background-color: #F2F2F2;
 padding: 2px 0;
 width: 360px;
}

.work_tsubaki_advice{
 background: url("img/hikaku/icon_tsubaki_advice.png") no-repeat scroll 20px 10px;
 padding: 26px 10px 10px 80px;
 border: 4px solid #E6F3F6;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}



/* 10.Contact Form 7
------------------------------------------------ */
.wpcf7 p{
	text-align: left;
	word-break: break-all;
}
.wpcf7 .policy input[type=checkbox]{
    vertical-align: initial;
    margin-right: 8px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
 border: 2px solid #CCCCCC;
 background-color: #efefef;
 width: 100%;
 resize: none;
 border-radius: 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 font-size: 14px;
 font-weight: normal;
 font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
 color: #444444;
}
.wpcf7-form input{
 padding: 5px 12px;
}
.wpcf7-form textarea{
 padding: 12px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus{
 border-color: #DFD77D!important;
 background-color: rgb(255,252,223)!important;
}
.wpcf7-form input.form-joinus-your-name,
.wpcf7-form input.form-joinus-tel,
.wpcf7-form input.form-joinus-adress {
 width: 25%;
}
.wpcf7-form input.form-joinus-your-email {
 width: 60%;
}
.wpcf7-form select{
 border: 1px solid #CCCCCC;
 padding: 5px;
 border-radius: 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
}
.wpcf7-form input[type="submit"]{
 background-color: #06A1CF;
 border: medium none;
 box-shadow: 0 0 0 1px #82D0E7, 0 0 0 3px #06A1CF;
 color: #FFFFFF;
 cursor: pointer;
 font-size: 14px;
 font-weight: bold;
 height: 36px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px 40px 12px;
 position: relative;
 text-align: center;
 border-radius: 40px;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
}
.wpcf7-form input[type="submit"]:hover{
}
.wpcf7-form span.form-hissu {
 color: #FF3333;
 font-size: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap {
 display: block;
 margin-bottom: 30px;
 margin-left: 15px;
 margin-right: 30px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-radio{
 margin-left: 15px;
}
.wpcf7-form .wpcf7-form-control,
.wpcf7-form .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
 display: block;
}
.wpcf7-form .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
 margin-left: 5px;
}
.wpcf7-form .message-warning {
 display: none;
}
.wpcf7-form.invalid .message-warning {
 display: block;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
 border-color: rgb(223,125,125);
 background-color: rgb(255,223,223);
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip-no-ajax {
 display: block;
 font-size: 12px;
 color: #FF3333;
 margin-top: 5px;
}
.wpcf7-form.sent .wpcf7-form-inputarea {
 display: none;
}
.wpcf7-form .wpcf7-form-sent {
 display: none;
}
.wpcf7-form.sent .wpcf7-form-sent {
 display: block!important;
}
/*読者モニター*/
.monitor .wpcf7-list-item {
    display: block;
}
.monitor .wpcf7-list-item label {
    display: inline-flex;
}
.monitor .screen-reader-response{
	display:none;
}
.monitor .wpcf7-response-output wpcf7-mail-sent-ok{
	display:none;
}


/* 12.検索サジェスト
------------------------------------------------ */
.ui-helper-hidden-accessible{ display:none; }

.ui-autocomplete{
 background-color:#FFFFFF;
 width: 300px;
 border:1px solid #CCCCCC;
}
.ui-autocomplete.side_search { width: 200px; }

.ui-autocomplete li   { padding: 3px 0 3px 10px; }
.ui-autocomplete li a { color:#333333; }

/* 13.GDPR
------------------------------------------------ */
#gdpr_alert {
	background-color: rgba(247,140,0,0.9);
	z-index: 999;
	position: fixed;
	left: 40px;
	bottom: 40px;
	display: none;
	font-size: 12px;
	padding: 10px;
}
#gdpr_alert .smg {
	float: left;
	line-height: 24px;
	color: #fff;
}
#gdpr_alert .btn {
	float: right;
	margin-left: 10px;
}
#gdpr_alert .permission_btn {
	background:  #fff;
	border: 2px solid #ccc;
	text-align: center;
	width: 126px;
}
#gdpr_alert .permission_btn:hover {
	background:  #ccc;
	border: 2px solid #999;
}
#gdpr_alert .policy_btn{
	margin-top: 10px;
	text-align: center;
	width: 126px;
}