@charset "euc-jp";

html{
	overflow: auto;
}

*{
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	padding:0;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 170%;
	background:#fff;
	color:#604c3f;
	min-width:320px;
	overflow: hidden;
	word-wrap: break-word;
}

input, button, textarea, select {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input[type="text"], input[type="email"], input[type="number"],input[type="password"], textarea, select {
	margin:3px;
	padding:3px;
	font-size: 1.2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input[type="submit"] {
	padding:10px 20px;
	cursor:pointer;
	outline : none;
	-webkit-appearance: none;
}

input[type="reset"] {
	padding:10px 20px;
	cursor:pointer;
	outline : none;
	-webkit-appearance: none;
}

input[type="button"] {
	padding:10px 20px;
	cursor:pointer;
	outline : none;
	-webkit-appearance: none;
}

input[type="file"] {
	margin:3px;
	padding:3px;
	cursor:pointer;
	outline : none;
}

input[type="radio"], input[type="checkbox"] {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

button {
	padding:10px 20px;
	cursor:pointer;
	outline : none;
}

textarea {
	resize: vertical;
}

img{
	border:0;
	vertical-align:bottom;
	max-width:100%;
}

ul, ol, dl{
	list-style-type:none;
}

p{
	margin:10px auto;
	padding:0 10px;
	text-align:left;
}

/*=================================
  回り込み解除
=================================*/

.c_both{
	clear:both;
}

/*=================================
  全体のボックス
=================================*/

#wrapper{
	margin:0 auto;
	padding: 48px 0 0 0;
	background: #fff;
	max-width:640px;
	min-width:320px;
}


/*=================================
  入力項目
=================================*/

.required{
	color:#f00;
}

.inp_txt1{
	width:95%;
}

.inp_txt2{
	width:200px;
}

.inp_txt3{
	width:300px;
}

.inp_txtarea1{
	width:95%;
}

.inp_txtarea2{
	width:200px;
}

.inp_txtarea3{
	width:300px;
}

.btn_box{
	margin:10px auto;
	text-align:center;
}

.btn_box input[type="submit"], .btn_box input[type="reset"], .btn_box input[type="button"]{
	margin:auto 5px;
	text-align:center;
}

/*=================================
  h1~
=================================*/

h1{
	margin:0 ;
	padding:0 5px;
	color: #EA6678;
	font-size:0.8em;
	font-weight:normal;
	text-align:left;
	background: #FFF5F4;
    line-height: 1.5rem;
}

h2{
	margin:0 auto 10px;
	padding:5px;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height: 1.3em;
}

/*#contents section h2 {
	font-size: 15px;
	text-align: left;
	position:relative;
	margin:0 15px 20px;
	padding:10px 10px 10px 30px;
	color:#333;
	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	background-image: -webkit-gradient(linear, left top, left bottom,
		from(            rgba(220, 220, 220, 1.0)), 
		color-stop(0.25, rgba(240, 240, 240, 1.0)),
		color-stop(0.30, rgba(235, 235, 235, 1.0)),
		color-stop(0.36, rgba(240, 240, 240, 1.0)),
		color-stop(0.50, rgba(235, 235, 235, 1.0)),
		color-stop(0.80, rgba(215, 215, 215, 1.0)),
		to(              rgba(210, 210, 210, 1.0))
		);
	background-image: -webkit-linear-gradient(top,
		rgba(220, 220, 220, 1.0), 
		rgba(240, 240, 240, 1.0) 25%,
		rgba(235, 235, 235, 1.0) 30%,
		rgba(240, 240, 240, 1.0) 36%,
		rgba(235, 235, 235, 1.0) 50%,
		rgba(215, 215, 215, 1.0) 80%,
		rgba(210, 210, 210, 1.0)
		);
	background-image: -moz-linear-gradient(top,
		rgba(220, 220, 220, 1.0), 
		rgba(240, 240, 240, 1.0) 25%,
		rgba(235, 235, 235, 1.0) 30%,
		rgba(240, 240, 240, 1.0) 36%,
		rgba(235, 235, 235, 1.0) 50%,
		rgba(215, 215, 215, 1.0) 80%,
		rgba(210, 210, 210, 1.0)
		);
	background-image: -o-linear-gradient(top,
		rgba(220, 220, 220, 1.0), 
		rgba(240, 240, 240, 1.0) 25%,
		rgba(235, 235, 235, 1.0) 30%,
		rgba(240, 240, 240, 1.0) 36%,
		rgba(235, 235, 235, 1.0) 50%,
		rgba(215, 215, 215, 1.0) 80%,
		rgba(210, 210, 210, 1.0)
		);
	background-image: linear-gradient(to bottom,
		rgba(220, 220, 220, 1.0), 
		rgba(240, 240, 240, 1.0) 25%,
		rgba(235, 235, 235, 1.0) 30%,
		rgba(240, 240, 240, 1.0) 36%,
		rgba(235, 235, 235, 1.0) 50%,
		rgba(215, 215, 215, 1.0) 80%,
		rgba(210, 210, 210, 1.0)
		);	
}*/

/*#contents section h2:before {
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}

#contents section h2:after {
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}*/

h3{
	margin:0 auto;
	padding:5px;
	font-size:1.3em;
	font-weight:bold;
	background:#604c3f;
	color:#fff;
	text-align:left;
	position: relative;
}

h4{
	margin:0 auto;
	padding:5px;
	font-size:1.5em;
	font-weight:normal;
}

h5{
	margin:0 auto 10px;
	padding:5px;
	font-size:1.5em;
	font-weight:normal;
}

h6{
	margin:0 auto 10px;
	padding:5px;
	font-size:1.3em;
	font-weight:normal;
}


/*=================================
  ヘッダー
=================================*/

#header{
	margin:0 auto;
	padding:0;
}

.logo{
	padding: 30px 0 10px;
	margin: 0;
	background: url("../images_sp/decoration.png");
	background-repeat: repeat-x;
}

#pan{
	margin: 0 auto 10px;
}

#pan p{
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#pan p a {
	color: #604c3f;
}

/*=================================
  メインコンテンツ
=================================*/

#contents{
	margin:0 auto;
	padding:0;
}


/*=================================
  セクション
=================================*/

