@charset "UTF-8";
*{
	box-sizing: border-box;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-style: normal;
	margin:0 auto;
	padding:0;
	/*user-select: none;*/
}

a{
	color:#5F4A23;
	outline:none;
}
a:hover{
/*	opacity:0.85;*/
}
figure{
	display:inline-block;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,figure,address{
	margin:0;
	padding:0;
}
i{
	font-style:normal;
}
img{
	border:none;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

main{
	display:block;
}

table,thead,tbody,tr,th,td{
	border:0;
	border-collapse:collapse;
}
ul,ol,li{
	list-style:none;
}
header,article,section,main,aside,footer,ul,li,div,p,table,tr,th,td,dl,dt,dd,figure,a{
	padding:0;
	margin:0;
}
input[type="submit"],
label:hover{
	cursor:pointer;
}

/*共通class*/
.clr{
	clear:both;
}
.code{
	color:orangered;
	display:block;
	font-size:0.8rem;
}

.slct{
	font-weight:bold;
}

/*pop nav*/
div#area2,
div#st2{
	min-height:20px;
}
div#area2 div,
div#st2 div{
	display:none;
}
div#area3,
div#st3{
	height:100px;
	overflow-y:scroll;
}
div#area3 div,
div#st3 div{
	display:none;
}
div#area_slct,
div#st_slct{
	min-height:20px;
}
.mincho{
/*	font-family: 'sawarabi-mincho', sans-serif;
	font-weight: 500;
	font-style: normal;*/
}
#content{
line-height: 1.8;
}
#job_submit {
	background: #ABCDE4;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #ccc;
	color: #fff;
	display: inline-block;
	padding: 15px 0 15px 10px;
	text-decoration: none;
	width: 200px;
	cursor: pointer;
}

.stts0{
	color: transparent !important;
	text-decoration:none;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6) !important;
}
/*search shop*/
.hikokai{
	color:#D23223;
	border:2px solid #D23223;
	border-radius:5px;
	font-size:16px;
	padding:3px 5px;
}

/*categort*/
.c_lv2{
	margin-left:10px;
	color:red;
}
.c_lv3{
	margin-left:20px;
}
p.br-p{
	margin-bottom:3em;
}
