@charset "UTF-8";
hr {
	height:0px;
	margin:0;
	padding:0;
	border:5px solid;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
=======================================================
共通箇所
=======================================================
*/
body {
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#262626;
	font-size: 16px;
	line-height:1.3;
	letter-spacing:0.01em;
	background:url("../img/bg.png");
	word-break: break-all;
}


@media (max-width:767px){
body {
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#262626;
	font-size: 16px;
	line-height:1.4;
	letter-spacing:0em;
	background:url("../img/bg.png");
	word-break: break-all;
}
}


.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
input[type="submit"]  {
   -webkit-appearance: none;
   cursor: pointer;
   -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="button"]  {
   -webkit-appearance: none;
   cursor: pointer;
   -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="email"]  {
   -webkit-appearance: none;
   cursor: pointer;
   -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input[type="submit"]:hover  {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="button"]:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="email"]:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


button {
   cursor: pointer;
   -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

button:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}

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

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance:none;
}

/***** pageTitle *****/
.pageTit {
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin: 0 0 25px 0 ;
}

.page_title{
	font-weight:bold;
}

.subTit {
	display:block;
	font-size:14px;
	color:#727272;
	margin: 0 0 17px 0 ;
	letter-spacing:0.1em;
}


.contactPP::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #9aadfc;
}
.contactPP::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #9aadfc;
}
.contactPP::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #006699;
	border-radius: 2px;
}
.contactPP::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #435295;
	border-radius: 2px;
}
.contactPP::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #e7e7e7;
}
.contactPP::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #e7e7e7;
}
.contactPP::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}









/***** ぱんくず *****/
.breadCrumbs {
	margin: 0 0 45px 0 ;
}
.breadCrumbs li {
	display:inline;
	font-size:12px;
	letter-spacing:0.2em;
}
.breadCrumbs li a {
	text-decoration:underline;
}
.breadCrumbs li .fa {
	color:#006599;
	font-size: 14px;
}
.breadCrumbs li:first-child::before {
	content: "";
	margin:0 ;
}
.breadCrumbs li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin:0 10px ;
}

.expUnit {
	margin:40px 0 0 0 ;
}
.expUnit .circleTit:before {
	font-family: 'FontAwesome';
	content: "\f10c";
	color:#006599;
	margin:0 5px 0 0 ;
}
.expUnit .circleTit {
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.2em;
}
.expUnit .circleTit2:before {
	font-family: 'FontAwesome';
	content: "\f10c";
	color:#f39800;
	margin:0 5px 0 0 ;
}
.expUnit .circleTit2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.2em;
}
.expUnit .whBack {
	background-color:#fff;
	margin:20px 0 0 0 ;
	padding:20px;
	line-height:1.7;
}
.expUnit .expTxt ol li {
	margin:15px 0 0 0 ;
}

.expUnit .expTxt ol li a{
	text-decoration:underline;
	color:#006599;
}

.expUnit .expTxt ol li:first-child {
	margin:0 0 0 0 ;
}
.note01R {
	font-size: 14px;
	font-weight: bold;
	line-height:1.7;
	text-align:right;
	letter-spacing:0.2em;
	margin:30px 0 0 0 ;
}
.expUnit table {
	border:1px solid #c8c8c8;
	box-sizing:border-box;
	width:100%;
}
.expUnit tr {
	line-height:1;
}
.expUnit th {
	background-color:#edf0f5;
	border:1px solid #c8c8c8;
	box-sizing:border-box;
	padding:17px 20px;
	font-weight:bold;
	line-height:1.7;
}
.expUnit td {
	background-color:#fff;
	border:1px solid #c8c8c8;
	box-sizing:border-box;
	padding:17px 20px;
	line-height:1.7;
}

@media (max-width:767px){
	.expUnit .circleTit {
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.2em;
	width:90%;
	margin:0 5%;
}
.expUnit .whBack {
	background-color:#fff;
	margin:20px 0 0 0 ;
	padding:20px;
	line-height:1.4;
	font-size:14px;
}
.note01R {
	font-size: 14px;
	font-weight: bold;
	line-height:1.7;
	text-align:right;
	letter-spacing:0.2em;
	margin:30px 5% 0 0 ;
}
}








/*
=======================================================
TOP
=======================================================
*/

/***** header *****/
header {
	height:80px;
	border-bottom:3px solid #006599;
	width:100%;
	min-width:1024px;
	background-color:#fff;
}
.headerInner {
	width:944px;
	margin:0 auto;
}
#header_logo {
	margin:10px 0 0 0 ;
	float:left;
}
header .logoShoulder {
	font-size:11px;
	padding:0 0 3px 0;
}

