/*
Theme Name: carestaff2017
*/

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header,footer,article,section { display: block; }

#page {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #3a3a3a;
}

a { color: #3a3a3a; }

img{max-width: 100%}

h2.common {
	border-left: 5px solid #e27102;
	font-size: 20px;
	color: #e27102;
	padding: 0 0 0 5px;
	margin: 20px 0 0 10px;

}

#content {
	width: 100%;
	float: left;
	position: relative;
}

.wrap {
	width: 100%;
	float: left;
	position: relative;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.sp { display: none; }

#mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 1;
	content: ' ';
	display: none;
}

#mask_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 4;
	content: ' ';
	display: none;
}

/* topics */
.topics_content {
	padding: 25px;
	margin: 0 0 30px 0;
}

.topics_content p {
	font-size: 15px;
	padding: 5px 0;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* header */
header {
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
header > .inner{
	padding: 10px;
}
p.head_cap {
	font-size: 13px;
	/*padding: 5px 10px;*/
}

h1 {
	padding: 0 0 0 5px;
	float: left;
}

.head_tel {
	padding: 0 5px 0 0;
	float: right;
}

.gm {
	height: 55px;
	/* background: #fff4e6; */
	border-bottom: 2px solid #ccc;
	box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}

.gm ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	height: 100%;
}

.gm ul li {
	position: relative;
	float: left;
	width: 22%;
	list-style: none;
	height: 55px;
}
.gm nav > ul >li:last-child{
	width: 12%;
}

.gm ul li a {
	display: block;
	text-align: center;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
	padding-top: 21px;
	height: 55px;
	transition: .3s;
}
.gm ul li a i{
	color: #E27102;
}
.gm ul li:hover > a {
	background: #e27102;
	color: #fff;
}
.gm ul li:hover > a i{
	color: #fff;
}

.gm ul li ul {
	width: 100%;
	border-top: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.gm ul li ul li {
	width: 100%;
	overflow: hidden;
	height: 0;
	float: none;
	transition: .2s;
}

.gm ul li ul li a {
	display: block;
	width: calc(100%-15px);
	height: 50px;
	line-height: 30px;
	text-align: left;
	/*padding-left: 15px;*/
	padding: 10px 5px;
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.gm ul li:hover ul {
	height: auto;
	border-bottom: 1px solid #e27102;
}

.gm ul li:hover ul li {
	overflow: visible;
	height: 50px;
	border-left: 1px solid #e27102;
	border-right: 1px solid #e27102;
}

.gm ul li ul li a:hover {
	background: #fff4e6;
	color: #3a3a3a;
}

/* home */
#main_img  {
	width: 100%;
	float: left;
	position: relative;
	overflow-y: hidden;
}

#main_img div {
	/*width: 100%;
	max-width: 960px;*/
}

#main_img img {
	width: 100%;
	max-width: 100%;
}

.q_search {
	/*height: 70px;*/
	background: #fff4e6;
	padding: 0 0 17px;
}
.q_search section{
	max-width: 768px;
	margin: 0 auto;
}
.q_search h2 {
	float: left;
	padding: 15px 0 0 5px;
}


.q_search select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #aaa;
	color: #3a3a3a;
	border-radius: 5px;
	width: 250px;
	margin: 18px 0 0 15px;
	float: left;
}
.q_search select[name="job_pref"]{
	width: 100px;
}

select::-ms-expand {
	display: none;
}

.q_search label {
	position: relative;
	float: left;
}

.q_search label.q_jobtype:after,
.q_search label.q_jobarea:after {
	position: absolute;
	content: ' ';
	top: 27px;
	right: 15px;
	width: 12px;
	height: 13px;
	background: url(images/s_arrow.png);
	pointer-events: none;
}


.q_search button {
	float: left;
	width: 125px;
	height: 35px;
	line-height: 35px;
	margin: 15px 0 0 15px;
	background: #e27102;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #593500;
	cursor: pointer;
}

.q_search button:active {
	border: none;
	margin-top: 17px;
}

button:focus {
	outline: none;
}

.q_search .s_plus {
	float: left;
	margin: 20px 0 0 15px;
}

.top_search {
	margin-top: 15px;
}

.a_search,
.new_job {
	width: 50%;
	float: left;
}

.a_search h2,
.new_job h2,
.news h2,
.briefing h2 {
	padding: 10px 5px;
}

.a_search .map {
	position: relative;
	width: 100%;
	height: 512px;
	margin: 0 auto;
	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.search_tax_nav,.search_tax_nav ul{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.search_tax_nav ul{
	padding-left: 1em;
}
.search_tax_nav li{
	display: inline-block;
	float: left;
	padding: 2px 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.search_tax_nav li a{
	color: rgb(48, 120, 242);
}
.search_tax_nav li:before{
	content: "■";
	color: #333;
	margin-right: 5px;
}

/* デフォルトマップ */
#map_tohoku_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_tohoku.png);
}

#map_tohoku {
	width: 100%;
	height: 100%;
	background: url(images/map_tohoku.png);
}

#map_tohoku a {
	font-size: 0;
}

a#map_hokk {
	position: absolute;
	top: 0;
	right: 0;
	height: 18%;
	width: 65%;
}

a#map_aomo {
	position: absolute;
	top: 18%;
	left: 35%;
	height: 18%;
	width: 35%;
}

a#map_iwa {
	position: absolute;
	top: 36%;
	right: 10%;
	height: 22%;
	width: 38%;
}

a#map_miya {
	position: absolute;
	top: 58%;
	right: 18%;
	height: 15%;
	width: 34%;
}

a#map_aki {
	position: absolute;
	top: 36%;
	left: 20%;
	height: 20%;
	width: 32%;
}

a#map_yama {
	position: absolute;
	top: 56%;
	left: 15%;
	height: 18%;
	width: 33%;
}

a#map_huku {
	position: absolute;
	top: 74%;
	left: 22%;
	height: 12%;
	width: 58%;
}

a#map_tochi {
	position: absolute;
	top: 86%;
	left: 2%;
	height: 12%;
	width: 40%;
}

/* 北海道マップ */
#map_hokk_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_hokk.png);
	display: none;
}

#map_hokk_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_hokk.png);
}

#map_hokk_wrap a {
	font-size: 0;
}

