@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	background:#fcfcfc;
	line-height:165%;
}
::selection {background:#ddd; color:#000;}
::-moz-selection {background:#ddd; color:#000;}
h2 {
	font-size:125%;
}
h3 {
	font-size:115%;
}
h4 {
	font-size:105%;
}
.error {
	color:#e74c3c;
	margin-bottom:3px;
	font-weight:bold;
}
.input_error {
	border:solid 1px #e74c3c !important;
	background-color: #F2DEDE !important;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/* リンク
----------------------------------------------------*/
a {
	color:#3498db;
	text-decoration:underline;
}

a:hover {
	color:#1FD1FA;
	text-decoration:none;
}

a:active {
	color:#e67e22;
	text-decoration:none;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

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

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.f_red {
	color:#e74c3c;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*----------------------------------------------------
	その他パーツ
----------------------------------------------------*/
.message {
	background-color: #dff0d8;
	color: #3c763d;
	border: solid 1px #d0e9c6;
	padding:8px 30px;
	text-align:center;
	position:fixed;
	top:57px;
	left: 230px;
	right: 0;
	z-index:10;
	font-weight:bold;
}
.success_message {
	background-color:#1abc9c;
	color:#fff;
	padding:8px 30px;
	text-align:center;
	position:fixed;
	top:57px;
	left: 230px;
	right: 0;
	z-index:10;
}
.error_message {
	background-color:#ffc1bf;
	color:#ff0000;
	padding:8px 30px;
	text-align:center;
	position:fixed;
	top:57px;
	left: 230px;
	right: 0;
	z-index:10;
	font-weight: bold;
}
.submit-fixed ,
.submit-fixed a {
	background:#3498db;
	color:#fff;
	width:180px;
	text-align:center;
	padding:20px 30px;
	margin:auto;
	position:fixed;
	right:30px;
	bottom:30px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 16px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 16px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 16px -2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration:none;
	cursor:pointer;

}
.submit-fixed:hover ,
.submit-fixed a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.submit-fixed-bak ,
.submit-fixed-bak a {
	background-color:#95a5a6;
	color:#fff;
	width:150px;
	text-align:center;
	padding:20px 30px;
	margin:auto;
	position:fixed;
	right:30px;
	bottom:30px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 16px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 16px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 16px -2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration:none;
	cursor:pointer;

}
.submit-fixed-bak:hover ,
.submit-fixed-bak a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.ipt_btn_base {
	margin:30px 0 !important;
	clear:both;
	overflow:hidden;
}
.ipt_btn_base a ,
.ipt_btn_base input[type="submit"] {
	display:block;
	text-align:center;
	background-color:#3498db;
	width:200px;
	padding:10px 0;
	margin:auto;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	cursor:pointer;
}
.ipt_btn_base a:hover ,
.ipt_btn_base input[type="submit"]:hover {
	background-color:#1FD1FA;
}

.help i {
	color:#3498db;
	font-size:180%;
	clear:both;
	float:none;
}
.accordion {
	border-top:#dadddd solid 1px;
}
.accordion a.accordion-control {
	display:block;
	padding:10px 0;
}
.accordion a.accordion-control:hover ,
.accordion a.accordion-control i.ion-minus-circled:hover {
	color:#777;
	background-color:#EBF2F8;
}

.accordion a.accordion-control i {
	font-size:145%;
	vertical-align:-2px;
}
.accordion a.accordion-control i.ion-minus-circled {
	color:#397FB9;
}
.accordion-panel{
	display: none;
	border-top:#dadddd solid 1px;
	margin:1px;
	padding:15px 25px;
	font-size:11px;
	background-color:#F5F6F7;
	overflow:hidden;
	box-shadow:rgba(0, 0, 0, 0.21) 0px 2px 2px -3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.21) 0px 2px 2px -3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.21) 0px 2px 2px -3px inset;
}
.imgupload_btn {
}
.page-back {
	display: inline-block;
	margin-bottom:15px;
	background: #fff;
	border:solid 1px #ddd;
	padding:3px 10px;
	text-decoration: none;
	border-radius:2px;
}
.page-back i {
	margin-right:6px;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header.main {
	min-width: 800px;
	background-color:#fff;
	padding:10px 0 0;
	margin:0 0 20px 0;
	height:58px;
	border-bottom:#ddd solid 1px;
	position:fixed;
	top:0;
	right: 0;
	left: 230px;
	font-size:13px;
	z-index: 11;
	box-sizing: border-box;
}
header.main:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
}
header.main > .left {
	padding-left:15px;
}
header.main .profile li.cop_name {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 35px 0 0 ;
	line-height:2.8;
}
header.main .profile li.cop_name span {
	vertical-align:top;
}
header.main .profile li.cop_name .ion-android-arrow-dropdown {
	margin-left:7px;
}
header.main .profile li.cop_name .ion-android-arrow-dropdown:before {
	vertical-align: top;
	margin-top:12px;
}
header.main .profile .namearea {
	vertical-align: top;
}

header.main .profile .thum {
	margin-right:10px;
}
header.main .profile .thum img {
	width:30px;
	height:30px;
	border:#ddd solid 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:2px;
}

header.main .profile li ul {
	display: none;
	position: absolute;
	top: 47px;
	width:100%;
	padding:5px 10px 15px 10px ;
	background:#fff;
	border:#ddd solid 1px;
	border-top:none;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	box-shadow:0 2px 2px rgba(212, 214, 214, 0.3);
}
header.main .h_nav li.info ul {
	display: none;
	position: absolute;
	top: 39px;
	width: 400px;
	padding: 0 8px 8px;
	font-size: 12px;
	background-color: #fff;
	border: #ddd solid 1px;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	box-shadow: 0 2px 2px rgba(212, 214, 214, 0.3);
	box-sizing: border-box;
}
header.main .profile li ul li i {
	margin: 0;
	padding: 0;
	border: none;
}
header.main .h_nav li.info ul li {
	margin: 0;
	height: auto;
	padding: 9px 10px 9px 0;
	border: #eee solid 1px;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
	border-top: none;
}
header.main .h_nav li.info ul li:first-child {
	border-top: #eee solid 1px;
}
header.main .h_nav li.info ul li span.day {
	color:#777;
	padding-bottom:5px;
}
header.main .h_nav li.info ul li.listarea {
	border-bottom:none;
	text-align:right;
	width:95%;
}
header.main .h_nav li.info ul li.listarea a {
	font-size:90%;
	color:#3498db;
	text-decoration:underline;
}
header.main .h_nav li.info ul li.listarea a:hover {
	color:#1FD1FA;
	text-decoration:none;
}

header.main .profile li ul li i {
	font-size:14px;
	margin-right:8px;
}

header.main .profile li ul li a,
header.main .h_nav li.info ul li a {
	display:block;
	margin:0 0 0 8px;
	color:#333;
	text-decoration:none;
}
header.main .h_nav li.info ul li.not_recest {
	border:none;
	text-align:center;
}
header.main .h_nav li.info ul li.not_recest span {
	padding:10px 0 0 0 ;
	display:block;
}

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

#messageCountWrap {
	position: relative;
	width:100px;
}
#messageCountWrap .messagecount {
	position:absolute;
	background-color: #e61874;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	min-width: 18px;
	text-align: center;
	letter-spacing:0;
}
/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents {
/zoom: 1;
	float:right;
	width:100%;
	margin-left:-220px;
	padding-top:75px;
}
#contents #inner_base {
	margin:0 20px 70px 250px;
}
#contents .boxL {
	width:100%;
	border:#ddd solid 1px;
	margin-bottom:30px;
	clear:both;
	overflow:hidden;
	background-color:#fff;
	-webkit-transition-property:color,background,box-shadow;
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:liner;
	-moz-transition-property:color,background,box-shadow;
	-moz-transition-duration:0.4s;
	-moz-transition-timing-function:liner;
	transition-property:color,background,box-shadow;
	transition-duration:0.4s;
	transition-timing-function:liner;
}
#contents .boxS {
	width:704px;
	border:#ddd solid 1px;
	margin:0 0 30px;
	clear:both;
	overflow:hidden;
	background-color:#fff;
	-webkit-transition-property:color,background,box-shadow;
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:liner;
	-moz-transition-property:color,background,box-shadow;
	-moz-transition-duration:0.4s;
	-moz-transition-timing-function:liner;
	transition-property:color,background,box-shadow;
	transition-duration:0.4s;
	transition-timing-function:liner;
}
#contents .boxS:hover{
}
#contents .boxM {
	min-width: 704px;
	max-width:940px;
	border:#ddd solid 1px;
	margin:0 0 30px;
	clear:both;
	overflow:hidden;
	background-color:#fff;
}
#contents .inner {
	padding:20px 25px;
	clear:both;
	overflow:hidden;
}

/*	見出し
----------------------------------------------------*/
.ttl_base {
	border-bottom:#ddd solid 1px;
	padding:14px 35px;
	overflow:hidden;
	border-top: solid 3px #4797DD;
}
.ttl_base h2 {
	font-size:16px;
	float:left;
	font-weight:normal;
	margin-top:6px;
}
h2.base i {
	margin-right:10px;
}

