@charset "utf-8";


* {
	padding:0;
	margin: 0;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1{
	font-size:medium;
	font-weight:normal;
	display: inline;
	font-size:10px;
	margin:0px;
	padding:0px;
}

h2{
	font-size: 16px;
	font-weight:normal;
	color: #FFFFFF;
	background-image: url(../../img/yokohama_title_bar.jpg);
	height: 30px;
	background-repeat: no-repeat;
	padding:2px 0px 0px 20px;
}

#h2_pan{
	font-size:medium;
	font-weight:normal;
	display: inline;
	font-size:10px;
	margin:0px;
	padding:0px;
	background-image:none;
}

h3{
	font-size:18px;
	font-weight:normal;
	color:#ab3c36;
}

p{
	margin:0px;
	padding:0px;
}

/*--------------------------------------*/

.error li{
	color:red;
}

/*--------------------------------------*/

#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../img/base_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
	padding:0px 6px 0px 6px;
}
body {
	color:#333333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #AC7B28;
    text-decoration: none;
}
a:hover {
	color: #E74B5F;
	text-decoration: none;
}
/*
ヘッダー
-------------------------------------------*/
#head {
	
	height: 130px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	
}

#head #logo {
	
	font-size: 10px;
	top: 15px;
	font-weight: normal;
	line-height: 16px;
	color: #A89866;
	left: 30px;
	
}

#head img#site_logo {
	
	left: -14px;
	top: -5px;
	
}
#head #h_list {
	
	right: 20px;
	top: 0px;
	
}
#head #h_list li {
	
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../../img/yokohama_li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
	
}
#head #h_list a {
	text-decoration: none;
}
#head #info {
	
	right: 4px;
	font-size: 11px;
	color: #666666;
	line-height: 26px;
	text-align: right;
	height: 77px;
	
}

#head #info strong {
	font-size: 24px;
	color: #bd4356;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #info1 {
	
	right: 312px;
	font-size: 9px;
	color: #999999;
	line-height: 13px;
	text-align: left;
	
}
#head #info1 strong {
	font-weight: normal;
	color: #999999;
	font-size: 9px;
}
#head #info1 span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}

/*
グローバルナビ
-------------------------------------------*/
#navi {
	height: 44px;
	width:900px;
}

#navi li a, #navi li strong {
	display: block;
	float: left;
	height: 44px;
	text-align: center;
	width:128px;
	padding-top:3px;

}

#menu_top > strong{
	
	background:#fff;
	color:#000;
	
}

#menu_top > a{
	
	background:#000;
	color:#fff;
	
}

#menu_top > a:hover{
	
	background:#fff;
	color:#000;
	
}

#menu_concept > strong{
	
	background:#fff;
	color:#1f8fff;
	
}

#menu_concept > a{
	
	background:#1f8fff;
	color:#fff;
	
}

#menu_concept > a:hover{
	
	background:#fff;
	color:#1f8fff;
	
}

#menu_menu > strong{
	
	background:#fff;
	color:#ff6100;
	
}

#menu_menu > a{
	
	background:#ff6100;
	color:#fff;
	
}

#menu_menu > a:hover{
	
	background:#fff;
	color:#ff6100;
	
}

#menu_therapist > strong{
	
	background:#fff;
	color:#b52b73;
	
}

#menu_therapist > a{
	
	background:#b52b73;
	color:#fff;
	
}

#menu_therapist > a:hover{
	
	background:#fff;
	color:#b52b73;
	
}

#menu_guidance > strong{
	
	background:#fff;
	color:#33b345;
	
}

#menu_guidance > a{
	
	background:#33b345;
	color:#fff;
	
}

#menu_guidance > a:hover{
	
	background:#fff;
	color:#33b345;
	
}

#menu_voice > strong{
	
	background:#fff;
	color:#a1cc38;
	
}

#menu_voice > a{
	
	background:#a1cc38;
	color:#fff;
	
}

#menu_voice > a:hover{
	
	background:#fff;
	color:#a1cc38;
	
}

#menu_recruit > strong{
	
	background:#fff;
	color:#1fb3ff;
	
}

#menu_recruit > a{
	
	background:#1fb3ff;
	color:#fff;
	
}

#menu_recruit > a:hover{
	
	background:#fff;
	color:#1fb3ff;
	
}


/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 888px;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#pankuzu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	height:26px;
	margin-bottom:5px;
}

#pan_left{
	float:left;
	width:490px;
	
}

#pan_right{
	float:left;
	width:390px;
	
}

#pan_tw{
	float:left;
	width:130px;
	overflow:hidden;
}

#pan_fb{
	float:left;
	width:120px;
	overflow:hidden;
}

#pan_hatena{
	float:left;
	width:60px;
	overflow:hidden;
}

#pan_google{
	float:left;
	width:80px;
	overflow:hidden;
}

.num_exp{
	float:left;
	padding:8px 0px 0px 10px;
	font-size:16px;
}


#content {
	float: left;
	width: 650px;
	padding-bottom: 5px;
	
}

#content .box_out {
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.box_in_sitemap{
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 60px;
}

.area_title{
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B69764;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
}

.area_title_h2{
	color:#000;
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B69764;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
}

.hotel_title{
	color: #9F7535;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D6B583;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#content p strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
	width:220px;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #C7A667;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(../../img/yokohama_btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.btn_s a:hover {
	color: #E22748;
	background-color: #FCF8EF;
	background-image: none;
}


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../../img/yokohama_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #997133;
}

#content .chui {
	color: #D44767;
	font-size: 12px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F6F6F6;
	width: 560px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}

/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(../../img/yokohama_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

/*
サイド
-------------------------------------------*/

#side {
	padding: 0px 5px 0px 5px;
	float: right;
	width: 220px;
	
}