section{
	margin:0 auto 20px;
	padding: 10px 0px 10px;
	background-image: linear-gradient(to bottom, #FFA2A9, #FFFFFF 200px);
	background-image: -webkit-gradient(linear, 0 0, 0 200, color-stop(0, #FFA2A9), color-stop(1, #FFFFFF));
	background-image: -moz-linear-gradient(top, #FFA2A9, #FFFFFF 200px);
	min-height:250px;
}

section.section2{
	margin:0 auto 20px;
	padding: 10px 0px 10px;
	min-height:250px;
    background: none;
}

.indexp_box{
	margin:0 15px 15px;
	padding:0;
	text-align:left;
}

.comm_tab2{
	margin:10px auto;
	padding:0;
	width:100%;
}

.comm_td7{
	padding:0;
	/*border:1px solid #626262;
	background-color:#FFFFFF;*/
	width:220px;
	height:26px;
	text-align:left;
}

.comm_td7 a{
	margin:0 auto;
	padding:5px 0;
	border:1px solid #626262;
	background-color:#FFFDE5;
	color:#604c3f;
	width:220px;
	height:26px;
	text-decoration:none;
	text-align:center;
	display:block;
}

.comm_td7 a:hover{
	padding:5px 0;
	border:1px solid #604c3f;
	background-color:#604c3f;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

.regist{
	margin:0 auto;
	padding:0;
	text-align:left;
}

.align_c{
	text-align:center;
}

.align_r{
	text-align:right;
}

.color1{
	color:#ea2c5e;
}

.color2{
	color:#878787;
}

.size1{
	font-size:18px;
	line-height: normal;
}

.size2{
	font-size:20px;
	line-height: normal;
}

.catch1{
	margin:10px 0;
	text-align:left;
	font-size:20px;
	line-height: normal;
	min-height: 76px;
	color:#ea2c5e;
}

.catch1 .heart_td{
	width:50px;
}

.catch2{
	padding: 5px;
	font-size: 1.2em;
	font-weight:bold;
	background: #fff;
	border: 2px solid #ea6678;
	border-radius: 5px;
}

.catch4 {
	margin: 0;
	text-align:left;
	font-size:20px;
	line-height: normal;
	color:#ea2c5e;
}

.uneasy_tab{
	margin:0 auto 10px;
	padding:0;
	text-align:left;
	width:90%;
}

.uneasy_td1{
	width:20px;
	vertical-align: middle;
}

.uneasy_td1 img{
	vertical-align:middle;
}

.uneasy_td2{
	vertical-align:middle;
}

.job_introduction a{
	display:block;
	position: relative;
	margin:15px auto;
	padding:10px 20px;
	width:250px;
	text-decoration: none;
	font-weight: bold;
	line-height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#ea2c5e;
	border: 1px solid #e8e8e8;
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 45%, #e0e0e0 55%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.45, #eeeeee), color-stop(0.55, #e0e0e0), color-stop(1, #e8e8e8));
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 45%, #e0e0e0 55%, #e8e8e8 100%);
	box-shadow: 1px 1px 5px #999999;
	-moz-box-shadow: 1px 1px 5px #999999;
	-webkit-box-shadow: 1px 1px 5px #999999;
}

.job_introduction a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ea2c5e;
	border-right: solid 2px #ea2c5e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.point{
	margin:0 20px 15px;
	position: relative;
}

.contact_button{
	margin:0 auto 2px;
	width:95%;
}

.supportcenter{
	padding:30px 0;
	border-top:4px dotted #FFA2A9;
}

.supportcenter_tab{
	margin:0 auto;
	width:95%;
}

.supportcenter_tab td{
	background:#f6eee6;
	border:1px dotted #FFA2A9;
}

.question_tab{
	width:100%;
	padding:10px 0;
	text-align:left;
}

.question_tab+table.question_tab{
	border-top:2px dotted #FFA2A9;
}

.question_td_img{
	width:50px;
	vertical-align:top;
}

.question_td_q{
	color:#ea2c5e;
	font-size:20px;
	line-height: normal;
}

.regist_tab_out{
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.scout_shop_list .regist_tab_out {
	margin-bottom: 20px;
}

.regist_tab{
	margin:0 auto;
	width:100%;
	table-layout:fixed;
}

.regist_th{
	padding: 5px 5px 5px 10px;
	font-weight:normal;
	color: #604c3f;
	background: #FFF2F2;
}

.regist_th2{
	font-weight:normal;
	color: #604c3f;
	background: #FFF2F2;
}

.regist_td{
	padding: 5px 5px 5px 10px;
	color: #000;
}

.regist_td img{
	max-width:100%;
}

@media screen and (min-width: 480px) {
	.regist_th{
		width:150px;
	} 

	.regist_th2{
		padding-top:15px;
		padding-left:10px;
		vertical-align:top;
	}

	.regist_tab tr+tr th{
		border-top: 2px dotted #FFADAD;
	}

	.regist_tab tr+tr td.regist_td{
		border-top: 2px dotted #ccc;
	}

}

@media screen and (max-width: 479px) {
	.regist_th{
		display:block;
		border-bottom: solid 1px #FFA2A9;
	} 

	.regist_th2{
		display:block;
		padding: 5px 5px 5px 10px;
		border-bottom: solid 1px #FFA2A9;
	}

	.regist_td{
		display:block;
	} 
}

.pref_ul{
	letter-spacing: -.40em;
	margin: 5px auto;
	padding: 0;
	width: 100%;
}

.pref_ul li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 auto;
	padding: 5px 0;
	vertical-align: top;
	width: 140px;
}

.kind_ul{
	letter-spacing: -.40em;
	margin: 5px auto;
	padding: 0;
	width: 100%;
}

.kind_ul li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 auto;
	padding: 5px 0;
	vertical-align: top;
	width: 200px;
}

.regist_td .rule_out{
	margin:3px 3px 5px 3px;
	padding-left: 1px;
	padding-right:5px;
	width: 95%;
	height: 200px;
	background-color: #FFF;
	border: 1px solid #FFBFBF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.regist_td .rule{
	height: 200px;
	overflow: auto;
}

.regist_td .rule_in{
	padding:5px;
}

a.link_jobintro{
	font-weight:normal;
}

a.link_jobintro:link{
	color:#FFA2A9;
	text-decoration: underline;
	cursor: pointer;
}

a.link_jobintro:visited{
	color:#FFA2A9;
	text-decoration: underline;
	cursor: pointer;
}
/*
a.link_jobintro:hover{
	color:#FFA2A9;
	text-decoration: underline;
	cursor: pointer;
}
*/
a.link_jobintro:active{
	color:#FFA2A9;
	text-decoration: underline;
	cursor: pointer;
}

input[type="submit"].confirm, input[type="submit"].regist {
	border:none;
	background:#EA6678;
	color:#fff;
	font-size: 20px;
	font-weight:bold;
	line-height: 100%;
	width:140px;
	height:46px;
	border-radius:23px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
}

input[type="submit"].agreement {
	border:none;
	background:#EA6678;
	color:#fff;
	font-size: 20px;
	font-weight:bold;
	line-height: 100%;
	height:46px;
	border-radius:23px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
}

@media screen and (max-width: 350px) {
	input[type="submit"].confirm, input[type="submit"].regist {
		width: 120px;
		font-size: 14px;
	}
	input[type="submit"].agreement {
		font-size: 14px;
	}
}

/*
input[type="submit"].confirm:hover, input[type="submit"].regist:hover {
	background:#717071;
	color:#fff;
}
*/
/*
input[type="submit"].regist {
	border:none;
	background:#604C3F;
	color:#fff;
	font-size: 20px;
	font-weight:bold;
	line-height: 100%;
	width:140px;
	height:46px;
	border-radius:23px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
}

input[type="submit"].regist:hover {
	background:#717071;
	color:#fff;
}
*/

input[type="submit"].reset, input[type="button"].back, input[type="reset"].reset {
	border:none;
	background:#F6EEE6;
	color:#604C3F;
	font-size: 20px;
	font-weight:bold;
	line-height: 100%;
	width:140px;
	height:46px;
	border-radius:23px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
}

@media (max-width: 350px) {
	input[type="submit"].reset, input[type="button"].back, input[type="reset"].reset {
		width: 120px;
		font-size: 14px;
	}
}


/*
input[type="submit"].reset:hover, input[type="button"].back:hover, input[type="reset"].reset:hover {
	background:#717071;
	color:#fff;
}
*/
input[type="button"].top {
	border:none;
	background:#EA6678;
	color:#fff;
	font-size: 20px;
	font-weight:bold;
	width:140px;
	height:46px;
	border-radius:23px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
}
/*
input[type="button"].top:hover {
	background:#717071;
	color:#fff;
}
*/

/*=================================
  業種説明＆女性の声
=================================*/
/*.sub_none:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.sub_disp:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}*/

.jobintro{
	margin-bottom:15px;
	padding:0;
	font-size:14px;
	font-weight:normal;
	line-height:150%;
}

.jobintro_tab{
	margin:0 auto;
	padding:0;
	width:100%;
	text-align:left;
}

.jobintro_th{
	padding:5px;
	background: #F07E96;
	color: #fff;
	text-align:left;
}

.jobintro_td1{
	padding:5px;
	border-left: 1px solid #FFA2A9;
	border-right: 1px solid #FFA2A9;
	vertical-align:top;
}

.jobintro_td2{
	padding:5px;
	border-left: 1px solid #FFA2A9;
	border-right: 1px solid #FFA2A9;
	vertical-align:middele;
}

p.chkpt{
	margin:0 auto;
	padding:2px 0;
	vertical-align:top;
	font-weight:bold;
	color:#f00;
}

p.chkpt img{
	vertical-align:middle;
}

.jobintro_td3{
	padding:5px;
	border-left: 1px solid #FFA2A9;
	border-right: 1px solid #FFA2A9;
	vertical-align:top;
}

.jobintro_td4{
	padding:5px;
	border-left: 1px solid #FFA2A9;
	border-right: 1px solid #FFA2A9;
	vertical-align:top;
}

.jobintro_td5{
	padding:0;
	border-bottom: 1px solid #FFA2A9;
	border-left: 1px solid #FFA2A9;
	border-right: 1px solid #FFA2A9;
	vertical-align:top;
}

.voice_tab{
	margin:0 auto;
	padding:0;
	width:100%;
}

.voice_td_img{
	width:134px;
	text-align:center;
	vertical-align:middle;
}

.voice_th{
	padding:5px;
	width:80px;
	background:#f6eee6;
	vertical-align:top;
}

.voice_td{
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #f6eee6;
}

.voice_td2{
	padding:5px;
	vertical-align:top;
}

/*=================================
  ナビ
=================================*/

nav{
	margin:0;
	padding:0;
	font-size:100%;
}

#mMenu01,
#mMenu02,
#mMenu03,
#mMenu04{
	clear:both;
	width:100%;
	text-align:center;
	margin:0 0 2px 1px;
	letter-spacing:-.40em;
	font-size:0;
}

#mMenu02{
	margin:0 0 0 1px;
}

#mMenu01 li,
#mMenu02 li,
#mMenu03 li,
#mMenu04 li{
	display:inline-block;
	box-sizing:border-box;
	width:50%;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

#mMenu01 li a,
#mMenu02 li a,
#mMenu03 li a,
#mMenu04 li a{
	display:block;
	letter-spacing:0;
	text-decoration:none;
	padding:10px 0;
	margin:0 0 2px;
}
#mMenu03 li a{
	margin:0 0 0;
}