.ttl_base .ttl_in_link {
	float:right;
}
.ttl_base .ttl_in_link a {
	display:block;
	border:#3498db solid 1px;
	color:#3498db;
	font-size:14px;
	text-decoration:none;
	padding:4px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ttl_base .ttl_in_link a:hover {
	color:#fff;
	background-color:#3498db;
}
.ttl_base .ttl_in_link_2 {
	float:right;
	margin-right:13px;
}
.ttl_base .ttl_in_link_2 a {
	display:block;
	border:#3498db solid 1px;
	background-color:#3498db;
	font-size:14px;
	text-decoration:none;
	padding:4px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#fff;
}
.ttl_base .ttl_in_link_2 a:hover {
	color:#3498db;
	background-color:#fff;
}

.ttl_base .ttl_in_link i ,
.ttl_base .ttl_in_link_2 i {
	margin-right:7px;
}


/*	パーツ：パンくず
----------------------------------------------------*/
.pan {
	margin-bottom:15px;
	font-size:12px;
}
.pan a {
	text-decoration:none;
	color:#333;
}
.pan a:hover {
	text-decoration:none;
	color:#3498db;
}
.pan a i {
	margin-right:5px;
	font-size:14px;
}
/*	パーツ：インフォメーション
----------------------------------------------------*/
.info_base dt {
	width:100%;
	float:left;
	font-size:11px;
	color:#777;
}
.info_base dd {
	float:left;
	width:100%;
	border-bottom:#eee solid 1px;
	padding-bottom:15px;
	margin-bottom:15px;
}
/*	パーツ：入力フォーム
----------------------------------------------------*/
input[type="text"] ,
input[type="number"] ,
input[type="password"] ,
input[type="email"] ,
input[type="tel"] ,
textarea {
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	box-sizing: border-box;
}
input[type="text"]:focus ,
input[type="password"]:focus ,
select:focus ,
textarea:focus {
	border:#3498db solid 1px;
	box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(52, 152, 219, 0.25) 0px 0px 3px 1px;
}
select {
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	background-position:right 10px center;
	background-image:url(/assets/img/common/input_select.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	border:#ddd solid 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:10px 20px 10px 10px;
	margin-right:4px;
	box-sizing: border-box;
}
select.mb {
	margin-bottom:8px;
}
/* IE9でブラウザ独自の矢印が表示されてしまう問題の対処 */
select::-ms-expand {
	display: none;
}
select:before {
	display: none\9;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
	border:#ddd solid 1px;
	background-color:#F5F6F7;
	padding:10px 12px;
	font-size:13px;
	box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-webkit-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-moz-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:7px;
	margin-right:7px;
	width: 300px;
}

textarea {
	border:#ddd solid 1px;
	background-color:#F5F6F7;
	padding:10px 12px;
	font-size:13px;
	box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-webkit-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	-moz-box-shadow:rgb(221, 221, 221) 0px 1px 2px 0px inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:7px;
	width:445px;
	height:100px;
}
textarea.w_1 {
	width:415px;
}
input[type="submit"].bt {
	display:block;
	text-align:center;
	background-color:#3498db;
	width:170px;
	padding:10px 0;
	margin:20px auto 30px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	cursor:pointer;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}
input[type="submit"].bt:hover {
	background-color:#1FD1FA;
}
input[type="submit"].bt_memo {
	display:block;
	text-align:center;
	background-color:#3498db;
	width:140px;
	padding:5px 0;
	margin:10px 0 0 0;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	cursor:pointer;
}
input[type="submit"].bt_memo:hover {
	background-color:#1FD1FA;
}
input.size_s {
	width:60px;
}
input.size_m {
	width:200px;
}
input.size_l {
	width:400px;
}
input.size_auto {
	width:95%;
}
input.size_year {
	width:80px;
}



/*	Table
----------------------------------------------------*/
table.default {
	width:100%;
}
table.default th,
table.default td {
	border:solid 1px #ddd;
	padding:8px;
}
table.default th {
	background: #f7f7f7;
}
table.ipt {
	width:100%;
	text-align:left;
}
table.ipt tr:hover {
	background-color:#fff;
}
table.ipt tr.ttl_s {
	background-color:#F5F6F7;
	font-size:15px;
}
table.ipt th {
	width:25%;
	font-weight:bold;
	vertical-align:top;
	padding:19px 10px 19px 27px;
	border-bottom:#E4E7E7 solid 1px;
}
table th .listname {
	float:left;
	width:115px;
}
table th .listname .help_icon {
	margin-left:3px;
	font-size:18px;
	color:#3498db;
}
table th .must {
	color:#e67e22;
	font-size:10px;
	float:right;
	width:24px;
	text-align: right;
}
table th .recommend {
	color:#4E8D38;
	font-size:10px;
	float:right;
	width:45px;
	text-align: right;
}
table th .table_cau {
	clear:both;
	overflow:hidden;
	font-weight: normal;
	margin-top:7px;
}
table.ipt td {
	width:75%;
	vertical-align:top;
	padding:15px 27px;
	border-bottom:#E4E7E7 solid 1px;
}
table.ipt tr.tr_disabled th,
table.ipt tr.tr_disabled td {
	background: #F3F3F3;
}
.ex {
	color:#777;
	font-size:87%;
	line-height:155%;
}
.ex2 {
	padding:15px 25px;
	border-bottom:#dadddd solid 1px;
}
dl.ex3 {
	padding:15px 25px;
	clear:both;
	overflow:hidden;
	border-bottom:#dadddd solid 1px;
}
dl.ex3 dt {
	font-weight:bold;
}
dl.ex3 dd {
	font-size:12px;
}
dl.ex3 dd span {
	padding-left:1em;
	text-indent:-1em;
}
.openarea {
	color:#555;
	margin-bottom:5px;
}
.openarea:before {
	content:'※';
}
.ex_reg {
	color:#666;
	font-size:87%;
	line-height:155%;
	border-top:#ddd solid 1px;
	margin-top:15px;
	padding-top:15px;
}
.ex_reg2 {
	color:#777;
	font-size:87%;
	line-height:155%;
	margin-top:15px;
}
.ex_reg p ,
.ex_reg2 p {
	font-weight:bold;
	margin-bottom:10px;
	font-size:12px;
}
.ex_reg ul ,
.ex_reg2 ul {
	margin-top:5px;
}
.ex_reg li ,
.ex_reg2 li {
	margin-bottom:7px;
}
.ex_reg i ,
.ex_reg2 i {
	color:#3498db;
	margin-right:3px;
}

table.ipt td i {
	margin-right:7px;
}
.ex_flow {
	text-align:left;
}
.ex_flow dt {
	font-weight:bold;
	border-bottom:#ddd solid 1px;
	font-size:115%;
	padding-bottom:7px;
	margin-bottom:7px;
}
.ex_flow dd {
	margin-bottom:30px;
}
h2.ex_flow_ttl i {
	font-size:150%;
	margin-right:10px;
	vertical-align:-3px;
}
.appeal_conf dt {
	font-weight:bold;
	background-color:#F5F6F7;
	padding:3px 15px;
	border-left:#000 solid 3px;
}
.appeal_conf dd.ttl {
	font-weight:bold;
	margin:5px 0 2px;
}
.appeal_conf dd.long-text {
	margin-bottom:25px;
	font-size:90%;
}
.appeal_conf dd.long-text:last-child {
	border-bottom:none;
}


/*	Table：仕事一覧
----------------------------------------------------*/
table.job_list {
	width:100%;
	min-width:703px;
}
table.job_list th {
	background-color:#F5F6F7;
	width:auto;
	padding:10px;
	vertical-align:middle;
	border:#eee solid 1px;
	white-space: nowrap;
}
table.job_list td {
	padding:10px;
	vertical-align:middle;
	border-bottom:#eee solid 1px;
}
table.job_list tr.after td {
	background: #e9ebf2;
	border-bottom: solid 1px #ddd;
}

table.job_list td.prog_set {
	width:344px;
}
table.job_list .progress {
	height:auto;
}
table.job_list .progress li {
	width:68px;
	float:left;
}
table.job_list .progress li:first-child a,
table.job_list .progress li:first-child > div {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
table.job_list .progress li:last-child a, 
table.job_list .progress li:last-child > div {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
table.job_list .progress li a,
table.job_list .progress li > div {
	display:block;
	padding:8px 0 10px;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	background-color:#F5F6F7;
	border:#DDDDDD solid 1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	border-bottom:solid 2px #ddd;
}
table.job_list .progress li a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#429dd6+0,3498db+100 */
	background: #429dd6; /* Old browsers */
	background: -moz-linear-gradient(top,  #429dd6 0%, #3498db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #429dd6 0%,#3498db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #429dd6 0%,#3498db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429dd6', endColorstr='#3498db',GradientType=0 ); /* IE6-9 */
	border-color: #2d83bd;
	color: #fff;
}
table.job_list .progress li a:hover span.num {
	color: #fff;
}
table.job_list .progress li a span,
table.job_list .progress li > div span {
	font-size:14px;
}
table.job_list .progress li a span.cap,
table.job_list .progress li > div span.cap {
	font-size:12px;
	letter-spacing: -0.05em;
	display: block;
	margin-bottom:2px;
}
table.job_list .progress li a span.num,
table.job_list .progress li >div span.num {
	margin-right:3px;
	font-size:22px;
	color: #3498db;
	display: block;
}
table.job_list .progress li a span.zero,
table.job_list .progress li >div span.zero {
	color: #ddd;
}
table.job_list .font_s {
	font-size:11px;
}
table.job_list .job_n {
	color:#777;
}
table.job_list tr.end {
	background-color:#F5F6F7;
	color:#999;
}
table.job_list tr.end a {
	color:#999;
}
/*-- 下書き --*/
table.job_list .flg_1 {
	text-align:center;
	color: #16a085;
	white-space: nowrap;
	font-weight:bold;
	font-size:15px;
}
/*-- 募集中 --*/
table.job_list .flg_2 {
	text-align:center;
	padding:7px 7px 6px 10px;
	color:#fff;
	background-color:#e74c3c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
}
/*-- 募集終了（表示） --*/
table.job_list .flg_3 {
	text-align:center;
	color:#666;
	white-space: nowrap;
	font-weight:bold;
}
/*-- 募集終了（非表示） --*/
table.job_list .flg_4 {
	text-align:center;
	color:#999;
	white-space: nowrap;
	font-weight:bold;
}
table.job_list .photo {
	width:80px;
	padding-left:15px;
	text-align: center;
}
table.job_list .photo span {
	font-size:12px;
	color: #999;
}
table.job_list .photo img {
	width:100%;
	max-height: 80px;
	display: block;
	border:solid 1px #eee;
}
table.job_list .job_outline {

}
table.job_list a.job_title {
	font-weight:bold;
	font-size:15px;
}
table.job_list .shop_name {
	font-size:12px;
	color: #666;
	font-weight:bold;
}
table.job_list .job_plan {
	text-align:center;
}
table.job_list .job_type {
	text-align:center;
}
table.job_list .job_status {
	text-align:center;
	width:70px;
	line-height:1.2em;
}
table.job_list .job_date {
	text-align:center;
	width:115px;
	line-height:1.2em;
}
table.job_list .job_date .date {
	font-size:12px;
	display: inline-block;
	padding-top:5px;
	color: #666;
	margin-bottom: 5px;
}
table.job_list .job_date .date .original_publish_date_end {
	margin-bottom: 5px;
	height: 28px;
	padding-top: 5px;
	box-sizing: border-box;
}
table.job_list .job_date .date input[type=text] {
	width: 85px;
	text-align: center;
	margin-right: 0;
	padding: 6px;
	font-size: 12px;
	margin-bottom: 5px;
	display: none;
}
table.job_list .limit {
	font-size:11px;
	color: #999;
	margin-top: 5px;
}

table.job_list .job_outline .job_badge {
	display: inline-block;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1.2em;
	padding: 3px 5px;
}
table.job_list .job_outline .job_plan_type {
	background-color: #16a085;
	color: #FFF;
}
table.job_list .job_outline .scout_only {
	background-color: #d45c5a;
	color: #FFF;
}
table.job_list .job_outline .normal_job {
	background-color: #3498db;
	color: #FFF;
}
table.job_list .job_outline ul {
	color: #888;
	font-size:11px;
	line-height:1.4em;
	margin-top:2px;
	overflow: hidden;
}
table.job_list .job_outline ul li {
	display: block;
	margin-right:3px;
	float: left;
}
table.job_list .job_outline ul li:after {
	content: '/';
	margin-left:3px;
}
table.job_list .job_outline ul li:last-child:after {
	content: '';
}
table.job_list .action {
	width:150px;
	text-align: right;

}
table.job_list .action select {
	width:100%;
	margin-bottom:2px;
}
table.job_list .action .job_number {
	font-size:11px;
	color: #999;
}
table.job_list .multiple_btn {
	margin: 0;
	width: 120px;
	height: 34px;
	text-align: center;
}


/*	Table：応募者一覧
----------------------------------------------------*/
table.app_list {
	width:100%;
	font-size:95%;
	text-align:center;
	min-width:703px;
}
table.app_list th {
	background-color:#F5F6F7;
	width:auto;
	padding:10px;
	vertical-align:middle;
	border:#eee solid 1px;
	white-space: nowrap;
}
table.app_list td {
	padding:10px;
	vertical-align:middle;
	border:#eee solid 1px;
}
table.app_list td .remaind {
	font-weight:bold;
	color:#e74c3c;
}
table.app_list span.result {
	display:block;
	text-align:center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:#3498db solid 1px;
	text-decoration:none;
	font-size:11px;
	width:60%;
	margin:0 auto 0;
	padding:3px 5px 3px 8px;
	color:#3498db;
	white-space:nowrap;
	letter-spacing:0px;
}
table.app_list span.result_ok {
	display:block;
	text-align:center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:#e67e22 solid 1px;
	text-decoration:none;
	font-size:11px;
	width:60%;
	margin:0 auto 0;
	padding:3px 5px 3px 8px;
	color:#fff;
	background-color:#e67e22;
	white-space:nowrap;
	letter-spacing:0px;
}
table.app_list span.result_ng {
	display:block;
	text-align:center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:#95a5a6 solid 1px;
	text-decoration:none;
	font-size:11px;
	width:60%;
	margin:0 auto 0;
	padding:3px 5px 3px 8px;
	color:#fff;
	background-color:#95a5a6;
	white-space:nowrap;
	letter-spacing:0px;
}
table.app_list span.result a:hover {
	background-color:#3498db;
	color:#fff;
}
ul.s_result_inbox .rec_ok input[type="submit"] {
	text-align:center;
	padding:6px 7px 5px 10px;
	color:#fff;
	background-color:#3498db;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	border:none;
	font-size:12px;
	width:90px;
	display:block;
	margin-bottom:10px;
	text-decoration:none;
	font-weight:bold;
}
ul.s_result_inbox .rec_ok input[type="submit"]:hover {
	background-color:#2980b9;
}
table.ipt .photo_reg div {
	margin-top:14px;
	border-top:#ddd solid 1px;
	padding-top:5px;
}
table.ipt .photo_reg div .s_ttl {
	margin:10px 0 4px;
}
table.ipt .photo_reg div .s_ttl:before {
	content:"■ "
}
table.app_list .app_info li {
	float:left;
	width:60px;
	margin:0 3px;
}
table.app_list .app_info li a {
	display:block;
	text-align:center;
	display:block;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	background-color:#fff;
	border:#3498db solid 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height:1.1;
	height:28px;
}
table.app_list .app_info li a.t_s {
	padding:17px 0 10px;
	height:21px;
}
table.app_list th.tipsarea {
	width:265px;
}
table.app_list th.recflagarea {
	width:80px;
}
table.app_list th.througharea {
	width:90px;
}
#list .search_job {
	border-top:#ddd solid 1px;
}
#list .search_job div {
	margin:25px 35px;
}
#list span.through {
	font-size:11px;
}
#list .rec_flg_1 {
	text-align:center;
	padding:10px 7px 9px 10px;
	color:#fff;
	background-color:#e74c3c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	border:none;
	font-size:11px;
}
#list .rec_flg_2 {
	text-align:center;
	padding:10px 7px 9px 10px;
	color:#fff;
	background-color:#3498db;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	border:none;
	font-size:11px;
}
#list .rec_flg_3 {
	text-align:center;
	padding:10px 7px 9px 10px;
	color:#fff;
	background-color:#1abc9c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	border:none;
	font-size:11px;
}
#list .rec_flg_4 {
	text-align:center;
	padding:10px 7px 9px 10px;
	color:#fff;
	background-color:#95a5a6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	border:none;
	font-size:11px;
}

#new{
	padding-top: 60px;
}
#new .select_cop {
	width:50%;
	float:left;
}
#new .select_cop .title {
	font-weight:bold;
	border-bottom:#ddd solid 1px;
	padding-bottom:7px;
	margin-bottom:7px;
	width:95%;
}
#new .select_cop .s_title {
	font-weight:bold;
	margin:7px 0 0;
}
.html-content .txt1 {
	text-align:center;
	font-size:50% !important;
}



/*	応募者詳細
----------------------------------------------------*/
#list ul.new_nav {
	width:704px;
	margin:0 auto;
	margin-bottom:20px;
}
#list ul.new_nav li {
	float:left;
	width:352px;
}
#list ul.new_nav li a {
	display:block;
	color:#333;
	text-align:center;
	height:53px;
	background: url(../img/new/nav_on.png) no-repeat 0 0;
	text-decoration:none;
	padding:18px 0 0 0;
}
#list ul.new_nav li a:hover,
#list ul.new_nav li.on a {
	display:block;
	color:#FFF;
	text-align:center;
	height:71px;
	background: url(../img/new/nav_on.png) no-repeat 0 -71px;
}
#list ul.new_nav li a i {
	font-size:130%;
	margin-right:7px;
}


#list h3.rslt_ttl {
	padding:12px 35px;
	border-bottom:#eee solid 1px;
	font-size:16px;
	background:#F5F6F7;
	font-weight:normal;
}
#list h3.rslt_ttl i {
	margin-right:7px;
	font-size:18px;
}

