@charset "utf-8";

/*----------------------------------------------------
	基本
----------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:1.5em;
	letter-spacing:0.02em;
	background-color:#fff;
	min-width: 1024px;
	padding-top: 117px;
}
body.page_employer,
body.page_beginner,
body.page_mypage {
	background-color:#F7F7F9;
}
input, textarea {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
::selection {background:#ddd; color:#000;}
::-moz-selection {background:#ddd; color:#000;}

/* チェックボタン */
div.checkbox input {
	position: absolute;
	left:-9999px;
}
div.checkbox label {
	display: inline-block;
	padding: 0px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
div.checkbox label span:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 20px;
	position: relative;
	top:2px;
	margin-right:5px;
}
div.checkbox input:checked + label span:before {
	content: "\f374";
	color: #19B496;
}


/* リンク
----------------------------------------------------*/
a {
	color:#1d6dc6;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color:#469EE9;
	text-decoration:none;
}

.btn a {
	background-color:#397FB9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#FFF;
}
.btn a:hover {
	background-color:#469EE9;
}


/*----------------------------------------------------
	共通
----------------------------------------------------*/
#wrap {
	width:1024px;
	margin:0 auto 50px;
}
#maincontent {
	float:left;
	width:695px;
	margin:30px 0 0 0;
	overflow:hidden;
	background-color:#fff;
	border:#DADDDD solid 1px;
}
#maincontent_1col {
	width:1024px;
	margin:30px 0 0 0;
	clear:both;
	overflow:hidden;
	background-color:#fff;
	border:#DADDDD solid 1px;
}

#mainside {
	float:right;
	width:240px;
	margin:30px 0 50px 0;
	padding-bottom:50px;
	overflow:hidden;
}
#mainside_useful {
	float:right;
	width:240px;
	margin:0 0 50px 0;
	padding-bottom:50px;
	overflow:hidden;
}
i {
	margin-right:5px;
}
/* ボックスシャドウ */
.blk_s {
    transition-property:color,background,box-shadow;
    -webkit-transition-property:color,background,box-shadow;
    -moz-transition-property:color,background,box-shadow;
    transition-timing-function:liner;
    -webkit-transition-timing-function:liner;
    -moz-transition-timing-function:liner;    
    transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
    transition:all 600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition:all 600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition:all 600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.blk_s:hover{
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
}
img {
	vertical-align:bottom;
}
.email_attention {
	margin:5px 0;
	font-size:12px;
	line-height:1.5em;
	display: none;
	color: #EE3830;
}

/* パンくず
----------------------------------------------------*/
.breadcrumbs {
	overflow: hidden ;
	font-size:10px;
	background-color:#DADDDD;
	padding:4px 20px;
	color:#333;
}
.breadcrumbs ul {
	width:1024px;
	margin:auto;
}
.breadcrumbs li a {
	color:#777;
	text-decoration:none;
}
.breadcrumbs li a:hover {
	color:#333;
	text-decoration: underline;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li:after {
	content: ">" ;
	padding: 0 8px ;
}
.breadcrumbs li:last-child:after {
	content: none ;
}



/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents {
	zoom: 1;
	margin: 50px 0 ;
}
#contents .inner_base {
	width:1024px;
	margin:0 auto;
	clear:both;
	overflow: hidden;
	padding-top: 7px;
}
section:after,
#contents:after,
.clerfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.f_red {
	color:#e74c3c;
}
.f_blue {
	color:#2980b9;
}
.f_orenge {
	color:#e67e22;
}
.f_green {
	color:#1abc9c;
}
.message {
	background-color:#48bea5;
	color:#fff;
	padding:14px 30px;
	width:100%;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:101;
	opacity: 0.9;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	font-size:15px;
	font-weight:bold;
}
.success_message {
	background-color:#19B496;
	color:#fff;
	padding:8px 30px;
	width:100%;
	text-align:center;
	position:fixed;
	top: 71px;
	left:0;
	z-index:101;
	opacity: 0.8;
}

/*----------------------------------------------------
	注目求人
----------------------------------------------------*/
.job-slider,
.job-single {
	width: 1034px;
	margin-left: -5px;
	margin-bottom: 30px;
	padding-bottom: 90px;
	border-bottom: 1px solid #DDD;
}
.job-single {
	padding-bottom: 50px;
	margin: 0 auto;
}
.job-slider .job_wrap,
.job-single .job_wrap{
	margin: 0 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 2px;
	overflow: hidden;
}
.job-slider .job_wrap > a,
.job-single .job_wrap > a {
	padding: 15px;
	display: block;
}
.job-slider .left,
.job-single .left{
	float: left;
	width: 128px;
}
.job-slider .right {
	float: right;
	width: 325px;
}
.job-single .right {
	float: right;
	width: 832px;
}
.job-slider .right > ul,
.job-single .right > ul{
	margin-bottom: 7px;
}
.job-slider .right > ul li,
.job-single .right > ul li{
	display: inline-block;
	font-size: 11.5px;
	border-radius: 3px;
	color: #1B8F58;
	border: solid 1px #1B8F58;
	line-height: 1em;
	padding: 5px 5px 3px;
	margin-bottom: 5px;
	box-sizing: border-box;
	font-weight: bold;
}
.job-slider .right > ul li.icon-attention,
.job-single .right > ul li.icon-attention{
	border-color: #f5721a;
	color: #FFF;
	background-color: #f5721a;
}
.job-slider .right > ul li.icon-fulltime,
.job-single .right > ul li.icon-fulltime{
	background-color: #1d6dc6;
	color: #fff;
	border-color: #1d6dc6;
}
.job-slider .right .job_title,
.job-single .right .job_title{
	color: #1d6dc6;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 7px;
}
.job-slider .right p,
.job-single .right p{
	color: #777;
	line-height: 1.5em;
}
.job-slider .job_wrap > ul,
.job-single .job_wrap > ul {
	border-top: 1px solid #CCC;
}
.job-slider .job_wrap > ul > li,
.job-single .job_wrap > ul > li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.job-slider .job_wrap > ul > li:first-child,
.job-single .job_wrap > ul > li:first-child{
	border-right: 1px solid #CCC;
}
.job-slider .job_wrap > ul > li a,
.job-single .job_wrap > ul > li a{
	display: block;
	padding-top: 14px;
	height: 48px;
	box-sizing: border-box;
	text-decoration: none;
	box-shadow:0px -3px 0px 0px #f0f1f2 inset;
	color: #000;
}
.job-slider .job_wrap > ul > li a:hover,
.job-single .job_wrap > ul > li a:hover{
	background-color: #f5f5f5;
}
.job-slider .slick-prev,
.job-slider .slick-next {
	background: #000;
	height: 67px;
	width: 22px;
	border-radius: 2px;
	margin-top: -45px;
}
.job-slider .slick-prev:before,
.job-slider .slick-next:before {
	font-family: "Ionicons";
	opacity: 1;
	font-size: 15px;
}
.job-slider .slick-prev:before { content: "\f124"; }
.job-slider .slick-next:before { content: "\f125"; }
.job-slider .slick-dots li.slick-active button:before { opacity: 1 }
.job-slider .slick-dots { bottom: 50px }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.site_header {
	position: fixed;
	top: 0;
	background-color:#FFF;
	border-top: 3px solid #243861;
	border-bottom: solid 1px #E6E6E6;
	min-width: 1024px;
	width: 100%;
	z-index: 10;
}
.site_header .header_top {
	border-bottom: 1px solid #E6E6E6;
}
.site_header .header_top .inner{
	width: 1024px;
	margin: 0 auto;
	padding: 3px 0;
	box-sizing: border-box;
	height: 28px;
}
.site_header .header_top .inner h1.title_text,
.site_header .header_top .inner p.title_text {
	float: left;
	font-weight: normal;
	color:#444;
	font-size: 71.43%;
}
.site_header .header_top .inner ul li {
	float: right;
	margin-left: 20px;
}
.site_header .header_top .inner ul li a {
	font-size: 85.71%;
	color:#333;
	text-decoration: none;
}
.site_header .header_top .inner ul li a:hover {
	color:#BDC3C7;
}

.site_header .header_top .inner ul li a i {
	font-size: 83.33%;
	color: #BDC3C7;
}

.site_header .headermain {
	width: 1024px;
	height: 85px;
	margin: 0 auto;
}
.site_header .headermain .leftarea {
	float: left;
}
.site_header .headermain .leftarea .logo {
	float: left;
	margin: 17px 20px 0 0;
}
.site_header .headermain .leftarea #global_nav {
	float: left;
}
.site_header .headermain .leftarea #global_nav ul li {
	float: left;
}
.site_header .headermain .leftarea #global_nav ul li a,
.site_header .headermain .rightarea .user_nav ul li a {
	display: block;
	padding: 48px 20px 12px;
	text-align: center;
	font-size: 85.71%;
	text-decoration: none;
	color: #555;
	background: no-repeat center 20px;
	min-width: 89px;
	height: 85px;
	box-sizing: border-box;
}
.site_header .headermain .leftarea #global_nav ul li:nth-child(1) a {background-image: url(../img/common/g_navi01.png);}
.site_header .headermain .leftarea #global_nav ul li:nth-child(2) a {background-image: url(../img/common/g_navi02.png);}
.site_header .headermain .leftarea #global_nav ul li:nth-child(3) a {background-image: url(../img/common/g_navi03.png);}
.site_header .headermain .leftarea #global_nav ul li:nth-child(4) a {background-image: url(../img/common/g_navi04.png);}
.site_header .headermain .leftarea #global_nav ul li:nth-child(5) a {background-image: url(../img/common/header_btn01.png);}
.site_header .headermain .leftarea #global_nav ul li a:hover {background-color:#F8F8F8;}

.site_header .headermain .leftarea #global_nav ul li a img,
.site_header .headermain .rightarea .user_nav ul li a img {vertical-align: top;}

.site_header .headermain .rightarea {
	float: right;
	position: relative;
}
.site_header .headermain .rightarea ul.user_btn li {
	float: left;
	margin-left: 10px;
	margin-top: 19px;
}
.site_header .headermain .rightarea ul.user_btn li a:hover {
	opacity: 0.8;
}

.site_header .headermain .rightarea .user_nav ul li {
	float: left;
}
.site_header .headermain .rightarea .user_nav ul li:nth-child(1) a {background-image: url(../img/common/header_btn02.png);}
.site_header .headermain .rightarea .user_nav ul li:nth-child(2) a {background-image: url(../img/common/header_btn03.png);}
.site_header .headermain .rightarea .user_nav ul li a:hover {background-color:#F8F8F8;}
.site_header .headermain .leftarea #global_nav li,
.site_header .headermain .rightarea .user_nav li {
	position: relative;
}
.site_header .headermain .leftarea #global_nav li a span.notice_count,
.site_header .headermain .rightarea .user_nav li a span.notice_count {
	display: inline-block;
	background: #F2394B;
	border-radius: 4px;
	border: 2px solid #FFF;
	padding: 3px 4px 3px;
	line-height: 10px;
	color:#FFF;
	font-size: 10px;
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: 1px;
}

.site_header .headermain .rightarea .menu {
	position: absolute;
	right: 0;
	width: 280px;
	border: 1px solid #CCC;
	background-color:#FFF;
	display: none;
	z-index: 11;
}
.site_header .headermain .rightarea .menu:before {
	position: absolute;
	display: block;
	content: '';
	top: -11px;
	right: 38px;
	border-style: solid;
	border-width: 0 6.5px 11px 6.5px;
	border-color: transparent transparent #cccccc transparent;
	z-index: 11;
}
.site_header .headermain .rightarea .menu:after {
	position: absolute;
	display: block;
	content: '';
	top: -9px;
	right: 39px;
	border-style: solid;
	border-width: 0 5.5px 9px 5.5px;
	border-color: transparent transparent #ffffff transparent;
}
.site_header .headermain .rightarea .menu ul {
	padding: 10px 10px 0;
}
.site_header .headermain .rightarea .menu ul li {
	float: left;
	width: 125px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.site_header .headermain .rightarea .menu ul li:nth-child(2n) {margin-right: 0;}
.site_header .headermain .rightarea .menu ul li a {
	display: block;
	padding: 58px 10px 10px;
	background: #F4F4F4 center 14px no-repeat;
	text-decoration: none;
	color:#535353;
	border-radius: 5px;
	font-size: 85.71%;
}
.site_header .headermain .rightarea .menu ul li a img {vertical-align: top;}
.site_header .headermain .rightarea .menu ul li:nth-child(1) a {background-image: url(../img/common/menu01.png);}
.site_header .headermain .rightarea .menu ul li:nth-child(2) a {background-image: url(../img/common/menu02.png);}
.site_header .headermain .rightarea .menu ul li:nth-child(3) a {background-image: url(../img/common/menu03.png);}
.site_header .headermain .rightarea .menu ul li:nth-child(4) a {background-image: url(../img/common/menu04.png);}
.site_header .headermain .rightarea .menu ul li a:hover {
	background-color: #ECF2F8;
	color: #125AA7;
}
.site_header .headermain .rightarea .menu ul li:nth-child(1) a:hover {background-image: url(../img/common/menu01on.png);}
.site_header .headermain .rightarea .menu ul li:nth-child(2) a:hover {background-image: url(../img/common/menu02on.png);}
.site_header .headermain .rightarea .menu ul li:nth-child(3) a:hover {background-image: url(../img/common/menu03on.png);}
.site_header .headermain .rightarea .menu ul li:nth-child(4) a:hover {background-image: url(../img/common/menu04on.png);}

.site_header .headermain .rightarea .menu .logout {
	text-align: center;
	border-top: 1px solid #DDD;
	margin: 0 12px;
	padding: 15px 0;
	font-size: 85.71%;
}
.site_header .headermain .rightarea .menu .logout a {
	text-decoration: none;
	color:#545454;
}
.site_header .headermain .rightarea .menu .logout a:hover {
	opacity: 0.7;
}

.site_header .headermain .rightarea .notice {
	position: absolute;
	right: 88px;
	width: 350px;
	border: 1px solid #CCC;
	background-color:#FFF;
	display: none;
}
.site_header .headermain .rightarea .notice:before {
	position: absolute;
	display: block;
	content: '';
	top: -11px;
	right: 38px;
	border-style: solid;
	border-width: 0 6.5px 11px 6.5px;
	border-color: transparent transparent #cccccc transparent;
}
.site_header .headermain .rightarea .notice:after {
	position: absolute;
	display: block;
	content: '';
	top: -9px;
	right: 39px;
	border-style: solid;
	border-width: 0 5.5px 9px 5.5px;
	border-color: transparent transparent #ffffff transparent;
}
.site_header .headermain .rightarea .notice .notice_inner {
	padding: 0;
}
.site_header .headermain .rightarea .notice .list {
	overflow: auto;
	max-height: 250px;
}
.site_header .headermain .rightarea .notice .empty {
	padding:50px 0;
	color: #ccc;
	text-align: center;
}
.site_header .headermain .rightarea .notice .empty i {
	font-size:60px;
	color: #ccc;
}
.site_header .headermain .rightarea .notice .list li {
	border-bottom:solid 1px #ddd;
}
.site_header .headermain .rightarea .notice .list a {
	display: block;
	padding:8px 12px;
	text-decoration: none;
	line-height:1.4em;
}
.site_header .headermain .rightarea .notice .list a:hover {
	background: #f9f9f9;
}
.site_header .headermain .rightarea .notice .list a.unread {

}
.site_header .headermain .rightarea .notice .list a.unread:hover {
}
.site_header .headermain .rightarea .notice .list a.unread  > span.notice_title {
	font-weight:bold;
}
.site_header .headermain .rightarea .notice .list a > span {
	display: block;
}
.site_header .headermain .rightarea .notice .list a > span.notice_title {
	font-size:95%;
}
.site_header .headermain .rightarea .notice .list a > span.notice_date {
	font-size:90%;
	color: #999;
}
.site_header .headermain .rightarea .notice .more {
	border-top:solid 1px #ddd;
}
.site_header .headermain .rightarea .notice .more a {
	display: block;
	padding:10px;
	text-align: center;
	text-decoration: none;
	color: #545454;
	font-size:98%;
}
.site_header .headermain .rightarea .notice .more a:hover {
	opacity:0.6;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.site_footer {
	color:#FFF;
}
.site_footer .page_top {
	position: fixed;
	right: 0;
	bottom: 50px;
}
.site_footer .page_top a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	border-radius: 5px 0 0 5px;
	background-color:#333;
	color:#FFF;
	padding: 7px 8px;
}
.site_footer .page_top a i {
	margin-right: 0;
}

.site_footer .footer_main {
	background: #213245;
}

.site_footer .footer_main .decolate_line {
	border-bottom: 1px solid #2B425A;
	padding-bottom: 30px;
}
.site_footer .footer_main .f_top,
.site_footer .footer_main .f_bottom {
	width: 1024px;
	margin: 0 auto;
}

.site_footer .footer_main .f_top .leftarea {
	float: left;
}
.site_footer .footer_main .f_top .leftarea .logo {
	margin-top: 34px;
	margin-bottom: 13px;
}
.site_footer .footer_main .f_top .leftarea .text {
	font-size: 85.71%;
	color:#B2B7BE;
}

.site_footer .footer_main .f_top .rightarea {
	float: right;
}
.site_footer .footer_main .f_top .rightarea ul {
	margin-top: 24px;
}
.site_footer .footer_main .f_top .rightarea ul li a {
	display: block;
	background-color:#FFF;
	border-radius: 4px;
}
.site_footer .footer_main .f_top .rightarea ul li a:hover img {
	opacity: 0.75;
}

.site_footer .footer_main .f_top .rightarea ul li.recruitment {
	margin-bottom: 13px;
	position: relative;
}
.site_footer .footer_main .f_top .rightarea ul li.recruitment .balloon {
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -90px;
}

.site_footer .footer_main .f_bottom {
	padding: 25px 0 55px;
}

.site_footer .footer_main .f_bottom nav ul {
	text-align: center;
	letter-spacing: -40em;
}

.site_footer .footer_main .f_bottom nav ul li {
	display: inline-block;
	letter-spacing: normal;
}
.site_footer .footer_main .f_bottom nav ul li a {
	text-decoration: none;
	color:#FFF;
}
.site_footer .footer_main .f_bottom nav ul li a:hover {
	color:#828C98;
}
.site_footer .footer_main .f_bottom nav ul.main_navi li {
	font-size: 107.14%;
	margin: 0 20px;
}

.site_footer .footer_main .f_bottom nav ul.sub_navi {
	margin: 30px 0 50px;
}
.site_footer .footer_main .f_bottom nav ul.sub_navi li {
	font-size: 85.71%;
}
.site_footer .footer_main .f_bottom nav ul.sub_navi li:after {
	display: inline-block;
	content: "｜";
	margin: 0 5px;
}
.site_footer .footer_main .f_bottom nav ul.sub_navi li:last-child:after {
	display: none;
}
.site_footer .footer_main .f_bottom .copyright {
	color:#FFF;
	text-align: center;
	font-size: 71.43%;
}


/* グローバルナビ */
#gnavi {
	z-index:102;
	float:left;
}
#gnavi>li {
	float: left;
	width:130px;
	height:66px;
	display: block;
	margin: 0;
	position: relative;
	cursor:pointer;
	text-align:center;
}

#gnavi>li>a {
	display: block;
	text-decoration:none;
	color:#2A2C44;
	padding:22px 0px 0 0px;
}
#gnavi li a i {
	color:#2A2B45;
	font-size:150%;
	vertical-align:-1px;
}
#gnavi li a:hover i {
	color:#2A2B45;
}


#gnavi li dl {
	visibility: hidden;
	z-index:100;
	background:url(/assets/img/common/nav_sub_bg.png) no-repeat 70px 0;
	background-color:rgb(28,39,57);
	font-size:12px;
	top: 66px;
	box-shadow:rgba(0, 0, 0, 0.32) 0px 3px 4px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.32) 0px 3px 4px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.32) 0px 3px 4px -1px;
	padding:25px 30px;
}
#gnavi li dl p.ttlimg {
	margin-bottom:10px;
	text-align:left;
}
#gnavi li dl p.ttlimg img {
	border:#fff solid 3px;
}
#gnavi li dl dd li a {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}


#gnavi li.blk_job dl {
	width: 200px;
	display: block;
	position: absolute;
	left:0;
	zoom:1;	
	overflow:hidden;
	cursor:default;
}
#gnavi li.blk_job dl h2 {
	font-size:14px;
	text-align:left;
	margin:0 0 7px;
	padding:0 0 7px;
	color:#FFF;
	border-bottom:#395075 solid 1px;
	width:200px;
}

#gnavi li.blk_job dl li {
	border:none;
	text-align:left;
	margin: 0;
	padding: 0;
	height:auto;
	width:200px;
}
#gnavi li.blk_job dl li a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	background:url(/assets/img/common/nav_sub_arrow.png) no-repeat 0 50%;
	padding-left:12px;
}
#gnavi li.blk_job dl li  a:hover {
	color:#ddd;
	text-decoration:none;
}
#gnavi li.blk_pref dl {
	width: 700px;
	height: 265px;
	display: block;
	position: absolute;
	left:0;
	text-align:left;
	cursor:default;
}
#gnavi li.blk_pref dl dd {
	width:310px;
	float:left;
}
#gnavi li.blk_pref dl h2 {
	font-size:12px;
	text-align:left;
	margin:0 0 0;
	padding:0;
	color:#9DC6F8;
	border-bottom:none;
}
#gnavi li.blk_pref dl p {
	margin-bottom:10px;
	color:#999;
}
#gnavi li.blk_pref dl p a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
}
#gnavi li.blk_pref dl p a:hover {
	color:#ccc;
	text-decoration:none;
}


#gnavi li.blk_car dl {
	width: 440px;
	display: block;
	position: absolute;
	left:0;
	overflow:hidden;
	cursor:default;
}
#gnavi li.blk_car dl h2 {
	font-size:14px;
	text-align:left;
	margin:0 0 7px;
	padding:0 0 7px;
	color:#FFF;
	border-bottom:#395075 solid 1px;
	width:200px;
}

#gnavi li.blk_car dl dd {
	float:left;
	width:220px;
	margin-bottom:20px;
}
#gnavi li.blk_car dl dd li {
	padding:0 0 5px;
	margin:0;
	width:200px;
	height:15px;
	text-align:left;
	border:none;
}
#gnavi li.blk_car dl dd li a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	background:url(/assets/img/common/nav_sub_arrow.png) no-repeat 0 50%;
	padding-left:12px;
	cursor:pointer;
}
#gnavi li.blk_car dl dd li a:hover {
	color:#ccc;
	text-decoration:none;
}

#gnavi li.blk_job ,
#gnavi li.blk_job a ,
#gnavi li.blk_job a:hover i ,
#gnavi li.blk_job i ,
#gnavi li.blk_car ,
#gnavi li.blk_car a ,
#gnavi li.blk_car a:hover i ,
#gnavi li.blk_car i ,
#gnavi li.blk_pref ,
#gnavi li.blk_pref a ,
#gnavi li.blk_pref a:hover i ,
#gnavi li.blk_pref i {
	color:#2A2B45;
}

/*
header .user_notices {
	float: left;
	width:36px;
	height:36px;
	margin-top:15px;
	margin-right:20px;
}
header .user_notices .button {
	text-align: center;
	padding-top:5px;
	position: relative;
	line-height:1em;
	cursor: pointer;
}
header .user_notices .button:hover {
	opacity:0.5;
}
header .user_notices .button i {
	font-size:30px;
	color: #2A2B45;
}
header .user_notices .button .unread_count span {
	font-weight:bold;
	background: red;
	border:solid 2px #fff;
	color: #fff;
	width:16px;
	height:16px;
	display: block;
	border-radius: 50%;
	font-size:8px;
	line-height:16px;
	position: absolute;
	right:-2px;
	top:-2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	animation: noticecouter 0.2s ease 2;
	animation-delay: 1s;
}
@keyframes noticecouter {
	0% {width:16px;height:16px;top:-2px;right:-2px;line-height:16px;}
	50% {width:24px;height:24px;top:-6px;right:-6px;line-height:26px;font-size:14px;}
	100% {width:16px;height:16px;top:-2px;right:-2px;line-height:16px;}
}
header .user_notices .button .unread_count span.none {
	display: none;
}
header .user_notices .popup {
	position: absolute;
	top:60px;
	left:170px;
	width:300px;
	z-index: 2;
	background: #fff;
	border:solid 1px #ccc;
	display: none;
	border-radius: 3px;
	text-align:left;
}
header .user_notices .popup h3 {
	padding:5px 10px;
}
header .user_notices .popup .list {
	overflow: auto;
	max-height:350px;
	border-bottom:solid 1px #eee;
	border-top:solid 1px #eee;
}
header .user_notices .popup .list .empty {
	border-top:solid 1px #ddd;
	text-align: center;
	padding:20px 20px 25px;
	background: #eee;
}
header .user_notices .popup .list .empty p {
	font-size:12px;
	line-height:1.5em;
}
header .user_notices .popup .list li {
	border-top:solid 1px #eee;
}
header .user_notices .popup .list li:first-child {
	border:none;
}
header .user_notices .popup .list li a {
	padding:10px;
	display: block;
	text-decoration: none;
	color: #333;
	line-height:1.3em;
}
header .user_notices .popup .list li a.unread {
	background: #FFF9DB;
}
header .user_notices .popup .list li a:hover {
	background: #ECF3F6;
}
header .user_notices .popup .list li a > span {
	display: block;
}
header .user_notices .popup .list li a.unread > span.notice_title {
	font-weight:bold;
}
header .user_notices .popup .list li a > span.notice_date {
	margin-top:5px;
	font-size:11px;
	color: #283851;
	text-align: right;
}
header .user_notices .popup .more {
	display: block;
	text-align: center;
	padding:8px;
}

header .subarea {
	float:right;
	letter-spacing:0px;
	text-align:right;
	height:66px;
}
header .subarea i {
	margin-right:4px;
	font-size:120%;
	vertical-align:-1px;
}
header .subarea .naviarea {
	float:left;
	width:140px;
	margin:14px 13px 0 0;
	border-right:#ddd solid 1px;
	display:block;
}
header .subarea .naviarea li {
	float:right;
	padding:10px 8px 6px 0;
}
header .subarea a {
	color:#777;
	text-decoration:none;
}
header .subarea a:hover {
	color:#000;
}
header .subarea a:hover .ion-ios-book {
	color:#77A2DC;
}
header .subarea a:hover .ion-heart {
	color:#F76B6B;
}
header .subarea .userarea {
	float:left;
	width:190px;
}
header .subarea .userarea li {
	float:left;
	width:50%;
	text-align:center;
	margin-top:14px;
}
header .subarea .userarea li.regist a {
	background-color:#f02400;
	border:#f02400 solid 1px;
	padding:7px 0 7px;
	color:#FFF;
	width:100%;
	text-decoration:none;
	display:block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight:bold;
	letter-spacing:1;
}
header .subarea .userarea li.regist a:hover {
	background-color:#C0392B;
	border:#C0392B solid 1px;
}
header .subarea .userarea li.login {
	margin-top:22px;
}
.page_mypage header #gnavi li dl {
	top: 66px;
}*/

/* ログイン後
--------------------------------------*/
/*header .profile {
	float:right;
}
header .profile li.user_name {
	position: relative;
	float: right;
	margin: 0;
	text-align:right;
	width:auto;
	padding:22px 0 0 0 ;
	line-height:1.3;
	height:66px;
	box-sizing: border-box;
}
header .profile .userid {
	font-size:11px;
	color:#777;
	margin-left:7px;
}
header .profile li.user_name span {
	vertical-align:top;
	float: left;
	display: block;
}
header .profile li.user_name .ion-android-arrow-dropdown {
	margin-left: 12px;
	padding-top: 4px;
	display: block;
	float: left;
}
header .profile li.user_name .ion-android-arrow-dropdown:before {
	vertical-align: top;
	margin-top:0px;
}
header .profile .namearea {
	vertical-align: top;
}
header .profile li.user_name .name {
	padding-top:3px;
}
header .profile li.user_name .thum {
	line-height:1;
	margin-right:10px;
	float: left;
	display: block;
}
header .profile li.user_name .thum img {
	display: block;
}

header .profile li ul {
	display: none;
	text-align:left;
	position: absolute;
	top: 54px;
	width:180px;
	padding:12px 0 0 0;
	background:url(/assets/img/common/cild_arrow.png) 50% 0 no-repeat;
	border-bottom:#bbb solid 1px;
	font-size:95%;
	z-index:102;
}
header .profile .mailad {
	color:#777;
	font-size:11px;
	margin-right:15px;
}
header .profile li ul li {
	padding:0 0 15px 14px;
	background-color:#fff;
	border-left:#bbb solid 1px;
	border-right:#bbb solid 1px;
}
header .profile .sub-menu {
	z-index:9;
	padding:15px 0 15px 14px;
}
header .profile li ul li i {
	margin: 0;
	padding: 0;
	border: none;
	font-size:14px;
	margin-right:8px;
}

header .profile li ul li a {
	display:block;
	padding:0 0 0 8px;
	color:#333;
	text-decoration:none;
}
header .profile li ul li a:hover {
	color:#338FFF;
}
header .profile li ul li a:hover .ion-heart {
	color:#338FFF;
}
header .userNav {
	background-color:#283851;
	clear:both;
	overflow:hidden;
	width: 100%;
}
header .userNav ul {
	margin:0 auto;
	width:1024px;
}
header .userNav li {
	float:left;
	padding:0;
	margin:0;
}
header .userNav li a {
	display:block;
	color:#fff;
	border-bottom:#283851 solid 3px;
	padding:13px 25px 11px;
	text-decoration:none;
}
header .userNav li a.active ,
header .userNav li a:hover {
	display:block;
	color:#48bea5;
	border-bottom:#48bea5 solid 3px;
}*/



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


	サイト
	

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

