/*
Theme Name: ONE RecMA 人事ニュース
Description: RecMA人事ニュース用のテーマです。一覧ページと詳細ページから構成されています。※他のテーマに変更すると、表示がおかしくなる可能性がありますのでテーマは変更しないで下さい。
Version: 1.1
Author: Terras Co.,Ltd.
Author URI: http://www.terras.co.jp/
*/

@CHARSET "UTF-8";
/*----------------

INIT

----------------*/
body,
header, section, nav,
h1,
dl, dt, dd,
form, input, select, option,
div, span{
	margin: 0;
	padding: 0;
	font-size: 98%;
	font-style: normal;
	/*-webkit-user-select: none;*/
}

.clearfix:after,
.left>section>dl:after,
dl.select:after,
dl.radio:after,
dl.checkbox:after,
dl.checklist:after,
dl.checklist>dd>dl.info:after,
dl.define_multi>dd:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

section.collapsible>h1,
dl.select>dd,
dl.radio>dd,
dl.checkbox>dd,
dl.checklist>dd,
dl.add_remove>dd{
	cursor: pointer;
}

input::-webkit-input-placeholder{
	font-size: 70%;
	padding: 5px;
}

/*----------------

BASE

----------------*/
body{
/*	padding-top: 46px;*/
	background: #e6e6e6;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*----------------

SECTION

----------------*/
body header#top{
	position: relative;
	padding: 10px;
	background-color: #ff4f4f;
	text-align: center;
	color: #fff;
	box-shadow: 0 5px 2px rgba(0,0,0,0.2);
}

body header#top h1{
	font-size: 110%;
}

body header#top nav dl a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	line-height: 100%;
}

body header#top nav dl a:nth-child(1) {
	margin: -0.5em 0 0 15px;
	left: 0;
	top: 50%;
}

body header#top nav dl a:nth-child(2) {
	margin: -0.5em 15px 0 0;
	right: 0;
	top: 50%;
}


/*body header#top nav dl{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
}

body>header>nav>dl>a{
	display: block;
	margin:0px 5px;
	padding: 6px 10px;
	border:solid 1px #560100;
	box-shadow: 0px 0px 3px 0px #560100 inset;
	border-radius: 10px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #640100;
	color: #fff;
}

.wrapper{
	height: 100%;
    display: -webkit-box;
}

div.left{
	width: 300px;
	border-right: solid 1px #ccc;
	background: #F3F4F7;
	min-height: 1000px;
}

.left>section>a{
	text-decoration: none;
}

.left>section>a>header{
	display: -webkit-box;
	-webkit-box-align: center;
	padding: 5px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background:	url('/public/images/arrow_r.png') no-repeat right center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	font-size: 110%;
	color: #2f3e46;
}
.left>section.active>a>header{
	border-top: solid 1px #cc0000;
	border-bottom: solid 1px #7d0100;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#cc0000),
		to(#7d0100)
		);
	color: #fff;
}
.left>section>a>header>img{
	display: block;
	width: 50px;
	margin-right: 5px;
}

.right{
	min-height: 1000px;
	-webkit-box-flex: 1;
	padding: 10px;
}/*

/*----------------

COMPONENTS

----------------*/
/*COLLAPSIBLE*/
/*
section.collapsible{	margin-bottom: 10px;}
section.collapsible>h1{
	padding: 10px 10px 10px 36px;
	border-radius: 6px 6px 0 0;
	background: url('/public/images/icon_minus.png') no-repeat 10px center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#a6a6a6),
		to(#7f7f7f)
		);
	font-size: 110%;
	color: #fff;
	text-shadow: 0 1px 0 #666;
}
section.collapsible>h1.collapsed{
	border-radius: 6px;
	background: url('/public/images/icon_plus.png') no-repeat 10px center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#a6a6a6),
		to(#7f7f7f)
		);
}

section.collapsible>div.collapsible-content{
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 0 0 6px 6px;
	background: #fff;
}
*/
/*STATIC*/
section.static{	margin-bottom: 10px;}
section.static>h1{
	padding: 10px;
	border-radius: 6px 6px 0 0;
	font-size: 110%;
	text-shadow: 0 1px 0 #666;
}