#list table.prof {
	margin:5px 0 40px;
	width:100%;
}
#list table.prof th {
	padding:7px 0 7px 35px ;
	font-weight:bold;
	text-align:left;
	width:30%;
}
#list table.prof td {
	padding:7px 35px 7px 0 ;
	width:70%;
}
#list .txt_box {
	margin:10px 35px 40px;
}
#list .address_open {
	border:none;
	cursor:pointer;
	width:500px;
	margin:0 auto 20px;
	display:block;
	text-align:center;
	color:#fff;
	padding:12px 0;
	font-weight:bold;
	background-color:#3498db;
	font-size:16px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration:none;
}
#list .address_open:hover {
	background-color:#1FD1FA;
}
#list .open_info {
	margin:0 35px 15px 35px;
	padding:20px 35px;
	background-color:#FDF3EB;
	font-size:125%;
	line-height:170%;
	border:#FDF4ED solid 1px;
}
#list .contact_attention {
	margin:0 35px 20px 35px;
}
#list .app_flow {
	background: #545ea9;
	background: -moz-linear-gradient(top,  #545ea9 1%, #5caed2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#545ea9), color-stop(100%,#5caed2));
	background: -webkit-linear-gradient(top,  #545ea9 1%,#5caed2 100%);
	background: -o-linear-gradient(top,  #545ea9 1%,#5caed2 100%);
	background: -ms-linear-gradient(top,  #545ea9 1%,#5caed2 100%);
	background: linear-gradient(to bottom,  #545ea9 1%,#5caed2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545ea9', endColorstr='#5caed2',GradientType=0 );
	text-align:center;
	padding:30px 0 20px;
}
#list .t_blk {
	margin:10px 35px;
}
#checksheet .skillarea {
	text-align:left;
	margin:20px 0;
	background-color:#F5F6F7;
}
#checksheet .skillarea h3 {
	background-color:#383838;
	padding:8px 10px 5px 35px;
	font-weight:bold;
	font-size:120%;
	color:#FFF;
}
#checksheet .skillarea h4 {
	background-color:#bdc3c7;
	padding:8px 10px 5px 35px;
	font-weight:bold;
	font-size:120%;
}
#checksheet .skillarea h5 {
	border-bottom:#ddd solid 1px;
	padding:8px 10px 5px 35px;
	font-weight:bold;
	font-size:110%;
}
#checksheet .skillarea ul {
	margin:15px 0 30px 10px;
}
#checksheet .skillarea ul li:before {
	content:"・";
}
#checksheet .skillarea table.prof {
	margin:5px 0 40px;
	width:100%;
}
#checksheet .skillarea table.prof th {
	padding:7px 20px 7px 35px ;
	font-weight:bold;
	text-align:left;
	width:35%;
}
#checksheet .skillarea table.prof td {
	padding:7px 35px 7px 0 ;
	width:65%;
}
#checksheet .skillarea table.prof tr:hover {
	background-color:#FFF;
	color:#c0392b;
}
#list .btnarea {
	background:#383838;
	clear:both;
	overflow:hidden;
	padding:15px 0;
}
#list .btnarea li {
	width:33.33%;
	float:left;
}
#list .btnarea li.ad a {
	background-color:#3498db;
	width:90%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:8px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#FFF;
	text-decoration:none;
	border:none;
	font-size:13px;
}
#list .btnarea li.ok input[type="submit"] {
	background-color:#E67E22;
	width:90%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#FFF;
	text-decoration:none;
	border:none;
	font-size:13px;
	cursor:pointer;
}
#list .btnarea li.ng input[type="submit"] {
	background-color:#95A5A6;
	width:90%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#FFF;
	text-decoration:none;
	border:none;
	font-size:13px;
	cursor:pointer;
}
#list .btnarea li.ad a:hover {
	background-color:#1FD1FA;
}
#list .btnarea li.ok  input[type="submit"]:hover {
	background-color:#FF8C24;
}
#list .btnarea li.ng  input[type="submit"]:hover {
	background-color:#A8B8BA;
}
#list .flag_rec {
	color:#FFF;
	background-color:#e74c3c;
	padding:15px 0;
	text-align:center;
	font-size:140%;
	font-weight:bold;
	line-height:1.3;
}
#list .flag_rec span {
	color:#e74c3c;
	background-color:#fff;
	padding:4px 8px 4px 11px ;
	font-size:70%;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right:8px;
	margin-top:-2px;
	line-height:1;
}
#list .list_rec_info {
	color:#FFF;
	background-color:#16a085;
	padding:15px 0;
	text-align:center;
	font-size:140%;
	font-weight:bold;
	line-height:1.3;
}
#list .job_not {
	margin:15px 0 30px;
	font-size:15px;
	font-weight:bold;
}

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

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


/*	トップページ
----------------------------------------------------*/
body.page-top .shortcut_btns {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
body.page-top .shortcut_btns a {
	display: inline-block;
	padding: 11px 24px 0;
	height: 44px;
	color: #FFF;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 3px;
}
body.page-top .shortcut_btns a.new_job {
	background: #e21669;
}
body.page-top .shortcut_btns a.jobs_list {
	background: #5F9EA0;
}
body.page-top .unsupported_browser {
	background: #E83416;
	color: #fff;
	padding:12px 15px;
	margin-bottom:25px;
	font-weight:bold;
}
body.page-top .unsupported_browser a {
	color: #fff;
}
body.page-top #contents .scout_pr .inner {
	padding:25px 25px 30px;
}
body.page-top .scout_pr h3 {
	font-size:18px;
	margin-bottom:10px;
	color: #d35400;
}
body.page-top .scout_pr p {
	font-size:15px;
	line-height:1.8em;
	margin-bottom:10px;
}
body.page-top #contents .wrap_box {
	overflow: hidden;
}
body.page-top #contents .wrap_box > .left {
	clear: none;
	float: left;
	width:49% !important;
	box-sizing: border-box;
}
body.page-top #contents .wrap_box > .right {
	clear: none;
	float: right;
	width:49% !important;
	box-sizing: border-box;
}
body.page-top #contents .unread {
	font-weight:bold;
}
body.page-top .history {
	overflow: hidden;
	border-bottom:solid 1px #ddd;
	padding:20px 25px;
}
body.page-top .history .left {
	width:60%;
	box-sizing: border-box;
	padding-right:10px;
}
body.page-top .history .title {
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}
body.page-top .history .detail  {
	font-size:14px;
	line-height:1.8em;
	color: #444;
}
body.page-top .history .qa {
}
body.page-top .history .qa > a {
	display: block;
	float: left;
	text-align: center;
	margin-right: 8px;
	padding:4px 7px;
	text-decoration: none;
	font-size: 13px;
}
body.page-top .history .unanswered {
	color: #E32222;
}
body.page-top .history table {
	float: right;
	width:40%;
	border:solid 1px #eee;
}
body.page-top .history table th,
body.page-top .history table td {
	border-right:solid 1px #eee;
	text-align: center;
	padding:5px 10px;
}
body.page-top .history table th {
	background: #f7f7f7;
}
body.page-top .history table td {
	padding:10px;
	font-size:20px;
}
body.page-top .history table td p {
	font-size:11px;
	border-top:solid 1px #eee;
	padding-top:5px;
	margin-top:5px;
}
body.page-top .history .unit {
	font-size:12px;
	display: inline-block;
	margin-left:3px;
}
body.page-top .top_flow {
	width:100%;
}
body.page-top .top_flow .blk {
	border-right:#ddd solid 1px;
	box-sizing:border-box;
	width:20%;
}
body.page-top .top_flow .blk a {
	padding:30px 0;
	text-align:center;
	display:block;
	font-weight:bold;
	text-decoration:none ;
}
body.page-top .top_flow .blk a:hover {
	background-color:#F5FAFD;
}
body.page-top .top_flow .blk a .icon {
	background-color:#3498db;
	width:40px;
	height:30px;
	padding:10px 0 0 0;
	margin:0 auto 5px;
	vertical-align:middle;
	text-align:center;
	line-height:1;
	color:#FFF;
	font-size:20px;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	letter-spacing:0;
}
body.page-top .top_flow .blk a .ttl {
	color:#333;
	font-size:15px;
}
body.page-top .top_flow .blk a .total {
	clear:both;
	margin-top:10px;
}
body.page-top .top_flow .blk a .total span {
	font-size:20px;
}
body.page-top .top_flow .blk a .total {
	font-size:16px;
}
body.page-top .top_flow .blk a:hover .total {
	color:#3498db;
}
body.page-top .top_flow .blk a .txt {
	color:#d35400;
	font-weight:normal;
	font-size:13px;
	margin-top:10px;
}
body.page-top .banners {
	margin-bottom: 30px;
}
body.page-top .banners ul {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 5px;
}
body.page-top .banners ul li {
	margin-right: 10px;
	display: inline-block;
}
body.page-top .banners ul li:last-child {
	margin-right: 0;
}
body.page-top .banners ul li a:hover {
	opacity: 0.7;
}
body.page-top .banners ul li a img {
	vertical-align: top;
}

body.page-top .first_login_modal {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius:2px;
}
body.page-top .first_login_modal h2 {
	color: #337AB7;
}
body.page-top .first_login_modal ul {
	overflow: hidden;
	padding:18px 0 14px;
	width:384px;
	margin:0 auto;
}
body.page-top .first_login_modal ul li {
	display: block;
	float: left;
	width:50%;
}
body.page-top .first_login_modal ul li a {
	padding:8px 0;
}
body.page-top .first_login_modal ul li:first-child a {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
body.page-top .first_login_modal ul li:last-child a {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
body.page-top .first_login_modal .remodal-cancel {
	text-decoration: none;
	cursor: pointer;
	color: #999;
}
body.page-top .first_login_modal .remodal-cancel i {
	margin-right:5px;
}


/*	新規求人
----------------------------------------------------*/
#new .wrapper {
	max-width: 990px;
	min-width: 800px;
	margin: 0 auto;
}
#new ul.new_nav {
	width:704px;
	margin:0 auto;
	margin-bottom:20px;
}
#new ul.new_nav li {
	float:left;
	width:352px;
}
#new ul.new_nav li a {
	display:block;
	color:#333;
	text-align:center;
	height:53px;
	background: url(../img/new/nav_on.png) no-repeat 0 0;
	text-decoration:none;
	padding:18px 0 0 0;
}
#new ul.new_nav li a:hover,
#new ul.new_nav li.on a {
	display:block;
	color:#FFF;
	text-align:center;
	height:71px;
	background: url(../img/new/nav_on.png) no-repeat 0 -71px;
}
#new ul.new_nav li a i {
	font-size:130%;
	margin-right:7px;
}
#new h3.iptttl {
	font-size:16px;
	font-weight: normal;
	padding:20px 20px;
	background-color:#3498DB;
	color:#FFF;
}
#new h3.iptttl i {
	margin-right:7px;
}
.submit-fixed .bt1 {
	margin-bottom:20px;
}

.ipt_btn {
	margin:30px 0 !important;
	clear:both;
	overflow:hidden;
}
.ipt_btn input[type="submit"] {
	cursor:pointer;
}
.ipt_btn input[type="submit"]:hover {
	cursor:pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.ipt_btn .bt1 input[type="submit"] {
	display:block;
	text-align:center;
	background-color:#3498db;
	width:240px;
	padding:10px 0;
	margin:0 0 0 100px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	float:left;
}
.ipt_btn .bt2 input[type="submit"] {
	display:block;
	float:left;
	text-align:center;
	background-color:#1abc9c;
	width:250px;
	padding:10px 0;
	margin:0 0 0 20px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
}
.ipt_btn .bt3 input[type="submit"] {
	display:block;
	float:right;
	text-align:center;
	background-color:#95a5a6;
	width:230px;
	padding:10px 0;
	margin:0 103px 0 0 ;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
}
.ipt_btn .bt4 input[type="submit"] {
	display:block;
	text-align:center;
	background-color:#3498db;
	width:240px;
	padding:10px 0;
	margin:0 auto;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
}

.photo_regist {
	text-align:center;
	width:100%;
	border-bottom:#dadddd solid 1px;
	padding-bottom:15px;
}
.photo_regist button  {
	display:block;
	text-align:center;
	background-color:#3498db;
	width:250px;
	padding:8px 0;
	margin:30px auto;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
}
.imgupload_btn {
	display:block;
	text-align:center;
	background-color:#3498db;
	width:150px;
	padding:6px 0;
	color:#fff;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
}
.imgupload_btn:hover {
	color:#fff;
}
#new .ipt_btn .bt1 a:hover {
	background-color:#1FD1FA;
}
#new .ipt_btn .bt2 a:hover {
	background-color:#16a085;
}
#new .ipt_btn .bt3 a:hover {
	background-color:#7f8c8d;
}
#new .tarmsarea {
	background-color:#FDF2F1;
	border:#F6B7B0 solid 1px;
	text-align:center;
	padding:15px 0;
	margin:20px 25px 0 25px ;
	font-weight:bold;
}
.photo_blk {
	background-color:#F5F6F7;
	border:#dadddd solid 1px;
	padding:30px;
	margin:30px;
}
.photo_delete {
	color:#e74c3c;
	margin:0 0 15px;
	cursor:pointer;
	display:block;
	color:#3498db;
	text-decoration:underline;
}

.photo_delete:hover {
	color:#1FD1FA;
	text-decoration:none;
}

#new .photo_txt {
	margin:20px 30px;
}

.photo_blk input[type="text"],
.photo_blk textarea {
	background-color:#fff;
}

#new .flow_step {
	margin:0 auto 20px;
	width:705px;
	clear:both;
	overflow:hidden;
}
#new .flow_step li.next a {
	background:url(../img/new/flow_btn.png) no-repeat 0 0;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	width:135px;
	height:33px;
	padding-top:8px;
	float:left;
	margin-right:7px;
}
#new .flow_step li.next a:hover {
	background:url(../img/new/flow_btn.png) no-repeat 0 -41px;
}
#new .flow_step li.next a.current {
	background:url(../img/new/flow_btn.png) no-repeat 0 -82px;
	color:#666;
}
#new .flow_step li.last a {
	background:url(../img/new/flow_btn_last.png) no-repeat 0 0;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	width:135px;
	height:33px;
	padding-top:8px;
	float:left;
}
#new .flow_step li.last a:hover {
	background:url(../img/new/flow_btn_last.png) no-repeat 0 -41px;
}
#new .flow_step li.last a.current {
	background:url(../img/new/flow_btn_last.png) no-repeat 0 -82px;
	color:#666;
}
#new td dl.process {
	margin-bottom:25px;
	border:#383838 solid 1px;
}
#new td dl.process dt {
	background-color:#383838;
	padding:9px 15px 11px;
	font-weight:bold;
	color:#fff;
}
#new td dl.process dt span {
	font-size:12px;
	margin-left:10px;
	font-weight:normal;
	color:#f1c40f;
}