/*
フッター
-------------------------------------------*/

#foot {
	background-image: url(../../img/yokohama_foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5D87D4;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 60px;
	position: relative;
}

#foot li a {
	color: #FFFFFF;
	font-size: 11px;
}

#foot li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#foot li a{
	font-size:10px;
	
}

#foot #f_ul01 {
	position: absolute;
	left: 60px;
	top: 18px;
	height: 16px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #5D87D4;
	padding:5px 0px 5px 0px;
	text-align: center;
	
}

address a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #5D87D4;
	padding:0px 0px 5px 0px;
	text-align: center;
	
}


/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#content table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table th {
	padding: 7px;
	font-size: 13px;
	font-weight: normal;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #608AD4;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/yokohama_td_head.gif);
	background-repeat: repeat-x;
	width:140px;
}

.td_head2 {
	background-color: #FAF8F3;
	text-align:left;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #608AD4;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/yokohama_td_head.gif);
	background-repeat: repeat-x;
	float:left;
	width:100px;
	height:24px;
}

.td_odd2 {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/yokohama_td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	float:left;
	width:150px;
	height:24px;
}

.td_head3 {
	background-color: #FAF8F3;
	text-align:left;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #608AD4;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/yokohama_td_head.gif);
	background-repeat: repeat-x;
	float:left;
	width:100px;
	height:34px;
}

.td_odd3 {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/yokohama_td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	float:left;
	width:300px;
	height:34px;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/yokohama_td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}

#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #e08e45;
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #D44566;
}
#content table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#content .table_menu strong {
	font-size: 14px;
	color: #D44666;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 188px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BF9F62;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-image: url(../../img/yokohama_btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #E54E71;
	background-color: #FEF5F8;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #F9B9C9;
	border-right-color: #F9B9C9;
	border-bottom-color: #F9B9C9;
	border-left-color: #F9B9C9;
}
#content .box3:hover {
	background-color: #FEF1F4;
	border-top-color: #F8B1C4;
	border-right-color: #F8B1C4;
	border-bottom-color: #F8B1C4;
	border-left-color: #F8B1C4;
}

/*
サイトマップ
-------------------------------------------------------------------*/

#main p.p_sitemap {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main ul.ul_sitemap {
	padding: 10px;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(../../img/yokohama_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#head #h_list a {
	color: #6C6759;
}

.box_in .name{
	color:#007b43;
	font-weight:bold;
}

.box_in .exp{
	padding-top:10px;
}

.box_in div .price{
	float:left;
	text-align:right;
	width:38px;
}

#question .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#content .top table {
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}



#parent_imgContainer {
	position: relative;
}

#imgContainer img {
	display: none;
	position: absolute;
	left:0px;
	top:0px;
}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
}

.style1 {
		font-size: 20px;
		font-weight: bold;
		color: #422831;
}

.style2 {
	color: #422831;
}

#area_exp{
	padding-top:10px;
	padding-left:13px;
}

#tel_disp{
	
	width:258px;
	height:52px;
	
}

#goyoyaku{
	background-image: url(../../img/yokohama_goyoyaku.gif);
	background-repeat: no-repeat;
	/*
	width:223px;
	height:185px;
	*/
	width:223px;
	height:201px;
}

#title_about{
	background-image: url(../../img/yokohama_title_about.jpg);
	background-repeat: no-repeat;
	margin-top:10px;
	width:640px;
	height:30px;
}