/*----------------------------------------------------
	トップ
----------------------------------------------------*/
section {
	margin-bottom:45px;
	clear:both;
}

/* 見出し */
#home .main_ttl {
	border-top:#dadddd solid 1px;
	text-align:center;
	clear:both;
	overflow:hidden;
	line-height:1;
}
#home .main_ttl h2 {
	background:url(/assets/img/home/h2_line.png) no-repeat 50% 0;
	padding:26px 0 0;
}
#home .main_ttl.new_job_ttl {
	border-top:none;
	text-align:center;
	clear:both;
	overflow:hidden;
	line-height:1;
}
#home .main_ttl.new_job_ttl h2 {
	background:none;
	padding:30px 0 0;
}

#home h2 {
	font-size:23px;
	color:#2A2C44;
	margin-bottom:45px;
	line-height:160%;
	letter-spacing:1px;
	display:block;
	text-align:center;
}
#home h2 span {
	color:#7f8c8d;
	font-weight:normal;
	font-size:13px;
	margin-top:15px;
	line-height:1;
	display:block;
	text-align:center;
}
#home h2 span.icon_bg {
	background:url(/assets/img/home/h2_icon.png) no-repeat 0 0;
	color:#000;
	font-size:100%;
	margin-left:0;
	letter-spacing:1px;
	line-height:1.4;
	height:30px;
	width:24px;
	padding:0 0 0 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align:center;
	margin-right:10px;
	text-align:center;
	margin:0 auto;
	display:none;
}


/* スライダー */
#home .wideslider {
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color:#283851;
}

#home .wideslider ul,
#home .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

#home .wideslider_base {
	top: 0;
	position: absolute;
}
#home .wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
#home .slider_prev,
#home .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
#home .slider_prev {
	background:url(/assets/img/home/slider_prev.png) no-repeat 20px center;
	background-color:#383838;
}
#home .slider_next {
	background:url(/assets/img/home/slider_next.png) no-repeat right 20px center;
	background-color:#383838;
}

#home .wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#home .wideslider ul {
	display: inline-block;
	overflow: hidden;
	width:1080px;
}
#home .wideslider img {
	width:1024px;
	height: 300px;
}

/* 地域・職種検索 */
#home .topsearch {
	background-color:#273752;
	clear:both;
	overflow:hidden;
	padding:20px 0;
}
#home .topsearch .in{
	margin:auto;
	width:1024px;
}
#home .topsearch .pulldown_outer {
	float:left;
	width:356px;
}
#home .topsearch .ttl {
	float:left;
	width:70px;
	height:40px;
	text-align:center;
	line-height:38px;
	background-color:#5B83CC;
	color:#fff;
	z-index: 2;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
#home .topsearch .pulldown {
	float:left;
    position: relative;
	left: 0;
}
#home .topsearch .pulldown select {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 286px;
	height: 40px;
	opacity: 0;
}
#home .topsearch .pulldown .inner {
	position: relative;
	z-index: 0;
	padding: 0 0 0 16px;
	width: 270px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	background-color:#fff;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
#home .topsearch .pulldown .inner:before,
#home .topsearch .pulldown .inner:after {
	content: '';
	position: absolute;
	display: block;
}
#home .topsearch .pulldown .inner:after {
	top: 50%;
	right: 13px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-top-color: #5B83CC;
	border-width: 5px 5px 0 5px;
}
#home .topsearch input[type="submit"] {
	background-color:#5B83CC;
	color:#fff;
	display:block;
	border:none;
	line-height:37px;
	float:right;
	width:170px;
	height:40px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#home .topsearch .str {
	content:"×";
	color:#fff;
	float:left;
	width:50px;
	font-size:26px;
	line-height:35px;
	text-align:center;
	
}
	
#home h1 {
	line-height:100%;
	padding:8px 30px 10px;
	font-size:10px;
	font-weight:normal;
	background-color:#273752;
	color:#FFF;
	text-align: center;
}

/* トップページ コンテンツ */
#home #contents {
	/zoom: 1;
	margin:0 auto 50px ;
	overflow: hidden;
}

#home .blowshis {
	margin-bottom:0;
	padding:45px 0;
}
#home .blowshis .inner_base {
	padding-right:-15px;
	clear:both;
}
#home .blowshis h2 {
	margin:0 auto 20px;
	padding:0;
	font-size:18px;
	width:1024px;
	text-align:left;
}
#home .blowshis h2 i {
	font-size:170%;
	vertical-align:-4px;
	color:#95a5a6;
}

#home .blowshis a {
	text-decoration:none;
}
#home .blowshis .jobtype {
	font-size:11px;
	font-weight:bold;
}
#home .blowshis .blk_wrap {
	margin-right:-20px;
	overflow:hidden;
}
#home .blowshis .blk {
	width:230px;
	float:left;
	margin:0 12px 0 0;
	padding:15px;
	overflow:hidden;
	box-sizing:border-box;
	border:#ccc solid 1px;
}

#home .blowshis .blk .infoarea {
	text-align:left;
}
#home .blowshis .blk .infoarea .jobtype {
	font-weight:normal;
	font-size:11px;
	margin-bottom:5px;
}
#home .blowshis .blk .infoarea .jobtype span {
	color:#405B8A;
}
#home .blowshis .blk .spec_area {
	color:#777;
	font-size:11px;
	border-top:#ccc solid 1px;
	padding:15px 0 0 0;
	margin-top:15px;
}
#home .blowshis .blk .spec_area li.spec_cop_salary {
	background:url(../img/home/spec_icon_salary.png) no-repeat 1px 5px;
	background-size:12px;
	padding-left:20px;
}

#home .blowshis .blk a {
	color:#333;
}
#home .blowshis .blk a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#home .recruit_new_wrap {
	background-color:#f5f5f5;
	margin-bottom:0;
}
#home .recruit_new {
	margin-right:-20px;
	clear:both;
}
#home .recruit_new a {
	text-decoration:none;
	
}

#home .recruit_new .blk {
	width:470px;
	float:left;
	margin:0 20px 30px 0;
	box-sizing:border-box;
	background:#fff;
	border:#ccc solid 1px;
	padding:18px;	
	box-shadow:0px 3px 0px -1px #ddd;
	-moz-box-shadow:0px 3px 0px -1px #ddd;
	-webkit-box-shadow:0px 3px 0px -1px #ddd;
}
#home .recruit_new .blk:hover {
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	border:#999 solid 1px;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	opacity:0.7;
}
#home .recruit_new .blk .tt_area {
	clear:both;
	padding-bottom:18px;
}
#home .recruit_new .blk .thumarea {
	float: right;
	width:100px;
}
#home .recruit_new .blk .thumarea img {
	width:100%;
	height:auto;
}
#home .recruit_new .blk .thumarea img.noimg {
	border:#ddd solid 1px;
	box-sizing:border-box;
}
#home .recruit_new .blk .ttl_area {
	float:left;
	width:315px;
}
#home .recruit_new .blk .ttl_area h3 {
	text-align:left;
}
#home .recruit_new .blk a .ttl_area  {
	text-decoration:none;
	color:#000;
}
#home .recruit_new .blk .ttl_area a:hover {
	color:#397FB9;
}
#home .recruit_new .blk .ttl_area span {
	color:#415C8A;
	font-size:12px;
	letter-spacing:0;
	margin-bottom:5px;
	display:block;
}
#home .recruit_new .blk .spec_area  {
	border-top:#E2E3E6 solid 1px;
	color:#777;
	font-size:11px;
	line-height:130%;
	clear:both;
	overflow:hidden;
	padding-top:18px;
}
#home .recruit_new .blk .spec_area li {
	float:left;
	margin:0 0 8px 15px;
}
#home .recruit_new .blk .spec_area .spec_cop_name {
	clear:both;
	width:100%;
}
#home .recruit_new .blk .spec_area .spec_cop_salary {
	background:url(../img/home/spec_icon_salary.png) no-repeat 1px 1px;
	background-size:11px;
	padding-left:20px;
}
#home .recruit_new .recruit_new_more {
	clear:both;
	margin-right:30px;
	padding-top:15px;
}
#home .recruit_new .recruit_new_more a {
    display: block;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    width: 330px;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto 50px;
    font-size: 15px;
}
#home .useful_item_intro {
	margin-bottom:35px;
	clear:both;
	overflow:hidden;
	text-align:center;
	font-size: 14px;
	background:url(/assets/img/home/useful_bg1.png) no-repeat 0 0;
}
#home .useful_item_intro_out {
	background:url(/assets/img/home/useful_bg2.png) no-repeat 100% 100%;
}
#home .useful_item_introttl {
	font-size:20px;
	color:#283851;
	margin-bottom:10px;
}
#home .useful_item_intro {
}
#home .useful_item {
	margin-right:-13px;
}
#home .useful_item .blk {
	width:230px;
	float:left;
	margin:0 13px 30px 0;
	box-sizing:border-box;
	background:#fff;
	border:#E2E3E6 solid 1px;
}
#home .useful_item .blk a {
	display:block;
	color:#333;
	text-decoration:none;
}
#home .useful_item .blk a:hover {
}
#home .useful_item .blk p {
	font-size:12px;
}
#home .useful_item .use_ttl {
	padding:0 ;
	color:#777;
	margin-top:10px;
	font-size:11px;
	padding:7px 0 10px;
	border-top:#dadddd solid 1px;
	text-align:left;
}
#home .useful_item .use_ttl i {
	font-size:130%;
	vertical-align:-1px;
}

#home .useful_item .use_ttl .inauguration {
	background-color:#283851;
	display:block;
	width:19px;
	height:20px;
	padding:0 0 0 5px;
	text-align:center;
	letter-spacing:0;
	color:#FFF;
	float:left;
	margin-right:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:15px;
}
#home .useful_item .use_ttl .change {
	background-color:#3498db;
	display:block;
	width:19px;
	height:20px;
	padding:0 0 0 5px;
	text-align:center;
	letter-spacing:0;
	color:#FFF;
	float:left;
	margin-right:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:15px;
}
#home .useful_item .txt_body {
	margin:15px 20px 0 20px ;
	line-height:140%;
}
#home .useful_item .txt_body h3 {
	margin-bottom:5px;
}
#home .useful_item .txt_body p {
	color:#777;
	padding-bottom:15px;
}

#home .feature_item_out h3 {
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
	color:#48bea5;
}
#home .feature_item_out h4 {
	font-size:14px;
	font-weight: normal;
	color:#444;
	text-align:center;
	margin-bottom:35px;
}

#home .feature_base {
	margin:0 auto;
	width:1024px;
}
#home .feature_item {
	clear:both;
	overflow:hidden;
	margin-right:-30px;
}
#home .feature_item .blk {
	width:465px;
	float:left;
	padding:35px 20px;
	margin:0 30px 30px 0;
	background:#fff url(/assets/img/home/useful_icon.png) no-repeat 0 0;
	border:#dadddd solid 1px;
	box-sizing:border-box;
}

#home .feature_item .blk .thumarea {
	margin-bottom:30px;
	width:38%;
	float:left;
	text-align:center;
}
#home .feature_item .blk .thumarea img {
	height:80px;
	width:auto;
}

#home .feature_item .blk .txt_body {
	font-size:12px;
	color:#444;
	width:62%;
	float:left;
}
#home .feature_item .blk .txt_body h3 {
	font-size:14px;
	margin-bottom:7px;
	color:#48bea5;
	text-align:left;
}
#home .rec_search .job_base {
	border:#dadddd solid 1px;
	background-color:#fff;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
} 
#home .rec_search h3 {
	font-size:15px;
	font-weight:bold;
}
#home .rec_search h3 i {
	display:block;
	margin-bottom:15px;
	font-size:230%;
}

#home .rec_search .job_base .ttlarea {
	float:left;
	width:200px;
	text-align:center;
	padding:35px 0 30px ;
	background-color:#283851;
	color:#fff;
}
#home .rec_search .job_base .bodyarea {
	float:left;
	width:730px;
	margin-right:-20px;
	padding:20px 0 30px 30px;
}
#home .rec_search .job_base .blk_1 .bodyarea dl,
#home .rec_search .job_base .blk_2 li ,
#home .rec_search .job_base .blk_3 li ,
#home .rec_search .job_base .blk_4 .bodyarea dl ,
#home .rec_search .job_base .blk_5 li {
	float:left;
	margin-right:20px;
	width:345px;
}
#home .rec_search .job_base .blk_2 li a ,
#home .rec_search .job_base .blk_3 li a ,
#home .rec_search .job_base .blk_4 .bodyarea a ,
#home .rec_search .job_base .blk_5 li a {
	display:block;
	background:url(/assets/img/common/side_icon.png) no-repeat 0 50%;
	padding:3px 0 4px 13px;
}
#home .rec_search .searchtab {
	border:#95a5a6 solid 1px;
	overflow:hidden;
	width:910px;
	margin:0 auto 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:13px;
}
#home .rec_search  .searchtab li a {
	width:181px;
	float:left;
	text-align:center;
	color:#7f8c8d;
	padding:10px 0;
	border-right:#95a5a6 solid 1px;
	text-decoration:none;
}
#home .rec_search  .searchtab li.last a {
	border-right:none;
}
#home .rec_search  .searchtab li a i {
	font-size:140%;
	vertical-align:-2px;
}

#home .rec_search  .searchtab li a:hover {
	background-color:#95a5a6;
	color:#fff;
}

#home .rec_search .job_base .blk_1 .bodyarea dl dt {
	font-weight:bold;
	margin-bottom:3px;
}
#home .rec_search .job_base .blk_1 .bodyarea dl dd {
	margin-bottom:8px;
}
#home .rec_search .job_base .blk_4 dt {
	font-weight:bold;
}
#home .forcop {
	background-color:#fff;
	clear:both;
	overflow:hidden;
	width:1024px;
	margin:0 auto 30px;
}
#home .forcop .picarea {
	background-color:#48bea5;
	float:left;
	width:50%;
	display: inline-block;
	align-items: center;
    background-color: #48bea5;
    display: flex;
    justify-content: center;
	font-size:18px;
}
#home .forcop .picarea:bfore {
	box-sizing: border-box;
}
#home .forcop .txtarea {
	float:left;
	width:50%;
	background-color:#f5f5f5;
}

#home .forcop h2 {
	margin-bottom:30px;
	font-size:25px;
	color:#fff;
	font-weight: normal;
}
#home .forcop p {
	margin:30px;
}
#home .forcop p span {
	font-size:16px;
	font-weight:bold;
	color:#48bea5;
}

#home .forcop .copbtn {
	text-align:center;
	margin-bottom:30px;
}
#home .forcop .copbtn a {
	border:#7f8c8d solid 1px;
	background-color:#fff;
	display:block;
	padding:10px 0;
	margin: 0 30px;
	text-decoration:none;
	color:#7f8c8d;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#home .forcop .copbtn a:hover {
	background-color:#7f8c8d;
	color:#fff;
}
#home .site_dis {
	width:900px;
	margin:0 auto;
	padding:15px 30px 30px;
	background-color:#fff;
	border:#ddd solid 1px;
	border-top:#283851 solid 1px;
}
#home .site_dis h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px;
	padding-bottom:10px;
	border-bottom:#ddd solid 1px;
	text-align:left;
}
#home .site_dis p {
	color:#555;
	font-size:11px;
	line-height:145%;
}
#home .job_type {
	margin-right:-30px;
}
#home .job_type .base {
	border-top:#283851 solid 1px;
	width:465px;
	float:left;
	margin:0 30px 20px 0;
	background-color:#f5f5f5;
}
#home .job_type .base .picarea {
	float:left;
	width:115px;
	margin-top:30px;
}
#home .job_type .base .picarea i ,
#home .job_type .base .picarea2 i {
	color:#283851;
	font-size:400%;
	letter-spacing:0px;
	margin-left:40px;
}
#home .job_type .btn {
	margin-top:20px;
}
#home .job_type .btn a {
	padding:8px 10px 9px 13px;
	font-size:11px;
	text-decoration:none;
}
#home .job_type .base .picarea2 {
	float:left;
	width:115px;
	margin-top:10px;
}
#home .job_type .base .bodyarea {
	float:right;
	width:304px;
	border-left:#ddd solid 1px;
	padding:0 0 0 30px;
	margin:10px 0 30px ;
}
#home .job_type .base h3 {
	font-size:18px;
	line-height:100%;
	padding:20px 0 12px 15px;
	color:#283851;
}
#home .job_type .base .bodyarea p {
	font-size:12px;
	margin:0 15px 0 0 ;
	line-height:140%;
}
#home .home_beginner_btn a {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
	width:330px;
	clear:both;
	overflow:hidden;
	text-decoration:none;
	margin:25px auto;
	font-size:15px;
}

/*----------------------------------------------------
	下層共通
----------------------------------------------------*/
#pagettl {
	background-color:#283851;
	width:100%;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:30px 0 35px;
}
#pagettl .inner {
	width:1024px;
	margin:auto;
}
.main_txt {
	width:1024px;
	margin:10px auto;
	font-size:11px;
	color:#777;
	text-align:right;
	font-weight:normal !important;
}

/* 特別求人タイトル　*/
.attention_cap:before {
	display: inline-block;
	content: ' ';
	width: 8px;
	height: 26px;
	vertical-align: middle;
	margin-right: 10px;
	background: #f5721a;
	background: -moz-linear-gradient(top, #f5721a 0%, #f5721a 50%, #000000 50%, #000000 100%);
	background: -webkit-linear-gradient(top, #f5721a 0%,#f5721a 50%,#000000 50%,#000000 100%);
	background: linear-gradient(to bottom, #f5721a 0%,#f5721a 50%,#000000 50%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5721a', endColorstr='#000000',GradientType=0 );
}
.attention_cap h2 {
	display: inline-block;
	font-size: 157.14%;
	vertical-align: middle;
}


/*----------------------------------------------------
	求人情報（検索 & 一覧）
----------------------------------------------------*/
#jobslist h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 157.14%;
}
#jobslist #contents {
	margin-top: 20px;
}
#jobslist .search_blk {
	background-color:#fff;
	border:#ddd solid 3px;
	margin-bottom:30px;
	border-radius:5px;
}
#jobslist .search_blk table {
	width:100%;
	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	background-color:#fff;
}
#jobslist .search_blk table th,
#jobslist .search_blk table td {
	box-sizing: border-box;
	border-radius: 10px;
}
#jobslist .search_blk table th {
	border-bottom:#ddd solid 1px;
	padding:8px 8px 8px 15px;
	text-align:left;
	vertical-align:middle;
	width:10%;
	white-space: nowrap;
	color: #283851;
}
#jobslist .search_blk table td {
	border-bottom:#ddd solid 1px;
	padding:14px 3px;
	vertical-align:middle;
	font-size:14px;
}
#jobslist .search_blk table tbody.detail_conditions {
	display: none;
}
#jobslist .search_blk table td li {
	float:left;
}
#jobslist .search_blk table td .biscat li {
	width:145px;
}
#jobslist .search_blk table td .prefs li {
	width:90px;
}
#jobslist .search_blk table td .jobcat li {
	width:145px;
}
#jobslist .search_blk table td .car_list li {
	width:170px;
}
#jobslist .search_blk table td .status_list li {
	margin-right: 10px;
}
#jobslist .search_blk table td .status_list li:nth-child(5) {
	font-size:11px;
}
#jobslist .search_blk table td .license_list li {
	width:220px;
}
#jobslist .search_blk table td .characteristic_list li {
	margin-right:15px;
	margin-bottom:3px;
	white-space: nowrap;
}
#jobslist .search_blk table td .other_list li {
	margin-right:15px;
	margin-bottom:3px;
	white-space: nowrap;
}
#jobslist .search_blk table td a[data-select-assist-open] {
	float: left;
	border:solid 1px #ddd;
	display: inline-block;
	padding:3px 8px 0;
	text-decoration: none;
	border-radius:3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 -2px 0 #aaa;
	color: #333;
	height:32px;
	box-sizing: border-box;
	white-space: nowrap;
}
#jobslist .search_blk table td a[data-select-assist-open]:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,efefef+47,e2e2e2+100 */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 47%, #e2e2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 47%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#efefef 47%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */


}
#jobslist .search_blk table td select {
	height:32px;
	padding:0 20px 0 15px;
}
#jobslist .search_blk input[type="number"] {
	height:32px;
	margin:0;
}
#jobslist .search_blk input[type="search"] {
	width:280px;
	height:32px;
	margin:0;
	display: block;
}
#jobslist .search_blk .btnarea{
	padding:15px 0;
	clear:both;
	position: relative;
	background: #f7f7f7;
	border:#ccc solid 1px;
	border-top:none;
}
#jobslist .search_blk .btnarea .open_detail_conditions {
}
#jobslist .search_blk .btnarea .open_detail_conditions a {
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	right:18px;
	top:-1px;
	display: block;
	padding:0px 10px 5px;
	background: #fff;
	border:solid 1px #ddd;
	border-top:none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#jobslist .search_blk .search_hw {
	width:250px;
	float:left;
	margin:10px 0 0 15px;
}
#jobslist .search_blk .search_inp {
	width:300px;
	float:left;
}
#jobslist .search_blk .btnarea .sbm {
	width:230px;
	height:46px;
	margin: auto;
	cursor:pointer;
	background:#1d6dc6;
	display:block;
	padding:0 0 0 0;
	border-radius: 3px;
	font-size:16px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:none;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}
#jobslist .search_blk .btnarea .sbm:hover {
	opacity: 0.8;
}
#jobslist .search_blk .btnarea .sbm_c {
	background:#95a5a6;
	display:block;
	border:none;
	width:100px;
	height:41px;
	float:left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#FFF;
	cursor:pointer;
}
#jobslist .search_blk .btnarea .sbm_c:hover {
	background-color:#7f8c8d;
}
#jobslist .search_blk .checkboxs,
#jobslist .search_blk .radios {
	overflow: hidden;
}
#jobslist .search_blk .checkboxs label,
#jobslist .search_blk .radios label {
	display: block;
	width:100%;
	border-bottom:none;
	float: left;
	font-size:14px;
	cursor: pointer;
	white-space: nowrap;
}
#jobslist .search_blk .checkboxs label.half,
#jobslist .search_blk .radios label.half {
	width:50%;
	float: left;
}
#jobslist .checkboxs label:last-child,
#jobslist .radios label:last-child {
}
#jobslist .search_blk .checkboxs label span:before,
#jobslist .search_blk .radios label span:before {
	font-family: "Ionicons";
	color: #bbb;
	font-size: 20px;
	position: relative;
	top:2px;
	margin-right:5px;
}
#jobslist .search_blk .checkboxs input:checked + label,
#jobslist .search_blk .radios input:checked + label {
	background: #fff;
}
#jobslist .search_blk .checkboxs input:checked + label span,
#jobslist .search_blk .radios input:checked + label span {

}
#jobslist .search_blk .checkboxs input:checked + label span:before,
#jobslist .search_blk .radios input:checked + label span:before {
	content: "";
	color: #19B496;
}
#jobslist .search_blk .checkboxs input[type=radio],
#jobslist .search_blk .radios input[type=radio],
#jobslist .search_blk .checkboxs input[type=checkbox],
#jobslist .search_blk .radios input[type=checkbox] {
	position: absolute;
	left:-9999px;
}
#jobslist .search_blk .radios label span:before {
	content: "\f3a6";
}
#jobslist .search_blk .radios input:checked + label span:before {
	content: "\f3a7";
}
#jobslist .search_blk .checkboxs label span:before {
	content: "\f372";
}
#jobslist .search_blk .checkboxs input:checked + label span:before {
	content: "\f374";
}
#jobslist .search_blk .select_assist {
	display: none;
	position: absolute;
	width:500px;
	background: #fff;
	border:solid 5px #283851;
	z-index: 10;
}
#jobslist .search_blk .select_assist .head {
	background: #283851;
	color: #fff;
	overflow: hidden;
	padding:4px 10px 7px;
}
#jobslist .search_blk .select_assist .head h3 {
	float: left;
}
#jobslist .search_blk .select_assist .head a {
	float: right;
	color: #fff;
	text-decoration: none;
}
#jobslist .search_blk .select_assist .main {
	padding:10px 18px;
	overflow: hidden;
}
#jobslist .search_blk .select_assist_results {
	display: block;
	float: left;
}
#jobslist .search_blk .select_assist_results li {
	display: inline-block;
	margin-right:15px;
	white-space: nowrap;
}

#jobslist .banner_cap {
	margin-bottom: 25px;
}
#jobslist .banner_cap:before {
	display: inline-block;
	content: ' ';
	width: 8px;
	height: 26px;
	vertical-align: middle;
	margin-right: 10px;
	/* グラデーション */
	background: #0858a9; /* Old browsers */
	background: -moz-linear-gradient(top, #0858a9 0%, #0858a9 50%, #000000 50%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0858a9 0%,#0858a9 50%,#000000 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0858a9 0%,#0858a9 50%,#000000 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0858a9', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#jobslist .banner_cap h2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 157.14%;
}

#jobslist .banners {
	padding:0 0 25px;
	text-align: center;
}
#jobslist .banners a:hover img {
	opacity:0.8;
}
#jobslist .banners ul {
	width:1040px;
	margin-left: -8px;
	display: table;
}
#jobslist .banners ul li {
	display: table-cell;
}
#jobslist #contents .inner_base {
	overflow: visible;
}
#jobslist .slid_banner_wrap {
	margin-left: -58px;
	margin-bottom: 25px;
}
#jobslist .slid_banner {
	width: 1140px;
}
#jobslist .slid_banner a {
	display: block;
	margin: 0 8px;
	background: #CCC;
}
#jobslist .slid_banner a:hover img {
	opacity: 0.8;
}
#jobslist .slid_banner .slick-prev { left: -35px; }
#jobslist .slid_banner .slick-next { right: -35px; }
#jobslist .slid_banner .slick-prev,
#jobslist .slid_banner .slick-next {
	background: #000;
	height: 93px;
	width: 22px;
	border-radius: 2px;
}
#jobslist .slid_banner .slick-prev:before,
#jobslist .slid_banner .slick-next:before {
	font-family: "Ionicons";
	opacity: 1;
	font-size: 15px;
}
#jobslist .slid_banner .slick-prev:before { content: "\f124"; }
#jobslist .slid_banner .slick-next:before { content: "\f125"; }
#jobslist .slid_banner .slick-dots li.slick-active button:before { opacity: 1 }
#jobslist .slid_banner .slick-dots { bottom: 50px }

#jobslist .result_none {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#F76B6B;
	padding:50px 0;
	display:block;
	border:#ddd solid 2px;
	margin-top:20px;
	background-color:#fff;
	border-radius:5px;
}

#jobslist .searcharea {
	border:#95A5A6 solid 2px;
	background-color:#FFF;
	margin:0 0 38px 0;
}
#jobslist .searcharea h2 {
	font-size:17px;
	border-bottom: #dadddd solid 1px;
	padding:20px 30px;
}
#jobslist .searcharea h2 i {
	font-size:140%;
	vertical-align:-3px;
}
#jobslist .searcharea .s_blk {
	margin:35px 30px 0px 30px ;
	clear:both;
	overflow:hidden;
}
#jobslist .searcharea .s_blk dl {
	margin-bottom:30px;
}
#jobslist .searcharea .s_blk dl.b1 {
	float:left;
	width:25%;
}
#jobslist .searcharea .s_blk dl.b2 {
	float:left;
	width:25%;
}
#jobslist .searcharea .s_blk dl.b3 {
	float:left;
	width:25%;
}
#jobslist .searcharea .s_blk dl.b4 {
	float:left;
	width:25%;
}
#jobslist .searcharea .s_blk dl.b5 {
	float:left;
	width:50%;
}
#jobslist .searcharea .s_blk dl.b5 input[type="number"]{
	width:110px;
}

#jobslist .searcharea dl.b6 {
	float:left;
	width:50%;
}
#jobslist .searcharea dl.b6 li {
	float:left;
	margin-bottom:7px;
	width:130px;
	font-size:13px;
}
#jobslist .searcharea dl.b6 li.t_long {
	width:180px;
}

#jobslist .searcharea dl.b7 {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

#jobslist .searcharea dl.b7 li {
	width:180px;
	float:left;
	margin-bottom:3px;
}
#jobslist .searcharea dl.b7 li.t_plus {
	width:300px;
}
#jobslist .searcharea dl.b8,
#jobslist .searcharea dl.b9 {
	width:50%;
	float:left;
	margin-bottom:20px;
}
#jobslist .searcharea dl.b8 input[type="text"] {
	width:87%;
}



