
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 12px;
}

a{
	outline:none;
}

#dp_swf_engine, #sfMsgId{
	display: none;
}

/* 共通ルール */
.red{
	color:red;
}

.opacity:hover{
	opacity:0.8;
	cursor:pointer;
}

a:active {
    text-decoration:underline;
}

/*訪問後のリンク*/
a:visited {
    color:#934C7B;
    text-decoration:underline;
}

.images{
	max-width:100%;
}

a:hover{
	cursor: pointer;
}


/* ラッパー */
/*---------------------------------------------------------------------------*/
#wrapper{
	background-repeat: repeat-y;
	background-position: center top;
}

#contents_wrap{
	width: 900px;
	margin: 0 auto;
	padding: 0 8px;
	background-color: white;
}

/* ヘッダー */
/*---------------------------------------------------------------------------*/
#header{
	width: 900px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
#header h1{
	font-size:xx-small;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#header h1 a{
	color: white;
}

.header_left {
	width: 302px;
	height: 200px;
	overflow: hidden;
	float: left;
}

.header_right {
	width: 598px;
	height: 200px;
	overflow: hidden;
	float: left;
	position: relative;
}

.header_banner {
	width: 598px;
	height: 182px;
	position: absolute;
}

.header_banner div {
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0px;
	width: 559px;
	height: 200px;
	padding-left: 39px;
	z-index: 7;
}
.header_banner div img{
	width: 480px;
	height: 100px;
}

.header_shop_link {
	width: 520px;
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 7;
}
.header_shop_link li{
	float: left;
}

/* ナビゲーション */
/*---------------------------------------------------------------------------*/
#navi {
	width: 900px;
	margin: 0 auto;
}
#navi ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

#navi li {
	float:left;
	height:60px;
}
#navi li a{
	display:block;
	height:60px;
}
#navi li#home a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat 0 0;
	width:119px;
}
#navi li#system a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -119px 0;
	width:111px;
}
#navi li#therapist a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -230px 0;
	width:111px;
}
#navi li#schedule a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -341px 0;
	width:111px;
}
#navi li#blog a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -452px 0;
	width:111px;
}
#navi li#access a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -563px 0;
	width:111px;
}
#navi li#faq a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -674px 0;
	width:112px;
}
#navi li#shibuya a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -786px 0;
	width:114px;
}
#navi li#shimbashi a{
	text-indent:-9999px;
	background:#FFF url(/img/pc/base/navi_back.gif) no-repeat -786px 0;
	width:114px;
}
/*マウスオーバー時*/
#navi li#home a:hover{
 background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat 0 0;
}
#navi li#system a:hover{
 background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -119px 0;
}
#navi li#therapist a:hover{
 background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -230px 0;
}
#navi li#schedule a:hover{
 background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -341px 0;
}
#navi li#blog a:hover{
 background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -452px 0;
}
#navi li#access a:hover{
 background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -563px 0;
}
#navi li#faq a:hover{
	background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -674px 0;
}
#navi li#shibuya a:hover{
	background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -786px 0;
}

#navi li#shimbashi a:hover{
	background:#FFF url(/img/pc/base/navi_back_over.gif) no-repeat -786px 0;
}


/* ナビゲーション 2014/12/23 メニュー追加版*/
/*---------------------------------------------------------------------------*/

#menu ul{
	list-style: none; 
	padding:0;
	margin:0;
}

#menu li{
	padding: 0; 
	margin: 0;
	float: left;
}


/* コンテンツ */
/*---------------------------------------------------------------------------*/
#contents{
	width: 900px;
	overflow: hidden;
}

/* レフト */
/*---------------------------------------------------------------------------*/
#left{
	float: left;
	width: 230px;
	overflow:hidden;
	line-height:0;
}
#left a:hover{
	opacity:.9;
}

.left_contents_wrap{
	width: 230px;
	text-align:center;
	background-image:url(/img/pc/left/line_check_h400.gif);
}

/* gifアニメバナーリンク */
.bnrlink {
	background-repeat:no-repeat;
	width:230px;
	height:300px;
}
.bnrlink:hover {
	opacity:0.8;
}

/* ピックアップ */
.pickup{
	width: 230px;
	height: 230px;
	overflow:hidden;
	background-repeat: no-repeat;
}

/* ブログ */
.blog_entry{
	width: 219px;
	height: 400px;
	margin: 0 auto;
	overflow: auto;
}
.blog_entry_list{
	overflow:hidden;
	margin-bottom: 10px;
}
.blog_title {
	background-color: #ffc0cb;
	padding-left: 5px;
	overflow: hidden;
}
.blog_title h5 {
	line-height: 25px;
	color: #06c;
	margin: 0;
}
.blog_staff_name{
	padding-right: 5px;
}
.blog_staff_name h5{
	text-align: right;
	color: orangered;
	margin: 0;
}
.blog_entry_date{
	line-height: 25px;
	padding-left: 5px;
	color:#08c;
}
.blog_entry_data{
	padding: 0 5px 0 5px;
	line-height:100%;
}
.blog_entry_body{
	padding:5px;
}
.blog_entry_left, .blog_entry_right{
	float: left;
}
.blog_entry_left img{
	width: 100px;
}
.blog_entry_right{
	width: 90px;
	float:left;
	line-height:18px;
	overflow:hidden;
}