#title_menu{
	background-image: url(../../img/yokohama_title_menu.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_ryoukin{
	background-image: url(../../img/yokohama_title_ryoukin.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_goriyou{
	background-image: url(../../img/yokohama_title_goriyou.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_goriyou2{
	background-image: url(../../img/yokohama_title_goriyou.jpg);
	background-repeat: no-repeat;
	margin-top:10px;
	width:640px;
	height:30px;
}

#title_shitsumon{
	background-image: url(../../img/yokohama_title_shitsumon.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_relax{
	background-image: url(../../img/yokohama_title_relax.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_quality{
	background-image: url(../../img/yokohama_title_quality.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_syuttyou{
	background-image: url(../../img/yokohama_title_syuttyou.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_hitorihitori{
	background-image: url(../../img/yokohama_title_hitorihitori.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_eikokushiki{
	background-image: url(../../img/yokohama_title_eikokushiki.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_standard{
	background-image: url(../../img/yokohama_title_standard.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_aromade{
	background-image: url(../../img/yokohama_title_aromade.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_katayakoshi{
	background-image: url(../../img/yokohama_title_katayakoshi.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_ashigatsuka{
	background-image: url(../../img/yokohama_title_ashigatsuka.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_area{
	background-image: url(../../img/yokohama_title_area.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}


#title_area_map{
	padding:10px 0px 0px 20px;
}

#title_area_map .t30{
	padding-top:30px;
}

#title_area_map_right{
	float:left;
	padding:30px 0px 0px 30px;
}

#title_therapist_quo{
	background-image: url(../../img/yokohama_title_quality.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_therapist_info{
	background-image: url(../../img/yokohama_title_therapist_info.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance1{
	background-image: url(../../img/yokohama_title_guidance1.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance2{
	background-image: url(../../img/yokohama_title_guidance2.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance3{
	background-image: url(../../img/yokohama_title_guidance3.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance4{
	background-image: url(../../img/yokohama_title_guidance4.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance5{
	background-image: url(../../img/yokohama_title_guidance5.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance6{
	background-image: url(../../img/yokohama_title_guidance6.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_gokansou{
	background-image: url(../../img/yokohama_title_gokansou.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_to_customer{
	background-image: url(../../img/yokohama_title_to_customer.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#about_refle_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

.title_content{
	border:solid 5px #F2F0F1;
	width:630px;
	margin-top:10px;
}

#about_refle_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#about_refle_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

/*--- 以下、ツイッター用 ---*/

.twtr-tweet-text{
	font-size:14px;
	padding:10px 0px;
}
.twtr-user{
	display:none;
}
.twtr-tweet-text p em{
	padding-top:10px
}

/*--- 以上、ツイッター用 ---*/

#page_top{
	background-color:#F2F0F1;
	text-align:center;
	color:#888787;
	padding:5px 0px;
	font-size:10px;
}

#page_top > p{
	display:inline;
	padding-left:10px;
}

#dummy_space{
	height:230px;
}

#title_about_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#title_menu_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#title_menu_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#menu_exp{
	padding:10px 10px 10px 10px;
}

#menu_exp_content{
	font-size:14px;
	padding:10px 0px 0px 0px;
}

#title_menu_content_content{
	padding-bottom:10px;
}

#title_menu_content_content_menu1{
	float:left;
}

#title_menu_content_content_menu2{
	float:left;
	margin-left:8px;
}

#title_menu_content_content_menu3{
	float:left;
	margin-left:8px;
}

#title_menu_content_content_menu4{
	float:left;
	margin-left:8px;
}

.title_menu_content_content_menu_img{
	padding-top:10px;
}

#title_ryoukin_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#ryoukin_exp{
	padding:10px 10px 0px 10px;
}

#ryoukin_exp_content{
	padding:10px 0px 10px 0px;
	font-size:14px;
}

#title_goriyou_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#title_goriyou_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_goriyou_content_content{
	padding:10px 10px 30px 10px;
}

#goriyou_step_all{
	padding:0px 0px 0px 10px;
}

#goriyou_step_content{
	padding:10px 0px 0px 0px;
}

.goriyou_yazirushi{
	float:left;
	padding:10px 10px 0px 10px;
}

#goriyou_step1{
	float:left;
	width:70px;
}

#goriyou_step2{
	float:left;
	width:90px;
}

#goriyou_step3{
	float:left;
	padding-top:10px;
	width:60px;
}

#goriyou_step4{
	float:left;
	padding-top:10px;
	width:70px;
}

#goriyou_step5{
	float:left;
	padding-top:20px;
}

#title_goriyou_exp{
	font-weight:bold;
	padding:10px 0px 0px 10px;
}

#title_goriyou_img{
	float:left;
	width:180px;
	padding:10px 0px 0px 20px;
}

#title_goriyou_info{
	float:left;
	width:380px;
	font-size:14px;
	color:#555555;
	padding:10px;
}



#title_goriyou_info .tel{
	font-size:24px;
	color:#3a6197;
}

#title_guidance1_content_exp .tel{
	font-size:24px;
	color:#ab3c36;
}

#top_eigyou{
	/*padding-top:15px;*/
	padding:10px 0px 10px 0px;
}

#form_tel{
	padding:15px 0px 0px 53px;
	font-size:22px;
	color:#3a6197;
	
}


#title_goriyou_info .strong{
	font-size:14px;
	color:#555555;
}

#title_goriyou_info > strong{
	font-size:20px;
}

#title_shitsumon_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_shitsumon_content_list{
	padding:10px 10px 30px 10px;
}

#goyoyaku_form{
	padding:40px 0px 0px 10px;
}

#twitter_area{
	padding-top:10px;
}

#bosyuu_banner{
	padding:10px 0px 0px 0px;
	text-align:center;
}

#blog_banner{
	padding:10px 0px 10px 0px;
	text-align:center;
}

.clear{
	clear:both;
}

.top15{
	padding-top:15px;
}

#title_relax_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_relax_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_relax_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_quality_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_quality_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_quality_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_syuttyou_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_syuttyou_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_syuttyou_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_hitorihitori_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_hitorihitori_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_hitorihitori_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_eikokushiki_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_eikokushiki_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_eikokushiki_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

.to_menupage{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#title_standard_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_standard_content_img1{
	float:left;
	width:100px;
	padding:10px 0px 10px 0px;
}

#title_standard_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_standard_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_standard_content_exp{
	float:left;
	width:280px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_aromade_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_aromade_content_img1{
	float:left;
	width:100px;
	padding:10px 0px 10px 0px;
}

#title_aromade_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_aromade_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_aromade_content_exp{
	float:left;
	width:280px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_katayakoshi_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_katayakoshi_content_img1{
	float:left;
	width:100px;
	padding:10px 0px 10px 0px;
}

#title_katayakoshi_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_katayakoshi_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_katayakoshi_content_exp{
	float:left;
	width:280px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_ashigatsuka_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_ashigatsuka_content_img1{
	float:left;
	width:100px;
	padding:10px 0px 10px 0px;
}

#title_ashigatsuka_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_ashigatsuka_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_ashigatsuka_content_exp{
	float:left;
	width:280px;
	font-size:14px;
	color:#555555;
	padding:10px;
}


.menu4_margin_top{
}

#menu4_content1{
	float:left;
	width:310px;
}

#menu4_content2{
	float:left;
	padding-left:10px;
	width:310px;
}

#menu4_content3{
	float:left;
	width:310px;
}

#menu4_content4{
	float:left;
	padding-left:10px;
	width:310px;
}

#menu4_content1_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:200px;
}

#menu4_content2_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:200px;
}

#menu4_content3_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:220px;
}

#menu4_content4_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:220px;
}

#menu4_content1_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content1_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content1_content_exp2{
	padding:0px 10px 10px 10px;
}

#menu4_content2_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content2_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content2_content_exp2{
	padding:0px 10px 10px 10px;
}