#new td dl.process h3 {
	background-color:#E1E3E5;
	padding:3px 15px;
	margin-bottom:10px;
}
#new td dl.process .t_body {
	margin:0 0 20px 15px;
}
#new .select_draft {
	text-align: right;
	margin-bottom: 15px;
}
#new .select_draft a {
	border: #16A085 solid 1px;
	color: #16A085;
	display: inline-block;
	padding: 2px 20px;
	background: #fff;
	text-decoration: none;
	border-radius: 3px;
}
#new .select_draft a:hover {
	background: #16A085;
	color: #fff;
}
#new .modal_drafts {
	position: fixed;
	top: 58px;
	right: 0;
	bottom: 0;
	left: 185px;
	background: rgba(0,0,0,0.6);
	z-index: 15;
	padding-top: 50px;
}
#new .modal_background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10;
}
#new .drafts {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}
#new .drafts .draft {
	border-bottom:#F5F6F7 solid 1px;
	clear:both;
	overflow:hidden;
	position: relative;
	cursor: pointer;
}
#new .drafts .draft:hover {
	background: #eee;
}
#new .drafts .draft.active {
	background-color:#FFF9D9;
}
#new .modal_drafts .caution {
	background: #e74c3c;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}
#new .modal_drafts .close {
	margin: 12px;
	text-align: right;
	display: block;
}
#new .drafts .txt {
	display:block;
	padding: 8px 50px 8px 15px;
	box-sizing: border-box;
}
#new .drafts .txt span {
	font-size:11px;
	display:block;
}
#new .drafts .draft_actions {
	position: absolute;
	top: 8px;
	right: 10px;
}
#new .drafts .draft_actions li {
	cursor: pointer;
}
#new .drafts .draft_actions li.open {
}
#new .drafts .draft_actions li.delete i {
	color: #E74C3C;
	font-size: 17px;
}


#new .submit-fixed-outer {
	padding:15px;
	background-color:#fff;
	border-top:#dadddd solid 1px;
	width:100%;
	text-align:center;
	margin-left:185px;
}

/* 
 * toolbar
 */
#new .toolbar {
	min-width: 800px;
	position: fixed;
	top: 58px;
	left: 230px;
	right: 0;
	background: #fff;
	z-index: 10;
	border-bottom: #ddd solid 1px;
	height: 56px;
	box-sizing: border-box;
}

/* 
 * toolbar - links
 */
#new .toolbar .links {
	float: left;
	padding: 12px 0 12px 18px;
}
#new .toolbar .links ul {
	overflow: hidden;
}
#new .toolbar .links li {
	float: left;
	margin-right: 7px;
}
#new .toolbar .links li a {
	display: block;
	float: left;
}
#new .toolbar .links li a {
	display: block;
	border: #3498db solid 1px;
	color: #3498db;
	padding: 3px 10px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	text-decoration: none;
}
#new .toolbar .links li:last-child {
	margin-right: 0;
}
#new .toolbar .links li a:hover,
#new .toolbar .links li a.active {
	background: #3498db;
	color: #fff;
}
#new .toolbar .links li a i {
	margin-right: 5px;
}

/* 
 * toolbar - tabs
 */
#new .toolbar .tabs {
	float: left;
	padding: 0;
}
#new .toolbar ul {
	overflow: hidden;
}
#new .toolbar .tabs i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
}
#new .toolbar .tabs i.ng {
	color: #e74c3c;
}
#new .toolbar .tabs i.ok {
	color: #16A085;
}
#new .toolbar .tabs li:hover i.ng,
#new .toolbar .tabs li.active i.ng {
	color: yellow;
}
#new .toolbar .tabs li:hover i.ok,
#new .toolbar .tabs li.active i.ok {
	color: #fff;
}
#new .toolbar .tabs li {
	display: block;
	float: left;
	color: #3498db;
	margin-right:0;
	padding: 15px 12px 0;
	cursor: pointer;
	text-align: center;
	position: relative;
	font-size:13px;
	height:56px;
	box-sizing: border-box;
}
#new .toolbar .tabs li:first-child {
}
#new .toolbar .tabs li:last-child {
	margin-right: 0;
}
#new .toolbar .tabs li:hover,
#new .toolbar .tabs li.active {
	background: #3498db;
	color: #fff;
}

/* 
 * toolbar - actions
 */
#new .toolbar .actions {
	float: right;
	padding: 0;
}
#new .toolbar .actions li {
	float: left;
}
#new .toolbar .actions li input[type=submit] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background: none;
	padding: 3px 10px;
	border: #3498db solid 1px;
	color: #3498db;
	line-height: 165%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	box-sizing: border-box;
	height:55px;
}
#new .toolbar .actions li.preview input[type=submit] {
	background: #fff;
	border: none;
	color: #3498db;
	padding:3px 15px;
}
#new .toolbar .actions li.preview input[type=submit]:hover {
	background: #3498db;
	color: #fff;
}
#new .toolbar .actions li.next input[type=submit] {
	background: #e61874;
	border: #e61874 solid 1px;
	color: #fff;
	padding:3px 20px;
}
#new .toolbar .actions li.next input[type=submit]:hover {
	box-shadow: 0 0 6px rgba(230,24,116,0.8);
}
#new .toolbar .actions li.save input[type=submit] {
	background: #16A085;
	border: #16A085 solid 1px;
	color: #fff;
}
#new .toolbar .actions li.save input[type=submit]:hover {
	box-shadow: 0 0 6px rgba(22,160,33,0.8);
}
#new .toolbar .actions li.back input[type=submit] {
	background: #FFF;
	border: #999 solid 1px;
	color: #999;
}
#new .toolbar .actions li.back input[type=submit]:hover {
	background: #999;
	color: #fff;
}
#new .toolbar .actions li.save_draft input[type=submit] {
	color: #16A085;
	border:none;
}
#new .toolbar .actions li.save_draft input[type=submit]:hover {
	border: #16A085 solid 1px;
	background: #16A085;
	color: #fff;
}
#new .toolbar .actions li.disabled input[type=submit] {
	border: #fff solid 1px;
	color: #aaa;
	background: #fff;
	padding:3px 15px;
}
#new .toolbar .actions li.disabled input[type=submit]:hover {
	border: #fff solid 1px;
	color: #aaa;
	background: #fff;
	cursor: default;
}
#new .toolbar .actions li a {
	display: block;
	border: #777 solid 1px;
	color: #777;
	padding: 3px 10px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	text-decoration: none;
}
#new .toolbar .actions li a:hover {
	background: #777;
	color: #fff;
}
#new .toolbar .actions li.edit a {
	border: #3498db solid 1px;
	color: #3498db;
}
#new .toolbar .actions li.edit a:hover {
	background: #3498db;
	color: #fff;
}
#new .toolbar .actions li i {
	margin-right: 5px;
}

/* 
 * tabs_bottom
 */
#new .tabs_bottom {
	background: #fafafa;
}
#new .tabs_bottom .tabs {
	overflow: hidden;
	text-align: center;
	padding: 18px 0;
}
#new .tabs_bottom .tabs i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
}
#new .tabs_bottom .tabs i.ng {
	color: #e74c3c;
}
#new .tabs_bottom .tabs i.ok {
	color: #16A085;
}
#new .tabs_bottom .tabs li:hover i.ng,
#new .tabs_bottom .tabs li.active i.ng {
	color: yellow;
}
#new .tabs_bottom .tabs li:hover i.ok,
#new .tabs_bottom .tabs li.active i.ok {
	color: #fff;
}
#new .tabs_bottom .tabs li {
	display: inline-block;
	margin-right: 6px;
	padding: 6px 12px;
	color: #3498DB;
	border: solid 1px #3498DB;
	border-radius: 3px;
	cursor: pointer;
	background: #fff;
}
#new .tabs_bottom .tabs li:hover,
#new .tabs_bottom .tabs li.active {
	background: #3498DB;
	color: #fff;
}
#new .tabs_bottom .actions {
	border-top: #E4E7E7 solid 1px;
	text-align: center;
	padding: 20px;
}
#new .tabs_bottom .actions li {
	display: inline-block;
}
#new .tabs_bottom .actions li input[type=submit] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background: none;
	padding: 8px 30px;
	border: #3498db solid 1px;
	color: #3498db;
	line-height: 165%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-left: 8px;
	border-radius: 3px;
	display: inline-block;
}
#new .tabs_bottom .actions li.save_draft input[type=submit] {
	border: #16A085 solid 1px;
	color: #16A085;
	background: #fff;
}
#new .tabs_bottom .actions li.save_draft input[type=submit]:hover {
	border: #16A085 solid 1px;
	background: #16A085;
	color: #fff;
}
#new .tabs_bottom .actions li.next input[type=submit] {
	background: #e61874;
	border: #e61874 solid 1px;
	color: #fff;
}
#new .tabs_bottom .actions li.next input[type=submit]:hover {
	box-shadow: 0 0 6px rgba(230,24,116,0.8);
}
#new .tabs_bottom .actions li.disabled input[type=submit] {
	border: #bbb solid 1px;
	color: #aaa;
}
#new .tabs_bottom .actions li.disabled input[type=submit]:hover {
	border: #bbb solid 1px;
	color: #aaa;
	background: none;
	cursor: default;
}


#new .car_bland ,
#new .treat {
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
#new .car_bland dt {
	font-weight:bold;
	clear:both;
	margin-top:10px;
	overflow:hidden;
}
#new .car_bland dd {
	float:left;
	width:33.333%;
	font-size:12px;
	margin-bottom:2px;
}
#new .car_bland dd:last-child {
	margin-bottom:20px;
}

#new .treat li {
	float:left;
	width:50%;
	font-size:12px;
	margin-bottom:2px;
}
#new .conf_pic {
	margin:20px 30px;
}
#new .resume_must {
	margin:10px 0;
	padding:10px 20px;
	background-color:#fff;
	border:#dadddd solid 1px;
}
#new .resume_must h3 {
	padding:5px 0;
	border-bottom:#dadddd solid 1px;
	margin:0 0 10px;
	font-size:120%;
}
#new .resume_must dl {
	margin-bottom:15px;
}
#new .resume_must dt {
	font-weight:bold;
}
#new .resume_must dt span {
	color:#3498db;
}
#new .resume_must dd {
	margin-left:13px;
}
#new .resume_must .s_ttl:before {
	content:"■";
	color:#ADD6F2;
}
#new .resume_must .ss_ttl {
	font-weight:bold;
}
#new .resume_must .s_body {
	margin:0 0 12px 12px;
}
#new .resume_must .s_body p {
	margin:0 0 0 12px;
}
#new .resume_must span.must {
	color:#e67e22;
	font-weight:normal;
}
#new .conf_text {
	border:#dadddd solid 1px;
	background-color:#fff;
	padding:15px 20px;
	margin:0 auto 20px;
	font-size:13px;
	line-height:140%;
	box-sizing: border-box;
}
#new .conf_text li {
	margin-bottom:5px;
}
#new .conf_text li:before {
	content:"■";
	color:#e74c3c;
}
#new .point_base .point_num span {
	background-color:#383838;
	padding:3px 5px 3px 7px;
	font-size:11px;
	color:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#new .point_base .ttl {
	font-weight:bold;
	font-size:13px;
	margin-bottom:7px;
}
#new .point_base .f_arrow {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 20px;
	position: relative;
}
#new .point_base .f_arrow:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 15px 0 15px;
	border-color: #dddddd transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -14px;
}
#new .point_base .adv {
	background-color:#FDF3EB;
	padding:10px;
	margin-bottom:10px;
}
#new .point_base .sttl {
	font-weight:bold;
	margin-bottom:7px;
}
#new .point_base .sttl i {
	color:#e98b39;
	font-size:200%;
	vertical-align:-3px;
}
#new .point_base .body {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#ddd solid 1px;
}

#new.input .boxS {
	width: inherit;
}
#new.confirm .boxS {
	width: inherit;
}
#new.confirm .actions_bottom {
	text-align: center;
	padding: 18px;
}
#new.confirm .actions_bottom li {
	display: inline-block;
	margin-right: 10px;
}
#new.confirm .actions_bottom input {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 	16px;

	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#new.confirm .actions_bottom li.back input {
	background: #FFF;
	border: #999 solid 1px;
	color: #666;
}
#new.confirm .actions_bottom li.back input:hover {
	background: #999;
	color: #fff;
}
#new.confirm .actions_bottom li.save input {
	background: #16A085;
	border: #16A085 solid 1px;
	color: #fff;
}
#new.confirm .actions_bottom li.save input:hover {
	box-shadow: 0 0 6px rgba(22,160,33,0.8);
}

#new.detail {
	padding-top: 65px;
}
#new.detail .boxS {
	width: inherit;
}
#new.detail .success_message {
	top: 114px;
	left: 230px;
	right:0;
	background: rgba(26,188,156,0.8);
}
#new.input .change_plan {
    color: #3498db;
    font-size: 13px;
    cursor: pointer;
}

