@font-face {
	font-family: "BebasNeueRegular";
	src: url("fonts/BebasNeue-webfont.eot");
	src:
		url("fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"),
		url("fonts/BebasNeue-webfont.woff") format("woff"),
		url("fonts/BebasNeue-webfont.ttf") format("truetype"),
		url("fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
html,
body {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #979797;
	width: 190px;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: "";
}
abbr,
acronym {
	border: 0;
}
/* General Demo Style */
body {
	font-family:
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.ie7 body {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
.container {
	position: relative;
	text-align: center;
}
.clr {
	clear: both;
}
.container > header {
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: left;
	margin-bottom: -180px;
}
.container > header h1 {
	font-family: "BebasNeueRegular", "Arial Narrow", Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding: 0px 0px 5px 0px;
}
.container > header h1 span {
}
.container > header h2,
p.info {
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
/* Header Style */
.codrops-top {
	/* font-family: Arial, sans-serif; */
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	color: #fff;
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover {
	color: #fff;
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: none;
	display: inline;
}

p.codrops-demos {
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover {
	display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #a90329),
		color-stop(44%, #8f0222),
		color-stop(100%, #6d0019)
	);
	background: -webkit-linear-gradient(
		top,
		#a90329 0%,
		#8f0222 44%,
		#6d0019 100%
	);
	background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
}
p.codrops-demos a:hover {
	background: #6d0019;
}
p.codrops-demos a:active {
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #6d0019),
		color-stop(56%, #8f0222),
		color-stop(100%, #a90329)
	);
	background: -webkit-linear-gradient(
		top,
		#6d0019 0%,
		#8f0222 56%,
		#a90329 100%
	);
	background: -o-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover {
	color: #a5727d;
	background: #6d0019;
}

.logo_base {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 550px 626px 0 0;
	border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}

.logo_area {
	background-image: url(../images/logo.png);
	height: 350px;
	width: 430px;
	position: relative;
	top: -499px;
	background-repeat: no-repeat;
}

.enter_base {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0 511px 509px;
	border-color: rgba(0, 0, 0, 0.5) transparent;
	position: fixed;
	bottom: 0;
	right: 0;
}

.enter_area {
	background-image: url(../images/enter.png);
	height: 110px;
	width: 680px;
	position: relative;
	top: 250px;
	left: -275px;
	background-repeat: no-repeat;
	display: -webkit-inline-box;
}

.kinkin {
	width: 328px;
	height: 82px;
	/* background-color: #000; */
	position: relative;
	left: -391px;
	top: 247px;
	background-image: url(../images/18.png);
	background-repeat: no-repeat;
	background-size: 67px;
	font-size: 10px;
	color: #9a9a9a;
	padding-left: 87px;
	text-align: left;
	padding-top: 11px;
	line-height: 20px;
	background-position-x: 14px;
	background-position-y: 7px;
}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header {
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

.fastarea {
	padding: 9px 0px 20px;
	width: 920px;
	height: 356px;
	margin-top: 9px;
}

.pickup {
	/*    margin-left: 630px;*/
	height: 380px;
	background: url(../images/top_twit.png) no-repeat;
	/* border: solid 1px #898989; */
	margin-top: 3px;
}
.window {
	margin-top: 25px;
}
.topics_area {
	width: 282px;
	/*    margin-left: 7px;*/
	/* margin-right: auto; */
	padding-top: 46px;
}

.mov_area {
	background: url(../images/mov_frame.png) no-repeat;
	float: left;
	height: 363px;
	width: 614px;
	position: relative;
	margin-left: 155px;
	margin-bottom: 10px;
	border: solid 1px #898989;
}

.event_area {
	height: 350px;
	width: 630px;
	float: left;
}

#mainNavi {
	padding: 0px;
	height: 47px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

#mainNavi ul {
	list-style-type: none;
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 51px;
}

#mainNavi li {
	float: left;
	display: block;
}

#mainNavi img {
	width: 120px;
	margin-top: -2px;
}

#slider2 {
	width: 600px;
	margin: 97px auto;
	padding: 9px 20px 20px;
}

.slider-wrapper {
	height: 371px;
	width: 640px;
	float: left;
	background: url(../images/main_event.png) no-repeat;
}

.twitter {
	height: 572px;
	width: 280px;
	float: left;
	background: url(../images/shame.png) no-repeat;
	padding-top: 64px;
	margin-bottom: 4px;
}

.event_area2 {
	height: 398px;
	width: 100%;
	float: left;
}

.newface {
	width: 640px;
	background: url(../images/main_new.png) no-repeat;
	background-position: top center;
	padding-top: 95px;
	margin-top: 15px;
}

.newface li {
	/* height: 290px; */
	/* width: 166px; */
	/* position: relative; */
	float: left;
	/* padding: 7px; */
	/* background-color: rgb(41, 41, 41); */
	/* border-radius: 4px; */
	background-position: center;
	margin-top: -28px;
	margin-left: 1px;
}
.pick_box {
	height: 290px;
	width: 155px;
	background-color: #ffffff;
	position: relative;
	float: left;
	/* margin: 0 5px 5px 0; */
	background: url(../images/top_n.jpg) no-repeat;
	padding: 7px;
	background-color: rgb(199, 198, 198);
	background-image: url(../images/pr_bg.jpg);
	border-radius: 4px;
	background-position: center;
}

.photo {
	width: 147px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	position: relative;
	height: 247px;
}

.name {
	/*  background: url(../images/main_name.gif) no-repeat;*/
	/*   height: 20px;*/
	width: 151px;
	color: #ffffff;
	text-align: center;
	left: 0px;
	font-size: 13px;
	text-shadow: 1px 1px #000;
}

.kana {
	text-align: center;
	font-size: 1px;
	color: #fff;
	margin-top: -5px;
	text-shadow: 1px 1px #000;
}

.time {
	width: 167px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: -1px;
	text-decoration: none;
	background-image: url(../images/clock.png);
	background-repeat: no-repeat;
	background-position-x: 14px;
	text-shadow: 1px 1px #000;
}

.day {
	width: 167px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: -1px;
	text-decoration: none;
	/*  background-image: url(../images/shop2.png);*/
	background-repeat: no-repeat;
	background-position-x: 1px;
	text-shadow: 1px 1px #000;
	padding-left: 8px;
	background-position-y: 1px;
}

.pick_name {
	position: absolute;
	/*background: url(../images/main_name.gif) no-repeat;*/
	height: 20px;
	width: 151px;
	top: 226px;
	z-index: 500;
	color: #505050;
	text-align: center;
	left: 0px;
	font-size: 13px;
}

.facebook {
	height: 330px;
	width: 280px;
	float: left;
	background: url(../images/face_bg.png) no-repeat;
	padding-top: 64px;
	margin-top: 296px;
}

.event_area3 {
	height: 740px;
	width: 100%;
	float: left;
}

.instagram {
	height: 270px;
	width: 274px;
	float: left;
	background: url(../images/inst.png) no-repeat;
	padding-top: 90px;
	margin: 15px 0;
}

.top_sch {
	height: auto;
	width: 615px;
	float: left;
	background: url(../images/main_sch.png) no-repeat;
	padding-left: 25px;
	padding-top: 108px;
}

#side {
	width: 283px;
	float: left;
	margin-left: 7px;
	margin-bottom: 22px;
}
#side_img {
	padding-top: 290px;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

.photo_diary .sum img {
	width: 100%;
	height: auto;
}

.photo_diary .sum {
	width: 30%;
	clear: both;
	height: 77.69px;
	overflow: hidden;
	float: left;
}
.photo_diary .right {
	float: left;
	width: 65%;
	padding-left: 0.56em;
}

.photo_diary:last-child {
	border-bottom: 1px solid #888;
	color: #ffb102;
}

.photo_diary {
	clear: both;
	/* margin-bottom: 0.2em; */
	height: 84px;
	/* margin-bottom: 1em; */
	padding: 1.8px 1em;
	/* border-top: 1px solid #888; */
}

.menu2 {
}

.pagetop img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* width: 100%; */
}

.content2 {
	width: 920px;
	_width: 960px;
	height: 100%;
	margin: 20px auto;
	/*background: url(../img/all/main_bg.png) repeat-y center top;*/
	padding: 5px 20px 20px;
	background-color: rgb(0, 0, 0);
}

.name_box {
	background-color: rgba(0, 0, 0, 0.69);
	position: relative;
	top: -54px;
}

.cast_box {
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	height: 300px;
}

.cast_box_top,
.cast_box {
	padding: 10px 0;
	width: 157px;
	height: 345px;
	text-align: center;
	margin: 0 12px 10px;
	box-shadow: 0px 0px 3px rgb(42, 42, 42);
	background: url(../images/girls_bg.png);
	/* border-radius: 6px; */
	background-color: #1b1b1b;
	padding-top: 0px;
	border: solid 1px #313131;
}
.thum {
	width: 140px;
}

.schtime {
	width: 78px;
	float: left;
	background: #000;
	color: white;
	padding: 4px;
	border: solid 1px #737373;
	text-align: center;
}

.schtime:nth-child(n + 7) {
	display: none;
}

#sch_bay {
	/*    width: 100%;*/
	height: 30px;
	margin-left: 167px;
	margin-bottom: 32px;
}

.left_side {
	/*    width: 630px;
    height: auto;
    float: left;
    margin-bottom: 41px;*/
}

.clear {
	clear: both;
}
.clear hr {
	display: none;
}

.right_side {
	margin-left: 15px;
	width: 600px;
	float: left;
	margin-top: 4px;
}

.topics {
	height: 413px;
	width: 615px;
	float: left;
	background: url(../images/main_topics.png) no-repeat;
	padding-left: 18px;
	padding-top: 73px;
	margin-top: 11px;
}

.top_sch li {
	/* height: 290px; */
	/* width: 166px; */
	/* position: relative; */
	float: left;
	/* padding: 7px; */
	/* background-color: rgb(41, 41, 41); */
	/* border-radius: 4px; */
	background-position: center;
	margin-top: -30px;
	margin-left: 1px;
}

.left_side2 {
	width: 630px;
	height: 1770px;
	float: left;
}
.left_side10 {
	width: 630px;
	height: 2770px;
	float: left;
}
.mailmaga_text {
	position: relative;
	top: -63px;
}

.rec_text p {
	font-weight: bold;
	padding-left: 10px;
}

.red2 {
	font-weight: bold;
	color: rgb(185, 1, 1);
}
.rec_text {
	font-size: 18px;
}

.recruit_table th,
.recruit_table td {
	padding: 5px;
	border: solid 1px #b0b0b0;
}
.left_side3 {
	width: 630px;
	height: 1660px;
	float: left;
	margin-top: -3px;
}

.left_side6 {
	width: 638px;
	height: 2400px;
	float: left;
	margin-top: -3px;
}

#mainContents h3 {
	clear: both;
	text-align: center;
	margin: 0 0 14px;
}

#mainContents p.guideImage {
	float: right;
	margin: -9px 8px 5px 10px;
	padding-bottom: 6px;
}

#mainContents p {
	overflow: hidden;
	margin: 0 0 25px 15px;
}
#block1 #contTbl {
	text-align: left;
	width: 500px;
	/* position: absolute; */
	/* left: 0px; */
	/* top: 250px; */
}

