html,body{
	-webkit-text-size-adjust: 100%;
/*	font-family:sans-serif,"MS PGothic";*/
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
/*	background:#ede5dc;*/
	font-family: 'Cinzel', serif;
	font-family: 'Cormorant', serif;
	font-family: 'Crimson Text', serif;
	font-family: 'Playfair Display', serif;
}

body{
	background-image: url(../img/back.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

img{
	border:0;
}

ul,ol,dt,dd{
	margin:0;
	padding:0;
}

li{
	list-style:none;
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	border:0;
	color:#1a1a1a;
}

a:hover{
	text-decoration:none;
}

h1{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#105b5f;
}

h2{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:2.6;
	letter-spacing: 0.2em;
}

#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	text-align:center;
}

#main_contents{
	margin:0 auto;
	padding:30px 0 80px 0;
	width:1200px;
}

.contents:after {
	content: '';
	display: block;
	clear: both;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

header{
	width: 100%;
	z-index:900;
}

#header{
	width: 1200px;
	margin:0 auto 5px auto;
	padding:10px 0;
	text-align:center;
	position:relative;
}

.logo{
	margin-bottom: 30px;
}

.logo h1{
	z-index: 1004;
	margin: 0 0 0 0;
	width: 300px;
	height: 81px;
	opacity: 1;
}

.menu{
	position:relative;
}

#global-nav {
	display:block;
	color: #444;
	width: 100%;
	padding:3px 0;
	text-align: center;
/*	background: rgb(210,196,162);
	background: linear-gradient(90deg, rgba(210,196,162,0.5) 0%, rgba(255,255,255,0.2) 50%, rgba(210,196,162,0.5) 100%);*/
/*	background:url(../img/bg.png);*/
	background:#296c97;
}

#global-nav .global_bar{
	border-top:0.1px solid rgba(238,238,238,0.3);
	border-bottom:1px solid rgba(238,238,238,0.3);
}

#global-nav ul {
	width: 1200px;
	margin:0 auto;
	list-style: none;
}

#global-nav ul:after {
	content: '';
	display: block;
	clear: both;
}

#global-nav li {
	position:relative;
	float:left;
/*	width:14.285714%;*/
	width:16.666666%;
	color: #444;
	text-decoration: none;
	padding: 28px 0 4px 0;
}

#global-nav li:first-child{
	display:none;
}

#global-nav li#home:after {
	position:absolute;
	top:5px;
	left:88px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/home.png) no-repeat;
	background-size: contain;
}

#global-nav li#therapist:after {
	position:absolute;
	top:5px;
	left:88px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/therapist.png) no-repeat;
	background-size: contain;
}

#global-nav li#schedule:after {
	position:absolute;
	top:5px;
	left:88px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/schedule.png) no-repeat;
	background-size: contain;
}

#global-nav li#system:after {
	position:absolute;
	top:5px;
	left:88px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/system.png) no-repeat;
	background-size: contain;
}

#global-nav li#access:after {
	position:absolute;
	top:5px;
	left:88px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/access.png) no-repeat;
	background-size: contain;
}

#global-nav li#recruit:after {
	position:absolute;
	top:5px;
	left:88px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/recruit.png) no-repeat;
	background-size: contain;
}

#global-nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size:13px;
	letter-spacing: 0.2em;
}

#global-nav a .big{
/*	font-size:21px;*/
}

.menu_min{
	font-size:11px;
}

.menu_title{
	position:absolute;
	display:none;
	top:44px;
	left:20px;
	background:url("../img/menu_title.png");
	width:34px;
	height:10px;
	z-index: 1003;
}

.shop_time{
	position:absolute;
	top:18px;
	right:75px;
	color:#000;
	text-align:left;
	font-size:18px;
}

.shop_time {
	color:#000;
}

.shop_time a{
	color:#000;
}

.logo{
	margin: 0 0 0 10px;
	text-align:left;
}

#footer{
	position:absolute;
	bottom:0;
	text-align:center;
	height:30px;
	width:100%;