#new.input .fee .fee_table {
	margin: 0;
}
#new.input .fee .errors {
    margin: 20px 25px 0;
}
#new.input .fee .fee_table .fee_modal00 {
	color: #3498db;
	font-size: 13px;
	cursor: pointer;
}
#new.input .fee .fee_table > div.col {
	float: left;
	width: 27%;
	box-sizing: border-box;
}
#new.input .fee .fee_table > div.col4 {
	background: #fdfbe1;
}
#new.input .fee .fee_table > div.col .row01 {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	height:193px;
}
#new.input .fee .fee_table > div.col1 {
	width: 19%;
}
#new.input .fee .fee_table > div.col > div {
	text-align: center;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	display: table;
	width: 100%;
}
#new.input .fee .fee_table > div.col > div > div.row_inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px 20px;
}
#new.input .fee .fee_table > div.col1 > div > div.row_inner {
	padding: 20px 0;
}
#new.input .fee .fee_table > div.col3 {
	position: relative;
}
#new.input .fee .fee_table > div.col3 span.recommend {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ff4018;
	font-size: 12px;
	color: #ff4018;
	padding: 7px 0;
	width: 114px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1em;
	left: 50%;
	margin-left: -57px;
	font-weight: bold;
}
#new.input .fee .fee_table > div.col3 span.before {
	top: -42px;
	display: none;
}
#new.input .fee .fee_table > div.col3 span.recommend:before,
#new.input .fee .fee_table > div.col3 span.recommend:after{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
#new.input .fee .fee_table > div.col3 span.before:before {
	border-width: 6px 3px 0 3px;
	border-color: #ff4018 transparent transparent transparent;
	bottom: -6px;
	left: 50%;
	margin-left: -3px;
}
#new.input .fee .fee_table > div.col3 span.before:after {
	border-width: 4px 2px 0 2px;
	border-color: #ffffff transparent transparent transparent;
	bottom: -4px;
	left: 50%;
	margin-left: -2px;
}
#new.input .fee .fee_table > div.col3 span.after {
	bottom: -42px;
	display: none;
}
#new.input .fee .fee_table > div.col3 span.after:before {
	border-width: 0 3px 6px 3px;
	border-color: transparent transparent #ff3f18 transparent;
	top: -6px;
	left: 50%;
	margin-left: -3px;
}
#new.input .fee .fee_table > div.col3 span.after:after {
	border-width: 0 2px 4px 2px;
	border-color: transparent transparent #ffffff transparent;
	top: -4px;
	left: 50%;
	margin-left: -2px;
}
#new.input .fee .fee_table > div.col3 .row01 {
	background-color: #2b446c;
	color: #fff;
	border-color: #2b446c;;
}

#new.input .fee .fee_table > div.col .row03 .row_inner .big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#new.input .fee .fee_table > div.col .row03 .row_inner .price {
	font-size: 18px;
	color: #FF4019;
	font-weight: bold;
}
#new.input .fee .fee_table > div.col .row03 .row_inner .normal {
	margin-top: 13px;
}
#new.input .fee .fee_table > div.col .row03 .row_inner .normal .sub {
	font-size: 10px;
}

#new.input .fee .fee_table > div.col h3 {
	padding: 10px 0 0;
	margin-bottom: 5px;
}
#new.input .fee .fee_table > div.col p {
	font-size: 13px;
}
#new.input .fee .fee_table > div.col4 .campaign {
	display: inline-block;
	background-color: #06a5a5;
	font-weight: bold;
	padding: 4px 20px;
	border-radius: 20px;
	margin-top: 7px;
}
#new.input .fee .fee_table > div > .row07 h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
#new.input .fee .fee_table > div > .row07 p {
	text-align: left;
	font-size: 13px;
	color: #555;
}
#new.input .fee .fee_table .detail_btn {
	border: 1px solid #ddd;
	color: #777;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 20px;
	cursor: pointer;
}
#new.input .fee .fee_table .detail_btn:hover {
	background-color: #efefef;
}
#new.input .fee .fee_table .row07 {
	position: relative;
}
#new.input .fee .fee_table .row07 .detail_btn {
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	margin: 0 auto;
	width: 190px;
	box-sizing: border-box;
}
#new.input .fee .fee_table > div.col3 > div.row07 > div.row_inner,
#new.input .fee .fee_table > div.col4 > div.row07 > div.row_inner{
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 60px;
}
#new.input .fee .fee_table .plan_btn {
	background: rgba(0,0,0,0.3);
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
	padding: 6px 0;
    width: 194px;
	cursor: pointer;
    box-sizing: border-box;
}
#new.input .fee .fee_table .plan_btn_free {
	background: #f0f0f0;
	color: #000;
	border:solid 1px #ddd;
}
#new.input .fee .fee_table .plan_btn_fee {
	background: #ff7136;
	color: #fff;
	border:solid 1px #ff7136;
}
#new.input .fee .fee_table .row_head_fee_plan {
	background-color: #25887b;
	color: #fff;
	border:solid 1px #25887b;
}
#new.input .fee .fee_table .plan_btn_checked {
	background: none !important;
	border: dashed 1px #ccc;
	color: #999;
	cursor: default !important;
}
#new.input .fee .fee_table .col3 .plan_btn_checked,
#new.input .fee .fee_table .col4 .plan_btn_checked {
	background: none !important;
	border: dashed 1px rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.5);
	cursor: default !important;
}
#new.input .fee .fee_table .col3 .row11 .plan_btn_checked,
#new.input .fee .fee_table .col4 .row11 .plan_btn_checked {
	background: none !important;
	border: dashed 1px rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.4);
	cursor: default !important;
}
#new.input .fee .fee_table .plan_btn:hover {
	opacity: 0.8;
}
#new.input .fee .fee_table .select_plan_btn {
	padding-top:8px;
}
#new.input .fee .fee_table > div.col3 .plan_btn {
}

#new.input .modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
	z-index: 11;
}
#new.input .modal_area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 95%;
	overflow: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
}
#new.input .modal_area .close_modal {
	position: absolute;
	right: 30px;
	top: 20px;
}
#new.input .modal_area .modal_area_inner {
	padding: 20px 30px 60px;
}
#new.input .modal_area .confirmation_body {
	border: 2px solid #a3a3a3;
	padding: 20px;
}

#new.input .flow_group {
	border: #E4E7E7 solid 1px;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

#new.input .prInner {
	border-bottom: #E4E7E7 solid 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#new.input .prArrow {
	position: relative;
}
#new.input .prArrow:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 35px 0 35px;
	border-color: #e4e7e7 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -26px;
	margin-left: -35px;
}
.#new.input prArrow:last-of-type:after {
	display: none!important;
}

#new.input .innerTable th,
#new.input .innerTable td {
	padding: 10px 20px 10px 0!important;
	font-weight: normal!important;
	border-bottom: none!important;
	border-top: #E4E7E7 solid 1px!important;
}

/* 「研修・資格取得の流れ」矢印 */
#new.input .prArrow_training_flow {
	position: relative;
	margin-bottom: 20px;
}
#new.input .prArrow_training_flow:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 19px 0 19px;
	border-color: #e4e7e6 transparent transparent transparent;
	position: absolute;
	left: 80px;
	bottom: -12px;
}
#new.input .prArrow_training_flow:last-of-type {
	margin-bottom: 0;
}
#new.input .prArrow_training_flow:last-of-type:after {
	display: none;
}

#new.input .modal_area .confirmation_title {
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
	margin-bottom: 15px;
}

#new.input .modal_area .confirmation_body .caution {
	color: #FD5353;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
}
#new.input .modal_area .confirmation_body .caution .small {
	font-size: 0.7em;
}

#new.input .modal_area .confirmation_body .t_bold {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
#new.input .modal_area .confirmation_body p {
	margin-bottom: 20px;
}
#new.input .modal_area .confirmation_body .caption {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 17px;
	text-indent: -10px;
}
#new.input .modal_area .confirmation_body .start_campaign {
	color: #FD5353;
	font-weight: bold;
	font-size: 110%;
}
#new.input .modal_area .confirmation_body ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#new.input .modal_area .cautionTable {
	width: 100%;
}
#new.input .modal_area .cautionTable th,

#new.input .modal_area .cautionTable td {
	border: 1px solid #333!important;
	padding: 10px!important;
}
#new.input .modal_area .cautionTable td .campaign_price {
	color: #FD5353;
	font-weight: bold;
	font-size: 125%;
}
#new.input .modal_area .required_icon {
	font-size: 11px;
	color:#FFF;
	background-color: #C30;
	line-height: 10px;
	padding: 3px 5px;
	border-radius: 3px;
	display: block;
	float: right;
}
#new.input .modal_area .contract_area {
    border: 3px solid #fd3d3e;
    padding: 20px 28px;
    text-align: center;
    margin-bottom: 20px;
}
#new.input .modal_area .contract_area h3 {
    color: #fd3d3e;
    border-bottom: 1px solid #fd3d3e;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#new.input .modal_area .contract_area p {
    color: #fd3d3e;
    font-weight: bold;
    margin-bottom: 10px;
}
#new.input .modal_area .contract_area label {
    color: #fd3d3e;
    font-size: 18px;
    font-weight: bold;
}

    /* プラン選択モーダル内のスタイル */
.fee_modal h2 {
	margin-top: 0;
}
.fee_modal.fee_modal00 p {
	text-align: left;
	margin: 20px 0;
	font-size: 18px;
}
.fee_modal.fee_modal00 p span {
	font-weight: bold;
	color: #16AF6C;
	background: #e7f7f0;
	padding: 8px 12px;
	border: #73cfa7 solid 1px;
	margin-right: 7px;
}
.fee_modal .txtarea img {
	width: 100%;
}
.fee_modal .close {
	margin-top: 30px;
}
.fee_modal .close button {
	background: none;
	border: #ccc solid 1px;
	border-radius: 4px;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.fee_modal .close i {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #e74c3c;
	border-radius: 50%;
	float: left;
	margin-right: 7px;
	line-height: 20px;
	font-size: 12px;
}
/* モーダル内のスタイル　ここまで */

#new.confirm .cautionBox {
	padding: 20px 30px 60px;
	border-bottom: #E4E7E7 solid 1px;
}
#new.confirm .cautionBox i {
	margin-right: 7px;
}
#new.confirm .cautionBox .confirmation_title {
	text-align: center;
    font-size: 1.8em;
    line-height: 1.8em;
}
#new.confirm .cautionBox .confirmation_body .caution {
	color: #FD5353;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
}
#new.confirm .cautionBox .confirmation_body .caution .small {
	font-size: 0.7em;
}

#new.confirm .cautionBox .confirmation_body .t_bold {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
#new.confirm .cautionBox .confirmation_body p {
	margin-bottom: 20px;
}
#new.confirm .cautionBox .cautionBoxInner {
	border: 2px solid #F69;
	padding: 20px;
}
#new.confirm .cautionBox .cautionBoxInner .caption {
	font-weight: bold;
	font-size: 1.1em;
}
#new.confirm .cautionBox .cautionBoxInner .cautionTable {
	width: 100%;
}
#new.confirm .cautionBox .cautionBoxInner .cautionTable th,
#new.confirm .cautionBox .cautionBoxInner .cautionTable td {
	border: 1px solid #333!important;
	padding: 10px!important;
}

#new.confirm .cautionBoxBottom {
	padding-top: 20px;
	border-top: #E4E7E7 solid 1px;
}

#new.confirm .listStyle li {
	padding-left: 1em;
	text-indent: -1em;
}


/*	仕事一覧
----------------------------------------------------*/
#list .caution {
	padding:20px 35px;
}
#list .caution i {
	margin-right:7px;
	color:#3498db;
}



/*	お知らせ
----------------------------------------------------*/
.info_days {
	background-color:#F5F6F7;
	padding:7px 35px;
	color:#777;
	font-size:12px;
	border-bottom:#eee solid 1px;
}
.info_body {
	margin:35px;
	line-height:2.1;
}
.info_return {
	border-top:#eee solid 1px;
	padding:15px 35px 35px;
}
#contents_user .user_notice_body {
	padding:0;
	color:#515151;
}
#contents_user .notice h1 {
	font-size:22px;
	border-bottom:#ddd solid 1px;
	padding-bottom:30px;
	line-height:150%;
}

.info_body h2 {
	font-size:120%;
	padding:7px 12px;
	margin:30px 0 15px 0;
	border-left:#ddd solid 7px;
	border-bottom:none;
	color:#000;
}
.info_body h3 {
	border-bottom:#dadddd solid 1px;
	padding-bottom:15px;
	margin:30px 0 15px 0;
	font-size:110%;
	color:#000;
}
.info_body p {
	margin-bottom:15px;
}
.info_body dl {
	background-color:#fff !important;
}
.info_body dl dt {
	font-size:105%;
	margin-bottom:2px;
	font-weight:bold;
	color:#333;
	clear:both !important;
}
.info_body dl dd {
	margin-bottom:12px;
	clear:both !important;
	border-bottom:none;
}
.info_body ul {
	margin-bottom:12px;
}