#jobslist .searcharea .s_blk dl dt {
	font-weight:bold;
	margin-bottom:7px;
}
#jobslist .searcharea dl.b7 dt,
#jobslist .searcharea dl.b8 dt,
#jobslist .searcharea dl.b9 dt {
	font-size:12px;
	font-weight:bold;
	margin-bottom:7px;
}
#jobslist .searcharea dl.b7 dt i,
#jobslist .searcharea dl.b8 dt i,
#jobslist .searcharea dl.b9 dt i {
	font-size:150%;
	vertical-align:-3px;
}

#jobslist .searcharea .s_blk dl dt i {
	font-size:160%;
	vertical-align:-2px;
}
#jobslist .searcharea .s_blk dl dd .ex {
	font-size:11.5px;
	color:#777;
	margin-top:4px;
}
#jobslist .searcharea .accordion {
	border-top:#dadddd solid 1px;
}
#jobslist .searcharea .accordion a.accordion-control {
	display:block;
	padding:10px 0;
	font-weight:bold;
	text-align:center;
}
#jobslist .searcharea .accordion a.accordion-control:hover ,
#jobslist .searcharea .accordion a.accordion-control i.ion-minus-circled:hover {
	color:#777;
	background-color:#EBF2F8;
}

#jobslist .searcharea .accordion a.accordion-control i {
	font-size:145%;
	vertical-align:-2px;
}
#jobslist .searcharea .accordion a.accordion-control i.ion-minus-circled {
	color:#397FB9;
}
#jobslist .searcharea .accordion-panel{
	display: none;
	border-top:#dadddd solid 1px;
	margin:1px;
	padding:15px 25px;
	font-size:11px;
	background-color:#fff;
	overflow:hidden;
	box-shadow:rgba(0, 0, 0, 0.21) 0px 5px 5px -3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.21) 0px 5px 5px -3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.21) 0px 5px 5px -3px inset;
}

#jobslist .job_blk {
	background-color:#FFF;
	border-top:#283851 solid 2px;
	border-left:#dbdede solid 1px;
	border-right:#dbdede solid 1px;
	border-bottom:#dbdede solid 1px;
	margin-top:50px;
}
#jobslist .countarea {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
    margin-top: 20px;
}
#jobslist .countarea .count {
	float:left;
	width:40%;
	font-size:16px;
	font-weight:bold;
	margin:9px 0;
}
#jobslist .countarea .count span {
	font-size:12px;
	color:#333;
	font-weight:normal;
}
#jobslist .countarea .count span.f_red {
	font-size:16px;
	color:#e74c3c;
	font-weight:bold;
}

#jobslist .countarea .pager {
	float:right;
	width:60%;
}
#jobslist .countarea .pager ul {
	border-top:#dadddd solid 1px;
	border-left:#dadddd solid 1px;
	float:right;
}
#jobslist .countarea .pager li {
	border-bottom:#dadddd solid 1px;
	border-right:#dadddd solid 1px;
	background-color:#fff;
	float:left;
	letter-spacing:0;
}
#jobslist .countarea .pager li a {
	text-decoration:none;
	display:block;
	padding:9px 16px;
	
}
#jobslist .countarea .pager li a:hover,
#jobslist .countarea .pager li.active a {
	background-color:#1d6dc6;
	color:#fff;
}

#jobslist .job_blk .head_blk {
	border-bottom:#dbdede solid 1px;
	padding:20px 30px;
	overflow:hidden;
}
#jobslist .job_blk .head_blk .head_blk_in {
	position: relative;
	overflow: hidden;
}
#jobslist .job_blk .head_blk .timelimit {
	position: absolute;
	right:0px;
	top:12px;
	color: #333;
	font-weight:bold;
	font-size:125%;
}
#jobslist .job_blk .head_blk .timelimit .number {
	font-size:125%;
}
#jobslist .job_blk .head_blk .hw_icon {
	width:120px;
	float:right;
	color:#3498db;
	border:#3498db solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:3px 7px 2px;
	font-size:90%;
	text-align:center;
	font-weight:bold;
}
#jobslist .job_blk .head_blk .new_icon {
	float:left;
	display:inline-block;
	margin-left: 8px;
}
#jobslist .job_blk .head_blk .new_icon span {
	color:#fff;
	background-color:#E64F53;
	border-radius: 2px;
	padding:2px 5px 3px;
	font-size:14px;
	text-align:center;
	display:inline-block;
}

#jobslist .job_blk .head_blk .tag {
	width:700px;
	float:left;
	overflow:hidden;
	font-size:90%;
	margin-bottom:5px;
}
#jobslist .job_blk .head_blk .tag li {
	border:#DADDDD solid 1px;
	padding:3px 10px;
	float:left;
	margin:0 8px 8px 0;
	border-radius: 2px;
	font-size:13px;
}
#jobslist .job_blk .head_blk h2 {
	font-size:21px;
	padding-top:5px;
	margin-bottom:5px;
}
#jobslist .job_blk .head_blk .scout_only_icon {
	float: left;
	display: block;
	color: #fff;
	background-color: #F5671B;
	border-radius: 2px;
	padding: 2px 5px 3px 7px;
	font-size: 14px;
	text-align: center;
	margin-right: 8px;
	font-weight: normal;
}
#jobslist .job_blk .head_blk h2 a {
	background:none;
	text-decoration: none;
	display: block;
	line-height:1.3em;
}
#jobslist .job_blk .icons {
	overflow: hidden;
	line-height:1em;
	margin-bottom:3px;
}
#jobslist .job_blk .icons span {
	float: left;
	display: block;
	color: #1B8F58;
	font-size:12px;
	border:solid 1px #1B8F58;
	padding:3px 5px 4px;
	font-weight:bold;
	border-radius: 2px;
	margin-right:7px;
    background-color: #fff;
}
#jobslist .job_blk .icons span.private {
	color: #fff;
	border-color: #29a1b7;
	background-color: #29a1b7;
}
#jobslist .job_blk .icons span.icon-new,
#jobslist .job_blk .icons span.icon-limit {
	background: #E64F53;
	color: #fff;
	border-color: #E64F53;
}
#jobslist .job_blk .icons span.icon-fulltime {
	background: #1d6dc6;
	color: #fff;
	border-color: #1d6dc6;
}
#jobslist .job_blk .icons span.icon-special {
	background: #F5721B;
	color: #fff;
	border-color: #F5721B;
}
#jobslist .job_blk .s_btnara {
	float:right;
	width:314px;
}
#jobslist .job_blk .cont_blk {
	margin:15px 30px 20px;
}
#jobslist .job_blk .cont_blk .imgarea {
	float:right;
	width:230px;
	margin-bottom:20px;
}
#jobslist .job_blk .cont_blk .imgarea img {
	width:100%;
	height:auto;
}
#jobslist .job_blk .cont_blk .info_outer {
	float:left;
	width:700px;
	overflow: hidden;
	margin-bottom:20px;
}
#jobslist .job_blk .cont_blk .info {
	width:100%;
}
#jobslist .job_blk .cont_blk .info th,
#jobslist .job_blk .cont_blk .info td {
	padding:8px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#jobslist .job_blk .cont_blk .info th {
	width:110px;
	background: #f7f7f7;
	color: #283851;
	vertical-align: middle;
}
#jobslist .job_blk .cont_blk .info td {
	padding-left: 12px;
    padding-right: 12px;
}
#jobslist .job_blk .cont_blk .txtarea h3 {
	font-size:14px;
	margin-bottom:5px;
}
#jobslist .job_blk .cont_blk .txtarea p {
	font-size:14px;
	color:#444;
	margin-bottom: 15px;
}

#jobslist .job_blk .btarea {
	background-color:#fafafa;
	padding:20px 30px 10px;
	clear:both;
	overflow:hidden;
	color: #555;
	border-top:solid 1px #eee;
}
#jobslist .job_blk .date {
	float:right;
	font-size:14px;
	margin-top:10px;
}
#jobslist .job_blk .s_btnarea {
	float:left;
}
#jobslist .job_blk .s_btnarea li {
	float: right;
	display:block;
	margin-right:10px;
}
#jobslist .job_blk .s_btnarea li.s_contact a {
	background:#1d6dc6;
	display:block;
	width:152px;
	height:40px;
	margin-bottom:10px;
	padding: 0;
	line-height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	box-shadow:0px -3px 0px 0px #105fb3 inset;
}
#jobslist .job_blk .s_btnarea li.s_contact a:hover {
	background-color:#105fb3;
}
#jobslist .job_blk .s_btnarea li.s_favorite a {
	width:230px;
	height:40px;
	background:#F96A68;
	display:block;
	padding: 0;
	line-height:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	letter-spacing:-0.5px;
	color:#fff;
	font-weight:bold;
	box-shadow:0px -3px 0px 0px #ea6463 inset;
}
#jobslist .job_blk .s_btnarea li.s_favorite a:hover {
	background-color: #ea6463;
}
#jobslist .job_blk .s_btnarea li.s_favorite a i {
	color:#fff;
	font-size:120%;
	vertical-align:-1px;
}

#jobslist .attention_blk {
    background: #fffbe8;
    border-top-color: #f5721a;
    border-left: #e6e0c5 solid 1px;
    border-right: #e6e0c5 solid 1px;
    border-bottom: #e6e0c5 solid 1px;
}
#jobslist .job_blk.attention_blk .cont_blk {
    background-color: #fff;
    margin:  0 30px 20px 30px;
    border: 1px solid #e6e0c5;
    border-bottom: none;
}
#jobslist .job_blk.attention_blk .head_blk {
    border-bottom: none;
}
#jobslist .job_blk.attention_blk .head_blk a {
    color: #f4721a;
}
#jobslist .job_blk.attention_blk .head_blk a:hover,
#jobslist .job_blk_scout .head_blk h2 a:hover {
	opacity: 0.7;
}
#jobslist .job_blk.attention_blk .cont_blk .info_outer {
    float: none;
    width: 100%;
    margin-bottom: 0;
}
#jobslist .job_blk.attention_blk .cont_blk .appeal_wrap {
    padding: 10px 10px 0 10px;
}
#jobslist .job_blk.attention_blk .cont_blk .imgarea {
    width: 317px;
	margin-left: 10px;
}
#jobslist .job_blk.attention_blk .info th,
#jobslist .job_blk.attention_blk .info td {
    border-color: #e6e0c5;
}
#jobslist .job_blk.attention_blk .info th {
    background-color: #fffdf6;
}
#jobslist .job_blk.attention_blk .btarea {
    border-top: none;
    background-color: #fbf3d1;
}
#jobslist .job_blk.attention_blk .cont_blk .appeal_cap {
    padding: 10px 0 0 5px;
}
#jobslist .job_blk.attention_blk .cont_blk .appeal_cap li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 22px;
}
#jobslist .job_blk.attention_blk .cont_blk .appeal_cap li span {
    display: block;
    margin-left: 32px;
    padding-top: 2px;
}
#jobslist .job_blk.attention_blk .cont_blk .appeal_cap li:before {
    float: left;
    content: '';
    width: 22px;
    height: 22px;
    border: 5px solid #f5721a;
    border-radius: 11px;
    box-sizing: border-box;
    vertical-align: middle;
}
#jobslist .job_blk.attention_blk {
    position: relative;
}
#jobslist .job_blk.attention_blk:before {
    content: '注目';
    display: block;
    position: absolute;
    width: 68px;
    height: 68px;
    background: url("../img/job/search_attention.png");
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
    color: #FFF;
    font-weight: bold;
    z-index: 1;
    right: 26px;
    top: -33px;
}

/* スカウトPR */
#jobslist .job_blk_scout {
	background-color:#e6f7f7;
	border-top:#29a1b7 solid 2px;
	border-left:#c4e2e2 solid 1px;
	border-right:#c4e2e2 solid 1px;
	border-bottom:#c4e2e2 solid 1px;
	margin-bottom:50px;
}
#jobslist .job_blk_scout .head_blk {
    border-bottom-color: #d2ebeb;
}
#jobslist .job_blk_scout .btarea {
    background-color: #d8f4f4;
    border-top-color: #c4e2e2;
}
#jobslist .job_blk_scout .btarea .copname {
	float: right;
	margin-top: 10px;
}
#jobslist .job_blk_scout .head_blk h2 a {
	color: #000;
}
#jobslist .job_blk_scout .cont_blk .spec {
	padding: 0 20px;
	background-color: #fff;
}
#jobslist .job_blk_scout .cont_blk .spec table {
	width: 100%;
}
#jobslist .job_blk_scout .cont_blk .spec table th {
	width: 13%;
}
#jobslist .job_blk_scout .cont_blk .spec table td {
	width: 37%;
}
#jobslist .job_blk_scout .cont_blk .spec table th,
#jobslist .job_blk_scout .cont_blk .spec table td {
	border-bottom: 1px solid #efefef;
	text-align: left;
	padding: 10px 0;
}
#jobslist .job_blk_scout .cont_blk .spec table tr:last-child th,
#jobslist .job_blk_scout .cont_blk .spec table tr:last-child td {
	border-bottom: none;
}
#jobslist .job_blk_scout .s_btnarea li.s_contact a {
    background-color: #29a1b7;
    box-shadow:0px -3px 0px 0px #268ea1 inset;
}
#jobslist .job_blk_scout .s_btnarea li.s_contact a:hover {
	background-color: #268ea1;
}

/*----------------------------------------------------
	求人情報（詳細） - 2016.6 [レイアウト変更後]
----------------------------------------------------*/
#jobsvote .page_intro {
	border-bottom:#ddd solid 1px;
	background-color:#f5f5f5;
	margin-top:-10px;
	padding-bottom:5px;
	margin-bottom:20px;
}
#jobsvote .notification .type1 {
	border:#3498db solid 1px;
	text-align:center;
	color:#3498db;
	margin-bottom:15px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#ECF6FC;
}
#jobsvote .notification .type1:hover {
	background-color:#D8ECFA;
}
#jobsvote .notification .type2 {
	border:#FE4365 solid 1px;
	text-align:center;
	color:#FE4365;
	margin-bottom:15px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FDF1F0;
}
#jobsvote .notification .type2:hover {
	background-color:#FCE2E0;
}
#jobsvote .notification .txt1 {
	font-weight:bold;
}
#jobsvote .notification a {
	display:block;
	text-decoration:none;
	color:#000;
	padding:15px 0;
}
#jobsvote .notification a i {
	margin-right:7px;
}
#jobsvote .notification .font_s {
	font-size:12px;
	color:#777;
}
#jobsvote .notification .links {
	font-size:15px;
	font-weight:bold;
}
#jobsvote .scout_only {
	margin:-3px 10px 10px 0;
	float:left;
}
#jobsvote .scout_only span {
	background-color:#1abc9c;
	color:#fff;
	padding:5px 8px 6px;
	border-radius:4px;
	font-size:12px;
}
#jobsvote #contents {
	margin-top:74px;
}
#jobsvote section {
	margin:0;
}
#jobsvote section#anc01 {
	padding-top: 200px;
	margin-top: -200px;
}
#jobsvote h1 {
	padding:2px 0px 0;
	font-size:10px;
	color:#333;
	font-weight:normal;
	text-align: right;
}
#jobsvote .breadcrumbs {
	background: none;
	padding:0;
	text-align: right;
}
#jobsvote .fixhead {

}
#jobsvote .fixhead .fixbar {
	position: fixed;
	top: 106px;
	z-index: 9;
	width: 100%;
	background:url(../img/job/fix_head_bg.png) repeat-x 0 100%;
	height: 76px;
}
#jobsvote .fixhead.fixed .fixbar {

}
#jobsvote .fixhead .inner {
	width:1024px;
	margin:0 auto;
}
#jobsvote .fixhead .inner nav.detail_nav ul {
	float: left;
}
#jobsvote .fixhead .inner nav.detail_nav ul li {
	float: left;
	width: auto;
}
#jobsvote .fixhead .inner nav.detail_nav ul li a {
	display: block;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	padding: 17px 15px 0;
	height: 60px;
	box-sizing: border-box;
	background: url(../img/job/detail_nav.png) no-repeat 100% 50%;
}
#jobsvote .fixhead .inner nav.detail_nav ul li a:hover ,
#jobsvote .fixhead .inner nav.detail_nav ul li a.active {
	border-bottom: #2F60AA solid 4px;
	box-sizing: border-box;
}

#jobsvote .fixhead ul.action_area {
	margin:12px 0 0 0;
	overflow: hidden;
	padding: 12px 2px 12px 0;
}
#jobsvote .fixhead ul.action_area li {
	width:180px;
	float:right;
	margin-left:17px;
}
#jobsvote .fixhead ul.action_area .dateend {
	width:193px;
	float:right;
	margin:7px 0 0 0;
	text-align:right;
}
#jobsvote .fixhead ul.action_area .dateend .date {
	color:#F86A66;
	font-size:120%;
	font-weight:bold;
}
#jobsvote .fixhead ul.action_area .dateend .date_text {
	font-weight:bold;
	margin-left:5px;
}
#jobsvote .fixhead .entry_end {
	background-color:#eee;
	color:#777;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding: 7px 0 6px;
	width:100%;
	border:#ddd solid 1px;
}
#jobsvote .base_btn a ,
#page_mypage_scout_detail .base_btn a {
	color: #ffffff;
	padding: 8px 0 7px;
	width:100%;
	text-align:center;
	text-decoration:none;
	display:block;
	background: #fd6a1a;
	box-shadow:0px 3px 0px 0px #c75416;
	-moz-box-shadow:0px 3px 0px 0px #c75416;
	-webkit-box-shadow:0px 3px 0px 0px #c75416;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight:bold;
}
#jobsvote .base_btn a:hover ,
#page_mypage_scout_detail .base_btn a:hover {
	background: #ff583b;
	zoom: 1;
}
#jobsvote .base_fav_btn.btn_center {
	width:400px;
	margin-left:180px;
}
#jobsvote .base_fav_btn a {
	color: #333;
	border:#ddd solid 1px;
	padding: 7px 0 6px;
	width:100%;
	text-align:center;
	text-decoration:none;
	display:block;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:0px 3px 0px 0px #efefef;
	-moz-box-shadow:0px 3px 0px 0px #efefef;
	-webkit-box-shadow:0px 3px 0px 0px #efefef;
}
#jobsvote .base_fav_btn a:hover {
	background-color:#f5f5f5;
}
#jobsvote .fixhead .base_fav_btn a {
	font-size:12px;
}
#jobsvote .fixhead .base_fav_btn a i {
	font-size:130%;
	color:#F96A68;
	vertical-align:-2px;
}


#jobsvote .job_head {
	margin:10px 0 32px;
	overflow: hidden;
	position: relative;
}
#jobsvote .job_head .date {
	position: absolute;
	top:0;
	right:0;
	font-size:12px;
	color: #555;
}
#jobsvote .job_head .jobcate {
	color:#777;
	font-size:12px;
}
#jobsvote .job_head h2 {
	font-size:22px;
	/*margin:9px 0 6px;*/
	line-height:180%;
}
#jobsvote .job_head .coparea {
	font-size:12px;
	clear:both;
}
#jobsvote .job_head .coparea .logoarea {
	width:17px;
	float:left;
	margin-right:10px;
}
#jobsvote .job_head .coparea .logoarea img {
	width:100%;
	height:auto;
}
#jobsvote .job_head .coparea .logoname {
	float:left;
}

#jobsvote .job_nav {
	background:url(/assets/img/job/job_tab_bg.png) repeat-x 0 100%;
	clear:both;
	overflow:hidden;
}
#jobsvote .job_nav ul {
	float: left;
	width: 705px;
}
#jobsvote .job_nav li a {
	float:left;
	width:170px;
	height:44px;
	display:block;
	text-indent:-99999px;
	margin-right:6px;
}
#jobsvote .job_nav li a:hover {
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
}

#jobsvote .job_nav li.job_nav1 a {
	background:url(../img/job/job_tab1.png) no-repeat 0 -44px;
}
#jobsvote .job_nav li.job_nav2 a {
	background:url(../img/job/job_tab2.png) no-repeat 0 -44px;
}
#jobsvote .job_nav li.job_nav3 a {
	background:url(../img/job/job_tab3.png) no-repeat 0 -44px;
}
#jobsvote .job_nav li.job_nav4 a {
	background:url(../img/job/job_tab4.png) no-repeat 0 -44px;
}
#jobsvote .job_nav li a.active {
	background-position:0 0;
}

#jobsvote .job_nav .jobs_num {
	float:right;
	text-align:right;
	width:200px;
	font-size:12px;
	margin-top:15px;
}
#jobsvote .jobs_point {
	margin:22px 0;
	z-index:1;
}
#jobsvote .jobs_point .fotorama {
	float:left;
	width:316px;
}
#jobsvote .jobs_point .fotorama .fotorama__stage{
	background-color:#fff;
}
#jobsvote .jobs_point .deteil_info_1st {
	float:right;
	width:682px;
}
#jobsvote .jobs_point .deteil_info_1st table {
	width:100%;
	border:#B4BFC1 solid 1px;
}
#jobsvote .jobs_point .deteil_info_1st table th {
	width:27%;
	padding:20px 0 20px 60px;
	text-align:left;
	border:#B4BFC1 solid 1px;
	font-size:14px;
	vertical-align:middle;
	font-weight:bold;
}
#jobsvote .jobs_point .deteil_info_1st table td {
	width:78%;
	padding:17px 19px;
	font-size:15px;
	font-weight:bold;
	border:#B4BFC1 solid 1px;
	vertical-align:middle;
}
#jobsvote .jobs_point table th.info1 {background:#F9F9F9 url(/assets/img/job/table_icon1.png) no-repeat 25px 50%;}
#jobsvote .jobs_point table th.info2 {background:#F9F9F9 url(/assets/img/job/table_icon2.png) no-repeat 25px 50%;}
#jobsvote .jobs_point table th.info3 {background:#F9F9F9 url(/assets/img/job/table_icon3.png) no-repeat 25px 50%;}
#jobsvote .jobs_point table th.info4 {background:#F9F9F9 url(/assets/img/job/table_icon4.png) no-repeat 25px 50%;}
#jobsvote .jobs_point table th.info5 {background:#F9F9F9 url(/assets/img/job/table_icon5.png) no-repeat 25px 50%;}
#jobsvote .jobs_point table th.info6 {background:#F9F9F9 url(/assets/img/job/table_icon6.png) no-repeat 25px 50%;}

#jobsvote .jobs_point .deteil_info_2nd {
	clear:both;
	overflow:hidden;
	padding:20px 0 0 0;
}
#jobsvote .jobs_point .deteil_info_2nd table {
	width:100%;
	border:#B4BFC1 solid 1px;
}
#jobsvote .jobs_point .deteil_info_2nd table th {
	width:18%;
	padding:17px 0 17px 60px;
	text-align:left;
	border:#B4BFC1 solid 1px;
	font-size:14px;
	vertical-align:middle;
	font-weight:bold;
}
#jobsvote .jobs_point .deteil_info_2nd table td {
	width:82%;
	padding:17px 19px;
	border:#B4BFC1 solid 1px;
	vertical-align:middle;
}
#jobsvote .jobs_point .deteil_info_2nd table td.ftr {
	padding:17px 19px 10px 19px;
}

#jobsvote table td ul.tag {
	padding-bottom:-7px;
}
#jobsvote table td ul.tag li {
	border:#ccc solid 1px;
	border-radius:15px / 15px;
	display:block;
	float:left;
	padding:1px 12px;
	margin:0 5px 8px 0;
	font-size:12px;
}
#jobsvote table td dl.selection dt {
	font-weight:bold;
}
#jobsvote table td dl.selection dt span {
	background-color:#969EA0;
	color:#fff;
	margin:0 5px 0 0;
	font-size:11px;
	padding:3px 5px;
	border-radius:3px;
	font-weight:normal;
	
}
#jobsvote table td dl dd .nextarrow {
	font-size:11px;
	color:#ccc;
}
#jobsvote .cta {
	clear:both;
	overflow:hidden;
	padding:38px 0 18px 160px;
}
#jobsvote .cta .base_btn a {
	width:340px;
	float:left;
	padding:17px 0;
	font-size:18px;
	margin-right:21px;
}
#jobsvote .cta .base_btn a i {
	font-size:140%;
	vertical-align:-3px;
	margin-right:12px;
}
#jobsvote .cta .entry_end{
	width:700px;
	float:left;
	padding:17px 0;
	font-size:18px;
	margin:0 0 20px 0;
	background-color:#eee;
	color:#777;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	border:#ddd solid 1px;
}

#jobsvote .cta {
	clear:both;
	overflow:hidden;
}
#jobsvote .cta .base_fav_btn a {
	width:340px;
	float:left;
	padding:17px 0;
	font-size:15px;
}
#jobsvote .cta .base_fav_btn a i {
	font-size:140%;
	vertical-align:-3px;
	margin-right:12px;
	color:#F96A68;
}
#jobsvote .cta.paidjob_cta {
	padding-bottom: 50px;
}

#jobsvote .appeal {
	border-top:#ddd solid 1px;
	padding:38px 0 0 0;
}
#jobsvote .appeal h2 {
	border-left:#263653 solid 7px;
	padding:2px 0 2px 18px;
	margin-bottom:18px;
	font-size:20px;
	font-weight:bold;
}
#jobsvote .appeal .body {
	margin-bottom: 45px;
	color: #444;
	font-size: 15px;
	line-height: 1.8em;
}
#jobsvote .spec h2 {
	font-size:16px;
	margin-bottom:18px;
}
#jobsvote .spec table {
	width:100%;
	border-top:#B4BFC1 solid 1px;
	margin-bottom:47px;
}
#jobsvote .spec table th {
	width:22%;
	padding:17px 0 17px 17px;
	text-align:left;
	border-bottom:#B4BFC1 solid 1px;
	font-size:14px;
	vertical-align:top;
	background:#F9F9F9;
	font-weight:bold;
	color:#000;
}
#jobsvote .spec table td {
	width:78%;
	padding:17px 19px;
	border-bottom:#B4BFC1 solid 1px;
	vertical-align:top;
}
#jobsvote .spec table.last {
	margin:0;
}
#jobsvote .spec table .sub {
	font-size:13px;
	color:#777;
	clear:both;
	padding-top:7px;
}
#jobsvote .spec .lastdate {
	text-align:right;
	color:#777;
	margin:17px 0;
	font-size:
}
#jobsvote .spec .cta {
	clear:both;
	overflow:hidden;
	padding:0 0 34px 160px;
}
#jobsvote .sns {
	margin-left:279px;
	margin-bottom:57px;
	clear:both;
	overflow:hidden;
}
#jobsvote .sns li a {
	float:left;
	width:160px;
	float:left;
	padding:10px 0;
	font-size:15px;
	border:#ddd solid 1px;
	border-radius:4px;
	font-size:12px;
	text-align:center;
	color:#777;
	text-decoration:none;
	margin-right:16px;
}
#jobsvote .sns li.tw i {
	font-size:140%;
	vertical-align:-2px;
	margin-right:7px;
	color:#1DA1F2;
}
#jobsvote .sns li.fb i {
	font-size:140%;
	vertical-align:-3px;
	margin-right:7px;
	color:#3B5695;
}
#jobsvote .sns li.gp i {
	font-size:140%;
	vertical-align:-3px;
	margin-right:7px;
	color:#DB4437;
}

#jobsvote .etc_jobs {
	margin-bottom: 52px;
	background: #f7f7f7;
	padding: 20px 20px 5px;
	border: solid 1px #eee;
	box-sizing: border-box;
}
#jobsvote .etc_jobs h2 {
	font-size:16px;
	margin-bottom:15px;
}
#jobsvote .etc_jobs .blk_outer {
	margin-right:-30px;
}
#jobsvote .etc_jobs .blk {
	border:#ddd solid 1px;
	border-top: #283851 solid 2px;
	border-bottom: #dadddd solid 2px;
	border-radius: 5px;
	width: 482px;
	float: left;
	overflow:hidden;
	display:table;
	vertical-align:top;
	margin-bottom:15px;
	margin-right:15px;
	background: #fff;
}
#jobsvote .etc_jobs .blk .bodyarea {
	display:table-cell;
	padding:20px 26px;
	vertical-align:top;
}
#jobsvote .etc_jobs .blk .bodyarea table {
	width:100%;
	margin-bottom:15px;
}
#jobsvote .etc_jobs .blk .bodyarea table th,
#jobsvote .etc_jobs .blk .bodyarea table td {
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:5px;
}
#jobsvote .etc_jobs .blk .bodyarea table th {
	background: #f7f7f7;
	color: #283851;
	width:70px;
	font-weight: normal;
}
#jobsvote .etc_jobs .blk .bodyarea .copname {
	font-size:12px;
	float:left;
	margin-right:10px;
}
#jobsvote .etc_jobs .blk .bodyarea .job_ttl {
	font-size:16px;
	margin:0 0 10px;
	clear:both;
	overflow: hidden;
}
#jobsvote .etc_jobs .blk .bodyarea .job_ttl h3 {
	float: left;
	width:290px;
}
#jobsvote .etc_jobs .blk .bodyarea .job_ttl h3 a {
	text-decoration: none;
}
#jobsvote .etc_jobs .blk .bodyarea .job_ttl h3 a:hover {
	text-decoration: underline;
}
#jobsvote .etc_jobs .blk .bodyarea .job_ttl .thumarea {
	width:100px;
	height: 68px;
	overflow: hidden;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#jobsvote .etc_jobs .blk .bodyarea .job_detail {
	font-size:11px;
	color:#777;
}