#block1 th {
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

#block1 input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #979797;
	/* width: 190px; */
}

.contac_text {
	padding: 22px;
}

#profBox {
	background-image: url(../images/prof02.jpg);
	height: 1070px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
	margin-bottom: 20px;
	position: relative;
}
#profBox #name {
	width: 500px;
	position: absolute;
	left: 30px;
	top: 75px;
	height: 43px;
	background-image: url(../images/name_tit.png);
	padding-left: 61px;
	background-repeat: no-repeat;
	padding-top: 3px;
	color: #000;
}
#name h3 {
	font-size: 21px;
	font-weight: bold;
}

#name .size {
	font-size: 12px;
	font-weight: normal;
}
#profBox #dataBox {
	/* overflow: auto; */
	height: 455px;
	width: 400px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 215px;
}

#dataBox h2 {
	margin-top: 5px;
	clear: both;
	height: 14px;
	color: #fff;
	text-indent: 0px;
}

#profBox #dataBox .specifications {
	list-style-type: none;
	padding: 0px;
}

#dataBox .specifications li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	color: #c50000;
}

.prof_btn_wrap {
	position: absolute;
	left: 30px;
	top: 450px;
}

.prof_btn_wrap .prof_btn {
	margin-bottom: 10px;
}

.prof_btn_wrap .prof_btn {
	margin-bottom: 10px;
}