section.static>div.static-content{
	padding: 10px;
	border-radius: 0 0 6px 6px;
	max-width: 1024px;
	margin: 10px auto;
}

/*MODAL*/
section.modal{
	width: 400px;
	margin:40px auto;
	text-align: center;
}

section.modal>div.modal-content{
	padding: 10px;
	border: solid 1px #333;
	border-radius: 6px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#636363),
		to(#262626)
		);
	color: #fff;
}

/*LIST VIEW*/
dl.list_view{	padding: 10px;}
dl.list_view>dd{
	display: -webkit-box;
	-webkit-box-align:center;
}
dl.list_view>dd>a{
	display: block;
	text-decoration: none;
}
dl.list_view>dd>a.list_item{
	padding: 10px;
	-webkit-box-flex: 1;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background:	url('/public/images/arrow_r.png') no-repeat right center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	color: #2f3e46;
}

.left dl.list_view>dd>a.list_item{	font-size: 80%;}

dl.list_view>dd:first-of-type>a.list_item{	border-radius: 6px 6px 0 0;}
dl.list_view>dd:last-of-type>a.list_item{	border-radius: 0 0 6px 6px;	border-bottom: solid 1px #ccc;}

dl.list_view>dd>a.delete{
	display: block;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	border: solid 2px #fff;
	border-radius: 14px;
	background: url('/public/images/icon_x_lv.png') no-repeat center center #999;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
	text-indent: -9999px;
	color: #fff;
}

span.result_num{
	padding: 2px 5px;
	border-radius: 100px;
	background: #000;
	color: #fff;
}

/*FORM-SELECT*/
dl.select>dt{
	float: left;
	margin: 5px 0;
	padding: 10px;
}

dl.select>dd{
	-webkit-box-sizing: border-box;	
	float: left;
	margin: 5px 0;
	padding: 10px;
	min-width: 60%;
	min-height: 1em;
	position: relative;
}

dl.select>dd>span,
dl.select_employee>dd>span,
dl.select_capital>dd>span{
/*	-webkit-box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	min-width: 100%;
	min-height: 1em;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 100px;
	background:	url('/public/images/arrow_b.png') no-repeat right center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	text-align: center;*/
	display: none;
}

dl.select>dd>select,
dl.select_employee>dd>select,
dl.select_capital>dd>select{
	-webkit-box-sizing: border-box;
	display: block;
	/*position: absolute;*/
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	min-width: 100%;
	min-height: 1em;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 100px;
	background:	url('/public/images/arrow_b.png') no-repeat right center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	text-align: center;
}

/*FORM-RADIO BUTTON*/
dl.radio>dt{
	float: left;
	margin: 5px 0;
	padding: 10px;
}

dl.radio>dd{
	margin: 5px 0;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #eee;
	border-right: solid 1px #ccc;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	float: left;
	font-weight: bold;
	color: #2f3e46;
}

dl.radio>dd.checked{
	border-top: solid 1px #007fea;
	border-bottom: solid 1px #007fea;
	border-left: solid 1px #118ffb;
	border-right: solid 1px #007fea;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#007fea),
		to(#006ed9)
		);
	color: #fff;
}
dl.radio>dd:first-of-type{	border-radius: 6px 0 0 6px; border-left: solid 1px #ccc;}
dl.radio>dd.checked:first-of-type{	border-left: solid 1px #007fea;}
dl.radio>dd:last-of-type{	border-radius: 0 6px 6px 0;}
dl.radio>dd>input[type=radio]{	display: none;}

/*FORM-CHECKBOX*/
dl.checkbox>dt{
	float: left;
	margin: 5px 0;
	padding: 10px;
}

dl.checkbox>dd{
	margin: 5px 0;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #eee;
	border-right: solid 1px #ccc;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	float: left;
	font-weight: bold;
	color: #2f3e46;
}

dl.checkbox>dd.checked{
	border-top: solid 1px #007fea;
	border-bottom: solid 1px #007fea;
	border-left: solid 1px #118ffb;
	border-right: solid 1px #007fea;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#007fea),
		to(#006ed9)
		);
	color: #fff;
}
dl.checkbox>dd:first-of-type{	border-radius: 6px 0 0 6px; border-left: solid 1px #ccc;}
dl.checkbox>dd.checked:first-of-type{	border-left: solid 1px #007fea;}
dl.checkbox>dd:last-of-type{	border-radius: 0 6px 6px 0;}
dl.checkbox>dd>input[type=checkbox]{	display: none;}

/*FORM-CHECKLIST*/
dl.checklist>dt{
	margin: 5px 0;
	padding: 10px;
}

dl.checklist>dd{
	margin: 0;
	padding: 10px 10px 10px 60px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: url('/public/images/checklist_icon_off.png') no-repeat 10px center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	font-weight: bold;
	color: #2f3e46;
}

dl.checklist>dd.checked{
	background: url('/public/images/checklist_icon_on.png') no-repeat 10px center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
}
dl.checklist>dd:first-of-type{	border-radius: 6px 6px 0 0;	border-top: solid 1px #ccc}
dl.checklist>dd:last-of-type{	border-radius: 0 0 6px 6px;}
dl.checklist>dd>input[type=checkbox]{	display: none;}

/*INFO LIST*/
dl.info{
	color: #888;
	font-weight: normal;
	font-size: 95%;
}
dl.info>dd{
	float: left;
	margin-right: 10px;
} 

/*FORM-DEFINE MULTI*/
dl.define_multi>dd>dl{
	float: left;
	margin-right: 5px;
}
dl.define_multi>dd>dl.select.type,
dl.define_multi>dd>dl.select_employee.type{ min-width: 136px;}
dl.define_multi>dd>dl.select.type>dd,
dl.define_multi>dd>dl.select_employee.type>dd{ min-width: 100%;}
dl.define_multi>dd>dl.select.type>dd>span,
dl.define_multi>dd>dl.select_employee.type>dd>span{	border-radius: 6px;}
dl.define_multi>dd>dl.select.type>dd>select,
dl.define_multi>dd>dl.select_employee.type>dd>select{	border-radius: 6px;}

dl.define_multi>dd>dl.radio.in_ex>dd{
	position: relative;
	margin: 5px 0;
	padding: 10px;
	width: 60px;
	border: solid 1px #ccc;
	border-radius: 100px;
	float: left;
	font-weight: normal;
	color: #2f3e46;
}

dl.define_multi>dd>dl.radio.in_ex>dd>div{
	position: absolute;
	top: 0;
	height: 39px;
	width: 39px;
	border: solid 1px #999;
	border-radius: 100px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
}

dl.define_multi>dd>dl.radio.in_ex>dd.in{
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ccc),
		to(#fff)
		);
	text-align: right;
}
dl.define_multi>dd>dl.radio.in_ex>dd.in>div{	left: 0;}

dl.define_multi>dd>dl.radio.in_ex>dd.ex{
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#004cb7),
		to(#007fea)
		);
	color: #fff;
	text-align: left;	
}
dl.define_multi>dd>dl.radio.in_ex>dd.ex>div{	right: 0;}
dl.define_multi>dd>dl.radio.in_ex>dd.checked{	display: none;}

dl.define_multi>dd>dl.key>dd{
	width: 350px;
	margin:5px 0 5px 0;
	padding: 0;
}
dl.define_multi>dd>dl.text.key>dd>input[type=text],
dl.define_multi>dd>dl.text.key>dd>input[type=email]{
	-webkit-appearance: none;
	width: 328px;
	padding: 3px 10px;
	border: solid 1px #ccc;
	border-radius: 100px;
	background-color: #eee;
	font-size: 28px;
}

dl.define_multi>dd>dl.add_remove>dd{
	float: left;
	height: 19px;
	width: 19px;
	margin: 5px 5px 5px 0;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 6px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
}

dl.define_multi>dd>dl.date.key>dd>span{
	font-size: 28px;
	margin: 5px;
}

dl.define_multi>dd>dl.date.key>dd>input[type=text],
dl.define_multi>dd>dl.date.key>dd>input[type=email]{
	-webkit-appearance: none;
	width: 134px;
	padding: 3px 10px;
	border: solid 1px #ccc;
	border-radius: 100px;
	background-color: #eee;
	font-size: 28px;
}

/*FORM INQUIRY*/
dl.inquiry{	margin: 5px 0;}

dl.inquiry>dd{
	display: -webkit-box;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	color: #2f3e46;
}

dl.inquiry>dd:first-of-type{border-bottom: none;	border-radius: 6px 6px 0 0;}
dl.inquiry>dd:last-of-type{	border-radius: 0 0 6px 6px;	}

dl.inquiry>dd>span{
	display: block;
	width: 50px;
	margin: 5px 0;
	padding: 10px;
}

dl.inquiry>dd>input[type=text],
dl.inquiry>dd>input[type=email]{
	-webkit-appearance: none;
	margin: 5px 0;
	padding: 3px 10px;
	border: solid 1px #ccc;
	border-radius: 6px;
	background-color: #eee;
	font-size: 28px;	
}

dl.inquiry>dd>input[type=text]{
	width: 230px;
}

dl.inquiry>dd>input[type=email]{
	width: 400px;
}

/*ALERT*/
dl.alert{
	color:#f00;
	font-weight: bold;
	font-size: 110%;
}

/*EXECUTE*/
dl.execute{	width: 100%; text-align: center;}

/*dl.execute>dd{
	display: -webkit-box;
}*/

dl.execute>dd>a{
	-webkit-box-flex: 1;
	display: inline-block;
	margin: 5px 0 5px 0;
	padding: 5px 30px;
	border: solid 1px #ccc;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}

dl.execute>dd>a.submit{
	border-radius: 5px;
	background-color: #00b0f4;
	color: #fff;
	font-weight: normal;
}
dl.execute>dd>input[type=text]~a.submit,
dl.execute>dd>input[type=email]~a.submit{	-webkit-box-flex: 0;}

dl.execute>dd>a.salvage{
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
		);
	color: #2f3e46;
	text-shadow: 0 1px 0 #fff;
}

dl.execute>dd>a.reset{
	-webkit-box-flex: 0;
	padding: 10px 30px 10px 36px;
	border: solid 1px #999;
	background: url('/public/images/icon_x.png') no-repeat 10px center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ccc),
		to(#999)
		);
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
dl.execute>dd>input[type=text],
dl.execute>dd>input[type=email]{
	width: 500px;
	-webkit-appearance: none;
	-webkit-box-flex: 1;
	display: inline-block;
	padding: 0 10px 5px;
	margin: 15px 10px 0;
	border: solid 1px #ccc;
	border-radius: 0px;
	background-color: #fff;
	font-size: 26px;
	line-height: 1.0em;
}


div.result_tip{
	padding: 20px 0;
	border-radius: 20px;
	background: #fff;
	font-size: 210%;
	font-weight: bold;
	text-align: center;
	color: #000;
}
div.result_tip>span{	font-size: 250%;}
/*thanhvv add*/
dl.execute>dd>a.save_graph{
	-webkit-box-flex: 0;
	padding: 10px 30px 10px 36px;
	border: solid 1px #999;
	background: url('/public/images/icon_plus.png') no-repeat 10px center, -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ccc),
		to(#999)
		);
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
@CHARSET "UTF-8";

/*----------------

usual parts

----------------*/
div.arrow_l {
    margin: 10px auto 55px;
    width: 50px;
    height: 20px;
    background: #aaa;
    position: relative;
}

div.arrow_l:after {
    position: absolute;
    top: 100%;
    left: -20px;
    content: " ";
    border: 45px solid #ccc;
    border-color: transparent;
    border-top-color: #aaa;
    border-bottom-width: 0;
    width: 0;
    height: 0;
}

dl.list_view dd {
	font-size: 95%;
	position: relative;
}

dl.list_view dd span {
	position: absolute;
	right: 40px;
	top: auto;
}
.result_wrapper {
	position: relative;
}
.result_disp {
	width: 90%;
	position: relative;
	background: #fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.result_disp:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.result_disp:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 30px;
	left: 50%;
	margin-left: -30px;
}
.result_disp h4 {
	padding: 0.6em 0!important;
	font-size: 2.0em;
	text-align: center;
}
.result_disp h4 strong {
	font-size: 3.0em;
}
.result_disp h4 span {
	font-size: .8em;
}
.result_wrapper .save_conditions {
	margin-right: 10px;
	font-size: .6em;
	position: absolute;
	right: -20px;
	bottom: 0;
	text-align: center;
}

div.save_conditions a.btn_save{
	display: block;
	margin: 5px auto 0;
	width: 20px;
	height: 20px;
	border: solid 3px #fff;
	border-radius: 20px;
	background: url('/public/images/icon_plus_lv.png') no-repeat center center #999;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
	text-indent: -9999px;
	color: #fff;
}

body > header > nav > dl > a + a {
	padding-left: 34px;
	background: url('/public/images/bg_btn_totop.png') no-repeat 10px center;
	background-size: 18%;
}

img.icon_captcha {
	width: 16px;
	height: 16px;
	padding: 0 5px;
	vertical-align: text-top;
}

a.head {
	cursor: pointer;
}

div.row {
	display: none;
}

dl.list_view > p {
	margin: 0;
	font-weight: bold;
	color: #c00;
	line-height: 1.4em;
}

/*----------------

usual parts

----------------*/
div.left .active header {
 height: 2.0em;
 font-size: 1.1em;
 background: #cc0000;
}

div.left .active header h1 {
 vertical-align: middle;
 color: #fff;
 line-height: 1.2em;
}

h2.ttl_red,
h2.ttl_red {
	width: 100%;
	margin: 0 -10px 0 -10px;
	padding: 5px 10px;
	border-top: 1px solid #7d0100;
	border-bottom: 1px solid #7d0100;
	background: #cc0000;
	color: #fff;
	font-size: 100%;
}

div.btn_top a{
	margin: 0 -10px -24px;
	padding: 20px 5px;
	text-align: center;
	display: block;
	background-color:#cc0000;
	color: #fff;
	text-decoration: none;
}

/*----------------

r08_01 人事ニュース

----------------*/
#r08_01 .favorite {
	position: relative;
}

#r08_01 .favorite img.wpfp-img {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -9px;
}

#r08_01 .favorite .wpfp-span{
	padding: 5px 10px 5px 25px;
	display:inline-block;
	border: 1px solid #ff8a00;
	background-color: #ffebdc;
	border-radius: 5px;
}
#r08_01 .favorite a{
	color: #ff6c00;
	text-decoration: none;
}
#r08_01 div.btn_fav a {
	margin-top: 10px;
	margin-right: 5px;
	display: block;
    padding: 8px 16px 8px 32px;
    display:inline-block;
    border: 1px solid #ff8a00;
    background-color: #ffebdc;
    background-image: url('/news/wp-content/plugins/wp-favorite-posts/img/star.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    color: #ff6c00;
    text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.0em;
	float:left;
}

#r08_01 article.fav_contents h2.single {
	padding-top: 20px;
}