#jobsvote .etc_jobs .blk .bodyarea .icons {
	overflow: hidden;
	line-height:1em;
	margin-bottom:10px;
}
#jobsvote .etc_jobs .blk .bodyarea .icons span {
	float: left;
	display: block;
	color: #1B8F58;
	font-size:12px;
	border:solid 1px #1B8F58;
	padding:3px 5px 4px;
	font-weight:bold;
	border-radius: 2px;
	margin-right:7px;
}
#jobsvote .etc_jobs .blk .bodyarea .icons span.icon-new,
#jobsvote .etc_jobs .blk .bodyarea .icons span.icon-limit {
	background: #E64F53;
	color: #fff;
	border-color: #E64F53;
}
#jobsvote .etc_jobs .blk .bodyarea .icons span.icon-fulltime {
	background: #397FB9;
	color: #fff;
	border-color: #397FB9;
}
#jobsvote .etc_jobs .blk .bodyarea .icons span.icon-special {
	background: #F5721B;
	color: #fff;
	border-color: #F5721B;
}
#jobsvote .etc_jobs .blk .btns {
	overflow: hidden;
}
#jobsvote .etc_jobs .blk .btns li {
	float: right;
	margin-left:10px;
}
#jobsvote .etc_jobs .blk .btns li a {
	float: right;
	border: #ddd solid 1px;
	display: block;
	text-decoration: none;
	color: #222;
	padding:8px 20px;
	border-radius:50px;
}
#jobsvote .etc_jobs .blk .btns li.favorite a i {
	font-size: 130%;
	color: #F96A68;
	vertical-align: -2px;
}
#jobsvote .etc_jobs .blk .btns li a:hover {
	background-color:#f5f5f5;
}

#jobsvote .jobinfo .page_m_ttl {
	border-bottom:#ddd solid 1px;
	padding:15px 0;
	font-size:18px;
}
#jobsvote .jobinfo .page_m_ttl span {
	border-left:#000 solid 6px;
	padding:2px 10px;
}
#jobsvote .banner {
	text-align: center;
	margin-bottom: 60px;
}
#jobsvote .banner a:hover {
	opacity: 0.7;
}


/*----------------------------------------------------
	求人情報（有料求人） - 2018.5 
----------------------------------------------------*/
#jobsvote .paidjob {
	padding: 0 5px;
	background: #f1f1f1;
	border-bottom: none;
	overflow: hidden;
}
#jobsvote .paidjob img {
	width: 100%;
	height: auto;
}
#jobsvote .paidjob section {
	background: #fff;
	border-bottom: #ddd solid 1px;
	margin: 5px 0 7px;
	overflow: hidden;
	line-height: 180%;
}
#jobsvote .paidjob section h2 {
	background: #2F60AA;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 30px;
}
#jobsvote .paidjob section h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#jobsvote .paidjob section p.button ,
#jobsvote .paidjob section.sec05 dl {
	display: block;
	text-align: center;
	color: #333;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 92.86%;
    border-radius: 3px;
    padding: 6px 16px;
    display: inline-block;
    box-shadow: 0px -2px 0px 0px rgba(231,232,232,1) inset;
	cursor: pointer;
}
#jobsvote .paidjob section p.button:hover ,
#jobsvote .paidjob section.sec05 dl:hover {
	background-color: #f9f9f9 !important;
}
#jobsvote .paidjob section p.button i {
	font-size: 135%;
	vertical-align: -2px;
	color: #2F60AA;
}
#jobsvote .paidjob section .inner {
	padding: 30px 30px 45px;
	overflow: hidden;
}
#jobsvote .paidjob section.sec01 .blk {
	overflow: hidden;
	border-bottom: #ddd solid 1px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
#jobsvote .paidjob section.sec01 .blk:last-child {
	overflow: hidden;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}
#jobsvote .paidjob section.sec01 .body img {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 275px;
}
#jobsvote .paidjob section.sec02 .base {
	border-bottom: #ddd solid 1px;
	margin-bottom: 30px;
	padding-bottom: 35px;
	overflow: hidden;
}
#jobsvote .paidjob section.sec02 .base:last-child  {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
}
#jobsvote .paidjob section.sec02 .img {
	float: left;
	width: 30%
}
#jobsvote .paidjob section.sec02 .img ul {
	margin-top: 15px;
	font-size: 13px;
}
#jobsvote .paidjob section.sec02 .body {
	float: right;
	width: 65%
}
#jobsvote .paidjob section.sec02 .body .blk {
	margin-bottom: 25px;
}
#jobsvote .paidjob section.sec02 .body .question {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	padding: 0 45px;
	color: #000;
}

#jobsvote .paidjob section.sec02 .body .question:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color: black;
}
#jobsvote .paidjob section.sec02 .body .question:before {
	left:0;
}
#jobsvote .paidjob section.sec02 .body table {
	width: 100%;
	margin-bottom: 30px;
}
#jobsvote .paidjob section.sec02 .body table th {
	width: 50%;
	text-align: left;
	padding: 10px 0;
	font-weight: bold;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
#jobsvote .paidjob section.sec02 .body table td {
	width: 50%;
	text-align: left;
	padding: 15px 0;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
#jobsvote .paidjob section.sec02 .body table td li:before {
	content: "・";
}

#jobsvote .paidjob section.sec02 .body table th.right ,
#jobsvote .paidjob section.sec02 .body table td.right {
	border-left: #ddd solid 1px;
	padding-left: 10px
}
#jobsvote .paidjob section.sec02 .body p.button {
	display: block;
	width: 350px;
	margin: 0 auto;
}
#jobsvote .paidjob section.sec03 table {
	width: 100%;
	border: #ccc solid 1px;
	margin-bottom: 30px;
}
#jobsvote .paidjob section.sec03 table:last-child {
	margin-bottom: 0;
}
#jobsvote .paidjob section.sec03 td {
	border: #ccc solid 1px;
	vertical-align: middle;
	padding: 10px;
}
#jobsvote .paidjob section.sec03 td.main {
	width: 30%;
	padding: 10px 20px 30px 20px;
}
#jobsvote .paidjob section.sec03 td.main .in_ttl {
	font-weight: bold;
	color: #2F60AA;
	border-bottom: #ddd solid 1px;
	padding-bottom:13px;
	margin-bottom: 15px;
	line-height: 200%;
}
#jobsvote .paidjob section.sec03 td.main .in_ttl span {
	display: block;
	float: left;
	color: #fff;
	background: #2F60AA;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 5px;
}
#jobsvote .paidjob section.sec03 td.main .in_ttl span i {
	font-size: 130%;
	display: block;
	margin: auto;
}
#jobsvote .paidjob section.sec03 td.main dt {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
}
#jobsvote .paidjob section.sec03 td.main dd {
	font-weight: bold;
	font-size: 24px;
	color: #F03C4F;
}
#jobsvote .paidjob section.sec03 td.main dd span {
	font-size: 15px;
	margin-right: 4px;
	color: #000;
}
#jobsvote .paidjob section.sec03 td.main dd span.unit {
	font-size: 18px;
	margin-right: 4px;
	color: #F03C4F;
}
#jobsvote .paidjob section.sec03 td.title {
	width: 17.5%;
	background: #f9f9f9;
	border-right: none;
	font-weight: bold;
	color: #333;
}
#jobsvote .paidjob section.sec03 td.body {
	width: 17.5%;
	border-left: none;
}
#jobsvote .paidjob section.sec04 .sec04_inwrap {
	border-top: #ddd solid 1px;
	padding-top: 30px;
	margin-top: 30px;
}
#jobsvote .paidjob section.sec04 .blk {
	border-bottom: #ddd solid 1px;
	padding: 0 0 30px 0;
	overflow: hidden;
}
#jobsvote .paidjob section.sec04 .blk .next_arrow {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 13px solid #2F60AA;
	margin: 0 0 10px 25px;
}
#jobsvote .paidjob section.sec04 .blk:last-child {
	border-bottom: none;
	padding: 0 0 0;
	overflow: hidden;
}
#jobsvote .paidjob section.sec04 .blk .left {
	float: left;
	width: 28%;
}
#jobsvote .paidjob section.sec04 .blk .left .step {
	float: left;
	width: 25%;
	border: #2F60AA solid 1px;
	text-align: center;
	padding: 4px 0;
	color: #2F60AA;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	box-shadow: 0 4px 0 0 #f4f4f4;
}
#jobsvote .paidjob section.sec04 .blk .left .name {
	float: right;
	width: 70%;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	margin-top: 4px;
}
#jobsvote .paidjob section.sec04 .blk .right {
	float: right;
	width: 70%;
	margin-top: 4px;
}
#jobsvote .paidjob section.sec05 .intro {
	margin-bottom: 30px;
}
#jobsvote .paidjob section.sec05 .name_only {
	width: 100%;
	margin: 10px 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	border: #ccc solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    padding: 10px 0 10px 25px;
	font-weight: bold;
	font-size: 15px;
}
#jobsvote .paidjob section.sec05 dl {
	width: 100%;
	margin: 10px 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
}
#jobsvote .paidjob section.sec05 dl dt{
    display:block;
    background: #fff;
    padding: 10px 0 10px 15px;
    border-top: 1px solid #DFDFDF;
	overflow: hidden;
}
#jobsvote .paidjob section.sec05 dl dt:first-child{
    border-top: none !important;
}
#jobsvote .paidjob section.sec05 dl dt .title{
    padding-left: 10px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 180%;
}
#jobsvote .paidjob section.sec05 dl dd{
    display:none;
	background: #f9f9f9;
	padding:15px 20px;
	text-align: left;
	font-size: 15px;
	margin-bottom: -5px;
}
#jobsvote .paidjob section.sec05 dl dt .accordion_icon,
#jobsvote .paidjob section.sec05 dl dt .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#jobsvote .paidjob section.sec05 dl dt .accordion_icon {
	position: relative;
	width: 25px;
	height: 25px;
	float: right;
	margin: 3px 20px 0 0;
	background: #2F60AA;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	line-height: 25px;
}
#jobsvote .paidjob section.sec05 dl dt .accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 1px;
    background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#jobsvote .paidjob section.sec05 dl dt .accordion_icon span:nth-of-type(1) {
    top: 11px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#jobsvote .paidjob section.sec05 dl dt .accordion_icon span:nth-of-type(2) {
    top: 11px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#jobsvote .paidjob section.sec05 dl dt .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#jobsvote .paidjob section.sec05 dl dt .accordion_icon.active span:nth-of-type(2) {
	top: 11px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#jobsvote .paidjob section.sec06 .inner {
	margin-right: -13px;
}
#jobsvote .paidjob section.sec06 .blk {
	float: left;
	width: 228px;
	margin-right: 13px;
	margin-top: 30px;
	background: #f1f1f1;
	padding: 4px;
	box-sizing: border-box;
}
#jobsvote .paidjob section.sec06 .blk .box {
	border: #ccc solid 1px;
	padding: 5px 5px 15px 5px;
	text-align: center;
	background: #fff;
}
#jobsvote .paidjob section.sec06 .blk .box .step {
	color: #2F60AA;
	font-weight: bold;
	font-size: 13px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#jobsvote .paidjob section.sec06 .blk .next_arrow {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #2F60AA;
	margin: 10px auto;
}
#jobsvote .paidjob section.sec07 .img ,
#jobsvote .paidjob section.sec08 .img {
	float: left;
	width: 48%
}
#jobsvote .paidjob section.sec07 .body ,
#jobsvote .paidjob section.sec08 .body {
	float: right;
	width: 48%
}
#jobsvote .paidjob section.sec07 .body table {
	width: 100%;
}
#jobsvote .paidjob section.sec07 .body table th {
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	width: 40%;
	background: #f9f9f9;
	padding: 7px 10px;
	text-align: left;
}
#jobsvote .paidjob section.sec07 .body table td {
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	width: 60%;
	padding: 7px 10px;
}
#jobsvote .paidjob section.sec08 .img .name {
	text-align: center;
	margin-top: 10px;
}


/* 紹介写真 */
#pic_wrap {
  position: relative;
  max-width: 1024px;
  margin: 15px auto;
}
#pic_wrap #pic_cont {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#pic_wrap .item {
  margin: 10px;
  width: 198px;
  padding:10px 10px 0px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #ddd;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
#pic_wrap .item img {
  width: 100%;
  margin-bottom:13px;
}
#pic_wrap .item h3 {
	margin:0 0 10px 0;
}
#pic_wrap .item .body {
	font-size:12px;
	color:#777;
	margin-bottom:15px;
}

/* other_jobs */
#jobsvote .other_jobs {
	margin-bottom: 52px;
	background: #f7f7f7;
	padding: 20px 20px 5px;
	border: solid 1px #eee;
	box-sizing: border-box;
}
#jobsvote .other_jobs h2 {
	font-size:16px;
	margin-bottom:15px;
}
#jobsvote .other_jobs .blk_outer {
	margin-right:-30px;
}
#jobsvote .other_jobs .blk {
	border:#ddd solid 1px;
	border-top: #283851 solid 2px;
	border-bottom: #dadddd solid 2px;
	border-radius: 5px;
	width:482px;
	float: left;
	overflow:hidden;
	display:table;
	vertical-align:top;
	margin-bottom:15px;
	margin-right:15px;
	background: #fff;
}
#jobsvote .other_jobs .blk .bodyarea {
	display:table-cell;
	padding:20px 26px;
	vertical-align:top;
}
#jobsvote .other_jobs .blk .bodyarea table {
	width:100%;
	margin-bottom:15px;
}
#jobsvote .other_jobs .blk .bodyarea table th,
#jobsvote .other_jobs .blk .bodyarea table td {
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:5px;
}
#jobsvote .other_jobs .blk .bodyarea table th {
	background: #f7f7f7;
	color: #283851;
	width:70px;
	font-weight: normal;
}
#jobsvote .other_jobs .blk .bodyarea .copname {
	font-size:12px;
	float:left;
	margin-right:10px;
}
#jobsvote .other_jobs .blk .bodyarea .job_ttl {
	font-size:16px;
	margin:0 0 10px;
	clear:both;
	overflow: hidden;
}
#jobsvote .other_jobs .blk .bodyarea .job_ttl h3 {
	float: left;
	width:290px;
}
#jobsvote .other_jobs .blk .bodyarea .job_ttl h3 a {
	text-decoration: none;
}
#jobsvote .other_jobs .blk .bodyarea .job_ttl h3 a:hover {
	text-decoration: underline;
}
#jobsvote .other_jobs .blk .bodyarea .job_ttl h3 span {
	display: block;
	font-size:12px;
	color: #555;
}
#jobsvote .other_jobs .blk .bodyarea .job_ttl .thumarea {
	width:100px;
	height: 68px;
	overflow: hidden;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#jobsvote .other_jobs .blk .bodyarea .job_detail {
	font-size:11px;
	color:#777;
}

#jobsvote .other_jobs .blk .bodyarea .icons {
	overflow: hidden;
	line-height:1em;
	margin-bottom:10px;
}
#jobsvote .other_jobs .blk .bodyarea .icons span {
	float: left;
	display: block;
	color: #1B8F58;
	font-size:12px;
	border:solid 1px #1B8F58;
	padding:3px 5px 4px;
	font-weight:bold;
	border-radius: 2px;
	margin-right:7px;
}
#jobsvote .other_jobs .blk .bodyarea .icons span.icon-new,
#jobsvote .other_jobs .blk .bodyarea .icons span.icon-limit {
	background: #E64F53;
	color: #fff;
	border-color: #E64F53;
}
#jobsvote .other_jobs .blk .bodyarea .icons span.icon-fulltime {
	background: #397FB9;
	color: #fff;
	border-color: #397FB9;
}
#jobsvote .other_jobs .blk .bodyarea .icons span.icon-special {
	background: #F5721B;
	color: #fff;
	border-color: #F5721B;
}
#jobsvote .other_jobs .blk .btns {
	overflow: hidden;
}
#jobsvote .other_jobs .blk .btns li {
	float: right;
	margin-left:10px;
}
#jobsvote .other_jobs .blk .btns li a {
	float: right;
	border: #ddd solid 1px;
	display: block;
	text-decoration: none;
	color: #222;
	padding:8px 20px;
	border-radius:50px;
}
#jobsvote .other_jobs .blk .btns li.favorite a i {
	font-size: 130%;
	color: #F96A68;
	vertical-align: -2px;
}
#jobsvote .other_jobs .blk .btns li a:hover {
	background-color:#f5f5f5;
}

/* 企業情報 */
#jobsvote .jobinfo table {
	width:100%;
}
#jobsvote .jobinfo table th {
	width:22%;
	padding:17px 0 17px 17px;
	text-align:left;
	border-bottom:#ddd solid 1px;
	font-size:14px;
	vertical-align:middle;
	background:#F9F9F9;
	font-weight:normal;
}
#jobsvote .jobinfo table td {
	width:78%;
	padding:17px 19px;
	border-bottom:#ddd solid 1px;
	vertical-align:middle;
}


.cop_headarea {
	background:#283851;
	clear:both;
	overflow:hidden;
	padding-top:15px;
}
.cop_headarea .inner {
	width:1024px;
	margin:0 auto;
}
.cop_headarea .logoara {
	background-color:#fff;
	width:70px;
	height:70px;
	float:left;
	padding:10px 15px;
	border-radius:5px 5px 0 0;
	display:table;
	text-align:center;
}
.cop_headarea .logoara .inara {
	display:table-cell;
	vertical-align:middle;
}

.cop_headarea .logoara img {
	width:100%;
	height:auto;
}
.cop_headarea .job_title {
	float:right;
	width:830px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	margin-top:18px;
}
.cop_headarea .job_title span {
	font-size:12px;
	font-weight:normal;
	color:#ccc;
}


/* ハローワーク求人 */
.hw_caution {
	color:#397FE5;
	font-weight:bold;
	float:left;
	width:70%;
	line-height:130%;
	padding-top: 13px;
}
.hw_nav {
	clear:both;
	overflow:hidden;
	padding-bottom:30px;
}
.hw_job_detail {
	clear:both;
	overflow:hidden;
	margin-bottom:40px !important;
}
.hw_job_detail .hw_detail_txt {
	float:right;
	width:730px;
}
.hw_job_detail .hw_detail_img {
	float:left;
	width:200px;
}
.hw_link {
	background-color:#F1F5FC;
	text-align:center;
	padding:36px 60px;
	margin-bottom:25px !important;
}
.hw_link .hw_main_txt {
	color:#397FE5;
	font-weight:bold;
	font-size:16px;
}
.hw_link .hw_num {
	color:#222;
	font-weight:bold;
	font-size:18px;
	margin:25px 0 10px;
}
.hw_link .hw_num a {
	color:#F86A66;
}

.hw_link .hw_sub_txt {
	color:#777;
	font-size:12px;
}
.hw_link .hw_sopt {
	margin-bottom:25px;
	font-weight:bold;
}



/*	基本レイアウト：2カラム
----------------------------------------------------*/
.main_content {
	float:left;
	width:695px;
	border:#dadddd solid 1px;
	background-color:#fff;
}
.main_content .inarea {
	margin:35px;
}
.main_content h2 {
	font-size:123.1%;
	background-color:#ecf0f1;
	padding:16px 20px;
	margin-bottom:12px;
}
.main_content .arcbody {
	margin-bottom:45px;
	font-size:108%;
	line-height:170%;
}
.main_content .arcbody p {
	margin-bottom:18px;
}
.main_side {
	float:right;
	width:240px;
}



/*	お役立ちコンテンツ
----------------------------------------------------*/
.nh_head {
	clear:both;
	overflow:hidden;
	padding:0 0 15px;
	margin-bottom:15px;
	border-bottom:#ddd solid 1px;
}
.nh_head h1 {
	font-size:25px;
	margin-bottom:20px;
	font-weight:normal;
}
.nh_head p {
	color:#777;
	font-size:11.5px;
	margin-bottom:5px;
	line-height:148%;
}
.nh_head p.catname {
	font-size:11.5px;
	margin-bottom:20px;
}
.main_side h2 {
	padding:10px 15px 10px 0;
	margin-bottom:15px;
	border-bottom:#bdc3c7 solid 2px;
}
.main_side li a {
	padding:0 0 5px;
	display:block;
}
.tablecont {
	border:#ddd solid 1px;
	padding:15px 30px;
	margin-bottom:20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:88%;
}
.tablecont dt {
	font-weight:bold;
	margin-bottom:4px;
}

.tablecont dd {
	margin-bottom:2px;
}
.tablecont dd a {
	text-decoration:none;
	color:#333;
}
.tablecont dd a:hover {
	color:#469EE9;
	text-decoration: underline;
}
.tablecont dd:before {
	content:"▼ ";
	color:#397FB9;
}

.nh_img {
	text-align:center;
	background-color:#F7F7F9;
	margin-bottom:20px;
}
.nh_img img {
	border:#ddd solid 1px;
}

.cop {
	width:1024px;
	margin:0 auto 50px;
}
.cop th {
	width:20%;
	border-bottom:#dadddd solid 1px;
	text-align:left;
	padding:15px;
	font-weight:bold;
}
.cop td {
	width:80%;
	border-bottom:#dadddd solid 1px;
	padding:15px;
}
	



/*	会員登録（メールアドレス・パスワード）
----------------------------------------------------*/
body#page_register {
	padding-top: 110px;
}
body#page_register #contents {
	width:550px;
	margin:50px auto;
	background: #fff;
	box-sizing: border-box;
	padding:0 50px 30px;
	border:solid 1px #ddd;
}
body#page_register #contents h1 {
	font-size:20px;
	text-align: center;
	padding:30px 0;
	border-bottom:solid 1px #ddd;
	margin-bottom:25px;
	color: #2A2C44;
}
body#page_register #contents .merit h2 {
	text-align: center;
	margin-bottom:15px;
}
body#page_register #contents .merit .merit_wrap {
	overflow: hidden;
	border-top:solid 1px #eee;
	margin-bottom:15px;
}
body#page_register #contents .merit .merit_box {
	overflow: hidden;
	border-bottom:solid 1px #eee;
	padding:15px 0;
}
body#page_register #contents .merit .merit_box .iconarea {
	float: left;
	width:87px;
}
body#page_register #contents .merit .merit_box .txtarea {
	float: right;
	width: 350px;
	padding-top:10px;
}
body#page_register #contents .merit .merit_box h3 {
	font-weight:normal;
	font-size:17px;
	margin-bottom:3px;
}
body#page_register #contents .merit .merit_box p {
	font-size:13px;
}
body#page_register #contents section {
	margin:0 0 10px 0;
}
body#page_register #contents section h3 {
	margin-bottom:6px;
}
body#page_register #contents section input {
	width:100%;
	box-sizing: border-box;
}
body#page_register #contents .agreement {
	font-size:12px;
	text-align: center;
	line-height:1.5em;
	margin-bottom:15px;
	color: #444;
}
body#page_register #contents input[type=submit] {
	background: #F79E29;
	color: #fff;
	border:none;
	font-weight:bold;
	width:200px;
	margin:0 auto;
	display: block;
	box-sizing: border-box;
	padding:10px 0;
	border-radius: 3px;
	font-size:16px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
body#page_register #contents input[type=submit]:hover {
	background: #E38609;
}
body#page_register #contents .registered {
	text-align: right;
	font-size:13px;
	border-top:solid 1px #ddd;
	padding-top:10px;
	margin-top:25px;
}
body#page_register #contents .error {
	margin-bottom:5px;
}

/*	会員登録（基本情報）
----------------------------------------------------*/
body#page_register_base {

}
body#page_register_base .green {
	color: #00BE9C;
}
body#page_register_base #contents .error {
	margin-bottom:5px;
}
body#page_register_base #contents {
	margin:25px 0 50px;
}
body#page_register_base #contents .inner {
	width:500px;
	margin:0 auto;
	box-sizing: border-box;
}
body#page_register_base #contents .inner_main {
	background: #fff;
	padding:0 50px 30px;
	border:solid 1px #ddd;
}
body#page_register_base #contents h1 {
	font-size:20px;
	text-align: center;
	padding:30px 0;
	border-bottom:solid 1px #ddd;
	margin-bottom:25px;
	color: #2A2C44;
}
body#page_register_base #contents section {
	margin:0 0 10px 0;
	clear: both;
}
body#page_register_base #contents section h3 {
	margin-bottom:6px;
}
body#page_register_base #contents input[type=submit] {
	background: #F79E29;
	color: #fff;
	border:none;
	font-weight:bold;
	width:200px;
	margin:20px auto 0;
	display: block;
	box-sizing: border-box;
	padding:10px 0;
	border-radius: 3px;
	font-size:16px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
body#page_register_base #contents input[type=submit]:hover {
	background: #E38609;
}
body#page_register_base #contents .inputs {

}
body#page_register_base #contents .inputs input {
	box-sizing: border-box;
	width:195px;
	display: block;
	float: left;
	margin-right:;
}
body#page_register_base #contents .inputs input.right {
	float: right;
}
body#page_register_base #contents select[name=pref_id] {
	width:195px;
	display: block;
}
body#page_register_base #contents .qualifications {
	background: #f7f7f7;
	padding:10px 15px;
	border:solid 1px #eee;
	margin-top:12px;
}

/*	会員登録（スカウト設定）
----------------------------------------------------*/
body#page_register_scout {
	padding-top: 110px;
}
body#page_register_scout #contents {
	margin:0;
}
body#page_register_scout #contents .error {
	margin-bottom:5px;
}
body#page_register_scout #contents .inner_base {
	width:500px;
	margin:0 auto;
	background: #fff;
	box-sizing: border-box;
	padding:0 50px 30px;
	border:solid 1px #ddd;
}
body#page_register_scout #contents h1 {
	font-size:20px;
	text-align: center;
	padding:30px 0;
	border-bottom:solid 1px #ddd;
	margin-bottom:25px;
	color: #2A2C44;
}
body#page_register_scout #contents section {
	margin:0 0 15px;
}
body#page_register_scout #contents section h3 {
	margin-bottom:6px;
}
body#page_register_scout #contents section .in {
	padding:0 10px;
}
body#page_register_scout #contents input[type=submit] {
	background: #F79E29;
	color: #fff;
	border:none;
	font-weight:bold;
	width:200px;
	margin:20px auto 0;
	display: block;
	box-sizing: border-box;
	padding:10px 0;
	border-radius: 3px;
	font-size:16px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
body#page_register_scout #contents input[type=submit]:hover {
	background: #E38609;
}

/*	会員登録（メールアドレス認証について）
----------------------------------------------------*/
body#page_register_sendmail {
}
body#page_register_sendmail #contents {
	width:600px;
	margin: 25px auto 50px;
	box-sizing: border-box;
}
body#page_register_sendmail #contents .inner_main {
	background: #fff;
	border:solid 1px #ddd;
	padding:0 50px 30px;
}
body#page_register_sendmail #contents .success_resend {
	background: #00BE9C;
	color: #fff;
	padding:10px;
	text-align: center;
	font-weight:bold;
	margin-bottom:15px;
	border-radius: 3px;
}
body#page_register_sendmail #contents h1 {
	font-size:20px;
	text-align: center;
	padding:30px 0;
	border-bottom:solid 1px #ddd;
	margin-bottom:25px;
	color: #2A2C44;
}
body#page_register_sendmail #contents .main_text {
	font-weight:bold;
	text-align: center;
	margin-bottom:10px;
	color: #222;
}
body#page_register_sendmail #contents .email {
	color: #FF8000;
}
body#page_register_sendmail #contents h3 {
	color: #333;
	margin-bottom:8px;
}
body#page_register_sendmail #contents .not_reach {
	border:solid 1px #eee;
	padding:15px 20px;
	background: #f7f7f7;
}
body#page_register_sendmail #contents ol li {
	margin-bottom:10px;
	padding-left:5px;
}
body#page_register_sendmail #contents form {
	text-align: center;
	margin-bottom:20px;
}
body#page_register_sendmail #contents input {
	background: #5B83CC;
	color: #fff;
	border:none;
	border-radius:3px;
	padding:5px 25px;
	box-shadow: inset 0 -2px rgba(0,0,0,0.2);
	width:190px;
}
body#page_register_sendmail #contents .gmail {
	margin-bottom:10px;
}
body#page_register_sendmail #contents .gmail a {
	background: #D34835;
	color: #fff;
	border:none;
	border-radius:3px;
	padding:5px 25px;
	box-shadow: inset 0 -2px rgba(0,0,0,0.2);
	display: block;
	width:190px;
	margin:0 auto;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
body#page_register_sendmail #contents ol li input:hover {
	opacity:0.9;
}
body#page_register_sendmail #contents .inquery {
	text-align: center;
	padding-top:15px;
}



	/*	企業登録※共通部分はユーザー向けも含む
    ----------------------------------------------------*/