#menu4_content3_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content3_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content3_content_exp2{
	padding:0px 10px 10px 10px;
}

#menu4_content4_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content4_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content4_content_exp2{
	padding:0px 10px 10px 10px;
}

.to_systempage{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#operation_under_banner{
	border-bottom:solid 2px #ccc;
	color:#888;
	padding:10px 0px 10px 30px;
	margin-bottom:20px;
}

.to_therapist_page{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#title_area_content{
	background-color:#fff;
	width:640px;
	height:381px;
	margin-top:10px;
	padding-top:10px;
}

#title_therapist_quo_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_therapist_quo_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_therapist_quo_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

/*--------------------------*/

.title_therapist_info_content{
	border:solid 2px #8064a2;
	width:636px;
	margin-top:10px;
}

.title_therapist_info_content > .top_area{
	
	/*border-bottom:solid 1px #4a7ebb;*/
	
}

.title_therapist_info_content .name_img{
	float:left;
	width:216px;
	padding:5px 10px 10px 10px;
	
}

.title_therapist_info_content .name_img .therapist_name{
	font-size:18px;
	text-align:center;
	height:30px;
}

.title_therapist_info_content .name_img .img{
	text-align:center;
}

.title_therapist_info_content .name_img > .info{
	text-align:center;
	padding:5px 0px 0px 0px;
	
}

/*------------*/

.title_therapist_info_content > .top_area > .tokui{
	float:left;
	width:360px;
	padding:30px 10px 10px 30px;
	
}

.title_therapist_info_content > .top_area > .tokui > .one > .content > .left{
	width:120px;
	float:left;
	padding:5px 0px 0px 0px;
}

.title_therapist_info_content > .top_area > .tokui > .one > .title_1{
	border-bottom:solid 1px #000;
	margin:0px 0px 5px 0px;
	font-size:14px;
}

.title_therapist_info_content > .top_area > .tokui > .one > .title_2{
	border-bottom:solid 1px #000;
	margin:0px 0px 5px 0px;
	font-size:14px;
}

/*------------*/

.title_therapist_info_content .exp{
	padding:10px 10px 10px 30px;
	
	/*border-top:solid 1px #4a7ebb;*/
	
}

.title_therapist_info_content .exp2{
	
	padding:10px 10px 30px 30px;
	
}

.title_therapist_info_content .separator{
	
	margin:0px 0px 0px 20px;
	
}

/*--------------------------*/

.to_inquiry_page{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#title_guidance1_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance1_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance1_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance1_content_exp .notes{
	color:blue;
}

#title_guidance2_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance2_content_img{
	float:left;
	width:180px;
	padding:10px
}

#title_guidance2_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px
}

#title_guidance2_content_exp .notes{
	color:blue;
}

#title_guidance3_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance3_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance3_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance4_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance4_content_img{
	float:left;
	width:160px;
	padding:10px 0px 0px 30px;
}

#title_guidance4_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance5_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance5_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance5_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance6_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance6_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance6_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_gokansou_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_gokansou_content_content{
	padding:10px 10px 30px 10px;
}

.open_form{
	text-align:center;
}

#idou_exp{
	padding:0px 0px 10px 30px;
}

#hotel_exp{
	padding:0px 20px 0px 20px;
}

.title_to_customer_message{
	font-size:16px;
	padding-top:10px;
}

.title_to_customer_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:0px;
}

.title_to_customer_content_img{
	float:left;
	width:220px;
	padding:10px 10px 10px 10px;
}

.title_to_customer_content_exp{
	float:left;
	width:350px;
	padding:10px 10px 10px 0px;
}

#refle_link_info{
	padding:5px 0px 20px 0px;
}

.refle_link_info_content{
	padding-top:10px;
}

.to_inquiry_page{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

.shitsumon_title{
	font-weight:normal;
	color:#ac7b28;
	font-size:14px;
}

.shitsumon_answer{
	padding:5px 0px 0px 30px;
}

.idou_strong{
	font-weight:normal;
}

h6 > .idou_strong{
	font-weight:bold;
	
}

#vip_yoyaku{
	cursor: pointer;
}

#update_info{
	padding:0px 0px 10px 0px;
}

#update_info_title{
	background-image: url(../../img/yokohama_udate_info_bar.jpg);
	background-repeat: no-repeat;
	width:640px;
	height:30px;
}

#update_info_content{
	padding:5px 10px 0px 10px;
	font-size:12px;
}

#side_vip_yoyaku_block{
	padding-bottom:10px;
}

#side_concept_appeal{
	font-size:10px;
	margin:10px 0px 10px 0px;
	border:solid 1px #ccc;
	padding:10px 10px 10px 10px;
	background-color:#fff;
}

#side_keiretsu_shop_block{
	margin:10px 0px 10px 0px;
}

#side_keiretsu_shop_block .title{
	background:#0070c0;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:14px;
	color:#fff;
}

#side_keiretsu_shop_block .title .block_2{
	text-align:center;
	font-size:10px;
	color:#fff;
}

#side_keiretsu_shop_block .content{
	text-align:center;
	border-left:1px solid #0070c0;
	border-right:1px solid #0070c0;
	border-bottom:1px solid #0070c0;
	padding:0px 0px 10px 0px;
}

#side_keiretsu_shop_block .content .img{
	padding:10px 0px 0px 0px;
}

/*----以下、エリア用----*/

#area_1{
	text-decoration:underline;
	cursor: pointer
}

#area_2{
	text-decoration:underline;
	cursor: pointer
}

#area_3{
	text-decoration:underline;
	cursor: pointer
}

#area_4{
	text-decoration:underline;
	cursor: pointer
}

#area_5{
	text-decoration:underline;
	cursor: pointer
}