/*----------------------------------------------------
	サイドバー
----------------------------------------------------*/
aside {
	float:left;
	width:230px;
	color:#FFF;
	line-height:1;
	position:fixed;
	height:100%;
	background-color:#546B81;
	z-index: 11;
}
aside .mCSB_inside > .mCSB_container {
	margin-right: 0;
}
aside .mCSB_scrollTools {
	width: 5px;
}
aside .logo {
	text-align: center;
	background: rgba(0,0,0,0.1);
	box-sizing: border-box;
	height: 58px;
	border-bottom: solid 1px rgba(50,50,50,0.2);
}
aside .logo a {
	display: block;
	height: 56px;
	padding-top: 13px;
}
aside ul.gnavi {
}
aside ul.gnavi > li {
	border-bottom: solid 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
	position: relative;
}
aside ul.gnavi > li > a {
	display: block;
	padding: 20px 20px;
	text-decoration: none;
	color:#FFF;
}
aside ul.gnavi > li > a:hover {
	background: rgba(255,255,255,0.1);
}
aside ul.gnavi > li > a i {
	margin-right: 7px;
	font-size: 18px;
	position: absolute;
	width: 20px;
	top: 18px;
	left: 15px;
}
aside ul.gnavi > li > a > span {
	padding-left: 22px;
}
aside ul.gnavi > li > ul {
	padding-bottom: 10px;
}
aside ul.gnavi > li > ul li a {
	display: block;
	font-size: 14px;
	padding: 8px 0 8px 42px;
	color:#FFF;
	text-decoration: none;
}
aside ul.gnavi > li > ul li a:hover {
	background: rgba(255,255,255,0.1);
}
aside dl.manual {
	padding-bottom: 10px;
}
aside dl.manual dt {
	background: rgba(0,0,0,0.1);
	border-bottom: solid 1px rgba(50,50,50,0.2);
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
aside dl.manual dd {
}
aside dl.manual dd a {
	display: block;
	padding: 10px 20px;
	color: #1FD1FA;
	text-decoration: none;
	color: #fff;
}
aside dl.manual dd a:hover {
	background: rgba(255,255,255,0.1);
}
aside dl.manual dd a i {
	margin-right: 12px;
}
aside .other {
	border-top: solid 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	padding-top: 15px;
	margin-bottom: 50px;
}
aside .other li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 20px;
	font-size: 13px;
}
aside .other li a:hover {
	background: rgba(255,255,255,0.1);
}

/*----------------------------------------------------
	未認証時のレイアウト
----------------------------------------------------*/
.uncertified > header {
	padding:30px 35px ;
	margin:0 0 0px 0;
	box-sizing: border-box;
	text-align: center;
}
.uncertified > header img {

}
.uncertified > .container {
	width:500px;
	margin:0 auto;
	margin-bottom:50px;
}
.uncertified > .container .main {
	background: #fff;
	border:solid 1px #ddd;
}
.uncertified > .container h1.page_title {
	font-size:18px;
	padding:25px 0;
	text-align:center;
	font-weight:bold;
	border-bottom:#ddd solid 1px;
}
.uncertified >  footer {
	width:auto;
	clear:both;
	overflow:hidden;
	border-top:#ddd solid 1px;
	padding:40px 0 40px;
	text-align:center;
	font-size:13px;
	margin:0 0 30px 0;
	color: #999;
}
.uncertified > footer a {
	text-decoration: none;
}
.uncertified > footer .copy {
	margin-top:15px;
}


/*----------------------------------------------------
	ログイン
----------------------------------------------------*/
body.page-login .message {
	position: inherit;
	border-top: none;
	border-left: none;
	border-right: none;
}
body.page-login .container {
}
body.page-login form {
	overflow: hidden;
	margin:30px 70px;
}
body.page-login form input[type=text],
body.page-login form input[type=password]{
	width:100%;
	margin:0;
	box-sizing: border-box;
}
body.page-login form dl {
	margin-bottom:5px;
	overflow: hidden;
}
body.page-login form dl dt {
	margin-bottom:5px;
	font-weight:bold;
}
body.page-login form dl dt i {
	margin-right:5px;
}
body.page-login form dl dd {
	margin-bottom:20px;
}
body.page-login form input[type=submit] {
	margin:0 auto;
	font-size:14px;
}
body.page-login .links {
	padding:10px 20px;
	text-align: center;
	margin-top:25px;
	border-top:solid 1px #ddd;
	background: #fafafa;
}
body.page-login .links li {
	display: inline-block;
	margin-left:8px;
}
body.page-login .links a {
	font-size:13px;
	text-decoration: none;
}
body.page-login .links a i {
	margin-right:5px;
}
body.page-login .error {
	font-weight:bold;
}
body.page-login .error_top {
	background-color: #f2dede;
	border-bottom: solid 1px #ebcccc;
	color: #a94442;
	padding:8px 15px;
	margin-bottom:15px;
	text-align: center;
	font-weight:bold;
}


/*----------------------------------------------------
	パスワード忘れ
----------------------------------------------------*/
body.page-forgotpass {

}
body.page-forgotpass .container {
}
body.page-forgotpass form {
	overflow: hidden;
	margin:30px 70px 40px;
}
body.page-forgotpass form input[name=email] {
	width:100%;
	box-sizing: border-box;
}
body.page-forgotpass form input[type=submit]{
	width:200px;
	margin:15px auto 0;
}
body.page-forgotpass .links {
	padding:10px 20px;
	text-align: center;
	margin-top:25px;
	border-top:solid 1px #ddd;
	background: #fafafa;
}
body.page-forgotpass .links li {
	display: inline-block;
	margin-left:8px;
}
body.page-forgotpass .links a {
	font-size:13px;
	text-decoration: none;
}
body.page-forgotpass .links a i {
	margin-right:5px;
}
body.page-forgotpass .sent_mail {
	text-align: center;
	margin:30px 50px 40px;
}
body.page-forgotpass .sent_mail .email {
	color: #D51A6B;
}

/*----------------------------------------------------
	パスワード再設定
----------------------------------------------------*/
body.page-changepass {

}
body.page-changepass .container {
}
body.page-changepass form {
	overflow: hidden;
	margin:30px 70px 40px;
}
body.page-changepass form input[type=password] {
	width:100%;
	box-sizing: border-box;
}
body.page-changepass form input[type=submit]{
	width:200px;
	margin:15px auto 0;
}
body.page-changepass form dl dt {
	margin-bottom:4px;
}
body.page-changepass form dl dd {
	margin-bottom:8px;
}

/*----------------------------------------------------
	企業登録
----------------------------------------------------*/
body.page-register-index .container {
}
body.page-register-index form {
	overflow: hidden;
	margin:30px 70px 10px;
}
body.page-register-index .manual {
	overflow: hidden;
	text-align: center;
	margin-bottom:15px;
}
body.page-register-index .manual a {
	display: inline-block;
	background: url(/assets/img/company/icon_pdf.png) no-repeat 15px center;
	background-size: 15px;
	color: #000;
	text-decoration: none;
	padding:5px 15px 5px 40px;
	border:solid 1px #ddd;
	border-radius: 50px;
	font-size:14px;
}
body.page-register-index .manual a:hover {
	background-color: #f7f7f7;
}
body.page-register-index form dl dt {
	font-weight:bold;
	margin-bottom:3px;
}
body.page-register-index form dl dd {
	margin-bottom:10px;
}
body.page-register-index form input[type=text],
body.page-register-index form input[type=password] {
	width:100%;
}
body.page-register-index form input[type="submit"] {
	border-radius: 50px;
	width: 200px;
	margin-bottom:0;
}
body.page-register-index form .terms {
	font-size:12px;
	line-height:1.5em;
	text-align: center;
}
body.page-register-index .point {
	margin:0 20px 20px;
	background: #f7f7f7;
	padding:20px 25px;
}
body.page-register-index .point h2 {
	text-align: center;
	font-size:110%;
	margin-bottom:10px;
}
body.page-register-index .point h3 {
	font-size:100%;
	margin-bottom:0;
}
body.page-register-index .point h3 i {
	margin-right:5px;
}
body.page-register-index .point p {
	line-height:1.5em;
}
body.page-register-index .links {
	padding:10px 20px;
	text-align: center;
	margin-top:25px;
	border-top:solid 1px #ddd;
	background: #fafafa;
}
body.page-register-index .links li {
	display: inline-block;
	margin-left:8px;
}
body.page-register-index .links a {
	font-size:13px;
	text-decoration: none;
}
body.page-register-index .links a i {
	margin-right:5px;
}

/*----------------------------------------------------
	企業登録
----------------------------------------------------*/
body.page-register-detail .container,
body.page-register-pic .container{
	width:700px;
}
body.page-register-detail table th,
body.page-register-pic table th {
	vertical-align: middle;
}
body.page-register-detail table td,
body.page-register-pic table td {
	width:auto;
	vertical-align: middle;
}
body.page-register-detail table td .caption,
body.page-register-pic table td .caption {
	font-size: 12px;
	color: #6a6a6a;
	margin-top: 7px;
}

body.page-register-detail table td.mustarea,
body.page-register-pic table td.mustarea {
	width:20px;
	padding:15px 0;
}
body.page-register-detail table td.mustarea span,
body.page-register-pic table td.mustarea span {
	color: #FFF;
	background-color: #e74c3c;
	padding: 6px 7px 6px 7px;
	line-height: 100%;
	font-size: 12px;
	border-radius: 3px;
	display: block;
	white-space: nowrap;
	font-weight:bold;
}
body.page-register-detail .intro,
body.page-register-pic .intro {
	padding:15px 0;
	background-color:#F5F6F7;
	text-align:center;
	border-bottom:#E4E7E7 solid 1px;
	font-weight:bold;
}
body.page-register-detail .intro i,
body.page-register-pic .intro i {
	color:#3498db;
	font-size:120%;
}
body.page-register-detail form input[type=text],
body.page-register-pic form input[type=text] {
	margin-bottom:0;
}
body.page-register-detail form input[type="submit"],
body.page-register-pic form input[type="submit"] {
	border-radius: 50px;
	width: 200px;
}
body.page-register-pic form input[type="submit"] {
	border-radius: 50px;
	width: 230px;
}

body.page-register-sendmail p.text {
	text-align: center;
}
body.page-register-sendmail p.text {
	text-align: center;
}
body.page-register-sendmail .email {
	color: #E74C3C;
}
body.page-register-sendmail form input[type="submit"] {
	border-radius: 50px;
	width: 200px;
}
body.page-register-sendmail .not_reach {
	border: solid 1px #eee;
	padding: 15px 25px 10px;
	background: #f7f7f7;
	margin:25px 35px 35px;
	text-align: left;
}
body.page-register-sendmail .not_reach h3 {
	color: #333;
	margin-bottom:8px;
	font-size:105%;
}
body.page-register-sendmail  .not_reach ol li {
	margin-bottom:10px;
	padding-left:15px;
	text-indent: -6px;
}
body.page-register-sendmail  .not_reach ol li i {
	margin-right:5px;
}
body.page-register-sendmail .success_resend {
	background: #00BE9C;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
#contact .caution {
	padding:20px 35px;
	border-bottom:#ddd solid 1px;
	margin-bottom:7px;
}
#contact .inq_finish {
	padding:15px 35px;
	background-color:#1abc9c;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

/*----------------------------------------------------
	設定
----------------------------------------------------*/
.set_index
.set_index ul {
	float:left;
	border-right:#ddd solid 1px;
	width:33.33%;
	box-sizing:border-box;
}
.set_index ul li {
	float:left;
	width:33.333%;
	border-right:#dadddd solid 1px;
	box-sizing:border-box;
}
.set_index ul li a {
	padding:30px 0;
	text-align:center;
	display:block;
	font-weight:bold;
	text-decoration:none ;
	color:#333;
	line-height:300%;
}
.set_index ul li a i {
	font-size:40px;
	color:#3498db;
}
.set_index ul li a:hover i,
.set_index ul li a:hover {
	background-color:#EFF7FC;
}

.set_index li:last-child{
	float:left;
	border-right:none;
	width:33.33%;
	box-sizing:border-box;
}
.set_caution {
	padding:20px 35px;
	border-bottom:#ddd solid 1px;
	margin-bottom:7px;
}
.p_space {
	margin-left:35px;
	margin-right:45px;
}
.progress {
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
}
.progress > span {
	display: block;
	height: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#1abc9c;
	position: relative;
	overflow: hidden;
	color:#FFF;
	font-size:10px;
	padding-left:10px;
}

/* scouts */
.category-scouts {

}
.category-scouts .content-toolbar {
	padding-top: 60px;
}
.category-scouts .toolbar {
	min-width: 800px;
	position: fixed;
	top: 58px;
	left: 185px;
	right: 0;
	background: #fff;
	z-index: 10;
	overflow: hidden;
	border-bottom: #ddd solid 1px;
	height: 56px;
	box-sizing: border-box;
	letter-spacing: 0em;
}
.category-scouts .toolbar .left {
	float: left;
}
.category-scouts .toolbar .actions {
	float: right;
	padding: 12px 18px 12px 0;
}
.category-scouts .toolbar .actions li {
	float: left;
	position: relative;
	margin-right: 10px;
}
.category-scouts .toolbar .actions li a {
	position: relative;
	border: solid 1px #ddd;
	padding: 3px 10px;
	border-radius: 2px;
	text-decoration: none;
	display: block;
}
.category-scouts .toolbar .actions li.scoutlist #count {
	position: absolute;
	right: -8px;
	top: -8px;
	background: red;
	box-shadow: 0 0 3px red;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 11px;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 20px;
	letter-spacing: -0.1em;
}
.category-scouts .toolbar .actions li.scoutlist a {
	border: #16A085 solid 1px;
	color: #fff;
	background: #16A085;
}
.category-scouts .toolbar .actions li.scoutlist a:hover {
	box-shadow: 0 0 6px #16A085;
}
.category-scouts .toolbar .actions li.next a {
	background: #e61874;
	border: #e61874 solid 1px;
	color: #fff;
}
.category-scouts .toolbar .actions li.next a:hover {
	box-shadow: 0 0 6px rgba(230,24,116,0.8);
}

.page-scouts-template table {
	width:100%;
}
.page-scouts-template table th,
.page-scouts-template table td {
	padding:10px 15px;
	border:solid 1px #ddd;
	vertical-align: middle;
}
.page-scouts-template .empty {
	text-align: center;
	border: dashed 1px #ccc;
	padding: 40px 100px;
	background: #fcfcfc;
}


