﻿/* keepBox */

#keepBox {
}
.keep_alertBox {
	background-color: red;
	border: 1px solid #d1d2d2;
	width: 700px;
	margin: 0 auto;
	font-size: 90%;
	font-weight: bold;
}
.keep_alertBox_l {
	background-color: #ff782e;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	width: 130px;
	height: 50px;
}
.keep_alertBox_r {
	background-color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 570px;
	height: 50px;
}
.keep_alertBox_kensuu {
	font-size: 120%;
	color: #ff782e;
}
.keep_pulldownBox {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 15px;
}		
.keep_contentsArea {
}
.keep_contentsBox {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	border-top: 4px solid #0043cc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.keep_company_area {
	margin-top: 0;
	margin-bottom: 14px;
}
.keep_contentsBox h3 {
	font-size: 90%;
}
.keep_contentsBox h4 {
	font-size: 112%;
	font-weight: bold;
	margin-bottom: 14px;
}
.keep_contentsTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 78%;
	font-weight: bold;
}
.keep_contentsTable .th01 {
	width: 256px;
	padding: 13px 0 13px 0;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ededed;
}
.keep_contentsTable .th02 {
	width: 114px;
	padding: 13px 0 13px 0;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ededed;
}
.keep_contentsTable .th03 {
	width: 118px;
	padding: 13px 0 13px 0;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ededed;
}
.keep_contentsTable .th04 {
	width: 216px;
	padding: 13px 0 13px 0;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ededed;
}
.keep_contentsTable td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.4;
}
.keep_contentsTable .td04 {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.4;
}
.keep_detail {
	width: 250px;
	float: left;
}
.keep_detail_l {
	float: left;
	width: 90px;
}
.keep_detail_r {
	float: right;
	width: 150px;
	padding-left: 10px;
}
.condition_icon {
	vertical-align:middle;
}
.keep_simeArea {
	font-size: 110%;
	font-weight: bold;
	margin-top: 2px;
}
.keep_simeArea_text01 {
	font-size: 120%;
	color: #ff782e;
}
.keep_pastBox {
}
.keep_btn01 {
	font-size: 110%;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 4px;
	border: 1px solid #b2b2b2;
	padding: 9px 18px;
	text-decoration: none;
	background-color: #bfbfbf;
	color: #FFF;
	display: inline-block;
	width: 164px;
	margin-top: 5px;
}
.keep_btn02 {
	font-size: 110%;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 4px;
	border: 1px solid #c9a162;
	padding: 9px 18px;
	text-decoration: none;
	background-color: #ff9c00;
	color: #FFF;
	display: inline-block;
	width: 164px;
	margin-top: 5px;
}
.keep_btn02:hover {
	font-size: 110%;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 4px;
	border: 1px solid #e3c07b;
	padding: 9px 18px;
	text-decoration: none;
	background-color: #ffbb00;
	color: #FFF;
	display: inline-block;
	width: 164px;
	margin-top: 5px;
}
.keep_pastBox_title {
	background-color: #666666;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 10px;
	font-size: 96%;
}
/* recommendBox02(検討中リスト) */
.recommendBox01 {
}
.recommendBox01_title {
	background-color: #ee7700;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
}
.recommendBox01contents_base {
	margin-left: 20px;
}
.recommendBox01contents_base:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.recommendBox01contents {
	background-color: #FFF;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 0;
	width: 946px;
}
.recommendBox01contents_base ul {
	padding: 0px;
	margin: 0px;
}
.recommendBox01contents_base ul li {
	display: inline-block;
	width: 288px;
	border-top: 3px solid #ee7700;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-right: 18px;
	margin-bottom: 20px;
}
.item {
	position: relative;
	float: left;
	border: 3px solid #f2f1f1;
}
.recommendBox01contents_base ul li:nth-child(3n) {
	display: inline-block;
	width: 288px;
	border-top: 3px solid #ee7700;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-right: 0;
	margin-bottom: 20px;
}
.recommendBox02 {
}
.recommendBox02_title {
	background-color: #0043cc;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	font-size: 96%;
}
.recommendBox02contents_base {
	margin-left: 66px;
}
.recommendBox02contents_base:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.recommendBox02contents {
	background-color: #FFF;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 0;
	float: left;
	width: 778px;
}
.recommendBox02contents_base ul {
	padding: 0px;
	margin: 0px;
}
.recommendBox02contents_base ul li {
	display: inline-block;
	width: 288px;
	border-top: 3px solid #0043cc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-right: 60px;
	margin-bottom: 20px;
}
.recommendBox02contents_base ul li:nth-child(even) {
	display: inline-block;
	width: 288px;
	border-top: 3px solid #0043cc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.recommendBox_company {
	border-bottom: 1px solid #dcdcdc;
	padding: 7px;
}
.recommendBox_company h3 {
	font-size: 80%;
	font-weight: bold;
}
.recommendBox_company h4 {
	padding-bottom: 5px;
	color: #0043cc;
	line-height: 1.3;
	font-weight: bold;
}
.recommendBox_category {
	border-bottom: 1px solid #dcdcdc;
	padding: 7px 10px 5px 10px;
}
.recommendBox_category span {
	border: 1px solid #cacaca;
	font-size: 70%;
	line-height: 70%;
	padding: 0 4px;
	color: #666;
}
.recommendBox_category p {
	display: inline-block;
	border: 1px solid #cacaca;
	font-size: 70%;
	line-height: 70%;
	padding: 5px;
	margin-bottom: 3px;
	color: #666;
}
.recommendBox_catch {
	color: #ff782e;
	border-bottom: 1px solid #dcdcdc;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
}
.recommendBox_intelligence {
}
.recommendBox_intelligence .photo {
	text-align: center;
	margin: 12px 0;
}
.recommendBox_intelligence table {
	margin: 0 auto;
}
.recommendBox_intelligence .keep_btnArea {
	text-align: center;
	margin: 14px 0;
}
.recommendBox_intelligence .keep_btn {
	display: inline-block;
	width: 106px;
	margin-top: 5px;
	padding: 9px 0 9px 50px;
	background: #f1f1f1 url(../images/detail/icon_keep.png) 25px center no-repeat;
	border: 1px solid #c5c5c5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 4px;
	text-decoration: none;
	text-align: left;
	color: #000;
	font-size: 80%;
	font-weight: bold;
}
a:hover .keep_btn {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
.recommendBox_table {
	width: 270px;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
}
.recommendBox_table th {
	width: 54px;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ededed;
}
.recommendBox_table td {
	width: 192px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.4;
}
.condition_icon_mini {
	position: relative;
	top: 4px;
	left: 5px;
	width: 19px;
	height: 19px;
}
.condition_icon {
}
.recommendBox_single {
	float: left;
}
/* シゴトフェアバナー */
.sigotofair_bana01 {
	margin-top: 13px;
	float: left;
}
/* 転職支援サービスバナー */
.jobservice_bana01 {
	margin-top: 13px;
	float: left;
}
/*  会員登録特典バナー */
.member_bana01 {
	margin-top: 13px;
	float: left;
}
/* 詳細ページ */
.contents_single_company {
	position: relative;
	border-bottom: 1px dotted #dcdcdc;
	padding: 8px 30px 18px 30px;
}
.contents_single_category {
	position: relative;
	border-bottom: 1px dotted #dcdcdc;
	padding: 10px 30px 6px;
}
/* AT追加分 */
.contents_single_category ol, ul {
	list-style: outside none none;
}
.contents_single_category ul li {
	display: inline;
}
.job_icon_position {
	position: relative;
	top: -5px;
}
.contents_single_categoryArea {
}
.contents_single_category span {
	border: 1px solid #cacaca;
    font-size: 80%;
    line-height: 1;
    padding: 4px;
    margin-bottom: 3px;
    color: #666;
    display: inline-block;
}
.contents_single_date {
	position: absolute;
	right: 13px;
	top: 10px;
	font-size: 80%;
}
.jobfair_link_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-right: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
.contents_single_category .jobfair_link_hatena {
	float: left;
}
.contents_single_infoBox01 {
	margin-bottom: 20px;
}
.contents_single_infoBox02 {
	margin-bottom: 20px;
}
.contents_single_infoBox03 {
	margin-bottom: 0;
}
.contents_single_infoBox_title {
	float: left;
	width: 896px;
	background-color: #ee7700;
	color: #FFF;
}
.contents_single_infoBox_title p {
	padding: 12px 16px 12px 16px;
	font-weight: bold;
}
#contents_single_intelligence {
	margin : 00;
	padding : 0;
	height : 100%;
	overflow: hidden;
}
#contents_single_intelligence_in {
	width : 886px;
	border : 0px solid #fff;
	margin : 15px 30px 15px 30px;
}
.contents_single_intelligence_text {
	padding-left: 350px;
}
.contents_single_intelligence_in_photo {
	float: left
}
.contents_single_company h2 {
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 650px;
}
.contents_single_company h3 {
	font-size: 20px;
	line-height: 126%;
	font-weight: bold;
}
.contents_single_intelligence_text h4 {
	color: #ff782e;
	font-weight: bold;
	font-size: 18px;
	line-height:28px;
	margin-bottom: 20px;
}
.contents_single_intelligence_text h5 {
	line-height: 160%;
	margin-bottom: 20px;
	font-weight:normal;
}
.contents_single_table_Box {
	margin: 0 auto;
}
.contents_single_table {
	width: 896px;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 1.8;
}
.contents_single02_table {
	width: 896px;
	border-collapse: collapse;
	font-weight: bold;
	font-size: 96%;
	line-height: 1.8;
}
.contents_single_table th {
	width: 192px;
	padding: 14px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ededed;
}
.contents_single_table td {
	width: 698px;
	padding: 14px;
	background-color: #fff;
	border: 1px solid #ededed;
	vertical-align: top;
	font-weight: normal;
}
.contents_single02_table td {
	width: 700px;
	padding: 14px;
	background-color: #fff;
	vertical-align: top;
	font-weight: normal;
}
.process_section01 {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 15px;
}
.process_section02 {
	border-bottom: 1px dotted #CCC;
	padding-top: 15px;
}
.job_detail_btnArea {
	margin-bottom: 100px;
}
.base_job_detail_btn a {
	text-decoration: none;
	color: #fff;
}
.job_detail_btn01 {
	display: inline-block;
	position: relative;
	width: 170px;
	margin-right: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
}
.job_detail_btn01.btn_off{
	width: 120px;
	padding: 26px 0 26px 60px;
	background: #f1f1f1 url(../images/detail/icon_keep_type2.png) 25px center no-repeat;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
.job_detail_btn01 a {
	background: #f1f1f1 url(../images/detail/icon_keep_type2.png) 25px center no-repeat;
	color: #333;
	text-decoration: none;
	padding: 26px 0 26px 60px;
	display:block;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}
.job_detail_btn01 a:hover{
	opacity:0.8;
}
a:hover .job_detail_btn01 {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
.colorbox_btn01Area {
	margin-top: 20px;
	text-align: center;
}
.colorbox_btn01 {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	padding: 14px 0;
	color: #fff;
	border: 1px solid #00c3ff;
	background-color: #00c3ff;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	margin-right: 15px;
}
a:hover .colorbox_btn01 {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
.job_detail_btn02 {
	display: inline-block;
	position: relative;
	width: 216px;
	margin: 5px 13px 5px 0;
	border: 1px solid #5ec7fa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	text-align:left;
	font-size:18px;
}
.job_detail_btn02 a{
	padding: 26px 0 26px 70px;
    display: block;
	background: #5ec7fa url(../images/detail/icon_tel.png) 40px center no-repeat;
}
.job_detail_btn02 a:hover{
	opacity: 0.8; /* Standard: FF gt 1.5, Opera, Safari */	
}

a:hover .job_detail_btn02 {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
.job_detail_btn03 {
	display: inline-block;
	position: relative;
	width: 270px;
	margin-top: 5px;
	border: 1px solid #5ec7fa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	text-align:left;
	font-size:20px;
}
.job_detail_btn03 a {
	background: #5ec7fa url(../images/detail/icon_sp.png) 60px center no-repeat;
    padding: 26px 0 26px 90px;
    display: block;
}
.job_detail_btn03 a:hover {
	opacity:0.8
}
a:hover .job_detail_btn03 {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
.job_detail_btn_yaji {
	position: absolute;
	top: 25px;
	right: 20px;
}
/* 検索0件時の表示テキスト */
.noData {
	text-align: center;
	padding: 20px 0;
	color: #f24545;
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
}
/* listBox */

#listBox {
}
.list_contentsArea {
}
/* 検索(おすすめ) */
.sort {
}
.recommendBox {
	margin: 20px 0 0 0;
}
.recommendBox .contents {
	float: left;
	margin-bottom: 30px;
}
.recommendBox .title01 {
	background-color: #fff8f1;
	border: 1px solid #dcdcdc;
	background-image: url(../images/detail/recommendBox_title01.png);
	background-repeat: no-repeat;
	background-position: 14px 10px;
}
.recommendBox .title01 p {
	padding: 10px 16px 10px 36px;
	font-weight: bold;
}
.recommendBox .title02 {
	background-color: #f9feff;
	border: 1px solid #dcdcdc;
	background-image: url(../images/detail/recommendBox_title02.png);
	background-repeat: no-repeat;
	background-position: 14px 7px;
}
.recommendBox .title02 p {
	padding: 10px 16px 10px 36px;
	font-weight: bold;
}
.recommendBox .contents {
	float: left;
	background-color: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	width: 946px;
	padding: 16px;
}
.recommendBox .contents .contents_l {
	float: left;
	width: 460px;
}
.recommendBox .contents .contents_r {
	float: right;
	width: 460px;
}
.company_name {
	font-weight: bold;
	margin-bottom: 10px;
}
.company_contents {
}
.company_contents_l {
	float: left;
}
.company_contents_r {
	font-size: 12px;
	line-height: 160%;
	width: 240px;
	float: left;
	padding: 16px 0 16px 16px;
}
.company_contents_r ul li:before {
	content: "■";
	color: #ff782e;
}
.serachOptionBox {
	padding: 30px 0 0;
}
.serachOptionBox_l {
	float: left;
	margin-top: -10px;
}
.serachOptionBox_r {
	float: right;
	padding-top: 30px;
}
.serachOptionBox_r ul.row {
	float: left;
	padding: 0 10px 0 0;
}
.serachOptionBox_r ul.night {
	float: right;
}
.serachOptionBox_kensuu {
	padding-bottom: 15px;
	font-size: 90%;
	font-weight: bold;
}
.serachOptionBox_l span {
}
.serachOptionBox_r ul {
	margin-bottom: 15px;
}
.serachOptionBox_r ul.last {
	margin-bottom: 0;
}
.serachOptionBox_r ul li p {
	font-size: 90%;
}
.serachOptionBox_r ul li {
	display: inline-block;
}
/* 検索(一覧pager,ソート) */
.kensuu_number {
	color: #ff782e;
}
.serachOptionBox_pager {
	overflow: hidden;
	float: left;
	position: relative;
	top: -8px;
}
.serachOptionBox_pager ul {
	list-style: none;
	position: relative;
	left: 50%;
}
.serachOptionBox_pager ul li {
	margin: 0 1px;
	position: relative;
	left: -50%;
	float: left;
	font-size: 70%;
}
.serachOptionBox_pager ul li span, .serachOptionBox_pager ul li a {
	display: block;
	padding: 1.0em 1.2em;
	margin: 0 2px 0 2px;
	border-radius: 3px;
}
.serachOptionBox_pager ul .current {
	display: block;
	border-radius: 3px;
	background-color: #00c3ff;
	border: 1px solid #00c3ff;
	color: #FFF;
}
.serachOptionBox_pager ul li a {
	background-color: #FFF;
	border: 1px solid #dcdcdc;
	color: #000;
	text-decoration: none;
}
.serachOptionBox_pager ul li a:hover {
	background-color: #00c3ff;
	border: 1px solid #00c3ff;
	color: #FFF;
}
.serachOptionBox_pager_center {
	position: relative;
	left: 30%;
	top: 6px;
	margin: 20px 0;
}
/* 検索一覧表示 */
.searchList {
	width: 640px;
	float: left;
	margin-bottom: px;
}
.searchList_Box {
	position: relative;
	margin-bottom: 30px;
	background-color: #FFF;
	border-top: 4px solid #ee7700;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	float: left;
	width:640px;
}
.searchList_area {
	margin-top: 5px;
	margin-bottom: 14px;
}
.searchList_Box h3 {
	font-size: 90%;
	padding: 10px 2%;
}
.searchList_Box h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
	padding: 5px 2%;
}
.searchList_contentsTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	line-height:23px;
	font-weight: bold;
}
.searchList_contentsTable th {
	width: 90px;
	padding: 13px 0 13px 0;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ededed;
	min-width:91px;
}
.searchList_contentsTable td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ededed;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.4;
	min-width:200px;
	word-break:break-all;
}
.searchList_categoryArea {
	border-top: 1px dotted #dcdcdc;
	border-bottom: 1px dotted #dcdcdc;
	padding: 6px 3% 4px;
}
.searchList_categoryArea span {
	border: 1px solid #cacaca;
	font-size: 80%;
	line-height: 1;
	padding: 4px;
	margin-bottom:3px;
	color: #666;
	display:inline-block;
}
.searchList_intelligence_text {
	padding: 10px 2%;
}
.searchList_intelligence_text p {
	color: #ff782e;
	font-weight: bold;
	font-size: 16px;
	line-height:26px;
	width: 610px;
}
.searchList_intelligence_text h5 {
	font-size: 90%;
	line-height: 160%;
}
/* テキストオーバーフロー */
/* overflow:hidden、heightは必ず指定する */
.textOverflow01 {
	overflow: hidden;
	width: 610px;
	height: 50px;
}
/* 検索一覧 求人情報 */
.searchList_intelligence_contents {
	padding: 15px 2% 10px;
	border-top: 1px dotted #dcdcdc;
	display:table;
	width:96%;
}
.searchList_intelligence_contents_l {
	display:table-cell;
	vertical-align:top;
	width: 100%;
}
.searchList_intelligence_contents_r {
	display:table-cell;
	vertical-align:top;
	width: 260px;
	padding-left:20px;
}
.job_list_btn01 {
	display: inline-block;
	position: relative;
	width: 130px;
	margin-right: 10px;
	padding: 10px 0 10px 40px;
	background: #f1f1f1 url(../images/detail/icon_keep.png) 15px center no-repeat;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
a:hover .job_list_btn01 {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
.job_list_btn03 {
	display: inline-block;
	position: relative;
	width: 218px;
	margin-top: 5px;
	padding: 13px 0;
	background-color: #5ec7fa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 4px;
	border: 1px solid #00baff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size:20px;
	color: #FFF;
}
a:hover .job_list_btn03 {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
.job_list_btnArea {
	position: relative;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.job_list_btnArea {
	position: relative;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.job_list_btnArea .job_detail_btn_yaji {
	position: absolute;
	top: 20px;
	right: 20px;
}
.job_list_period {
	position: absolute;
	top: 30px;
	right: 25px;
	font-size: 80%;
	line-height: 150%;
}
/* NEWアイコン */
.triangle {
	position: absolute;
	color: #fff;
	background: #ff0000;
	font-size: 1.143em;
	font-weight: bold;
	padding: 10px;
	top: -11px;
	right: 22px;
	width: 46px;
	text-align: center;
	box-shadow: 0 1px 3px #777;
	-moz-box-shadow: 0 1px 3px #777;
	-webkit-box-shadow: 0 1px 3px #777;
	-o-box-shadow: 0 1px 3px #777;
	-ms-box-shadow: 0 1px 3px #777;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.triangle:before {
	content: "";
	position: absolute;
	top: 0;
	left: -7px;
	height: 0;
	width: 0;
	border-bottom: 7px solid #8b1c08;
	border-left: 7px solid transparent;
}
.triangle p {
	font-size: 90%;
}
/* 転職インタビュー、フォトレポート ボタン */
.option_btn {
	height: 37px;
}
.option_btnArea {
	float: right;
}
.option_btnArea ul {
}
.option_btnArea ul li {
	margin-right: 5px;
	background-color: #FFF;
	display: inline-block;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
.option_btnArea ul li:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.option_btnArea ul li a {
	text-decoration: none;
}
.option_btnArea ul li p {
	padding-left: 20px;
	text-align: center;
	color: #ee7700;
	font-weight: bold;
}
.option_btnArea ul li:last-child {
	margin-right: 0;
}
.option_btn01 {
	display: table-cell;
	width: 160px;
	height: 36px;
	vertical-align: middle;
	text-align: left;
	font-size: 90%;
	background-image: url(../images/detail/option_btn01_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.option_btn02 {
	display: table-cell;
	width: 160px;
	height: 36px;
	vertical-align: middle;
	font-size: 90%;
	margin-right: 10px;
	background-image: url(../images/detail/option_btn02_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
/* フォトレポート */
.option01_contents {
	float: left;
	width: 866px;
}
.option01_contents ul {
	margin: 0 auto;
	width: 850px;
}
.option01_contents ul li {
	width: 240px;
	margin-right: 64px;
	display: inline-block;
	float: left;
}
.option01_contents ul li:last-child {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.option01_contents_photo {
	height: 180px;
}
.option01_contents_text {
	padding: 5px;
	font-size: 90%;
	line-height: 140%;
}
.option01_contents_catch {
	font-weight: bold;
	font-size: 106%;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.option01_contents_btnArea {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.option01_contents_btn {
	width: 156px;
	margin: 0 auto;
}
.option01_contents_btn01 {
	display: inline-block;
	position: relative;
	font-size: 100%;
	font-weight: bold;
	width: 154px;
	padding: 5px 0;
	border: 1px solid #dcdcdc;
	background-color: #FFF;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
}
a:hover .option01_contents_btn01 {
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: .85; /* FF lt 1.5, Netscape */
}
/* フォトレポート(詳細ページ) */
.option01_contents_detail {
	float: left;
	width: 1066px;
}
.option01_contents_detail ul {
	margin: 0 auto;
	width: 940px;
}
.option01_contents_detail ul li {
	width: 240px;
	margin-right: 100px;
	display: inline-block;
	float: left;
}
.option01_contents_detail ul li:nth-child(3n) {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	display: inline-block;
}
.option01_contents_detail_photo {
	height: 180px;
}
.option01_contents_detail_text {
	padding: 5px;
	font-size: 90%;
	line-height: 140%;
}
.option01_contents_detail_catch {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 60px;
	float: left;
	width: 100%;
}
/* 転職者インタビュー */
.option02_contents {
	float: left;
	width: 866px;
}
.option02_contentsBox {
	float: left;
	width: 864px;
}
.option02_contentsBox_l {
	float: left;
	margin-right: 20px;
	width: 604px;
}
.option02_contentsBox_r {
	float: left;
	width: 240px;
	padding: 10px 0 0 0;
}
.option02_contentsBox_q {
	float: left;
	width: 100%;
	background-image: url(../images/detail/interview_iocn.png);
	background-repeat: no-repeat;
	background-position: 0;
	margin-bottom: 4px;
}
.option02_contentsBox_a {
	border: 1px solid #ededed;
	background-color: #fcfcfc;
	padding: 10px;
	font-size: 96%;
	line-height: 150%;
	float: left;
	width: 100%;
}
.option02_contents_catch {
	font-weight: bold;
	font-size: 106%;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.option02_contentsBox_q p {
	padding-left: 36px;
	font-weight: bold;
	color: #ee7700;
}
.option02_contentsBox_image {
	text-align: center;
}
.option02_contentsBox_job {
	text-align: center;
	font-size: 90%;
}
/* 転職者インタビュー(詳細ページ) */
.option02_contents_detail {
	float: left;
	width: 1066px;
}
.option02_contents_detailBox {
	margin: 0 auto;
	width: 940px;
}
.option02_contents_detailBox_l {
	float: left;
	margin-right: 20px;
	width: 604px;
}
.option02_contents_detailBox_r {
	float: left;
	width: 300px;
	padding: 10px 0 0 0;
}
.option02_contents_detailBox_q {
	float: left;
	width: 100%;
	background-image: url(../images/detail/interview_iocn.png);
	background-repeat: no-repeat;
	background-position: 0;
	margin-bottom: 4px;
}
.option02_contents_detailBox_a {
	border: 1px solid #ededed;
	background-color: #fcfcfc;
	padding: 10px;
	font-size: 96%;
	line-height: 150%;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.option02_contents_detail_catch {
	font-weight: bold;
	font-size: 140%;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.option02_contents_detail_name {
	width: 100%;
	border-left: 3px solid #0043cc;
	float: left;
}
.option02_contents_detail_job {
	width: 100%;
	float: left;
	padding: 10px 0 30px 0;
}
.option02_contents_detail_name .name01 {
	padding-left: 15px;
	font-size: 120%;
}
.option02_contents_detail_name .name02 {
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
}
.option02_contents_detailBox_q p {
	padding-left: 36px;
	font-weight: bold;
	color: #0043cc;
}
.option02_contentsBox_image {
	text-align: center;
}
.option02_contentsBox_job {
	text-align: center;
	font-size: 90%;
}
/* 求人情報に戻る */
.option01_contents_detail_btnArea {
	width: 100%;
	padding-top: 10px;
}
.option01_contents_detail_btn {
	width: 156px;
	margin: 0 auto;
}
.option01_contents_detail_btn01 {
	display: inline-block;
	position: relative;
	font-size: 90%;
	font-weight: bold;
	width: 200px;
	padding: 12px 0;
	border: 1px solid #dcdcdc;
	background-color: #FFF;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	background-image: url(../images/detail/return.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
/* mapポップアップ */
.h_border_bottom {
	border-bottom: 4px solid #0043cc;
}
.mt10 {
	margin-bottom: 10px;
}
.map_contents {
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #ededed;
	font-size: 90%;
}
.map_contentsBox {
	margin-bottom: 10px;
}
.close_btnSet {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* mymenu */
#mymenuBox {
	position: relative;
	background-color: #dbe7ff;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	padding: 9px;
}
.mymenuBoxSet {
	margin-bottom: 7px;
}
.mymenuBoxTitle {
	display: table-cell;
	width: 280px;
	height: 28px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-size: 80%;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	background-color: #0043cc;
	color: #FFF;
}
.mymenuBoxList {
	font-size: 78%;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
.mymenuBoxList ul {
}
.mymenuBoxList ul li {
	height: 22px;
	vertical-align: middle;
	padding: 10px 9px 0 9px;
	border-bottom: 1px solid #dcdcdc;
}
.mymenuBoxList_search {
	font-size: 78%;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
.mymenuBoxList_search ul {
}
.mymenuBoxList_search ul li {
	height: 22px;
	vertical-align: middle;
	padding: 10px 9px 0 9px;
	border-bottom: 1px solid #dcdcdc;
}
.mymenuBoxList_search ul li .mymenuBoxList_l {
	float: left;
	width: 260px;
}
.mymenuBoxList_l {
	float: left;
	width: 182px;
}
.mymenuBoxList_search ul li .mymenuBoxList_l p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
}
.mymenuBoxList_l p {
	padding-left: 20px;
}
.mymenuBosList_r {
	float: right;
	width: 78px;
}
.mymenuBosList_r p {
	text-align: right;
}
.mymenuBoxList ul li:last-child {
	border-bottom: none;
}
.service_icon {
	position: relative;
	top: -5px;
}
.mymenu_icon01 {
	background-image: url(../images/detail/mymenu_icon01.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.mymenu_icon02 {
	background-image: url(../images/detail/mymenu_icon02.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.mymenu_icon03 {
	background-image: url(../images/detail/mymenu_icon03.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.mymenu_icon04 {
	background-image: url(../images/detail/mymenu_icon04.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.my_menu_title {
	width: 300px;
	height: 38px;
	background-image: url(../images/detail/my_menu_title_bg.png);
	background-repeat: no-repeat;
}
.my_menu_title_l {
	display: table-cell;
	width: 184px;
	height: 38px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-size: 90%;
}
.my_menu_title_l p {
	font-size: 96%;
	font-weight: bold;
	padding-left: 28px;
}
.my_menu_title_r {
	display: table-cell;
	width: 95px;
	height: 38px;
	vertical-align: middle;
	text-align: right;
	padding-left: 10px;
	font-size: 90%;
}
.my_menu_title_r p {
	font-size: 74%;
	font-weight: normal;
	padding-right: 20px;
}
.my_menu_title_r a {
	text-decoration: underline;
	color: #333333;
}
.my_menu_title_r a:hover {
	text-decoration: none;
}
.mymenuBoxSet_btnArea {
	margin: 0 20px;
}
.mymenuBoxSet_btnArea a:hover {
	text-decoration: none;
}
.mymenuBoxSet_btn {
	margin-bottom: 0;
	background-color: #FFF;
	border: 1px solid #4067cc;
	color: #4067cc;
	text-align: center;
	padding: 6px 0;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	font-size: 90%;
	font-weight: bold;
}
.mymenuBoxSet_btn:hover {
	margin-bottom: 0;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.mymenuBoxSet_btn:before {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content : url(../images/detail/mypage_btn_icon.png);
}


/* mail
------------------------------------------------------------- */
#mailservice h2 {}
#mailservice h3 { margin-bottom:20px; padding:2px 0 0 7px; border-left: solid 7px #ee7700; font-weight:bold; font-size:15px;}
#mailservice .contInner { padding:0 17px; font-size:13px;}
#mailservice .contInner .line { margin-bottom:20px; padding-bottom:20px; border-bottom:solid 1px #bdbdbd;}
#mailservice .contInner .att { color:#ee7700;}

#mailservice .contInner dt { float:left; width:130px; padding-top:7px; clear:both;}
#mailservice .contInner dd { margin-left:130px;}
#mailservice .contInner .mailTxtArea  { width:100%; height:30px; margin-bottom:20px; padding:0 10px; border:solid 1px #cccccc; box-sizing:border-box; font-size:13px;}

#mailservice .contInner .condition { width:100%; border:solid 1px #cccccc; border-bottom:none; border-radius:5px; font-size:13px;}
#mailservice .contInner .condition th { width:65px; padding:15px 0 10px 35px; border-bottom:solid 1px #cccccc; text-align:left; font-weight:normal; vertical-align:middle;}
#mailservice .contInner .condition th.item01 { background:url(../images/detail/mailservice_ico01.png) 10px center no-repeat;}
#mailservice .contInner .condition th.item02 { background:url(../images/detail/mailservice_ico02.png) 10px center no-repeat;}
#mailservice .contInner .condition th.item03 { background:url(../images/detail/mailservice_ico03.png) 10px center no-repeat;}
#mailservice .contInner .condition td { padding:5px 0; border-bottom:solid 1px #cccccc; vertical-align:middle;}
#mailservice .contInner .condition td span { display:block; padding:7px 10px; border-left:solid 1px #cccccc;}

#mailservice .contInner .attention { margin:30px 0 20px; text-align:center;}
#mailservice .contInner .btn { text-align:center;}
#mailservice .contInner .btn a:hover img { opacity:0.7;}


/* pageSearch
------------------------------------------------------------- */
#pageSearch { padding:10px 10px 0; font-size:12px;}

#pageSearch input[type="checkbox"] { display:none;}
#pageSearch input[type="checkbox"] + label { display:inline-block; padding-left:24px; min-height:24px; background:url(../images/common/gnav_checkbox_of.png) 0 0 no-repeat; line-height:2;}
#pageSearch input[type="checkbox"]:checked + label { background:url(../images/common/gnav_checkbox_on.png) 0 0 no-repeat;}
#pageSearch a { color:#000; font-weight:normal;}

#pageSearch .gsearchInner .gsearchSubInner { padding-bottom:30px;}
#pageSearch .gsearchInner .gsearchSubInner.firstChild { padding-top:0;}
#pageSearch .gsearchInner .gsearchSubInner h4 { margin-bottom:10px; padding:2px 6px; background:#efefef; border:solid 1px #dcdcdc; font-size:14px;}
#pageSearch .gsearchInner .gsearchSubInner h4 a { font-weight:bold; font-size:14px;}
#pageSearch .gsearchInner.railroad h4 { padding:6px 10px;}
#pageSearch .gsearchInner .gsearchSubInner h5 { padding:5px; border:solid 1px #dcdcdc; font-weight:normal;}
#pageSearch .gsearchInner .gsearchSubInner ul { padding:0 0 0 7px;}
#pageSearch .gsearchInner .gsearchSubInner ul li { float:left; width:213px; margin-bottom:10px; padding-right:15px; line-height:2.5;}
#pageSearch .gsearchInner .gsearchSubInner ul li input { float:left; clear:both;}
#pageSearch .gsearchInner .gsearchSubInner ul li a {}

#pageSearch .gsearchInner .gsearchSubInner.colum3 { float:left; width:293px; margin-right:20px;}
#pageSearch .gsearchInner .gsearchSubInner.colum3.lastChild { margin-right:0;}
#pageSearch .gsearchInner .gsearchSubInner.colum3 h5 { background:#fafafa;}
#pageSearch .gsearchInner .gsearchSubInner.colum3 ul.lv1 { width:281px; margin-bottom:20px; padding:5px; border:solid 1px #dcdcdc; border-top:none;}
#pageSearch .gsearchInner .gsearchSubInner.colum3 ul li { width:140px; padding-right:0;}

#pageSearch .gsearchInner .gsearchSubInner.colum1 h5 { background:#fff6ee;}
#pageSearch .gsearchInner .gsearchSubInner.colum1 h5.ver2 { margin-bottom:20px;}
#pageSearch .gsearchInner .gsearchSubInner.colum1 ul.lv1 { margin-bottom:20px; padding:5px; border:solid 1px #ee7700; border-top:none;}
#pageSearch .gsearchInner .gsearchSubInner.colum1 ul li { width:180px; padding-right:0;}

#pageSearch .searchBtn { text-align:center;}

#pageSearch #gsearchMap { margin-bottom:40px;}
#pageSearch #gsearchMap .gsearchInner { padding-bottom:20px;}
#pageSearch #gsearchMap #searchTxt { margin-bottom:20px; color:#ee7700; font-weight:bold; font-size:16px;}
#pageSearch #gsearchMap .searchTxtArea { width:521px; height:26px; border:solid 1px #cccccc;}

/* subscription
------------------------------------------------------------- */
#subscription #container #containerInner {width:750px;}
#subscription #container #containerInner #contentSingle .contSingle {width:750px; margin-bottom:100px;}
#subscription h1 { padding:15px 0 10px; text-align:center;}
#subscription h2 {}
#subscription h2 img {width:750px;}
#subscription h3 { margin-bottom:15px; padding:2px 0 0 7px; border-left: solid 7px #ee7700; font-weight:bold; font-size:16px;}
#subscription h3 span { padding-left:10px; font-weight:normal; font-size:12px;}
#subscription h4 { margin-bottom:5px; font-size:15px;}
#subscription .contInner { padding:0 17px; font-size:13px;}
#subscription .contInner ul.part { margin-bottom:5px;}
#subscription .contInner ul.part li { float:left;}
#subscription .contInner ul.detail { margin-bottom:0;}
#subscription .contInner ul.detail .detail01 { min-height:24px; margin-bottom:5px; padding:5px 0 0 30px; background:url(../images/subsc_ico01.png) 0 2px no-repeat;}
#subscription .contInner ul.detail .detail02 { min-height:24px; margin-bottom:5px; padding-left:30px; background:url(../images/subsc_ico02.png) 3px 0 no-repeat;}
#subscription .contInner ul.detail .detail03 { min-height:24px; margin-bottom:0; padding-left:30px; background:url(../images/subsc_ico03.png) 0 0 no-repeat;}

#subscription .contInner .att { color:#ee7700;}
#subscription .contInner .att_any { color:#777777;}
#subscription .contInner strong { position:relative; display:block;}
#subscription .contInner strong .att, #subscription .contInner strong .att_any { position:absolute; top:0; bottom:0; left:0; right:0; margin:auto 0 auto auto; width:40px; height:20px; font-size:11px; font-weight:normal; text-align:right;}

#subscription .contInner .mustText { margin-bottom:5px;}

#subscription .contInner #loginCall { margin:20px 0 30px; border-bottom:solid 1px #e2e2e2;}
#subscription .contInner .btnCall { margin:0 0 10px; padding-top:30px; border-top:solid 1px #e2e2e2;}
#subscription .contInner .btnCall a { display:block; width:440px; height:51px; margin:0 auto; background:url(../images/subsc_btn_call_open.gif) 0 0 no-repeat; text-indent:-9999px;}
#subscription .contInner .btnCall.on a { background:url(../images/subsc_btn_call_close.gif) 0 0 no-repeat;}
#subscription .contInner .btnCall a:hover { opacity:0.7;}
#subscription .contInner .txtCall { margin:0 0 20px; text-align:center;}
#subscription .contInner #loginArea { display:none; margin-bottom:30px; padding:20px; border:solid 1px #e2e2e2;}
#subscription .contInner #loginArea dt { float:left; width:130px; padding-top:7px; clear:both;}
#subscription .contInner #loginArea dd { margin:0 0 20px 130px; padding:0 10px;}
#subscription .contInner #loginArea dd .mailTxtArea  { width:98%; height:30px; border:solid 1px #cccccc; font-size:13px; padding:0 10px;}
#subscription .contInner #loginArea .btnLogin { margin-bottom:10px; text-align:center;}
#subscription .contInner #loginArea .txtLogin { text-align:center;}

#subscription .contInner .formArea { width:100%; border-top:solid 1px #e2e2e2; border-left:solid 1px #e2e2e2; margin-bottom:20px;}
#subscription .contInner .tabBox .formArea { margin-bottom:0;}
#subscription .contInner .formArea th { width:170px; padding:15px; background:#fafafa; border-bottom:solid 1px #e2e2e2; border-right:solid 1px #e2e2e2; text-align:left; vertical-align: middle;}
#subscription .contInner .formArea td { padding:15px; border-bottom:solid 1px #e2e2e2; border-right:solid 1px #e2e2e2; position:relative;}
#subscription .contInner .formArea td .mailTxtArea { width:95%; height:30px; margin-bottom:5px; padding:0 10px; border:solid 1px #cccccc; font-size:18px;}
#subscription .contInner .formArea td .mailTxtArea.mail { width:60%;}
#subscription .contInner .formArea td .btnMBlankail { display:inline-block; padding:0 0 0 10px; vertical-align:top;}
#subscription .contInner .formArea td #apply_gender_1,
#subscription .contInner .formArea td #apply_gender_2 { margin-top:10px;}
#subscription .contInner .formArea td .txtCaution { font-size:12px; color:#777777;}
#subscription .contInner .formArea td.birthday_box { position:relative;}

#subscription .contInner .formArea td .modal_postalcode {
	width: 145px;
	padding: 5px 0;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f4f4f4, endcolorstr=#efefef));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f4f4f4, endcolorstr=#efefef))";
	zoom: 1;
	background: -moz-linear-gradient(top, #f4f4f4, #efefef);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #f4f4f4, #efefef);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #f4f4f4, #efefef);/* IE10+, W3C */
	color: #6a6a6a;
}

#subscription .contInner .btn .correction{
	width: 145px;
	padding: 15px;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 10px;
	border: 1px solid #cccccc;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f4f4f4, endcolorstr=#efefef));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f4f4f4, endcolorstr=#efefef))";
	zoom: 1;
	background: -moz-linear-gradient(top, #f4f4f4, #efefef);
	background: -webkit-linear-gradient(top, #f4f4f4, #efefef);
	background: linear-gradient(to bottom, #f4f4f4, #efefef);
	color: #6a6a6a;
	font-size: 16px;
	margin-right: 20px;
}
	
#subscription  input, select{
	font-family: "メイリオ", Meiryo, sans-serif;
	color:#333333;
}

:placeholder-shown {
	color: #b9b9b9 !important;
	font-size:14px !important;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #b9b9b9 !important;
	font-size:14px !important;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #b9b9b9 !important;
	opacity: 1 !important;
	font-size:14px !important;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #b9b9b9 !important;
	opacity: 1 !important;
	font-size:14px !important;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #b9b9b9 !important;
	font-size:14px !important;
}

#subscription .contInner .tabBox .formArea tr td select#apply_apply_careers_attributes_0_attach_job_type_id,#subscription .contInner .tabBox .formArea tr td select#apply_apply_careers_attributes_1_attach_job_type_id,#subscription .contInner .tabBox .formArea tr td select#apply_apply_careers_attributes_2_attach_job_type_id,#subscription .contInner .tabBox .formArea tr td select#apply_apply_careers_attributes_3_attach_job_type_id,#subscription .contInner .tabBox .formArea tr td select#apply_apply_careers_attributes_4_attach_job_type_id { width:100%;}

#subscription .contInner .formArea td .male { float:left; width:100px; margin-right:20px;}
#subscription .contInner .formArea td .female { float:left; width:100px;}
#subscription .contInner .formArea td input[type="radio"] { display:none;}
#subscription .contInner .formArea td input[type="radio"] + label { display:block; width:100px; padding:8px 0; border:solid 3px #cccccc; text-align:center; line-height:1; cursor:pointer;}
#subscription .contInner .formArea td input[type="radio"]:checked + label { background:#fff3c2; border:solid 3px #ee7700;}
#subscription .contInner .formArea td select {
-webkit-appearance:none;
-moz-appearance:none;
text-indent: .01px; /* Firefoxc”¨ */
text-overflow: ""; /* Firefoxc”¨ */
appearance:none;
/*　背景画像の指定　*/
width:150px;
height:30px;
padding:0 30px 0 10px;
background:#FFF url(../images/select_arrow.gif) right center no-repeat;
border:solid 1px #cccccc;
border-radius:0;
cursor:pointer;
font-size:18px;
}
#subscription .contInner .formArea td select option{
	font-size:13px !important;
}
@-moz-document url-prefix() {
 #subscription .contInner .formArea td select {
  padding:0 30px 0 10px;
 }
}
#subscription .contInner .formArea td select::-ms-expand {
  display: none;
}
#subscription .contInner .formArea td select.date { width:100px;}
#subscription .contInner .formArea td .attLink a { color:#777777; display:inline-block; margin:10px 0 0; padding-right:20px; background:url(../images/subsc_arrow_att_open.gif) right center no-repeat; cursor:pointer; font-size:12px;}
#subscription .contInner .attLinkInfo a { color:#777777; display:inline-block; margin:10px 0 0; padding-right:20px; background:url(../images/subsc_arrow_att_open.gif) right center no-repeat; cursor:pointer; font-size:12px;}
#subscription .contInner .formArea td .attLink.on a { background:url(../images/subsc_arrow_att_close.gif) right center no-repeat;}
#subscription .contInner .attLinkInfo.on a { background:url(../images/subsc_arrow_att_close.gif) right center no-repeat;}
#subscription .contInner .formArea td .attTxt01 { margin-bottom:5px; font-size:12px;}
#subscription .contInner .formArea td dl.attTxt02 { margin-bottom:15px; font-size:11px;}
#subscription .contInner .formArea td dl.attTxt02 dt { float:left; width:13px; clear:both;}
#subscription .contInner .formArea td dl.attTxt02 dd { margin-left:13px;}

#subscription .contInner .formDate .attTxt {display:none;}
#subscription .contInner .formEtc input { margin-top:10px;}
#subscription .contInner .formEtc label { margin-right:10px;}
#subscription .contInner .formEtc .attTxt02 {display:none;}
#subscription .contInner .formEtc2 .attTxt02 {display:none;}
#subscription .contInner .attTxt03 {display:none;}

#subscription .contInner .attention { margin:20px 0; text-align:center;}
#subscription .contInner .btn { text-align:center;}
#subscription .contInner .btn a:hover img { opacity:0.7;}

#subscription .contInner .confTxt { margin-bottom:15px; font-weight:bold; color:#ee7700; font-size:15px;}
#subscription .contInner .confTxt03 { margin-bottom:15px; font-weight:bold;color: #ee2d2d;font-size: 23px;text-align: center;border: 1px dotted #ee2d2d;padding: 8px 0 4px;}

#subscription .contInner .complete { margin-bottom:25px; padding:25px; background:#fff3c2; text-align:center;}
#subscription .contInner .compTxt { margin-bottom:15px; font-weight:bold; color:#ee7700; font-size:30px;}

#subscription .contInner #mailSend .tit { margin-bottom:10px; font-weight:bold; color:#ee7700; font-size:14px;}
#subscription .contInner #mailSend .compTxt { font-size:12px; font-weight:normal; color:#333333;}
#subscription .contInner #mailSend .btn { margin-top:20px; text-align:center;}

/* end css
------------------------------------------------------------- */