.clear {
	clear: both;
	background-color: #ffffff;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.prof_banner {
	position: absolute;
	left: 310px;
	top: 205px;
}

#profBox #com {
	height: 560px;
	width: 378px;
	overflow-y: scroll;
}

#profBox #weekBox {
	background-image: url(../images/prof_sch02.jpg);
	height: 404px;
	width: 260px;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#profBox #dialyBox {
	height: 404px;
	width: 260px;
	position: absolute;
	border: 4px solid #8c8c8c;
	background-color: #fff;
	overflow: auto;
	left: 310px;
	bottom: 30px;
	box-sizing: border-box;
}

#profBox #photo {
	position: absolute;
	top: 35px;
	right: 132px;
}

#profBox #tham1 {
	display: block;
	list-style-type: none;
	position: absolute;
	right: 35px;
	top: 35px;
	width: 94px;
	height: 720px;
}

#profBox #opT {
	position: absolute;
	left: 587px;
	top: 777px;
}

#profBox #op {
	width: 586px;
	position: absolute;
	left: 588px;
	top: 805px;
}

#profBox #movieT {
	position: absolute;
	left: 587px;
	top: 920px;
}

#profBox #movie {
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-image: url(../images/prof_m02.jpg);
	height: 324px;
	width: 577px;
	padding: 1px;
}

