/* charset */
@charset "utf-8";

/*【表示フラグ】
----------------------------------------------------*/

/* ナビflag */
.index {}
.guide {}
.support {}
.topic {display: none !important;}
.access {}
.privacy {}
.sitemap {}
.faq {display: none !important;}
.product {display: none !important;}
.howto {display: none !important;}

/* お客様の声 */
.link-voice,
.voice {display: none !important;}

/* お店からのサービス情報 */
.service{
display: none !important;}

/* 自社サイト */
.link-site{
}

/* ブログ */
.link-blog{
display: none !important;}

/* メールマガジン */
.link-mag{
display: none !important;}

/* フェイスブックページ */
.link-fb{
display: none !important;}

/* ツイッター */
.link-tw{
display: none !important;}


/* 電話相談の有無 */
#tel {}

/* FAX受付の有無 */
.fax{}

/* メール相談フォームの有無 */
.mail {
display: none !important;}

/* 予約受付の有無 */
.reserve {
display: none !important;}

/* 予約TELの有無 */
.tel-reserve {
display: none !important;}

/* WEB予約フォームの有無 */
.mail-reserve {
display: none !important;}

/* 相談の流れ */
#contents-flow,
.flow {display: none !important;}

/* おすすめ商品 */
#contents-goods {
display: none !important;}

/* 薬局情報（カート通販されるページは必須） */
.disp_shop{ display: none !important; }

/* 健康トピックス */
#contents-topics {}
#contents-topics #topics-wrap {}

/* 健康トピックスキーワード対応 */
.topic-keyword {display: none;}

/* お店からヒトコト スタッフ欄 */
#hitokoto-staff{}

/* 編集者のコメント */
#contents-comment {}

/* パンくず下のページ内アンカーリンク */
.category-list{}

/* 行き方写真 */
#contents-access-ikikata {
display: none !important;}


/* 相談はこちら */

/* 男性の先生 */
div.soudan_m {
}

/* 女性の先生 */
div.soudan_w {
	display: none !important;
}

/* 
----------------------------------------------------*/
/* gnav
----------------------------------------------------*/
/*グローバルナビ */
#gnav-wra {
    font-size: 120%;
    width: 100%;
margin-top: 100px;
	margin-bottom: 50px;
	  text-align:center;

}
#gnav-wra ul#gna {
	clear: both;
		  margin:auto;

}
#gnav-wra ul#gna li {
	float: left;
	list-style: none;

}

/* index
----------------------------------------------------*/

#hitokoto-reserve dd{
	padding-left: 2em;
}
#contents-feature.top {
    margin: 0;
}

#contents-center #contents-topics #topics-wrap {
	height: 303px;
}

.topictitle {
	width:370px;
	height:300px;
	padding:0;
	margin: 5px 0px 0px; 
	overflow: auto;
	scrollbar-base-color:white;
	scrollbar-face-color:white;
	scrollbar-track-color:F5F5F5;
	scrollbar-arrow-color:darkgray;
	scrollbar-3dlight-color:darkgray;
	scrollbar-darkshadow-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:darkgray;
}


/* guide
----------------------------------------------------*/
#contents-wrap #contents-feature .box-3col.box_sdw .column,
#contents-wrap #contents-shoujou .box-3col.box_sdw .column {
    margin-right: 0;
    width: 286px;
}

table#book td {
    border-bottom: 1px dashed #ccc;
    margin: 0;
    padding: 10px;
}
table#book td h3 {
    margin: 0;
    padding: 10px 0 0;
}


/* access
----------------------------------------------------*/

#contents-wrap #contents-access {
	width:845px;
}

#contents-wrap #contents-access .contents-access .box-2col .col2 {
    width: 421px;
}


/* support
----------------------------------------------------*/

/* clearfix
----------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;}

/* .clearfix {overflow:hidden;} */
/* div.clearfix { display:inline-block; } */ 