#r08_01 article.fav_contents .wpfp-span ul {
	padding-left: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}


#r08_01 article.fav_contents .wpfp-span ul li {
	border-top: 1px solid #ccc;
	list-style: none;
	position: relative;	
}

#r08_01 article.fav_contents .wpfp-span ul li a {
	display: block;
	padding: 10px 150px 10px 30px;
	background: url('/news/wp-content/plugins/wp-favorite-posts/img/star.png') no-repeat 10px center;
	text-decoration: none;
	font-size: 1.2em;
	color: #cc0000;
}

#r08_01 article.fav_contents .wpfp-span ul li:first-child {
	border-top: none!important;
}

#r08_01 article.fav_contents .wpfp-span ul li a.remove-parent {
	padding: 5px 10px;
	border: 1px solid #333;
	background-color: #ddd;
	background-image: none;
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: .8em;
	color: #333;
} 

#r08_01 article.fav_contents .wpfp-span ul li a.remove-parent:hover {
	background-image: none;
}

#r08_01 article.fav_contents .wpfp-span ul li a:hover {
	background-color: #cc0000;
        background-image: url('/news/wp-content/plugins/wp-favorite-posts/img/star.png'); 
        background-repeat: no-repeat; 
        background-position: 10px center;
	color: #ffffff;
}