#area_6{
	text-decoration:underline;
	cursor: pointer
}

#area_7{
	text-decoration:underline;
	cursor: pointer
}

#area_8{
	text-decoration:underline;
	cursor: pointer
}

#area_9{
	text-decoration:underline;
	cursor: pointer
}

#area_10{
	text-decoration:underline;
	cursor: pointer
}

#area_11{
	text-decoration:underline;
	cursor: pointer
}

#area_12{
	text-decoration:underline;
	cursor: pointer
}

#area_13{
	text-decoration:underline;
	cursor: pointer
}

#area_14{
	text-decoration:underline;
	cursor: pointer
}

#area_15{
	text-decoration:underline;
	cursor: pointer
}

#area_16{
	text-decoration:underline;
	cursor: pointer
}

#area_17{
	text-decoration:underline;
	cursor: pointer
}

#area_18{
	text-decoration:underline;
	cursor: pointer
}

#area_19{
	text-decoration:underline;
	cursor: pointer
}

#area_20{
	text-decoration:underline;
	cursor: pointer
}

#area_21{
	text-decoration:underline;
	cursor: pointer
}

#area_22{
	text-decoration:underline;
	cursor: pointer
}

#area_23{
	text-decoration:underline;
	cursor: pointer
}

/*----以上、エリア用----*/

/*----以下、ステーション用----*/

#station_1{
	text-decoration:underline;
	cursor: pointer
}

#station_2{
	text-decoration:underline;
	cursor: pointer
}

#station_3{
	text-decoration:underline;
	cursor: pointer
}

#station_4{
	text-decoration:underline;
	cursor: pointer
}

#station_5{
	text-decoration:underline;
	cursor: pointer
}

#station_6{
	text-decoration:underline;
	cursor: pointer
}

#station_7{
	text-decoration:underline;
	cursor: pointer
}

#station_8{
	text-decoration:underline;
	cursor: pointer
}

#station_9{
	text-decoration:underline;
	cursor: pointer
}

#station_10{
	text-decoration:underline;
	cursor: pointer
}

#station_11{
	text-decoration:underline;
	cursor: pointer
}

#station_12{
	text-decoration:underline;
	cursor: pointer
}

#station_13{
	text-decoration:underline;
	cursor: pointer
}

#station_14{
	text-decoration:underline;
	cursor: pointer
}

#station_15{
	text-decoration:underline;
	cursor: pointer
}

#station_16{
	text-decoration:underline;
	cursor: pointer
}

#station_17{
	text-decoration:underline;
	cursor: pointer
}

#station_18{
	text-decoration:underline;
	cursor: pointer
}

#station_19{
	text-decoration:underline;
	cursor: pointer
}

#station_20{
	text-decoration:underline;
	cursor: pointer
}

#station_21{
	text-decoration:underline;
	cursor: pointer
}

#station_22{
	text-decoration:underline;
	cursor: pointer
}

#station_23{
	text-decoration:underline;
	cursor: pointer
}

#station_24{
	text-decoration:underline;
	cursor: pointer
}

#station_25{
	text-decoration:underline;
	cursor: pointer
}

#station_26{
	text-decoration:underline;
	cursor: pointer
}

#station_27{
	text-decoration:underline;
	cursor: pointer
}

#station_28{
	text-decoration:underline;
	cursor: pointer
}

#station_29{
	text-decoration:underline;
	cursor: pointer
}

#station_30{
	text-decoration:underline;
	cursor: pointer
}

#station_31{
	text-decoration:underline;
	cursor: pointer
}

#station_32{
	text-decoration:underline;
	cursor: pointer
}

#station_33{
	text-decoration:underline;
	cursor: pointer
}

#station_34{
	text-decoration:underline;
	cursor: pointer
}

#station_35{
	text-decoration:underline;
	cursor: pointer
}

#station_36{
	text-decoration:underline;
	cursor: pointer
}

#station_37{
	text-decoration:underline;
	cursor: pointer
}

#station_38{
	text-decoration:underline;
	cursor: pointer
}

#station_39{
	text-decoration:underline;
	cursor: pointer
}

#station_40{
	text-decoration:underline;
	cursor: pointer
}

#station_41{
	text-decoration:underline;
	cursor: pointer
}

#station_42{
	text-decoration:underline;
	cursor: pointer
}

#station_43{
	text-decoration:underline;
	cursor: pointer
}

#station_44{
	text-decoration:underline;
	cursor: pointer
}

#station_45{
	text-decoration:underline;
	cursor: pointer
}

#station_46{
	text-decoration:underline;
	cursor: pointer
}

#station_47{
	text-decoration:underline;
	cursor: pointer
}

#station_48{
	text-decoration:underline;
	cursor: pointer
}

#station_49{
	text-decoration:underline;
	cursor: pointer
}


/*----以上、ステーション用----*/

/*----------------------------*/

.hotel_info_block{
	margin:0px 10px 10px 30px;
	padding:0px 0px 0px 0px;
	background-color:#eee;
}

.hotel_info_name{
	float:left;
	width:270px;
	padding:10px 10px 10px 10px;
}

.hotel_info_exp{
	float:left;
	width:310px;
	background-color:#fff;
	padding:10px 0px 10px 10px;
	word-break:break-all;
}

/*----------------------------*/

#header_info_1{
	padding:10px 0px 0px 50px;
	font-size:28px;
	color:#3a6197;
}

#header_info_2{
	padding:10px 0px 10px 0px;
	font-size:14px;
	color:#7b5326;
	font-weight:bold;
}

#header_area{
	background-color:#fff;
	height:125px;
}

#header_area_left{
	float:left;
	padding:10px 0px 0px 10px;
}