#beginner section .main_blk {
	background-color:#fff;
	margin:30px auto 80px;
	width:1024px;
	clear:both;
	overflow:hidden;
}
#beginner .main_ttl {
	border-top:#dadddd solid 1px;
	text-align:center;
	clear:both;
	overflow:hidden;
	line-height:1;
}
#beginner .main_ttl h2 {
	background:url(/assets/img/employer/h2_line.png) no-repeat 50% 0;
	font-size:16px;
	padding:26px 0 10px;
}
#beginner h2.main {
	font-size:23px;
	font-weight:normal;
	text-align:center;
	margin:30px 0;
	line-height:150%;
} 
#beginner h2.main2 {
	font-size:23px;
	font-weight:normal;
	text-align:center;
	margin:60px 0 30px;
	border-top:#dadddd solid 1px;
	padding:35px 0 0 0;
	line-height:150%;
} 
#beginner .main_ttl span {
	font-weight:bold;
	font-size:12px;
	color:#999;
}


/*	初めての方へ
----------------------------------------------------*/
#beginner .clearfix {
	clear:both;
}

#beginner #mv {
	color:#FFF;
	text-align:center;
	background:url(/assets/img/beginner/mv.jpg) no-repeat 50% 0;
	background-size:cover;
	height:480px;
}
#beginner #mv h1 {
	background: rgba(21,27,39,0.8);
	color:#fff;
	display:block;
	padding:10px 0;
	font-size:12px;
	font-weight:normal;
}

#beginner #mv p.top_ttl {
	font-size:30px;
	font-weight:normal;
	padding:35px 0 20px;
	line-height:160%;
}
#beginner #mv p {
	font-size:15.5px;
	line-height:160%;
}
#beginner #mv .btn a {
	background-color:#FB6964;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display:block;
	padding:18px 20px 20px 25px;
	margin:40px auto 50px;
	color:#fff;
	text-decoration:none;
	width:340px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#beginner #mv .btn a:hover {
	background-color:#C0392B;
}
#beginner #sec1 .main_blk {
	background-color:#F7F7F9;
}
#beginner #sec1 .intro {
	text-align:center;
	font-size:15px;
	color:#535353;
	line-height:190%;
	margin-bottom:65px;
}
#beginner #sec1 h2.main {
	font-size:25px;
	font-weight:normal;
	text-align:center;
	margin:10px 0 30px 0;
	line-height:150%;
} 
#beginner #sec1 .wrap {
	margin-right:-80px;
}
#beginner #sec1 .base {
	float:left;
	width:440px;
	margin:0 80px 66px 0;
}
#beginner #sec1 .base .icon {
	text-align:center;
	margin-bottom:30px;
}

#beginner #sec1 .base h3 ,
#beginner #sec1 .base_scout h3 {
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	color:#000;
	letter-spacing:0px;
	
}
#beginner #sec1 .base ul {
	background:url(/assets/img/beginner/sec1_img10.png) no-repeat 0 50%;
	border-top:#dadddd solid 1px;
	border-bottom:#dadddd solid 1px;
	padding:20px 0;
	margin-bottom:20px;
}
#beginner #sec1 .base ul li ,
#beginner #sec1 .base_scout ul li {
	margin-left:50px;
	font-size:12px;
}
#beginner #sec1 .base .body ,
#beginner #sec1 .base_scout .body {
	text-align:center;
	color:#545454;
}
#beginner #sec1 .base_scout {
	clear:both;
	overflow:hidden;
	border:#ddd solid 1px;
	padding:30px 15px ;
	margin-bottom:30px;
	position:relative;
}
#beginner #sec1 .twin {
	clear:both;
	padding-top:15px;
	margin-left:30px;
}
#beginner #sec1 .btn a {
	width:150px;
	display:block;
	float:left;
	margin-right:15px;
	text-decoration:none;
	padding:5px 15px;
	text-align:center;
}
#beginner #sec1 .btn.single {
	clear:both;
	padding-top:15px;
	margin: auto;
	width:150px;
}
#beginner #sec1 .base_scout .icon {
	float:left;
	width:146px;
	text-align:center !important;
}
#beginner #sec1 .base_scout .body_wrap {
	float:right;
	width:750px;
}
#beginner #sec1 .base_scout h3 ,
#beginner #sec1 .base_scout .body {
	text-align:left;
}
#beginner #sec2 .intro {
	text-align:center;
	margin:40px 0;
	border-bottom:#dadddd solid 1px;
	padding-bottom:40px;
}
#beginner #sec2 dl {
	background:url(/assets/img/employer/sec7_img9.png) repeat-y 0 0;
	margin:50px 45px;
	overflow:hidden;
}
#beginner #sec2 dt {
	font-weight:bold;
	margin-bottom:7px;
	padding:8px 0 0 55px;
	height:33px;
	font-size:16px;
}
#beginner #sec2 dt.coparea {
	padding:8px 0 0 0;
	margin:0 0 20px -1px;
	height:51px;
}
#beginner #sec2 dd {
	margin:0 0 45px 55px;
	color:#555;
}
#beginner #sec2 dt.flow1 {background:url(/assets/img/beginner/sec2_img8.png) no-repeat 0 0;}
#beginner #sec2 dt.flow2 {background:url(/assets/img/beginner/sec2_img9.png) no-repeat 0 0;}
#beginner #sec2 dt.flow3 {background:url(/assets/img/beginner/sec2_img10.png) no-repeat 0 0;}
#beginner #sec2 dt.flow4 {background:url(/assets/img/beginner/sec2_img11.png) no-repeat 0 0;}
#beginner #sec2 dt.flow5 {background:url(/assets/img/beginner/sec2_img12.png) no-repeat 0 0;}
#beginner #sec2 dt.flow6 {background:url(/assets/img/beginner/sec2_img13.png) no-repeat 0 0;}
#beginner #sec2 dt.flow7 {background:url(/assets/img/beginner/sec2_img2.png) no-repeat 0 0;}
#beginner #sec2 dt.flow8 {background:url(/assets/img/beginner/sec2_img3.png) no-repeat 0 0;}
#beginner #sec2 dt.flow9 {background:url(/assets/img/beginner/sec2_img4.png) no-repeat 0 0;}
#beginner #sec2 dt.flow10 {background:url(/assets/img/beginner/sec2_img5.png) no-repeat 0 0;color:#FD665F;}
#beginner #sec2 dd.last {
	margin:0 0 0 55px;
	color:#555;
}
#beginner #sec2 dt.flowscout {
	background:url(/assets/img/beginner/sec2_img7.png) no-repeat 0 0;
	margin:-30px 0 45px 10px;
	text-indent:-99999px;
}

#beginner #sec2 dd .btn a {
	background-color:#FB6964;
	color:#FFF;
	width:260px;
	padding:7px 0 8px 6px;
	font-size:12px;
	display:block;
	text-align:center;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:10px 0 0 0;
}
#beginner #sec2 dd .btn a:hover {
	background-color:#c0392b;
}
#beginner #sec2 dd span.caution {
	display: block;
	margin-top:15px;
	font-size:13px;
}


#beginner #sec3 .intro {
	text-align:center;
	margin:40px 0;
}
#beginner #sec3 .intro_ex {
	font-size:12px;
	color:#777;
	margin:0 0 40px 45px;
}
#beginner #sec4 .intro {
	text-align:center;
	margin:40px 0;
}
#beginner #sec4 .outro {
	text-align:center;
	margin:40px 0 60px;
}
#beginner #sec4 .outro p {
	margin-bottom:20px;
}
#beginner #cnvarea {
	background-color:#283851;
	text-align:center;
	width:1024px;
	margin:-90px auto 80px;
	padding:45px 0;
	color:#fff;
}
#beginner #cnvarea h2 {
	font-size:18px;
	margin-bottom:15px;
	line-height:170%;
}
#beginner #cnvarea h2 span {
	color:#1abc9c;
	font-size:21px;
}
#beginner #cnvarea .sub_t {
	font-size:14px;
	margin-bottom:15px;
	color:#f1c40f;
}
#beginner #cnvarea .sub_c {
	font-size:12px;
	margin-top:15px;
}

#beginner #cnvarea .btn a {
	background-color:#FB6964;
	color:#FFF;
	width:400px;
	padding:18px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
}
#beginner #cnvarea .btn a:hover {
	background-color:#c0392b;
}

/*	よくある質問
----------------------------------------------------*/
#faq_user .faqtab {
	border:#95a5a6 solid 1px;
	overflow:hidden;
	width:461px;
	margin:30px auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:13px;
}
#faq_user .faqtab li a {
	width:230px;
	float:left;
	text-align:center;
	color:#7f8c8d;
}
#faq_user .faqtab li a i {
	font-size:140%;
	vertical-align:-2px;
}

#faq_user .faqtab li a:hover,
#faq_user .faqtab li.current a {
	background-color:#95a5a6;
	color:#fff;
}
#faq_user .faqtab .usertab a {
	padding:5px 0;
	text-decoration:none;
	border-right:#95a5a6 solid 1px;
}
#faq_user .faqtab .coptab a {
	padding:5px 0;
	text-decoration:none;
}
#faq_user .accordion {
}
#faq_user .accordion h2 {
	border-top:#95a5a6 solid 1px;
	border-bottom:#ccc solid 1px;
	padding:15px 15px;
	font-size:15px;
	background-color:#F7F7F9;
}
#faq_user .accordion h2 i {
	font-size:150%;
	margin-right:7px;
	vertical-align:-2px;
	color:#48bea5;
}
#faq_user .faq_contact {
	margin:20px;
	text-align:center;
}
#faq_user .accordion a.accordion-control {
	border-bottom:#dadddd solid 1px;
	display:block;
	padding:14px 10px 14px 20px;
	font-weight: normal;
	text-decoration:none;
	color:#333;
	cursor:pointer;
}
#faq_user .accordion a.accordion-control:hover {
	color:#999;
}

#faq_user .accordion a.accordion-control i {
	float:right;
	font-size:145%;
}
#faq_user .accordion a.accordion-control i.ion-minus-circled {
	color:#9d343c;
}
#faq_user .accordion-panel{
	display: none;
	background-color:#fbfcfc;
	margin:0 3px;
	padding:15px 25px 25px;
	border-bottom:#dadddd solid 1px;
	font-size:13px;
	color:#000;
	box-shadow:rgba(5, 5, 5, 0.59) 0px 6px 5px -7px inset;
	-webkit-box-shadow:rgba(5, 5, 5, 0.59) 0px 6px 5px -7px inset;
	-moz-box-shadow:rgba(5, 5, 5, 0.59) 0px 6px 5px -7px inset;
}
#faq_user .accordion .accordion-control {
}
#faq_user .accordion .ac_line {
	padding-top:20px;
	margin-top:20px;
	font-weight:bold;
	color:#000;
}
#faq_user .accordion dl {
	padding:6px 20px 15px 20px ;
	background-color:#fff;
	border:#ccc solid 1px;
	margin-top:10px;
}
#faq_user .accordion dt {
	font-weight: normal !important;
	margin:10px 0 5px;
	color:#333;
}
#faq_user .accordion-panel:before {
	content:"【A】";
	color:#3498db;
}

/*----------------------------------------------------
	ログイン
----------------------------------------------------*/
#login .wrap {
	width:1024px;
	margin:0 auto;
}
#login .wrap .sub_headarea {
	width:100%;
}
#login .wrap .sub_headarea p {
	margin-bottom:15px;
}

#login .wrap #contents {
	width:100%;
	margin-bottom:100px;
	background-color:#F7F7F9;
}
#login .wrap #contents .inner {
	width:445px;
	float:left;
	background-color:#fff;
}
#login .wrap #contents .under {
	width:445px;
	float:right;
	background-color:#fff;
}
#login .wrap #contents h2 {
	border-top:#000 solid 1px;
	border-bottom:#ddd solid 1px;
	padding:15px;
	text-align:center;
	
}
#login .wrap #contents .login_base {
	padding:30px 40px;
}
#login .wrap #contents .inner dt {
	font-weight:bold;
	margin-bottom:7px;
	font-size:110%;
}
#login .wrap #contents .inner dt i {
	margin-right:5px;
	font-size:120%;
	vertical-align:-1px;
}

#login .wrap #contents .inner dd {
	margin-bottom:20px;
}
#login .wrap #contents .inner ul {
	border-top:#ddd solid 1px;
	margin:30px 0 0;
	padding-top:20px;
	font-size:90%;
}
#login .wrap #contents .login_save {
	text-align:center;
	margin-bottom:20px;
	font-size:12px;
}
#login .wrap .login_ttl {
	margin:30px 0;
	font-size:20px;
	font-weight:bold;
}
#login .wrap h1 {
	margin:10px 0;
	font-size:11px;
	text-align:right;
	color:#777;
}
#login .wrap h1 i {
	margin-right:10px;
	font-size:90%;
	vertical-align:2px;
}
#login input[type="text"],
#login input[type="password"] {
	width:337px;
	padding:15px 10px;
}

#login .login_btn {
	width:100%;
	margin:0 auto;
	font-size:14px;
}
#login .under h3 {
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
}
#login .under p {
	margin-bottom:17px;
}
#login .login_btn input[type="submit"] {
	background-color:#397FB9;
	border:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#fff;
	font-size:14px;
	width:100%;
	padding:16px 0 17px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
#login .regist_btn a {
	background-color:#F02400 !important;
	border:#F02400 solid 1px !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#fff;
	font-size:14px;
	width:100%;
	padding:16px 0 17px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
#login .login_btn:hover input[type="submit"] {
	background-color:#469EE9;
}
#login .regist_btn a:hover {
	background-color:#F77F7E;
	border:#F76B6B solid 1px;
}
#login .login_btn:active input[type="submit"] {
	background-color:#2B608E;
	color:#688DB0;
}



/*	応募フォーム
----------------------------------------------------*/

body.page_entry #contents {
	width: 1024px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 30px;
}

#entry textarea {
    display: block;
    margin:0;
}

/* ラジオボタン、チェックボタン */
#entry input.none {
	position: absolute;
	left:-9999px;
}

/* チェックボタン */
#entry .checkboxs label.checkbox:last-child {
	border-bottom:solid 1px #ddd;
}
#entry label.checkbox {
	display: block;
	padding:12px 15px;
	border:solid 1px #ddd;
	border-bottom:none;
	width:100%;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
#entry label.checkbox:active {
	background: #f7f7f7;
}
#entry label.checkbox span:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 20px;
	position: relative;
	top:2px;
	margin-right:5px;
}
#entry input:checked + label.checkbox {
	background: #E9FCF8;
}
#entry input:checked + label.checkbox span:before {
	content: "\f374";
	color: #19B496;
}

/* ラジオボタン */
#entry label.radio {
	display: inline-block;
	font-size:14px;
	background: #fff;
	cursor: pointer;
}
#entry label.radio span {
	position: relative;
	top:-1px;
	font-weight:bold;
	color: #999;
}
#entry label.radio span:before {
	content: "\f3a6";
	font-family: "Ionicons";
	color: #bbb;
	font-size: 20px;
	position: relative;
	top:2px;
	margin-right:5px;
}
#entry input:checked + label.radio span {
	color: #19B496;
}
#entry input:checked + label.radio span:before {
	content: "\f3a7";
	color: #19B496;
}
#entry .mainte_qualifications {
	margin-top:12px;
}
#entry .mainte_qualifications label:last-child {
	/*border-bottom:solid 1px #ddd;*/
}
#entry .entry_login {
	background-color:#fff;
	border:#dadddd solid 3px;
	padding:20px 50px 30px 50px ;
	width:902px;
	margin:0 auto 15px;
	box-sizing:border-box;
}
#entry .entry_login h2 {
	text-align:center;
	font-size:16px;
	border-bottom:#dadddd solid 1px;
	padding:10px 0 20px;
	margin-bottom:20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#entry .entry_login ul {
	width:530px;
	margin:auto;
	clear:both;
	overflow:hidden;
}
#entry .entry_login li.login_blk {
	width:250px;
	float:left;
}
#entry .entry_login li.login_blk a {
	display:block;
	text-align:center;
	color:#fff;
	background-color:#283851;
	border:#283851 solid 1px;
	padding:10px 0;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#entry .entry_login li.login_blk a:hover {
	background-color:#3D567E;
	border:#283851 solid 1px;
}
#entry .entry_login li.regist_blk {
	width:250px;
	float:right;
}

#entry .entry_login li.regist_blk a {
	display:block;
	text-align:center;
	color:#fff;
	background-color:#F76B6B;
	border:#F76B6B solid 1px;
	padding:10px 0;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#entry .entry_login li.regist_blk a:hover {
	background-color:#F77F7E;
	border:#BD4F4A solid 1px;
}


#entry .entry_login h2 i {
	font-size:140%;
	color:#e74c3c;
	vertical-align:-2px;
	margin-right:4px;
}

#entry .errors {
	background: #f2dede;
	padding:20px 30px;
	margin:0 auto 30px;
	border:solid 1px #ebcccc;
	box-sizing: border-box;
	color: #a94442;
	font-weight:bold;
}
#entry .caut {
	background: #FCF8E3;
	padding:20px 30px;
	margin:0 auto 30px;
	border:solid 1px #faf2cc;
	box-sizing: border-box;
}
#entry .caut h2 {
	margin-bottom:5px;
	color: #8a6d3b;
	font-size:15px;
}
#entry .entry_cop_outer {
	margin:0 auto 30px;
	background: #eee;
	box-sizing: border-box;
	padding:3px;
}
#entry .entry_cop {
	background-color:#fff;
	border:#dadddd solid 1px;
	border-top:solid 4px #19B496;
	padding:10px 18px;
	background: #fff;
}
#entry .entry_cop ul.labels {
	overflow: hidden;
	margin-bottom:5px;
}
#entry .entry_cop ul.labels li {
	float: left;
	display: block;
	color: #666;
	border:solid 1px #bbb;
	padding:1px 5px 0px;
	margin-right:8px;
	border-radius:2px;
	font-size:12px;
	background: #fafafa;
}
#entry .entry_cop .job_name {
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
}
#entry .entry_cop .cop_name {
	font-size:13px;
	color: #444;
}

#entry table.ck th {
	width:200px;
	padding:18px 10px 18px 10px;
	border-bottom:#eee solid 1px;
	vertical-align:top;
    font-size:14px;
}
#entry table.ck td {
    padding: 18px 10px 18px 10px;
	border-bottom:#eee solid 1px;
	width:600px;
	vertical-align:top;
    font-size:14px;
}
#entry table.ck .skillsheet_detail {

    background: #fff;
    margin-top:10px;
    overflow: hidden;
    border-radius: 3px;
    border:solid 3px #eee;
}
#entry table.ck .skillsheet_detail h4 {
    font-size:13px;
    padding:3px 10px 2px;
    background: #999;
    color: #fff;
}
#entry table.ck .skillsheet_detail table {
}
#entry table.ck .skillsheet_detail table th,
#entry table.ck .skillsheet_detail table td {
    padding:2px 8px;
    font-size:13px;
    border-top:solid 1px #eaeaea;
}
#entry table.ck .skillsheet_detail table th {
    width:50%;
    font-weight:normal;
}
#entry table.ck .skillsheet_detail table td b {
    font-weight:normal;
}

#entry h2.cat_ttl {
	color:#fff;
	background-color:#5A7296;
	margin:0 auto;
	padding:15px 20px;
	box-sizing: border-box;
}
#mypage_notice_index h2.cat_ttl {
	color:#fff;
	background-color:#5A7296;
	width:902px;
	margin:0 auto;
	padding:15px 20px;
	box-sizing: border-box;
}
#entry h2.cat_ttl i {
	font-size:140%;
	vertical-align:-2px;
	margin-right:4px;
}
#entry .inner {
	background-color:#fff;
	border:#dadddd solid 1px;
	border-top:none;
	margin:0 auto;
	padding:40px 60px 50px;
	clear:both;
	overflow:hidden;
	box-sizing: border-box;
}
#entry h3 {
	color:#fff;
	font-size:15px;
	padding:10px 30px;
	margin:0;
	background: #8C9899;
}
#entry h3 i {
	font-size:140%;
	color:#fff;
	vertical-align:-2px;
	margin-right:4px;
}
#entry .error {
	margin-bottom:5px;
	font-weight:bold;
}
#entry .r_navi {
	width:795px;
	margin: auto;
}
#entry .r_navi ul {
	clear:both;
	overflow:hidden;
	width:795px;
	margin:0 0 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right:-15px;
}
#entry .r_navi li {
	float:left;
	width:250px;
	font-size:94%;
	text-align:center;
	height:34px;
	background:url(/assets/img/entry/flow_bg.png) no-repeat 0 0;
	line-height:1;
	padding-top:24px;
	margin-right:15px;
	color:#777;
}
#entry .r_navi li.current {
	color:#FFF;
	background:url(/assets/img/entry/flow_bg.png) no-repeat 0 -58px;
}

#entry .r_navi li i {
	font-size:140%;
	margin-right:7px;
	vertical-align:-1px;
}

#entry table {
	width:100%;
}
#entry table tr.last th,
#entry table tr.last td {
	border-bottom:none;
}
#entry .ion-ios-locked {
	font-size: 20px;
	color: #D7A94F;
}
#entry th {
	text-align:left;
	font-weight:bold;
	width:20%;
	border-bottom:#e1e1e1 solid 1px;
	padding:12px 0 12px 15px;
	vertical-align:top;
}
#entry .ck th {
	text-align:left;
	font-weight:bold;
	width:20%;
	border-bottom:#dadddd solid 1px;
	padding:20px 0 20px;
	vertical-align: top;
}
#entry td.must ,
#entry .ck td.must,
#entry td.reco {
	width:7%;
	border-bottom:#e1e1e1 solid 1px;
	padding:12px 0;
	text-align:center;
	vertical-align:top;
	color: #D44836;
	font-weight:bold;
}
#entry td.must span,
#entry span.must {
	color:#FFF;
	background-color:#e74c3c;
	padding:4px 5px 6px 7px ;
	line-height:100%;
	font-size:11px;
	border-radius: 3px;
	display: inline-block;
}
#entry td.reco span,
#entry span.reco {
	color:#FFF;
	background-color:#00A5DE;
	padding:4px 5px 6px 7px ;
	line-height:100%;
	font-size:11px;
	border-radius: 3px;
	display: inline-block;
}

#entry td.body {
	width:73%;
	border-bottom:#e1e1e1 solid 1px;
	padding:12px 15px;
	vertical-align:top;
}
#entry td.body_multiline {
	vertical-align: middle;
}
#entry td.body input.size_s {
	width:100px;
}
#entry td.body input.size_m {
	width:280px;
}
#entry td.body input.size_l {
	width:85%;
}
#entry td.body .ex1 {
	color:#777;
	font-size:12px;
	line-height:110%;
}
#entry td.body .ex2 {
	margin-left:10px;
	line-height:110%;
}
#entry td.body select,
#entry td.body input[type="text"],
#entry td.body input[type="number"] {
	margin-bottom:0;
}
#entry td.body .car_clm section {
	clear:both;
	overflow:hidden;
	margin:10px 0 20px;
}
#entry td.body .car_clm section h4 {
	font-weight:bold;
	border-left:#000 solid 5px;
	padding:3px 0 3px 10px;
	line-height:1;
	margin-bottom:15px;
}
#entry td.body .car_clm section .checkboxs {
	width:100%;
	overflow: hidden;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	box-sizing: border-box;
}
#entry td.body .car_clm section .checkboxs label {
	width:50%;
	float:left;
	border:none;
	box-sizing: border-box;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}

#entry td.body .car_clm label {
	border-bottom:none;
	border-right:none;
}
#entry .more_input_trigger {
	margin-bottom:20px;
	text-align: center;
}
#entry .more_input_trigger label.checkbox {
	border:none !important;
	padding:0;
	display:inline-block;
	width:auto;
}
#entry .more_input_trigger input:checked + label.checkbox {
	background: none;
}
#entry .more_input_trigger label.checkbox:active {
	background: none;
}
#entry .more_input_trigger p {
	font-size:12px;
	margin-top:5px;
	color: #777;
	line-height:1.5em;
}
#entry .submit_btns {
	text-align: center;
	background: #fafafa;
}
#entry .submit_btns button {
}
#entry .reg_bt_base {
	padding:20px 0;
	clear:both;
	overflow:hidden;
	background-color:#fafafa;
	border:#dadddd solid 1px;
	border-top:none;
	margin:auto;
	width:900px;
}
#entry .reg_bt {
	width:370px;
	margin:0 auto 60px;
}
#entry .reg_bt_complate {
	width:370px;
	margin:0 auto;
}
#entry .reg_bt input[type="submit"].bt {
	border:none;
	background-color:#283851;
	color:#FFF;
	padding:15px 30px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:14px;
	width:200px;
	float:left;
	cursor:pointer;
	margin-right:20px;
}
#entry .reg_bt input[type="submit"].bt:hover {
	background-color:#3D567E;
}

#entry button.save {
	border:none;
	background-color:#95a5a6;
	color:#FFF;
	padding:15px 30px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:14px;
	width:150px;
	float:left;
	cursor:pointer;
}
#entry button.save:hover {
	background-color:#bdc3c7;
}
#entry .bt_complete {
	background-color:#F76B6B;
	border:#BD4F4A solid 1px;
	padding:14px 0 14px;
	color:#FFF;
	width:100%;
	text-decoration:none;
	display:block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:16px;
	cursor:pointer;
}
#entry .bt_complete:hover {
	background-color:#F77F7E;
	border:#F76B6B solid 1px;
}
#entry .bt_complete_bak {
	text-align:center;
	margin-top:10px;
	width:100%;
	display:block;
}
#entry .bt_entry {
	background-color:#F79E29;
    font-weight:bold;
    border:none;
	padding:14px 0 14px;
	color:#FFF;
	margin:auto;
	width:300px;
	text-decoration:none;
	display:block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:18px;
	cursor:pointer;
    box-shadow: inset 0 -1px 4px rgba(0,0,0,0.2);
}
#entry .bt_entry:hover {
    background-color:#F9AD48;
}
#entry .bt_entry_bak {
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);
    background-color:#fff;
    border:#ccc solid 1px;
    padding:10px 0;
    color:#333;
    margin:auto;
    width:300px;
    text-decoration:none;
    display:block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size:13px;
    cursor:pointer;
}
#entry .bt_entry_bak:hover {
    background-color:#f7f7f7;
}
#entry .bt_save {
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);
	background-color:#fff;
	border:#ccc solid 1px;
	padding:10px 0;
	color:#333;
	margin:auto;
	width:300px;
	text-decoration:none;
	display:block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:13px;
	cursor:pointer;
}
#entry .bt_save:hover {
	background-color:#f7f7f7;
}
#entry .bt_skill {
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);
    background-color:#fff;
    border:#ddd solid 1px;
    padding:6px 20px;
    color:#333;
    width:auto;
    text-decoration:none;
    display: inline-block;
    border-radius: 4px;
    font-size:13px;
    cursor:pointer;
    margin-top:10px;
}
#entry .bt_skill:hover {
    background-color:#f7f7f7;
}
#entry .alert-hint {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    padding:20px 40px;
    margin:15px 0;
    overflow: hidden;
}
#entry .alert-hint i {
    float: left;
    font-size:30px;
    margin-top:15px;
}
#entry .alert-hint p {
    float: left;
    padding-left:15px;
}

#entry .skl_check {
	text-align:center;
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:#dadddd solid 1px;
}
#entry .fivecheck {
	background-color:#E8F8F5;
	border:#48bea5 solid 1px;
	padding:20px 35px;
	margin:30px 0 30px;
}
#entry .fivecheck_list {
	clear:both;
	overflow:hidden;
    width:600px;
    border-bottom:none;
	-webkit-border-radius:;
	-moz-border-radius:;
	border-radius:3px;
	box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2);
}
#entry .fivecheck_list li {
	text-align:center;
	width:100px;
	float:left;
	line-height:100%;
	margin:0;
    box-sizing: border-box;
}
#entry .fivecheck_list li:last-child {
    border-right:none;
}
#entry .fivecheck_list li label {
    padding:10px 0 ;
    display: block;
	cursor: pointer;
	color: #444;
	border-right:solid 1px #eee;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
#entry .fivecheck_list li input:checked + label {
	background: #3FBCA3 !important;
	color: #fff;
	border-right:solid 1px #3FBCA3;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	border-top:solid 1px #3FBCA3;
	border-bottom:solid 1px #3FBCA3;
}
#entry .fivecheck_list li label:hover {
	color: #3FBCA3;
}

#entry .consent {
	text-align:center;
	padding:13px 0 30px;
	background-color:#F7F7F9;
	border:#dadddd solid 1px;
	margin-bottom:20px;
}
#entry .entry_thanks {
	border:solid 1px #ddd;
	padding:50px 100px;
}
#entry .entry_thanks p {
	font-size:16px;
	line-height:1.8em;
}
#entry .entry_thanks p b {
	color: #E74C3C;
}
#entry .entry_thanks a.search {
	color: #fff;
	background: #397FB9;
	display: block;
	width:280px;
	margin:25px auto 0;
	text-align: center;
	border-radius: 3px;
	text-decoration: none;
	padding:8px 0;
}
#entry .entry_thanks a.search:hover {
	background-color:#469EE9;
}
#entry .entry_thanks .caution {
	font-size:95%;
	padding:10px 20px;
	background: #f0f0f0;
}
#entry .not_txt {
	text-align:center;
	font-weight:bold;
	width:1024px;
	background-color:#FFF;
	padding:80px 0 80px;
	margin:40px auto 200px;
	border:#dadddd solid 1px;
}
#entry .not_txt i {
	color:#e74c3c;
	font-size:250%;
	display:block;
}
#entry .term {
	margin:20px 30px;
}
#entry .term h3 {
	text-align:left;
	margin:0 14px;
	border-bottom:none;
	font-size:14px;
}
#entry .term .term_scl {
	overflow:scroll;
	height:170px;
	overflow-x:hidden;
	text-align:left;
	padding:20px;
	background-color:#FFF;
	border:#ddd solid 1px;
	margin-bottom:20px;
	font-size:12px;
}

