body{
	background-color: #F6F6F6;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ丸ゴ Pro W3', 'Hiragino Maru Gothic Pro', "メイリオ", 'ＭＳ Ｐゴシック', sans-serif;
}

.dotted-1{
	background-image: linear-gradient(to right, #4a5f8e, #4a5f8e 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background-size: 4px 4px;
    height: 1px;
	margin: 10px 0;
}

#body{
	width: 985px;
	margin: 0 auto;
}

h2{
	margin: 0;
	padding: 0;
}

#ken h2,#popularity h2{
	font-size: 18px;
}

#news h2,#recommended h2{
	font-size: 15px;
}

figure{
	margin: 0;
	padding: 0;
}

/*main,side*/
#main{
	float: left;
	width: 680px;
	margin-top: 20px;
}

#side{
	float: right;
	width: 265px;
}

/*ヘッダー*/
#header{
	width: 100%;
	height: 95px;
	border: solid 1px #CCC;
	border-top: 5px solid #0096ff;
	background-color: #ffffff;
	overflow:hidden;
	box-sizing: border-box;
}

	#headin{
		width: 985px;
		margin: 0 auto;
	}
	
	#header h1{
		float: left;
		margin-top: 10px;
	}
	
	#header p{
		color: #555555;
		font-weight: bold;
		font-size: 12px;
		float: left;
		margin-left: 10px;
		margin-top: 30px;
	}
	
	#member{
		float: right;
	}
	
	#header #touroku{
		background-color: #ff8b38;
		color: #ffffff;
		border: solid 1px #CCC;
		font-weight: bold;
		padding: 8px 30px;
		display: inline-block;
		margin-top: 30px;
	}
	
	#header #touroku a{
		text-decoration: none;
		color: #ffffff;
	}
	
	#header #login{
		border: solid 1px #CCC;
		font-weight: bold;
		padding: 8px 20px;
	}
	
	#header #login a{
		text-decoration: none;
		color: #000;
	}
	
	#header figure img{
		float: left;
		margin-right: 10px;
		margin-top: 20px;
		position: relative;
		left: 26%;
	}

/*全国の風俗求人・高収入アルバイト*/
/*地図*/
#map{
	clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
}	

/*地図下バナー*/
#1stbanner{
	width: 680px;
}

#ba1{
	float: left;
	margin-top: 0;
	background-color: #e0e0e0;
	padding: 12px;
}
	
	#ba1 a span{
		display:none;
	}
	
#ba2{
	width: 680px;
	background-color: #e0e0e0;
	padding: 12px 0;
}

/*都道府県から探す*/	
#ken{
	margin-top: 20px;
	width: 680px;
}

	#ken h2{
		clear: both;
		color: #0096ff;
		background-color: #ffffff;
		border: solid 1px #CCC;
		padding: 13px 0 0 23px;
	}
	
	#ken dl{
		height: 330px;
		background-color: #ffffff;
		border: solid 1px #CCC;
		padding: 15px 20px 40px 20px;
		line-height: 30px;
		margin-top: 0;
	}
	
	#ken dl dt{
		font-weight: bold;
		float: left;
		padding: 0 10px;
		border-left: solid 5px #0096ff;
		display: inline-block;
		width: 7em;
		line-height: 34px;
	    height: 30px;
		clear: both;
	}
	
	#ken dl dd a{
		color: #4a5f8e;
		float: left;
		padding: 0 5px;
		font-size: 15.5px;
		text-decoration: none;
		    line-height: 34px;
	}
		
/*都道府県から探す下バナー*/
#ba3{
	margin-top: 20px;
}
	