/*	background: transparent linear-gradient(180deg, #5D5D5D 0%, #131313 100%) 0% 0% no-repeat padding-box;*/
	background:#296c97;
	opacity: 1;
	color:#fff;
	font-size:13px;
}

.footer{
	display:none;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:1002;
}

.footer:after {
	content: '';
	display: block;
	clear: both;
}

.footer li{
	float:left;
	width : 33.33333% ; 
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

.footer li a{
	display:block;
	height:50px;
	background:#231816;
}

.footer li.tel_btn a{
/*	background:url(../img/ico_mobile.png) no-repeat center;*/
}


/* トップページ */

.shop_image{
	width:880px;
	height:326px;
	overflow:hidden;
	margin:0 auto 20px auto;
	padding:3px 0;
	background:#296c97;
}

.image_box{
	width:99%;
	height:318px;
	margin:0 auto;
	padding:0 0;
	overflow:hidden;
}

.image_box img{
}

.image_border{
	width:99%;
	height:318px;
	margin:0 auto;
	padding:3px 0;
	border:0.1px solid rgba(238,238,238,0.3);
}

.top_contents{
}

.top_contents:after {
	content: '';
	display: block;
	clear: both;
}

.right_box{
	float:right;
	width:900px;
}

.left_box{
	float:left;
	width:300px;
}

.box{
	width:880px;
	background:#296c97;
	margin:0 auto 20px auto;
	padding:3px 0;
}

.box_border{
	width:99%;
	height:99%;
	margin:0 auto;
	padding:3px 0;
	border:0.1px solid rgba(238,238,238,0.3);
}

.smart_box{
	float:right;
	width:880px;
}

.smart_box2{
	float:left;
	width:280px;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.top_logo{
	width:280px;
	margin:0 auto 70px auto;
	animation-name: fadein;
	animation-duration: 4s;
	animation-iteration-count: 1;
}

.marquee_box {
	position:relative;
	width:100%;
	height:30px;
	overflow:hidden;
}

.marquee {
	position:absolute;
	top:0;
	left:0;
	width: 300px;
	padding-left: 300px;
	white-space: nowrap;
	animation-name: marquee;
	animation-duration: 12s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	color:#ffffff;
}

@keyframes marquee {
	from    { transform: translate(0%); } 
	100%,to { transform: translate(-170%); }
}

.delayed-image {
	/* じわっと画像が表示される */
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
	0% {opacity: 0} /* 始め */
	100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.shop_title{
	width:100%;
	margin:0 auto 0 auto;
}

.shop_title h2{
	margin:0 0 0 0;
	padding:0;
	color:#fff;
	font-weight:normal;
	font-size:18px;
}

.shop_title2{
	width:100%;
	margin:0 auto 0 auto;
}

.shop_title2 h2{
	margin:0 0 20px 0;
	padding:0;
	color:#000;
	font-weight:bold;
	font-size:20px;
}

.small{
	font-size:13px;
	letter-spacing:0;
}

@media screen and (max-width:768px){
	.shop_title{
		width:90%;
	}
}

.shop_title_new{
	display:block;
	margin:0 ;
	padding:0 0;
}

.shop_title_new h2{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#000;
}

.shop_title_new2{
	display:none;
}

.new_banner{
	width:96%;
	margin:0 auto 20px auto;
}

.new_banner li{
	margin-bottom:20px;
}

.top_space{
	padding:20px 0 0 0 ;
}

.list_bar{
	width:80%;
	margin:0 auto 20px auto;
	padding:10px 0;
	background:#c9b993;
}

.list_bar a{
	color:#fff;
}

.top_twitter{
	width:100%;
	margin:0 auto 20px auto;
}

.room_label{
	border-left:solid 3px #4080a8;
	width:90%;
	margin:0 auto 20px auto;
}

.room_label h3{
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#333;
}

.room_list li{
/*	border-bottom:1px solid #999;*/
	padding:15px 0;
}

.room_list li:last-child{
	border:0;
}

#top_news{
	margin:0 0 20px 0;
	padding:3px 0;
	width:100%;
	background:#296c97;
}

.news_border{
	width:99%;
	height:318px;
	margin:0 auto;
	padding:3px 0;
	border:0.1px solid rgba(238,238,238,0.3);
}

.top_news{
	margin:0 auto 10px auto;
	width:99%;
	height:256px;
	background:#ffffff;
	overflow-y:auto;
}

.top_news li{
	width:98%;
	margin:0 auto 20px auto;
}

.top_news li .time{
	margin:0 0 5px 0;
	text-align:left;
}

.top_news li .title{
	margin:0 0 10px 0;
	text-align:left;
}

.top_news li .msg{
	text-align:left;
	line-height:1.8;
}

#top_schedule{
	margin:0 0 20px 0;
	padding:3px 0;
	width:100%;
	background:#296c97;
}

.top_schedule2{
	width:99%;
	margin:0 auto 0 auto;
	padding:10px 0 0 0 ;
	background:#ffffff;
}

.schedule_border{
	width:99%;
	height:99%;
	margin:0 auto;
	padding:3px 0;
	border:0.1px solid rgba(238,238,238,0.3);
}

.top_schedule2:after {
	content: '';
	display: block;
	clear: both;
}

.top_schedule2 li{
	float:left;
	width:33.3%;
	margin:0 0 15px 0;
	border:0;
}

.top_schedule2 li .cast_box{
	width:94%;
	margin:0 auto 15px auto;
	padding:20px 0 10px 0 ;
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: ;
	background:#fff;
	border:1px solid #4080a8;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.top_schedule2 li .img{
	position:relative;
	width:90%;
	margin:0 auto 10px auto;
}

.top_schedule2 li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.top_schedule2 li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

.top_schedule2 li .time{
	width:90%;
	margin:0 auto 10px auto;
	padding:6px 0;
	color:#fff;
	font-size:14px;
	background:#4080a8;
}

.top_photo{
	float:left;
	width:280px;
	margin:0 auto 20px auto;
}

.attention{
	width:99%;
	margin:0 auto;
	background:#fff;
}

.attention li{
	width:98%;
	text-align:left;
	margin:0 auto;
	padding:5px 0;
	font-size:13px;
	line-height:1.6;
}

.movie_list{
	width:99%;
	padding:10px 0 ;
	margin:0 auto ;
	background:#ffffff;
}


.movie_list:after {
	content: '';
	display: block;
	clear: both;
}

.movie_list li{
	float:left;
	width : 33.33333% ; 
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	margin:0 0 20px 0;
}

.movie_list li video{
	width:230px;
	height:180px;
	margin:0 auto;
	overflow:hidden;
}

.movie{
	width:94%;
	margin:0 auto ;
	padding:10px 0;
	background:#fff;
	border:1px solid #d6cebc;
}

.shop_top_news{
	width:100%;
	background:#E8EDFF;
	margin:0 0 20px 0;
}

.shop_top_news li{
	position:relative;
	padding:10px 0;
	min-height:95px;
}

.shop_top_news li:after {
	content: '';
	display: block;
	clear: both;
}

.shop_top_news li .img{
	position:absolute;
	top:10px;
	left:10px;
}

.shop_top_news li .news_box{
	padding:0 0 0 120px;
}

.shop_top_news li .news_box .time{
	color:#444444;
	text-align:left;
	font-size:12px;
}

.shop_top_news li .news_box .title{
	color:#444444;
	text-align:left;
}

#pickup{
	margin:0 0 20px 0;
	padding:3px 0;
	width:100%;
	background:#296c97;
}