#entry .term dl {
	font-size:12px;
	margin-bottom:10px;
}
#entry .term dt {
	font-weight:bold;
	margin:20px 0 7px;
}
#entry .term dd li {
	padding-left:1em;
	text-indent:-1em;
}
#entry .term .v1 li:before {
	content:"・";
}
#entry .add_maker_value,
#entry .add_qualification_value {

}
#entry .form,
#entry .form {
	overflow: hidden;
	width:300px;
}
#entry .add_maker_value,
#entry .add_qualification_value {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#entry #add_maker_btn,
#entry #add_qualification_btn {
	display: block;
	color: #fff;
	background: #666;
	padding:10px 12px;
	font-size: 13px;
	width:20%;
	box-sizing: border-box;
	float: right;
	text-align: center;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#entry .add_maker_value,
#entry .add_qualification_value {
	display: block;
	float: left;
	width:80%;
	box-sizing: border-box;
}
#entry #other_makers,
#entry #other_qualifications {
	margin-bottom:15px;
	width:100%;
}
#entry #other_makers li,
#entry #other_qualifications li {
	padding:10px 15px;
	border:solid 1px #ddd;
	border-bottom:none;
	position: relative;
}
#entry #other_makers li:last-child,
#entry #other_qualifications li:last-child {
	border-bottom:solid 1px #ddd;
}
#entry #other_makers .delete_other_maker,
#entry #other_qualifications .delete_other_qualification {
	color: #E74C3C;
	cursor: pointer;
	position: absolute;
	right:10px;
	font-size:16px;
}
#entry section.box {
	box-shadow: 0 0 3px #aaa;
	background: #fff;
	border-radius:3px;
}
#entry section.box .box_in {
	padding:20px 50px;
}
#entry .important {
	background: #FCF8E3;
	padding:10px 18px 12px;
	-webkit-border-radius:;
	-moz-border-radius:;
	border-radius:3px;
	margin-top:12px;
}
#entry textarea[name=self_pr],
#entry textarea[name=motivation_letter],
#entry textarea[name=other_notify] {
	width:100%;
	min-width:100%;
	min-height: 200px;
}
#entry .hope_prefs .checkboxs {
	width:100%;
	overflow: hidden;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	box-sizing: border-box;
}
#entry .hope_prefs label {
	width:20%;
	float: left;
	border-top:none;
	border-left:none;
	border-bottom:solid 1px #ddd;
}
#entry .hope_job_categories .checkboxs {
	width:100%;
	overflow: hidden;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	box-sizing: border-box;
}
#entry .hope_job_categories label {
	width:33.3%;
	float: left;
	border-top:none;
	border-left:none;
	border-bottom:solid 1px #ddd;
}
#entry #histories .hisarea {
	border:solid 1px #eee;
	background: #f7f7f7;
	margin-top:15px;
	border-radius: 3px;
	overflow: hidden;
}
#entry #histories .hisarea h4 {
	background: #666;
	color: #fff;
	padding:10px 18px;
	position: relative;
}
#entry #histories .hisarea h4 .delete_history {
	color: #fff;
	position: absolute;
	right:10px;
	text-decoration: none;
}
#entry #histories .hisarea h4 .delete_history:hover {
	color: #FFDFDF;
}
#entry #histories .hisarea table {
	margin:10px 0;
}
#entry #histories .hisarea table th,
#entry #histories .hisarea table td {
	padding:10px 18px;
}
#entry #histories .hisarea table th {
	text-align: center;
}
#entry #histories .hisarea textarea {
	background: #fff;
}
#entry #histories .hisarea .ex1 {
	line-height:1.5em;
}
#entry #histories .hisarea .company_name {
	margin-bottom:10px;
	width:100%;
}
#entry #histories .hisarea label.currently_enrolled {
	margin-top:8px;
	background: none;
	border:none;
	padding:0;
	display: inline-block;
	width:auto;
}
#entry .add_history {
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);
	display: block;
	border:solid 1px #ddd;
	margin-top:15px;
	text-align: center;
	padding:12px;
	text-decoration: none;
	border-radius:3px;
    font-size:15px;
}
#entry .add_history:hover {
	background: #f7f7f7;
}
#entry .empty {
    color: #aaa;
}



/*	その他静的ページ
----------------------------------------------------*/
#def_page {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
#def_page h2.p_ttl {
	border-bottom:#dadddd solid 1px;
	padding:25px 40px;
	font-size:18px;
}
#def_page h2.p_ttl i {
	font-size:140%;
	vertical-align:-3px;
	margin-right:5px;
}
#def_page .in {
	margin:25px 40px;
}
#def_page table {
	width:100%;
}
#def_page th {
	padding:15px 30px;
	border-bottom:#dadddd solid 1px;
	text-align:left;
	vertical-align:top;
}
#def_page td {
	padding:15px;
	border-bottom:#dadddd solid 1px;
	vertical-align:top;
}
#def_page td .ps {
	font-size:12px;
	color:#777;
	line-height:140%;
	margin-top:5px;
}
#def_page td .ps span {
	color:#a2363e;
}
/* 運営会社 */


/* お問い合わせ */
#def_page ul.form_ex {
	border-bottom:#dadddd solid 1px;
	padding:20px 40px;
	font-size:13px;
}
#def_page .form_text {
	padding:20px 40px;
	border-bottom:#dadddd solid 1px;
}
#def_page .contact_form input {
	width:70%;
	margin:0;
}
#def_page .contact_form textarea {
	width:92%;
	margin:0;
}
#def_page .c_bt {
	width:200px;
	margin:20px auto 25px;
}
#def_page .contact_form th {
	width:30%;
	padding:25px 40px;
}
#def_page .contact_form td {
	width:65%;
	padding:25px 40px;
	vertical-align:middle
}
#def_page .contact_form td.must {
	width:5% !important;
	padding:25px 0 0;
	vertical-align:top;
}
#def_page .contact_form .must span {
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	padding:4px 3px 3px 5px;
	background-color:#a2363e;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#def_page .contact_sbt {
	border:none;
	text-align:center;
	color:#fff;
	width:40%;
	display:block;
	margin:20px auto 25px;
	background-color:#397FB9;
	padding:15px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:13px;
	letter-spacing:2px;
	cursor:pointer;
}
#def_page .contact_sbt:hover {
	background-color:#469EE9;
}

/* 利用規約 */
#def_page .term dt {
	font-weight:bold;
	margin:20px 0 7px;
}
#def_page .term dd {
	font-size:13px;
}

#def_page .term .v1 li {
	padding-left:1em;
	text-indent:-1em;
}
#def_page .term li .v1 li {
	padding-left:1em;
	text-indent:-1em;
	margin:0 !important;
}
#def_page .term .v1 li:before {
	content:"・";
}
#def_page .term .v2 li {
	padding-left:1em;
	text-indent:-1em;
	margin-top:10px;
}
#def_page .term .v3 li {
	padding-left:2em;
	text-indent:-2em;
	margin-top:10px;
}
#def_page .provision {
	text-align:right;
	border-top:#ddd solid 1px;
	padding-top:15px;
	margin-top:30px;
}

/* プライバシーポリシー */
#def_page .privacy dt {
	font-weight:bold;
	margin:20px 0 7px;
}
#def_page .privacy dd dt {
	font-weight: normal;
	margin:20px 0 7px;
}
#def_page .privacy dd dd {
	margin-left:10px;
}

/* 資金決済法・特定商取引法 */
#def_page .tokushou_tb table,
#def_page .shikin_tb table{
	margin:40px 0 25px 0;
}
#def_page .tokushou_tb table tr,
#def_page .shikin_tb table tr{
	border:1px solid #CCC;
}
#def_page .tokushou_tb table tr th,
#def_page .shikin_tb table tr th{
	background-color:#F7F7F7;
}
#def_page .tokushou_tb table tr p,
#def_page .shikin_tb table tr p{
	margin:0 0 5px 0;
}

#def_page .shikin_tb ul{
}
#def_page .shikin_tb ul li{
	list-style-type:decimal;
	margin-left:15px;
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
#notice_base {
	background-color:#fff;
	border:#dadddd solid 1px;
	width:1024px;
	margin:30px auto 0;
	padding-top:20px;
	box-sizing:border-box;
}
#notice_base .notice_list dt {
	color:#777;
	padding:15px 35px 0;
	font-size:11px;
}
#notice_base .notice_list dd {
	border-bottom:#dadddd solid 1px;
	padding:0 35px 18px 35px;
}
#notice_base dl.notice_list a {
	display:block;
	text-decoration:none;
}
#notice_base dl.notice_list a:hover {
	background-color:#F7F7F9;
}
#notice_base .info_days {
	margin:0 0 0 55px;
}
#notice_base .info_days span {
	font-size:11px;
}
#notice_base .info_days span i {
	font-size:130%;
	vertical-align:-1px;
}

#notice_base h1 {
	font-size:22px !important;
	border-bottom:#dadddd solid 1px;
	padding:14px 55px 30px;
	line-height:150%;
}
#notice_base h1 i {
	font-size:130%;
	vertical-align:-1px;
}

#notice_base .notice_body {
	padding:25px 55px 70px;
	color:#515151;
}
#notice_base .notice_body h2 {
	font-size:150%;
	padding:7px 12px;
	margin:50px 0 20px 0;
	border-left:#ddd solid 7px;
	color:#000;
}
#notice_base .notice_body h3 {
	border-bottom:#dadddd solid 1px;
	padding-bottom:15px;
	margin:40px 0 15px;
	font-size:120%;
	color:#000;
}
#notice_base .notice_body p {
	margin-bottom:15px;
}
#notice_base .notice_body dl dt {
	font-size:108%;
	margin-bottom:2px;
	font-weight:bold;
	color:#333;
}
#notice_base .notice_body dl dd {
	margin-bottom:12px;
}
#notice_base .notice_body ul {
	margin-bottom:12px;
}

#notice_base .info_return {
	border-top:#dadddd solid 1px;
	padding:20px 55px;
	background-color:#fafafa;
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/
#mainside ul {
	border-top:#dadddd solid 1px;
	border-left:#dadddd solid 1px;
	border-right:#dadddd solid 1px;
	background-color:#fff;
}
#mainside ul.linknavi li a {
	display:block;
	background:url(/assets/img/common/side_icon.png) no-repeat 13px 50%;
	padding:11px 0 10px 26px;
	border-bottom:#dadddd solid 1px;
	text-decoration:none;
}
#mainside ul.linknavi li a:hover {
	background-color:#F7F7F9;
}
.ipt_btn {
	margin:30px 0;
	clear:both;
	overflow:hidden;
}
.ipt_btn input[type="submit"] {
	cursor:pointer;
}
.ipt_btn input[type="submit"]:hover {
	cursor:pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.ipt_btn .bt1 input[type="submit"] {
	display:block;
	text-align:center;
	background-color:#397FB9;
	width:250px;
	padding:15px 0;
	margin:0 0 0 100px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	float:left;
	cursor:pointer;
}
.ipt_btn .bt1 input[type="submit"]:hover {
	background-color:#469EE9;
}

.ipt_btn .bt2 input[type="submit"] {
	display:block;
	float:left;
	text-align:center;
	background-color:#48bea5;
	width:250px;
	padding:10px 0;
	margin:0 0 0 20px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	cursor:pointer;
}
.ipt_btn .bt3 input[type="submit"] {
	display:block;
	float:right;
	text-align:center;
	background-color:#95a5a6;
	width:240px;
	padding:15px 0;
	margin:0 103px 0 0 ;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	cursor:pointer;
}









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


	ユーザー管理画面
	

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


/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents_user {
	/zoom: 1;
	width:1024px;
	margin:0 auto 50px;
	clear:both;
	overflow:hidden;
	background-color:#fff;
}
#contents_user #box_base {
	margin:40px 60px 0 60px;
}


/*	見出し
----------------------------------------------------*/
.cu_sub_headarea {
	width:1024px;
	margin:0 auto;
}
.cu_sub_headarea h1 {
	font-size:22px;
	margin:20px 0 30px;
}
#contents_user h2 {
	border-bottom:#ddd solid 1px;
	padding-bottom:30px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
#contents_user h2 i {
	margin-right:10px;
	font-size:130%;
	vertical-align:-2px;
}
.cu_inner_base h2 {
	text-align:center;
	border-bottom:#ddd solid 1px;
	padding-bottom:30px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
	overflow: hidden;
}

/*	パーツ：パンくず
----------------------------------------------------*/
.pan_cu {
	clear:both;
	overflow:hidden;
	font-size:11px;
	color:#777;
	margin:10px 0 0 0;
}
.pan_cu a {
	color:#333;
	text-decoration:none;
}
.pan_cu a:hover {
	color:#777;
	text-decoration: underline;
}



/*	パーツ：入力フォーム
----------------------------------------------------*/
#contents_user input[type="text"] ,
#contents_user textarea {
   -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
}
#contents_user input[type="text"]:focus ,
#contents_user select:focus ,
#contents_user textarea:focus {
	border:#397FB9 solid 1px;
	box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
}
#contents_user select {
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	background-position:right 10px center;
	background-image:url(/assets/img/common/input_select.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	border:#ddd solid 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:10px 20px 10px 10px;
	margin-right:4px;
}
#contents_user select::-ms-expand {
	display: none;
}
#contents_user select.mb {
	margin-bottom:8px;
}

#contents_user input[type="text"] {
	border:#ddd solid 1px;
	background-color:#F5F6F7;
	padding:10px 12px;
	font-size:13px;
	box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-webkit-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-moz-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:7px;
}
#contents_user textarea {
	border:#ddd solid 1px;
	background-color:#F5F6F7;
	padding:10px 12px;
	font-size:13px;
	box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-webkit-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-moz-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:7px;
	width:550px;
	height:120px;
}
#contents_user input[type="submit"].bt {
	display:block;
	text-align:center;
	background-color:#397FB9;
	padding:10px 20px;
	margin:20px auto 30px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	cursor:pointer;
	letter-spacing:1.5px;
}
#contents_user input[type="submit"].bt:hover {
	background-color:#469EE9;
}
#contents_user .reg_bt input[type="submit"].bt {
	display:block;
	text-align:center;
	background-color:#397FB9;
	padding:10px 20px;
	margin:20px auto 30px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	cursor:pointer;
	letter-spacing:1.5px;
	width:170px;
	text-align:center;
}
#contents_user .reg_bt input[type="submit"].bt:hover {
	background-color:#469EE9;
}
#contents_user .reg_bt input[type="submit"].save {
	border:none;
	background-color:#95a5a6;
	color:#FFF;
	padding:15px 30px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:14px;
	width:170px;
	float:left;
	cursor:pointer;
	text-align:center;
}
#contents_user .reg_bt input[type="submit"].save:hover {
	background-color:#bdc3c7;
}

#contents_user .reg_bt {
	width:360px;
	margin:0 auto 60px;
	padding-top:35px;
	clear:both;
	overflow:hidden;
}
#contents_user .reg_bt input[type="submit"].bt {
	float:left;
	margin:0 20px 0 0;
	width:150px;
	padding:15px 30px;
}

#contents_user button.save {
	border:none;
	background-color:#95a5a6;
	color:#FFF;
	padding:15px 30px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:14px;
	width:150px;
	float:left;
	cursor:pointer;
}
#contents_user button.save:hover {
	background-color:#bdc3c7;
}


/*	パーツ：ページャー
----------------------------------------------------*/
.pagination {
	clear:both;
	margin:30px 0;
	font-size:12px;
	position: relative;
	overflow: hidden;
}
.pagination ul {
	position: relative;
	left: 50%;
	float: left;
}
.pagination li {
	float:left;
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	border-right:#ddd solid 1px;
	width:45px;
	position: relative;
	left: -50%;
}
.pagination li a {
	display:block;
	text-align:center;
	padding:9px 0;
	text-decoration:none;
}
.pagination li a:hover {
	color:#FFF;
	background-color:#3498db;
}

.pagination li.active {
	background-color:#F5F6F7;
	color:#999;
}
.pagination li.disabled {
	background-color:#fff;
}
.pagination li.disabled a {
	color:#ccc;
}
.pagination li.disabled a:hover {
	color:#ccc;
	background-color:#fff;
}
.pagination [rel="prev"] {
	border-left:#ddd solid 1px;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}
.pagination [rel="next"]  {
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
}

/*	パーツ：テーブル
----------------------------------------------------*/
#contents_user table.base {
	width:100%;
}
#contents_user table.base th {
	width:30%;
	border-bottom:#dadddd solid 1px;
	padding:20px 0;
	background-color:#fff;
	color:#333;
	text-align:left;
	vertical-align:middle;
}
#contents_user table.base td {
	width:70%;
	border-bottom:#dadddd solid 1px;
	padding:20px 0;
	text-align:left;
}





/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
#contents_user .thankstxt {
	margin-bottom:60px;
	font-size:12px;
	color:#777;
}
#contents_user .contact_intro {
	padding-bottom:30px;
	border-bottom:#dadddd solid 1px;
}
#contents_user .mail_caution {
	padding:20px 0;
	margin-bottom:7px;
}



/*----------------------------------------------------
	気になるリスト
----------------------------------------------------*/
#contents_user table {
	width:100%;
}
#contents_user tr:hover {
	background-color:#F5FAFD;
}
#contents_user table th {
	background-color:#283851;
	color:#FFF;
	padding:12px;
	text-align:center;
}
#contents_user table th.dlt {
	padding:12px 5px;
}

#contents_user table td {
	background-color:#fff;
	border-bottom:#ddd solid 1px;
	padding:17px 7px;
	vertical-align:middle;
	text-align:center;
}
#contents_user table td.job_name {
	padding:17px 0 17px 17px ;
}
#contents_user table td .result_btn {
	display:block;
	color:#fff;
	padding:10px 13px 10px 15px;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align:center;
}
#contents_user table td .imgarea {
	text-align:left;
	width:50px;
	float:left;
	margin-right:10px;
}
#contents_user table td .txtarea {
	margin-bottom:10px;
	text-align:left;
	float:left;
	width:177px;
}
#contents_user table td .txtarea a {
	display:block;
}

#contents_user table td .txtarea_2 {
	float:left;
	width:330px;
	text-align:left;
}
#contents_user table td .txtarea p,
#contents_user table td .txtarea_2 p {
	font-weight:bold;
}
#contents_user table td .txtarea span,
#contents_user table td .txtarea_2 span {
	font-size:11px;
	color:#777;
}
#contents_user table td .count {
	color:#E52E2E;
}
#contents_user table td .count span {
	font-size:120%;
	font-weight:bold;
}
#contents_user table td .count_date {
	font-size:80%;
	letter-spacing:0;
	line-height:135%;
	border-top:#ddd solid 1px;
	padding-top:7px;
	margin-top:5px;
	color:#777;
}
#contents_user table td .btn_memo a {
	border:#397FB9 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align:center;
	padding:2px 0 0 0;
	color:#397FB9;
	letter-spacing:0;
	width:100px;
	font-size:12px;
	margin:0 auto;
}
#favorite table td .btn_memo a.in {
	border:#e67e22 solid 1px;
	color:#e67e22;
}
#favorite table td .btn_memo a:hover {
	border:#469EE9 solid 1px;
	color:#469EE9;
	background-color:#F7F7F9;
}
#favorite table td .btn_memo a.in:hover {
	border:#e67e22 solid 1px;
	color:#e67e22;
	background-color:#FCF2E7;
}
#favorite .delete_btn {
	width:1024px;
	margin:15px auto;
	clear:both;
	overflow:hidden;
}
#favorite .delete_btn a {
	background-color:#7f8c8d;
	display:block;
	padding:4px 15px;
	font-size:12px;
	float:right;
	text-decoration:none;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#favorite .delete_btn a:hover {
	background-color:#95a5a6;
}
#favorite .mr_15 {
	margin-right:15px;
}
#favorite textarea.memo_area {
	width:120px;
	height:65px;
	padding:5px;
}
#favorite textarea.memo_area textarea {
}

#favorite .btn_memo {
}
#favorite .not_fav {
	text-align:center;
	font-weight:bold;
	width:1024px;
	background-color:#FFF;
	padding:50px 0;
	margin:0 auto 200px;
	border:#dadddd solid 1px;
	font-size:120%;
}
#favorite .not_fav p {
	margin-bottom:8px;
}
#favorite .not_fav_top {
	text-align:center;
	font-weight:bold;
	background-color:#FDF2F1;
	margin:0 35px 35px;
	padding:20px 0;
}
#favorite .not_fav_top i {
	color:#e74c3c;
	font-size:250%;
	display:block;
}
#favorite .not_fav_top .ttl1 {
	color:#e74c3c;
	margin-bottom:4px;
	font-size:15px;
}
#favorite .not_fav_top .ttl2 {
	font-weight:normal;
	font-size:13px;
}

/*----------------------------------------------------
	応募履歴
----------------------------------------------------*/
#contents_user #cop_crct div {
  position: relative;
}

#contents_user #cop_crct span {
  cursor: pointer;
}

#contents_user #cop_crct ul {
  display: none;
  position: absolute;
  background-color:#fff;
}
.not_his {
	text-align:center;
	font-weight:bold;
	width:1024px;
	background-color:#FFF;
	padding:50px 0 80px;
	margin:0 auto 200px;
	border:#dadddd solid 1px;
}
.not_his i {
	color:#2980b9;
	font-size:250%;
	display:block;
}
.not_his_top {
	text-align:center;
	font-weight:bold;
	background-color:#F0F6FA;
	margin:0 35px 35px;
	padding:20px 0;
}
.not_his_top .ttl1 {
	color:#2980b9;
	margin-bottom:4px;
	font-size:15px;
}
.not_his_top .ttl2 {
	font-weight:normal;
	font-size:13px;
}
.not_his_top i {
	color:#2980b9;
	font-size:250%;
	display:block;
}
.mypage_intro_help {
	font-size:90%;
	line-height:150%;
	margin:0 auto 15px;
	background-color:#fff;
	border:#ddd solid 1px;
	padding:25px 25px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width:auto;
}
.mypage_intro_help2 {
	font-size:90%;
	line-height:150%;
	margin:0 auto 25px;
	border-bottom:#ddd solid 1px;
	padding:0 0 15px;
	width:auto;
}
.mypage_intro_help dt {
	font-weight:bold;
	margin:10px 0 4px;
}
.mypage_intro_help dt.mt_no {
	font-weight:bold;
	margin:-5px 0 4px;
}
.mypage_intro_help dd {
	color:#555;
}
.mypage_w {
	width:910px;
	margin:0 auto 20px;
}


/*----------------------------------------------------
	履歴書
----------------------------------------------------*/
#resume .r_navi {
	border:#ddd solid 1px;
    border-right:none;
	clear:both;
	overflow:hidden;
	width:1024px;
	margin:0 auto 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff;
    box-sizing: border-box;
}
#resume .r_navi li {
	float:left;
	width:50%;
	font-size:100%;
	text-align:center;
    border-right:solid 1px #ddd;
    box-sizing: border-box;
}
#resume .r_navi li a {
	display:block;
	color:#666;
	text-decoration:none;
	padding:20px 0 20px;
    font-size:15px;
}
#resume .r_navi li a:hover ,
#resume .r_navi li a.active {
    border-bottom:solid 3px #19B496 ;
    color: #19B496;
}

#resume .r_navi li i {
	font-size:140%;
	margin-right:7px;
	vertical-align:-1px;
}
#contents_user #resume table {
	width:100%;
	margin-bottom:30px;
}
#contents_user #resume table th {
	width:20%;
	border-bottom:#ddd solid 1px;
	padding:25px 0 0px;
	text-align:left;
	color:#666;
	vertical-align:top;
}
#contents_user #resume table th i {
	margin-left:10px;
	font-size:160%;
	vertical-align:-3px;
	color:#397FB9;
}
#contents_user #resume table td {
	width:72%;
	border-bottom:#ddd solid 1px;
	padding:15px 0;
}
#contents_user #resume .skill table th {
	width:30%;
	border-bottom:#ddd solid 1px;
	padding:15px 0 ;
	text-align:left;
	color:#666;
	vertical-align:top;
}

#contents_user #resume table td.must {
	width:8%;
	border-bottom:#ddd solid 1px;
	padding:25px 15px 0 0;
	vertical-align:top;
}
#contents_user #resume table td.must span {
	background-color:#95A5A6;
	color:#fff;
	padding:3px 5px 3px 6px ;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:11px;
}
#contents_user #resume .flowarea {
	margin:0 auto 15px;
	width:1024px;
}
#contents_user #resume .rsmarea {
	clear:both;
	overflow:hidden;
}
#contents_user #resume .rsmarea dl {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#contents_user #resume .rsmarea dt {
	font-weight:bold;
	margin-bottom:10px;
	background-color:#fff;
	padding:1px 6px 1px 10px;
	border-left:#000 solid 5px;
}
#contents_user #resume .rsmarea dd {
	width:50%;
	float:left;
}
#contents_user #resume .rsmarea {
	clear:both;
	overflow:hidden;
}
#contents_user #resume .hisarea h3 {
	background-color:#000;
	color:#fff;
	padding:5px 0 5px 15px;
	margin:10px 0 15px;
	
}
#contents_user #resume .hisarea dl {
	clear:both;
	overflow:hidden;
}
#contents_user #resume .hisarea dt {
	font-weight:bold;
	margin-bottom:10px;
	background-color:#fff;
	padding:1px 6px 1px 10px;
	border-left:#000 solid 5px;
}
#contents_user #resume .hisarea dd{
	margin-bottom:25px;
}
#contents_user #resume .plus_btn {
	margin-bottom:25px;
}
#contents_user #resume .plus_btn_2 {
	margin-top:10px;
}
#contents_user #resume .plus_btn i {
	font-size:140%;
	margin-right:5px;
	vertical-align:-2px;
}
#contents_user #resume #fix_save {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#contents_user #resume #fix_save .bt {
	width:120px;
	margin:0;
	padding:15px 0;
	border-radius:4px 4px 0 0 ;
	-webkit-border-radius:4px 4px 0 0 ;
	-moz-border-radius:4px 4px 0 0 ;
}
#contents_user #resume #fix_save .save {
	width:120px;
	margin:0;
	padding:15px 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}
#resume .skill_intro_text {
	font-size:18px;
	font-weight:bold;
	margin:5px 0px 15px;
}
#contents_user td .ex {
	color:#777;
	font-size:87%;
	line-height:155%;
}
#contents_user td .ex_l {
	border-bottom:#ddd dotted 1px;
	padding-bottom:10px;
}


#contents_user .fivecheck p {
	font-weight:bold;
	margin-bottom:7px;
}
#contents_user .skill h3 {
	font-size:15px;
	padding:15px 10px 15px 0 ;
	border-top:#000 solid 1px;
	border-bottom:#ddd solid 1px;
}
#contents_user .skill h3 i {
	font-size:130%;
	vertical-align:-2px;
	margin-right:6px;
}
#contents_user .skill td dt {
	font-weight:bold;
	clear:both;
}
#contents_user .skill td dt:before {
	content:"■";
	color:#283851;
}
#contents_user .skill td dd {
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}
#contents_user #resume .select_cop {
	width:50%;
	float:left;
	margin:10px 0 15px;
	
}
#contents_user #resume .select_cop .title {
	font-weight:bold;
	border-bottom:#ddd solid 1px;
	padding-bottom:7px;
	margin-bottom:7px;
	width:95%;
}
#contents_user #resume .select_cop .s_title {
	font-weight:bold;
	margin:7px 0 0;
}



div#minHeader {
    font-size:91%;
    position: fixed;
    top: 48px;
	padding:20px 0 20px 60px;
	margin:0 auto;
    width: 900px;
    z-index: 3;
    display: none;
    background-color:#E8F8F5;
	border:#48bea5 solid 1px;
	text-align:left;
}
div#seve_btn {
    font-size:91%;
    position: fixed;
    bottom: 0;
	margin:0 auto;
    width: 900px;
    z-index: 3;
    display: none;
    background-color:#E8F8F5;
	border:#48bea5 solid 1px;
	text-align:left;
}
div#minHeader p {
    margin: 0;
}
div#minHeader #mHinner {
    margin: 0 auto 0;
    width: 100%;
}
.intro_txt {
	margin:25px 0 0 0;
	border-bottom:#ddd solid 1px;
	padding:0 0 30px;
}
.intro_txt strong {
	color:#e67e22;
}



/*----------------------------------------------------
	スカウト
----------------------------------------------------*/

#contents_user .pagination {
	width:auto;
	text-align:center;
	margin:30px auto 40px;
	display:table;
}

#contents_user .pagination span {
	border-top:#dadddd solid 1px;
	border-bottom:#dadddd solid 1px;
	border-right:#dadddd solid 1px;
	background-color:#fff;
	float:left;
	letter-spacing:0;
	display:table-cell;
}
#contents_user .pagination span a {
	text-decoration:none;
	display:block;
	padding:9px 16px;
	
}
#contents_user .pagination span a:hover,
#contents_user .pagination span.active a {
	background-color:#397FB9;
	color:#fff;
}