#mMenu02 li a{
	width:99%;
	color:#FFFFFF;
	background:#FFA2A9;
	text-indent:14px;
}

#mMenu03 li a{
	width:99%;
	color:#FFFFFF;
	background:#c6c6c6;
	text-indent:14px;
}

#mMenu04 li a{
	width:99%;
	color:#FFFFFF;
	background:#74b6dc;
	text-indent:14px;
}

/*=================================
  フッター
=================================*/

#footer{
	clear:both;
	margin:0 auto;
	padding:0;
}

#copyright{
	clear:both;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	font-style: normal;
	font-weight:normal;
	color:#FFFFFF;
	background:#FFA2A9;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------
  privacy parts
----------------------------------------*/
.indexp_box h4,
.indexp_box h5,
.indexp_box h4,
.indexp_box h4{
 font-size:1.1em;
 font-weight:bold;
 padding:10px 10px 2px 0;
}
.cautionList,
.cautionList02{
 //width:760px;
 height:1%;
 overflow:hidden;
 //font-size:1.1em;
 margin:0 auto 10px;
}
.cautionList li{
 list-style:disc;
 margin:0 0 0 30px;
}
.cautionList02 li{
 list-style:decimal;
 margin:0 0 0 30px;
}


.bg1 {
	background: #FFF2F2;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.mt0 {
	margin-top: 0;
}