#profBox #movie {
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-image: url(../images/prof_m02.jpg);
	height: 324px;
	width: 577px;
	padding: 1px;
}

#weekBox li {
	display: block;
	height: 47px;
	width: 240px;
	margin-bottom: 5px;
	color: #ffffff;
	position: relative;
}

#profBox #weekBox li .day {
	position: absolute;
	left: 6px;
	top: 4px;
	line-height: 1.3;
	text-align: center;
}

#profBox #weekBox li .time {
	position: absolute;
	left: 45px;
	top: 14px;
	font-size: 14px;
}

#profBox #weekBox .sch2 {
	background-color: #850307;
}

.slider_box {
	display: block;
	width: 469px;
	margin-left: auto;
	margin-right: 297px;
}

.kihon tr,
.option tr {
	display: flex;
	flex-wrap: wrap;
}

.kihon th,
.option th {
	background: rgb(191, 191, 191);
	border-bottom: solid 1px black;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: black;
	width: 143px;
	text-shadow: 1px -1px 1px #f0f0f0;
}

.kihon td,
.option td {
	width: 33px;
	text-align: center;
	background: black;
	color: white;
	border-bottom: solid 1px #383838;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog .shopcpmment {
	float: left;
	margin-right: 3.56em;
}

.blog .heaven_blog {
	float: left;
}