.page-scouts-history .histories {
	border:solid 3px #f7f7f7;
}
.page-scouts-history .history {
	overflow: hidden;
	border:solid 1px #ddd;
	border-top:none;
	padding:20px 25px;
}
.page-scouts-history .history:first-child {
	border-top:solid 1px #ddd;
}
.page-scouts-history .history .left {
	width:60%;
	box-sizing: border-box;
	padding-right:10px;
}
.page-scouts-history .history .title {
	margin-bottom:8px;
	font-weight:bold;
	font-size:16px;
}
.page-scouts-history .history .detail  {
	line-height:1.6em;
	color: #333;
}
.page-scouts-history .history .qa {
	overflow: hidden;
	padding-top:8px;
}
.page-scouts-history .history .qa > a {
	display: block;
	float: left;
	text-align: center;
	margin-right: 8px;
	padding:5px 7px;
	text-decoration: none;
	font-size: 13px;
}
.page-scouts-history .history table {
	float: right;
	width:40%;
	border:solid 1px #eee;
}
.page-scouts-history .history table th,
.page-scouts-history .history table td {
	border-right:solid 1px #eee;
	text-align: center;
	padding:5px 10px;
}
.page-scouts-history .history table th {
	background: #f7f7f7;
}
.page-scouts-history .history table td {
	padding:10px;
	font-size:20px;
}
.page-scouts-history .history table td p {
	font-size:11px;
	border-top:solid 1px #eee;
	padding-top:5px;
	margin-top:5px;
}
.page-scouts-history .history .unit {
	font-size:12px;
	display: inline-block;
	margin-left:3px;
}

.page-scouts-history-detail .scout-users {
	border-top:solid 1px #ddd;
}
.page-scouts-history-detail .scout-users .user {
	border:solid 1px #ddd;
	border-top:none;
	padding:10px 20px;
	overflow: hidden;
}
.page-scouts-history-detail .not_answer .badge {
	background: #D9534F;
}
.page-scouts-history-detail .questions .badge {
	background: #337AB7;
}


.page-scouts-user-resume .contents {
	padding:25px 25px 50px;
}
.page-scouts-user-resume .ttl_base  {
	border-top:solid 1px #ddd;
}
.page-scouts-user-resume .inner h2 {
	padding:10px 20px;
	background: #546B81;
	color: #fff;
}
.page-scouts-user-resume .inner h4 {
	background: #ccc;
	padding:15px 20px 10px;
}
.page-scouts-user-resume .inner table th,
.page-scouts-user-resume .inner table td {
	padding:15px;
	border-right:none;
	border-left:none;
}

.page-notice ul.notice_list {
}
.page-notice ul.notice_list li a {
	display: block;
	padding:20px;
	border-bottom:solid 1px #eee;
	text-decoration: none;
	color: #000;
}
.page-notice ul.notice_list li a:hover {
	background: #ECF3F6 !important;
}
.page-notice ul.notice_list li a > span {
	display: block;
}
.page-notice ul.notice_list li a span.title {
	color: #397FB9;
	font-size:15px;
	margin-bottom:5px;
}
.page-notice ul.notice_list li a span.title i {
	margin-right:5px;
}
.page-notice ul.notice_list li a span.date {
	color: #555;
	font-size:13px;
	text-align: left;
}
.page-notice ul.notice_list li a span.date i {
	margin-right:5px;
}
.page-notice ul.notice_list li a.unread {
	background: #FFF9DB;
}
.page-notice ul.notice_list li a.unread .title {
	font-weight:bold;
}

.page-point .table-history {
	width:100%;
	max-width:927px;
	border:solid 1px #ddd;
}
.page-point .table-history th,
.page-point .table-history td{
	padding:10px;
	border:solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
}
.page-point .table-history th {
	background: #f5f5f5;
}
.page-point .table-history td.add {
	background: #FFE2E2;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
}
.page-point .table-history td.use {
	background: #D7E9FF;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
}
.page-point .table-history td.note {
	text-align: left;
}
.page-point .table-current-point {
	border:solid 5px #ddd;
	width:500px;
	margin-bottom:15px;
}
.page-point .table-current-point th,
.page-point .table-current-point td {
	padding:15px;
	border-bottom:solid 1px #ddd;
}
.page-point .table-current-point th {
	width:150px;
	background: #fafafa;
}
.page-point .table-current-point td {
	text-align: right;
	padding-right:25px;
	font-weight:bold;
}
.page-point .by_date {
	border-top:solid 1px #ddd;
	padding:5px 0 0;
	font-weight:normal;
	margin-top:5px;
	font-size:13px;
	line-height:1.5em;
}


/* page-scouts-index */
.page-scouts-index #contents section table th {
	background: #f7f7f7;
}
.page-scouts-index  #contents .two_column {
	overflow: hidden;
}
.page-scouts-index  #contents .two_column > section {
	width:49%;
	box-sizing: border-box;
	clear: none;
}
.page-scouts-index  .scout_nav {
	overflow: hidden;
	margin-bottom:15px;
}
.page-scouts-index  .scout_nav .howtouse {
	display: inline-block;
	line-height:34px;
}
.page-scouts-index  .scout_nav ul {
	overflow: hidden;
	margin-right:10px;
	float: left;
}
.page-scouts-index  .scout_nav li {
	float: left;
	margin-right:10px;
}
.page-scouts-index .need_point_table table {
	border:none;
	margin:0;
	width: 100%;
}
.page-scouts-index .need_point_table table th,
.page-scouts-index .need_point_table table td {
	border: solid 1px #ddd;
	padding: 5px 10px;
	border-left:none;
	border-right:none;
	border-top:none;
}
.page-scouts-index .need_point_table table td {
	padding:20px;
	text-align: center;
}
.page-scouts-index .need_point_table table tr:last-child td {
	border-bottom:none;
}
.page-scouts-index .have_points table {
	width: 100%;
	margin-bottom:15px;
}
.page-scouts-index .have_points table th,
.page-scouts-index .have_points table td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}
.page-scouts-index .have_points .more {
	text-align: center;
}
.page-scouts-index .have_points .more a {
	width:40%;
}



/* page-scouts-question */
.page-scouts-question #contents .inner {
	padding:0;
	background: #eee;
}
.page-scouts-question .search-bar {
	 background: #fff;
	 border-bottom:solid 1px #ddd;
	overflow: hidden;
}
.page-scouts-question .search-bar table {
	float: left;
}
.page-scouts-question .search-bar table td {
	border-right:solid 1px #ddd;
	padding:10px;
}
.page-scouts-question .search-bar th {
	width:100px;
}
.page-scouts-question .search-bar select {
	cursor: pointer;
	display: block;
	padding:10px 25px 10px 10px;
	margin:0;
}
.page-scouts-question .search-bar .submit {
	float: left;
	padding:13px 0 0 15px;
}
.page-scouts-question .qa {
	margin:25px 20px;
	border-radius:5px;
	box-shadow: 0 0 3px #999;
	background: #fff;
}
.page-scouts-question .qa .user {
	padding:15px 20px;
	overflow: hidden;
	border-bottom:solid 1px #ddd;
}
.page-scouts-question .qa .user i {
	font-size:25px;
	float: left;
	margin-right:15px;
	color: #337AB7;
}
.page-scouts-question .qa .user a {
	display: inline-block;
	padding-top:2px;
	color: #337AB7;
	text-decoration: none;
}
.page-scouts-question .qa .user a:hover {
	text-decoration: underline;
}
.page-scouts-question .qa .question-box {
	padding:15px 20px 20px;
	border-bottom:solid 1px #ddd;
}
.page-scouts-question .qa .question-box .date {
	color: #666;
	margin-bottom:8px;
}
.page-scouts-question .qa .question-box .date  i {
	margin-right:5px;
}
.page-scouts-question .qa .answer {

}

.page-scouts-question .qa .answer h3 {
	padding:10px 20px;
	margin:0;
	border-bottom:solid 1px #ddd;
	color: #D9534F;
}
.page-scouts-question .qa .answer .form textarea {
	display: block;
	width:100%;
	min-width:100%;
	box-sizing: border-box;
	border-radius: 0;
	padding:20px;
	line-height:1.5em;
	font-size:13px;
	min-height:200px;
	box-shadow: none;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0;
	background: none;
}
.page-scouts-question .qa .answer .form .submit {
	padding:20px;
	overflow: hidden;
}
.page-scouts-question .qa .answer .form .submit input {
	float: left;
	margin-right:15px;
}
.page-scouts-question .qa .answer .form .submit .note {
	color: #666;
	font-size:12px;
	float: left;
	padding-top:5px;
}
.page-scouts-question .qa .answer .answer-detail {
	padding:20px;

}
.page-scouts-question .qa .answer .answer-detail  .date {
	color: #666;
	margin-bottom:8px;
}
.page-scouts-question .qa .answer .answer-detail  .date i {
	margin-right:5px;
}
.page-scouts-question .qa .answer .cancel {
	padding: 20px;
	color:#999;
	font-style:oblique;
}



/* page-scouts-delivery-input */
.page-scouts-delivery-input input[name=title] {
	width:600px;
	max-width: 100%;
}
.page-scouts-delivery-input .attention {
	margin:15px;
}
.page-scouts-delivery-input .create_scoutmail table  {
	width: 100%;
}
.page-scouts-delivery-input .create_scoutmail table th,
.page-scouts-delivery-input .create_scoutmail table td {
	border-bottom: solid 1px #ddd;
	padding: 12px;
	vertical-align: top;
}
.page-scouts-delivery-input .create_scoutmail table th {
	width: 150px;
	padding-top: 18px;
}
.page-scouts-delivery-input .create_scoutmail table textarea {
	width: 100%;
	max-width: 700px;
	min-height: 300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0;
	line-height: 1.5em;
}
.page-scouts-delivery-input .submit {
	padding:25px;
	border-top:solid 1px #ddd;
}
.page-scouts-delivery-input .submit .btn {
	padding:15px 50px;
	margin-right:10px;
}
.page-scouts-delivery-input .ban {
	background: #FFE6E6;
	padding: 14px 20px;
	border-bottom: solid 1px #ddd;
}
.page-scouts-delivery-input .loadFormat {
	overflow: hidden;
}
.page-scouts-delivery-input .loadFormat li {
	display: block;
	float: left;
	margin-right: 15px;
}
.page-scouts-delivery-input .select-template {
	text-align: left;
}
.page-scouts-delivery-input .select-template ul {
	overflow: hidden;
	margin-bottom:10px;
}
.page-scouts-delivery-input .select-template ul li {
	float: left;
	margin-right:10px;
}
.page-scouts-delivery-input .select-template ol {
	border:solid 1px #ddd;
	border-bottom:none;
}
.page-scouts-delivery-input .select-template ol li {
	display: block;
	border-bottom:solid 1px #ddd;
	padding:10px 15px;
	cursor: pointer;
}
.page-scouts-delivery-input .select-template ol li:hover {
	background: #eee;
}
.page-scouts-delivery-input .select-template ol li .date {
	margin-right:5px;
	color: #666;
}

.page-scouts-exclusion table {
	width:100%;
	margin-bottom:15px;
}
.page-scouts-exclusion th,
.page-scouts-exclusion td {
	border: solid 1px #ddd;
	padding: 12px 18px;
	vertical-align: top;
}


.page-scouts-delivery-complete {

}

.page-scouts-delivery-search #select_prefs {
	padding-bottom:6px !important;
}
.page-scouts-delivery-search .pref_input_wrapper {
	display: inline-block;
	white-space: nowrap;
}
.page-scouts-delivery-search .pref_input_wrapper input {
	position: absolute;
	left: -9999px;
}
.page-scouts-delivery-search .pref_input_wrapper input:checked + label {
	background: #337AB7;
	color: #fff;
}
.page-scouts-delivery-search .pref_input_wrapper label.pref {
	margin-right:3px;
	white-space: nowrap;
	margin-bottom:7px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	padding:6px 8px 5px;
	background: #fff;
	border-bottom:solid 1px rgba(0,0,0,0.2);
	line-height:1em;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}