a#map_hokk_hako {
	position: absolute;
	top: 35%;
	left: 45%;
	height: 40%;
	width: 50%;
}

/* 青森マップ */
#map_aomo_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_aomo.png);
	display: none;
}

#map_aomo_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_aomo.png);
}

#map_aomo_wrap a {
	font-size: 0;
}

a#map_aomo_ao_1 {
	position: absolute;
	top: 30%;
	left: 18%;
	height: 18%;
	width: 30%;
}

a#map_aomo_ao_2 {
	position: absolute;
	top: 46%;
	left: 32%;
	height: 8%;
	width: 19%;
}

a#map_aomo_hiro_1 {
	position: absolute;
	top: 48%;
	left: 1%;
	height: 6%;
	width: 31%;
}

a#map_aomo_hiro_2 {
	position: absolute;
	top: 54%;
	left: 1%;
	height: 18%;
	width: 50%;
}

a#map_aomo_hachi {
	position: absolute;
	top: 20%;
	left: 51%;
	height: 50%;
	width: 45%;
}

/* 岩手マップ */
#map_iwa_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_iwa.png);
	display: none;
}

#map_iwa_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_iwa.png);
}

#map_iwa_wrap a {
	font-size: 0;
}

a#map_iwa_mori {
	position: absolute;
	top: 13%;
	left: 8%;
	height: 37%;
	width: 47%;
}

a#map_iwa_south {
	position: absolute;
	top: 50%;
	left: 5%;
	height: 40%;
	width: 50%;
}

a#map_iwa_coast {
	position: absolute;
	top: 10%;
	left: 55%;
	height: 70%;
	width: 38%;
}

/* 宮城マップ */
#map_miya_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_miya.png);
	display: none;
}

#map_miya_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_miya.png);
}

#map_miya_wrap a {
	font-size: 0;
}

a#map_miya_sen {
	position: absolute;
	top: 55%;
	left: 15%;
	height: 10%;
	width: 40%;
}

a#map_miya_other_1 {
	position: absolute;
	top: 20%;
	left: 15%;
	height: 35%;
	width: 80%;
}

a#map_miya_other_2 {
	position: absolute;
	top: 65%;
	left: 2%;
	height: 18%;
	width: 50%;
}

/* 秋田マップ */
#map_aki_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_aki.png);
	display: none;
}

#map_aki_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_aki.png);
}

#map_aki_wrap a {
	font-size: 0;
}

a#map_aki_aki {
	position: absolute;
	top: 47%;
	left: 20%;
	height: 18%;
	width: 38%;
}

a#map_aki_other {
	position: absolute;
	top: 15%;
	left: 15%;
	height: 75%;
	width: 75%;
}

/* 山形マップ */
#map_yama_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_yama.png);
	display: none;
}

#map_yama_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_yama.png);
}

#map_yama_wrap a {
	font-size: 0;
}

a#map_yama_yama {
	position: absolute;
	top: 55%;
	left: 63%;
	height: 12%;
	width: 32%;
}

a#map_yama_syo {
	position: absolute;
	top: 5%;
	left: 5%;
	height: 50%;
	width: 52%;
}

a#map_yama_moga {
	position: absolute;
	top: 5%;
	left: 57%;
	height: 40%;
	width: 40%;
}

a#map_yama_other {
	position: absolute;
	top: 45%;
	left: 13%;
	height: 48%;
	width: 82%;
}

/* 福島マップ */
#map_huku_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_huku.png);
	display: none;
}

#map_huku_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_huku.png);
}

#map_huku_wrap a {
	font-size: 0;
}

a#map_huku_huku {
	position: absolute;
	top: 20%;
	left: 50%;
	height: 22%;
	width: 26%;
}

a#map_huku_other {
	position: absolute;
	top: 30%;
	left: 3%;
	height: 40%;
	width: 93%;
}

/* 栃木マップ */
#map_tochi_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/map_tochi.png);
	display: none;
}

#map_tochi_inner {
	width: 100%;
	height: 100%;
	background: url(images/map_tochi.png);
}

#map_tochi_wrap a {
	font-size: 0;
}

a#map_tochi_utsu {
	position: absolute;
	top: 45%;
	left: 37%;
	height: 20%;
	width: 38%;
}

a#map_tochi_other {
	position: absolute;
	top: 13%;
	left: 5%;
	height: 70%;
	width: 90%;
/*
	background: #fff;
	opacity: .7;
*/
}


a.map_back {
	position: absolute;
	display: none;
	width: 105px;
	height: 35px;
	line-height: 30px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	left: 5px;
	bottom: 5px;
	color: #8fc630;
	background: #fff;
	border: 3px solid #8fc630;
	border-radius: 10px;
	transition: .2s;
}

a.map_back:hover {
	color: #fff;
	background: #8fc630;
}


.new_job table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
}

.new_job table tr:nth-child(odd) {
	background: #fff4e6;
}

.new_job table td {
	height: 64px;
}

.new_job table td.pref {
	width: 60px;
	text-align: center;
}

.new_job table td.area {
	width: 90px;
}