#pickup:after {
	content: '';
	display: block;
	clear: both;
}

.pickup_border{
	width:97%;
	height:390px;
	margin:0 auto;
	padding:3px 0;
	border:0.1px solid rgba(238,238,238,0.3);
}

.pickup_slider{
	width:85%;
	margin:0 auto;
}

.pickup_slider img{
	margin:0 0 6px 0;
	border:5px solid #fff;
}

.pickup_slider .name{
	color:#fff;
}

iframe{
	background:#fff;
}

#top_newface{
	width:100%;
	height:458px;
	margin: 0 auto 20px auto;
	padding:3px 0;
	text-align:center;
	background:#296c97;
}

.newface_border{
	width:99%;
	height:449px;
	margin:0 auto;
	padding:3px 0;
	border:0.1px solid rgba(238,238,238,0.3);
}

.newface_box{
	width:100%;
	margin:0 auto;
}


.top_newface{
	width:99%;
	height:380px;
	background:#fff;
	padding:10px 0 ;
	margin:0 auto 10px auto;
}

.top_newface:after {
	content: '';
	display: block;
	clear: both;
}

.top_newface li{
	float:left;
	width : 33.33333% ; 
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	margin:0 0 0 0;
	border:0;
}

.top_newface li .img{
	position:relative;
	width:90%;
	margin:0 auto 10px auto;
}