.mt20 {
	margin-top: 20px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.email_add, .id, .pass {
	width: 95%;
}

.msg_box {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.indexp_box .ttl_h4 {
	background: #EA6678;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	height: auto;
	line-height: 1.2em;
}

.btn_box a.back {
    border: none;
    background: #F6EEE6;
    color: #604C3F;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    width: 140px;
    height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    box-shadow: 1px 1px 2px #444;
    -webkit-box-shadow: 1px 1px 2px #444;
    -moz-box-shadow: 1px 1px 2px #444;
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	text-decoration: none;
}

.movie_box {
    background: #000;
    max-height: 315px;
	overflow: hidden;
}

.movie_box video {
	width: auto;
	max-height: 315px;
	margin: 0 auto;
}

.movie_box iframe {
	width: 100%;
	height: 315px;
}

video {
    cursor: pointer;
}

@media (max-width: 450px) {
	.movie_box {
		max-height: 250px;
	}
	.movie_box video, .movie_box iframe {
		max-height: 250px;
	}
}

@media (max-width: 400px) {
	.movie_box {
		max-height: 210px;
	}
	.movie_box video, .movie_box iframe {
		max-height: 210px;
	}
}

@media (max-width: 350px) {
	.movie_box {
		max-height: 180px;
	}
	.movie_box video, .movie_box iframe {
		max-height: 180px;
	}
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

input[type="button"].back.logout {
    width: 220px;
    font-size: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.shop_area .shop_ttl {
	border-radius: 5px;
	border: 1px solid #FFA2A9;
	background: #FFF5F4 url(../images_sp/heart.png) no-repeat 5px center;
	background-size: 20px auto;
	font-size: 15px;
	padding: 3px 3px 3px 30px;
	color: #EA6678;
}

.shop_area .shop_ttl a {
	color: #EA6678;
	text-decoration: none;
}

.w90p {
	width: 90%;
}

.w100p {
	width: 100%;
}

.salary {
	margin: 10px 0;
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.salary .box-title {
    font-size: 1.2em;
    background: #EA6678;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.scout_shop_list .job_kind {
	margin: 10px 0;
	padding: 0;
}

.salary h4 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.salary h4:before, .salary h4:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

.salary h4:before {left:0;}
.salary h4:after {right: 0;}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.salary .table_area {
	margin-bottom: 10px;
}

.salary .table_area table td {
	padding: 3px;
}

.salary .table_area table th {
	padding: 3px 10px;
	background: #EA6678;
	border-radius: 3px;
	color: #fff;
	white-space: nowrap;
}

.white_box {
    background: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 3px -2px #666;
}

.p0 {
	padding: 0;
}

.m0 {
	margin: 0;
}

/*.promise .table_area {
	padding: 10px 20px;
}*/

.p20 {
	padding: 20px;
}

/*.promiseBox {
	padding: 20px;
}*/

/*.promiseBox .table_area table th {
    padding: 3px 10px;
    background: #EA6678;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
}*/

.promiseBox .table_area table td {
    padding: 3px;
	text-align: left;
}

.bg_brown {
    margin: 10px 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.bg_brown .table_area table {
	width: 100%;
}

.bg_brown .table_area th {
	background: #C9BB96;
    padding: 3px 10px;
	border-radius: 3px;
	white-space: nowrap;
	width: 100px;
	text-align: center;
}

@media (max-width: 400px) {
	.bg_brown .table_area th {
		width: 80px;
	}
}

.bg_brown .table_area td {
	border-bottom: dashed 1px #C9BB96;
	    padding: 3px;
}

.link_deco {
	color: #EA6678;
}

.row {
    padding: 0 5px;
}

.row.no_pad {
    padding: 0 !important;
}

.row .col_1 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0 5px;
}

.row .col_2 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 5px;
}

.reply_num {
	color: #fff;
	border: 1px solid red;
	background: #F2889D;
	padding: 2px 8px;
	border-radius: 3px;
	text-shadow: 0px 1px 0px #fafafa;
	box-shadow: 2px 2px 2px 0px #c1c1c1;
	-webkit-box-shadow: 2px 2px 2px 0px #c1c1c1;
}

.reply_num.nothing {
	color: #666;
	border: 1px solid #999;
	background: #ccc;
}

.unread {
	color: #fff;
	border: 1px solid red;
	background: #F2889D;
	padding: 2px 8px;
	border-radius: 3px;
	text-shadow: 0px 1px 0px #fafafa;
	box-shadow: 2px 2px 2px 0px #c1c1c1;
	-webkit-box-shadow: 2px 2px 2px 0px #c1c1c1;
}

.unread.nothing {
	color: #666;
	border: 1px solid #999;
	background: #ccc;
}

.clearfix::before {
	content: " ";
	display: table;
}

.clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.cl {
    display: block;
    min-height: 1%;
}

.bg5 {
    background: #F56F6F;
}

.bg6 {
    background: #00C3C3;
}

.bg8 {
    background: #679FEA;
}

.bg11 {
    background: #FF78B7;
}

.fc1 {
    color: #fff !important;
}

.shop_info_btn {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none !important;
    width: 100%;
    box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

@media (max-width: 400px) {
	.shop_info_btn {
		font-size: 10px;
	}
}

#menu_bar {
	position: fixed;
	top: 0;
	z-index: 10000;
	background: #FB76A1;
	text-align: right;
	width: 100%;
	max-width: 640px;
	box-shadow: 0px 3px 3px -3px #333333;
}

#menu_bar .title {
    float: left;
    padding: 13px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 12px;
	margin: 0;
}

@media (max-width: 360px) {
	#menu_bar .title {
		font-size: 14px !important;
	}
}

.menu_btn_box {
    margin: 6px 3px;
    padding: 2px 4px 6px 4px;
}

#menu_btn {
    display: block;
    position: relative;
    max-width: 90px;
    height: 28px;
    margin-left: auto;
}

.menuClose {
    display: none;
}

#menu_bar ul {
    display: none;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-top: 1px dashed #FFFFFF;
}

#menu_bar ul li {
    margin: 0 auto;
    text-align: left;
    float: left;
    width: 50%;
}

#menu_bar li a {
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    text-indent: 5px;
    border-bottom: 1px dashed #FFFFFF;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#menu_bar li:nth-child(odd) a {
    border-right: 1px dashed #FFFFFF;
}

#menu_bar li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shop_area .sub_none .shop_ttl {
	color: #EA6678;
	padding: 3px 30px 3px 30px;
}

.shop_area .sub_none .shop_ttl::after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #EA6678;
    border-right: solid 2px #EA6678;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.shop_area .sub_disp .shop_ttl::after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #EA6678;
    border-right: solid 2px #EA6678;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.shop_area .scout_ttl {
	border-bottom: dashed 1px #C9BB96;
}

.pagenavi {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.pagenavi ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}

.pagenavi_li1 {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
    position: relative;
    left: -50%;
}

.pagenavi .pagenavi_li1 .active {
    background: #EA6678;
    color: #fff;
}

.pagenavi_li1 * {
    display: block;
    padding: 3px 5px;
    border: 1px solid #ddd9ce;
}