#r08_01 article.fav_contents .navigation {
	display:none;
}


#r08_01 #sidebar {
	margin: 10px 20px 0;
}
#r08_01 #sidebar h2 {
	font-size: 1.0em;
	display: none;
}

#r08_01 #sidebar ul {
	margin: 0;
	padding-left: 0px;
}

#r08_01 #sidebar ul li {
	display: inline-table;
	margin-top: 10px;
}

#r08_01 #sidebar ul li a {
    padding: 8px 16px;
    border-width: 1px;
	border-style: solid;
    border-radius: 5px;
	color: #fff;
	text-decoration: none;
    font-size: 1.0em;
	line-height: 1.0em;
	display: block;
}

#r08_01 header h1 span {
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
}

#r08_01 .right {
 min-height: inherit;
}

#r08_01 .static-content {
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 0;
 padding-bottom: 0;
}

#r08_01 article:first-child {
	margin-top: 10px;
}

#r08_01 article {
	margin-bottom: 20px;
	padding: 0 20px 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

/* NEWSの表示変更用
@media screen and (orientation: landscape) {
@media screen and (min-width:768px) and ( max-width:1024px) {
	#r08_01 article {
	width: 45.5%;
    display: inline-table;
	}
	#r08_01 article:nth-child(even){
		
	}
}
@media screen and (min-width:1025px) {
	#r08_01 article {
	width: 28.8%;
    display: inline-table;
	}
}
}
@media only screen and (orientation:portrait){
#r08_01 article {
	width: inherit;
    display: inline-table;
   }
} */