td.area div {
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

tr.hokkaido td.area div { background: #53b232; }
tr.aomori td.area div { background: #28799e; }
tr.iwate td.area div { background: #81488f; }
tr.miyagi td.area div { background: #ffb000; }
tr.akita td.area div { background: #e83828; }
tr.yamagata td.area div { background: #6ebdbb; }
tr.hukushima td.area div { background: #ea5ea1; }
tr.tochigi td.area div { background: #b28247; }

td.date {
	width: 80px;
	font-size: 12px;
}

td.title {
	padding: 0 0 0 10px;
	font-size: 13px;
}

.hitokoto {
	min-height: 120px;
	height:auto !important;
	background: #fff4e6;
	margin: 20px 0 0 0;
}

.hitokoto_box {
	position: relative;
	width: 1060px;
	min-height: 100px;
	height:auto !important;
	border-radius: 10px;
	background: #fff;
	margin: 10px auto;
}

.hitokoto_icon {
	float: left;
	margin: 10px 0 0 10px;
}

.hitokoto_box h2 {
	float: left;
	color: #595757;
	font-size: 18px;
	margin: 10px 0 0 10px;
}

.hitokoto_date {
	float: left;
	color: #595757;
	font-size: 12px;
	margin: 15px 0 0 10px;
}

.hitokoto_main {
 	float: left;
	width: 950px;
	height: 50px;
	margin: 10px;
	font-size: 15px;
	overflow: hidden;
}

.news {
	margin: 15px 0 0 0;
}

.news table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
}

.news table tr:nth-child(odd) {
	background: #fff4e6;
}

.news table td {
	height: 64px;
}

.news table td.office {
	width: 64px;
	text-align: center;
}

.news table td.cat {
	width: 90px;
}

td.cat div {
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

tr.topics td.cat div { background: #006934; }
tr.briefing td.cat div { background: #0b318f; }

.news table td.date {
	width: 70px;
}

.top_links {
	margin-top: 20px;
}

.link {
	position: relative;
	float: left;
	width: 250px;
	height: 180px;
	margin: 15px 0 0 15px;
	background: #ccc;
	transition: .3s;
}

.link a {
	display: block;
	width: 100%;
	height: 100%;
}

.link img {
	position: absolute;
	top: 0;
	left: 0;
}

span.link_text {
	display: block;
	height: 65px;
	width: 250px;
	padding: 3px 10px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 12px;
	background: rgba(226,113,2,0.8);
}

.link_text span {
	#fff;
}

.link_text h4 {
	font-size: 16px;
	color: #fff;
}


.bn {
	position: relative;
	float: left;
	width: 25%;
	margin: 15px 0 0 0;
	border: 5px solid white;
	transition: .3s;
}
.bn img{
	max-width: 100%;
}


.link:hover,
.bn:hover {
	opacity: .7;
}

.bn a.top_link_btn{
	display: block;
	background: #f00;
}

.bottom_text {
	background: #ea9249;
	margin: 20px 0 0 0;
}

.bottom_text p {
	color: #fff;
	font-size: 12px;
	padding: 15px;
}

/* job-search */
.job_search{
	padding: 10px;
}
.search_box {
	position: relative;
	width: 100%;
	border-radius: 5px;
	background: #fff4e6;
	margin: 15px auto;
	padding: 0 10px 15px;
}

.search_box table {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

.search_box table th,
.search_box table td {
	text-align: left;
	padding: 12px 0;
	border-bottom: 1px dotted #ccc;
}

.search_box table th {
	width: 100px;
}

.search_box table a {
	font-size: 14px;
	text-decoration: none;
}

.search_box table a.add_cat img,
.search_box table a.add_area img {
	display: inline-block;
	height: 21px;
	vertical-align: middle;
	margin-top: -5px;
}

span#job_area {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.search_box table label {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 5px 0;
	background: #fff;
	border: 1px solid #e27102;
	padding: 5px;
	border-radius: 5px;
}

.search_box_btn {
	position: relative;
	height: 50px;
	width: 200px;
	margin: 0 auto;
}

.search_box_btn button {
	position: absolute;
	display: block;
	width: 200px;
	height: 35px;
	top: 0px;
	left: 0;
	line-height: 35px;
	margin: 10px auto 0;
	background: #e27102;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #593500;
	cursor: pointer;
}

.search_box_btn button:active {
 	top: 3px;
	border: none;
}

.search_box_btn button.sp {
	display: none;
}

.modal {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	/*height: 400px;*/
	border: 2px solid #e27102;
	border-radius: 5px;
	background: #fff;
	z-index: 5;
 	display: none;
 	transition: all .2s;
}

.modal_job_area {
	/*height: 450px;*/
}

.modal_top {
	background: #e27102;
	height: 35px;
	line-height: 35px;
	width: 100%;
	float: left;
	position: relative;
}

.modal_top h3 {
	float: left;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 0 0 10px;
}

.modal_close {
	display: inline-block;
	position: relative;
	width: 30px;
    height: 30px;
	float: right;
	cursor: pointer;
}

.modal_close:before{
	content: '';
    pointer-events: none;
	width: 24px;
    height: 3px;
	margin-left: -12px;
	position: absolute;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal_close:after{
	content: '';
    pointer-events: none;
	width: 24px;
    height: 3px;
	margin-left: -12px;
	position: absolute;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pref_box{
	width: 100%;
	float: left;
	position: relative;
}
.modal_area_decision {
	width: 100%;
	float: left;
	position: relative;
}

.modal_area_decision a {
	display: block;
	width: 125px;
	height: 35px;
	line-height: 35px;
	margin: 8px auto;
	background: #e27102;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #593500;
	text-align: center;
	text-decoration: none;
}

.modal_area_decision a:active {
	margin-top: 11px;
	border: none;
}


.job_area_pref {
	width: 25%;
	float: left;
	height: 200px;
	border-bottom: 1px dotted #ccc;
}

.job_area_pref .pref {
	float: left;
	height: 100%;
	width: 35%;
	background: #fff4e6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}

.job_area_pref .area {
	float: left;
	width: 65%;
}

@media screen and (max-width: 960px) {
	.modal_job_area{
		position: fixed;
		width: 80%;
		max-height: 80%;
		margin: 10%;
		top: 0;
		left: 0;
		overflow: scroll;
	}
	.job_area_pref{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	.job_area_pref .pref{
		width: 100%;
		height: auto;
		padding: 5px;
		text-align: left;
	}
	.job_area_pref .area{
		width: auto;
	}

}

.modal_job_area table {
	width: 100%;
}

.modal_job_area table td {
	border: none;
}

.modal_job_area table th {
	vertical-align: top;
	background: #fff4e6;
	border: none;
}

.modal label {
	display: inline-block;
	font-size: 14px;
	margin: 15px 0 0 15px;
	background: #fff;
	border: 1px solid #e27102;
	padding: 5px;
	border-radius: 5px;
}

.modal .area label {
	margin: 10px 0 0 15px;
}

.job_result_head {
	border-bottom: 2px solid #e27102;
 	height: 40px;
	width: 100%;
	float: left;
	position: relative;
}

.job_result_foot {
	border-top: 2px solid #e27102;
 	height: 40px;
 	margin: 30px 0;
	width: 100%;
	float: left;
	position: relative;
}

.job_result_num {
	float: left;
	margin: 0 0 0 15px;
	font-weight: bold;
}

.job_result_num span {
	font-size: 25px;
	color: #e27102;
}

.job_result_head .job_result_nav {
	float: right;
	margin: 3px 15px 0 0;
}

.job_result_foot .job_result_nav {
	float: right;
	margin: 10px 15px 0 0;
}

.job_result_nav .wp-pagenavi span,
.job_result_nav .wp-pagenavi a {
	padding: 8px 10px;
	font-size: 14px;
}

.job_result_nav .wp-pagenavi span.extend {
	border: none;
}

.job_result_nav .wp-pagenavi span.current {
	background: #e27102;
	color: #fff;
	border: 1px solid #e27102;
}

.job_result_nav .wp-pagenavi a {
	border: 1px solid #e27102;
	color: #e27102;
}

.job_result_nav .wp-pagenavi a:hover {
	border: 1px solid #e27102;
	color: #e27102;
	background: #ffe0c1;
}

.job_data {
	width: 100%;
	position: relative;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff4e6;
	margin: 30px auto 0;
	box-sizing: border-box;
	padding: 10px;
}

.job_data_top {
	float: left;
	width: 100%;
}
.job_data_top > div{
	min-width: 60px;
	text-align: center;
	color: #fff;
	background: #e27102;
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
}
.job_data_top > div:first-child{
	margin: 0;
}

.job_data_top > div.job_data_new {
	background: #e60012;
}

/*.job_data_type {
	min-width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #e27102;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 16px;
}*/

.job_catch {
	float: left;
	width: 100%;
	color: #122a88;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px;
}

.job_data_cond_box {
	float: left;
	margin: 0 0 10px;
	width: 100%;
	position: relative;
}

.job_data_cond {
	width: 25%;
	font-size: 14px;
	text-align: center;
	color: #990000;
	background: #efaeae;
	float: left;
	border: 2px solid #FFF4E6;
	padding: 8px 0;
	font-weight: bold;
}

.job_data_cond_gray {
	width: 25%;
	font-size: 14px;
	text-align: center;
	color: #eee;
	background: #d4d6d6;
	float: left;
	border: 2px solid #FFF4E6;
	padding: 8px 0;
}

.job_data_right {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

table.job_data_table {
	float: left;
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 3px;
}

table.job_data_table td {
	background: #fff;
	padding: 5px 10px;
	border-bottom: 2px dotted #ccc;
}
table.job_data_table td i{
	display: none;
}
table.job_data_table tr td:first-child {
	background: #e27102;
	color: #fff;
	width: 6em;
}

table.job_data_table tr:last-child td {
	border: none;
}

p.job_num {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #9fa0a0;
}

a.job_data_inquiry,
a.job_data_detail {
	display: block;
	float: right;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	background: #e27102;
	color: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #593500;
	margin: 10px 0 0 0;
}

a.job_data_detail {
	margin-right: 15px;
}

a.job_data_inquiry:active,
a.job_data_detail:active {
	margin-top: 12px;
	border: none;
}

.job_search_contact {
	float: left;
	width: 100%;
	position: relative;
	background: #fff4e6;
	border: 4px solid #dcdddd;
	margin: 0 0 50px 0;
}

.job_search_contact h3 {
	border-left: 5px solid #e27102;
	font-size: 18px;
	color: #e27102;
	padding: 0 0 0 5px;
	margin: 10px 0 0 10px;
}

.job_search_contact_box {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.job_search_contact p {
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 0 20px;
}

.job_search_contact_link {
	float: left;
	position: relative;
	width: 50%;
	padding: 10px;
}

.job_search_contact_link h4 {
	width: 100%;
	height: 16px;
	line-height: 16px;
	color: #fff;
	background: #e27102;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.job_search_contact_inquiry {
	display: block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	background: #e27102;
	color: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #593500;
	margin: 15px auto;
}

.job_search_contact_inquiry:active {
	border: none;
	margin-top: 17px;
}

p.tel_num {
	font-size: 27px;
	color: #6d6d6d;
	text-align: center;
	margin: 0 auto;
}

p.tel_time {
	font-size: 12px;
	color: #6d6d6d;
	text-align: center;
	margin: 0 auto;
}

/* job_info */
.job_info{
	padding: 10px;
}
.job_info .job_data {
	margin-bottom: 30px;
	position: relative;
	height: auto;
	overflow-y: auto;
}

.job_info .job_catch {
	font-size: 18px;
	margin: 0;
	padding: 10px;

}

.job_info .job_data_cond_box {
	width: 100%;
	/*margin: 0 3px;*/
}

.job_info table.job_data_table {
	width: 100%;
	margin: 0 0 20px;
}

.job_info table.job_data_table td {
	background: #fff;
	padding: 10px 10px;
	border-bottom: 2px dotted #ccc;
}

.job_info table.job_data_table tr td:first-child {
	background: #e27102;
	color: #fff;
	width: 9em;
}

.job_info p.job_num {
	float: left;
	text-align: right;
	font-size: 12px;
	width: 100%;
	margin: 0 0 30px;
	color: #9fa0a0;
}

.job_comment{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.job_comment .comment_inner{
	width: 100%;
	position: relative;
	float: left;
	border: 1px solid #E27102;
	background: white;
}

.job_comment h4{
	background: #E27102;
	padding: 5px;
	color: white;
}
.job_comment p{
	padding: 5px;
	line-height: 24px;
}

.job_org{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.job_org .org_inner{
	width: 100%;
	float: left;
	position: relative;
	background: white;
	border: 1px solid #ccc;
	/*padding-bottom: 10px;*/
}
.job_org h4{
	background: #555;
	padding: 15px;
	color: white;
	/*margin-bottom: 10px;*/
	width: 30%;
	float: left;
	text-align: center;
}
.job_org p{
	width: 30%;
	float: left;
	padding: 15px;
	text-align: center;
}
.job_org a{
	float: right;
	width: 30%;
	background: #5675B9;
	color: white;
	text-decoration: none;
	padding: 10px;
	margin-top: 5px;
	text-align: center;
}

.inquiry_info{
	width: 100%;
	float: left;
	position: relative;
	padding: 5px;
	margin: 10px 0;
}
.inquiry_inner{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.inquiry_info h5{
	background: #E27102;
	color: white;
	text-align: center;
	border-radius: 1em;
	width: 40%;
	float: left;
	padding: 20px 10px;
	font-size: 16px;
}
.inquiry_info p{
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
	color: #555;
}
.inquiry_info small{
	color: #555;
	text-align: center;
	display: block;
}

.org_etc_job{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	margin: 15px 0 30px;
}
.org_etc_job h4{
	padding: 5px;
	border-bottom: 1px solid #E27102;
	margin-bottom: 10px;
	font-size: 16px;
}
.org_etc_job .row{
	width: 100%;
	float: left;
	position: relative;
}
.org_etc_job .row > div{
	width: 100%;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.org_etc_job p{
	width: 180px;
	height: 60px;
	background: #E27102;
	color: white;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.org_etc_job .catch{
	float:left;
	padding-top: 18px;
	width:50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.org_etc_job .job_data_type{
	padding: 5px 10px;
	background: #E27102;
	color: white;
	border-radius: 5px;
	float: left;
	width: auto;
	margin: 13px 5px 0 0;
}
.org_etc_job a{
	float: right;
	background: #FFF4E6;
	text-decoration: none;
	height: 60px;
	padding: 0px 30px;
	line-height: 60px;
}


.job_data_inquiry_wrap {
	float: left;
	width: 100%;
	height: 80px;
}


.job_info a.job_data_inquiry {
	display: block;
	float: none;
	width: 240px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	background: #e27102;
	color: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #593500;
	margin: 0 auto;
}

.job_info a.job_data_inquiry:active {
	margin-top: 2px;
	border: none;
}

/* page-office */
h2.office_main {
	width: 100%;
	/*height: 250px;*/
	line-height: 0em;
}

p.office_text {
	float: left;
	font-size: 14px;
	padding: 20px;
	border: 2px solid #e27102;
	border-radius: 10px;
	margin: 15px 10px;
}

.office_content .new_job,
.office_content .news {
    width: 100%;
    float: left;
	position: relative;
    margin: 0;
}

.office_content .news h2 {
	padding: 10px 5px;
}

.office_content .news table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 14px;
}

ul.b_tab {
	width: 100%;
	height: 40px;
	list-style: none;
	border-bottom: 2px solid #e27102;
	margin: 0;
}

ul.b_tab li {
	float: left;
	height: 40px;
	width: 180px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px 5px 0 0;
	border: 2px solid #e27102;
	cursor: pointer;
	color: #e27102;
	transition: .3s;
}

ul.b_tab li.active {
	background: #e27102;
	color: #fff;
}

.tab_content {
	position: relative;
	width: 100%;
	height: 225px;
	border: 2px solid #e27102;
	border-top: none;
	margin: 0 0 20px 0;
	overflow-y: scroll;
}

.tab_content div {
	display: none;
	transition: .3s;
}

.tab_content div.active {
	display: block;
}

.briefing_box {
	position: relative;
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	padding: 10px;
}

#briefing table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 15px;
}

#briefing table tr:nth-child(odd) {
	background: #fff4e6;
}

#briefing table td {
	height: 75px;
}

#briefing table td.date {
	font-size: 15px;
	padding: 0 10px;
}

#briefing table td.center {
	width: 65px;
	text-align: center;
}

.intro_member,
.access {
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
}

.member_box,
.access_box {
	position: relative;
	width: 100%;
	float: left;
	margin: 10px 0 10px;
}

.member_box img {
	width: 100%;
}

.member_left,
.member_right,
.access_left,
.access_right {
	float: left;
	padding: 5px;
}
.member_left{
	width: 40%;
}
.member_right{
	width: 60%;
}

p.member_name,
p.access_name {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

p.member_text {
	padding: 5px;
	font-size: 14px;
	/*width: 620px;*/
}

p.access_address {
	padding: 5px;
	font-size: 14px;
}


#map {
	width: 100%;
	height: 400px;
}


/* footer */
footer {
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
}

footer img {
	padding: 5px 0 0 0;
}

.footer_menu {
	background: #4182C4;
	height: 40px;
}

.footer_menu ul {
	display: table;
	width: auto;
	margin: 0 auto;
	font-size: 12px;
}

.footer_menu li {
	float: left;
	height: 40px;
	line-height: 40px;
 	padding: 0 5px;
	list-style: none;
	color: #fff;
}

.footer_menu li a {
	text-decoration: none;
	color: #fff;
}

footer p {
	color: #9fa0a0;
	font-size: 12px;
	padding: 0 0 5px 0;
}


/* entry_form */

.entry{
	padding: 10px;
}
.entry section{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#entry_form_wrap{
	width: 100%;
	margin: 30px auto;
}

#entry_form{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
#entry_form tr:last-child td{
	text-align: center;
}
#entry_form th{
	border-right: 1px solid #ddd;
	text-align: right;
	padding: 10px;
	color: #555;
	width: 16em;
	border-bottom: 1px solid #ccc;
}
#entry_form th span{
	font-size: 0.8em;
	margin-left: 1em;
}
#entry_form td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#entry_form td input,#entry_form td textarea{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1em;
}

div.policy{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	margin: 10px 0 0px;
	background: #eee;
}
div.policy h3{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 1.1em;
}
div.policy p{
	font-size: 0.9em;
	line-height: 1.8em;
}
div.policy p.ta_right{
	margin-top: 15px;
	text-align: right;
}

/* regist */
.regist .detail{
	width: 100%;
	position: relative;
	float: left;
	margin: 15px 0 20px;
	color: #333;
	padding: 10px;
}
.regist .detail h3{
	border-left: 5px solid #E27102;
	padding-left: 10px;
}
.regist .detail h4{
	border-bottom: 1px solid #E27102;
	margin: 15px 0 10px;
	color: #E27102;
}
.regist .detail P{
	margin-bottom: 15px;
}
.regist .entry{
	width: 100%;
	position: relative;
	float: left;
}
.regist .entry h3{
	border-left: 5px solid #E27102;
	padding-left: 10px;
}


/* guidance */
.guidance{
	color: #333;
}
.guidance .inner > p{

}
.guidance .inner > ul{
	padding-left: 20px;
	margin-top: 15px;
	list-style: none;
}
.guidance .inner > ul li{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.guidance .inner > ul li:before{
	content: "▶";
	color: #E27102;
	margin-right: 1em;
}
.guidance .detail{
	width: 100%;
	float: left;
	position: relative;
	margin: 15px 0 20px;
	padding: 10px;
}
.guidance .detail h3{
	border-left: 5px solid #E27102;
	background: #FFF4E6;
	padding-left: 10px;
	margin: 50px 0 10px;
	font-size: 1.4em;
}
.guidance .detail h4{
	margin: 25px 0 10px;
	border-bottom: 1px solid #E27102;
	color: #E27102;
	font-size: 1.1em;
}
.guidance .detail ol,
.guidance .detail ul{
	padding-left: 20px;
}
.guidance .detail dl{
	margin: 30px 0 30px;
}
.guidance .detail dt{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 10px;
}
.guidance .detail dt:after{
	content: "▼";
	color: #777;
	margin-left: 1em;
}
.guidance .detail dd{
	margin: 10px 0 25px;
}
.guidance img{
	max-width: 100%;
}

/* greeting */
.greeting{
	color: #333;
}
.greeting .inner p{
	margin: 5px 0 15px;
}
.greeting .inner > ul{
	padding-left: 20px;
	margin-top: 15px;
	list-style: none;
}
.greeting .inner > ul li{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.greeting .inner > ul li:before{
	content: "▶";
	color: #E27102;
	margin-right: 1em;
}
.greeting .detail{
	width: 100%;
	float: left;
	position: relative;
	margin: 15px 0 20px;
	padding: 10px;
}
.greeting .detail h3{
	border-left: 5px solid #E27102;
	background: #FFF4E6;
	padding-left: 10px;
	margin: 50px 0 10px;
	font-size: 1.4em;
}
.greeting .detail h4{
	margin: 25px 0 10px;
	border-bottom: 1px solid #E27102;
	color: #E27102;
	font-size: 1.1em;
}
.greeting .detail ol,
.greeting .detail ul{
	padding-left: 20px;
}
.greeting .detail dl{
	margin: 30px 0 30px;
}
.greeting .detail dt{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 10px;
}
.greeting .detail dd{
	margin: 10px 0 25px;
}
.greeting img{
	width: 80%;
	margin: 15px 10%;
	max-width: 100%;
}

/* history */
.history {
	color: #333;
}
.history table{
	margin: 30px 0;
	border-collapse: separate;
	border-spacing: 0px;
	border: 1px solid #ccc;
	width: 100%;
}
.history table th{
	background: #555;
	color: white;
	border-bottom: 1px solid #eee;
}
.history table td{
	border: 1px solid #eee;
	padding: 5px;
}
.history table.history_tb tr th:nth-child(1){
	width: 8em;
	text-align: center;
}
.history table.history_tb tr th:nth-child(3){
	width: 6em;
	text-align: center;
}
.history table.lisencr_tb tr th:nth-child(1){
	width: 10em;
	text-align: center;
}
.history .detail h3{
	border-left: 5px solid #E27102;
	background: #FFF4E6;
	padding-left: 10px;
	margin: 50px 0 10px;
	font-size: 1.4em;
	float: left;
	width: 100%;
}

.history .detail{
	width: 100%;
	float: left;
	position: relative;
	margin: 15px 0 20px;
	padding: 10px;
}
.history .detail h4{
	margin: 25px 0 10px;
	border-bottom: 1px solid #E27102;
	color: #555;
	font-size: 1.1em;
}

.history .off_jt{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	border: 5px solid #eee;
	margin-bottom: 25px;
}
.history .off_jt h4{
	margin-top: 5px;
}
.history .off_jt .off_img{
	width: 30%;
	float: left;
	position: relative;
	padding-right: 10px;
}
.history .off_jt .off_text{
	width: 70%;
	float: left;
	position: relative;
}

.history .photos{
	width: 100%;
	height: 300px;
	float: left;
	position: relative;
	background: #333;
}
.history .photo_inner{
	position: absolute;
	height: 100%;
	width: 98%;
	background: #333;
	padding: 10px 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	line-height: 0;
	margin: 0 1%;
}
.history .photo_inner .gl{
	display: inline-block;
	/*height: 100%;*/
	/*float: left;*/
	border: 5px solid #fff;
	margin: 0 5px;
	vertical-align:top;
	white-space:normal;
}
.history .photo_inner .gl img{
	max-height: 100%;
	height: 270px;
}

.history .manga{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.history .manga dt{
	cursor: pointer;
}
.history .manga dd{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	height: 0;
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-moz-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-ms-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290); /* custom */
}
.history .manga dd.open{
	height: auto;
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-moz-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	-ms-transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290);
	transition: all 300ms cubic-bezier(0.740, 0.305, 0.475, 1.290); /* custom */
}

/* company */
.company .detail h3{
	margin: 30px 0 15px;
	border-bottom: 1px solid #E27102;
}
.company .detail table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border: 1px solid #999;
}
.company .detail tbody{
	width: 100%;
}
.company .detail tr{
	border: 1px solid #999;
}
.company .detail td{
	border: 1px solid #999;
}
.company .detail th{
	border: 1px solid #999;
	background: #FFF4E6;
	padding: 10px 5px;
	min-width: 8em;
}
.company .detail td span{
	font-weight: bold;
}
.company .detail td{
	padding: 5px;
}
.company .detail ol{
	padding-left: 30px;
}
.company .detail a{
	color: initial;
}


/* sitemap */
.sitemap .detail{
	width: 100%;
	float: left;
	position: relative;
	margin: 10px 0 30px;
}
.sitemap dt{
	font-weight: bold;
	margin: 30px 0 15px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.sitemap dd{
	padding-left: 2em;
	margin-bottom: 10px;
}
.sitemap dd a{
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	background: #FFF4E6;
	border: 1px solid #E27102;
	border-radius: 10px;
}

/*TOP カンタン登録*/
.easy_info{
	width: 100%;
	float: left;
	position: relative;
	margin: 10px 0;
}
.easy_inner{
	width: 100%;
	float: left;
	position: relative;
}
/*.easy_info a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background: #00c51c;
    color: #fff;
    border-radius: 10px;
}

.easy_info a:hover{
    background: #e9ffec;
    color: #00c51c;
}

.easy_info h5{
	font-size: 20px;
}*/


/* go_to_head */
.go_to_head{
	position: fixed;
	width: 60px;
	height: 60px;
	background: #4182C4;
	right: 20px;
	bottom: 120px;
	border-radius: 50%;
	border: 5px solid #96d7f9;
	text-align: center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 0;
}
.go_to_head.show{
	opacity: 1;
}
.go_to_head:hover{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.go_to_head a{
	text-decoration: none;
	color: white;
	line-height: 45px;
	font-size: 30px;
}

/*TOP新着周り*/
.separate_left{
	width:50%;
	float:left;
	padding-right:2%;
	margin-bottom: 20px;
}
.separate_right{
	width:50%;
	float:right;
	padding-left:2%;
}
.news_title h2{
	float:left;
	color:#e27102;
}
.modi{
	float:right;
	line-height: 3.7;
}
#new_job_list{
	display: block;
    width: 100%;
    border: 3px solid #E27102;
    border-radius: 5px;
    list-style: none;
    max-height: 220px;
    overflow: auto;
}
#new_job_list li{
	width:100%;
	padding:15px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#new_job_list li:nth-child(2n) {
    background: #FFF4E6;
}
#new_job_list a{
	text-decoration: none;
}
.pref{
	font-weight: bold;
}
.prof{
	background: #3D5998;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    margin: 0 1em;
}
.clear{
	clear: both;
}


table.step1 th,
table.step1 td{
	padding: 5px;
	border-bottom: 5px solid #FFF4E7;
	min-width: 14em;
}

/* LINE */
.line_field{
	width: 100%;
	float: left;
	position: relative;
	margin: 20px 0 30px;
	text-align: center;
}
.line_field img{
	max-width: 100%;
}






.consign{
	color: #555;
	margin-bottom: 50px;
}
.consign *{
	box-sizing: border-box;
}
.consign h2{
	margin: 30px 0 15px;
}
.consign p{
	text-indent: 1em;
	line-height: 1.6em;
	margin: 5px 0 15px;
}
.consign .wp-pagenavi{
	width: 100%;
	float: left;
	position: relative;
	margin: 15px 0;
}
.consign .wp-pagenavi span.current{
	background: #555;
	color: white;
	border: 2px solid #555;;
}
.consign .wp-pagenavi a.page{

}
.consign ul{
	list-style: none;
	padding: 0px;
	margin: 15px 0;
	width: 100%;
	float: left;
	position: relative;
}
.consign ul li{
	display: inline-block;
	width: 100%;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.consign ul li a{
	text-decoration: none;
}

#consign{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 50px;
	color: #555;
}
#consign section > h2{
	margin: 30px 0 15px;
	border-bottom: 1px solid #ccc;
	color: #333;
}
#consign .post_content h1{
	width: 100%;
	margin: 30px 0 15px;
	padding: 10px;
	color: #333;
	float: none;
	border-bottom: 1px solid #ccc;
}
#consign .post_content h2{
	width: 100%;
	margin: 30px 0 15px;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
	color: #333;
}
#consign .post_content h3{
	width: 100%;
	margin: 30px 0 15px;
	padding: 10px;
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#consign .post_content h4{
	width: 100%;
	margin: 15px 0 10px;
	color: #333;
	padding: 10px;
	border-left: 1px solid #333;
}
#consign .post_content h5{
	width: 100%;
	margin: 15px 0 10px;
	color: #999;
}
#consign .post_content h5:before{
	content: "-";
}
#consign .post_content h6{
	width: 100%;
	margin: 15px 0 10px;
}
#consign .post_content p{
	text-indent: 1em;
	line-height: 1.6em;
	margin: 5px 0 15px;
}
#consign .post_content ul,
#consign .post_content ol{
	padding-left: 30px;
	margin: 15px 0;
}
#consign .post_content li{
	margin-bottom: 5px;
}
#consign .post_content img{
	max-width: 100%;
}
#consign .post_content a{
	color: #4182C4;
}
#consign .post_content blockquote{
	border: 1px  dotted #ccc;
	margin: 15px 0;
	border-radius: 10px;
	padding: 10px;
	background: #eee;
}