header .jobNumBox {
	float:left;
	margin:10px 0 0 10px;
}
header .jobNumBox li {
	margin:10px 0 0 0px;
	font-weight:bold;
	font-size:14px;
	color:#006599;
	text-align:center;

}
header .jobNumBox li .num01 {
	margin:0 0 0 10px;
	font-weight:bold;
	font-size:16px;
	text-align:right;
	color:#f7215d;
	display:inline-block;
	width:6em;
}
header .gnavi {
	float:right;
}
header .menu_pc li {
	float:left;
}
header .menu_pc li a {
	display:block;
	width:92px;
	height:20px;
	padding:60px 0 0 0 ;
	border-left:1px solid #006599;
	color:#006599;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
header .menu_pc {
	display: flex;
}
header .menu_pc li:last-child {
	border-right:1px solid #006599;
}
/*gnavi01*/
header .menu_pc .gnav01 a {
	background:#fff url("../img/gnavi01.png") no-repeat top 15px center / 40px;
}
header .menu_pc .gnav01 a:hover {
	color:#fff;
	background:#006599 url("../img/gnavi01_on.png") no-repeat top 15px center / 40px;
}
/*gnavi02*/
header .menu_pc .gnav02 a {
	background:#fff url("../img/gnavi02.png") no-repeat top 15px center / 40px;
}
header .menu_pc .gnav02 a:hover {
	color:#fff;
	background:#006599 url("../img/gnavi02_on.png") no-repeat top 15px center / 40px;
}
/*gnavi03*/
header .menu_pc .gnav03 a {
	background:#fff url("../img/gnavi03.png") no-repeat top 15px center / 40px;
}
header .menu_pc .gnav03 a:hover {
	color:#fff;
	background:#006599 url("../img/gnavi03_on.png") no-repeat top 15px center / 40px;
}
/*gnavi03*/
header .menu_pc .gnav04 a {
	background:#fff url("../img/mype.png") no-repeat top 15px center / 40px;
}
header .menu_pc .gnav05 a {
	background:#fff url("../img/favorite.png") no-repeat top 15px center / 40px;
}
header .menu_pc .gnav04 a:hover {
	color:#fff;
	background:#006599 url("../img/mype_on.png") no-repeat top 15px center / 40px;
}
header nav a:hover,
header nav a:active {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.fnavi li a:hover,
.fnavi li a:active {
	opacity:0.5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.topTabTextC{
	color:#fff;
	font-size:16px;
	margin-bottom:10px;
}
.topTabTextC2{
	color:#006599;
	font-size:16px;
	margin:10px 0 20px 0;
	font-weight:bold;
}




/***** mainVisual ******/
.mainVisual {
	width:100%;
	min-width:1024px;
}
/***** mainConts *****/
.mainConts {
	width:100%;
	min-width:1024px;
}
.mainContsInner {
	width:944px;
	margin:0 auto;
	padding:10px 0 110px 0;
}
.pageTit {
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin: 0 0 25px 0 ;
}
.subTit {
	display:block;
	font-size:14px;
	color:#727272;
	margin: 0 0 17px 0 ;
	letter-spacing:0.1em;
}

.breadCrumbs li {
	display:inline;
	font-size:12px;
	letter-spacing:0.2em;
}
.breadCrumbs li a {
	text-decoration:underline;
	letter-spacing:0.2em;
}
.breadCrumbs li .fa {
	color:#006599;
	font-size: 14px;
}
.breadCrumbs li:first-child::before {
	content: "";
	margin:0 ;
}
.breadCrumbs li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin:0 10px ;
}


/***** footer *****/
footer {
	clear:both;
}
.footerInner {
	width:944px;
	margin:0 auto;
	padding:35px 0 ;
}
.footerTop {
	border-top:2px solid #006599;
	width:100%;
	min-width:1024px;
	background-color:#fff;
}
#footer_logo {
	margin:0 0 0 0 ;
	float:left;
}
footer .logoShoulder {
	font-size:11px;
	padding:0 0 3px 0;
}
.fnavi {
	float:left;
	margin:0 0 0 110px;
}
.fnavi .col2 {
	float:left;
	margin:0 95px 0 0;
}
.fnavi .col2 li {
	font-size:12px;
	margin:0 0 10px 0;
}
.footerBottom {
	min-width:1024px;
	background-color:#006599;
	overflow: hidden;
	padding: 10px 0px 10px 60px;
}
.footerBottomInner {
    width: 944px;
    margin: 0 auto;
    text-align: center;
}

.footerLink a{
    list-style: none;
	float:left;
	text-decoration: none;
    color: #fff;
    margin: 0px 8px 0px 0px;
    font-size: 11px;
}

.footerCopy {
	margin:0px 5px 0px auto;
	color:#fff;
	font-size:11px;
}



.topWidth{
	margin-left:40px;
}





@media (max-width:767px){.hidden-xs{display:none!important}}
@media (min-width:768px){.visible-xs{display:none!important}}



@media (max-width:767px){
.topWidth{
	margin-left:5%;
}



/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP_共通箇所
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/***** pageTitle *****/
/***** ぱんくず *****/
.breadCrumbs {
	margin: 0 0 30px 0 ;
}
.expUnit table {
	display:block;
	border:none;
	border-bottom: 1px solid #c8c8c8;
	box-sizing:border-box;
	width:100%;
}
.expUnit tr {
	display:block;
	line-height:1;
}
.expUnit th {
	display:block;
	background-color:#edf0f5;
	border-bottom:0px solid #c8c8c8;
	box-sizing:border-box;
	padding:10px;
	font-weight:bold;
	line-height:1.7;
}
.expUnit td {
	display:block;
	background-color:#fff;
	border-bottom:0px solid #c8c8c8;
	box-sizing:border-box;
	padding:10px;
	line-height:1.7;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP_TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/***** header *****/
header {
	height:auto;
/*	border-bottom:3px solid #006599; */
	border-bottom:none;
	width:100%;
	min-width:100%;
	background-color:#fff;
}
.headerInner {
	width:100%;
	margin:0 auto;
}
#header_logo {
	width:90%;
	margin:0 auto ;
	float:none;
	max-width:393px;
}
header .logoShoulder {
	font-size:11px;
	padding: 10px 0 3px 0;
}

header .jobNumBox {
	width:90%;
	float:none;
	margin:10px auto;
}
header .jobNumBox li {
	margin:10px 0 0 0px;
	font-weight:bold;
	font-size:14px;
	color:#006599;

}
header .jobNumBox li .num01 {
	margin:0 0 0 10px;
	font-weight:bold;
	font-size:16px;
	text-align:right;
	color:#f7215d;
	display:inline-block;
	width:6em;
}
header .gnavi {
	margin:0 auto ;
	float:none;
	width: 100%;
	border-top: 1px solid #006599;
	border-bottom:3px solid #006599;
}
header .menu_pc li {
	float:left;
	width: 33.3333%;
	box-sizing: border-box;
}
header .menu_pc li a {
	display:block;
	width:100%;
	height:20px;
	padding:60px 0 0 0 ;
/*	border-left:1px solid #006599; */
	border: none;
	color:#006599;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
header .menu_pc li:last-child {
	border-right:none;
	border-left:1px solid #006599;
}
header .menu_pc li:nth-child(2) {
	border-left:1px solid #006599;
	border-right:1px solid #006599;
}
/*gnavi01*/
header .menu_pc .gnav01 a {
	background:#fff url("../img/gnavi01.png") no-repeat top 15px center / 40px;
}
 .android header .menu_pc .gnav01 a {
	background-image:url("../img/gnavi01.png") ;
	background-position:center;
	background-size:40px;
	background-repeat:no-repeat;
}
header .menu_pc .gnav01 a:hover {
	color:#fff;
	background:#006599 url("../img/gnavi01_on.png") no-repeat top 15px center / 40px;
}
/*gnavi02*/
header .menu_pc .gnav02 a {
	background:#fff url("../img/gnavi02.png") no-repeat top 15px center / 40px;
}
 .android header .menu_pc .gnav02 a {
	background-image:url("../img/gnavi02.png") ;
	background-position:center;
	background-size:40px;
	background-repeat:no-repeat;
}
header .menu_pc .gnav02 a:hover {
	color:#fff;
	background:#006599 url("../img/gnavi02_on.png") no-repeat top 15px center / 40px;
}
/*gnavi03*/
header .menu_pc .gnav03 a {
	background:#fff url("../img/gnavi03.png") no-repeat top 15px center / 40px;
}
 .android header .menu_pc .gnav03 a {
	background-image:url("../img/gnavi03.png") ;
	background-position:center;
	background-size:40px;
	background-repeat:no-repeat;
}
header .menu_pc .gnav03 a:hover {
	color:#fff;
	background:#006599 url("../img/gnavi03_on.png") no-repeat top 15px center / 40px;
}


header .menu_pc .gnav04 a {
	background:#fff url("../img/mype.png") no-repeat top 15px center / 40px;
}
 .android header .menu_pc .gnav04 a {
	background-image:url("../img/mype.png") ;
	background-position:center;
	background-size:40px;
	background-repeat:no-repeat;
}
header .menu_pc .gnav04 a:hover {
	color:#fff;
	background:#006599 url("../img/mype_on.png") no-repeat top 15px center / 40px;
}


header nav a:hover,
header nav a:active {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.fnavi li a:hover,
.fnavi li a:active {
	opacity:0.5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/***** mainConts *****/
.mainConts {
	width:100%;
	min-width:100%;
}
.mainContsInner {
	width:90%;
	margin:0 auto;
}
.pageTit {
	font-size:18px;
	letter-spacing:0.2em;
	margin: 0 0 10px 0 ;
	line-height:18px;
}
.subTit {
	display:block;
	font-size:14px;
	color:#727272;
	margin: 0 0 10px 0 ;
	letter-spacing:0.1em;
}
.breadCrumbs {
	margin: 0 0 10px 0 ;
}
.breadCrumbs li {
	display:inline;
	font-size:12px;
	letter-spacing:0em;
}
.breadCrumbs li a {
	text-decoration:underline;
}
.breadCrumbs li .fa {
	color:#006599;
	font-size: 14px;
}
.breadCrumbs li:first-child::before {
	content: "";
	margin:0 ;
}
.breadCrumbs li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin:0 10px ;
}

/***** footer *****/
footer {
	clear:both;
	width:100%;
	min-width:100%;
}
.footerInner {
	width:90%;
	margin:0 auto;
	padding:20px 0 ;
}
.footerBottomInner {
    width: 100%;
    padding: 10px 15px 0px
}
.footerTop {
	border-top:2px solid #006599;
	width:100%;
	min-width:100%;
	background-color:#fff;
}
#footer_logo {
	width:100%;
	margin:0 auto ;
	float:none;
	max-width:393px;
}
#footer .logoShoulder {
	font-size:11px;
	margin:0 0 0 0;
}
.fnavi {
	float:left;
	margin:20px 0 0 0;
}
.fnavi .col2 {
	float:none;
	margin:0 0 0 0;
}
.fnavi .col2 li {
	font-size:12px;
	margin:0 0 20px 0;
}
.footerBottom {
	width:100%;
	min-width:100%;
	background-color:#006599;
	padding: 0px;
}
.footerCopy {
	min-width:100%;
	margin:0 auto;
	padding:10px 0 0;
	color:#fff;
	font-size:12px;
	text-align:left;
	clear: both;
}

.footerLink a {
	clear: both;
	padding: 0 0 20px 0;
}
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP_TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP_COMPANY
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.txtSigning img {
	margin:10px 0 0 0 ;
	display:inline;
	float:right;
}


/*
=======================================================
INDEX
=======================================================
*/
.topImg{
	width:100%;
	min-width:1024px;
	background:url("") center center;
	height:447px;
}
.topBoxInner{
	width:1024px;
	margin:auto;
}
.topBox1{
	width:100%;
	min-width:1024px;
	padding:75px 0;
	border-bottom:solid 1px #c8c8c8;
	float:left;
}
.topBox2{
	width:100%;
	min-width:1024px;
	padding:75px 0;
	border-bottom:solid 1px #c8c8c8;
	background:#fff;
	float:left;
}
.topBox3{
	width:100%;
	min-width:1024px;
	padding:75px 0;
	border-bottom:solid 1px #c8c8c8;
	background:#f8f8f8;
	float:left;
}
.topBox4{
	width:100%;
	min-width:1024px;
	padding:75px 0;
	border-bottom:solid 1px #c8c8c8;
	background:#eff5f8;
	float:left;
}
.topTitle1{
	min-width:1024px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url("../img/toptitleline.png") bottom center no-repeat;
	padding:0 0 10px 0;
}
.topTitle2{
	min-width:1024px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding: 0px 0pc 20px 0px;
}
.topNewBox{
	margin:20px 40px 0;
	width:944px;
}
.topNewRow{
	width:944px;
	height:20px;
	border-bottom:dotted 1px #005668;
	padding:10px 0;
	clear:both;
}
.topNewDate{
	width:155px;
	float:left;
	font-size:12px;
	color:#131313;
	text-align:center;
	line-height:20px;
}
.topNewItem1{
	width:120px;
	float:left;
	background:#f78121;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewItem2{
	width:120px;
	float:left;
	background:#007344;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewItem3{
	width:120px;
	float:left;
	background:#f7215d;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewItem4{
	width:120px;
	float:left;
	background:#219af7;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewItem5{
	width:120px;
	float:left;
	background:#ff77d4;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewText{
	font-size:14px;
	line-height:20px;
	color:#131313;
	margin-left:27px;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:615px;
}
.topNewText a{
	text-decoration:underline;
}

.topNewBtnBox{
	width:100%;
	clear:both;
}
.topNewBtn{
	width:650px;
	margin:auto;
	text-align:center;
	background:#e8e8e8;
	font-size:14px;
	padding:15px 0;
	margin-top:40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
}
.topPickupBox{
	width:944px;
	margin:auto;
}
.topPickupImgBox{
	width:33.3%;
	float:left;
	text-align:center;
}
.topPickupImg{
	border:3px solid #fff;
	display:inline-block;
}
.topPickupTxt{
	font-size:12px;
	text-align:left;
	display:block;
	margin-left:10px;
	margin-right:10px;
	line-height:18px;
	margin-top:10px;
}
.topSubTxt1{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin-top:30px;
}
.topSubTxt2{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#006599;
	margin-top:30px;
}
.topSubTxt3{
	font-size:14px;
	line-height:24px;
	text-align:center;
	margin-top:20px;
}
.topSubTxt3 a{
	color:#f39800;
}
.topSubImg{
	display:inline-block;
	vertical-align:text-bottom;
}
.topFormRow{
	text-align:center;
	margin-top:30px;
}
.topFormRow2{
	text-align:center;
	margin-top:30px;
}
.topFormImg{
	display:inline;
	vertical-align:text-bottom;
}
.topFormInput{
	width:415px;
	height:45px;
	vertical-align:text-bottom;
	padding-left:60px;
	background: url(../img/topformimg.png) no-repeat;
	border:solid 1px #a1a1a1;
}
.topFormInputc{
	width:415px;
	height:45px;
	vertical-align:text-bottom;
	padding-left:60px;
	background: url(../img/topformimg.png) no-repeat;
	border:solid 1px #a1a1a1;
}
.topFormSubmit{
	height:51px;
	vertical-align:text-bottom;
	background:#f39800;
	border:none;
	color:#fff;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	width:116px;
	margin-left:25px;
}
.topFormSubmitc{
	height:51px;
	vertical-align:text-bottom;
	background:#f39800;
	border:none;
	color:#fff;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	width:116px;
	margin-left:25px;
}

.topSubSRow{
	width:1024px;
	margin:50px auto 30px;
	float:left;
}
.topSubSBox{
	float:left;
	height:286px;
	width:286px;
	background:#006599;
	-moz-border-radius: 143px;
	-webkit-border-radius: 143px;
	border-radius: 143px;
	text-align:center;
	margin-right:43px;
}
.topSubSBox:first-child{
	margin-left:40px;
}
.topSubSBox:last-child{
	margin-right:0px;
}
.topSubSTxt1{
	color:#fff;
	line-height:20px;
	font-size:14px;
}
.topSubSTxt2{
	font-size:30px;
	color:#fff;
	line-height:40px;
}
.topSubSTxt3{
	color:#fff;
	line-height:20px;
	font-size:14px;
}

.topColumnRow{
	width:1024px;
	margin:30px auto;
	float:left;
}
.topColumnLeft{
	float:left;
	width:462px;
	height:200px;
	overflow:hidden;
	background:#fff;
	position:relative;
	margin-left:40px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a .topColumnLeft:hover{
	-moz-opacity:0.7;
    opacity:0.7;
    filter:alpha(opacity=70);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.topColumnRight{
	float:right;
	width:462px;
	background:#fff;
	position:relative;
	margin-right:40px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a .topColumnRight:hover{
	-moz-opacity:0.7;
    opacity:0.7;
    filter:alpha(opacity=70);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.topColumnImg{
	width:200px;
	position:relative;
	float:left;
}
.topColumnAtt{
	font-size:12px;
	line-height:24px;
	background:#f7215d;
	width:68px;
	text-align:center;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.topColumnTitle{
	line-height:24px;
	color:#131313;
	float:left;
	margin:18px;
	width:226px;
	font-weight:bold;
	height:50px;
}
.topColumnTxt1{
	font-size:14px;
	color:#6c6c6c;
	line-height:24px;
	float:left;
	width:226px;
	margin:0 18px 0;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height:50px;
}
.topColumnBtm{
	position:absolute;
	bottom:0;
	right:0;
	width:262px;
	/*border-bottom:solid 1px #c8c8c8;
	border-top:solid 1px #c8c8c8;*/
	height:36px;
}
.topColumnBtmLeft{
	font-size:12px;
	text-align:center;
	width:131px;
	/*border-right:solid 1px #c8c8c8;*/
	height:36px;
	font-weight:bold;
	line-height:36px;
	float:left;
}

.topColumnBtmRight{
	font-size:12px;
	color:#f39800;
	text-align:center;
	width:130px;
	float:left;
	font-weight:bold;
	line-height:36px;
}


.topNewJobBox{
	width:300px;
	height:404px;
	background:#fff;
	position:relative;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a .topNewJobBox:hover{
	-moz-opacity:0.7;
    opacity:0.7;
    filter:alpha(opacity=70);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
.topNewJobImg{
	width:300px;
	height:200px;
	overflow:hidden;
	position:relative;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}

.topNewJobImgDetail{
	max-height:200px;
}
.topNewJobImg img{
	display:inline-block;
}

.topNewJobImgTitle{
	position:absolute;
	right:0px;
	top:0px;
	background:#005a88;
	text-align:center;
	width:90px;
	color:#fff;
	font-size:12px;
	line-height:22px;
}
.topNewJobTxt1{
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	width:272px;
	border-left:solid 4px #006599;
	margin-top:12px;
	padding:0 12px;
	height:48px;
	overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.topNewJobName{
	font-size:12px;
	color:7c7c7c;
	line-height:24px;
	margin-left:16px;
}
.topNewJobBtm{
	position:absolute;
	bottom:0;
	border-top:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	height:81px;
	width:300px;
}
.topNewJobBtmRow{
	width:300px;
	height:40px;

}
.topNewJobBtmLeft{
	width:149px;
	border-right:solid 1px #c8c8c8;
	height:40px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	float:left;
}
.topNewJobBtm1{
	width:300px;
	height:40px;
	border-bottom:solid 1px #c8c8c8;
	color:#006599;
	text-align:center;
	font-weight:bold;
	line-height:40px;
}
.topNewJobBtmRight{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:150px;
	float:left;
	color:#f39800;
}


.topBnrBox{
	width:940px;
	display:inline-block;
	letter-spacing: -.40em;
}
.topBnr{
	margin:10px 20px 10px 0;
	display:inline-block;
	letter-spacing: normal;
	width:215px;
	height:54px;
	border:3px solid #959595;
	overflow:hidden;

}
.topBnr:nth-child(3n){
	margin:10px 0 10px 0;
	display:inline-block;
	letter-spacing: normal;
}







@media (max-width:767px){
.topBoxInner{
	width:100%;
	margin:auto;
}
.topBoxInner{
	width:100%;
	margin:auto;
}
.topBox1{
	width:100%;
	min-width:100%;
	padding:20px 0;
	border-bottom:solid 1px #c8c8c8;
}
.topBox2{
	width:100%;
	min-width:100%;
	padding:20px 0;
	border-bottom:solid 1px #c8c8c8;
	background:#fff;
}
.topBox3{
	width:100%;
	min-width:100%;
	padding:20px 0;
	border-bottom:solid 1px #c8c8c8;
	background:#f8f8f8;
}
.topBox4{
	width:100%;
	min-width:100%;
	padding:20px 0;
	border-bottom:solid 1px #c8c8c8;
	background:#eff5f8;
}
.topTitle1{
	min-width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background:url("../img/toptitleline.png") bottom center no-repeat;
	padding:0 0 10px 0;
}
.topTitle2{
	min-width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}
.topNewBox{
	margin:0px 0px 0;
	width:100%;
}
.topNewRow{
	width:90%;
	height:auto;
	border-bottom:dotted 1px #005668;
	padding:10px 0;
	clear:both;
	margin:0 5%;
	float:left;
}
.topNewDate{
	width:50%;
	float:left;
	font-size:12px;
	color:#131313;
	text-align:left;
	line-height:20px;
}
.topNewItem1{
	width:50%;
	float:left;
	background:#f78121;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewItem2{
	width:50%;
	float:left;
	background:#007344;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewItem3{
	width:50%;
	float:left;
	background:#f7215d;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.topNewText{
	font-size:14px;
	line-height:30px;
	color:#131313;
	margin-left:0px;
	float:left;
	width:100%;
}
.topNewText a{
	text-decoration:underline;
}
.topNewBtn{
	width:90%;
	margin:auto 5%;
	text-align:center;
	background:#e8e8e8;
	font-size:14px;
	padding:15px 0;
	margin-top:40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
	float:left;
}
.topPickupBox{
	width:100%;
	margin:auto;
}
.topPickupImgBox{
	width:90%;
	float:left;
	text-align:center;
	margin:0 5%;
}
.topPickupImg{
	border:3px solid #fff;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.topPickupTxt{
	font-size:12px;
	text-align:center;
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.topSubTxt1{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	line-hright:24px;
}
.topSubTxt2{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#006599;
	margin-top:30px;
	line-hright:24px;
}
.topSubTxt3{
	font-size:14px;
	line-height:24px;
	text-align:left;
	margin-top:20px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.topSubImg{
	display:inline-block;
	vertical-align:text-bottom;
}
.topFormRow{
	text-align:center;
	margin-top:30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	float:auto;
}
.topFormRow2{
	text-align:center;
	margin-top:30px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	float:auto;
}
.topFormImg{
	display:inline;
	vertical-align:text-bottom;
}
.topFormInput{
	width:90%;
	height:45px;
	vertical-align:text-bottom;
	padding-left:60px;
	background: url(../img/topformimg.png) no-repeat;
	border:solid 1px #a1a1a1;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.topFormInputc{
	width:100%;
	height:45px;
	vertical-align:text-bottom;
	padding-left:60px;
	background: url(../img/topformimg.png) no-repeat;
	border:solid 1px #a1a1a1;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.topFormSubmit{
	height:51px;
	vertical-align:text-bottom;
	background:#f39800;
	border:none;
	color:#fff;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.topFormSubmitc{
	height:51px;
	vertical-align:text-bottom;
	background:#f39800;
	border:none;
	color:#fff;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	width:100%;
	margin-left:0px;
	margin-top:20px;
}

.topSubSRow{
	width:100%;
	margin:50px auto 30px;
}
.topSubSBox{
	float:none;
	height:286px;
	width:286px;
	background:#006599;
	-moz-border-radius: 143px;
	-webkit-border-radius: 143px;
	border-radius: 143px;
	text-align:center;
	margin:10px auto 0px;
}
.topSubSBox:first-child{
	margin:10px auto 0px;
}
.topSubSBox:last-child{
	margin:10px auto 0px;
}

.topColumnRow{
	width:90%;
	margin:30px 5%;
	float:left;
}




.topColumnLeft{
	float:left;
	width:100%;
	height:auto;
	background:#fff;
	position:relative;
	margin-left:0px;
	padding-bottom:50px;
	margin-bottom:30px;
}


.topColumnRight{
	float:right;
	width:100%;
	background:#fff;
	position:relative;
	margin-right:0px;
	padding-bottom:50px;
}
.topColumnImg{
	width:100%;
	position:relative;
	float:left;
}

.topColumnImg img{
	width:100%;
}
.topColumnAtt{
	font-size:12px;
	line-height:24px;
	background:#f7215d;
	width:68px;
	text-align:center;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.topColumnTitle{
	line-height:24px;
	color:#131313;
	float:left;
	margin:5%;
	width:90%;
	font-weight:bold;
	height:auto;
}
.topColumnTxt1{
	font-size:14px;
	color:#6c6c6c;
	line-height:24px;
	float:left;
	width:90%;
	margin:0 5% 0;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height:50px;
}
.topColumnBtm{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	border-bottom:solid 1px #c8c8c8;
	border-top:solid 1px #c8c8c8;
	height:36px;
}
.topColumnBtmLeft{
	font-size:12px;
	text-align:center;
	width:50%;
	border-right:solid 1px #c8c8c8;
	height:36px;
	font-weight:bold;
	line-height:36px;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.topColumnBtmRight{
	font-size:12px;
	color:#f39800;
	text-align:center;
	width:50%;
	float:left;
	font-weight:bold;
	line-height:36px;
}


.topBnrBox{
	width:100%;
	display:inline-block;
	letter-spacing: -.40em;
}
.topBnr{
	margin:10px auto 10px auto;
	display:inline-block;
	letter-spacing: normal;
	width:88%;
}
.topBnr img{
	margin:auto;
}
.topBnr:nth-child(3n){
	margin:10px auto 10px auto;
	display:inline-block;
	letter-spacing: normal;
	width:88%;
}
}


/*
=======================================================
USER GUIDE
=======================================================
*/
.ugTit{
	display:block;
	color:#006599;
	font-weight:bold;
	letter-spacing: 2px;
}
.ugwhBack {
	background-color:#fff;
	margin:0 0 0 0 ;
	padding:20px 20px 80px 20px;
	line-height:1.7;
}
.ugInner{
	width:944px;
	margin:0 auto;
	padding:10px 0 0 0;
}
.ug2-1Box{
	border:3px solid #006699;
	background:#fff;
	width:456px;
	height:421px;
	float:left;
	position:relative;
	margin-top:20px;
}
.ug2-2Box{
	border:3px solid #006699;
	background:#fff;
	width:456px;
	height:421px;
	float:right;
	position:relative;
	margin-top:20px;
}
.ug2-3Box{
	border:3px solid #006699;
	background:#fff;
	width:456px;
	height:323px;
	float:left;
	position:relative;
	margin-top:20px;
}
.ug2-4Box{
	border:3px solid #006699;
	background:#fff;
	width:456px;
	height:323px;
	float:right;
	position:relative;
	margin-top:20px;
}
.ugIcon{
	text-align:center;
	margin:50px 0 0 0;
}
.ugIcon2{
	text-align:center;
	margin:40px 0 0 0;
}
.ugIcon3{
	text-align:center;
	margin:20px 0 0 0;
}
.ugIcon img{
	display:inline-block;
}
.ugIcon2 img{
	display:inline-block;
}
.ugIcon3 img{
	display:inline-block;
}
.ugBoxtxt1{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	margin:25px 18px 0 18px;
}
.ugBoxTxt2{
	font-size:14px;
	margin:25px 18px 0 18px;
	letter-spacing:2px;
	line-height:30px;
}
.ugBoxTxt3{
	font-size:18px;
	letter-spacing:2px;
	font-weight:bold;
	text-align:center;
	margin-top:35px;
}
.ugBoxBtn{
	background:#f39800;
	color:#fff;
	text-align:center;
	width:300px;
	margin:0 78px;
	line-height:54px;
	letter-spacing:2px;
	position:absolute;
	bottom:46px;
}
.ug4-1Box{
	border:3px solid #006699;
	background:#fff;
	width:215px;
	height:199px;
	float:left;
	margin:20px 20px 0 0;
}
.ug4-1Box:last-child{
	border:3px solid #006699;
	background:#fff;
	width:215px;
	height:199px;
	float:left;
	margin:20px 0 0 0;
}
.ugBoxLeft{
	float:left;
	width:50%;
	padding-right:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.ugBoxRight{
	float:right;
	width:50%;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.ugBoxRight a{
	color:#006699;
	text-decoration:underline;
}
.ugArw{
	background:#fff;
	padding-top:10px;
}

.ielink{
	text-decoration: none;
	border-bottom: 2px solid #c0c0c0;
}
@media (max-width:767px){
.ugwhBack {
	background-color:#fff;
	margin:0 0 0 0 ;
	padding:20px 20px 80px 20px;
	line-height:1.7;
}
.ugwhBack img{
	width:100%;
}
.ugTit{
	display:block;
	color:#006599;
	font-weight:bold;
	letter-spacing: 2px;
}

.ugInner{
	width:90%;
	margin:0 auto;
}
.ug2-1Box{
	border:3px solid #006699;
	background:#fff;
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:20px 0%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.ug2-2Box{
	border:3px solid #006699;
	background:#fff;
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:20px 0%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.ug2-3Box{
	border:3px solid #006699;
	background:#fff;
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:20px 0%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-bottom:30px;
}
.ug2-4Box{
	border:3px solid #006699;
	background:#fff;
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:20px 0%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-bottom:30px;
}
.ugIcon{
	text-align:center;
	margin:50px 0 0 0;
}
.ugIcon2{
	text-align:center;
	margin:40px 0 0 0;
}
.ugIcon img{
	display:inline-block;
}
.ugIcon2 img{
	display:inline-block;
}
.ugBoxtxt1{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	margin:25px 18px 0 18px;
}
.ugBoxTxt2{
	font-size:14px;
	margin:25px 18px 0 18px;
	letter-spacing:2px;
	line-height:1.4;
}
.ugBoxBtn{
	background:#f39800;
	color:#fff;
	text-align:center;
	width:90%;
	margin:20px 5% 20px;
	line-height:54px;
	letter-spacing:0px;
	position:relative;
	bottom:auto;
	font-size:14px;
}

.ug4-1Box{
	border:3px solid #006699;
	background:#fff;
	width:100%;
	height:auto;
	float:left;
	margin:20px 0% 0 0%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-bottom:20px;
}
.ug4-1Box:last-child{
	border:3px solid #006699;
	background:#fff;
	width:100%;
	height:auto;
	float:left;
	margin:20px 0% 0 0%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-bottom:20px;
}
.ugBoxLeft{
	float:left;
	width:100%;
	padding-right:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-bottom:10px;
}
.ugBoxRight{
	float:right;
	width:100%;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.ugArw{
	background:#fff;
	padding-top:10px;
	WIDTH:100%;
	margin:0 0%;
}
}


/*
=======================================================
NEWS
=======================================================
*/
.news1{
	width:100%;
	floart:left;
}
.news2{
	width:1024px;
	margin:auto;
}
.news3{
	width:944px;
	float:left;
	margin:-40px 0 80px 40px;
}
.newsPagerBox{
	width:100%;
}
.newsPagerBox2{
	width:100%;
	margin:20px 0 80px 0;
	float:left;
}
.newsPagerKensuu{
	font-size:12px;
	float:left;
	font-weight:bold;
	line-height:32px;
}
.newsPager{
	float:right;
}
.newsPagerInner{
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:32px;
	background:#cccccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right:5px;
	width:36px;
	float:left;
}
.newsPagerInner a{
	display: block;
	color:#fff;
	width:36px;
}
.newsPagerInner a:hover{
	color:#fff;
	background:#006699;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right:5px;
}
.newsPagerInner2{
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:32px;
	background:#cccccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:52px;
	float:left;
}
.newsPagerInner2 a{
	display: block;
	color:#fff;
	width:52px;
}
.newsPagerInner2 a:hover{
	color:#fff;
	background:#006699;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right:5px;
}
.newsListBox{
	width:944px;
	background:#fff;
	float:left;
	margin:20px 0 0 0;
	height:54px;
}
.newsListDate{
	width:140px;
	float:left;
	text-align:center;
	line-height:54px;
	color:#006699;
	font-size:14px;
}
.newsListCate{
	background:#f7215d;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	line-height:20px;
	margin:17px 0 17px 0;
	width:100px;
	float:left;
	text-align:center;
}
.newsListTitle{
	float:left;
	font-size:14px;
	line-height:54px;
	font-weight:bold;
	padding:0 20px 0 20px;
	width:664px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsDetailDate{
	font-size:14px;
	float:right;
	line-height:24px;
	margin-left: 10px;
}
.newsDetailImgBox{
	width:944px;
	float:left;
	margin:15px 0 0 0;
}
.newsDetailImg{
	float:left;
	margin:0 40px 0 0;
}
.newsDetailImg:nth-child(3n) {
	float:left;
	margin:0 0 0 0;
}
.newsDetailImgLine{
	border:solid #fff 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.newsDetailTxt{
	background:#fff;
	width:904px;
	padding:20px;
	margin:20px 0 0 0;
	font-size:14px;
	line-height:24px;
	float:left;
}
.NewsDetailPage{
	width:944px;
	float:left;
	text-align:center;
	font-size:14px;
	margin:30px 0 0 0;
}
.NewsDetailPage a{
	color:#006599;
	font-weight:bold;
}


@media (max-width:767px){
	.news1{
	width:100%;
	floart:left;
}
.news2{
	width:100%;
	margin:auto;
}
.news3{
	width:100%;
	float:left;
	margin:0 0 80px 0;
}
	.newsPagerKensuu{
	font-size:12px;
	float:left;
	font-weight:bold;
	line-height:32px;
}
.newsListBox{
	width:100%;
	background:#fff;
	float:left;
	margin:20px 0 0 0;
	height:108px;
}
.newsListDate{
	width:50%;
	float:left;
	text-align:center;
	line-height:54px;
	color:#006699;
	font-size:14px;
}
.newsListCate{
	background:#f7215d;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	line-height:20px;
	margin:17px 5% 17px 0;
	width:45%;
	float:left;
	text-align:center;
}
.newsListTitle{
	float:left;
	font-size:14px;
	line-height:54px;
	font-weight:bold;
	padding:0 20px 0 20px;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.newsDetailImgBox{
	width:90%;
	float:left;
	margin:15px 5% 0 5%;
}
.newsDetailImg{
	float:left;
	margin:10px 40px 0 0;
	width:100%;
}
.newsDetailImg:nth-child(3n) {
	float:left;
	margin:10px 0 0 0;
	width:100%;
}
.newsDetailImg img{
	width:100%;
}
.newsDetailTxt{
	background:#fff;
	width:90%;
	padding:20px;
	margin:20px 5% 0 5%;
	font-size:14px;
	line-height:24px;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.NewsDetailPage{
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
	margin:30px 0 0 0;
}
}

/*
=======================================================
COLUMN
=======================================================
*/
.column1{
	width:100%;
	float:left;
}
.column2{
	width:1024px;
	margin:auto;
}
.column3{
	width:944px;
	margin:0px 40px 0 40px;
	float:left;
}
.columnListBox{
	width:460px;
	height:200px;
	float:left;
	margin:0 24px 20px 0;
	background:#fff;
	position:relative;
}
.columnListBox:nth-child(even){
	width:460px;
	height:200px;
	float:left;
	margin:0 0 20px 0;
	background:#fff;
	position:relative;
}
.columnListImg{
	float:left;
	width:200px;
}
.columnListRight{
	width:260px;
	float:left;
}
.columnListTitle{
	font-weight:bold;
	margin:20px;
	line-height:24px;
}
.columnListTxt{
	font-size:14px;
	color:#6c6c6c;
	line-height:24px;
	margin:0 20px 0 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:50px;
}
.columnListBtm{
	width:260px;
	/*border-top:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;*/
	position:absolute;
	bottom:0;
	right:0;
	height:40px;
}
.columnListBtmLeft{
	width:129px;
	float:left;
	/*border-right:1px solid #c8c8c8;*/
	height:40px;
	font-size:12px;
	text-align:center;
	line-height:40px;
	font-weight:bold;
}
.columnListBtmRight{
	width:130px;
	float:left;
	height:40px;
	font-size:12px;
	text-align:center;
	line-height:40px;
	color:#f39800;
	font-weight:bold;
}
.titleBox{
	float:left;
	margin-bottom:20px;
}
.columnDetailDate{
	width:100%;
	font-size:12px;
	letter-spacing:1px;
	text-align:right;
	float:left;
	font-weight:bold;
	margin:10px 0 0 0;
}
.columnDetailLine{
	border:solid 1px #c8c8c8;
	padding:20px;
	width:862px;
	float:left;
}
.columnDetailWriterImg{
	float:left;
	width:212px;
}
.columnDetailWriterRight{
	float:left;
	width:610px;
	margin:0 20px 0 20px;
}
.columnDetailWriterName{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
}
.columnDetailWriterTxt{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
	margin:10px 0 0 0 ;
}


@media (max-width:767px){
.column1{
	width:100%;
	float:left;
}
.column2{
	width:100%;
	margin:auto;
}
.column3{
	width:100%;
	margin:20px 0 0 0;
	float:left;
}
.columnListBox{
	width:90%;
	height:auto;
	float:left;
	margin:0 5% 20px 5%;
	background:#fff;
	position:relative;
}
.columnListBox:nth-child(even){
	width:90%;
	height:auto;
	float:left;
	margin:0 5% 20px 5%;
	background:#fff;
	position:relative;
}
.columnListImg{
	float:left;
	width:100%;
}
.columnListImg img{
	width:100%;
}
.columnListRight{
	width:100%;
	float:left;
}
.columnListTitle{
	font-weight:bold;
	margin:20px;
	line-height:24px;
}
.columnListTxt{
	font-size:14px;
	color:#6c6c6c;
	line-height:24px;
	margin:0 20px 0 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:50px;
}
.columnListBtm{
	width:100%;
	border-top:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	position:relative;
	bottom:0;
	right:0;
	height:40px;
}
.columnListBtmLeft{
	width:50%;
	float:left;
	border-right:1px solid #c8c8c8;
	height:40px;
	font-size:12px;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.columnListBtmRight{
	width:50%;
	float:left;
	height:40px;
	font-size:12px;
	text-align:center;
	line-height:40px;
	color:#f39800;
	font-weight:bold;
}
.columnDetailLine{
	border:solid 1px #c8c8c8;
	padding:20px;
	width:100%;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.columnDetailWriterImg{
	float:left;
	width:100%;
}
.columnDetailWriterImg img{
	width:100%;
}
.columnDetailWriterRight{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.columnDetailWriterName{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
}
.columnDetailWriterTxt{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
	margin:10px 0 0 0 ;
}
.titleBox{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
}

/*
=======================================================
MEMBER
=======================================================
*/
.member1{
	width:100%;
	float:left;
}
.member2{
	width:1024px;
	margin:auto;
}
.member3{
	width:944px;
	margin:-40px 40px 0 40px;
}
.memberRegiBox{
	width:904px;
	float:left;
	background:#fff;
	padding:20px;
	margin:20px 0 0 0;
}
.memberRegiRow{
	width:904px;
	float:left;
	line-height:34px;
	margin:10px 0 10px 0;
}
.memberRegiName{
	width:200px;
	color:#006599;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	float:left;
}
.memberRegiForm1{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:130px;
	margin-right:20px;
	padding-left:10px;
}
.memberRegiForm1c{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:130px;
	margin-right:20px;
	padding-left:10px;
}
.memberRegiForm2{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:390px;
	margin-right:20px;
	padding-left:10px;
}
.memberRegiForm3{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:140px;
	margin-right:20px;
	padding-left:10px;
}
.memberRegiForm3c{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:140px;
	margin-right:20px;
	padding-left:10px;
}
.memberRegiIn{
	width:704px;
	float:left;
}
.memberRegiTxt1{
	font-size:14px;
	line-height:24px;
}
.memberRegiTxt1 a{
	color:#f39800;
}

.memberRegiBtnBox{
	float:left;
	margin-top:60px;
	width:100%;
	margin-left:auto;
	margin-bottom:100px;
	text-align:center;
}
.memberRegiBtnBox2{
	float:left;
	margin-top:60px;
	width:700px;
	margin-left:122px;
	margin-bottom:100px;
}
.memberRegiBtn{
	background:#f39800;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:340px;
	line-height:52px;
	border:none;
	margin-bottom:10px;
	display:inline-block;
}
.memberRegiBtn2{
	background:#f39800;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:340px;
	line-height:52px;
	float:right;
	border:none;
	display:inline-block;
}
.memberRegiBtn3{
	background:#cccccc;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:340px;
	line-height:52px;
	float:left;
	border:none;
	display:inline-block;
}


.memberCompTxt1{
	font-size:24px;
	color:#006599;
	width:100%;
	text-align:center;
	letter-spacing:2px;
	font-weight:bold;
}
.memberCompTxt2{
	font-size:14px;
	text-align:center;
	width:100%;
	float:left;
	margin-top:60px;
	margin-bottom:20px;
	line-height:18px;
}
.memberCompTxt3{
	font-size:20px;
	width:100%;
	text-align:center;
	letter-spacing:2px;
	font-weight:bold;
	margin:20px 0;
}
.memberCompTxt4{
	font-size:14px;
	text-align:center;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	line-height:18px;
}
.memberCompTxt5{
	text-align:center;
	color:#f7215d;
	width:100%;
	float:left;
	margin-bottom:20px;
	line-height:18px;
	text-decoration:underline;
}


@media (max-width:767px){
.member1{
	width:100%;
	float:left;
}
.member2{
	width:100%;
	margin:auto;
}
.member3{
	width:100%;
	margin:0 0 0 0;
}
.memberRegiBox{
	width:90%;
	float:left;
	background:transparent;
	padding:20px;
	margin:20px 5% 0 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.memberRegiRow{
	width:100%;
	float:left;
	height:auto;
	line-height:34px;
	margin:10px 0 10px 0;
	background-color:#fff;
}
.memberRegiName{
	width:100%;
	color:#006599;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	float:left;
}
.memberRegiForm1{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:100%;
	margin-right:20px;
	padding-left:10px;
	margin-bottom:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.memberRegiForm1c{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:130px;
	margin-right:20px;
	padding-left:10px;
	margin-bottom:20px;
}
.memberRegiForm2{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:100%;
	margin-right:20px;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.memberRegiIn{
	width:100%;
	float:left;
}
.memberRegiTxt1{
	font-size:14px;
	line-height:24px;
}
.memberRegiBtnBox{
	float:left;
	margin-top:60px;
	width:90%;
	margin-left:5%;
	margin-bottom:100px;
}
.memberRegiBtn{
	background:#f39800;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:100%;
	line-height:52px;
}

.memberRegiBtnBox2{
	float:left;
	margin-top:60px;
	width:90%;
	margin-left:5%;
	margin-bottom:100px;
}
.memberRegiBtn2{
	background:#f39800;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:100%;
	line-height:52px;
}
.memberRegiBtn3{
	background:#cccccc;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:100%;
	line-height:52px;
	margin-bottom:20px;
}
.memberRegiForm3{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:140px;
	margin-right:20px;
	padding-left:10px;
	margin-bottom:10px;
}
.memberRegiForm3c{
	border:solid 1px #a09f9f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	width:130px;
	margin-right:13px;
	padding-left:10px;
	margin-bottom:10px;
}
.memberCompTxt4{
	font-size:14px;
	text-align:left;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	line-height:18px;
}


}


/*
=======================================================
HOSPITAL
=======================================================
*/
.hospitalDetail1{
	width:100%;
	float:left;
}
.hospitalDetail2{
	width:1024px;
	margin:auto;
}
.hospitalDetail3{
	width:944px;
	margin:0 40px 0px 40px;
	float:left;
}
.hospitalDetailBox{
	float:left;
	width:904px;
	padding:20px;
	background:#fff;
}
.hospitalDetailBox2{
	float:left;
	width:942px;
	background:#fff;
	border:1px solid #c8c8c8;
}
.hospitalDetailCateRow{
	width:100%;
	float:left;
}
.hospitalDetailCate{
	background:#2c73e7;
	font-size:12px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:150px;
	line-height:20px;
	float:left;
}
.hospitalDetailNum{
	float:right;
	font-size:12px;
	line-height:18px;
}
.hospitalDetailNum1{
	font-size:14px;
	font-weight:bold;
}
.hospitalDetailTitle{
	width:100%;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 20px 0;
}
.hospitalDetailLeft{
	width:442px;
	float:left;
}
.hospitalDetailImg{
	float:left;
	width:442px;
}

.hospitalDetailImg img{
	width:100%;
}

.hospitalDetailImgS{
	width:96px;
	margin-right:19px;
	float:left;
	margin-top:20px;
}
.hospitalDetailImgS:last-child{
	width:96px;
	margin-right:0px;
	float:left;
	margin-top:20px;
}
.hospitalDetailRight{
	width:442px;
	float:right;
}
.hospitalDetailCheckBox{
	width:407px;
	height:277px;
	background:#f7f7f7;
	padding:20px 15px 20px 20px;
	float:left;
}
.hospitalDetailCheck{
	border:solid 1px #006699;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#006699;
	float:left;
	padding:0 13px;
	margin:0 5px 5px 0;;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background:#fff;
}
.hospitalDetailBtnBox{
	width:442px;
	float:left;
	margin-top:30px;
}
.hospitalDetailBtn1{
	width:205px;
	float:left;
	color:#fff;
	text-align:center;
	background:#cccccc;
	line-height:34px;
	margin-bottom:20px;
}
.hospitalDetailBtn2{
	width:205px;
	float:right;
	color:#fff;
	text-align:center;
	background:#f7215d;
	line-height:34px;
	margin-bottom:20px;
}
.favorited .fa-heart {
	color: red;
}
.toggle-favorite-job div {
	background-color: cornflowerblue;
}
.hospitalDetailBtn3{
	width:205px;
	float:right;
	color:#fff;
	text-align:center;
	background:#f39800;
	line-height:34px;
}
.hospitalDetailTxt1{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
}
.hospitalDetailInfoRow{
	width:942px;
	border-bottom:1px solid #c8c8c8;
	float:left;
	display:flex;
}
.hospitalDetailInfoRow2{
	width:942px;
	border-bottom:none
	float:left;
}
.hospitalDetailInfoTxt1{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	padding:12px 0 12px 20px;
	background:#edf0f5;
	width:200px;
	border-right:1px solid #c8c8c8;
	float:left;
}
.hospitalDetailInfoTxt2{
	font-size:14px;
	line-height:24px;
	padding:12px 0 12px 20px;
	width:600px;
	float:left;
}
.hospitalDetailInfoTxt2 a{
	color:#006699;
	text-decoration:underline;
}
.hospitalDetailBtnBox2{
	width:944px;
	float:left;
	text-align:center;
	margin-top:45px;
}
.hospitalDetailBtn1-2{
	width:230px;
	color:#fff;
	text-align:center;
	background:#cccccc;
	line-height:34px;
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}
.hospitalDetailBtn2-2{
	width:230px;
	color:#fff;
	text-align:center;
	background:#f7215d;
	line-height:34px;
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}
.hospitalDetailBtn3-2{
	width:230px;
	color:#fff;
	text-align:center;
	background:#f39800;
	line-height:34px;
	display:inline-block;
}
.hospitalDetailBtn4-2{
	width:330px;
	color:#fff;
	text-align:center;
	background:#f39800;
	line-height:34px;
	display:inline-block;
}
.hospitalDetailHokaBox{
	width:212px;
	float:left;
	margin-right:18px;
}
.hospitalDetailHokaBox:last-child{
	width:212px;
	float:left;
	margin-right:0px;
}
.hospitalDetailHokaImg{
	width:212px;
	float:left;
}
.hospitalDetailHokaTxt1{
	width:212px;
	float:left;
	color:#006699;
	font-size:14px;
	margin:5px 0 0 0;
	font-weight:bold;
	letter-spacing:2px;
}
.hospitalDetailHokaTxt2{
	width:212px;
	float:left;
	letter-spacing:2px;
	font-size:14px;
	margin:5px 0 0 0;
}

@media (max-width:767px){
.hospitalDetail1{
	width:100%;
	float:left;
}
.hospitalDetail2{
	width:100%;
	margin:auto;
}
.hospitalDetail3{
	width:100%;
	margin:0 0 0px 0;
	float:left;
}
.hospitalDetailBox{
	float:left;
	width:100%;
	padding:20px;
	background-color:#fff;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.hospitalDetailBox2{
	float:left;
	width:90%;
	background:#fff;
	border:1px solid #c8c8c8;
	margin:0 5% 0 5%;
}
.hospitalDetailCateRow{
	width:100%;
	float:left;
}
.hospitalDetailCate{
	background:#2c73e7;
	font-size:12px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:100%;
	line-height:20px;
	float:left;
}
.hospitalDetailNum{
	float:left;
	font-size:12px;
	line-height:18px;
}
.hospitalDetailNum1{
	font-size:14px;
	font-weight:bold;
}
.hospitalDetailTitle{
	width:100%;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 20px 0;
}
.hospitalDetailLeft{
	width:100%;
	float:left;
}
.hospitalDetailImg{
	float:left;
	width:100%;
}
.hospitalDetailImg img{
	width:100%;
}
.hospitalDetailImgS{
	width:32.3%;
	margin-right:1%;
	float:left;
	margin-top:20px;
}

.hospitalDetailImgS:last-child{
	width:32.3%;
	margin-right:1%;
	float:left;
	margin-top:20px;
}


.hospitalDetailRight{
	width:100%;
	float:left;
}
.hospitalDetailCheckBox{
	width:100%;
	height:auto;
	background:#f7f7f7;
	padding:20px 15px 20px 20px;
	float:left;
	margin-top:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.hospitalDetailCheck{
	border:solid 1px #006699;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#006699;
	float:left;
	padding:0 13px;
	margin:0 5px 5px 0;;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background:#fff;
}
.hospitalDetailBtnBox{
	width:100%;
	float:left;
	margin-top:30px;
}
.hospitalDetailBtn1{
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
	background:#cccccc;
	line-height:34px;
	margin-bottom:20px;
}
.hospitalDetailBtn2{
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
	background:#f7215d;
	line-height:34px;
	margin-bottom:20px;
}
.hospitalDetailBtn3{
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
	background:#f39800;
	line-height:34px;
}
.hospitalDetailTxt1{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
}
.hospitalDetailInfoRow{
	width:100%;
	border-bottom:1px solid #c8c8c8;
	float:left;
	display:inline-block;
}
.hospitalDetailInfoRow2{
	width:100%;
	border-bottom:none;
	float:left;
}
.hospitalDetailInfoTxt1{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	padding:12px 0 12px 20px;
	background:#edf0f5;
	width:100%;
	border-right:none;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.hospitalDetailInfoTxt2{
	font-size:14px;
	line-height:24px;
	padding:12px 0 12px 20px;
	width:100%;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.hospitalDetailInfoTxt2 a{
	color:#006699;
	text-decoration:underline;
}
.hospitalDetailBtnBox2{
	width:90%;
	float:left;
	text-align:center;
	margin-top:45px;
	margin-left:5%;
	margin-right:5%;
}
.hospitalDetailBtn1-2{
	width:100%;
	color:#fff;
	text-align:center;
	background:#cccccc;
	line-height:34px;
	margin-bottom:20px;
	margin-right:0px;
	display:inline-block;
}
.hospitalDetailBtn2-2{
	width:100%;
	color:#fff;
	text-align:center;
	background:#f7215d;
	line-height:34px;
	margin-bottom:20px;
	margin-right:0px;
	display:inline-block;
}
.hospitalDetailBtn3-2{
	width:100%;
	color:#fff;
	text-align:center;
	background:#f39800;
	line-height:34px;
	display:inline-block;
}
.hospitalDetailBtn4-2{
	width:100%;
	color:#fff;
	text-align:center;
	background:#f39800;
	line-height:34px;
	display:inline-block;
}
.hospitalDetailHokaBox{
	width:100%;
	float:left;
	margin-right:0px;
	margin-bottom:20px;
}
.hospitalDetailHokaBox:last-child{
	width:100%;
	float:left;
	margin-right:0px;
}
.hospitalDetailHokaImg{
	width:100%;
	float:left;
}
.hospitalDetailHokaImg img{
	width:100%;
}
.hospitalDetailHokaTxt1{
	width:100%;
	float:left;
	color:#006699;
	font-size:14px;
	margin:5px 0 0 0;
	font-weight:bold;
	letter-spacing:2px;
}
.hospitalDetailHokaTxt2{
	width:100%;
	float:left;
	letter-spacing:2px;
	font-size:14px;
	margin:5px 0 0 0;
}
}

/*
=======================================================
PASSWORD
=======================================================
*/
.pass1{
	width:100%;
	float:left;
}
.pass2{
	width:1024px;
	margin:auto;
}
.pass3{
	width:944px;
	float:left;
	margin:-40px 40px 100px 40px;
}
.passRow{
	float:left;
	width:904px;
}
.passClr{
	color:#006699;
	font-size:20px;
	line-height:34px;
	float:left;
}
.passTxt1{
	font-weight:bold;
	float:left;
	margin-left:10px;
	line-height:34px;
}
.passFormBox{
	float:left;
}
.passFormBox2{
	float:right;
	width:700px;
}
.passForm{
	width:540px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	margin-left:60px;
	padding-left:10px;
}
.passForm2{
	width:680px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.passBtn{
	background:#f39800;
	color:#fff;
	line-height:34px;
	padding:0 35px;
	float:right;
	font-weight:bold;
}
.passTxt2{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
	margin-top:35px;
	width:902px;
	float:left;
}
.passTxt2 a{
	color:#f39800;
	text-decoration:underline;
}
.passwordForm1{
	width:180px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat;
	padding-left:10px;
	margin-left:10px;
}
.passwordForm1:first-child{
	margin-left:0px;
}
.passwordBtnBox{
	width:100%;
	text-align:center;
	float:left;
	margin-top:30px;
}
.passwordBtn{
	background:#f39800;
	color:#fff;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:340px;
	display:inline-block;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px;
}
.passwordBtn2{
	background:#858585;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:340px;
	display:inline-block;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px;
}


@media (max-width:767px){
.pass1{
	width:100%;
	float:left;
}
.pass2{
	width:100%;
	margin:auto;
}
.pass3{
	width:100%;
	float:left;
	margin:0 0 100px 0;
}
.passRow{
	float:left;
	width:100%;
}
.passClr{
	color:#006699;
	font-size:20px;
	line-height:34px;
	float:left;
}
.passTxt1{
	font-weight:bold;
	float:left;
	margin-left:10px;
	line-height:34px;
}
.passFormBox{
	float:left;
	width:100%;
}
.passFormBox2{
	float:right;
	width:100%;
}
.passForm{
	width:100%;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	margin-left:0px;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.passForm2{
	width:100%;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.passBtn{
	background:#f39800;
	color:#fff;
	line-height:34px;
	padding:0 0px;
	float:right;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:20px;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.passTxt2{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
	margin-top:35px;
	width:100%;
	float:left;
}
.passTxt2 a{
	color:#f7215d;
	text-decoration:underline;
}
.passwordBtn{
	background:#f39800;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:90%;
	display:inline-block;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px;
}
.passwordBtn2{
	background:#858585;
	color:#fff;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:90%;
	display:inline-block;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px;
}
.passwordForm1{
	width:180px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat;
	padding-left:10px;
	margin-left:0px;
	margin-bottom:10px;
}
}

/*
=======================================================
CONTACT
=======================================================
*/
.contact1{
	width:100%;
	float:left;
}
.contact2{
	width:1024px;
	margin:auto;
}
.contact3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}
.contactTxt1{
	font-size:14px;
	width:100%;
	float:left;
	letter-spacing:1px;
	line-height:24px;
}
.contactTxt1 a{
	color:#f7215d;
	text-decoration:underline;
}
.contactTxt2{
	width:100%;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:20px;
	float:left;
}
.contactPP{
	font-size:12px;
	line-height:18px;
	border:1px solid #797979;
	width:100%;
	float:left;
	overflow: auto;
	height:100px;
	margin-top:15px;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.contactBtnBox{
	width:100%;
	float:left;
	margin-top:35px;
	margin-bottom:15px;
	text-align:center;
}
.contactBtnBox_k{
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}
.contactBtn{
	background:#f39800;
	color:#fff;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:340px;
	display:inline-block;
	border:none;
	margin-bottom:10px;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contactBtn2{
	background:#cdcdcd;
	color:#fff;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:340px;
	display:inline-block;
	border:none;
	margin-bottom:10px;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contactRow{
	width:904px;
	border-bottom:#cdcdcd 1px solid;
	float:left;
	padding:15px 0;
}
.contactRowTitle{
	letter-spacing:1px;
	font-weight:bold;
	width:210px;
	float:left;
	line-height:34px;
}
.contactIconClr{
	color:#006699;
}
.contactRowForm{
	width:690px;
	float:left;
	font-size:14px;
	line-height:32px;
	font-weight:bold;

}
.contactRowForm2{
	width:95%;
	float:left;
	font-size:14px;
	line-height:32px;
	font-weight:bold;
}
.contactRowForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm1{
	width:290px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat,#fff;
	padding-left:10px;
}
.contactForm2{
	width:688px;
	border:1px solid #a09f9f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	resize: none;
}
.contactForm3{
	width:678px;
	border:1px solid #a09f9f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height:32px;
	padding-left:10px;
}
.contactForm4{
	width:290px;
	border:1px solid #a09f9f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height:32px;
}



@media (max-width:767px){
.contact1{
	width:100%;
	float:left;
}
.contact2{
	width:100%;
	margin:auto;
}
.contact3{
	width:100%;
	margin:0 0 100px 0;
	float:left;
}
.contactTxt1{
	font-size:14px;
	width:100%;
	float:left;
	letter-spacing:1px;
	line-height:24px;
}
.contactTxt1 a{
	color:#f7215d;
	text-decoration:underline;
}
.contactTxt2{
	width:100%;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:20px;
	float:left;
}
.contactPP{
	font-size:12px;
	line-height:18px;
	border:1px solid #797979;
	width:100%;
	float:left;
	overflow: auto;
	height:140px;
	margin-top:15px;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.contactBtnBox{
	width:100%;
	float:left;
	margin-top:35px;
	margin-bottom:15px;
	text-align:center;
}
.contactBtn{
	background:#f39800;
	color:#fff;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:100%;
	display:inline-block;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contactRow{
	width:100%;
	border-bottom:#cdcdcd 1px solid;
	float:left;
	padding:15px 0;
}
.contactRowTitle{
	lettert-spacing:1px;
	font-weight:bold;
	width:100%;
	float:left;
	line-height:34px;
}
.contactIconClr{
	color:#006699;
}
.contactRowForm{
	width:100%;
	float:left;
	background-color:#fff;
}
.contactRowForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm1{
	width:100%;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat,#fff;
	padding-left:10px;
}
.contactForm2{
	width:100%;
	border:1px solid #a09f9f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contactForm3{
	width:100%;
	border:1px solid #a09f9f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height:32px;
	padding-left:0;
	background-color:#fff;
}
.contactForm4{
	width:100%;
	border:1px solid #a09f9f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height:32px;
}
.contactBtn{
	background:#f39800;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:90%;
	display:inline-block;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contactBtn2{
	background:#cdcdcd;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	line-height:52px;
	width:90%;
	display:inline-block;
	border:none;
	font-family: Arial , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}





/*
=======================================================
LOGIN
=======================================================
*/
.loginBtnBox{
	width:100%;
	float:left;
	margin-top:20px;
	text-align: center;
}
.loginBtn{
	background:#f39800;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	line-height:52px;
	width:340px;
	margin:auto;
	border-style: none;
}


@media (max-width:767px){
.loginBtnBox{
	width:100%;
	float:left;
	margin-top:20px;
}
.loginBtn{
	background:#f39800;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	line-height:52px;
	width:100%;
	margin:auto;
}
}



/*
=======================================================
PUBLISH
=======================================================
*/
.pubDate{
	font-size:11px;
	letter-spacing:1px;
	float:right;
	line-height:24px;
}
.publish1{
	width:100%;
	float:left;
}
.publish2{
	width:1024px;
	margin:auto;
}
.publish3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}
.publishInfo{
	width:100%;
	float:left;
}
.publishInfoTab1:before{
	width: 0px;
    border: 19px solid #f39800;
    border-top-color:transparent;
	border-left-color:transparent;
    height: 0px;
    content:"";
    position:absolute;
	top:0;
	left:-38px;
}
.publishInfoTab1{
	width: 200px;
    height: 38px;
    background:#f39800;
    position:relative;
    margin-left:38px;
    float:right;
    color:#fff;
    line-height:38px;
    text-align:center;
    letter-spacing:2px;
}
.publishInfoTab2:before{
	width: 0px;
    border: 19px solid #929292;
    border-top-color:transparent;
	border-left-color:transparent;
    height: 0px;
    content:"";
    position:absolute;
	top:0;
	left:-38px;
}
.publishInfoTab2{
	width: 200px;
    height: 38px;
    background:#929292;
    position:relative;
    margin-left:38px;
    float:right;
    color:#fff;
    line-height:38px;
    text-align:center;
    letter-spacing:2px;
}
.publishBox{
	width:904px;
	float:left;
	background:#fff;
	padding:20px;
	position:relative;
}
.publishImg{
	float:left;
	width:94px;
	height:94px;
	overflow:hidden;
}
.publishNameRight{
	width:786px;
	margin-left:20px;
	float:left;
}
.publishName{
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
.publishId{
	font-size:12px;
	letter-spacing:1px;
	margin:10px 0;
}
.publishIdb{
	font-weight:bold;
}
.publishMB{
	font-size:12px;
	line-height:25px;
}
.publishIcon1{
	float:left;
	margin-right:5px;
}
.publishMBN{
	color:#f39800;
}
.publishEditBox{
	width:100%;
	margin-top:10px;
}
.publishEdit1{
	font-size:12px;
	color:#006599;
	line-height:16px;
	float:left;
	margin-right:45px;
}
.publishEdit1 a{
	color:#006599;
}
.publishLogout{
	font-size:12px;
	color:#006599;
	line-height:16px;
	position:absolute;
	right:20px;
	bottom:20px;
}
.publishLogout a{
	color:#006599;
}
.publishAgreeBox{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.publishAgreeTit{
	font-size:12px;
	float:left;
	line-height:18px;
}
.publishAgreetxt{
	font-size:14px;
	line-height:18px;
	float:left;
	font-weight:bold;
}
.publishOshiraseBox{
	width:100%;
	margin:5px 0;
	float:left;
}
.publishOshiraseTit{
	width:25%;
	float:left;
	font-size:14px;
	color:#006699;
	line-height:18px;
}
.publishOshiraseTxt{
	width:75%;
	float:left;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.publishOfferBox{
	width:100%;
	float:left;
}
.publishOfferBox2{
	width:100%;
	float:left;
	background:#fff;
}
.publishOfferBox2:nth-child(odd) {
	width:100%;
	float:left;
	background:#e1e9ed;
}
.publishOfferTit1{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:15%;
}
.publishOfferTit2{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:25%;
}
.publishOfferTit3{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:10%;
}
.publishOfferTit4{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:15%;
}
.publishOfferTit5{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:10%;
}
.publishOfferTit6{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:5%;
}
.publishOfferTit7{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:5%;
}
.publishOfferTit8{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:5%;
}
.publishOfferTit9{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:10%;
}
.publishOfferTxt1{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:15%;
	margin:20px 0;
}
.publishOfferTxt2{
	color:#262626;
	font-size:12px;
	text-align:left;
	line-height:18px;
	float:left;
	width:25%;
	margin:20px 0;
	font-weight:bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.publishOfferTxt3{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:10%;
	margin:20px 0;
}
.publishOfferTxt4{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:15%;
	margin:20px 0;
}
.publishOfferTxt5{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:10%;
	margin:20px 0;
}
.publishOfferTxt6{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:5%;
	margin:20px 0;
}
.publishOfferTxt7{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:5%;
	margin:20px 0;
}
.publishOfferTxt8{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:5%;
	margin:20px 0;
}
.publishOfferTxt9{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:10%;
	margin:15px 0;
}
.publishOfferTxt9 img{
	display:inline-block;
	margin:0 5px;
}
.publishSS{
	float:left;
	margin-right:5px;
	display:inline-block;
	margin-top:5px;
}

/*↓↓↓↓↓ checkbox ↓↓↓↓↓*/
.contactRowForm input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.contactRowForm input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;


    cursor: pointer;
}

@media (min-width: 1px) {
    .contactRowForm input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .contactRowForm input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .contactRowForm input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .contactRowForm input[type=checkbox] + label::before {
        border: 2px solid #9e9e9e;
    }
    .contactRowForm input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .contactRowForm input[type=checkbox]:checked + label::after {
        left: -7px;

        width: 20px;
        height: 20px;
        margin-top: -16px;

        border-bottom: 3px solid #006699;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
/*↑↑↑↑↑ checkbox ↑↑↑↑↑*/

.publishCheckBox{
	float:left;
	width:170px;
	margin-bottom:15px;
	vertical-align: top;
	line-height: 22px;
}
.publishBnrBox{
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	box-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-o-box-pack: justify;
	-ms-box-pack: justify;
	margin-top:40px;
}
.publishBnr{
	display: block;
}

.resumeForm3-2{
	width:90px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat;
	padding-left:10px;
}





@media (max-width:767px){
.pubDate{
	font-size:11px;
	letter-spacing:1px;
	float:right;
	line-height:24px;
	width:100%;
}
.publish1{
	width:100%;
	float:left;
}
.publish2{
	width:100%;
	margin:auto;
}
.publish3{
	width:100%;
	margin:0 0 100px 0;
	float:left;
}
.publishInfo{
	width:100%;
	float:left;
}
.publishInfoTab1:before{
	width: 0px;
    border: 19px solid #f39800;
    border-top-color:transparent;
	border-left-color:transparent;
    height: 0px;
    content:"";
    position:absolute;
	top:0;
	left:-38px;
}
.publishInfoTab1{
	width: 200px;
    height: 38px;
    background:#f39800;
    position:relative;
    margin-left:38px;
    float:right;
    color:#fff;
    line-height:38px;
    text-align:center;
    letter-spacing:2px;
    margin-right:5%;
}
.publishInfoTab2:before{
	width: 0px;
    border: 19px solid #929292;
    border-top-color:transparent;
	border-left-color:transparent;
    height: 0px;
    content:"";
    position:absolute;
	top:0;
	left:-38px;
}
.publishInfoTab2{
	width: 200px;
    height: 38px;
    background:#929292;
    position:relative;
    margin-left:38px;
    float:right;
    color:#fff;
    line-height:38px;
    text-align:center;
    letter-spacing:2px;
    margin-right:5%;
}
.publishBox{
	width:90%;
	float:left;
	background:#fff;
	padding:20px;
	position:relative;
	margin:0 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.publishImg{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
}
.publishImg img{
	width:100%;
}
.publishNameRight{
	width:100%;
	margin-left:0px;
	float:left;
	margin-top:20px;
}
.publishName{
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
.publishId{
	font-size:12px;
	letter-spacing:1px;
	margin:10px 0;
}
.publishIdb{
	font-weight:bold;
}
.publishMB{
	font-size:12px;
	line-height:25px;
}
.publishIcon1{
	float:left;
	margin-right:5px;
}
.publishMBN{
	color:#f39800;
}
.publishEditBox{
	width:100%;
	margin-top:10px;
}
.publishEdit1{
	font-size:12px;
	color:#006599;
	line-height:16px;
	float:left;
	margin-right:0;
	width:100%;
	margin-top:10px;
}
.publishEdit1 a{
	color:#006599;
}
.publishLogout{
	font-size:12px;
	color:#006599;
	line-height:16px;
	position:absolute;
	right:20px;
	bottom:20px;
}
.publishLogout a{
	color:#006599;
}
.publishAgreeBox{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.publishAgreeTit{
	font-size:12px;
	float:left;
	line-height:18px;
}
.publishAgreetxt{
	font-size:14px;
	line-height:18px;
	float:left;
	font-weight:bold;
}
.publishOshiraseBox{
	width:100%;
	margin:5px 0;
	float:left;
}
.publishOshiraseTit{
	width:100%;
	float:left;
	font-size:14px;
	color:#006699;
	line-height:18px;
}
.publishOshiraseTxt{
	width:100%;
	float:left;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.publishOfferBox{
	width:100%;
	float:left;
}
.publishOfferBox2{
	width:100%;
	float:left;
	background:#fff;
}
.publishOfferBox2:nth-child(odd) {
	width:100%;
	float:left;
	background:#e1e9ed;
}
.publishOfferTit1{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit2{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit3{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit4{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit5{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit6{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit7{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit8{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTit9{
	background:#262626;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:26px;
	float:left;
	width:100%;
}
.publishOfferTxt1{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt2{
	color:#262626;
	font-size:12px;
	text-align:left;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
	font-weight:bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.publishOfferTxt3{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt4{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt5{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt6{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt7{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt8{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt9{
	color:#262626;
	font-size:12px;
	text-align:center;
	line-height:18px;
	float:left;
	width:100%;
	margin:10px 0;
}
.publishOfferTxt9 img{
	display:inline-block;
	margin:0 5px;
}
.publishSS{
	float:left;
	margin-right:5px;
	display:inline-block;
	margin-top:5px;
}
.publishCheckBox{
	float:left;
	width:170px;
	margin-bottom:15px;
}
.publishBnrBox{
	display: block;
	box-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-o-box-pack: justify;
	-ms-box-pack: justify;
	margin-top:40px;
	width:alc(100% - 40px);
}
.publishBnr{
	display: block;
	width:100%;
	text-align:center;
	margin:10px 0;
}
.publishBnr img{
	display:inline-block;
}


.resumeForm3-2{
	width:85px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat;
	padding-left:5px;
	margin-bottom:10px;
}
}





/*
=======================================================
RESUME
=======================================================
*/
.resume1{
	width:100%;
	float:left;
}
.resume2{
	width:1024px;
	margin:auto;
}
.resume3{
	width:944px;
	margin:-40px 40px 100px 40px;
	float:left;
}
.resumeForm1{
	width:140px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.resumeForm1c{
	width:140px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.resumeForm2{
	width:680px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.resumeForm3{
	width:140px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat;
	padding-left:10px;
	background-color: #FFFFFF;
	margin-bottom:10px;
}

.memberRegiIn select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.resumeForm4{
	width:55px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.resumeForm5{
	width:330px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.resumeForm6{
	width:240px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.resumeForm7{
	max-width:680px;
	width:670px;
	height:140px;
	max-height:140px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding:10px;
}
.resumeForm7-2{
	width:100%;
	height:140px;
	max-height:140px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.resumeForm8{
	width:240px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat;
	padding-left:10px;
}
.resumeColor{
	color:#f7215d;
}











.contactRowForm input[type=radio]{
    display: inline-block;
    margin-right: 6px;
}
.contactRowForm input[type=radio] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 14px;
    line-height: 30px;

    cursor: pointer;
}

@media (min-width: 1px) {
    .contactRowForm input[type=radio] {
        display: none;
        margin: 0;
    }
    .contactRowForm input[type=radio] + label {
        padding: 0 0 0 24px;
    }
    .contactRowForm input[type=radio] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .contactRowForm input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }

    .contactRowForm input[type=radio]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .contactRowForm input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #006699;
        border-radius: 8px;
    }

}








@media (max-width:767px){
.resume1{
	width:100%;
	float:left;
}
.resume2{
	width:100%;
	margin:auto;
}
.resume3{
	width:100%;
	margin:0 0px 100px 0px;
	float:left;
}
.resumeForm1{
	width:100%;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.resumeForm1c{
	width:80%;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.resumeForm2{
	width:100%;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.resumeForm3{
	width:140px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat #fff;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.resumeForm4{
	width:55px;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
}
.resumeForm5{
	width:100%;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.resumeForm6{
	width:100%;
	height:32px;
	line-height:32px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.resumeForm7{
	max-width:100%;
	width:100%;
	height:140px;
	max-height:140px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #a09f9f;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;


}
.resumeForm8{
	width:100%;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat;
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
}







/*
=======================================================
MYPUB
=======================================================
*/
.mypub1{
	width:100%;
	float:left;
}
.mypub2{
	width:1024px;
	margin:auto;
}
.mypub3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}
.mypubLeft{
	width:260px;
	float:left;
	background:#006599;
	padding:20px 20px 19px 20px;
}
.mypubRight{
	width:624px;
	float:right;
}
.mypubLeftName{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:0 0 10px 0;
}
.mypubLeftBox{
	width:100%;
	padding:20px;
	background:#fff;
	margin-bottom:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubLeftId{
	color:#006599;
	font-size:12px;
	font-weight:bold;
}
.mypubLeftIdNm{
	color:#262626;
	font-weight:normal;
	margin-left:20px;
}
.mypubicon{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.mypubicon2{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.mypubLeftMail{
	font-size:12px;
	color:#262626;
	margin-top:15px;
}
.mypubLeftMailNm{
	color:#f39800;
	font-weight:bold;
}
.mypubLeftInfo1{
	background:url(../../../mypage/img/mypub3.png) no-repeat center left 20px,url(../../../mypage/img/mypub4.png) no-repeat center right 20px,#f39800;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.mypubLeftInfo2{
	background:url(../../../mypage/img/memberzzz.png) no-repeat center left 20px,url(../../../mypage/img/mypub4.png) no-repeat center right 20px,#929292;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.mypubLeftInfo3{
	background:url(../../../mypage/img/memberflwr.png) no-repeat center left 10px,#f7215d;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.mypubLeftInfo4{
	background:url(../../../mypage/img/memberflwr.png) no-repeat center left 10px,#929292;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.mypubLeftMenu{
	width:100%;
	color:#262626;
	font-size:14px;
	line-height:25px;
	padding:20px;
	background:#fff;
	margin-bottom:1px;
	font-weight:bold;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubKajo{
	font-size:12px;
	position:absolute;
	right:0;
}
.mypubKajo a{
	color:#006599;
}

.mypubRightBox{
	width:100%;
	background:#fff;
	padding:10px 20px;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightBox2{
	width:100%;
	background:#fff;
	padding:10px 20px;
	float:left;
	height:420px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightTxt1{
	color:#262626;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	padding:10px 0;
}

.mypubRightTxt1 a{
	color:#006599;
	text-decoration:underline;
	font-weight:bold;
}

.mypubRightTxt2{
	font-size:12px;
	font-weight:normal;
}
.mypubRightTxt3{
	font-size:14px;
	color:#006699;
	margin-right:20px;
}
.mypubRightDate{
	float:right;
	text-align:right;
	font-size:10px;
	color:#262626;
	margin-top:0px;

}
.mypubRightTitBox{
	width:100%;
	float:left;
	margin:10px 10px 0px 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}

.mypubRightTitBox-c1{
	width:100%;
	float:left;
	margin:0px 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightTit{
	font-size:14px;
	font-weight:bold;
	width:400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.mypubRightTit a{
	color:#006599;
	text-decoration:underline;
	font-weight:bold;
}
.mypubRightSwich{
	width:114px;
	float:right;
}
.mypubRightCateBox{
	width:100%;
	float:left;
	margin:0 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightCate1{
	font-size:14px;
	color:#006699;
	font-weight:bold;
	width:135px;
	float:left;
	line-height:20px;
	margin-right:5px;

}
.mypubRightCate2{
	width:105px;
	float:left;
}
.mypubRightCate3{
	width:95px;
	float:left;
	font-size:14px;
	color:#006699;
	font-weight:bold;
	margin-right:5px;
}
.mypubRightCate4{
	width:185px;
	float:left;
	font-size:14px;
	color:#006699;
	font-weight:bold;
}
.mypubRightTxt01{
	font-size:12px;
	color:#262626;
	font-weight:normal;
	margin-left:0px;
	line-height:20px;
}
.mypubRightTxt02{
	color:#fff;
	font-size:14px;
	line-height:20px;
	width:20px;
	background:#009ef0;
	text-align:center;
	display:inline-block;
}
.mypubRecBox{
	background:#fff;
	padding:10px 0;
	width:100%;
	float:left;
}
.mypubRecBox:nth-child(even) {
	background:#e1e9ed;
}
.mypubWdh{
	width:100%;
}
.mypubTo{
	display:inline;
	vertical-align:middle;
	margin-right:5px;
}
.mypubFC{
	color:#262626;
}


@media (max-width:767px){
.mypub1{
	width:100%;
	float:left;
}
.mypub2{
	width:100%;
	margin:auto;
}
.mypub3{
	width:100%;
	margin:0 0 100px 0;
	float:left;
}
.mypubLeft{
	width:90%;
	float:left;
	background:#006599;
	padding:20px 20px 19px 20px;
	margin:0 5% 40px 5%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;

}
.mypubRight{
	width:100%;
	float:left;
	margin:0;
}
.mypubLeftName{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:0 0 15px 0;
}
.mypubLeftBox{
	width:100%;
	padding:20px;
	background:#fff;
	margin-bottom:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubLeftId{
	color:#006599;
	font-size:12px;
	font-weight:bold;
}
.mypubLeftIdNm{
	color:#262626;
	font-weight:normal;
	margin-left:20px;
}
.mypubicon{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.mypubicon2{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.mypubLeftMail{
	font-size:12px;
	color:#262626;
	margin-top:15px;
}
.mypubLeftMailNm{
	color:#f39800;
	font-weight:bold;
}
.mypubLeftInfo1{
	background:url(../../../mypage/img/mypub3.png) no-repeat center left 20px,url(../../../mypage/img/mypub4.png) no-repeat center right 20px,#f39800;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.mypubLeftInfo2{
	background:url(../../../mypage/img/mypub3.png) no-repeat center left 20px,url(../../../mypage/img/mypub4.png) no-repeat center right 20px,#929292;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.mypubLeftInfo3{
	background:url(../../../mypage/img/memberflwr.png) no-repeat center left 10px,#f7215d;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.mypubLeftInfo4{
	background:url(../../../mypage/img/memberflwr.png) no-repeat center left 10px,#929292;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}


.android .mypubLeftInfo1{
	background-image:url(../../../mypage/img/mypub3.png) ,url(../../../mypage/img/mypub4.png) ;
	background-repeat:no-repeat;
	background-position:center left,center right;
	background-color:#f39800;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.android .mypubLeftInfo2{
	background-image:url(../../../mypage/img/mypub3.png) ,url(../../../mypage/img/mypub4.png) ;
	background-repeat:no-repeat;
	background-position:center left,center right;
	background-color:#929292;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.android .mypubLeftInfo3{
	background-image:url(../../../mypage/img/memberflwr.png)  ;
	background-repeat:no-repeat;
	background-position:center left;
	background-color:#f7215d;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}
.android .mypubLeftInfo4{
	background-image:url(../../../mypage/img/memberflwr.png)  ;
	background-repeat:no-repeat;
	background-position:center left;
	background-color:#929292;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	width:100%;
	margin-top:15px;
}



.mypubLeftMenu{
	width:100%;
	color:#262626;
	font-size:14px;
	line-height:25px;
	padding:20px;
	background:#fff;
	margin-bottom:1px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubKajo{
	font-size:12px;
	float:left;
}
.mypubKajo a{
	color:#006599;
}

.mypubRightBox{
	width:90%;
	background:#fff;
	padding:10px 5px;
	float:left;
	margin:0 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightBox2{
	width:90%;
	background:#fff;
	padding:10px 5px;
	float:left;
	margin:0 5%;
	height:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightTxt1{
	color:#262626;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	padding:10px 0;
	line-height:18px;
}
.mypubRightTxt2{
	font-size:12px;
	font-weight:normal;
}
.mypubRightTxt3{
	font-size:14px;
	color:#006699;
	width:100%;
	float: left;
}
.mypubRightDate{
	width:100%;
	text-align:left;
	font-size:10px;
	color:#262626;
	margin-top:10px;
}
.mypubRightDate img{
	width:25px;
}
.mypubRightTitBox{
	width:100%;
	float:left;
	padding:10px 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightTit{
	font-size:14px;
	font-weight:bold;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	margin-top:5px;
}
.mypubRightTit a{
	color:#006599;
	text-decoration:underline;
}
.mypubRightSwich{
	width:144px;
	float:right;
}
.mypubRightCateBox{
	width:100%;
	float:left;
	margin:0 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.mypubRightCate1{
	font-size:14px;
	color:#006699;
	font-weight:bold;
	width:140px;
	float:left;
}
.mypubRightCate2{
	width:110px;
	float:left;
}
.mypubRightCate3{
	width:110px;
	float:left;
	font-size:14px;
	color:#006699;
}
.mypubRightCate4{
	width:200px;
	float:left;
	font-size:14px;
	color:#006699;
}
.mypubRightTxt01{
	font-size:12px;
	color:#262626;
	font-weight:normal;
	margin-left:0px;
}
.mypubRightTxt02{
	color:#fff;
	font-size:14px;
	line-height:18px;
	width:18px;
	background:#009ef0;
}
.mypubRecBox{
	background:#fff;
	padding:10px 0;
	width:100%;
	float:left;
}
.mypubRecBox:nth-child(even) {
	background:#e1e9ed;
}
.mypubWdh{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
}



/*
=======================================================
MYPAGE
=======================================================
*/
.memberBoxLeft{
	width:350px;
	float:left;
}
.memberBoxLeftName{
	width:350px;
	float:left;
	font-size:12px;
	color:#262626;
	margin-top:15px;
}
.memberBoxLeftName2{
	font-size:14px;
	color:#006699;
	font-weight:bold;
}
.memberBoxRight{
	width:200px;
	float:right;
	margin-left:10px;
}
.memberRightTit{
	font-size:14px;
	font-weight:bold;
	width:350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.memberRightTit a{
	color:#006599;
	text-decoration:underline;
	font-weight:bold;
}
.memberRightCate1{
	font-size:12px;
	color:#006699;
	font-weight:bold;
	width:130px;
	float:right;
	line-height:20px;
	margin:0 0 5px 0;

}

.memberRightTxt01{
	font-size:12px;
	color:#262626;
	font-weight:normal;
	margin-left:0px;
	line-height:20px;
}




@media (max-width:767px){
.memberBoxLeft{
	width:100%;
	float:left;
}
.memberBoxLeftName{
	width:100%;
	float:left;
	font-size:12px;
	color:#262626;
	margin-top:15px;
}
.memberBoxLeftName2{
	font-size:14px;
	color:#006699;
	font-weight:bold;
}
.memberBoxRight{
	width:100%;
	float:right;
	margin-left:10px;
}
.memberRightTit{
	font-size:14px;
	font-weight:bold;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.memberRightTit a{
	color:#006599;
	text-decoration:underline;
	font-weight:bold;
}
.memberRightCate1{
	font-size:12px;
	color:#006699;
	font-weight:bold;
	width:100%;
	float:left;
	line-height:20px;
	margin:0 0 5px 0;

}

.memberRightTxt01{
	font-size:12px;
	color:#262626;
	font-weight:normal;
	margin-left:0px;
	line-height:20px;
}
}






/*
=======================================================
SCOUT
=======================================================
*/
.scoutSearch1{
	width:100%;
	float:left;
	background:url(../../../mypage/img/scoutbg.png);
	margin-top:70px;
	border-top:solid 1px #45c0ff;
}
.scoutSearch2{
	width:1024px;
	margin:auto;
}
.scoutSearch3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}

.scoutSearchTab1{
	width:100%;
	float:left;
}
.scoutSearchTab2{
	width:1024px;
	margin:auto;
}
.scoutSearchTab3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}
.scoutSearchTabMg{
	margin-top:-70px;
}
.scoutImg{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

.scoutSearchBox{
	width:100%;
	float:left;
	background:#fff;
	padding:20px;
	margin-top:25px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.scoutSearchTxt1{
	font-size:14px;
	font-weight:bold;
	color:#262626;
	float:left;
	line-height:32px;
}
.scoutSearchSai{
	background:#f39800;
	float:right;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	width:114px;
	text-align:center;
	line-height:32px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.scoutFloat{
	float:right;
	padding:0;
}
.scoutPagerBox{
	width:100%;
	float:left;
	MARGIN:40PX 0;
}
.scoutPagerLeft{
	float:left;
}
.scoutPagerCate1{
	float:left;
	line-height:32px;
	margin-right:50px;
}
.scoutPagerCate2{
	float:left;
	width:140px;
	line-height:32px;
	font-size:12px;
	color:#262626;
	font-weight:bold;
}
.scoutPagerTxt1{
	font-size:12px;
	font-weight:bold;
	color:#262626;
}



.scoutForm{
	float:right;
}
.scoutForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.scoutForm1{
	width:80px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat,#fff;
	padding-left:10px;
}
.scoutPagerRight{
	float:right;
}
.scoutSearchDate{
	font-size:10px;
	text-align:right;
	width:100%;
	float:left;
	margin-top:10px;
}
.scoutSearchNAA{
	font-size:20px;
	font-weight:bold;
	width:100%;
	float:left;
}
.scoutSearchLeft{
	width:calc(50% - 10px);
	float:left;
	font-size:14px;
	line-height:24px;
}


.scoutSearchLeftc{
	width:calc(50% - 10px);
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.scoutSearchRight{
	width:calc(50% - 50px);
	float:right;
	background:#f7f7f7;
	padding:20px;
}

.scoutRightRow{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.scoutRightTxt1{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	width:120px;
	float:left;
}
.scoutRightTxt2{
	font-size:12px;
	line-height:18px;
	float:left;
}

.scoutSearchTag{
	background:#fff;
	font-size:12px;
	color:#006699;
	padding:0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:left;
	border:1px solid #006699;
	line-height:18px;
	margin-right:5px;
	margin-bottom:5px;
}
.scoutBotoomRow{
	width:100%;
	float:left;
	margin-top:20px;
}
.scoutBtn1{
	background:#cccccc;
	width:200px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:35px;
	float:right;
	margin-right:20px;
}
.scoutBtn2{
	background:#f39800;
	width:200px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:35px;
	float:right;
	margin-right:20px;
}





@media (max-width:767px){
.scoutSearch1{
	width:100%;
	float:left;
}
.scoutSearch2{
	width:100%;
	margin:auto;
}
.scoutSearch3{
	width:100%;
	margin:0 0 100px 0;
	float:left;
}
.scoutSearchTab1{
	width:100%;
	float:left;
}
.scoutSearchTab2{
	width:1024px;
	margin:auto;
}
.scoutSearchTab3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}
.scoutSearchTabMg{
	margin-top:-70px;
}
.scoutImg{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

.scoutSearchBox{
	width:100%;
	float:left;
	background:#fff;
	padding:20px;
	margin-top:25px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.scoutSearchTxt1{
	font-size:14px;
	font-weight:bold;
	color:#262626;
	float:left;
	line-height:32px;
}
.scoutSearchSai{
	background:#f39800;
	float:right;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	width:114px;
	text-align:center;
	line-height:32px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.scoutFloat{
	float:right;
	padding:0;
}
.scoutPagerBox{
	width:100%;
	float:left;
	margin:0 0 40px 0;
}
.scoutPagerLeft{
	float:left;
	width:100%;
}
.scoutPagerCate1{
	float:left;
	width:100%;
	line-height:32px;
}
.scoutPagerCate2{
	float:left;
	width:100%;
	line-height:32px;
	font-size:12px;
	color:#262626;
	font-weight:bold;
}
.scoutPagerTxt1{
	font-size:12px;
	font-weight:bold;
	color:#262626;
}



.scoutForm{
	float:left;
}
.scoutForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.scoutForm1{
	width:80px;
	border:1px solid #a09f9f;
	height:32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../../../contactus/img/contactarw1.png)right center no-repeat,#fff;
	padding-left:10px;
}
.scoutPagerRight{
	float:right;
	width:100%;
	margin-top:10px;
}
.scoutSearchDate{
	font-size:10px;
	text-align:right;
}
.scoutSearchNAA{
	font-size:20px;
	font-weight:bold;
	width:100%;
	float:left;
	margin-top:10px;
}
.scoutSearchLeft{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:24px;
}
.scoutSearchLeftc{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:24px;
}
.scoutSearchRight{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:20px;
	margin-top:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.scoutRightRow{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.scoutRightTxt1{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	width:90px;
	float:left;
}
.scoutRightTxt2{
	font-size:12px;
	line-height:18px;
	float:left;
}

.scoutSearchTag{
	background:#fff;
	font-size:12px;
	color:#006699;
	padding:0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:left;
	border:1px solid #006699;
	line-height:18px;
	margin-right:5px;
	margin-bottom:5px;
}
.scoutBotoomRow{
	width:100%;
	float:left;
	margin-top:20px;
}
.scoutBtn1{
	background:#cccccc;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:35px;
	float:right;
	margin-right:0px;
	margin-bottom:10px;
}
.scoutBtn2{
	background:#f39800;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:35px;
	float:right;
	margin-right:0px;
	margin-bottom:10px;
}
}





/*
=======================================================
SCOUT DETAIL
=======================================================
*/
.scoutDetail1{
	width:100%;
	float:left;
}
.scoutDetail2{
	width:1024px;
	margin:auto;
}
.scoutDetail3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}
.scoutDetailBox{
	background:#fff;
	width:100%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.scoutDetailTxt1{
	font-size:14px;
	line-height:24px;
}


@media (max-width:767px){
.scoutDetail1{
	width:100%;
	float:left;
}
.scoutDetail2{
	width:100%;
	margin:auto;
}
.scoutDetail3{
	width:100%;
	margin:0 0 100px 0;
	float:left;
}
.scoutDetailBox{
	background:#fff;
	width:100%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.scoutDetailTxt1{
	font-size:14px;
	line-height:24px;
}
}



/*
=======================================================
SCOUT SEARCH
=======================================================
*/
.scoutSearhTabBox{
	width:100%;
	float:left;
}




/*
=======================================================
JOB OFFER REGIST
=======================================================
*/
.jobofferregist1{
	width:100%;
	float:left;
}
.jobofferregist2{
	width:1024px;
	margin:auto;
}
.jobofferregist3{
	width:944px;
	margin:0 40px 100px 40px;
	float:left;
}
.jobofferregistBox{
	background:#fff;
	float:left;
	padding:20px;
	width:100%;
	margin-bottom:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.jobofferregistClr{
	color:#f7215d;
}
.jobofferregistClr2{
	color:#262626;
}
.jobofferregistFnt{
	font-size:12px;
}

.jobofferregistBtn1{
	background:#006699;
	color:#fff;
	text-align:center;
	width:162px;
	line-height:34px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
}


@media (max-width:767px){
.jobofferregist1{
	width:100%;
	float:left;
}
.jobofferregist2{
	width:100%;
	margin:auto;
}
.jobofferregist3{
	width:100%;
	margin:0 0px 100px 0px;
	float:left;
}
.jobofferregistBox{
	background:#fff;
	float:left;
	padding:20px;
	width:90%;
	margin:0 5% 20px 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
}




/*
=======================================================
ENTRY
=======================================================
*/
.entry1{
	width:100%;
	float:left;
}
.entry2{
	width:1024px;
	margin:auto;
}
.entry3{
	width:944px;
	margin:-40px 40px 100px 40px;
	float:left;
}

.entryTxt1{
	font-size:16px;
	color:#006599;
	font-weight:bold;
}
.entryTxt2{
	font-size:14px;
	line-height:24px;
	letter-spacing:2px;
	margin-top:10px;
}
.entryImg1{
	margin-top:20px;
}
.entrytBoxBoder{
	background:#fff;
	float:left;
	padding:20px 20px 0 20px;
	width:100%;
	margin-bottom:20px;
	border:solid 3px #006699;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.entryBoxRow{
	width:100%;
	border-bottom:solid 1px #006699;
	float:left;
	margin-top:10px;

}
.entryBoxRowc{
	width:100%;
	border-bottom:solid 1px #006699;
	float:left;
	margin-top:30px;

}
.entryBoxRow2{
	width:100%;
	float:left;
	margin-top:30px;
}
.entryBoxLeft{
	float:left;
	width:201px;
}
.entryBoxRight{
	float:left;
	width:690px;
	margin-bottom:20px;
}
.entryBoxRightTxt1{
	font-size:18px;
	font-weight:bold;
}
.entryBoxRightTxt2{
	font-size:14px;
	line-height:30px;
	letter-spacing:2px;
	margin-top:10px;
}
.entryTouroku{
	text-align:center;
	font-size:30px;
	color:#006599;
	font-weight:bold;
	margin-top:50px;
}
.entryTourokuImg{
	display:inline-block;
	vertical-align:middle;
}
.entryMail{
	text-align:center;
	margin-top:30px;
}
.entryForm1{
	background:url(../../../mypage/img/entryMail.png)left center no-repeat;
	border:1px solid #a1a1a1;
	line-height:48px;
	width:450px;
	padding-left:80px;
}
.entryBtn1{
	width:120px;
	background:#f39800;
	height:50px;
	color:#fff;
	font-size:16px;
	border:none;
}
.entryTxt3{
	text-align:center;
	font-size:14px;
	line-height:24px;
	color:#262626;
	margin-top:30px;
}
.entryTxt3 a{
	color:#f39800;
}
.entryHyouBox{
	width:100%;
	float:left;
	margin-top:20px;
}
.entryHyou{
	width:100%;
	float:left;
}
.entryHyou1{
	font-size:12px;
	width:50%;
	float:left;
	color:#fff;
	line-height:26px;
	background:#262626;
	text-align:center;
}
.entryHyouOdd{
	width:100%;
	float:left;
	background:#e1e9ed;
}
.entryHyouEven{
	width:100%;
	float:left;
	background:#ffffff;
}
.entryHyou2{
	width:50%;
	float:left;
	text-align:center;
	font-size:18px;
	line-height:74px;
	font-weight:bold;
}

.entryNagareBox{
	background:#fff;
	float:left;
	padding:40px 0 40px 0;
	width:100%;
	margin-bottom:20px;
}
.entryNagareRow{
	width:100%;
	float:left;
	padding:0 20px 40px 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.entryNagereLeft{
	float:left;
	width:calc(50% - 10px);
}

.entryNagareRight{
	float:right;
	width:calc(50% - 10px);
}

.entryNagareTxt1{
	font-size:16px;
	color:#006599;
	font-weight:bold;
	margin-bottom:25px;
}
.entryNagareTxt2{
	font-size:14px;
	line-height:24px;
}
.entryNagereArw{
	float:left;
	width:100%;
	margin-bottom:10px;
}


@media (max-width:767px){
.entry1{
	width:100%;
	float:left;
}
.entry2{
	width:100%;
	margin:auto;
}
.entry3{
	width:100%;
	margin:0 0px 100px 0px;
	float:left;
}

.entryTxt1{
	font-size:16px;
	color:#006599;
	font-weight:bold;
}
.entryTxt2{
	font-size:14px;
	line-height:24px;
	letter-spacing:2px;
	margin-top:10px;
}
.entryImg1{
	margin-top:20px;
}
.entrytBoxBoder{
	background:#fff;
	float:left;
	padding:20px;
	width:90%;
	margin:0 5% 20px 5%;
	border:solid 3px #006699;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.entryBoxRow{
	width:100%;
	border-bottom:solid 1px #006699;
	float:left;
	margin-top:0px;
}
.entryBoxRowc{
	width:100%;
	border-bottom:solid 1px #006699;
	float:left;
	margin-top:0px;

}
.entryBoxRow2{
	width:100%;
	float:left;
	margin-top:0px;
}
.entryBoxLeft{
	float:left;
	width:100%;
	text-align:center;
}
.entryBoxLeft img{
	display:inline-block;
}
.entryBoxRight{
	float:left;
	width:100%;
}
.entryBoxRightTxt1{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.entryBoxRightTxt2{
	font-size:14px;
	line-height:24px;
	letter-spacing:2px;
	margin-top:10px;
}
.entryTouroku{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#006599;
	font-weight:bold;
	margin-top:50px;
}
.entryTourokuImg{
	display:inline-block;
	vertical-align:middle;
}
.entryMail{
	text-align:center;
	margin-top:30px;
}
.entryForm1{
	background:url(../../../mypage/img/entryMail.png)left center no-repeat;
	border:1px solid #a1a1a1;
	line-height:48px;
	width:100%;
	padding-left:80px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.entryBtn1{
	width:100%;
	background:#f39800;
	height:50px;
	color:#fff;
	font-size:16px;
	border:none;
	margin-top:20px;
}
.entryTxt3{
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#262626;
	margin-top:30px;
}
.entryTxt3 a{
	color:#f39800;
}
.entryHyouBox{
	width:100%;
	float:left;
	margin-top:20px;
}
.entryHyou{
	width:100%;
	float:left;
}
.entryHyou1{
	font-size:12px;
	width:50%;
	float:left;
	color:#fff;
	line-height:26px;
	background:#262626;
	text-align:center;
}
.entryHyouOdd{
	width:100%;
	float:left;
	background:#e1e9ed;
}
.entryHyouEven{
	width:100%;
	float:left;
	background:#ffffff;
}
.entryHyou2{
	width:50%;
	float:left;
	text-align:center;
	font-size:18px;
	line-height:74px;
	font-weight:bold;
}

.entryNagareBox{
	background:#fff;
	float:left;
	padding:40px 0 40px 0;
	width:90%;
	margin-bottom:20px;
	margin:0 5%;
}
.entryNagareRow{
	width:100%;
	float:left;
	padding:0 20px 40px 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
.entryNagereLeft{
	float:left;
	width:100%;
}
.entryNagareRight{
	float:right;
	width:100%;
	margin-top:20px;
}
.entryNagareTxt1{
	font-size:16px;
	color:#006599;
	font-weight:bold;
	margin-bottom:25px;
}
.entryNagareTxt2{
	font-size:14px;
	line-height:24px;
}
.entryNagereArw{
	float:left;
	width:100%;
	margin-bottom:10px;
}
}



/*
=======================================================
FAQ
=======================================================
*/
.faq1{
	width:100%;
	float:left;
}
.faq2{
	width:1024px;
	margin:auto;
}
.faq3{
	width:944px;
	margin:-40px 40px 100px 40px;
	float:left;
}
.faqQ{
	font-size:18px;
	color:#e7a904;
	font-weight:bold;
	margin-right:20px;
	float:left;
}
.faqA{
	font-size:18px;
	color:#f7215d;
	font-weight:bold;
	margin-right:20px;
	float:left;
}
.faqTxt{
	float:left;
	display:block;
}




.acMenu{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.acMenu dt{
    display:block;
    width:100%;
    font-size:14px;
    line-height:24px;
    cursor:pointer;
    background:#fff;
    padding:15px 20px 15px 20px;
    color:#262626;
    letter-spacing:2px;
    float:left;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.acMenu dd{
    background:#fff;
    width:100%;
    font-size:14px;
    line-height:24px;
    display:none;
    padding:13px 20px 13px 20px;
    color:#262626;
    letter-spacing:2px;
    border-top:1px solid #ebeaea;
    float:left;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

    }

.acMenu dt.active{
    background:#fff;
    }
.faqClick{
	font-weight:bold;
	color:#006599;
	margin-bottom:20px;
}
.faqSetsu{
	margin-top:40px;
	font-size:14px;
}




@media (max-width:767px){
.faq1{
	width:100%;
	float:left;
}
.faq2{
	width:100%;
	margin:auto;
}
.faq3{
	width:100%;
	margin:0 0px 100px 0px;
	float:left;
}
.faqQ{
	font-size:18px;
	color:#e7a904;
	font-weight:bold;
	margin-right:20px;
	float:left;
}
.faqA{
	font-size:18px;
	color:#f7215d;
	font-weight:bold;
	margin-right:20px;
	float:left;
}
.faqTxt{
	float:left;
	display:block;
}




.acMenu{
	float:left;
	width:90%;
	margin:0 5% 20px 5%;
}
.acMenu dt{
    display:block;
    width:100%;
    font-size:14px;
    line-height:24px;
    cursor:pointer;
    background:#fff;
    padding:15px 20px 15px 20px;
    color:#262626;
    letter-spacing:2px;
    float:left;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

    }

.acMenu dd{
    background:#fff;
    width:100%;
    font-size:14px;
    line-height:24px;
    display:none;
    padding:13px 20px 13px 20px;
    color:#262626;
    letter-spacing:2px;
    border-top:1px solid #ebeaea;
    float:left;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

    }

.acMenu dt.active{
    background:#fff;
    }

.faqClick{
	font-weight:bold;
	color:#006599;
	margin-bottom:20px;
	width:90%;
	margin-left:5%;
}

.faqSetsu{
	margin:40px 5% 0 5%;
	font-size:14px;

}

}




/*
=======================================================
MAIL
=======================================================
*/
.maillist1{
	width:100%;
	float:left;
}
.maillist2{
	width:1024px;
	margin:auto;
}
.maillist3{
	width:944px;
	margin:-40px 40px 100px 40px;
	float:left;
}
.mailAsh{
	font-size:14px;
	color:#b8b8b8;
}
.mailAsh a{
	color:#b8b8b8;
}
.mailAshImg{
	display:inline-block;
	vertical-align:middle;
}
.mailBox{
	width:100%;
	float:left;
	padding:20px 0;
}
.mailBox:nth-child(even){
	width:100%;
	float:left;
	background:#e1e9ed;
}
.mailBoxcate1{
	width:80px;
	float:left;
	text-align:center;

}
.mailBoxcate2{
	width:130px;
	float:left;
	text-align:center;
	margin-top:12px;
}
.mailBoxcate2_u{
	width:130px;
	float:left;
	text-align:center;
	margin-top:18px;
}
.mailBoxcate3{
	width:310px;
	float:left;
	font-size:12px;
	margin-left:20px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:18px;
	margin-top:18px;
}
.mailBoxcate3 a{
	color:#006699;
}

.mailBoxcate3_u{
	width:220px;
	float:left;
	font-size:12px;
	margin-left:20px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:18px;
	margin-top:20px;
}
.mailBoxcate3_u a{
	color:#006699;
}
.mailBoxcate4{
	width:120px;
	float:left;
	text-align:center;
	font-size:14px;
	line-height:18px;
	margin-top:18px;
}
.mailBoxcate4_u{
	width:210px;
	float:left;
	text-align:left;
	font-size:12px;
	line-height:18px;
	margin-top:18px;
}

.mailBoxcate5{
	width:150px;
	float:left;
	text-align:center;
	font-size:10px;
	line-height:18px;
	margin-top:18px;
}
.mailBoxcate6{
	width:50px;
	float:left;
	text-align:center;
}
.mailBoxcate1 img{
	display:inline-block;
}
.mailBoxcate6 img{
	display:inline-block;
}
.mailTaiou1{
	background:#ff2c2c;
	color:#fff;
	font-size:12px;
	line-height:18px;
	width:120px;
	text-align:center;
	display:inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.mailTaiou2{
	background:#fff;
	color:#ff2c2c;
	font-size:12px;
	line-height:16px;
	width:120px;
	text-align:center;
	display:inline-block;
	border:1px solid #ff2c2c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.mailTaiou3{
	background:#bfbfbf;
	color:#fff;
	font-size:12px;
	line-height:18px;
	width:120px;
	text-align:center;
	display:inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

@media (max-width:767px){
.maillist1{
	width:100%;
	float:left;
}
.maillist2{
	width:100%;
	margin:auto;
}
.maillist3{
	width:100%;
	margin:0 0px 100px 0px;
	float:left;
}
.mailAsh{
	font-size:14px;
	color:#b8b8b8;
}
.mailAsh a{
	color:#b8b8b8;
}



.mailAshImg{
	display:inline-block;
	vertical-align:middle;
}
.mailBox{
	width:100%;
	float:left;
	padding:20px 0;
}
.mailBox:nth-child(even){
	width:100%;
	float:left;
	background:#e1e9ed;
}
.mailBoxcate1{
	width:30%;
	float:left;
	text-align:center;
}
.mailBoxcate2{
	width:50%;
	float:left;
	text-align:center;
	margin-top:15px;
}
.mailBoxcate3{
	width:90%;
	float:left;
	font-size:14px;
	margin-left:5px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:18px;
	margin-top:10px;
}
.mailBoxcate3_u{
	width:220px;
	float:left;
	font-size:14px;
	margin-left:1px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:18px;
	margin-top:20px;
}
.mailBoxcate3_u a{
	color:#006699;
}

.mailBoxcate4{
	width: 90%;
	float:left;
	text-align:left;
	font-size:14px;
	line-height:18px;
	margin-top:10px;
	margin-left: 5px;
}
.mailBoxcate5{
	width:70%;
	float:left;
	text-align:left;
	font-size:10px;
	line-height:18px;
	margin-top:10px;
	margin-left: 5px;
}
.mailBoxcate6{
	width:25%;
	float:left;
	text-align:center;
}
.mailBoxcate1 img{
	display:inline-block;
}
.mailBoxcate6 img{
	display:inline-block;
}
.mailTaiou1{
	background:#ff2c2c;
	color:#fff;
	font-size:12px;
	line-height:18px;
	width:120px;
	text-align:center;
	display:inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.mailTaiou2{
	background:#fff;
	color:#ff2c2c;
	font-size:12px;
	line-height:16px;
	width:120px;
	text-align:center;
	display:inline-block;
	border:1px solid #ff2c2c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.mailTaiou3{
	background:#bfbfbf;
	color:#fff;
	font-size:12px;
	line-height:18px;
	width:120px;
	text-align:center;
	display:inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
}



/*
=======================================================
JOB LIST
=======================================================
*/
.joblistImgRow{
	width:100%;
	float:left;
}
.joblistImg{
	float:left;
	width:210px;
	overflow:hidden;
	margin-right:10px;
}
.joblistImg2{
	float:right;
}
.joblistTxt1{
	width:100%;
	margin-top:20px;
	float:left;
	position: relative;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
}
.joblistTxt1:before, .joblistTxt1:after {
	position: absolute;
	background: #fff;
}

.joblistTxt1:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}

.joblistTxt1:after {
	content: "";
	width: 100%;
	height: 100%;
}


@media (max-width:767px){
	.joblistImgRow{
	width:100%;
	float:left;
}
.joblistImg{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.joblistImg2{
	float:right;
	width:100%;
}
.joblistImgRow img{
	width:100%;
}

.joblistTxt1{
	width:100%;
	margin-top:20px;
	float:left;
}

.resumeTxt{
	margin:0 5%;
}
}




.ui-datepicker-trigger{
	display:inline-block;
	margin-left:10px;
	margin-top:5px;
	vertical-align:middle;
}

.search_tit{
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin: 0 0 25px 0 ;
}

.list_tit{
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin: 0 0 25px 0 ;
}

.d-none {
	display: none;
}

.job-offer-video {
	height: 390px;
}

.scout-time {
	display: block;
	font-size: 10px;
	position: absolute;
	top: 30px;
	right: 12%;
	color: black;
}

.list-count-btn {
	background: #f7215d
}

.scoutSearchBox .scout-time {
	right: 237px;
	top: 35px;
}

.cursor-pointer {
	cursor: pointer;
}

.loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #45454573;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-none {
	display: none;
}