/* ニューフェイス */
.newface_list{
	width: 218px;
	height: 600px;
	margin: 0 auto;
	overflow: auto;
}
.newface_list a{
	display: block;
	overflow:hidden;
}
.newface_list .regist_date{
	height: 30px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px gray;
	color: white;
	text-align: left;
	padding-left: 10px;
}

#left .bx-wrapper {
	margin:0 auto;
}


/* メイン */
/*---------------------------------------------------------------------------*/
#main{
	float: left;
	padding-left: 18px;
	width: 650px;
	overflow: hidden;
}

#main a:hover{
	opacity:.9;
}

.flash_news{
	background-image:url(/img/pc/base/flash_news_bg.jpg);
	background-repeat:no-repeat;
	width:505px;
	height:22px;
	padding: 8px 5px 0 140px;
	overflow: hidden;
	color: #06c;
}

.stamp_link a{
	display:block;
}

.sub_title{
	width:650px;
	height:30px;
	margin: 15px 0;
	padding-left: 35px;
	background-image:url(/img/pc/base/sus_title_bg.gif);
	background-repeat:no-repeat;
}
.sub_title h4{
	margin:0;
	padding:0;
	line-height: 32px;
	text-shadow: 0 1px 1px white;
}

/* セラピスト一覧 */
.staff_list_wrap{
	overflow: hidden;
	padding: 10px 0 30px 0;
}

.staff_list{
	width: 144px;
	height: 234px;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	background-image: url(/img/pc/base/stafflist_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
.staff_list .nmark {
	position:absolute;
	width: 35px;
    top: 142px;
    left: 6px;
}

.staff_list a{
	display: block;
}
.staff_list a:hover{
	opacity:0.9;
}
.staff_list a .staff_list_img{
	height: 192px;
	overflow: hidden;
}

.staff_list_info{
	position: relative;
}

.staff_list_info span{
	float:left;
	margin-left:4px;
	padding:2px;
}
.staff_list_info div{
	line-height:18px;
}
/*
.staff_list_info span{
	position: absolute;
	top: -1px;
	left: 4px;
}

.staff_list_info div{
	position: absolute;
	top: -1px;
	left: 60px;
}
*/

/*フッター*/
/*---------------------------------------------------------------------------*/

#footer_navi{
	text-align: center;
}
#footer_navi ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#footer_navi ul li{
	display: inline;
}

#footer{
	width: 900px;
	margin: 0 auto;
	clear: both;
	color: black;
	font-size:small;
	text-align:center;
}

#footer h1{
	font-size: medium;
}

#footer address{
	width: 900px;
	height: 60px;
	line-height:60px;
	margin-bottom: 0;
	background-image:url(/img/pc/base/footer_bg.gif);
}

.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
.page_top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.page_top a:hover{
	opacity:.7;
}


/*新人情報*/
/*---------------------------------------------------------------------------*/
.clear {
	clear:both;
}
.nfinfo {
	/*height:430px;*/
	background-color:#FFFF00;
	text-align:center;
	padding: 15px 0;
    margin:10px 0 0px 0;
}
.nfinfo a:hover{
	color:#FFFFFF;
	/*text-decoration:none;*/
}
.nfinfo img:hover{
	opacity:0.8;
}
.nfinfo .titlebar {
	margin-bottom:15px;
}
.nfinfo .bxslider {
   margin-left: 5px;
}
.nfinfo .bxslider li{
	background-image:url(/img/pc/index/newface_frame.png);
	background-repeat:no-repeat;
	height: 316px;
}
.nfinfo .bxslider .newarea {
	/*background-image:url(/img/pc/index/frame.png);*/
	position:relative;
}
.newarea .nmark {
	position:absolute;
    width: 35px;
    top: 220px;
    left: 3px;
}

.nfinfo .regist_date {
	height:26px;
	color:#000000;
	font-size: 13px;
    font-weight: bold;
    line-height: 27px;
	margin:0;
}
.nfinfo .newarea .regist_date {
	/*color:#fff;*/
}