/*人気のエリア*/
#popularity{
	margin-top: 20px;
	margin-bottom: 40px;
}

	#popularity h2{
		background-color: #ffffff;
		color: #384766;
		padding: 9px 0 0 23px;
		border: solid 1px #CCC;
	}
	
	/*人気のエリアタブ*/
	.tabs {
	  margin-top: 0;
	  padding-bottom: 15px;
	  background-color: #fff;
	  border: solid 1px #CCC;
	}
	
	/*タブのスタイル*/
	.tab_item {
		height: 40px;
		border-top: 5px solid #384766;
		background-color: #384766;
		line-height: 40px;
		font-size: 16px;
		text-align: center;
		color: #ffffff;
		display: block;
		float: left;
		font-weight: bold;
		transition: all 0.5s ease;
		cursor:pointer;
	}
	
	.twotext{
		padding: 0 25px;
	}
	
	.overtext{
		padding: 0 10px;
	}
	
	.tab_item:hover {
	  opacity: 0.75;
	}
	
	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
	  display: none;
	}
	
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
	  display: none;
	  padding: 5px 15px;
	  clear: both;
	  overflow: hidden;
	  font-size: 15px;
	}
	
	
	/*選択されているタブのコンテンツのみを表示*/
	#kanto:checked ~ #kanto_content,
	#kansai:checked ~ #kansai_content,
	#tokai:checked ~ #tokai_content,
	#kita:checked ~ #kita_content,
	#hokuriku:checked ~ #hokuriku_content,
	#sikoku:checked ~ #sikoku_content,
	#kyusyu:checked ~ #kyusyu_content{
	  display: block;
	}
	
	/*選択されているタブのスタイルを変える*/
	.tabs input:checked + .tab_item {
	  background-color: #ffffff;
	  color: #4a5f8e;
	}
	
	.c-txtsp dl{
		margin:15px 0;
	}
	
	.c-txtsp dl dt{
		float: left;
		display: inline-block;
		width: 3.5em;
	}
	
	.c-txtsp dl dd a{
		color: #4a5f8e;
		float: left;
		margin-left: 10px;
		font-size: 14px;
	}
	
	.c-txtsp dl dt{
		clear: both;
	}

/*sideトップバナー*/
#ba4{
	margin-bottom: 20px;
}
#ba4:nth-child(1){
	margin-top: 20px;
}

/*お知らせ*/
#news{
	margin-top: 40px;
}

	#news h2{
		background-color: #ffffff;
		border: solid 1px #CCC;
		padding: 8px 0 0 13px;
		color: #384766;
	}
	
	#news ul{
		border: solid 1px #CCC;
		border-top: 3px solid #384766;
		background-color: #ffffff;
		padding: 10px 20px;
		margin: 0;
	}
	
	#news ul li a{
		color: #4a5f8e;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 14px;
	}
	
.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}

.fa, .fab, .fal, .far, .fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-caret-right:before {
    content: "\f0da";
}

/*おすすめサイト*/
#recommended h2{
	margin-top: 20px;
	padding: 8px 0 0 13px;
	background-color: #ffffff;
	border: solid 1px #CCC;
	color: #384766;
}

#recommended img{
	border: solid 1px #CCC;
	border-top: 3px solid #0096ff;
	padding: 15px 14px;
	background-color: #ffffff;
	margin-top: 0;
}

/*フッター*/
footer{
	margin: 0;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
}

footer a{
	text-decoration: none;
	color: #ffffff;
}

	/*地域一覧*/
	footer #tiiki{
		background-color: #eaeaea;
		height: 120px;
	}
	footer #tiiki li a {
		color: #333333;
	}
	/*↑2023/10/12PCページメインカラー変更 @sc*/
	
	#tiikiin{
		width: 985px;
		overflow: hidden;
		margin: 0 auto;
	}
	
	#tiikiin ul{
		margin:12px 0;
	}
	
	footer #tiiki p{
		float: left;
		background-color: #0096ff;
		padding: 10px 20px;
		width: 60px;
		margin-top: 30px;
		margin-right: 10px;
	}
	
	footer #tiiki ul li{
		float: left;
		font-size: 12px;
		margin-top: 27px;
		padding: 0 8px;
	}
	
	footer #tiiki ul li+ li{
    border-left: solid 1px #384766;
    height: 18px;
	}
	
	/*規約*/
	footer #kiyaku{
		background-color: #0096ff;
		margin-top: -20px;
		height: 80px;
	}
	
	#kiyakuin{
		width: 985px;
		overflow: hidden;
		margin: 0 auto;
	}
	
	footer #kiyaku p{
		float: left;
		margin-top: 25px;
		margin-right: 40px;
	}
	
	footer #kiyaku ul{
		margin-top: 30px;
	}
	
	footer #kiyaku ul li{
		float: left;
		margin-left: 20px;
		font-size: 14px;
		font-weight: bold;
	}
/* ↓ お知らせ追加 */
.announce_top {
    margin-top: 40px;
    border: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
.info_list {
    text-decoration: none;
}
.announce_text1 {
    font-size: 16px;
    color: #333;
}
.announce_text2 {
    font-size: 14px;
    color: #0066d2;
}
.info_list:hover {
    text-decoration: underline;
}
.info_list:active {
    color: #333;
}
#map {
    margin-top: 0;
}
/* ↑ お知らせ追加 */