#r08_01 article header h2 {
    margin: 0px -20px 5px;
	line-height: 1.2em;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#r08_01 article header h2 span a {
	padding: 3px 6px;
	font-size: 0.5em;
        border-width: 1px; 
        border-style: solid;
	border-radius: 5px;
	line-height: 1.0em;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 12px;
	display: block;
}

/* カテゴリ別のカラー設定 */
#r08_01 #sidebar ul li a,
#r08_01 article header h2 span a {
        border-color: #cc0000;
	background-color: #cc0000;
}

#r08_01 #sidebar ul li a:hover,
#r08_01 #sidebar ul li.current-cat a,
#r08_01 article header h2 span a:hover {
        color: #cc0000;
        background-color: #fff;
}

/* 総合（ID:2）*/
#r08_01 #sidebar ul li.cat-item-2 a,
#r08_01 article header.news h2 span a {
	border-color: #2200cf!important;
	background-color: #2200cf!important;
}

#r08_01 #sidebar ul li.cat-item-2 a:hover,
#r08_01 #sidebar ul li.cat-item-2.current-cat a,
#r08_01 article header.news h2 span a:hover {
	color: #2200cf!important;
        background-color: #fff!important;
}

/* 新卒（ID:3）*/
#r08_01 #sidebar ul li.cat-item-3 a,
#r08_01 article header.new-graduates h2 span a {
	border-color: #008acf!important;
	background-color: #008acf!important;
}