.pagenavi .pagenavi_li1 a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
}

.pagenavi_li2 {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 25px;
    position: relative;
    left: -50%;
}

#mMenu01 {
    margin: 0 0 0 1px;
}

#mMenu01 li a {
    width: 99%;
    color: #604c3f;
    background: #C9BB96;
    text-indent: 14px;
}

.mt10 {
	margin-top: 10px;
}

.v_align_top {
	vertical-align: top;
}

.box18{
    margin: 10px 0;
    position: relative;
    padding: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

.message_list_box {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .10);
}

.message_list_box .woman_icon_area {
    padding-right: 35px;
    background: url(../images_sp/icon_woman.png) no-repeat right top;
    text-align: right;
    max-width: 70%;
    float: right;
}

.message_list_box .woman_icon_area .message_area {
    border-radius: 1.3em;
    word-wrap: break-word;
    background-color: #FFF5F4;
    padding: 1px 5px;
    margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3em;
}

.message_list_box .woman_icon_area .message_area .message_txt {
	margin: 0 0 10px;
	padding: 5px 3px 0px 3px;
	text-align: right;
	font-size: 13px;
    line-height: 1.3em;
}

.message_list_box .shop_icon_area .message_area .message_txt {
	margin: 0 0 10px;
	padding: 5px 3px 0px 3px;
	text-align: left;
	font-size: 13px;
    line-height: 1.3em;
}

.contact_information {
	background: #fff;
	padding: 3px;
}

.contact_information table {
    width: 100%;
}

.contact_information th {
    background: #C9BB96;
    padding: 1px 7px;
    border-radius: 3px;
    white-space: nowrap;
    width: 100px;
    text-align: left;
	vertical-align: middle;
	font-size: 11px;
}
.contact_information th input {
	vertical-align: middle;
}

.contact_information td {
    border-bottom: dashed 1px #C9BB96;
    padding: 3px;
	font-size: 11px;
}

.contact_information td input {
	vertical-align: middle;
}

.align_l {
	text-align: left;
}

.shop_icon_area .message_area .send_date {
    font-size: 10px;
    padding-left: 22px;
    float: left;
    margin-top: 7px;
    color: #604c3f;
}

.woman_icon_area .message_area .send_date {
    font-size: 10px;
    padding-left: 22px;
    float: left;
    margin-top: 7px;
}

.message_list_box .shop_icon_area {
    padding-left: 35px;
    text-align: left;
    max-width: 70%;
    float: left;
}

.message_list_box .shop_icon_area .message_area {
    border-radius: 1.3em;
    word-wrap: break-word;
    background-color: #DAEDFF;
    padding: 1px 5px;
    margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3em;
}

.message_row .woman_icon_area .open_date {
    font-size: 10px;
    max-width: 90%;
    float: right;
    padding-left: 20px;
	margin-bottom: 20px;
}

.message_row .woman_icon_area .open_date p {
	margin: 0;
	padding: 0;
	text-align: right;
}

.posi_relative {
	position: relative;
}

.writing_area {
	position: fixed;
	bottom: 0;
	z-index: 10000;
	background: #FCFBFB;
	width: 100%;
	max-width: 640px;
	box-shadow:0px -4px 4px -2px #b6b6b6;
	padding: 5px;
	box-sizing: border-box;
	border:1px solid #cccccc;
	border-radius：6px 6px 0px 0px;
}

.textbox_area {
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding: 0 5px 0 0;
}

.textbox_area textarea {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	height: 30px;
	line-height: 1.2em;
	font-size: 14px;
}

.send_btn {
	float: right;
	width: 15%;
	box-sizing: border-box;
	display: block;
	padding-right: 2px;
}

.send_btn2 {
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}

.contact_option {
	float: right;
	width: 15%;
	box-sizing: border-box;
	display: block;
	padding-left: 2px;
}