.blog iframe {
	margin-top: 0.2em;
	height: 560px;
	width: 466px;
}

.prf_sch {
	text-align: center;
	font-size: 12px;
	width: 900px;
	clear: both;
	border: solid 1px black;
	height: 60px;
}

.prf_sch th {
	background: rgb(191, 191, 191);
	border-left: solid 1px black;
	text-align: center;
	color: #000;
}

.left_side4 {
	width: 640px;
	height: 1440px;
	float: left;
	margin-top: -3px;
}

.mail_form li {
	color: white;
}

/* #slider_main
--------------------------- */
* {
	margin: 0;
	padding: 0;
}
#slider_main {
	margin: 82px auto;
	width: 595px;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
#slider_main ul {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
#slider_main ul li {
	width: 595px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* #slider_thumb
--------------------------- */
#slider_thumb {
	margin: 10px auto;
	width: auto;
	height: 50px;
	text-align: center;
}
#slider_thumb ul {
	display: inline;
}
#slider_thumb ul li {
	cursor: pointer;
	display: inline;
}
#slider_thumb ul li.active {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

/* =======================================
    ClearFixElements
======================================= */
#slider_main ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slider_main ul {
	display: inline-block;
	overflow: hidden;
}

.ank textarea {
	width: 300px;
	height: 100px;
}

/*.hotel_li th {
    background: rgb(145, 25, 26);
    text-align: center;
    border: solid 1px black;
    width: 156px;
}
.hotel_li td {
    padding: 5px;
    border: solid 1px rgb(82, 71, 71);
}

.hotel_li td {
    background-color: rgba(0, 0, 0, 0.55);
}
*/

/*ホテルリスト-------------------------*/
.hotel_wrap {
	/*overflow: hidden;*/
}

.hotel {
	width: 365px;
	float: left;
	border: solid 1px #868686;
	margin: 5px;
	padding: 5px;
	font-size: 0.8em;
	background-color: rgba(0, 0, 0, 0.55);
}

.hotel_tit {
	border-bottom: 1px #868686 dotted;
	margin-bottom: 3px;
}

#map_canvas {
	color: black;
}

.hotel_li {
	width: 100%;
}

.hotel_li th,
.hotel_li td {
	padding: 5px;
}

.hotel_li td {
	background-color: rgba(0, 0, 0, 0.55);
}

.hotel_li th {
	background: rgb(145, 25, 26);
	text-align: center;
	border: solid 1px black;
}

.hotel_li {
	font-size: 0.8em;
}

.hotel_li td {
	padding: 5px;
	border: solid 1px rgb(82, 71, 71);
}

.hotel_li a {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

#map_canvas {
	width: 98%;
}

.gm-style .gm-style-iw {
	font-weight: 300;
	font-size: 13px;
	overflow: hidden;
	color: #000;
}

.prf th,
.prf2 th {
	width: 95px;
	background: url(../img/prfd_bg.png);
	background-size: 69%;
	border-bottom: solid 1px black;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-shadow: -1px 1px 0px #fff;
}

.prf td,
.prf2 td {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px rgb(69, 69, 69);
}

.hotel_li {
	width: 600px;
	font-size: 11px;
}

.hotel_wrap {
	width: 600px;
}

.tit_center {
	/*    text-align: center;*/
}
.rec_text {
	width: 640px;
}
.form {
	width: 350px;
}
.recruit_table {
	background: white;
	font-size: 0.8em;
	color: black;
}
.recruit_table th,
.recruit_table td {
	padding: 5px;
	border: solid 1px #b0b0b0;
}
.recruit_table input {
	width: 20px;
}

.mail_form {
	height: 190px;
	width: 270px;
	border-radius: 0.36em;
	background: url(../img/mmg.png) gray;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.mail_form form {
	position: relative;
	bottom: -10em;
	text-align: center;
}
.mail_form form input[type="text"] {
	width: 90%;
}