.top_newface li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.top_newface li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

	.shop_info{
		width:90%;
		margin:0 auto 30px auto;
	}

	.shop_info:after{
		content: '';
		display: block;
		clear: both;
	}

	.shop_info li.item{
		padding:10px 0;
		width:100%;
		background:#4080a8;
		color:#fff;
		text-align:center;
	}

	.shop_info li:first-child{
	/*	border:1px solid #000;*/
	}

	.shop_info li:last-child{
	}

	.shop_info li{
		width:100%;
		min-height:24px;
		padding:10px 0;
		text-align:left;
	}

	.shop_info li .text{
		width:94%;
		margin:0 auto;
	}

.shop_banner{
	width:90%;
	margin:0 auto 12px auto;
}

.google_map{
	width:90%;
	margin:0 auto 20px auto;
}

table.access_info{
	border-collapse:collapse;
	border:1px solid #ccc;
	width:94%;
	margin:0 auto 20px auto;
}

table.access_info tr{
	background:#ffffff;
}


table.access_info tr:nth-child(even){
	background:#f7f8ff;
}

table.access_info th{
	font-style:normal;
	font-size:14px;
	border-collapse:collapse;
	border:1px solid #ccc;
	padding:6px;
	color:#444444;
	width:60px;
}

table.access_info td{
	font-size:14px;
	padding:6px;
	border-collapse:collapse;
	border:1px solid #ccc;
	color:#444444;
}

/* セラピスト */

.therapist_list{
	width:90%;
	margin:0 auto;
}


.therapist_list:after {
	content: '';
	display: block;
	clear: both;
}

.therapist_list li{
	float:left;
	width:33.33333%;
	margin:0 0 15px 0;
	border:0;
}

.therapist_list li .cast_box{
	width:94%;
	margin:0 auto 15px auto;
	padding:20px 0 10px 0 ;
	border:1px solid #296c97;
	background:#ffffff;
}

.therapist_list li .img{
	position:relative;
	width:90%;
	margin:0 auto 10px auto;
}

.therapist_list li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.therapist_list li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

.therapist_list li .time{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
	font-size:12px;
}

/* セラピスト詳細 */

.therapist_box{
	width:100%;
	background:#296c97;
	margin:0 auto 20px auto;
	padding:3px 0;
}

.therapist_border{
	width:99%;
	height:99%;
	margin:0 auto;
	padding:3px 0;
	border:0.1px solid rgba(238,238,238,0.3);
}

#therapist_detail{
	width:99%;
	margin:0 auto;
	padding:0 0 20px 0;
	background:#fff;
}

.therapist_top{
	width:98%;
	margin:0 auto;
	padding:40px 0 20px 0;
}

.therapist_top:after{
	content: '';
	display: block;
	clear: both;
}

.therapist_title h2{
	color:#231816;
	font-weight:bold;
	font-size:20px;
}