.breadcrumb{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.breadcrumb ol{
	width: 100%;
	float: left;
	position: relative;
	list-style: none;
}
.breadcrumb ol li{
	display: inline-block;
	float: left;
	padding-right: 15px;
}
.breadcrumb ol li a{
	text-decoration: none;
	font-weight: bold;
}







.search_checkbox{
	width: 100%;
	padding: 5px;
	background: #efefef;
	position: relative;
	float: left;
}
.search_checkbox input{
	display: none;
}
.search_checkbox label{
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 30px;
	margin-bottom: 10px;
	font-size: 0.9em;
	border: 2px solid #eee;
	background: white;
	color: #777;
}
.search_checkbox label:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #eee;
	border: 2px solid #ccc;
}
.search_checkbox label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 8px;
	width: 32px;
	height: 0px;
	margin-top: -8px;
	border-left: 0px solid #5776B7;
	border-bottom: 0px solid #5776B7;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.search_checkbox input[type=checkbox]:checked + label:after{
	width: 16px;
	height: 8px;
	border-left: 3px solid #5776B7;
	border-bottom: 3px solid #5776B7;
}
.search_checkbox input[type=checkbox]:checked + label:before{
	background: #fff;
	border: 2px solid #555;
}
.search_checkbox input[type=checkbox]:checked + label{
	/* background: #333; */
	color: #333;
	border: 2px solid #aaa;
}