#header_area_center{
	float:left;
	padding:10px 0px 0px 50px;
	font-size:14px;
	color:#e46c0a;
}

#header_area_right{
	float:right;
	padding:0px 10px 0px 0px;
}

#site_logo_area{
	padding:5px 0px 0px 0px;
}

#idou_cost_exp{
	padding:10px 10px 0px 10px;
}

#idou_left{
	float:left;
	border:solid 1px #ccc;
	height:360px;
	padding:10px;
}

#idou_right{
	float:left;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	height:360px;
	padding:10px;
}

#idou_block{
	padding:0px 0px 0px 20px;
}

#title_goriyou_info_1{
	padding:10px 0px 0px 0px;
}

#title_goriyou_info_2{
	padding:10px 0px 0px 0px;
}

#card_exp{
	padding:10px 0px 0px 10px;
}

#card_exp_img{
	float:left;
	width:180px;
}

#card_exp_content{
	float:left;
	font-size:14px;
	padding:0px 0px 0px 20px;
	width:380px;
}

#card_exp_content > .p2{
	padding:0px 0px 0px 90px;
}

/*------------------------------*/

.color_red{
	color:red;
}

.underline{
	text-decoration:underline;
}

.p_10{
	padding:10px;
}

.top_5{
	padding-top:5px;
}

.top_10{
	padding-top:10px;
}

.top_15{
	padding-top:15px;
}

.top_20{
	padding-top:20px;
}

.top_30{
	padding-top:30px;
}

.bottom_10{
	padding-bottom:10px;
}

.bottom_20{
	padding-bottom:20px;
}

.bottom_30{
	padding-bottom:30px;
}

.left_10{
	padding-left:10px;
}

.left_15{
	padding-left:15px;
}

.left_20{
	padding-left:20px;
}

.left_30{
	padding-left:30px;
}

.right_10{
	padding-right:10px;
}

.right_20{
	padding-right:20px;
}

.list_disc{
	list-style-type:disc
}

.f_left{
	float:left;
}

.p_left_10{
	padding-left:10px;
}

/*------------------------------*/

#side_concept_appeal_title{
	font-size:10px;
	font-weight:normal;
}

#side_concept_appeal_content{
	padding:10px 0px 0px 0px;
}

.voice_man{
	color:#0000ff;
}

.voice_woman{
	color:#ff0000;
}

#creditcard_exp_left{
	float:left;
	width:240px;
}

#creditcard_exp_left_1{
	padding:30px 0px 0px 0px;
}

#creditcard_exp_left_2{
	padding:30px 0px 0px 20px;
}

#creditcard_exp_right{
	float:left;
	width:360px;
	font-size:14px;
	line-height:160%;
	padding:30px 20px 0px 20px;
}

#creditcard_exp_right_1{
	padding:0px 0px 0px 20px;
}

#creditcard_exp_right_2{
	padding:20px 0px 0px 20px;
}

#chimei_block{
	padding:10px 0px 30px 0px;
}

.idou_title_color{
	color:#666666;
}

#eki_exp{
	padding:0px 30px 0px 30px;
	line-height:140%;
}

.ali_left{
	text-align:left;
}

.therapist_name{
	font-size:18px;
	font-weight:normal;
}

.therapist_tokui{
	font-weight:bold;
}

.kangei{
	color:#CC6600;
}

#recruit_h2_block{
	padding:0px 0px 10px 10px;
}

#bosyuu_messe{
	color:#947849;
	line-height:160%;
	padding:10px 30px 30px 50px;
	
}

.bosyuu_button{
	height:30px;
	width:200px;
}

.bosyuu_button_block{
	text-align:center;
}

#kyuuryou{
	color:#CC6600;
}

.recruit_answer{
	float:left;
	padding:0px 0px 0px 15px;
	width:560px;
}

.answer_mark{
	float:left;
	padding-left:1px;
}

#recruit_qa_block{
	padding:0px 0px 30px 20px;
}

.senpai_name{
	color:#CC6600;
	font-weight:normal;
}

.senpai_messe{
	padding:10px 0px 0px 0px;
	line-height:160%;
}

.senpai_block{
	padding:20px 0px 20px 40px;
}


/*-------------------------------*/

#sitemap_paging{
	font-size:18px;
	padding:30px 0px 0px 0px;
}

#vip_tel_button{
	float:left;
	background-color:#4f81bd;
	width:100px;
	color:#fff;
	border:solid 2px #385d8a;
	text-align:center;
	margin-left:20px;
	cursor:pointer;
}

.title_block{
	padding:0px 0px 20px 0px;
}

.title_exp{
	padding:15px 0px 0px 0px;
	line-height:180%;
	font-size:14px;
}

.makuhari_area_title{
	border-bottom:solid 1px #000;
	padding:20px 0px 0px 0px;
}

.makuhari_area_block{
	margin:0px 20px 0px 10px;
}

.makuhari_area_block a{
	text-decoration: underline;
}

.makuhari_area_block #exp{
	line-height:160%;
	padding:20px 0px 0px 20px;
}

.makuhari_area_content_left{
	float:left;
	padding:10px 0px 0px 0px;
}

.makuhari_area_content_right{
	float:left;
	padding:10px 0px 0px 0px;
}

.makuhari_area_content_img{
	float:left;
}

.makuhari_area_content_name{
	float:left;
	width:215px;
	padding:34px 0px 0px 10px;
}

.makuhari_area_content .name{
	
	float:left;
	width:190px;
	padding:10px 0px 0px 15px;
	color:#ac7b28;
	font-size:12px;
	
}

#idou_cost{
	padding:10px 0px 0px 10px;
	font-size:14px;
}

.menu4_h2{
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(../../img/yokohama_title_short.jpg);
	height:30px;
	background-repeat: no-repeat;
	padding:3px 0px 0px 0px;
	text-align:center;
}