.therapist_img{
	position: relative;
	width:400px;
/*	height:450px;*/
	z-index:1;
	margin:0 10px 0 0 ;
	float:left;
}

.profile{
	width:390px;
	margin:0 20px 30px auto;
	text-align:left;
	float:right;
}

.reserve_btn{
	width:90%;
	margin:0 auto 20px auto;
}

.profile ul{
	width:100%;
}

.profile ul:after{
	content: '';
	display: block;
	clear: both;
}

.profile li.item{
	width:100%;
	padding:8px;
	background:#4080a8;
	color:#fff;
	text-align:center;
}

.profile li{
	width:100%;
	min-height:24px;
	padding:8px;
	word-break: break-all;
}

	.weekly_schedule{
		width:90%;
		margin:0 auto 30px auto;
	}

	.weekly_schedule:after{
		content: '';
		display: block;
		clear: both;
	}

	.weekly_schedule li{
		width:100%;
	}

	.week_day{
	background:#4080a8;
	color:#fff;
		padding:10px 0;
	}

	.schedule_time{
		padding:10px 0;
		word-break: keep-all;
	}

	.therapist_bottom{
		width:100%;
	}

	.bottom_left{
		width:90%;
		margin:0 auto 30px auto;
	}

	.therapist_photo{
		width:100%;
		height:800px;
		overflow-y:auto;
		padding:0;
	}

	.therapist_photo li{
		margin:0 0 20px 0;
		padding:0 0 20px 0;
		border-bottom:1px dotted #ccc;
	}

	.therapist_photo li:last-child{
		border-bottom:none;
	}

	.therapist_photo li:after{
		content: '';
		display: block;
		clear: both;
	}

	.therapist_photo .img{
		float:left;
		width:300px;
		margin:0;
		padding:0;
	}

	.therapist_photo .img .detail{
		width:100%;
	}

	.therapist_photo .item{
		float:right;
		padding:10px 0;
		width:700px;
	}

	.therapist_photo .item .time{
		text-align:left;
	}

	.therapist_photo .item .title{
		text-align:left;
		margin:0 0 20px 0;
	}

	.therapist_photo .item .msg{
		text-align:left;
		line-height:1.6;
	}

	.therapist_bottom .bottom_right{
		width:90%;
		margin:0 auto 0 auto;
	}


.msg_text{
	width:90%;
	margin:0 auto 20px auto;
	text-align:left;
}

.twitter{

}

/* 出勤情報 */

.shop_week{
	width:98%;
/*	height:20px;*/
	margin:0 auto 10px auto;
	padding:10px 0;
}

.shop_week:after{
	content: '';
	display: block;
	clear: both;
}

.shop_week li{
	float:left;
	width : 14.28571% ;
	width : -webkit-calc(100% / 7) ;
	width : calc(100% / 7) ;
}

.shop_week li a{
	width:90%;
	padding:16px 0 ;
	font-size:13px;
	font-weight:bold;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	overflow: hidden;
	transition: .4s;
	background:rgba(64,128,168,0.8);
}

.shop_week li.select a{
	width:90%;
	padding:16px 0 ;
	font-size:13px;
	font-weight:bold;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	overflow: hidden;
	transition: .4s;
	background:#296c97;
}

.shop_week li a .day{
	font-weight:normal;
	font-size:10px;
}

.shop_week li a .week_day{
	font-weight:normal;
	font-size:11px;
}

.day_red{
	font-weight:normal;
	color:#ff0000;
}

.day_blue{
	font-weight:normal;
	color:#0000ff;
}

.schedule_list{
	width:90%;
	margin:0 auto;
}


.schedule_list:after {
	content: '';
	display: block;
	clear: both;
}

.schedule_list li{
	float:left;
	width:33.3333%;
	margin:0 0 15px 0;
	border:0;
}

.schedule_list li .cast_box{
	width:94%;
	margin:0 auto 15px auto;
	padding:20px 0 10px 0 ;
	border:1px solid #296c97;
	background:#ffffff;
}