.result_count{
	width: 30%;
	height: 60px;
	position: relative;
	float: left;
	padding: 5px;
	text-align: right;
}
.result_count span{
	font-weight: bolder;
	font-size: 2em;
	color: tomato;
	margin-right: 3px;
}
.button_group{
	width: 70%;
	height: 60px;
	position: relative;
	float: left;
	padding: 5px;
	text-align: right;
}
.button_group button,.button_group input{
	padding: 10px;
	min-width: 80px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}
.button_group button:hover,.button_group input:hover{
	box-shadow: 0 0 3px #ccc;
}
.job_result_head,.job_result_num,.job_result_nav{
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
}

.job_data_condition{
	width: 100%;
	position: relative;
	float: left;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 15px 0;
}

.jobs_data{
	width: 100%;
	position: relative;
	float: left;
	border-radius: 5px;
	border: 1px solid #ccc;
	/* overflow: hidden; */
	margin-top: 60px;
}
.data_header,.data_body{
	width: 100%;
	position: relative;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.data_header{
	/* #FFF4E7 */
	background: #eee;
	border-radius: 5px 5px 0 0;
}
.data_header p{
	display: inline-block;
	width: auto;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.data_header .add_name{
	/* border-radius: 0; */
	border: none;
	background: #555;
	color: white;
}
.data_header .employ_name{
	background: white;
}
.data_header span{
	display: inline-block;
	position: absolute;
	border-radius: 0 5px 0 0;
	font-size: 0.8em;
	right: 5px;
	top: -5px;
	width: 36px;
	padding: 5px;
	background: #E40B21;
	color: white;
}
.data_header span:before{
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 5px solid #a00700;
	border-right: 0px solid transparent;
	border-left: 5px solid transparent;
	top: 0;
	left: -5px;
}
.data_header span:after{
	content: " ";
	display: block;
	position: absolute;
	border-top: 10px solid #E40B21;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	top: 100%;
	left: 0;
}
.data_body .catch{
	color: #555;
	font-size: 1em;
}
.data_body .cond_name{
	display: inline-block;
	width: auto;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 0.8em;
}
.data_body table{
	width: 100%;
	margin: 10px 0;
}
.data_body table th{
	background: #eee;
	padding: 10px;
	width: 3em;
}
.data_body table td{
	padding: 10px;
}
.data_body table th i{
	color: #4182C4;
}
.data_footer{
	width: 100%;
	position: relative;
	float: left;
	padding: 10px;
	border-radius: 0 0 5px 5px;
}
.data_footer a{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.data_footer a:hover{
	box-shadow: 0 0 5px #777;
}

.data_footer .job_inquiry,.data_footer .job_detail{
	text-decoration: none;
	min-width: 120px;
	text-align: center;
	float: right;
	background: #4182C4;
	border: 1px solid #4182C4;
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
	margin: 0 5px;
}
.data_footer .job_inquiry{
	background: white;
	color: #555;
	border: 1px solid #777;
}





/***********************************************************************************/
/* ex */
/*
#ffd1e8
#ffcc66
#eeeeee
*/
/***********************************************************************************/
.search_condition{
	list-style: none;
	width: 100%;
	position: relative;
	float: left;
	background: #fff;
	color: white;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.search_condition > li{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 2px solid #eee;
	position: relative;
	background: #74b4e6;
	/* box-shadow: 0 -5px 10px rgba(0,0,0,0.1) inset; */
}
.search_condition > li:before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	/* box-shadow: 0 5px 10px rgba(0,0,0,0.1) inset; */
	/* background: #FFB74D; */
	background: #4182C4;
}
.open_ancer{
	display: inline-block;
	width: 100%;
	position: relative;
	cursor: pointer;
	padding: 10px 10px 10px 50px;
	color: #fff;
	/* font-weight: bold; */
}
.open_ancer:before,.open_ancer:after{
	content: " ";
	display: block;
	position: absolute;
	width: 16px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	left: 10px;
	background: #fff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 1px;
	/* -webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s; */
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-o-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495); /* custom */
}
.open_ancer:after{
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg);
}
.open .open_ancer:before{
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.open .open_ancer:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.condition_list{
	display: block;
	list-style: none;
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	/* padding-left: 34px; */
	height: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.open .condition_list{
	min-height: 40px;
	height: auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	padding-bottom: 10px;
	background: white;
}
.condition_list li div{
	background: white;
}
.this_condition{
	width: 100%;
	background: #eee;
	padding: 0px 10px;
	color: #555;
	font-size: 0.9em;
}
.pref_box{
	width: 100%;
	position: relative;
	float: left;
	/* background: #FFB74D; */
	border-radius: 10px 10px 0 0;
	margin-top: 30px;
	z-index: 100;
}
.pref_box > ul{
	list-style: none;
	width: 100%;
}
.pref_box > ul > li{
	display: block;
	width: 140px;
	height: 40px;
	background: #FB8C00;
}
/* .pref_box > ul > li:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FB8C00;
} */
.pref_box > ul > li > a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	color: #BF360C;
	font-weight: bold;
}
.pref_box > ul ul{
	display: block;
	width: 140px;
	height: auto;
	overflow: hidden;
	list-style: none;
	position: absolute;
	float: left;
	left: 0;
	/* margin-left: 20px; */
	top: 0;
	z-index: -2;
	background: #F57C00;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-o-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495); /* custom */
}
.pref_box > ul > li:hover ul{
	width: 100%;
	height: auto;
	padding-left: 140px;
	/* z-index: 100; */
}
.pref_box > ul ul li{
	display: block;
	border-right: 1px solid #FFF3E0;
	float: left;
	width: auto;
	padding: 0 10px;
	/* float: left; */
}
.pref_box > ul ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.pref_box > ul ul li:hover{
	background: #FB8C00;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	-o-transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495);
	transition: all 300ms cubic-bezier(0.455, 0.010, 0.260, 1.495); /* custom */
}
.area_dl dt{
	color: #777;
}
.option_box{
	width: 100%;
	position: relative;
	float: left;
	background: rgb(245,245,245);
	border-radius: 0 0 10px 10px;
}
.option_box .selection{
	width: 100%;
	position: relative;
	float: left;
	padding: 0px 10px;
	color: #555;
	font-size: 0.9em;
}
.option_box .button_group{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.button_group input{
	padding: 10px;
	min-width: 120px;
	background: #4182C4;
	border: 1px solid #4182C4;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 1.05em;
}

.breadcrumbs_box,.form_box,.list_box{
	width: 100%;
	position: relative;
	float: left;
}
.list_box{
	margin-bottom: 30px;
}
#breadcrumbs{
	margin-top: 16px;
	padding: 0 20px;
}
#breadcrumbs ul {
	width: 100%;
	font-size: 1em;
	text-align: left;
	float: left;
}

#breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
}
#breadcrumbs ul li a{
	color: #4182C4;
}