#hotel_h2{
	font-size:20px;
	font-weight:normal;
	color: #000;
	background-image: none;
	padding:2px 0px 0px 10px;
}

#hotel_h3{
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	margin:10px 0px 0px 10px;
}

#hotelpage_exp{
	border:solid 3px orange;
	margin:0px 10px 20px 10px;
	font-size:14px;
	padding:10px 20px 10px 20px;
	line-height:160%;
	
	border-radius:15px 15px 15px 15px;
}

#kihon_url{
	word-break:break-all;
}

#makuhari_hotel_info_block{
	padding:20px 0px 20px 0px;
}

#makuhari_hotel_info_block #left{
	float:left;
	width:154px;
	padding-left:46px;
}

#makuhari_hotel_info_block #right{
	float:left;
	width:440px;
}

/*-------------------------------*/

.long_name{
	font-size:10px;
}

/*-------------------------------*/

.sidemenu{
	display:block;
	background:#faf9f7;
	color:#76724d;
	width:196px;
	padding:10px 0px 10px 10px;
	margin:10px 0px 0px 0px;
	font-size:9px;
	border:solid 1px #cacaca;
	text-align:center;
}

.sidemenu:hover{
	display:block;
	background:#7599e3;
	color:#fff;
	text-decoration: none;
	font-size:9px;
}

/*-------------------------------*/

#top_info_bosyuu_a{
	text-decoration:underline;
	font-weight:bold;
	color:red;
}

/*-------------------------------*/

#ryoukin{
	font-size:18px;
	width:604px;
	margin:0px 0px 0px 20px;
	border:solid 1px #ccc;
}

#ryoukin .left1{
	width:200px;
	padding:5px 0px 5px 0px;
	text-align:center;
}

#ryoukin .left2{
	width:200px;
	border-left:solid 1px #ccc;
	padding:5px 0px 5px 0px;
	text-align:center;
}

#ryoukin .left3{
	width:200px;
	border-left:solid 1px #ccc;
	padding:5px 0px 5px 0px;
	text-align:center;
	
}

#ryoukin .head{
	background-color:#c8c8c8;
	
}

#ryoukin .head .left1{
	float:left;
}

#ryoukin .head .left2{
	float:left;
}

#ryoukin .head .left3{
	float:left;
}

#ryoukin .body1{
	
}

#ryoukin .body1 .left1{
	float:left;
}

#ryoukin .body1 .left2{
	float:left;
}

#ryoukin .body1 .left3{
	float:left;
	color:#aa2864;
}

#ryoukin .body2{
	background-color:#f0f0f0;
	
}

#ryoukin .body2 .left1{
	float:left;
}

#ryoukin .body2 .left2{
	float:left;
}

#ryoukin .body2 .left3{
	float:left;
	color:#aa2864;
}

#ryoukin .body3{
	
}

#ryoukin .body3 .left1x{
	float:left;
	width:200px;
	padding:5px 0px 5px 0px;
	text-align:center;
}

#ryoukin .body3 .left2x{
	float:left;
	width:200px;
	padding:5px 0px 0px 0px;
	text-align:center;
	border-left:solid 1px #ccc;
	height:60px;
}

#ryoukin .body3 .left3x{
	float:left;
	width:200px;
	padding:5px 0px 0px 0px;
	text-align:center;
	border-left:solid 1px #ccc;
	height:60px;
}

/*------------------------------*/

#error_page_message{
	margin:60px 0px 0px 0px;
}

#error_page_message > .dan1{
	text-align:center;
	font-size:16px;
}

#error_page_message > .dan2{
	text-align:center;
	font-size:14px;
	padding:30px 0px 0px 0px;
}

/*------------------------------*/

#voice_contribution{
	
	margin:20px 0px 0px 0px;
	
}

#voice_contribution > .message{
	
	color:#7E5A0B;
	font-size:14px;
	margin:0px 0px 0px 50px;
	
}

#voice_contribution > .frm_content{
	
	margin:10px 0px 0px 90px;
	
}

#voice_contribution .gyou_voice{
	
	margin:10px 0px 0px 0px;
	
}

#voice_contribution .gyou_voice .left1{
	
	float:left;
	width:80px;
	font-size:14px;
	
}

#voice_contribution .hissu{
	
	color:#7E5A0B;
	
}

#voice_contribution .gyou_voice .left2{
	
	float:left;
	
}

#voice_contribution .gyou_voice .left2 .text{
	
	padding:2px 0px 2px 0px;
	width:300px;
	
}

#voice_contribution .gyou_voice .left2 .textarea{
	
	width:300px;
	height:100px;
	
}

#voice_contribution .gyou_voice .left2 .star{
	
	color:orange;
	
}

#voice_contribution_btn{
	
	margin:20px 0px 0px 190px;
	
}

#voice_contribution_btn > .btn{
	
	padding:5px 20px 5px 20px;
	
}

.voice_list_star{
	
	color:orange;
	
}

.voice_list_content{
	
	padding:5px 0px 0px 0px;
	
}

/*------------------------------*/

.error_voice{
	
	text-align:center;
	padding-top:10px;
	
}

.error_voice > li{
	
	color:red;
	
}

/*--------------------------------------*/

.selected_paging_num_box a{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #999;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#ddd;
}

.selected_paging_num_box a:hover{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #999;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#999;
}

.paging_num_box a{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #999;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}

.paging_num_box a:hover{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #999;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#999;
}

.paging_num_forward a{
	display:block;
	float:left;
	margin-left:10px;
	font-size:14px;
	padding:5px 10px 5px 10px;
	text-decoration:underline;
}

.paging_num_next a{
	display:block;
	float:left;
	margin-left:10px;
	font-size:14px;
	padding:5px 10px 5px 10px;
	text-decoration:underline;
}

.paging_num_dod {
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}

/*--------------------------------------*/

#hotel_detail_content{
	padding:10px;
	font-size:12px;
}