/* 一覧 */
#page_mypage_scout_index .r_navi {
	border:#7f8c8d solid 1px;
	border-right:none;
	clear:both;
	overflow:hidden;
	width:800px;
	margin:0 auto 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#page_mypage_scout_index .r_navi li {
	float:left;
	width:20%;
	font-size:94%;
	text-align:center;
}
#page_mypage_scout_index .r_navi li a {
	display:block;
	color:#596263;
	border-right:#7f8c8d solid 1px;
	text-decoration:none;
	padding:7px 0 9px;
}
#page_mypage_scout_index .r_navi li a:hover ,
#page_mypage_scout_index .r_navi li a.active {
	background-color:#7f8c8d;
	color:#FFF;
}
#page_mypage_scout_index .scout_list td.reception {
	font-size:12px;
}
#page_mypage_scout_index .scout_list span.scout_only ,
#page_mypage_scout_detail .scout_message .job_detail .info span {
	background-color:#1abc9c;
	color:#fff;
	font-size:12px;
	padding:4px 8px 5px;
	margin-right:5px;
	border-radius:4px;
	text-align:center;
	font-weight:normal;
	border:#1abc9c solid 1px;
}
#page_mypage_scout_index .scout_list .cop_name {
	font-size:12px;
	color:#777;
	margin-bottom:7px;
}
#page_mypage_scout_index .scout_list td.end_date {
	font-size:12px;
}
#page_mypage_scout_index .scout_list td.end_date span {
	font-size:16px;
	color:#e74c3c;
	font-weight:bold;
}
#page_mypage_scout_index .scout_list td.end_date span.date_text {
	font-size:14px;
}
#page_mypage_scout_index .scout_list span.action_type {
	font-size:12px;
	padding:4px 8px 5px;
	margin-right:5px;
	border-radius:4px;
	text-align:center;
	font-weight:normal;
	border:#ccc solid 1px;
	background-color:#f5f5f5;
}
#page_mypage_scout_index .count_status {
	clear:both;
	overflow:hidden;
}
#page_mypage_scout_index .count_status .questions_balloon {
	float:left;
	margin-right:15px;
	color:#000;
	font-weight:bold;
	margin-top:18px;
	padding-bottom:3px;
}
#page_mypage_scout_index .count_status .questions_balloon span.ttl {
    background: #95a5a6;
	color:#fff;
    dispay: inline-block;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-weight:normal;
    text-align:center;
    font-size: 11px;
    padding:5px 8px 5px 10px;
}
#page_mypage_scout_index .count_status .questions_balloon span.ttl:before {
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #95a5a6;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -5px;
}
#page_mypage_scout_index .count_status .questions_balloon span.count {
	margin-left:4px;
	color:#000;
	font-size:12px;
}

/* 詳細 */
#page_mypage_scout_detail .progress_decline {
	text-align:center;
	color:#fff;
	padding:7px 0;
	background-color:#7f8c8d;
	margin:0;
}
#page_mypage_scout_detail .progress_request {
	text-align:center;
	color:#fff;
	padding:7px 0;
	background-color:#e67e22;
}
#page_mypage_scout_detail .progress_decline i ,
#page_mypage_scout_detail .progress_request i {
	font-size:120%;
	vertical-align:-1px;
	margin-right:5px;
}
#page_mypage_scout_detail .status {
	clear:both;
	overflow:hidden;
	border-bottom:#F7F7F9 solid 15px;
	padding:15px 25px;
}
#page_mypage_scout_detail .status dt {
	clear:both;
	float:left;
	width:100px;
	font-weight:bold;
	margin-bottom:7px;
}
#page_mypage_scout_detail .status dt i {
	color:#283851;
}
#page_mypage_scout_detail .status dt.cop {
	background:url(/assets/img/sp/mypage/icon_cop_black.png) no-repeat 0 1px;
	background-size:15px;
	padding-left:20px;
}

#page_mypage_scout_detail .status dd {
	float:left;
	width:auto;
	margin-bottom:7px;
}
#page_mypage_scout_detail .scout_message h2 {
	padding:30px 0 30px 30px;
	font-size:18px;
}
#page_mypage_scout_detail .scout_message .scout_message_body {
	padding:30px;
}
#page_mypage_scout_detail .scout_message .job_detail {
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	clear:both;
	overflow:hidden;
	display:table;
	margin:40px 0 10px;
	padding:20px 0;
	width:100%;
}
#page_mypage_scout_detail .scout_message .job_detail .img {
	display:table-cell;
	width:165px;
	vertical-align:top;
}

#page_mypage_scout_detail .scout_message .job_detail .info {
	display:table-cell;
	width:auto;
	padding:0 0 0 15px;
	vertical-align:top;
}
#page_mypage_scout_detail .scout_message .job_detail a {
	text-decoration:none !important;
}
#page_mypage_scout_detail .scout_message .job_detail .info p span {
	background-color:#1abc9c;
	color:#fff;
	padding:5px 8px 6px;
	border-radius:4px;
	font-size:12px;
}

#page_mypage_scout_detail .scout_message .job_detail .info .shop_name {
	font-size:12px;
	margin:7px 0;
	color:#777;
}
#page_mypage_scout_detail .scout_message .job_detail .info .job_title {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
#page_mypage_scout_detail .scout_btn {
	clear:both;
	overflow:hidden;
	width:680px;
	margin:0 auto 45px;
}
#page_mypage_scout_detail .scout_btn li {
	width:300px;
	float:left;
	margin:0 20px;
}
#page_mypage_scout_detail .scout_btn .decline input[type="submit"] {
	border:none;
	background-color:#ddd;
	border:#ccc solid 1px;
	padding:13px 0;
	font-size:16px;
	color:#555;
	width:100%;
	display:block;
	box-sizing:border-box;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#page_mypage_scout_detail .scout_btn .decline input[type="submit"]:hover {
	background-color:#ccc;
}
#page_mypage_scout_detail .scout_btn .base_btn a {
	padding:15px 0;
	font-size:16px;
}
#page_mypage_scout_detail .question_area {
	border-top:#ddd solid 1px;
	padding:20px 0;
	clear:both;
	overflow:hidden;
}
#page_mypage_scout_detail .question_area h3 {
	float:left;
	width:200px;
	padding-left:25px;
}
#page_mypage_scout_detail .question_area h3 i {
	font-size:140%;
	vertical-align:-2px;
	color:#95a5a6;
}
#page_mypage_scout_detail .question_area .input_body {
	float:left;
	border-left:#ddd solid 1px;
	padding:0 25px;
	width:630px;
}
#page_mypage_scout_detail .question_area textarea {
	height:150px;
	width:100%;
}
#page_mypage_scout_detail .question_area input[type="submit"] {
	border:none;
	background-color:#397FB9;
	padding:10px 0;
	font-size:14px;
	color:#fff;
	width:30%;
	display:block;
	margin:15px 0 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#page_mypage_scout_detail .question_area .icon_red {
	background:#e74c3c;
	border-radius:3px;
	padding:3px 6px;
	color:#fff;
	font-size:12px;
	margin-right:5px;
}
#page_mypage_scout_detail .question_area .icon_gray {
	background:#95a5a6;
	border-radius:3px;
	padding:3px 6px;
	color:#fff;
	font-size:12px;
	margin-right:5px;
}
#page_mypage_scout_detail .question_area .answer_list {
	width:680px;
}
#page_mypage_scout_detail .question_area .answer_list li.link_none {
	border-bottom:#ddd solid 1px;
	padding:15px 0;
}
#page_mypage_scout_detail .question_area .answer_list .link_none ,
#page_mypage_scout_detail .question_area .answer_list a {
	border-bottom:#ddd solid 1px;
	padding:15px 0;
	display:block;
	text-decoration:none !important;
	clear:both;
	overflow:hidden;
}
#page_mypage_scout_detail .question_area .answer_list a:hover {
	background-color:#f5f5f5;
}
#page_mypage_scout_detail .question_area .answer_list .date {
	font-size:12px;
	color:#777;
}
#page_mypage_scout_detail .answer_list .reaction {
	display:block;
	margin-bottom:7px;
}
#page_mypage_scout_detail .answer_list .date {
	clear:both;
	float:left;
	margin-right:10px;
	width:120px;
}
#page_mypage_scout_detail .answer_list .question_ttl {
	float:left;
}


/* 質問と回答 */
#page_mypage_scout_question_detail .q_area {
	margin:10px 25px;
}
#page_mypage_scout_question_detail .a_area {
	margin:0 25px 25px;
}
#page_mypage_scout_question_detail .q_area h3 ,
#page_mypage_scout_question_detail .a_area h3 {
	font-size:18px;
	padding:20px 0;
	line-height:28px;
}
#page_mypage_scout_question_detail .q_area h3 span ,
#page_mypage_scout_question_detail .a_area h3 span {
	float:right;
	font-weight:normal;
	font-size:12px;
	color:#777;
}
#page_mypage_scout_question_detail .q_area h3 i {
	background-color:#1abc9c;
	width:30px;
	height:30px;
	display:block;
	text-align:center;
	border-radius:50%;
	line-height:28px;
	float:left;
	margin:0 7px;
	color:#fff;
}
#page_mypage_scout_question_detail .a_area h3 i {
	background:#283851 url(/assets/img/sp/mypage/icon_cop.png) no-repeat 50% 45%;
	background-size:15px;
	width:30px;
	height:30px;
	display:block;
	text-align:center;
	border-radius:50%;
	line-height:28px;
	float:left;
	margin:0 7px;
	color:#fff;
}
#page_mypage_scout_question_detail .body {
	position: relative;
	padding:20px 30px;
}
#page_mypage_scout_question_detail .body:after {
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 20px;
}
#page_mypage_scout_question_detail .q_area .body {
	background-color:#EDFAF7;
}
#page_mypage_scout_question_detail .q_area .body:after {
  border-bottom: 12px solid #EDFAF7;
}
#page_mypage_scout_question_detail .a_area .body {
	background-color:WhiteSmoke;
}
#page_mypage_scout_question_detail .a_area .body:after {
  border-bottom: 12px solid WhiteSmoke;
}
#page_mypage_scout_question_detail .detail_return a {
	border-top:#ddd solid 1px;
	padding:25px;
	display:block;
	margin-top:40px;
}
/*----------------------------------------------------
	マイページトップ
----------------------------------------------------*/
#contents_user #home {
	border:#dadddd solid 1px;
}
#contents_user #home h2 {
	padding:20px 40px;
	margin-bottom:20px;
}
#contents_user #home h2 i {
	color:#1abc9c;
	font-size:140%;
}

#contents_user #home h2.home_ver {
	padding:20px 40px;
	border-bottom:none;
	margin:0;
}
#contents_user #home .infobox dl {
	margin:15px 40px 40px 40px;
	clear:both;
	overflow:hidden;
}
#contents_user #home .infobox dt {
	float:left;
	width:13%;
	padding:10px 0;
	color:#777;
}
#contents_user #home .infobox dd {
	float:left;
	width:87%;
	padding:10px 0;
}
#contents_user #home #page_mypage_history_entry {
	margin-bottom:40px;
}
#contents_user #home .list_bt a {
	width:20%;
	margin:0 auto 50px;
	display:block;
	padding:14px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
#contents_user #home #reccomend {
	margin:15px 17px 40px 40px;
	clear:both;
	overflow:hidden;
}
#contents_user #home #reccomend .base {
	width:270px;
	float:left;
	margin-right:23px;
}
#contents_user #home #reccomend .base h2 {
	border-top:#000 solid 1px;
	border-bottom:#CCC solid 1px;
	padding:10px 0;
	margin-bottom:15px;
}
#contents_user #home #reccomend .base h3 {
	line-height:135%;
	margin-bottom:7px;
	text-decoration:underline;
}
#contents_user #home #reccomend .base a {
	display:block;
	clear:both;
	overflow:hidden;
	padding:0 0 10px 0;
}
#contents_user #home #reccomend .base a p {
	color:#777;
	font-size:12px;
	line-height:125%;
}
#contents_user #home #reccomend .base .picarea {
	float:left;
	width:70px;
}
#contents_user #home #reccomend .base .txtarea {
	float:right;
	width:180px;
}


/*----------------------------------------------------
	応募履歴
----------------------------------------------------*/
#page_mypage_history_entry table {
	width:100%;
}
#page_mypage_history_entry tr:hover {
	background-color:#F5FAFD;
}
#page_mypage_history_entry table th {
	background-color:#283851;
	color:#FFF;
	padding:12px;
	text-align:center;
}
#page_mypage_history_entry table th.dlt {
	padding:12px 5px;
}

#page_mypage_history_entry table td {
	background-color:#fff;
	border-bottom:#ddd solid 1px;
	padding:17px 7px;
	vertical-align:middle;
	text-align:center;
}
#page_mypage_history_entry table td.job_name {
	padding:17px 0 17px 17px ;
}
#page_mypage_history_entry table td.status {
	vertical-align:middle;
}
#page_mypage_history_entry table td.status div {
	width:100%;
	font-size:12px;
	padding:2px 0;
	border-radius:3px;
	margin:0;
	font-weight:normal;
}
#contents_user table td.job_name img {
	width:50px;
	height:auto;
}
#contents_user table td.job_name .date {
	clear:both;
	overflow: hidden;
	font-size:12px;
	color:#777;
	text-align:left;
	margin-left:60px;
}

#page_mypage_history_entry table td .result_btn {
	display:block;
	color:#fff;
	padding:10px 13px 10px 15px;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align:center;
}
#page_mypage_history_entry table td .imgarea {
	text-align:left;
	width:50px;
	float:left;
	margin-right:10px;
}
#page_mypage_history_entry table td .txtarea {
	margin-bottom:4px;
	text-align:left;
	float:left;
	width:235px;
}
#page_mypage_history_entry table td .txtarea a {
	display:block;
}

#page_mypage_history_entry table td .txtarea_2 {
	float:left;
	width:330px;
	text-align:left;
}
#page_mypage_history_entry table td .txtarea p,
#page_mypage_history_entry table td .txtarea_2 p {
	font-weight:bold;
}
#page_mypage_history_entry table td .txtarea span,
#page_mypage_history_entry table td .txtarea_2 span {
	font-size:11px;
	color:#777;
}
#page_mypage_history_entry table td .count {
	color:#E52E2E;
}
#page_mypage_history_entry table td .count span {
	font-size:120%;
	font-weight:bold;
}
#page_mypage_history_entry table td .count_date {
	font-size:80%;
	letter-spacing:0;
	line-height:135%;
	border-top:#ddd solid 1px;
	padding-top:7px;
	margin-top:5px;
	color:#777;
}
#page_mypage_history_entry table td .btn_memo a {
	border:#397FB9 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align:center;
	padding:2px 0 0 0;
	color:#397FB9;
	letter-spacing:0;
	width:100px;
	font-size:12px;
	margin:0 auto;
}
#page_mypage_history_entry table td .btn_memo a.in {
	border:#e67e22 solid 1px;
	color:#e67e22;
}
#page_mypage_history_entry table td .btn_memo a:hover {
	border:#469EE9 solid 1px;
	color:#469EE9;
	background-color:#F7F7F9;
}
#page_mypage_history_entry table td .btn_memo a.in:hover {
	border:#e67e22 solid 1px;
	color:#e67e22;
	background-color:#FCF2E7;
}
#page_mypage_history_entry .delete_btn {
	width:1024px;
	margin:15px auto;
	clear:both;
	overflow:hidden;
}
#page_mypage_history_entry .delete_btn a {
	background-color:#7f8c8d;
	display:block;
	padding:4px 15px;
	font-size:12px;
	float:right;
	text-decoration:none;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#page_mypage_history_entry .delete_btn a:hover {
	background-color:#95a5a6;
}
#page_mypage_history_entry .mr_15 {
	margin-right:15px;
}
#page_mypage_history_entry textarea.memo_area {
	width:120px;
	height:65px;
	padding:5px;
	font-size:11px;
	font-weight:normal;
}
#page_mypage_history_entry td.btn_rslt {
	padding-right:19px;
}
#page_mypage_history_entry td.btn_rslt p.btn {
	margin-bottom:10px;
}
#page_mypage_history_entry td.btn_rslt p a {
	padding:4px 0 5px 0;
	text-decoration:none;
	width:100%;
	display:block;
	position:relative;
	font-size:12px;
}
#page_mypage_history_entry td.btn_rslt .btn_mes a {
	border:#397FB9 solid 1px;
	border-radius:4px;
	color:#397FB9;
}
#page_mypage_history_entry td.btn_rslt .btn_mes a:hover {
	background-color:#f5f5f5;
}
#page_mypage_history_entry td.btn_rslt .not_read_message {
	position:absolute;
	background-color:#e74c3c;
	color:#C00;
	font-size:12px;
	border-radius:50%;
	width:20px;
	height:20px;
	right:-7px;
	top:-7px;
	line-height:20px;
	color:#fff;
	text-align:center;
	font-size:11px;
}
#page_mypage_history_entry td.btn_rslt #html-content li {
	font-size:12px !important;
	font-weight:normal;
	text-align:left !important;
}
td.btn_rslt li ::selection {background:#fff; color:#fff;}
td.btn_rslt li ::-moz-selection {background:#fff; color:#fff;}
#darktooltip-def-html {
	text-align:left !important;
}
#darktooltip-def-html li {
	margin:3px 0;
}
#darktooltip-def-html li::selection {background:#FC0; color:#000;}
#darktooltip-def-html li::-moz-selection {background:#FC0; color:#000;}

/* 詳細 */

.detail_status {
	background-color:#95a5a6;
	color:#fff;
	padding:10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#7f8c8d solid 1px;
	margin:0 auto 25px;
	text-align:center;
	width:1024px;
	font-size:16px;
	font-weight:bold;
}
.detail_status span {
	background-color:#fff;
	color:#7f8c8d;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:5px 15px 6px;
	margin:10px auto 0;
	display:block;
	width:100px;
	border:#7f8c8d solid 1px;
}

.detail_status_ok {
	background-color:#48bea5;
	color:#fff;
	padding:10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#16a085 solid 1px;
	margin:0 auto 25px;
	text-align:center;
	width:1024px;
	font-size:16px;
	font-weight:bold;
}
.detail_status_ok span {
	background-color:#fff;
	color:#16a085;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px 15px 6px;
	margin:10px auto 0;
	display:block;
	width:100px;
	border:#16a085 solid 1px;
}
.detail_status_ng {
	background-color:#383838;
	color:#fff;
	padding:10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#2c3e50 solid 1px;
	margin:0 auto 25px;
	text-align:center;
	width:1024px;
	font-size:16px;
	font-weight:bold;
}
.detail_status_ng span {
	background-color:#fff;
	color:#000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:5px 15px 6px;
	margin:10px auto 0;
	display:block;
	width:100px;
	border:#000; solid 1px;
}

#page_mypage_history_entry_detail table.result {
	width:100%;
	text-align:left;
	margin-bottom:60px;
}
#page_mypage_history_entry_detail table.result th {
	width:30%;
	padding:10px 0;
	border-bottom:#ddd solid 1px;
	color:#777;
	background-color:#fff;
	text-align:left;
}
#page_mypage_history_entry_detail table.result td {
	width:70%;
	padding:10px 0;
	border-bottom:#ddd solid 1px;
	text-align:left;
}
#page_mypage_history_entry_detail table.result td i {
	font-size:130%;
	vertical-align:-2px;
}

#page_mypage_history_entry_detail table.result_in {
	width:100%;
	text-align:left;
	margin-bottom:0;
	border:#F7F7F9 solid 8px;
}
#page_mypage_history_entry_detail table.result_in tr:hover {
	background-color:#F7F7F9 !important;
	color:#000;
}
#page_mypage_history_entry_detail table.result_in th {
	width:50%;
	padding:6px 10px;
	border-bottom:#ddd solid 1px;
	color:#777;
	background-color:#fff;
	text-align:left;
}
#page_mypage_history_entry_detail table.result_in td {
	width:50%;
	padding:6px 10px;
	border-bottom:#ddd solid 1px;
	text-align:left;
}
#page_mypage_history_entry_detail table.result_in td div {
	font-weight:normal;
	color:#777;
}
#page_mypage_history_entry_detail table.result_in td div strong {
	font-weight:normal;
	color:#333;
}
#page_mypage_history_entry_detail table.result td .response .ok {
	background-color:#1abc9c;
	text-align:center;
	padding:6px 0;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#page_mypage_history_entry_detail table.result td .response .ng {
	background-color:#e74c3c;
	text-align:center;
	padding:6px 0;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#contents_user #acMenu dt {
	display:block;
	cursor:pointer;
	color:#397FB9;
	text-decoration:underline;
}
#contents_user #acMenu dt i {
	margin-right:5px;
}
#contents_user #acMenu dt:hover {
	color:#469EE9;
	text-decoration:none;
}
#contents_user #acMenu dd {
	display:none;
}
#contents_user #acMenu dd ul {
	background-color:#F7F7F9;
	border:#E6E4E7 solid 1px;
	padding:15px 25px;
	margin:10px 0 5px;
}
#page_mypage_history_entry tr.job_end {
	background-color:#000 !important;
	color:#999 !important;
} 
#page_mypage_history_entry tr.job_end td {
	border-left:#fff solid 1px;
	border-right:#fff solid 1px;
} 
#page_mypage_history_entry tr.job_end .job_end_txt {
	color:#fff;
	padding:6px 12px 7px 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#c0392b;
	margin-bottom:4px;
	display: inline-block;
}


/* メッセージ */
#mypage_history_entry_message .message_wrap {
	width:1024px;
	margin:auto;
}
#mypage_history_entry_message .entry_outline {
	float:left;
	width:200px;
}
#mypage_history_entry_message .entry_body {
	float:right;
	width:730px;
	background-color:#fff;
}
#mypage_history_entry_message .entry_body h2 {
	padding:15px 20px;
	border-bottom:#ddd solid 1px;
}
#mypage_history_entry_message .entry_body h2 i {
	font-size:130%;
	vertical-align:-2px;
}

#mypage_history_entry_message .message_row {
	padding:15px 15px 20px ;
	border-bottom:#ddd solid 1px;
	clear:both;
	overflow:hidden;
}
#mypage_history_entry_message .message_row:hover {
	background-color:#f9f9f9;
}
#mypage_history_entry_message .message_icon {
	float:left;
	width:30px;
}
#mypage_history_entry_message .message_icon img {
	width:100%;
	height:auto;
}
#mypage_history_entry_message .message_head {
	float:right;
	width:658px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:3px;
}
#mypage_history_entry_message .message_head .name {
	float:left;
	font-size:12px;
	font-weight:bold;
}
#mypage_history_entry_message .message_head .date {
	float:right;
	font-size:10px;
	color:#777;
}
#mypage_history_entry_message .message_body {
	clear:both;
	overflow:hidden;
	margin:0 0 0 45px;
}
#mypage_history_entry_message .message_input {
	background-color:#f9f9f9;
	border-bottom:#ddd solid 1px;
	border-left:#ddd solid 1px;
	border-right:#ddd solid 1px;
	padding-top:1px;
}
#mypage_history_entry_message .message_input .inner {
	margin:7px;
	background-color:#fff;
	border:#ddd solid 1px;
	box-shadow:0px 0px 5px 0px #ddd;
	-moz-box-shadow:0px 0px 5px 0px #ddd;
	-webkit-box-shadow:0px 0px 5px 0px #ddd;
}
#mypage_history_entry_message .message_input .toolbar {
	border-bottom:#ddd solid 1px;
	padding:7px 12px;
}
#mypage_history_entry_message .message_input .toolbar button {
	background:#397FB9;
	color:#fff;
	border-radius:4px;
	border:none;
	padding:4px 10px 6px;
}
#mypage_history_entry_message .message_input .toolbar button:hover {
	background-color:#469EE9;
}
#mypage_history_entry_message .message_input .input_body {
	margin:12px 12px 0px 12px ;
}
#mypage_history_entry_message .message_input .input_body textarea {
	width:663px;
}
#mypage_history_entry_message .input_flow {
	border-bottom:#ddd solid 1px;
	padding:7px 12px;
	clear:both;
	overflow:hidden;
	background-color:#f0f0f0;
}
#mypage_history_entry_message .input_flow a {
	display:block;
	float:right;
	padding:1px 0 2px 0;
	text-decoration:none;
	width:100px;
	font-size:12px;
	border:#ccc solid 1px;
	box-sizing:border-box;
	border-radius:3px;
	color:#397FB9;
	text-align:center;
	background-color:#fff;
}
#mypage_history_entry_message .input_flow i {
	font-size:130%;
}

#mypage_history_entry_message .empty {
	text-align:center;
	margin:100px 0;	
}
#mypage_history_entry_message .empty i {
	font-size:200%;
	margin-bottom:-10px;
	display:block;
	color:#777;
}
#mypage_history_entry_message .close_form {
	background-color:#f9f9f9;
	padding:20px 0 30px ;
	color:#777;
	border:#eee solid 1px;
	margin:7px;
	text-align:center;
}
#mypage_history_entry_message .close_form i {
	font-size:200%;
	margin-bottom:-10px;
	display:block;
}
#mypage_history_entry_message .entry_outline .image {
	margin-bottom:10px;
}
#mypage_history_entry_message .entry_outline .image img {
	width:100%;
	height:auto;
}
#mypage_history_entry_message .entry_outline .info {
	font-size:12px;
	color:#777;
	border-bottom:#ddd solid 1px;
	padding-bottom:15px;
	margin-bottom:15px;
}
#mypage_history_entry_message .entry_outline .info h3 {
	font-size:15px;
	margin-bottom:7px;
}
#mypage_history_entry_message .entry_outline .contact {
	border-bottom:#ddd solid 1px;
	padding-bottom:15px;
	margin-bottom:15px;
}
#mypage_history_entry_message .entry_outline .contact li {
	font-size:12px;
}
#mypage_history_entry_message .entry_outline .contact li:before {
	content:"・";
}
#mypage_history_entry_message .entry_outline .contact h2 ,
#mypage_history_entry_message .entry_outline .entry_result h2 {
	margin-bottom:5px;
}
#mypage_history_entry_message .entry_outline .entry_result .detail_status_ok ,
#mypage_history_entry_message .entry_outline .entry_result .detail_status_ng ,
#mypage_history_entry_message .entry_outline .entry_result .detail_status {
	width:200px;
	border-radius:3px;
	font-size:13px;
	padding:5px 0;
}
#mypage_history_entry_message .focus_on {
	background: #EAF4FB !important;
	color:#000;
}


/*----------------------------------------------------
	新着情報
----------------------------------------------------*/
#mypage_notice_index h2.cat_ttl {
	color:#fff;
	background-color:#7F8C8D;
	width:auto;
	margin:0 auto;
	padding:8px 40px;
}

body.page_mypage #notice .notice_list_ttl {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:25px;
}
body.page_mypage #notice .notice_list_ttl i {
	margin-right:10px;
	font-size:150%;
	vertical-align:-2px;
}
body.page_mypage #notice dl.notice_list {
}
body.page_mypage #notice dl.notice_list a {
	display: block;
	padding:20px 40px;
	border-bottom:solid 1px #eee;
	text-decoration: none;
	color: #000;
}
body.page_mypage #notice dl.notice_list a:hover {
	background: #f5f5f5 !important;
}
body.page_mypage #notice dl.notice_list a > span {
	display: block;
}
body.page_mypage #notice dl.notice_list a span.title {
	color: #397FB9;
	font-size:15px;
	margin-bottom:5px;
}
body.page_mypage #notice dl.notice_list a span.date {
	color: #555;
	font-size:13px;
	text-align: right;
}
body.page_mypage #notice dl.notice_list i {
	margin-right:10px;
	font-size:150%;
	vertical-align:-2px;
	color:#95a5a6;
}
body.page_mypage #notice dl.notice_list dt {
	margin-bottom:7px;
}
body.page_mypage #notice dl.notice_list dd {
	font-size:12px;
	font-weight:normal;
	color:#777;
}
body.page_mypage #notice dl.notice_list a.unread {
	background: #FFF9DB;
}
body.page_mypage #notice dl.notice_list a.unread:hover {
	background:#F1EDCE !important;
}
body.page_mypage #notice dl.notice_list a.unread .title {
	font-weight:bold;
}
body.page_mypage #notice dl.notice_list a.unread i.ion-android-mail {
	color:#f39c12;
}
/*----------------------------------------------------
	ログイン
----------------------------------------------------*/
#contents_user #login .wrap {
	width:1024px;
	margin:0 auto;
}
#contents_user #login .wrap .sub_headarea {
	width:100%;
}
#contents_user #login .wrap .sub_headarea p {
	margin-bottom:15px;
}

#contents_user #login .wrap #contents {
	width:100%;
	margin-bottom:100px;
	background-color:#F7F7F9;
}
#contents_user #login .wrap #contents .inner {
	width:445px;
	float:left;
	background-color:#fff;
}
#contents_user #login .wrap #contents .under {
	width:445px;
	float:right;
	background-color:#fff;
}
#contents_user #login .wrap #contents h2 {
	border-top:#000 solid 1px;
	border-bottom:#ddd solid 1px;
	padding:15px;
	text-align:center;
	
}
#contents_user #login .wrap #contents .login_base {
	padding:30px 40px;
}
#contents_user #login .wrap #contents .inner dt {
	font-weight:bold;
	margin-bottom:7px;
	font-size:110%;
}
#contents_user #login .wrap #contents .inner dt i {
	margin-right:5px;
	font-size:120%;
	vertical-align:-1px;
}

