/*
*******************************************************************************************************
# top style.css
*******************************************************************************************************
*/

/* ------------------------------------
	* Override
* ------------------------------------ */

.wrp-contents {
	margin-bottom: 0;
}
.wrp-contents-inner {
	max-width: 100%;
	margin: 0 auto;
}

/* ------------------------------------
	* Parts
* ------------------------------------ */
.mod-ttl-top {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.mod-sttl-top {
	width: 500px;
	margin: 0 auto 20px;
	padding: 5px 20px;
	border-radius: 30px;
	background-color: #E4DBD1;
	font-weight: 600;
	text-align: center;
}


/* ------------------------------------
	* キービジュアル
* ------------------------------------ */
.box-key-visual {
	height: 535px;
	margin: 0 -20px 40px;
	background: url(../img/bg_key_visual.jpg) no-repeat center top;
	background-size: cover;
}
.box-key-visual .inner-box {
	position: relative;
	width: 1000px;
	height: 535px;
	margin: 0 auto;
}
.box-key-visual .inner-box.loading {
	display: none;
}

/* doctor mikiya */
.box-key-visual .pic-mikiya {
	position: absolute;
	left: 195px;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-key-visual .pic-mikiya img {
	width: 320px;
	height: auto;
}
.box-key-visual.animation .pic-mikiya {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* doctor etsuko */
.box-key-visual .pic-etsuko {
	position: absolute;
	left: 20px;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s,
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
	transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s,
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.box-key-visual .pic-etsuko img {
	width: 260px;
	height: auto;
}
.box-key-visual.animation .pic-etsuko {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* doctor katsuya */
.box-key-visual .pic-katsuya {
	position: absolute;
	left: 430px;
	bottom: 0;
	z-index: 20;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s,
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
	transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s,
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
}
.box-key-visual .pic-katsuya img {
	width: 300px;
	height: auto;
}
.box-key-visual.animation .pic-katsuya {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* doctor keiko */
.box-key-visual .pic-keiko {
	position: absolute;
	left: 670px;
	bottom: 0;
	z-index: 15;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s,
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
	transition:
		opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s,
		transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
}
.box-key-visual .pic-keiko img {
	width: 300px;
	height: auto;
}
.box-key-visual.animation .pic-keiko {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* テキスト */
.box-key-visual .text-block {
	position: absolute;
	left: 50%;
	top: 33px;
	margin-left: -390px;
	z-index: 25;
	font-size: 41px;
	font-weight: 600;
	text-shadow: 0 1px 10px rgba(0,0,0,0.7);
	color: #ffffff;
	line-height: 1.7;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition:
		opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s,
		transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
	transition:
		opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s,
		transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
.box-key-visual .text-block span {
	font-size: 17px;
	margin-left: 100px;
}
.box-key-visual.animation .text-block {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* ボタン */
.box-key-visual .btn-counseling {
	position: absolute;
	left: 700px;
	top: 445px;
	z-index: 30;
	opacity: 0;
	/*-ms-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);*/
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition:
		opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s,
		transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
	transition:
		opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s,
		transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
}
.box-key-visual.animation .btn-counseling {
	opacity: 1;
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	/*transform: translateX(0);*/
}



/* ------------------------------------
	* キービジュアル
* ------------------------------------ */
.box-sp-nav {
	display: none;
}



/* ------------------------------------
	* 施術をお考えの方
* ------------------------------------ */
.box-ope-guide {
	height: 432px;
	margin: 0 -20px 60px;
	background: url(../img/bg_ope_guide.jpg) no-repeat 0 0;
	background-size: cover;
}
.box-ope-guide .inner-box {
	width: 1000px;
	margin: 0 auto;
	padding: 85px 0 0;
	text-align: center;
}
.box-ope-guide .ttl-ope-guide {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 600;
}

.box-ope-guide .block-link {
	margin: -10px -10px 10px 0;
}
.box-ope-guide .block-link:after {
	content: '';
	display: block;
	clear: both;
}
.box-ope-guide .block-link li {
	float: left;
	width: 168px;
	padding-right: 10px;
	padding-top: 10px;
}
.box-ope-guide .block-link li a {
	position: relative;
	display: block;
	width: 158px;
	min-height: 196px;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
}
.box-ope-guide .block-link li a:hover {
	z-index: 10;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}
.box-ope-guide .block-link li a:after {
	content: "\f138";
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	bottom: 18px;
	margin-left: -0.5em;
	font-size: 18px;
	line-height: 1;
}
.mod-btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 5%;
	bottom: 16px;
	margin-left: -0.5em;
	font-size: 18px;
	line-height: 1;
}
.mod-btn a.btn2:after {
	content: none;
}
.box-ope-guide .block-link li .text {
	position: absolute;
	left: 0;
	top: 94px;
	height: 63px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
}

.box-ope-guide .block-link li img {
	margin-top: 38px;
}
.box-ope-guide .block-link li.link-guide1 img {
	width: 37px;
	height: 57px;
}
.box-ope-guide .block-link li.link-guide2 img {
	width: 56px;
	height: 55px;
	margin-left: 10px;
}
.box-ope-guide .block-link li.link-guide3 img {
	width: 42px;
	height: 55px;
}
.box-ope-guide .block-link li.link-guide4 img {
	width: 42px;
	height: 65px;
	margin-top: 33px;
}
.box-ope-guide .block-link li.link-guide5 img {
	width: 44px;
	height: 64px;
	margin-top: 31px;
}
.box-ope-guide .block-link li.link-guide6 img {
	width: 55px;
	height: 55px;
}




/* ------------------------------------
	* バナー
* ------------------------------------ */
.box-bnr-top {
	margin: 0 0 40px;
}
.box-bnr-top ul:after {
	content: '';
	display: block;
	clear: both;
}
.box-bnr-top li {
	float: left;
	width: 25%;
}
.box-bnr-top li a {
	position: relative;
	display: block;
}
.box-bnr-top li a:hover {
	z-index: 10;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}



/* ------------------------------------
	* 人気施術ランキング
* ------------------------------------ */
.box-ope-ranking {
	width: 1000px;
	margin: 0 auto 60px;
}

.box-ope-ranking .mod-ttl-top {
	margin: 80px 0 13px;
	background-image:
		url(../img/bg_ttl_left@2x.png),
		url(../img/bg_ttl_right@2x.png);
	background-position:
		left 5px,
		right 5px;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		326px auto,
		326px auto;
}
.box-ope-ranking .mod-ttl-top:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 56px;
	height: 35px;
	background: url(../img/icn_ttl_ope_ranking@2x.png) no-repeat 0 0;
	background-size: 56px 35px;
}

/* pcメニュー */
.box-ope-ranking .pc-tab-nav {
	margin-bottom: 23px;
	text-align: center;
}
.box-ope-ranking .pc-tab-nav li {
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}
.box-ope-ranking .pc-tab-nav li a {
	display: inline-block;
	padding: 10px 12px 10px;
	font-size: 15px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
}
.box-ope-ranking .pc-tab-nav li .link-inner {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.box-ope-ranking .pc-tab-nav li .link-inner:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #8B567E;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}
.box-ope-ranking .pc-tab-nav li a:hover .link-inner:after {
	bottom: -10px;
	opacity: 1;
	visibility: visible;
}

.box-ope-ranking .pc-tab-nav li.active .link-inner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	display: block;
	height: 5px;
	width: 100%;
	opacity: 1;
	visibility: visible;
	background-color: #8B567E;
}


/* spメニュー */
.box-ope-ranking .tab-sp-sttl {
	display: none;
}

/* 施術リスト */
.box-ope-ranking .box-tab-contents {
	position: relative;
	min-height: 274px;
	background: url(../img/bg_ope_ranking@2x.png) no-repeat 0 0;
	background-size: 1000px auto;
}

.box-ope-ranking .list-ope {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	display: table;
	width: 100%;
	height: 274px;
	-webkit-transition: .3s;
	transition: .3s;
}
.box-ope-ranking .list-ope.active {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.box-ope-ranking .list-parts {
	position: relative;
	display: table-cell;
	width: 20%;
	height: 274px;
	vertical-align: middle;
	text-align: center;
}
.box-ope-ranking .list-parts:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 186px;
	opacity: 0.3;
	margin-top: -93px;
	background-color: #ACA8A7;
}
.box-ope-ranking .list-parts:last-child:after {
	display: none;
}

.box-ope-ranking .list-parts a {
	display: block;
	padding-top: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	line-height: 1.3;
	text-decoration: none;
}
.box-ope-ranking .list-parts a:hover {
	z-index: 10;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.box-ope-ranking .list-parts .sttl {
	position: relative;
	width: 90%;
	margin: 0 auto 5px;
}
.box-ope-ranking .list-parts .img {
	margin-bottom: 12px;
}
.box-ope-ranking .list-parts .link {
	font-size: 12px;
}

/* 冠 */
.box-ope-ranking .list-parts .sttl:before {
	content: "";
	position: absolute;
	left: 0;
	top: -50px;
	display: block;
	width: 100%;
	height: 43px;
}
.box-ope-ranking .list-parts.rank1 .sttl:before {
	background: url(../img/icn_rank1.png) no-repeat center top;
	background-size: 69px 43px;
}
.box-ope-ranking .list-parts.rank2 .sttl:before {
	background: url(../img/icn_rank2.png) no-repeat center top;
	background-size: 69px 43px;
}
.box-ope-ranking .list-parts.rank3 .sttl:before {
	background: url(../img/icn_rank3.png) no-repeat center top;
	background-size: 69px 43px;
}
.box-ope-ranking .list-parts.rank4 .sttl:before,
.box-ope-ranking .list-parts.rank5 .sttl:before {
	display: none;
}

/* ランキング番号 */
.box-ope-ranking .list-parts .sttl:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -27px;
	display: block;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border-radius: 10px;
	background-color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
}
.box-ope-ranking .list-parts.rank1 .sttl:after {content: "1";}
.box-ope-ranking .list-parts.rank2 .sttl:after {content: "2";}
.box-ope-ranking .list-parts.rank3 .sttl:after {content: "3";}
.box-ope-ranking .list-parts.rank4 .sttl:after {content: "4";}
.box-ope-ranking .list-parts.rank5 .sttl:after {content: "5";}

/* 画像の調整マージン */
.box-ope-ranking .ope-eye-maibotsu .img img {margin-left: 19px;}
.box-ope-ranking .ope-eye-mini-sekkai .img img {margin-left: 1px;}
.box-ope-ranking .ope-eye-namida .img img {margin-left: 0px;}
.box-ope-ranking .ope-eye-megashira .img img {margin-left: 2px;}
.box-ope-ranking .ope-eye-ganken .img img {margin-right: 1px;}

.box-ope-ranking .ope-nose-ryubi2 .img img {margin-left: 0px;}
.box-ope-ranking .ope-nose-ryubi1 .img img {margin-left: 0px;}
.box-ope-ranking .ope-nose-jikai .img img {margin-left: 0px;}
.box-ope-ranking .ope-nose-biyoku .img img {margin-left: 2px;}
.box-ope-ranking .ope-nose-bisen .img img {margin-left: 1px;}

.box-ope-ranking .ope-faceline-botox .img img {margin-right: 23px;}
.box-ope-ranking .ope-faceline-agochu .img img {margin-right: 13px;}
.box-ope-ranking .ope-faceline-meso_face .img img {margin-right: 23px;}
.box-ope-ranking .ope-faceline-ago .img img {margin-right: 10px;}
.box-ope-ranking .ope-faceline-buccalfat .img img {margin-right: 12px;}

.box-ope-ranking .ope-coc-hyaluronic .img img {margin-right: 22px;}
.box-ope-ranking .ope-coc-ulthera .img img {margin-right: 9px;}
.box-ope-ranking .ope-coc-italian .img img {margin-right: 9px;}
.box-ope-ranking .ope-coc-italianlift_fine .img img {margin-right: 9px;}
.box-ope-ranking .ope-coc-botox .img img {margin-right: 22px;}

.box-ope-ranking .ope-coc-mediumlift .img img {margin-right: 15px;}
.box-ope-ranking .ope-coc-facelift .img img {margin-right: 13px;}
.box-ope-ranking .ope-coc-minilift .img img {margin-right: 16px;}
.box-ope-ranking .ope-eye-jougankenlift .img img {margin-left: 0px;}
.box-ope-ranking .ope-coc-ponytail .img img {margin-right: 12px;}

.box-ope-ranking .ope-diet-meso .img img {margin-right: 23px;}
.box-ope-ranking .ope-diet-shibokyuin .img img {margin-right: 27px;}
.box-ope-ranking .ope-diet-leg .img img {margin-right: 6px;}

.box-ope-ranking .ope-bust-mammary .img img {margin-right: 19px;}
.box-ope-ranking .ope-bust-inject .img img {margin-right: 22px;}
.box-ope-ranking .ope-bust-hokyo .img img {margin-right: 12px;}
.box-ope-ranking .ope-bust-nyuto .img img {margin-right: 0px;}
.box-ope-ranking .ope-bust-kanbotsu .img img {margin-right: 0px;}
.box-ope-ranking .ope-bust-kurozumi .img img {margin-right: 0px;}



/* ------------------------------------
	* 診療科目
* ------------------------------------ */
.box-ope-category {
	width: 1000px;
	margin: 80px auto 80px;
}

.box-ope-category .mod-ttl-top {
	margin-bottom: 20px;
}
.box-ope-category .mod-ttl-top:before {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	width: 33px;
	height: 24px;
	margin-right: 13px;
	background: url(../img/icn_ttl_ope_category@2x.png) no-repeat 0 0;
	background-size: 33px 24px;
}

.box-ope-category .box-category {
	margin-right: 0;
}
.box-ope-category .box-category:after {
	content: '';
	display: block;
	clear: both;
}
.box-ope-category .box-category .list-area {
	float: left;
	width: 25%;
	padding-right: 20px;
}

.box-ope-category .box-category .inner-area {
	position: relative;
	background-color: #F5F5F5;
}


/*.box-ope-category .box-category .category-face .inner-area {
	background-image: url(/top/img/img_category_face.png);
}
.box-ope-category .box-category .category-skin .inner-area {
	background-image: url(/top/img/img_category_skin.png);
}
.box-ope-category .box-category .category-body .inner-area {
	background-image: url(/top/img/img_category_body.png);
}
.box-ope-category .box-category .category-other .inner-area {
	background-image: url(/top/img/img_category_other.png);
}*/

.box-ope-category .box-category .sttl {
	position: relative;
	z-index: 1;
	height: 40px;
	margin-top: -40px;
	background-color: rgba(121,70,108,0.7);
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.box-ope-category .box-category .sttl .txt-s {
	margin-left: 9px;
	font-size: 14px;
}

.box-ope-category .box-category ul {
	padding: 20px;
}
.box-ope-category .box-category li {
	margin-bottom: 16px;
}
.box-ope-category .box-category li:last-child {
	margin-bottom: 0;
}
.box-ope-category .box-category li a {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
}
.box-ope-category .box-category li a:hover {
	color: #aaaaaa;
}



/* ------------------------------------
	* オススメ施術
* ------------------------------------ */
.box-ope-recommend {
	width: 100%;
	margin: 0 auto 66px;
}

.box-ope-recommend .mod-ttl-top {
	margin-bottom: 20px;
}
.box-ope-recommend .mod-ttl-top:before {
	content: "";
	position: relative;
	top: 7px;
	display: inline-block;
	width: 31px;
	height: 36px;
	margin-right: 8px;
	background-size: 31px 36px;
}

.box-ope-recommend .box-recommend-slider {
	display: none;
	width: 885px;
	margin: 0 auto;
}
.box-ope-recommend .box-recommend-slider:after {
	content: '';
	display: block;
	clear: both;
}

.box-ope-recommend .box-recommend-slider.slick-slider {
	display: block;
}
.box-ope-recommend .box-recommend-slider .slick-list {
	overflow: visible;
}

.box-ope-recommend .panel-parts {
	float: left;
	width: 265px;
	margin: 0 15px;
}
.box-ope-recommend .panel-parts > a {
	display: block;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	border-radius: 10px;
	box-shadow: 0 4px 0 0 rgba(204,196,188,0.35);
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.box-ope-recommend .panel-parts > a:hover {
	z-index: 10;
	-webkit-transform: scale(1.06,1.06);
	transform: scale(1.06,1.06);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}

.box-ope-recommend .img {
	position: relative;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
.box-ope-recommend .img:before {
 content: "Before";
 position: absolute;
 bottom: 0;
 left: 0;
 display: block;
 width: 47%;
}
.box-ope-recommend .img:after {
 content: "After";
 position: absolute;
 bottom: 0;
 right: 0;
 width: 47%;
}
.box-ope-recommend .img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.box-ope-recommend .panel-parts .text-box {
	padding: 20px;
}
.box-ope-recommend .panel-parts .sttl {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #8B567E;
}
.box-ope-recommend .panel-parts dt {
	margin: 17px 0 7px;
	border-radius: 10px;
	background-color: #E4DBD1;
	font-weight: 600;
	text-align: center;
}
.box-ope-recommend .panel-parts dd .bold {
	font-weight: 600;
	color: #4C3B32;
}
.box-ope-recommend .list-pricerisk li {
}



/* ------------------------------------
	* スタッフブログ
* ------------------------------------ */
.box-movie {
	width: auto;
	margin: 0;
	background-color: #F5F5F5;
}
.box-movie .box-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 60px;
}

.box-movie .mod-ttl-top {
	margin-bottom: 30px;
	line-height: 1;
}
.box-movie .sttl {
	display: block;
	margin-top: 20px;
}
.box-movie .mod-ttl-top:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 46px;
	height: 30px;
	margin-right: 10px;
	background: url(../img/icn_ttl_staffblog@2x.png) no-repeat 0 0;
	background-size: 46px 30px;
}
.box-topics .mod-ttl-top:before {
	background: url(../img/icn_ttl_topics@2x.png) no-repeat 0 0;
	background-size: 26px 30px;
	width: 26px;
	height: 30px;
	margin-right: 10px;
}
.box-column .mod-ttl-top:before {
	background: url(../img/icn_ttl_column@2x.png) no-repeat 0 0;
	background-size: 48px 30px;
	width: 48px;
	height: 30px;
	margin-right: 10px;
}

.box-movie .post-data ul {
	margin-right: -12px;
}
.box-movie .post-data ul:after {
	content: '';
	display: block;
	clear: both;
}
.box-movie .post-data li {
	float: left;
	width: 20%;
	padding-right: 12px;
}
.box-movie .post-data li a {
	position: relative;
	display: block;
	padding-bottom: 10px;
	background: #F5F5F5;
	color: #333333;
	text-decoration: none;
}
.box-movie .post-data li a:hover {
	z-index: 10;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}

.box-movie .post-data li a .title {
	padding: 10px 10px 0;
	font-size: 15px;
	line-height: 1.4;
}

.box-movie .post-data .img {
	width: 100%;
}
.box-movie .post-data .img img {
	width: 100%;
}

.box-movie .column li a {
	background: #ffffff;
}

/* ------------------------------------
	* スタッフブログ
* ------------------------------------ */
.box-staff-blog {
	width: auto;
	margin: 0 -20px 56px;
	background-color: #F5F5F5;
}
.box-staff-blog .box-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 56px 0 60px;
}

.box-staff-blog .mod-ttl-top {
	margin-bottom: 30px;
}
.box-staff-blog .mod-ttl-top:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 19px;
	height: 30px;
	margin-right: 10px;
	background: url(../img/icn_ttl_drblog@2x.png) no-repeat 0 0;
	background-size: 19px 30px;
}

.box-staff-blog .post-data ul {
	margin-right: -12px;
}
.box-staff-blog .post-data ul:after {
	content: '';
	display: block;
	clear: both;
}
.box-staff-blog .post-data li {
	float: left;
	width: 20%;
	padding-right: 12px;
}
.box-staff-blog .post-data li a {
	position: relative;
	display: block;
	padding-bottom: 35px;
	border-radius: 7px;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
}
.box-staff-blog .post-data li a:hover {
	z-index: 10;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}

.box-staff-blog .post-data li a .title {
	padding: 10px 10px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.box-staff-blog .post-data li a .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
}

.box-staff-blog .post-data .img {
	position: relative;
	width: 100%;
	padding-top: 68.42%;
	height: 0px;
	overflow: hidden;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.box-staff-blog .post-data .img img {
	position: absolute;
	left: -11%;
	top: 0;
	width: 122%;
	max-width: none;
	height: auto;
}

.box-staff-blog .post-data.post-ranking {
	margin-bottom: 40px;
}
.box-staff-blog .post-data.post-new {
	margin-bottom: 20px;
}



/* ------------------------------------
	* ドクラーブログ・SNS
* ------------------------------------ */
.box-doctor-blog .box-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 60px;
}

.box-doctor-blog .mod-ttl-top {
	margin-bottom: 20px;
	line-height: 1;
}
.box-doctor-blog .mod-ttl-top .sttl{
	display: block;
	margin-top: 20px;
}
.box-doctor-blog .mod-ttl-top:before {
	content: "";
	position: relative;
	top: 6px;
	display: inline-block;
	width: 19px;
	height: 30px;
	margin-right: 10px;
	background: url(../img/icn_ttl_drblog@2x.png) no-repeat 0 0;
	background-size: 19px 30px;
}

.box-doctor-blog .list-bnr-doctor {
	width: 800px;
	margin: 0 auto 20px;
}
.box-doctor-blog .list-bnr-doctor ul {
	margin: 0 0 15px;
}
.box-doctor-blog .list-bnr-doctor ul:after {
	content: '';
	display: block;
	clear: both;
}
.box-doctor-blog .list-bnr-doctor li {
	float: left;
	width: 160px;
	padding: 7px 8px 10px 0;
}
.box-doctor-blog .list-bnr-doctor li a {
	display: block;
}
.box-doctor-blog .list-bnr-doctor li a:hover {
	z-index: 10;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

/* インスタ */
#sb_instagram {
	visibility: hidden;
}
#sb_instagram.sbi_medium,
#sb_instagram.sbi_small {
	visibility: visible;
}
#sb_instagram #sbi_images .sbi_item {
	width: 152px !important;
	height: 152px !important;
}
#sb_instagram #sbi_images .sbi_photo {
	height: 152px !important;
}



/* ------------------------------------
	* アクセス
* ------------------------------------ */
.box-access {
	margin: 0;
	padding: 60px 0;
	background-color: #F5F5F5;
}
.box-access .box-inner {
	display: table;
	width: 1000px;
	margin: 0 auto;
}
.box-access .box-inner:after {
	content: '';
	display: block;
	clear: both;
}

.box-access .google-map {
	width: 570px;
	height: 450px;
}

.box-access .access-info {
	/* float: right;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	vertical-align: middle; */
	display: table-cell;
	width: 500px;
	padding-right: 80px;
	align-items: center;
}
.box-access .access-info .info-inner-news dl {
	font-size: 14px;
}
.box-access .access-info .info-inner-news dt {
	font-weight: 600;
	margin-top: 40px;
	clear: both;
}
.box-access .access-info .info-inner-news dl a { text-decoration: none; }
.box-access .access-info .info-inner-news dl a:hover { text-decoration: underline; }
.box-access .access-info .info-inner-news dl.news a { color: #8B567E; font-weight: 600; }
.box-access .access-info .info-inner-news h2 {
	font-size: 140%;
}
.box-access .access-info .info-inner-news .box-history { margin-top: 40px;}
.box-access .access-info .info-inner-news .box-history .thum {
	float: left;
	width: 75px;
	margin-right: 18px;
}
.box-access .access-info .info-inner-news .box-history dl {
	float: right;
	width: 325px;
}
.box-access .access-info .info-inner-news .box-history dt {
	margin-top: 0;
}


.box-access .access-info .info-inner > * {
	width: 383px;
	border-bottom: solid 1px #CCCCCC;
}
.box-access .access-info .info-inner > *:last-child {
	border-bottom: none;
}
.box-access .access-info .text-number {
	line-height: 1.2;
	font-family: 'Arial', sans-serif;
	font-size: 35px;
}

.box-access .access-info .logo {
	padding-bottom: 40px;
}

.box-access .access-info .tel {
	padding: 18px 0 15px;
}
.box-access .access-info .tel .text-sub {
	margin-bottom: 3px;
}
.box-access .access-info .tel .text-number:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 43px;
	height: 28px;
	margin-right: 8px;
	background-size: 43px auto;
}
.box-access .access-info .tel a {
	color: #333333;
	text-decoration: none;
}

.box-access .access-info .office-hours {
	padding: 18px 0 15px;
}
.box-access .access-info .office-hours .text-sub {
	margin-bottom: 3px;
	font-weight: 600;
}

.box-access .access-info .address {
	padding-top: 28px;
	font-size: 12px;
}
.box-access .btn-news {
	font-size: 0;
	width: 1000px;
	margin: auto;
}
.box-access .btn-news li {
	display: inline-block;
	font-size: initial;
	text-align: center;
	width: 500px;
	padding-right: 80px;
}
.box-access .btn-news li p {
	float: left;
}
.box-access .btn-news li p:first-child {
	margin-right: 20px;
}


/* ------------------------------------
	* コンセプト
* ------------------------------------ */
.box-concept {
	width: 927px;
	min-height: 448px;
	margin: 30px auto 0;
	padding: 95px 0 0 359px;
}
.box-concept .ttl-concept {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: solid 1px #333333;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -0.3px;
}
.box-concept .ttl-concept br {
	display: none;
}
.box-concept .text-area {
	line-height: 2;
}



.box-search {
	height: 743px;
	background: url(../img/img_top_search.jpg) no-repeat 0 0;
	background-size: cover;
	overflow: hidden;
}
.inner-search {
	width: 700px;
	margin: auto;
	padding-bottom: 20px;
}
.inner-search .mod-ttl-top {
	margin: 40px 0 20px;
}
.inner-search .mod-ttl-top:before {
	content: "";
	position: relative;
	top: 14px;
	display: inline-block;
	width: 29px;
	height: 68px;
	margin-right: 13px;
	background: url(../img/icn_ttl_box_search.png) no-repeat 0 0;
	background-size: 29px 68px;
}
.area {
	position: relative;
	width: 700px;
}
.area {
	position: relative;
	width: 700px;
}
.area > li {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
}
.area > li.show {
	pointer-events: auto;
	opacity: 1;
	transition: opacity 1s ease 0s;
}
.area .ope-face li a,
.area .ope-aging li a,
.area .ope-common-ope li a,
.area .ope-body-other li a  {
	padding: 8px 20px;
	background: #8B567E;
}
.area .ope-face li,
.area .ope-aging li,
.area .ope-common-ope li,
.area .ope-body-other li,
.area .ope-face li a,
.area .ope-aging li a,
.area .ope-common-ope li a,
.area .ope-body-other li a {
	color: #ffffff;
	text-decoration: none;
}
.area .ope-face li:nth-child(1){
	position: absolute;
	top: 92px;
	left: 235px;
}
.area .ope-face li:nth-child(2){
	position: absolute;
	top: 139px;
	left: 235px;
}
.area .ope-face li:nth-child(3){
	position: absolute;
	top: 181px;
	left: 235px;
}
.area .ope-face li:nth-child(4){
	position: absolute;
	top: 231px;
	left: 128px;
}
.area .ope-face li:nth-child(5){
	position: absolute;
	top: 279px;
	left: 131px;
}
.area .ope-face li:nth-child(6){
	position: absolute;
	top: 324px;
	left: 220px;
}
.area .ope-aging li:nth-child(1){
	position: absolute;
	top: 7px;
	left: 160px;
}
.area .ope-aging li:nth-child(2){
	position: absolute;
	top: 52px;
	left: 145px;
}
.area .ope-aging li:nth-child(3){
	position: absolute;
	top: 99px;
	left: 191px;
}
.area .ope-aging li:nth-child(4){
	position: absolute;
	top: 148px;
	left: 129px;
}
.area .ope-aging li:nth-child(5){
	position: absolute;
	top: 193px;
	left: 159px;
}
.area .ope-aging li:nth-child(6){
	position: absolute;
	top: 239px;
	left: 54px;
}
.area .ope-aging li:nth-child(7){
	position: absolute;
	top: 286px;
	left: 174px;
}
.area .ope-aging li:nth-child(8){
	position: absolute;
	top: 332px;
	left: 113px;
}
.area .ope-aging li:nth-child(9){
	position: absolute;
	top: 378px;
	left: 68px;
}
.area .ope-aging li:nth-child(10){
	position: absolute;
	top: 424px;
	left: 189px;
}
.area .ope-common-ope li:nth-child(1){
	position: absolute;
	top: 47px;
	left: 220px;
}
.area .ope-common-ope li:nth-child(2){
	position: absolute;
	top: 95px;
	left: 146px;
}
.area .ope-common-ope li:nth-child(3){
	position: absolute;
	top: 142px;
	left: 204px;
}
.area .ope-common-ope li:nth-child(4){
	position: absolute;
	top: 189px;
	left: 160px;
}
.area .ope-common-ope li:nth-child(5){
	position: absolute;
	top: 235px;
	left: 219px;
}
.area .ope-common-ope li:nth-child(6){
	position: absolute;
	top: 281px;
	left: 129px;
}
.area .ope-common-ope li:nth-child(7){
	position: absolute;
	top: 328px;
	left: 98px;
}
.area .ope-common-ope li:nth-child(8){
	position: absolute;
	top: 374px;
	left: 205px;
}
.area .ope-body-other li:nth-child(1){
	position: absolute;
	top: 11px;
	left: 132px;
}
.area .ope-body-other li:nth-child(2){
	position: absolute;
	top: 56px;
	left: 117px;
}
.area .ope-body-other li:nth-child(3){
	position: absolute;
	top: 100px;
	left: 146px;
}
.area .ope-body-other li:nth-child(4){
	position: absolute;
	top: 145px;
	left: 71px;
}
.area .ope-body-other li:nth-child(5){
	position: absolute;
	top: 191px;
	left: 71px;
}
.area .ope-body-other li:nth-child(6){
	position: absolute;
	top: 237px;
	left: 146px;
}
.area .ope-body-other li:nth-child(7){
	position: absolute;
	top: 282px;
	left: 176px;
}
.area .ope-body-other li:nth-child(8){
	position: absolute;
	top: 326px;
	left: 146px;
}
.area .ope-body-other li:nth-child(9){
	position: absolute;
	top: 370px;
	left: 191px;
}
.area .ope-body-other li:nth-child(10){
	position: absolute;
	top: 414px;
	left: 86px;
}
.area .ope-common-ope li a.left {
	padding-right: 0;
}
.area .ope-common-ope li a.right {
	padding-left: 0;
}
.tab {
	width: 700px;
	margin: 0 auto 40px;
	text-align: center;
	font-weight: 600;
}
.tab li{
	float: left;
	width: 165px;
	cursor: pointer;
    height: 31px;
	margin: 5px;
}
.tab li.active em {
	padding-bottom: 7px;
	border-bottom: solid 5px #8B567E;
}
.txt-c { text-align: center!important;}
.ftw-b { font-weight: 600!important;}
.fts-15 { font-size: 15px!important;}
.mt05 { margin-top: 5px!important;}
.mt30 { margin-top: 30px!important;}
.mt200 { margin-top: 200px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 {	margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important;}

.pt80 { padding-top: 80px!important;}
.pb70 {	padding-bottom: 70px !important; }
.pdr10 { padding-right: 10px!important;}
.pdr20 { padding-right: 20px!important;}

.bg-white { background: #ffffff!important;}
.bg-gray { background: #dddddd!important;}
.bg-gray2 { background: #f5f5f5!important;}

.bdrno { border: none!important;}

.w25p { width: 25%!important;}


/* ------------------------------------
	* 学会活動・定例勉強会
* ------------------------------------ */
.box-academic-study {
	width: 1000px;
	margin: auto;
}
.box-academic-study .mod-ttl-top {
	margin: 40px 0;
	font-family: initial;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 0;
	background-image:
		url(../img/bg_ttl_left@2x.png),
		url(../img/bg_ttl_right@2x.png);
	background-position:
		left 5px,
		right 5px;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		326px auto,
		326px auto;
}
.box-academic-study .mod-ttl-top a {
	text-decoration: none;
}
.box-academic-study .mod-ttl-top a:nth-child(1) {
	margin: 0 45px 0 40px;
}
.box-academic-study .mod-ttl-top a:nth-child(2) {
	margin-right: 40px;
}
.box-academic-study .mod-ttl-top span {
	padding-bottom: 10px;
	border-bottom: solid 5px #8B567E;
}

.frame {
	margin-bottom: 30px;
	padding: 0;
	background:
		url(../img/bg_frame_top.png) top left no-repeat,
		url(../img/bg_frame_btm.png) bottom left no-repeat,
		url(../img/bg_frame_cnt.png) top left;
}
.frame:last-child {
	margin-bottom: 80px;
}
.frame dl {
	width: 100%;
	margin: auto;
	padding: 60px;
}
.frame dt {
	position: relative;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 0 100px 10px 0;
	border-bottom: solid 1px #EAE7DB;
}
.frame dt span {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
	font-family: initial;
	font-size: 15px;
	font-weight: normal;
}
.frame .photo {
	text-align: center;
	margin-bottom: 30px;
}
.frame .multi {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.frame .multi li {
	display: inline-block;
	font-size: initial;
	margin: 0 5px;
}


/* ------------------------------------
	* 院長活動報告
* ------------------------------------ */

.katsuya {
	height: 500px;
	background: url(/top/img/bg_katsuya_history.png) top left no-repeat;
	background-size: cover;
}
.katsuya .inner-box {
	position: relative;
	width: 1280px;
	height: 500px;
	padding: 0 140px;
}
.katsuya .main-img {
	position: absolute;
	top: 0;
	left: 71px;
}
.katsuya .text-block {
	position: absolute;
	top: 77px;
	left: 525px;
	text-align: left;
	color: #333;
	line-height: 58px;
}
.katsuya .mod-ttl-serif {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	font-size: 40px;
}
.katsuya .mod-sttl {
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 46px;
}
.katsuya .lead {
	width: 610px;
	height: 233px;
	font-family: "Hiragino Kaku Gothic Pro";
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
}


.box-intro {
	background: #f5f5f5;
	overflow: hidden;
}
.box-intro .box-inner {
	width: 1000px;
	height: 403px;
	margin: auto;
	padding: 64px 100px 68px;
}
.box-intro .ryakureki,
.box-intro .shikaku {
	float: left;
	width: 410px;
	color: #333;
}
.box-intro .ryakureki dt,
.box-intro .shikaku dt {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 58px;
}
.box-intro .ryakureki dd,
.box-intro .shikaku dd, {
	line-height: 35px;
}
.box-intro .ryakureki li {
	display: table;
	background: url(/top/img/bg_line.png) top left 75px no-repeat;
}
.box-intro .ryakureki li:first-child {
	display: table;
	background: url(/top/img/bg_line.png) top 11px left 75px no-repeat;
}
.box-intro .ryakureki li:last-child {
	display: table;
	background: url(/top/img/bg_line.png) bottom 11px left 75px no-repeat;
}
.box-intro .ryakureki span {
	display: table-cell;
}
.box-intro .ryakureki span:nth-child(1) {
	font-family: Arial;
	font-weight: normal;
	font-size: 15px;
	padding-right: 31px;
	background: url(/top/img/icon_period.png) top 10px right no-repeat;
	background-size: 15px;
}
.box-intro .ryakureki span:nth-child(2) {
	font-family: YuGothic;
	font-weight: 500;
	font-size: 15px;
	line-height: 35px;
	padding-left: 15px;
}
.box-intro .shikaku {
	width: 390px;
}
.box-intro .shikaku li {
	font-family: "Hiragino Kaku Gothic Pro";
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	padding-left: 15px;
	background: url(/top/img/icon_circle.png) top 10px left no-repeat;
	background-size: 10px;
}


.box-report .box-inner{
	width: 1000px;
	padding: 64px 0 100px;
	margin: auto;
	color: #333;
}
.box-report h2 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 58px;
	text-align: center;
	padding-bottom: 38px;
	margin-bottom: 25px;
	background: url(/top/img/bg_shadow.png) center bottom no-repeat;
	background-size: 861px 11px;
}
.box-report h3 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	margin-bottom: 4px;
}
.box-report .stit {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	margin-bottom: 71px;
}


.box-report .report1,
.box-report .report2 {
	padding-left: 71px;
	margin-bottom: 96px;
}
.box-report .since {
	float: left;
	width: 194px;
	font-family: Arial;
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	line-height: 35px;
	margin-top: -5px;
	padding-right: 40px;
	background: url(/top/img/icon_period.png) top 10px right no-repeat;
	background-size: 15px;
}
.box-report .history {
	float: left;
	width: 690px;
	padding-left: 30px;
	font-size: 0;
}
.box-report .history li {
	display: inline-block;
	width: 150px;
	font-size: initial;
	margin-left: 15px;
	margin-bottom: 18px;
	vertical-align: top;
}
.box-report .history li:nth-child(4n+1) {
	margin-left: 0;
}
.box-report .history dt {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
}
.box-report .history dt em {
	font-size: 15px;
	font-weight: bold;
}


.report2 > li {
	padding-bottom: 76px;
	background: url(/top/img/bg_line_long.png) top 11px left 185px repeat-y;
}
.report2 > li:first-child {
	padding-bottom: 76px;
	background: url(/top/img/bg_line_long.png) top 11px left 185px no-repeat;
}
.report2 > li:last-child {
	padding-bottom: 0;
	background: url(/top/img/bg_line_long.png) bottom 11px left 185px no-repeat;
}
.report2 .since {
	margin-top: 0;
}
.report2 .history li {
	width: auto;
}
.report2 .history dl {
	font-size: 0;
}
.report2 .history dt {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	color: #333;
}
.report2 .history dt span {
	font-size: 15px;
}
.report2 .history dt span.no-display,
.report2 .history dt span.sub-display-inline {
	font-size: 20px;
}
.report2 .history dd {
	display: inline-block;
	margin-right: 15px;
	font-size: initial;
	margin-top: 10px;
}
.report2 .history dd:nth-child(1),
.report2 .history dd:nth-child(2),
.report2 .history dd:nth-child(3) {
	margin-top: 0;
}
.report2 .history dl.bor dd {
	border: #333 solid 1px;
}
.report2 .history dd.lead {
	display: block;
	width: 630px;
	font-family: "Hiragino Kaku Gothic Pro";
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;
}


.mb0 { margin-bottom: 0 !important; }



/* display:none for yahoo
-----------------------------*/

.sub-display,
.sub-display-inline {
	display: none;
}


/* display:none for google
-----------------------------*/

.sub-display-g,
.sub-display-inline-g {
	display: none;
}