#r08_01 #sidebar ul li.cat-item-3 a:hover,
#r08_01 #sidebar ul li.cat-item-3.current-cat a,
#r08_01 article header.new-graduates h2 span a:hover {
        color: #008acf!important;
        background-color: #fff!important;
}

/* 中途（ID:4）*/
#r08_01 #sidebar ul li.cat-item-4 a,
#r08_01 article header.mid-career h2 span a {
        border-color: #00cf67!important;
        background-color: #00cf67!important;
}

#r08_01 #sidebar ul li.cat-item-4 a:hover,
#r08_01 #sidebar ul li.cat-item-4.current-cat a,
#r08_01 article header.mid-career h2 span a:hover {
        color: #00cf67!important;
        background-color: #fff!important;
}

/* アルバイト・パート（ID:5）*/
#r08_01 #sidebar ul li.cat-item-5 a,
#r08_01 article header.part-time h2 span a {
        border-color: #45cf00!important;
        background-color: #45cf00!important;
}

#r08_01 #sidebar ul li.cat-item-5 a:hover,
#r08_01 #sidebar ul li.cat-item-5.current-cat a,
#r08_01 article header.part-time h2 span a:hover {
        color: #45cf00!important;
        background-color: #fff!important;
}

/* 派遣（ID:6）*/
#r08_01 #sidebar ul li.cat-item-6 a,
#r08_01 article header.agency-work h2 span a {
        border-color: #cfac00!important;
        background-color: #cfac00!important;
}