.schedule_list li .img{
	position:relative;
	width:90%;
	margin:0 auto 10px auto;
}

.schedule_list li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.schedule_list li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

.schedule_list li .size{
	margin:0 auto 10px auto;
}

.schedule_list li .time{
	width:90%;
	margin:0 auto 10px auto;
	padding:8px 0;
	color:#fff;
	font-size:16px;
	background:#4080a8;
}

/* news */

.shop_news{
	padding:30px 0;
}

.shop_news li{
	width:90%;
	margin:0 auto;
	padding:20px 0;
	border-bottom:1px dotted #999;
}

.shop_news li:last-child{
	border:0;
}

.shop_news li .img{
	margin-bottom:8px;
}

.shop_news li .time{
	color:#666;
	font-size:12px;
	text-align:left;
}

.shop_news li .title{
	color:#231816;
	font-size:16px;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}

.shop_news li .msg{
	font-size:12px;
	color:#333;
	text-align:left;
}

/* 料金 */

.system_title{
	margin:0 auto 10px auto;
	padding:10px 0;
	width:94%;
	background:#4080a8;
}

.system_title h3{
	color:#fff;
/*	margin:0 0 0 10px;*/
	text-align:center;
	padding:0;
	font-size:18px;
}

.system_msg{
	color:#333;
	text-align:left;
	font-size:15px;
	line-height:1.6;
	margin:0 auto 14px auto;
	width:90%;
}

.system_detail{
	width:90%;
	margin:0 auto 20px auto;
	padding:5px 0;
}

.system_detail table{
	width:98%;
	margin:0 auto ;
	background:#ffffff;
	border-collapse:collapse;
}

.system_detail th{
	width:50%;
	padding:20px 10px ;
	text-align:center;
	font-size:20px;
	color:#333;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
}

.system_detail td{
	width:50%;
	padding:10px ;
	text-align:center;
	font-size:20px;
	color:#333;
	border-bottom:1px solid #d1d1d1;
}

/* 割引チケット */

#ticket{
	padding:10px 0;
}

#ticket .title{
	border-bottom:3px solid #dfd3cd;
	text-align:left;
	margin-bottom:10px;
}

#ticket .title h3{
	color:#231816;
	margin:0 0 0 3px;
	padding:0;
	font-size:13px;
}


#ticket .msg{
	text-align:left;
	font-size:14px;
	line-height:1.6;
}

#ticket .limit{
	text-align:left;
	font-size:12px;
	color:#FF6600;
}

/* アクセス */

#access{
	padding:10px 0;
	margin:0 auto 0 auto;
}

#access .room_name{
	text-align:left;
}

#access .room_name h3{
	font-weight:bold;
	font-size:14px;
	color:#1a1a1a;
	margin-bottom:5px;
}

#access .access{
	width:90%;
	margin:0 auto;
	font-size:13px;
	text-align:left;
	background:#4080a8;
	color:#fff;
	padding:5px 0;
}

#access .access h4{
	margin:0 0 0 10px;
	font-size:13px;
	text-align:left;
	color:#fff;
	padding:0;
}

#access .guide{
	font-size:14px;
	text-align:left;
	color:#333;
	width:90%;
	margin:0 auto 10px auto;
	padding:5px 0;
}

#access .parking{
	width:90%;
	margin:0 auto 10px auto;
	font-size:13px;
	text-align:left;
	background:#4080a8;
	padding:5px 0;
}

#access .parking h4{
	margin:0 0 0 10px;
	font-size:13px;
	text-align:left;
	color:#fff;
	padding:0;
}

/* qa */

.qa_list {
	width:98%;
	margin:0 auto;
}

.qa_list li{
	text-align:center;
	margin-bottom:10px;
}

.qa_list li .q{
	text-align:left;
	color:#105b5f;
	font-size:13px;
}

.qa_list li .a{
	width:98%;
	margin:0 auto;
	text-align:left;
	font-size:13px;
}

/* 求人 */