.nfinfo img {
	position:relative;
	padding-left: 1px;
}
.nfinfo .shoptag {
	position:absolute;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: black 1px 1px 1px;
	top:240px;
	right:13px;
	z-index:2;
}
.nfprof {
	width:100%;
	color:#FFFFFF;
}
.nfprof h3 {
	font-size:22px;
    line-height: 14px;
    margin: 0;
    padding-top: 10px;
	text-shadow: red 2px 1px 1px;
}
.nfprof h3 span {
	font-size:12px;
	padding-left: 3px;
	text-shadow: red 2px 1px 1px;
}
.nfprof h4 {
	font-size:14px;
	font-weight:normal;
	text-shadow: red 2px 1px 1px;
	margin:0;
}
.nfinfo .bx-wrapper .bx-viewport {
	background-color:#FFFF00;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
	height: 316px;
	left: -2px;
}
.nfinfo .bx-wrapper {
    margin: 0 auto;
}
.nfinfo .bx-wrapper .bx-prev {
    left: -5px;
}
.nfinfo .bx-wrapper .bx-next {
    right: -5px;
}

/*新人情報left*/
/*---------------------------------------------------------------------------*/

.nfinfoleft {
	background-color:#FF0000;
	text-align:center;
	position:relative;
}
.nfinfoleft a:hover{
	color:#FFFFFF;
	/*text-decoration:none;*/
}

.nfinfoleft .nfprof {
	background-color: rgba(255,0,0,0.60);
	/*opacity: 0.7;*/
	position: absolute;
	bottom: 0;
}

/*新規登録form*/
/*---------------------------------------------------------------------------*/
.regist_user {
	margin-bottom:0px;
	text-align:center;
}
.regist_user table {
    /*margin-top: 20px;*/
    font-size: 14px;
    border-color: #e85298;
	margin:20px auto;
}

.regist_user table th, .regist_user table td {
    border-color: #e85298;
}
.regist_user table th {
    background-color: #FFEAEA;
}
.regist_user table td {
    padding: 10px;
}
.regist_user span {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-right: 6px;
}

.flow {
	margin:10px auto;
	display:inline-flex;
}

.talkbubble{
    width: 130px;
	padding: 15px 0px;
    background: #59D24B;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
    position: relative;
	text-align:center;
}
.talkbubble:before{
    content: "";
    position: absolute;
    right: 50%;
    top: 45px;
    width: 0;
    height: 0;
	margin-bottom:5px;
    border-top: 0px solid transparent;
    border-right: 20px solid #59D24B;
    border-bottom: 25px solid transparent;
}
.triangle {
	width: 0;
	height: 0;
	margin-right:8px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent; 
	border-left: 25px solid #59D24B;
}
.talkbubble0{
    width: 130px;
	padding: 15px 0px;
    background: #E0E0E0;
	font-size:14px;
	color:#000;
	font-weight:bold;
    position: relative;
	text-align:center;
}
.triangle0 {
	width: 0;
	height: 0;
	margin-right:8px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #E0E0E0;
}


.tableform {
    width: auto;
}
.tableform th td {
	margin:5px;
}
.tableform input {
    margin-bottom: 0px;
}

.thicon {
    float: right;
    margin-left: 20px;
}

.btndiv .btnarea {
    font-size: 15px;
    padding: 5px 18px;
    margin: 5px 0px 25px 0px;
}
.btnarea {
    text-align: center;
    margin: 15px 0px 25px 0px;
    display: inline-flex;
}
.btnarea .btn {
    padding: 5px 18px;
    margin: 0px 5px 0px 5px;
}



/* web予約navi */
/*---------------------------------------------------------------------------*/
ul.nav{
	padding: 0px;
	text-align: center;
}

ul.nav li{
	display: inline-block;
	border: 1px solid #c0c0c0;
	padding: 10px;
	background: #f5f5f5;
	width: 137px;
	text-align: center;
}

#active {
	background: #ff0000;
	color:#FFF;
	font-weight:bold;
} 

/* ログイン */
/*---------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-n {
	position: absolute;
	left: 50px;
	top: 17px;
	font-weight: bold;
	line-height: 1.2;
	font-size: 20px;
	color: red;
	text-shadow: 1px 1px 1px #696969;
}
.login-p {
	position: absolute;
	right: 50px;
	top: 35px;
	font-weight: bold;
	font-size: 20px;
	color: red;
	text-shadow: 1px 1px 1px #696969;
}
.log-in-btn a {
  display: block;
  background: #fe0000;
  border-radius: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0 15px;
  text-decoration: none;
  margin: 10px 0 13px;
  box-shadow: 0px 3px 0px 0px #95030e;
  -moz-box-shadow: 0px 3px 0px 0px #95030e;
  text-align: center;
  position: relative;
}
.log-in-btn a:hover {
  opacity: 0.7;
}
.log-in-btn a .fa-stack {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
}
.log-in-btn a .fa-circle {
  color: #95030e;
}
.log-name {
  position: absolute;
  top: 20px !important;
  left: 65px;
  font-size: 16px;
  max-width: 250px;
  text-align: left;
}
.log-point {
 position: absolute;
 top: 20px;
 right: 20px;
 font-size: 16px;
}