#r08_01 #sidebar ul li.cat-item-6 a:hover,
#r08_01 #sidebar ul li.cat-item-6.current-cat a,
#r08_01 article header.agency-work h2 span a:hover {
        color: #cfac00!important;
        background-color: #fff!important;
}

/* 紹介（ID:7）*/
#r08_01 #sidebar ul li.cat-item-7 a,
#r08_01 article header.introduction h2 span a {
        border-color: #cf0000!important;
        background-color: #cf0000!important;
}
        
#r08_01 #sidebar ul li.cat-item-7 a:hover,
#r08_01 #sidebar ul li.cat-item-7.current-cat a,
#r08_01 article header.introduction h2 span a:hover {
        color: #cf0000!important;
        background-color: #fff!important;
}        

/* 女性雇用（ID:8）*/
#r08_01 #sidebar ul li.cat-item-8 a,
#r08_01 article header.female-employment h2 span a {
        border-color: #cf00ac!important;
        background-color: #cf00ac!important;
}

#r08_01 #sidebar ul li.cat-item-8 a:hover,
#r08_01 #sidebar ul li.cat-item-8.current-cat a,
#r08_01 article header.female-employment h2 span a:hover {
        color: #cf00ac!important;
        background-color: #fff!important;
}





#r08_01 article header h2.single {
        padding: 40px 0 10px 20px;
}

#r08_01 article header h2 a {
/* 	padding: 40px 10px 10px 0;
NEWSの表示変更用 */
	padding: 40px 0 10px 20px;
    display: block;
    color: #333;
	text-decoration: none;
}

#r08_01 article header h2 {
        padding: 10px 0 10px 20px;
        display: block;
        color: #333;
        text-decoration: none;
}

#r08_01 article header time {
	display: block;
	text-align: right;
	color: #666;
	font-size: 0.9em;
}

#r08_01 article section p {
	font-size: 1.2em;
}

a.more-link {
	width: 100%;
	color: #cc0000;
        background: #ffffff;
        border: 1px solid #cc0000;
        border-radius: 5px;
        padding: 5px 8px;
        margin: 0 0 0 -10px;
	display: block;
	text-decoration: none;
	text-align: center;
}

.pager {
	padding-bottom: 5px;
	text-align: center;
	font-size: 1.4em;
}

.pager a { 
	text-decoration: none;
	color: #cc0000;
}

a.page-numbers,
.pager .current {
	background: #ffffff;
	border: 1px solid #cc0000;
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}

a.page-numbers:hover,
.pager .current,
div.navigation span a:hover,
a.more-link:hover {
	background: #cc0000;
	border: 1px solid #cc0000;
	color: #ffffff;
}

div.navigation span a{
	width: 7.0em;
        color: #cc0000;
        background: #ffffff;
        border: 1px solid #cc0000;
        border-radius: 5px;
        padding: 10px 8px;
        margin: 0;
        display: block;
        text-decoration: none;
	line-height: 1.0em;
	font-size: 1.0em;
}

div.navigation {
	width: 100%;
	min-height: 3.0em;
	position: relative;
	display: block;
}

div.navigation.top {
	margin-bottom:5px;
}

div.navigation.bottom {
        margin-top: -10px;
}

div.navigation span.previous-entries a {
	text-align: left;
	position: relative;
	left:0;
	top:0;
}

div.navigation span.next-entries a {
	text-align: right;
        position: absolute;
        right:0;
        top:0;
}