#contents_user #login .wrap #contents .inner dd {
	margin-bottom:20px;
}
#contents_user #login .wrap #contents .inner ul {
	border-top:#ddd solid 1px;
	margin:30px 0 0;
	padding-top:20px;
	font-size:90%;
}
#contents_user #login .wrap #contents .login_save {
	text-align:center;
	margin-bottom:26px;
}
#contents_user #login .wrap h1 {
	margin:30px 0 20px;
}
#contents_user #login .wrap h1 i {
	margin-right:10px;
	font-size:90%;
	vertical-align:2px;
}
#contents_user #login input[type="text"] {
	width:337px;
	padding:15px 10px;
}

#contents_user #login .login_btn {
	width:100%;
	margin:0 auto;
}
#contents_user #login .under h3 {
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
}
#contents_user #login .under p {
	margin-bottom:17px;
}
#contents_user #login .login_btn input[type="submit"] ,
#contents_user #login .regist_btn a {
	background-color:#397FB9;
	border:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#fff;
	font-size:14px;
	width:100%;
	padding:16px 0 18px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
#contents_user #login .login_btn:hover input[type="submit"] ,
#contents_user #login .regist_btn a:hover {
	background-color:#469EE9;
}
#contents_user .er_blk {
	margin:30px 0 60px;
	text-align:center;
}
#login .login_btn:active input[type="submit"] {
	background-color:#2B608E;
	color:#688DB0;
}

/*----------------------------------------------------
	設定
----------------------------------------------------*/
#contents_user #setting .withdrawal {
	text-align:center;
	padding:30px;
}
#setting table {
	width:100%;
	margin-bottom:30px;
}
#setting table th {
	width:20%;
	border-bottom:#ddd solid 1px;
	padding:25px 0 0px;
	text-align:left;
	color:#666;
	vertical-align:top;
}
#setting table th i {
	margin-left:10px;
	font-size:160%;
	vertical-align:-3px;
	color:#397FB9;
}
#setting table td {
	width:72%;
	border-bottom:#ddd solid 1px;
	padding:15px 0;
}
#contents_user #setting .skill table th {
	width:30%;
	border-bottom:#ddd solid 1px;
	padding:15px 0 ;
	text-align:left;
	color:#666;
	vertical-align:top;
}

#contents_user #setting table td.must {
	width:8%;
	border-bottom:#ddd solid 1px;
	padding:25px 15px 0 0;
	vertical-align:top;
}
#contents_user #setting .withdrawal input.wd_btn ,
#contents_user #setting .withdrawal .wd_btn a {
	display:block;
	text-align:center;
	background-color:#bdc3c7;
	padding:10px 20px;
	margin:20px auto 30px;
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	width:100px;
}
#contents_user #setting .withdrawal p {
	margin-top:30px;
}
#contents_user .forget_mail {
	text-align:center;
}
#contents_user .forget_mail input[type="text"] {
	width:500px;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.notfound {
	margin:50px 0;
}
.notfound .inner {
	background-color:#FFF;
	border:#ddd solid 1px;
	padding:35px 0 45px;
	margin-bottom:35px;
	text-align:center;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.notfound .inner i {
	display:block;
	font-size:330%;
	margin-bottom:10px;
	color:#DADDDD;
}

.notfound h1 {
	font-size:20px;
	margin-bottom:20px;
}
.sitemap {
	margin-right:-30px;
}
.sitemap dl {
	width:450px;
	margin-right:30px;
	float:left;
}
.sitemap dl .main_ttl {
	background-color:#283851;
	color:#fff;
	font-weight:bold;
	padding:4px 10px;
	margin-bottom:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sitemap dl a {
	display:block;
	padding:2px 10px;
}
#none_contents {
	background-color:#fff;
	border:#dadddd solid 1px;
	padding:70px 0 150px;
	text-align:center;
	width:1024px;
	margin:30px auto;
}
#none_contents i {
	color:#ddd;
	font-size:500%;
	display:block;
	margin-bottom:15px;
}
#none_contents .relogin {
	width:430px;
	margin:30px auto 0;
}
#none_contents .relogin a {
	width:200px;
	float:left;
	margin-right:15px;
	display:block;
	padding:10px 0;
	text-decoration:none;
	
}



/*	フッター
----------------------------------------------------*/
.pagetop {
	text-align:right;
	font-size:11px;
	padding:10px 0;
	clear:both;
	overflow:hidden;
}
.pagetop a {
	color:#333;
}
.pagetop .inner {
	width:1024px;
	margin:0 auto;
}
.pagetop i {
	margin-right:10px;
}
/*
footer {
	width:auto;
	min-width: 960px;
	clear:both;
	overflow:hidden;
	padding:0 0 40px;
	text-align:left;
	font-size:12px;
	color:#FFF;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer .inner {
	width:1024px;
	margin:0 auto;
}
footer .foot_subarea {
	background-color:#283851;
	border-bottom:#504E69 solid 1px;
	clear:both;
	overflow:hidden;
	line-height:1;
	font-size:11px;
	padding:15px 0;
}
footer .foot_subarea .f_pan {
	float:left;
	width:50%;
	color:#FFF;
}
footer .foot_subarea .pagettl {
	float:right;
	width:50%;
	text-align:right;
}

footer .foot_mainarea {
	padding:40px 0 20px;
	clear:both;
	overflow:hidden;
	background-color:#283851;
}
footer .foot_mainarea .blk1 {
	float:left;
	width:260px;
	margin-bottom:40px;
	color:#ccc;
}
footer .foot_mainarea .blk1 p {
	font-size:11px;
	margin-bottom:15px;
	line-height:150%;
}
footer .foot_mainarea .blk2 {
	float:left;
	width:210px;
	margin-bottom:40px;
}
footer .foot_mainarea .blk3 {
	float:left;
	width:210px;
	margin-bottom:40px;
}
footer .foot_mainarea .blk2 a ,
footer .foot_mainarea .blk3 a ,
footer .foot_mainarea .blk_news .infoarea a {
	color:#D8DBE0;
}
footer .foot_mainarea .blk2 a:hover ,
footer .foot_mainarea .blk3 a:hover ,
footer .foot_mainarea .blk_news .infoarea a:hover  {
	text-decoration: underline;
}

footer .foot_mainarea .blk4 {
	float:right;
	width:240px;
	text-align:center;
	margin-bottom:40px;
	border-left:#504E69 solid 1px;
	border-right:#504E69 solid 1px;
}
footer .foot_mainarea .blk4 ul li a {
	background-color:#00BE9C;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:3px 0 4px;
	width:172px;
	margin:0 auto 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
footer .foot_mainarea .blk4 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

footer .foot_mainarea dt {
	font-weight:bold;
	margin-bottom:6px;
	font-size:108%;
}
footer .foot_mainarea .blk_news {
	clear:both;
	overflow:hidden;
	padding:20px 0 0;
	background-color:#1F2B41;
}
footer .foot_mainarea .blk_news .ttl {
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}
footer .foot_mainarea .blk2 dt i ,
footer .foot_mainarea .blk3 dt i,
footer .foot_mainarea .blk_news .ttl i {
	font-size:140%;
	vertical-align:-2px;
}
footer .foot_news_list {
	clear:both;
	padding-top:10px;
}
footer .foot_mainarea .blk_news .infoarea {
	float:left;
	width:680px;
	font-size:12px;
	margin-bottom:30px;
	line-height:140%;
}
footer .foot_mainarea .blk_news .infoarea dt {
	clear:both;
	float:left;
	width:90px;
	font-weight:normal;
	color:#D8DBE0;
	margin-bottom:10px;
	font-size:11px;
}
footer .foot_mainarea .blk_news .infoarea dd {
	float:left;
	width:570px;
	margin-bottom:10px;
}

footer .foot_mainarea .blk_news .formarea {
	float:right;
	width:240px;
	margin-bottom:30px;
}
footer .foot_mainarea .blk_news .formarea textarea {
	width:210px;
	height:130px;
	font-size:12px;
	margin-bottom:15px;
}
footer .foot_mainarea .blk_news .formarea input[type="submit"] {
	background-color:#397FB9;
	border:none;
	color:#FFF;
	padding:5px 0;
	width:150px;
	margin:0 auto;
	display:block;
	text-align:center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
footer .foot_mainarea .blk_news .formarea input[type="submit"]:hover {
	background-color:#469EE9;
}*/

#share ul {
	height:auto;
	line-height:1;
	margin:28px auto 0;
	width:456px;
}
.nh_head #share ul {
	height:auto;
	line-height:1;
	margin:20px 0 0 0;
	width:456px;
}
#share li {
	font-size:11px;
	float:left;
	text-align:center;
	width:84px;
	margin-right:10px;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
	padding:9px 10px 11px 10px ;
}
#share li img {
	vertical-align:top;
	margin-right:5px;
}
#share li a {
	color:#FFF;
	text-decoration:none;
}
#share li a:hover {
	color:#FFF;
}

#share li.share-twitter{
	background:#55acee;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
}
#share li.share-hatena:hover{
	background:#4888d4;
}

footer .foot_submenu {
	overflow:hidden;
}
footer .foot_submenu ul {
	clear:both;
	overflow:hidden;
	padding:20px 0;
	text-align: center;
}
footer .foot_submenu li {
	margin-right:15px;
	display: inline;
}
footer .foot_submenu li a {
	color:#777;
}
footer .copyright {
	color:#777;
	text-align:center;
	font-size:10px;
}





/*	モーダル
----------------------------------------------------*/
.remodal {
	position:relative;
}
.remodal .remodal-cancel {
	position:absolute;
	top:15px;
	right:15px;
	min-width:30px !important;
	height:30px;
	padding:0;
	text-align:center;
	letter-spacing:1px;
	background-color:#ecf0f1;
	border:#bdc3c7 solid 1px;
	color:#95a5a6;
}
.remodal .remodal-cancel:hover {
	background-color:#bdc3c7;
	color:#fff;
}

.remodal .remodal-cancel i {
	margin:0;
}

/* お気に入り */
.modal_fav {
	border-top:#F76B6B solid 3px;
	text-align:left;
	width:500px !important;
	padding:30px 0 0 0 !important;
}
.modal_fav h2 {
	font-size:24px !important;
	font-weight:normal;
	text-align:center !important;
	width:100%;
	padding-bottom:30px !important;
	line-height:130%;
	margin-bottom:15px !important;
}
.modal_fav h2 i {
	font-size:180%;
	color:#F76B6B;
	margin-bottom:10px;
}
.modal_fav .txtarea {
	text-align:center;
}
.modal_fav .txtarea p {
	font-size:14px;
	margin-bottom:15px;
	line-height:160%;
}
.modal_fav .txtarea p span {
	font-size:10px;
	color: #999;
}
.modal_fav form.register {
	display: block;
	width:350px;
	margin:0 auto;
}
.modal_fav form.register .inputbox {
	margin-bottom:0;
}
.modal_fav form.register .inputbox input {
	width:100%;
}
.modal_fav form.register .agreement {
	text-align: center;
	font-size:12px;
	margin-bottom:10px;
}
.modal_fav form.register input[type=submit] {
	background: #E7374B;
	color: #fff;
	border:none;
	font-weight:bold;
	width:200px;
	margin:0 auto;
	display: block;
	box-sizing: border-box;
	padding:10px 0;
	border-radius: 3px;
	font-size:16px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
.modal_fav form.register input[type=submit]:hover {
	background: #D91A32;
}
.modal_fav .btn_login {
	border-top:#dadddd solid 1px;
	padding:15px 0 20px;
	margin-top:25px;
	text-align:center;
}
.modal_fav .txtarea strong {
	background-color:#F1F180;
	color:#000;
	font-weight:normal;
}
/* 応募する */
.modal_regist {
	border-top:#16a085 solid 3px;
	text-align:left;
	width:400px !important;
	padding:30px 0 0 0 !important;
}
.modal_regist h2 {
	font-size:24px !important;
	font-weight:normal;
	text-align:center !important;
	width:100%;
	padding-bottom:10px !important;
	line-height:180%;
}
.modal_regist h2 i {
	font-size:185%;
	color:#16a085;
	margin-bottom:10px;
}

.modal_regist h3 {
	color:#16a085;
	font-size:16px;
	margin-bottom:5px;
}

.modal_regist .txtarea {
	margin-bottom:20px;
	text-align:center;
}
.modal_regist .txtarea p {
	font-size:15px;
	margin-bottom:25px;
	line-height:180%;
}
.modal_regist .btn_login {
	border-top:#dadddd solid 1px;
	padding:15px 0 20px;
	margin-top:25px;
	text-align:center;
}
.modal_regist .txtarea strong {
	background-color:#F1F180;
	color:#000;
	font-weight:normal;
	font-weight:bold;
}
.modal_regist .txtarea span {
	font-weight:bold;
}
.modal_regist form {
	display: block;
	width:310px;
	margin:0 auto;
}
.modal_regist form .inputbox {
	margin-bottom:0;
}
.modal_regist form .inputbox input {
	width:100%;
}
.modal_regist form .agreement {
	text-align: center;
	font-size:12px;
	margin-bottom:10px;
}
.modal_regist form input[type=submit] {
	background: #F79E29;
	color: #fff;
	border:none;
	font-weight:bold;
	width:200px;
	margin:0 auto;
	display: block;
	box-sizing: border-box;
	padding:10px 0;
	border-radius: 3px;
	font-size:16px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
.modal_regist form input[type=submit]:hover {
	background: #E38609;
}

/* クリックするとどうなる */
.modal_what {
	border-top:#283851 solid 3px;
	text-align:left;
	width:700px !important;
	padding: 20px 0 35px 0 !important;
}
.modal_what h2 {
	font-size:18px !important;
	font-weight:normal;
	width:auto;
	padding:0 30px 20px 30px !important;
	text-align:center !important;
}
.modal_what h2 i {
	color:#283851;
	font-size:170%;
	display:block;
	margin-bottom:10px;
}
.modal_what .txtarea {
	padding:0 30px 20px 30px !important;
}
.modal_what .txtarea .intro {
	margin-bottom:15px;
}
.modal_what .txtarea span {
	color:#F76B6B;
	font-size:12px;
}
.modal_what .txtarea dl {
	border:#dadddd solid 1px;
	padding:15px 20px;
	background-color:#F7F7F9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.modal_what .txtarea dt {
	font-weight:bold;
	margin-bottom:5px;
}
.modal_what .txtarea dd {
	font-size:90%;
}
.modal_what span.nextarrow {
	font-size:150%;
	color:#777;
	display:block;
	text-align:center;
}

/*	パーツ：入力フォーム
----------------------------------------------------*/
input {
	vertical-align:-2px;
}

input[type="text"] ,
input[type="email"] ,
input[type="password"] ,
textarea {
   -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
}
input[type="text"]:focus ,
input[type="email"]:focus ,
input[type="password"]:focus ,
select:focus ,
textarea:focus ,
input[type="number"]{
	border:#3498db solid 1px;
	box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
}
select {
	-webkit-appearance: none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	background-position:right 10px center;
	background-image:url(/assets/img/common/input_select.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:#ddd solid 1px;
	border-radius: 3px;
	padding:10px 28px 10px 15px;
	margin-right:4px;
	font-size:12px;
	overflow:hidden;
	box-sizing: border-box;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.2), inset 0 1px 2px rgba(255,255,255,1);
}
select.mb {
	margin-bottom:8px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"] {
	border:#ddd solid 1px;
	background-color:#fff;
	padding:8px 12px;
	font-size:13px;
	border-radius: 3px;
	margin-bottom:7px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
input[type="number"] {
	width:100px;
}
textarea {
	border:#ddd solid 1px;
	padding:10px 12px;
	font-size:13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:7px;
	width:445px;
	height:100px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

/* IE9でブラウザ独自の矢印が表示されてしまう問題の対処 */
select::-ms-expand {
	display: none;
}
select:before {
	display: none\9; 
}
.error {
	color:#e74c3c;
}
input[type="submit"] {
	cursor:pointer;
}


body.page_mypage #update_hope_career_change .modal_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}
body.page_mypage #update_hope_career_change .modal_content {
	position: fixed;
	width: 270px;
	left: 50%;
	margin-left: -150px;
	top: 150px;
	z-index: 101;
	background: #fff;
	padding: 15px 15px;
	border: solid 5px #283851;
	border-radius: 3px;
}
body.page_mypage #update_hope_career_change h2 {
	text-align: center;
	color: #283851;
	margin-bottom: 8px;
}
body.page_mypage #update_hope_career_change select {
	display: block;
	float: left;
	width: 75%;
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	border-width: 2px;
}
body.page_mypage #update_hope_career_change input[type=submit] {
	display: block;
	float: right;
	width: 22%;
	background: #397FB9;
	color: #fff;
	border: none;
	padding: 0 ;
	height: 35px;
	box-sizing: border-box;
	border-radius: 3px;
	border: solid 1px #316C9D;
	font-weight: bold;
}
body.page_mypage #update_hope_career_change input[disabled=disabled] {
	background: #ccc;
	border: solid 1px #bbb;
	color: #fff;
	cursor: not-allowed;
}
body.page_mypage #update_hope_career_change p {
	line-height: 1em;
	margin-bottom: 8px;
}

/* スカウト求人説明モーダル */
.info_scout_modal {
	border-top:#F88B07 solid 3px;
	text-align:left;
	width:520px !important;
	padding:30px 0 0px 0 !important;
}
.info_scout_modal h2 {
	font-size:22px !important;
	font-weight:normal;
	text-align:center !important;
	width:100%;
	padding-bottom:0px !important;
	line-height:180%;
	margin-bottom:0 !important;
	border:none !important;
	color: #F08A02;
}
.info_scout_modal h2 i {
	font-size:180%;
	color:#F88B07;
	margin-bottom:10px;
	display: block;
}
.info_scout_modal .txtarea {
	text-align:center;
	border-bottom:solid 1px #ddd;
}
.info_scout_modal .txtarea p {
	font-size:14x;
	margin-bottom:25px;
	line-height:180%;
}
.info_scout_modal ul.btns {
	padding-left: 100px;
}
.info_scout_modal ul.btns li {
	float: left;
	display: block;
	margin-right: 15px;
}
.info_scout_modal ul.btns li a {
	display:block;
	width:200px;
	padding:12px 20px 14px;
	text-align:center;
	color:#FFF;
	border:none;
	margin:0 auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration:none;
	font-weight:bold;
}
.info_scout_modal ul.btns li.btn_howto_scout a {
	background: #397FB9;
}
.info_scout_modal ul.btns li.btn_howto_scout a:hover {
	background: #316FA2;
}
.info_scout_modal ul.btns li.btn_goto_regist a {
	background:#f02400;
}
.info_scout_modal ul.btns li.btn_goto_regist a:hover {
	background-color:#C0392B;
}
.info_scout_modal form.register {
	background: #f7f7f7;
	display: block;
	padding:30px 0 40px;
}
.info_scout_modal form.register .inner {
	display: block;
	width:350px;
	margin:0 auto;
}
.info_scout_modal form.register h3 {
	text-align: center;
	margin-bottom:25px;
	font-size:20px;
	color: #E7374B;
}
.info_scout_modal form.register .inputbox {
	margin-bottom:0;
}
.info_scout_modal form.register .inputbox input {
	width:100%;
}
.info_scout_modal form.register .agreement {
	text-align: center;
	font-size:12px;
	margin-bottom:10px;
}
.info_scout_modal form.register input[type=submit] {
	background: #E7374B;
	color: #fff;
	border:none;
	font-weight:bold;
	width:200px;
	margin:0 auto;
	display: block;
	box-sizing: border-box;
	padding:10px 0;
	border-radius: 3px;
	font-size:16px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
.info_scout_modal form.register input[type=submit]:hover {
	background: #D91A32;
}


#page_company_introduction h1 {
	padding:2px 0px 0;
	font-size:10px;
	color:#333;
	font-weight:normal;
	text-align: right;
}
#page_company_introduction #contents {
	margin:10px 0 50px;
}
#page_company_introduction .company_header {
	border:solid 1px #ddd;
	border-bottom:solid 2px #ddd;
	border-top:solid 2px #283851;
	padding:20px 20px 30px;
	box-sizing: border-box;
	border-radius:2px;
	overflow: hidden;
	margin-bottom:30px;
}
#page_company_introduction .company_header .inner {
	overflow: hidden;
}
#page_company_introduction .company_header .company_logo {
	float: left;
	width:200px;
	min-height:140px;
	position: relative;
}
#page_company_introduction .company_header .company_logo img {
	max-width: 200px;
	max-height: 140px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#page_company_introduction .company_header .info_area {
	float: right;
	padding:25px 25px 0 0;
	width:690px;
	box-sizing: border-box;
}
#page_company_introduction .company_header .info_area h2 {
	font-size:20px;
	margin-bottom:18px;
}
#page_company_introduction .company_header .info_area .vision {
	margin-top:15px;
}
#page_company_introduction .company_header .info_area h3 {
	color: #444;
	margin-bottom:5px;
}
#page_company_introduction .jobs h2 {
	border-left: #263653 solid 7px;
	padding: 2px 0 2px 18px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}
#page_company_introduction .jobs .blocks_bg {
	background: #eee;
	padding:5px;
}
#page_company_introduction .jobs .blocks {
	border-top:solid 1px #ddd;
	background: #fff;
}
#page_company_introduction .jobs .blk {
	border:solid 1px #ddd;
	border-top:none;
	overflow: hidden;
}
#page_company_introduction .jobs .blk a.blk_link {
	display: block;
	text-decoration: none;
	color: #222;
	overflow: hidden;
	padding:25px 28px;

}
#page_company_introduction .jobs .blk a:hover {
	background: #FDFBE8;
}
#page_company_introduction .jobs .blk .thumarea {
	width:200px;
	float: left;
}
#page_company_introduction .jobs .blk .thumarea img {
	width:100%;
	height:auto;
	border-radius:2px;
}
#page_company_introduction .jobs .blk .bodyarea {
	float: right;
	width:670px;
	position: relative;
}
#page_company_introduction .jobs .job_ttl {
	padding-right:100px;
	margin-bottom:5px;
}
#page_company_introduction .jobs .job_ttl h3 {
	font-size:18px;
	line-height:1.4em;
}
#page_company_introduction .jobs .shop_name {
	font-size:13px;
	color: #444;
	margin-bottom:2px;
}
#page_company_introduction .jobs .timelimit {
	position: absolute;
	right:0;
	top:0;
	color: #F02400;
	font-weight:bold;
}
#page_company_introduction .jobs .blk table {
	color: #555;
}
#page_company_introduction .jobs .blk table th {
	padding-right:10px;
}
#page_company_introduction .jobs .blk table td {
	padding-right:18px;
}
#page_company_introduction .jobs .empty_jobs {
	text-align: center;
	border:solid 1px #eee;
	padding:60px 0;
	background: #f7f7f7;
	color: #666;
}

#page_company_introduction .information {
	margin-bottom:0;
}
#page_company_introduction .information h2 {
	border-left: #263653 solid 7px;
	padding: 2px 0 2px 18px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}
#page_company_introduction .information table {
	border-top:solid 1px #ddd;
	width:100%;
}
#page_company_introduction .information table th,
#page_company_introduction .information table td {
	border-bottom:solid 1px #ddd;
	padding:12px;
}
#page_company_introduction .information table th {
	width:150px;
	text-align: left;
	background: #f7f7f7;
}
#page_company_introduction #contents .localnav {
	margin-top:15px;
}
#page_company_introduction #contents .localnav li {
	display: inline-block;
	margin-right:10px;
}
#page_company_introduction #contents .localnav li a {
	text-decoration: none;
}
#page_company_introduction #contents .connect {
	color: #bbb;
}
#page_company_introduction #contents .connect:last-child {
	display: none;
}


#page_mypage_resume #contents,
#page_mypage_skill #contents {
	width:1024px;
	box-sizing: border-box;
	margin:0 auto;
	padding-top:30px;
}
#page_mypage_resume #scout_switch,
#page_mypage_skill #scout_switch {
	overflow: hidden;
	padding-left:5px;
}
#page_mypage_resume #scout_switch label,
#page_mypage_skill #scout_switch label {
	float: left;
	width:auto;
	margin-right:15px;
}
#page_mypage_skill .message_autosave {
	text-align: center;
	background: #dff0d8;
	border: solid 1px #d0e9c6;
	color: #3c763d;
	padding:15px;
	margin-bottom:30px;
}
#page_mypage_resume .campanel_pr_modal {
	padding:0;
	width:700px;
	height:433px;
}
#page_mypage_resume .campanel_pr_modal .remodal-cancel {
	background: #000;
	border:none;
	color: rgba(255,255,255,0.8);
	cursor: pointer;
	width:44px;
	height:44px;
	line-height:44px;
	border-radius:50%;
	letter-spacing: 0;
	top:-16px;
	right:-16px;
}
#page_mypage_resume .campanel_pr_modal .remodal-cancel:hover {
	opacity:0.8;
}
#page_mypage_resume .campanel_pr_modal .remodal-cancel i {
	font-size:18px;
}

	/* page_inquiry_company */
body#page_inquiry_company {
	 background: #F7F7F9;
}
body#page_inquiry_company #maincontent_1col .table_outer {
	border:solid 5px #f7f7f7;
}
body#page_inquiry_company #maincontent_1col table {
	border: #dadddd solid 1px;
}
body#page_inquiry_company #maincontent_1col table th.title {
	width:25%;
	background: #f7f7f7;
	color: #333;
}
body#page_inquiry_company #maincontent_1col table th.icon {
	width:5%;
	background: #f7f7f7;
	color: #333;
	padding: 15px 10px 15px 0;
}
body#page_inquiry_company #maincontent_1col input.bt_next {
	background: #F79E29;
	color: #fff;
	border: none;
	font-weight: bold;
	width: 250px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 15px 0;
	border-radius: 3px;
	font-size: 16px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
body#page_inquiry_company #maincontent_1col input.bt_next:hover {
	background-color:#F9AD48;
}
body#page_inquiry_company #maincontent_1col input.bt_back {
	background: #f7f7f7;
	border:solid 1px #ddd;
	color: #333;
	width: 250px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 8px 0 10px;
	border-radius: 3px;
	font-size: 14px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
	margin-top:10px;
}
body#page_inquiry_company #maincontent_1col input.bt_back:hover {
	background-color:#fff;
}
body#page_inquiry_company .errorinput {
	border:solid 1px #e74c3c;
	background-color: #FFEEEE;
}
body#page_inquiry_company p.error {
	margin-bottom:3px;
}
body#page_inquiry_company [name=company_name],
body#page_inquiry_company [name=official_web],
body#page_inquiry_company [name=reply_email] {
	width:300px;
}
body#page_inquiry_company [name=pic_name] {
	width:200px;
}
body#page_inquiry_company [name=body] {
	width:100%;
	display: block;
	margin:0;
	min-height: 250px;
}
body#page_inquiry_company #maincontent_1col table th.icon span {
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	display: block;
	background: #999;
	color: #fff;
	padding:4px 5px 5px;
	line-height:1;
	position: relative;
	top:-2px;
	border-radius:2px;
	white-space: nowrap;
	margin-top:2px;
}
body#page_inquiry_company #maincontent_1col table th.icon span.must {
	background: #e74c3c;
}


/* mypage_account_withdrawal */
body#mypage_withdrawal #box_base {
	margin: 40px 130px 60px;
}
body#mypage_withdrawal #box_base section {
	margin-bottom:20px;
}
body#mypage_withdrawal #box_base section h2 {
	margin-bottom:20px;
}
body#mypage_withdrawal #box_base .thanks_message {
	margin-bottom:30px;
	text-align:center;
}
body#mypage_withdrawal #box_base .thanks_message p.text {
	font-size:20px;
	line-height:1.5em;
	color:#19B496;
	font-weight:bold;
}
body#mypage_withdrawal #box_base .thanks_message p.caution {
	font-size:12px;
	color:#999;
	margin-top:10px;
	line-height:1.5em;
}
body#mypage_withdrawal #box_base section ul li {
	float:left;
	width:50%;
	margin-bottom:5px;
}
body#mypage_withdrawal #box_base textarea {
	width:100%;
}
body#mypage_withdrawal #box_base .important {
	margin-bottom:20px;
	text-align:center;
}
body#mypage_withdrawal #box_base .important h3 {
	color:#e74c3c;
}
body#mypage_withdrawal #box_base button {
	background-color: #e74c3c;
    font-weight: bold;
    border: none;
    padding: 14px 0 14px;
    color: #FFF;
    margin: auto;
    width: 300px;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: inset 0 -1px 4px rgba(0,0,0,0.2);
}


body#mypage_withdrawal_thanks #box_base {
	margin: 60px 130px;
}
body#mypage_withdrawal_thanks #box_base .thanks_message {
	margin-bottom:30px;
	text-align:center;
}
body#mypage_withdrawal_thanks #box_base .thanks_message p.text {
	font-size:20px;
	line-height:1.5em;
	color:#19B496;
	font-weight:bold;
}