.send_btn .send_text.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.send_btn2 .send_text.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.send_btn3 .send_text.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.send_btn .send_text {
	padding: 0;
	margin: 0;
	height: 30px;
	width: 100%;
	font-size: 13px;
	padding-left: 1px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	color: #4e5151;
	text-shadow: 0px 1px 0px #fafafa;
	background: #e0e0dc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e2), to(#bebdbc));
	background: -moz-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -o-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -ms-linear-gradient(top, #e5e5e2, #bebdbc);
	background: linear-gradient(top, #e5e5e2, #bebdbc);
	border: 1px solid #a39f9f;
	border-bottom: 1px solid #929290;
	-webkit-box-shadow: 0 0 1px #a1a1a0;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.send_btn2 .send_text {
	padding: 0;
	margin: 0;
	height: 30px;
	width: 35%;
	font-size: 13px;
	padding-left: 1px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	color: #4e5151;
	text-shadow: 0px 1px 0px #fafafa;
	background: #e0e0dc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e2), to(#bebdbc));
	background: -moz-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -o-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -ms-linear-gradient(top, #e5e5e2, #bebdbc);
	background: linear-gradient(top, #e5e5e2, #bebdbc);
	border: 1px solid #a39f9f;
	border-bottom: 1px solid #929290;
	-webkit-box-shadow: 0 0 1px #a1a1a0;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.send_btn3 .send_text {
	padding: 0 15px;
	margin: 0;
	height: 30px;
	font-size: 13px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	color: #4e5151;
	text-shadow: 0px 1px 0px #fafafa;
	background: #e0e0dc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e2), to(#bebdbc));
	background: -moz-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -o-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -ms-linear-gradient(top, #e5e5e2, #bebdbc);
	background: linear-gradient(top, #e5e5e2, #bebdbc);
	border: 1px solid #a39f9f;
	border-bottom: 1px solid #929290;
	-webkit-box-shadow: 0 0 1px #a1a1a0;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.w80 {
	width: 80%;
}

.pointer {
	cursor: pointer;
}

.grp_title .contact_btn {
	border-radius: 5px;
	border: 1px solid #604C3F;
	background: #C9BB96 url(../images_sp/heart.png) no-repeat 5px center;
	background-size: 20px auto;
	font-size: 11px;
	padding: 3px 30px 3px 30px;
	color: #604C3F;
	position: relative;
}

.message_contact .sub_none .contact_btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #604C3F;
    border-right: solid 2px #604C3F;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.message_contact .sub_disp .contact_btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #604C3F;
    border-right: solid 2px #604C3F;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact_option #show_contact_box {
	padding: 0;
	margin: 0;
	height: 30px;
	width: 100%;
	font-size: 13px;
	padding-left: 1px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	color: #4e5151;
	text-shadow: 0px 1px 0px #fafafa;
	background: #e0e0dc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e2), to(#bebdbc));
	background: -moz-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -o-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -ms-linear-gradient(top, #e5e5e2, #bebdbc);
	background: linear-gradient(top, #e5e5e2, #bebdbc);
	border: 1px solid #a39f9f;
	border-bottom: 1px solid #929290;
	-webkit-box-shadow: 0 0 1px #a1a1a0;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.message_contact {
	display: none;
}


.contact_control p {
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 0 5px;
	padding: 0 3px;
}


.btn_box a.confirm {
	padding: 0;
	margin: 0;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	color: #4e5151;
	text-shadow: 0px 1px 0px #fafafa;
	background: #e0e0dc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e2), to(#bebdbc));
	background: -moz-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -o-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -ms-linear-gradient(top, #e5e5e2, #bebdbc);
	background: linear-gradient(top, #e5e5e2, #bebdbc);
	border: 1px solid #a39f9f;
	border-bottom: 1px solid #929290;
	-webkit-box-shadow: 0 0 1px #a1a1a0;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.reply_table {
	width: 100%;
}

.reply_table table {
    width: 100%;
}

.reply_table table textarea {
    box-sizing: border-box;
    margin: 0;
    height: 100px;
}

.guarantee_opt {
	border-radius: 5px;
	border: 1px solid #FFA2A9;
	background: #FFF5F4 url(../images_sp/heart.png) no-repeat 5px center;
	background-size: 20px auto;
	font-size: 15px;
	color: #EA6678;
	padding: 3px 30px 3px 30px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	position: relative;
}

.guarantee_opt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #EA6678;
    border-right: solid 2px #EA6678;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fw_B {
	font-weight: bold;
}

.gray_button {
	padding: 0;
	margin: 0;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	color: #4e5151;
	text-shadow: 0px 1px 0px #fafafa;
	background: #e0e0dc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e2), to(#bebdbc));
	background: -moz-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -o-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -ms-linear-gradient(top, #e5e5e2, #bebdbc);
	background: linear-gradient(top, #e5e5e2, #bebdbc);
	border: 1px solid #a39f9f;
	border-bottom: 1px solid #929290;
	-webkit-box-shadow: 0 0 1px #a1a1a0;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gray_button2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	color: #4e5151;
	text-shadow: 0px 1px 0px #fafafa;
	background: #e0e0dc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e2), to(#bebdbc));
	background: -moz-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -o-linear-gradient(top, #e5e5e2, #bebdbc);
	background: -ms-linear-gradient(top, #e5e5e2, #bebdbc);
	background: linear-gradient(top, #e5e5e2, #bebdbc);
	border: 1px solid #a39f9f;
	border-bottom: 1px solid #929290;
	-webkit-box-shadow: 0 0 1px #a1a1a0;
	-moz-box-shadow: 0 0 1px #c7c5c1;
	box-shadow: 0 0 1px #c7c5c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box16{
    padding: 5px;
    margin: 10px 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box16 p {
    margin: 0; 
    padding: 0;
}

.box16.pink{
    padding: 5px;
    margin: 10px 0;
    background: -webkit-repeating-linear-gradient(-45deg, #fff0f9, #fff0f9 3px,#ffe9fd 3px, #ffe9fd 7px);
    background: repeating-linear-gradient(-45deg, #fff0f9, #fff0f9 3px,#ffe9fd 3px, #ffe9fd 7px);
	border: 2px solid #EA6678;
	box-sizing: border-box;
	border-radius: 5px;
}
.box16.pink p {
    margin: 0; 
    padding: 0;
	color: #EA6678;
	font-size: 0.8em;
}

.box16.pink p.fs15 {
	font-size: 15px !important;
}

.box16.blue_border{
	border: 2px solid #74b6dc;
	border-radius: 5px;
	box-sizing: border-box;
}

.notyet {
	color: #EA6678;
	font-weight: bold;
}

.grp_title .ttl {
    border-radius: 5px;
    border: 1px solid #604C3F;
    background: #C9BB96 url(../images_sp/heart.png) no-repeat 5px center;
        background-size: auto auto;
    background-size: 20px auto;
    font-size: 11px;
    padding: 3px 30px 3px 30px;
    color: #604C3F;
    position: relative;
}

.guara_area .table_area th {
	text-align: left;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 11px;
}

.guara_area .table_area input.w100text{
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.guara_area .table_area select {
    -webkit-appearance: none;
}

.guara_area .btn_box input {
	max-width: 43%;
	font-size: 16px;
}

.violation_status {
	font-size: 1.5em;
	font-weight: bold;
	border: 2px solid #EA6678;
	border-radius: 3px;
	padding: 3px;
	background: #EA6678;
	color: #fff;
}

.ta_C {
	text-align: center;
}

.pr10 {
	padding-right: 10px;
}

.table_area td .ui-datepicker-trigger {
	margin: -8px 0 0px 0;
	vertical-align: middle;
}

.shinchaku ul {
    margin: 0 auto;
    padding: 0;
}

.shinchaku .menu3 {
    margin: 0 auto 10px;
    padding: 15px 1%;
    text-align: center;
    position: relative;
    width: 93%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ea6678;
    background: #ea6678;
    border-radius: 5px;
}

.shinchaku .menu4 {
    margin: 0 auto 10px;
    padding: 8px 1%;
    text-align: left;
    text-indent: 5px;
    position: relative;
    width: 93%;
    color: #604c3f;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 5px;
}

.category_menu {
    margin: 0px 0% 2% 0%;
    padding: 20px 0 0 0;
}

.category_menu ul {
    margin: 0 auto;
    padding: 0;
}

.category_menu .menu1 {
    margin: 0 auto 10px;
    padding: 15px 1%;
    text-align: center;
    position: relative;
    width: 93%;
    color: #604c3f;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #f5ede4;
    background: #f5ede4;
    border-radius: 5px;
}

.category_menu .menu2 {
    margin: 0 auto 10px;
    padding: 15px 1%;
    text-align: center;
    position: relative;
    width: 93%;
    color: #604c3f;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 5px;
}

.category_menu .menu2 a {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #604c3f;
    text-decoration: none;
    cursor: pointer;
}

.category_menu .menu2 a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #FB76A1;
    border-right: solid 2px #FB76A1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rankArea {
    margin: 2%;
    padding: 2%;
}

.rankArea a {
    display: block;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 0 0;
        margin-bottom: 0px;
    position: relative;
    height: 185px;
}

.rankIcon {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 22%;
}

.rankShop {
    position: absolute;
    top: 23%;
    left: 34%;
    width: 65%;
}

.rankShop h2 {
    background: #f5ede4;
    width: 93%;
    padding: 2%;
    margin: 2%;
    font-size: 14px;
    color: #604c3f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
}

@media (min-width: 768px) {
.rankArea .rankShop p{font-size:15px;margin:4% 2%;}
.rankArea .rankShop h2{font-size:16px;font-weight: bold;}
}

@media (max-width: 500px) {
.rankArea a{display: block;background:#fff;border:1px solid #cccccc;border-radius:5px;margin:0 0 0 0;position:relative;height:130px;}
}
@media (max-width: 400px) {
.rankArea a{display: block;background:#fff;border:1px solid #cccccc;border-radius:5px;margin:0 0 0 0;position:relative;height:110px;}
}
@media (max-width: 350px) {
.rankArea a{display: block;background:#fff;border:1px solid #cccccc;border-radius:5px;margin:0 0 0 0;position:relative;height:95px;}
}

.rankShop p {
    color: #ea6678;
    text-decoration: underline;
    margin: 2%;
    font-size: 0.7em;
}

@media (min-width: 768px) {
.rankArea .rankShop p{font-size:15px;margin:4% 2%;}
.rankArea .rankShop h2{font-size:16px;font-weight: bold;}
}

@media (max-width: 500px) {
.rankArea a{display: block;background:#fff;border:1px solid #cccccc;border-radius:5px;margin:0 0 0 0;position:relative;height:130px;}
}
@media (max-width: 400px) {
.rankArea a{display: block;background:#fff;border:1px solid #cccccc;border-radius:5px;margin:0 0 0 0;position:relative;height:110px;}
}
@media (max-width: 350px) {
.rankArea a{display: block;background:#fff;border:1px solid #cccccc;border-radius:5px;margin:0 0 0 0;position:relative;height:95px;}
}

.mb30 a{
	margin-bottom: 3%;
}

.jobintro_tabt{
	margin:0 auto;
	padding:0;
	width:100%;
	text-align:left;
	background: #fff;
}

.jobintro_tht {
    padding: 5px;
    background: #F07E96;
    color: #fff;
    text-align: left;
}

.jobintro_td5t {
    padding: 0;
    border-bottom: 1px solid #FFA2A9;
    border-left: 1px solid #FFA2A9;
    border-right: 1px solid #FFA2A9;
    vertical-align: top;
}

.voice_tabt {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.voice_td_imgt {
    width: 134px;
    text-align: center;
    vertical-align: middle;
}

.voice_tdt {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #f6eee6;
}

.voice_td2t {
    padding: 5px;
    vertical-align: top;
}

.more img {
    padding-top: 15px;
    padding-bottom: 20px;
}

.voice_tht {
    padding: 5px;
    width: 40px;
    background: #f6eee6;
    vertical-align: top;
    text-align: center;
}

.voice_thtm {
    padding: 5px;
    width: 40px;
    background: #f6eee6;
    vertical-align: top;
    text-align: left;
}

.mail_read {
    padding: 5px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.pt20 img{
	margin-top: 8px;
}

.mt5 a img{
	padding-top: 10px;
}

.regist_td a {
    color: #ea6678;
}

.under_contents {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.under_contents a {
    color: #604c3f;
}

.under_contents h2 {
    background: #fff2f2;
    color: #604c3f;
    text-align: left;
    font-size: 1.1em;
    font-weight: normal;
    text-indent: 5px;
    border-bottom: solid 1px #ffadad;
}

.left_box {
    margin: 20px 2%;
    background: #FFFFFF;
    border: solid 1px #fff2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.left_box_header {
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #fff2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: solid 1px #ffadad;
    padding: 12px 10px 12px 40px;
    padding: 12px 0px 12px 0px;
    text-align: center;
    color: #604c3f;
    font-size: 16px;
    margin: 0 0 0px 0;
}

.category_menu {
    margin: 0px 0% 2% 0%;
    padding: 20px 0 0 0;
}

.category_menu ul {
    margin: 0 auto;
    padding: 0;
}

.category_menu .menu {
    margin: 0 auto 10px;
    padding: 15px 1%;
    text-align: left;
    text-indent: 5px;
    position: relative;
    width: 93%;
    color: #604c3f;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 5px;
}

.category_menu .menu a {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #604c3f;
    text-decoration: none;
    cursor: pointer;
}

.fixPagetop {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100px;
    z-index: 10;
    right: -webkit-calc(50% - 425px);
    right: calc(50% - 425px);
    transform: translate3d(0, 0, 0);
}

@media (max-width:  1100px) {
    .fixPagetop{right:0;}
}

.fixPagetopDown{display: none;}
.fixPagetopUp{display: none;}

#pan a {
    color: #ea6678;
}

.status {
    background: #f6eee6;
    width: 99%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    border: 0px;
}

.status th {
    background: #604c3f;
    color: #fff;
    width: 40%;
    padding: 10px;
}
.bb {
    border-bottom: solid 1px #f6eee6;
}

.status2 {
    background: #f6eee6;
    width: 99%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    border: 0px;
}

.status2 td {
    padding: 10px;
}

.st1 {
    background: #ffd3e3;
}

.st2 {
    background: #ffd5ae;
}

.st3 {
    background: #b9ecff;
}

.st4 {
    background: #b5fbb2;
}

.st5 {
    background: #fff9b3;
}

.status3 {
    background: #f6eee6;
    width: 99%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    border: 0px;
}

.status3 td {
    padding: 10px;
}

.voice_td2t a {
    color: #f07e96;
}

.sub_disp::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sub_none::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.job_type {
    background: #eb6673;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.job_check {
    padding-top: 10px;
}

li.job_category {
    background: #FFFFCC;
    padding: 5px;
    border-radius: 5px;
	font-size: 0.9em;
}

.job_category .parent_job {
    font-weight: bold;
}

.formCheck label {
    white-space: nowrap;
}

li.job_category.pink {
    background: #FFE3F4;
}

li.job_category.cate1 {
	background: #FFFFCC;
}

li.job_category.cate2 {
	background: #FFE3F4;
}

li.job_category.cate3 {
	background: #FFFFCC;
}

li.job_category.cate4 {
	background: #FFE3F4;
}

li.job_category.cate5 {
	background: #FFFFCC;
}

li.job_category.cate6 {
	background: #FFE3F4;
}

li.job_category.cate7 {
	background: #FFFFCC;
}

li.job_category.cate8 {
	background: #FFE3F4;
}

li.job_category.cate9 {
	background: #FFFFCC;
}

li.job_category.cate10 {
	background: #dbf9f9;
}

ul.child_job {
    padding-left: 10px;
}

.catch3 {
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    background: #fff;
    border: 2px solid #ea6678;
    border-radius: 5px;
	text-align: center;
}

.member_regist_ttl {
	position: relative;
	width: 100%;
	height: 55px;
}

.member_regist_ttl .ttl1 {
	position: absolute;
	top: -33px;
	left: -16px;
}


.mail_read a {
	color: #ea6678;
}

.member_mail {
	text-align: center;
}

.member_mail .emp_mail_btn {
	display: block;
	width: 50%;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: none;
	text-shadow: 0px 1px 0px #f9a0ad;
	-webkit-box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
	box-shadow: 1px 1px 2px #444;
	background: #EA6678;
	margin: 0 auto;
	font-size: 16px;
}

@media (max-width: 400px) {
	.member_mail .emp_mail_btn {
		width: 80%;
		font-size: 14px;
	}
}

.down_to_btn {
	margin: 0 5px;
	padding: 5px 10px;
	background: #FFEDEE;
	border-radius: 3px;
	color: #fff;
	text-decoration: none !important;
	border: solid 1px #f2b3b6;
	color: #EA6678;
	font-size: 0.8em;
}

.down_to_btn:hover {
	background: #fcd4d6;
}

.img_td {
	width: 30%;
	box-sizing: border-box;
	padding-right: 2%;
	text-align: center;
}

.video_td {
	width: 30%;
	box-sizing: border-box;
	padding-right: 2%;
	text-align: center;
}

.img_td_ctr {
	width: 70%;
	box-sizing: border-box;
}

.video_td_ctr {
	width: 70%;
	box-sizing: border-box;
}

.f_left {
	float: left
}


.f_right {
	float: right;
}

.profile_pic, .profile_video {
	width: 90%;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.see_comic {
	background: #EA6678;
	border-radius: 15px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
}

.see_staff_job {
	background: #EA6678;
	border-radius: 15px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.white_comic_box {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
    box-shadow: 2px 2px 3px -2px #666;
    border: solid 1px #ccc;
}

.regist_btn {
	background: #EA6678;
	border-radius: 15px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow:1px 2px 1px #e12259;
}

.regist_btn .fa-pencil-alt {
	text-shadow:1px 2px 1px #e12259;
}

.leave .leave_exp {
	font-size: 12px;
	padding-left: 20px;
	list-style-type: disc;
}

.leave .leave_exp li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.height_input {
	max-width: 60%;
}

.closed_info {
    border: 1px solid;
    background-color: rgba(128, 128, 128, 0.8);
    color: #eee;
    border-color: rgba(128, 128, 128, 0.8);
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 0.7em;
    line-height: 1em;
	display: inline-block;
}

.opened_info {
    border: 1px solid;
    background-color: #ea2c5e;
    color: #fff;
    border-color: #FF82B6;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 0.7em;
    line-height: 1em;
	display: inline-block;
}

select[name="bdatey"] {
	max-width: 180px;
}

.scout_table_area table th {
    background: #F6EEE6;
    text-align: left;
}

.fs18 {
	font-size: 18px;
}

.w50p {
	width: 50%;
}

.bxs {
	box-sizing: border-box;
}

.disp_ib {
	display: inline-block;
}

select[name="kind"] {
	max-width: 96%;
}

.recom_rank {
	background: #EA6678;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
	box-shadow: 1px 1px 2px #444;
}

.rank_ttl {
    color: #EA6678;
    border-radius: 5px;
    border: 1px solid #FFA2A9;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 5px;
    background: #FFF5F4;
    font-size: 13px;
}

.fs11 {
	font-size: 11px;
}

.plr20 {

    padding-left: 20px;
    padding-right: 20px;

}

.ttl_bg_pink {
    background: #FFD0D3;
    border-radius: 5px;
}

.pink_btn {
    background: #ea6678;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 29px;
    border-radius: 15px;
    box-shadow: 1px 1px 2px #444;
    -webkit-box-shadow: 1px 1px 2px #444;
    -moz-box-shadow: 1px 1px 2px #444;
    display: inline-block;
    font-size: 18px;
}

.pink_btn:hover {
    background: #F6EEE6;
    text-decoration: none;
    color: #604C3F;
}

.border-pink {
    border: 1px solid #FFA2A9;
}

nav #mMenu02 {
    padding-left: 0;
}

nav #mMenu03 {
    padding-left: 0;
}

nav #mMenu04 {
    padding-left: 0;
}

.link-grey-to-pink {
    color: #666 !important;
}

.link-grey-to-pink:hover {
    color: #ea6678 !important;
}


/*2021お仕事応募フォーム更新分*/

.regist_td .job_contact_kind ul {
    padding-left: 0;
}

/*ローディングマスク追加*/
.lmask {
	position: fixed;
	height: 100%;
	width: 100%; 
	background-color: #000;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	opacity: 0.4;
}
.lmask.fixed {
	position: fixed;
}

.lmask_indicator {
	position: fixed;
	height: 100%;
	width: 100%; 
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
.lmask_indicator::before {
	content: '';
	background-color: rgba(0,0,0,0);
	border: 5px solid rgba(0,183,229,0.9);
	opacity: .9;
	border-right: 5px solid rgba(0,0,0,0);
	border-left: 5px solid rgba(0,0,0,0);
	border-radius: 50px;
	box-shadow: 0 0 35px #2187e7;
	width: 50px;
	height: 50px;
	-moz-animation: spinPulse 1s infinite ease-in-out;
	-webkit-animation: spinPulse 1s infinite linear;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.lmask_indicator::after {
	content: '';
	background-color: rgba(0,0,0,0);
	border: 5px solid rgba(0,183,229,0.9);
	opacity: .9;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	border-radius: 50px;
	box-shadow: 0 0 15px #2187e7;
	width: 30px;
	height: 30px;
	-moz-animation: spinoffPulse 1s infinite linear;
	-webkit-animation: spinoffPulse 1s infinite linear;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
}
@-moz-keyframes spinPulse {
	0% {
		-moz-transform:rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px #2187e7;
	}
	50% {
		-moz-transform: rotate(145deg);
		opacity: 1;
	}
	100% {
		-moz-transform: rotate(-320deg);
		opacity: 0;
	}
}

@-moz-keyframes spinoffPulse {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spinPulse {
	0% {
		-webkit-transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px #2187e7;
	}
	50% {
		-webkit-transform: rotate(145deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-320deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinoffPulse {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