.entry-message #contents {
	padding-top:58px;
}
.entry-message #contents #inner_base {
	margin-left:230px;
}
.entry-message .content_sidebar {
	position: fixed;
	top:150px;
	left:230px;
	bottom:0;
	width:220px;
	background: #fff;
	box-shadow: inset -1px 0 0 #ddd;
	overflow: auto;
}
.entry-message .content_sidebar_title {
	position: fixed;
	top:110px;
	left:230px;
	width:220px;
	height:40px;
	background: #E9ECEF;
	border-bottom:solid 1px #ddd;
	border-right:solid 1px #ccc;
	box-sizing: border-box;
	line-height:40px;
	padding-left:15px;
	font-weight:bold;
	color: #4C6174;
}
.entry-message .content_sidebar_title i {
	margin-right:5px;
}
.entry-message .content_sidebar .entry_users {

}
.entry-message .content_sidebar .entry_users .user {
	border-bottom:solid 1px #ddd;
	padding:10px 20px;
	cursor: pointer;
}
.entry-message .content_sidebar .entry_users .user:hover {
	background: #eee;
}
.entry-message .content_sidebar .entry_users .active {
	background: #ddd;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
.entry-message .content_sidebar .entry_users .user ul li {
	display: inline-block;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
}
.entry-message .content_sidebar .entry_users .user ul li a {
	text-decoration: none;
	color: #777;
}
.entry-message .content_sidebar .entry_users .user ul li a i {
	margin-right:3px;
}
.entry-message .content_top {
	position: fixed;
	top:58px;
	left:230px;
	right:0;
	background: #D6DFE9;
	height:52px;
	border-top:solid 1px rgba(0,0,0,0.1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.entry-message .content_top .job_about {
	padding-top:7px;
	padding-left:15px;
}

.entry-message .content_top .job_about .note {
	font-size:11px;
	font-weight:bold;
	color: #333;
	line-height:1.2em;
	margin-bottom:2px;
}
.entry-message .content_top .job_about a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #4C6174;
	text-decoration: none;
	font-weight:bold;
}
.entry-message .content_top .job_about a:hover {
	text-decoration: underline;
}
.entry-message .content_top .left ul {
	padding-left:20px;
}
.entry-message .content_top .left ul li {
	display: block;
	float: left;
	margin-right:25px;
}
.entry-message .content_top .left ul li a {
	text-decoration: none;
	line-height:42px;
}
.entry-message .content_top .left ul li i {
	margin-right:8px;
}
.entry-message .content_middle {
	position: fixed;
	top:150px;
	left:230px;
	right:0;
	background: #fff;
	bottom:180px;
	border-bottom:solid 1px #ddd;
	overflow: auto;
}
.entry-message .content_middle_title {
	position: fixed;
	top:110px;
	right:0;
	left:230px;
	height:40px;
	background: #E9ECEF;
	border-bottom:solid 1px #ddd;
	box-sizing: border-box;
	line-height:40px;
	padding-left:15px;

	color: #4C6174;
	overflow: hidden;
}
.entry-message .content_middle_title i {
	margin-right:5px;
}
.entry-message .content_middle_title .name {
	float: left;
	font-weight:bold;
	margin-right:30px;
}
.entry-message .content_middle_title .menu ul li {
	float: left;
}
.entry-message .content_middle_title .menu ul li a {
	font-weight:;
	text-decoration: none;
	font-size:13px;
	color: #666;
	cursor: pointer;
	border-left:solid 1px #ccc;
	padding:0 15px;
}
.entry-message .content_middle_title .menu ul li:last-child a {
	border-right:solid 1px #ccc;
}
.entry-message .content_middle_title .menu ul li a:hover {
	color: #000;
}
.entry-message .content_middle .messages {
	padding:15px;
}
.entry-message .content_middle .message_row {
	padding:15px 10px;
	border-bottom:solid 1px #ddd;
	position: relative;
}
.entry-message .content_middle .message_row.not_read {
	background: #EDF7E3;
}
.entry-message .content_middle .message_row:last-child {
	border-bottom:none;
}
.entry-message .content_middle .message_row .message_icon {
	position: absolute;
	left:10px;
	top:15px;
}
.entry-message .content_middle .message_row .message_icon img {
	width:36px;
	box-shadow: 0 0 2px #ddd;
}
.entry-message .content_middle .message_row .message_head {
	overflow: hidden;
	margin-bottom:3px;
	margin-left:46px;
}
.entry-message .content_middle .message_row .message_head .name {
	float: left;
	font-weight:bold;
	color: #888;
	font-size:13px;
}
.entry-message .content_middle .message_row .message_head .date {
	float: right;
}
.entry-message .content_middle .message_row .message_body {
	margin-left:46px;
}
.entry-message .content_middle .message_row .user_icon {
	border-radius:50%;
}
.entry-message .content_middle .focus_on {
	background: #FFF9DB;
}
.entry-message .content_bottom {
	position: fixed;
	bottom:0;
	left:230px;
	right:0;
	background: #f7f7f7;
	height:180px;
	border-top:solid 1px #ddd;
}
.entry-message .close_form {
	padding:15px 20px;
	color: #999;
	font-style: italic;
}
.entry-message .content_bottom .toolbar {
	padding:7px;
	height:40px;
	box-sizing: border-box;
	overflow: hidden;
}
.entry-message .content_bottom .toolbar button {
	padding:0 10px;
	line-height:24px;
	height:26px;
	float: left;
	margin-right:15px;
	box-sizing: border-box;
	font-size:14px;
}
.entry-message .content_bottom .toolbar button:hover {

}
.entry-message .content_bottom .toolbar .right {
	padding-right:10px;
}
.entry-message .content_bottom .toolbar .message_sample {
	float: left;
	height: 30px;
	line-height: 27px;
	font-size:12px;
	text-decoration: none;
}
.entry-message .content_bottom textarea {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	width:100%;
	background: #fff;
	box-shadow: inset 0 1px 2px #ddd;
	height:140px;
	padding:15px;
	line-height:1.4em;
	font-size:14px;
	border:none;
	margin:0;
}
.entry-message .modal_show_tel {
	padding-top:25px;
}
.entry-message .modal_show_tel section h3 {
	color: #546B81;
	margin:0;
	margin-bottom:12px;
}
.entry-message .modal_show_tel section p {
	font-size:28px;
}
.entry-message .modal_show_tel button {
	position: absolute;
	right:10px;
	top:10px;
	background: #aaa;
	color: #fff;
	border:none;
	cursor: pointer;
	width:30px;
	height:30px;
}
.entry-message .modal_selection_result {
	width:300px;
}
.entry-message .modal_selection_result button {
	position: absolute;
	right:10px;
	top:10px;
	background: #aaa;
	color: #fff;
	border:none;
	cursor: pointer;
	width:30px;
	height:30px;
}
.entry-message .modal_selection_result p.text {
	margin-bottom:10px;
}
.entry-message .modal_selection_result p.caution {
	color: #E06565;
	line-height:1.4em;
}
.entry-message .modal_selection_result ul {
	margin-bottom:10px;
}
.entry-message .modal_selection_result ul li {
	 display: inline-block;
}
.entry-message .modal_selection_result ul li input {
	border:none;
	background: #ccc;
	width:80px;
	margin-right:5px;
	padding:6px;
	box-sizing: border-box;
	border-radius:2px;
	cursor: pointer;
	color: #fff;
}
.entry-message .modal_selection_result ul li.adopt input {
	background: #65AF50;
}
.entry-message .modal_selection_result ul li.not_adopt input {
	background: #DA4545;
}
.entry-message .modal_selection_result .result {
	font-size:30px;
	margin-bottom:8px;
	padding-top:10px;
}
.entry-message .modal_selection_result .result.adopt {
	color: #65AF50;
}
.entry-message .modal_selection_result .result.not_adopt {
	color: #DA4545;
}
.entry-message .modal_selection_result .result_date {
	font-size:13px;
	margin-bottom:10px;
}
.entry-message #contents .empty {
	padding:10px;
}
.entry-message #contents .empty h2 {
	margin-bottom:10px;
}
.entry-message #contents .empty h3 {
	margin-bottom:5px;
}
.entry-message #contents .empty ul li {
	display: inline-block;
	margin-right:10px;
}
.entry-message #contents .empty ul li a {
	color: #8A6D3B;
}
.entry-message #contents .empty ul li:before {
	content: '\f10a';
	font-family: ionicons;
	margin-right:5px;
}
.entry-message .modal_message_sample {
	width:700px;
	background: #f7f7f7;
}
.entry-message .modal_message_sample .ex {
	text-align: left;
	color: #000;
	border:solid 1px #ddd;
	padding:15px 20px;
	font-size:13px;
	background: #fff;
	border-radius: 3px;
}
.entry-message .modal_message_sample .insert_ex {
	border:solid 1px #ddd;
	border-top:none;
	padding:10px;
	background: #fff;
	margin-bottom:20px;
	color: #a94442;
	text-align: left;
}
.entry-message .modal_message_sample button {
	padding:6px 25px;
	width:300px;
	background: #546B81;
	color: #fff;
	border:none;
	border-radius:3px;
	cursor: pointer;
}
.entry-message .modal_message_sample button i {
	margin-right:5px;
}

.page-entry-index .app_list td.btns {
	width:100px;
}
.page-entry-index .app_list a.btn {
	position: relative;
	display: block;
	margin-bottom:0;
	width:100px;
}
.page-entry-index .app_list a.btn:first-child {
	margin-bottom:6px;
}
.page-entry-index .not_reat_badge {
	position: absolute;
	top:-5px;
	right:-7px;
	background: #E74C3C;
	color: #fff;
	width:20px;
	height:20px;
	display: block;
	border-radius:50%;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}


/* page-jobs-index */
body.page-jobs-index .empty_jobs {
	padding:50px 40px;
	background: #fafafa;
	border-top:solid 1px #ddd;
	text-align: center;
}
body.page-jobs-index .toolbar {
	background: #fff;
	overflow: hidden;
	padding:10px;
	border-bottom: 1px solid #ddd;
}
body.page-jobs-index .toolbar section {
	float: left;
	display: table;
	margin-right:5px;
	background: #fff;
	border:solid 1px #ddd;
	border-radius: 3px;
}
body.page-jobs-index .toolbar section:last-of-type {
	margin-right: 0;
}
body.page-jobs-index .toolbar section > * {
	display: table-cell;
	vertical-align: middle;
	height:34px;
}
body.page-jobs-index .toolbar section > h3 {
	padding: 0 10px;
	font-size:13px;
	background: #eee;
	font-weight:normal;
	color: #444;
}
body.page-jobs-index .toolbar section select {
	border:none;
	width:100%;
	height:34px;
	padding:0 20px 0 10px;
}
body.page-jobs-index .toolbar button.reset {
	border:none;
	width:100%;
	background: #fff;
	padding:0 10px;
	cursor: pointer;
}
body.page-jobs-index .toolbar button.reset i {
	margin-right:5px;
	color: #999;
}

/* 気になるリストに入れている会員を表示するモーダル */
#favorite_modal {
	width:550px;
	text-align: left;
	padding:0;
	box-shadow:  0 0 5px rgba(0,0,0,0.3);
	border-radius: 5px;
	overflow: hidden;
}
#favorite_modal header {
	padding:15px 20px 13px;
}
#favorite_modal header h2 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight:normal;
	padding-right:45px;
}
#favorite_modal header ul {
	color: #666;
	font-size:12px;
}
#favorite_modal header ul li {
	display: inline-block;
}
#favorite_modal .users {
	overflow: hidden;
}
#favorite_modal .users h3 {
	border-bottom:solid 1px #eee;
	font-size:14px;
	padding:5px 20px;
	color: #fff;
	background: #F16865;
}
#favorite_modal .users ul {
	display: block;
	overflow: auto;
	max-height: 330px;
}
#favorite_modal .users ul li {
	background: #fff;
	display: block;
	box-sizing: border-box;
	border-bottom:solid 1px #eee;
	padding:15px 18px;
	overflow: hidden;
}
#favorite_modal .users ul li.assertion {
	background: #FFFDCE;
}
#favorite_modal .users ul li .about {
	float: left;
	display: table;
	width:230px;
}
#favorite_modal .users ul li .about > div {
	display: table-cell;
	vertical-align: middle;
}
#favorite_modal .users ul li .about > div.icon {
	width:60px;
	text-align: center;
}
#favorite_modal .users ul li .about > div.icon i {
	font-size:30px;
	color: #666;
}
#favorite_modal .users ul li .about > div.icon .user_id {
	font-size:8px;
	color: #666;
	line-height:1em;
}
#favorite_modal .users ul li .about > div.date {
	font-size:14px;
	color: #333;
	line-height:1.2em;
	text-align: left;
	padding-left:10px;
}
#favorite_modal .users ul li .about > div.date p {
	font-size:11px;
	color: #999;
	margin-bottom:3px;
}
#favorite_modal .users ul li .actions {
	float: right;
	width:250px;
	padding-top:3px;
}
#favorite_modal .users ul li .actions button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	font-size: 13px;
	border-radius: 4px;
	width:110px;
	float: right;
	margin-left:8px;
	cursor: pointer;
}
#favorite_modal .users ul li .actions button.btn-disabled {
	background: #eee;
	cursor: not-allowed;
	color: #aaa;
}
#favorite_modal .users ul li .actions .note {
	text-align: right;
	font-size:11px;
	clear: both;
	color: #D1514C;
}
#favorite_modal .users ul li .actions .note a {
	color: #D1514C;
}
#favorite_modal .remodal-cancel {
	position:absolute;
	top:15px;
	right:15px;
	min-width:30px !important;
	height:30px;
	padding:0;
	text-align:center;
	letter-spacing:1px;
	background-color:#ecf0f1;
	border:#bdc3c7 solid 1px;
	color:#95a5a6;
	cursor: pointer;
	-webkit-border-radius:;
	-moz-border-radius:;
	border-radius:5px;
}
#favorite_modal .remodal-cancel:hover {
	background-color:#bdc3c7;
	color:#fff;
}
#favorite_modal .remodal-cancel i {
	margin:0;
}
#favorite_modal .loading {
	height:300px;
	line-height:300px;
	text-align: center;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	font-size:30px;
	color: #4797DB;
}
#favorite_modal .empty {
	height:200px;
	line-height:200px;
	text-align: center;
}

/* 求人PRテーブル */
.prConfirmTable{
	width: 100%;
	margin-bottom: 30px;
}
.prConfirmTable th,
.prConfirmTable td {
	padding: 5px 20px 5px 0!important;
}
.prFlowTable th {width: 150px!important;}
.prFlowTable th,
.prFlowTable td {
	padding: 0 20px 0 0!important;
	border-bottom: none!important;
}

.prCaption {
	font-weight: bold;
    background-color: #F5F6F7;
    padding: 3px 15px;
    border-left: #000 solid 3px;
	margin-bottom: 10px;
}
.prFlowCaption {
	font-weight: bold;
	margin-bottom: 5px;
}

.prFlow {
	position: relative;
	margin-bottom: 15px;
	border-bottom: #E4E7E7 solid 1px;
	padding-bottom: 15px;
}
.prFlow:last-of-type:after {
	display: none;
}
.prFlow:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 19px 0 19px;
	border-color: #e4e7e6 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -6px;
}


@media screen and (max-width: 415px) {
	.uncertified > .container {
		width: auto;
		margin: 0 10px 20px;
	}
	body.page-login form,
	body.page-register-index form,
	body.page-forgotpass form {
		margin: 30px;
	}
	body.page-login .links,
	body.page-forgotpass .links	{
		padding: 0;
	}
	body.page-login .links li,
	body.page-forgotpass .links li {
		width: 100%;
		padding: 10px 20px;
		text-align: left;
		box-sizing: border-box;
		margin: 0;
		border-bottom: #ddd solid 1px;
	}
	body.page-login .links li:last-child,
	body.page-forgotpass .links li:last-child {
		border-bottom: none;
	}
	.uncertified > footer {
		padding: 40px 20px;
	}
}