/*--------------------------------------*/

#error_booking_form > li{
	
	color:red;
	
}

#success_booking_form > li{
	
	color:blue;
	
}

/*--------------------------------------*/

#top_wait_time{
	
	color:blue;
	padding:0px 0px 0px 30px;
	
}

/*--------------------------------------*/

.to_menu_page{
	text-align:right;
	padding:10px 20px 0px 0px;
}

.to_menu_page a{
	font-size:16px;
}

/*--------------------------------------*/

#about_refle_content_exp > p > strong{
	
	font-size:14px;
	
}

/*--------------------------------------*/

#area_add_block{
	border:solid 5px #F2F0F1;
	width:630px;
	margin-top:10px;
}

#area_add_block h3{
	padding:10px 10px 5px 10px;
	font-size:14px;
}

#area_add_block p{
	padding:0px 10px 10px 10px;
	font-size:12px;
}

/*--------------------------------------*/

.pc_form{
	
	cursor: pointer;
	
}

/*--------------------------------------*/

#title_area_add{
	padding:0px 0px 20px 0px;
}

#title_area_add p{
	border:solid 5px #F2F0F1;
	width:610px;
	margin-top:5px;
	padding:10px;
	font-size:12px;
}

/*--------------------------------------*/

.station_li{
	
	float:left;
	
}

/*--------------------------------------*/

#area_station_block{
	border:solid 5px #F2F0F1;
	width:610px;
	margin-top:10px;
	padding:10px;
}

/*--------------------------------------*/

#recruit_driver_oubo_btn{
	cursor: pointer;
}

/*--------------------------------------*/

.therapist_page_day_list{
	
	text-decoration: underline;
	cursor:pointer;
	
}

.therapist_page_indicator{
	
	text-align:center;
	padding:30px 0px 30px 0px;
	
}

#therapist_page_day_disp{
	
	padding:10px 0px 10px 10px;
	
}

/*--------------------------------------*/

#holiday_content_header{
	
	color:blue;
	font-size:16px;
	padding:10px 10px 0px 0px;
	
}

#holiday_content_info{
	
	color:blue;
	font-size:12px;
	padding:10px 0px 0px 20px;
	
}

/*--------------------------------------*/

.reservation_2{
	
	background-image: url(../../img/lp/pc/reservation_bg.png);
	background-repeat: no-repeat;
	height:277px;
	width:640px;
	margin:0px 0px 10px 0px;
	
}

.reservation_2 > .area1{
	height:160px;
}

.reservation_2 > .area1 > .space{
	
	height:15px;
	
}

.reservation_2 > .area1 > .lp_web{
	
	margin:0px 0px 0px 340px;
	
}

.reservation_2 > .area2{
	
	margin:0px 0px 0px 200px;
	
}

.reservation_2 > .area2 > p{
	
	font-size:18px;
	
}

/*---------------------------------------*/

#title_gokansou_content_list_voice{
	
	padding:20px 0px 0px 0px;
	
}

#title_gokansou_content_list_voice > .name{
	
	padding:20px 0px 5px 5px;
	
	font-size:14px;
	
}

#title_gokansou_content_list_voice > .top{
	
	background-image: url(../../img/lp/pc/fuki_top.jpg);
	background-repeat: no-repeat;
	height:31px;
	
}

#title_gokansou_content_list_voice > .naka{
	
	background-image: url(../../img/lp/pc/fuki_naka.jpg);
	background-repeat: repeat-y;
	padding:20px 50px 20px 40px;
	line-height:160%;
	
	font-size:14px;
	
}

#title_gokansou_content_list_voice > .naka2{
	
	background-image: url(../../img/lp/pc/fuki_naka.jpg);
	background-repeat: repeat-y;
	padding:20px 80px 20px 40px;
	line-height:160%;
	
	font-size:14px;
	
}

#title_gokansou_content_list_voice > .bottom{
	
	background-image: url(../../img/lp/pc/fuki_bottom.jpg);
	background-repeat: no-repeat;
	height:12px;
	
}

.voice_man{
	color:#0000ff;
}

.voice_woman{
	color:#ff0000;
}

/*---------------------------------------*/

.therapist_page_uketsuke_state{
	
	margin:10px 0px 20px 20px;
	
}

.therapist_page_uketsuke_state > .info{
	
	color:#e46c0a;
	
	font-size:16px;
	
}

.therapist_page_uketsuke_state > .top{
	
	margin:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .bottom{
	
	
	
}

.therapist_page_uketsuke_state > .top >.pa{
	
	float:left;
	width:48px;
	background:#eee;
	border-top:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	font-size:10px;
	text-align:center;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .top >.pa2{
	
	float:left;
	width:46px;
	background:#eee;
	border-top:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	font-size:10px;
	text-align:center;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .bottom > .pa{
	
	float:left;
	width:48px;
	text-align:center;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .bottom > .pa2{
	
	float:left;
	width:46px;
	text-align:center;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

/*---------------------------------------*/

.reservation_3{
	
	background-image: url(../../img/lp/pc/reservation_bg_2_600.png);
	background-repeat: no-repeat;
	height:123px;
	width:600px;
	margin:0px 0px 20px 20px;
	
}

.reservation_3 > .btn{
	
	padding:10px 0px 0px 330px;
	
}

/*--------------------------------------*/

.open_therapist_info_pc_span{
	
	font-size:10px;
	text-decoration:underline;
	cursor: pointer;
	
}

/*--------------------------------------*/















