@charset "utf-8";
/* CSS Document */


body {font-family:Meiryo,"Hiragino Kaku Gothic Pro",Arial,"Helvetica Neue",Helvetica,sans-serif;}

.clearfix:before, .clearfix:after {content: "";display: block;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

a:hover{ text-decoration:none; }
.fr{ float:right; }

	@media (min-width: 768px) {
		.dsp-mb-only{
			display:none;
		}
	}
	@media (max-width: 767px) {
		.dsp-pc-only{
			display:none;
		}
		.dsp-mb-only{
			display:inline;
		}
	}

/* header
----------------------------------------*/

header{
	font-size: 12px;
}

header .h1-inner{
	background-color:#5bb432;
	width:100%;
}

header .h1-inner h1{
	color:#fff;
	font-size: 12px;
	line-height:24px;
	margin:0 auto; 
	max-width:1000px;
	padding:0 15px;
}
	@media (max-width: 767px) {
		header .h1-inner h1{
			font-size: 10px;
			text-align:center;
			line-height:1.5;
			padding:0.5em 0;
		}
	}

header .header-inner{
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	height:90px;
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
}
	@media (max-width: 991px) {
		header .header-inner{
			display:block;
			text-align:center;
			height:auto;
			padding-bottom:20px;
		}
	}

header .header-inner h2{
	margin-right:10px;
}
	@media (max-width: 991px) {
		header .header-inner h2{
			display:inline-block;
		}
	}
	@media (max-width: 767px) {
		header .header-inner h2{
			display:block;
		}
	}

header .header-inner .link-area{
	margin-right:10px;
}
	@media (max-width: 991px) {
		header .header-inner .link-area{
			display:inline-block;
		}
	}
	@media (max-width: 767px) {
		header .header-inner .link-area{
			display:block;
			margin-bottom: 16px;
		}
	}

header .header-inner .link-area a{
	color:#3E3A39;
	padding:0 5px;
}
	@media (max-width: 767px) {
		header .header-inner .link-area a{
			padding:0;
		}
	}

header .header-inner .search-area{
	background:url(/img/header_bg01.png) no-repeat;
	line-height:39px;
	width:190px;
}
	@media (max-width: 991px) {
		header .header-inner .search-area{
			display:inline-block;
		}
	}
	@media (max-width: 767px) {
		header .header-inner .search-area{
			margin-bottom: 16px;
		}
	}

header .header-inner .search-area input[type="text"]{
	height:24px;
	margin-left:8px;
	font-size: 10px;
	width:134px;
	border:1px solid #ccc;
		padding:0 3px;
}
	
header .header-inner .search-area input[type="submit"]{
	background:url(/img/header_btn02.png) no-repeat center center;
	text-indent:-99999px;
	width:27px;
	height:27px;
	vertical-align:middle;
	margin-left:8px;
	border:none;
}
	@media (max-width: 991px) {
		header .header-inner .btn-area{
			display:inline-block;
		}
	}
	@media (max-width: 767px) {
		header .header-inner .search-area{
			margin:0 0 16px;
		}
	}

header .header-inner .btn-area a{
	display:inline-block;
	background:url(/img/header_btn01.png) no-repeat;
	font-size: 12px;
	width:98px;
	line-height:39px;
	text-align:center;
	color:#595757;
	margin-left:5px;
}

header .header-inner .btn-area a:hover{
	background:url(/img/header_btn01_on.png);
	color:#fff;
}


/* breadcrumb
----------------------------------------*/
	
.bc-outer{
	background-color:#fefa98;
	border-top:3px solid #fbee00;
	border-radius:0;	box-sizing:border-box;
}

.breadcrumb{
	max-width:1000px;
	margin:0 auto;
	background-color:#fefa98;
}
	@media (max-width: 767px) {
		.breadcrumb{
			text-align:center;
			font-size:10px;
		}
	}	


/* main-contents
----------------------------------------*/
	
.cont-wrap h1{
	font-size:16px;
	background:url(/img/cont_h1_bg01.png) bottom repeat-x;
	position:relative;
	padding:20px 0 8px 51px;
	box-sizing:border-box;
	margin-bottom:20px;
	text-align:left;
}

.cont-wrap h1:before{
	position:absolute;
	content:"　";
	background:url(/img/icon_h1.png);
	width:38px;
	height:51px;
	top:-2px;
	left:6px;
}


/* map */

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
		background-color:#60b148;
}

.nav-pills > li > a {
		border-radius:7px 0 0 0;
}	

.map-area{
	border:3px solid #60b148;
	border-radius:12px;
	width:616px;
	margin:0 auto;
	overflow:hidden;
	background:url(/img/map_bg01.png) no-repeat center center;
}

.tab-pane{
	border-top:3px solid #60b148;padding:1em 0 0 0;
}

#map01,#map02 {
	position:relative;
	height:392px;
	width:616px;
	border-radius:0 0 10px 10px;
}

#map01 a ,#map02 a{
	background:url(/img/map_btn.png) no-repeat;
	color:#3E3A39;
	display:inline-block;
	margin:0 2px 4px 0;
	width:46px;
	text-align:center;
	line-height:26px;
	font-size:12px;
}

#map01 a:hover ,#map02 a:hover{
	background:url(/img/map_btn_on.png) no-repeat;
	color:#fff;
}
	
.pref-box{
	position:absolute;
	display:inline-block;
	padding:6px 4px 4px 6px;
	border:1px solid #B5B5B6;
	border-radius:2px;
}

.hkd{
	background:#E2DFEF;
	position:absolute;
	top:63px;
	right:25px;
}

.thk{
	background:#CCEAA2;
	position:absolute;
	top:109px;
	right:25px;
}

.knt{
	background:#FFD180;
	position:absolute;
	top:215px;
	right:25px;
}

.chu{
	background:#FCF492;
	position:absolute;
	top:10px;
	left:213px;
	text-align:right;
}

.knk{
	background:#C0E7F9;
	position:absolute;
	top:275px;
	left:288px;
}

.skk{
	background:#E8F0C5;
	position:absolute;
	top:275px;
	left:161px;
}

.cgk{
	background:#DCC1F4;
	position:absolute;
	top:108px;
	left:20px;
}	

.kys{
	background:#FFCADD;
	position:absolute;
	top:214px;
	left:20px;
}

.tab-content{
	position:relative;
}

.map-icn01{
	position:absolute;
	top:81px;
	right:83px;
}

.map-icn02{
	position:absolute;
	top:136px;
	left:147px;
}	

.map-icn03{
	position:absolute;
	top:46px;
	left:20px;
}	

.map-icn04{
	position:absolute;
	bottom:-10px;
	left:-10px;
}

.map-icn04_01{
	position:absolute;
	bottom:-10px;
	left:-10px;
}

.map-icn04_02{
	position:absolute;
	bottom:-10px;
	left:543px;
}

/* 科目から探す */

.cont-wrap h2{
	font-size:16px;
	background:#000;
	border-radius:14px;
	line-height:30px;
	position:relative;
	box-sizing:border-box;
	margin:30px 0 20px;
	padding-left:70px;
}

.cont-wrap h2.naika{
	background:#E8F0C5;
}

.cont-wrap h2.naika:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon01.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.geka{
	background:#C0E7F9;
}

.cont-wrap h2.geka:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon02.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.sanhu{
	background:#FFCADD;
}

.cont-wrap h2.sanhu:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon03.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.shou{
	background:#FCF492;
}

.cont-wrap h2.shou:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon04.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.shika{
	background:#FFD180;
}

.cont-wrap h2.shika:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon05.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.ganka{
	background:#D9E021;
}

.cont-wrap h2.ganka:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon06.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.hifu{
	background:#caf7dc;
}

.cont-wrap h2.hifu:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon11.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.hinyou{
	background:#E2DFEF;
}

.cont-wrap h2.hinyou:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon07.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.seishin{
	background:#E8F5FA;
}

.cont-wrap h2.seishin:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon08.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.kansen{
	background:#FCF492;
}

.cont-wrap h2.kansen:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon09.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.doubutu{
	background:#0ba6fc;
}

.cont-wrap h2.doubutu:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon12.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

.cont-wrap h2.sonta{
	background:#FCE9F2;
}

.cont-wrap h2.sonta:before{
	position:absolute;
	content:" ";
	background:url(/img/list_icon10.png) no-repeat;
	width:50px;
	height:50px;
	top:-10px;
	left:12px;
}

ul.type-list{
	padding:0;
	list-style:none;
	background:url(/img/bg_list_bdr.png);
}

ul.type-list li{
	width:24.555%;
	float:left;
	font-size:12px;
	margin:0 1px 11px 0;
	padding:10px 0 0;

}

	@media (max-width: 767px) {
		ul.type-list li{
			width:33%;
		
		}
	}
	@media (max-width: 479px) {
		ul.type-list li{
			width:49%;
		}
	}

ul.type-list li:before{
	content:url(/img/icon_tri.png);
	margin-right:5px;
}

ul.type-list li a{
	color:#595757;
}

ul.type-list li a:hover{
	color:#F39800;
}

/* 最新の病院・医院・クリニック訪問記 */

.visit-area{
	display:flex;
	margin-bottom:16px;
	padding-bottom:8px;
	border-bottom:1px dotted #3E3A39;
}

.visit-area div img{
	margin-right:16px;
}

.visit-area h2{
	font-size:12px;
	background:none;
	border-radius:0;
	border-bottom:1px solid #3E3A39;
	padding:0 0 8px;
	width:100%;
	float:left;
	margin:0 0 8px;
	line-height:1;
}

.visit-area p{
	font-size:11px;
	color:#00913A;
	line-height:1.8;
	margin:0;
}

.visit-area p span{
	color:#3E3A39;
	margin-right:30px;
}

.visit-area .visit-area-dsp-none{
	display:none;
}

	@media (max-width: 479px) {
		.visit-area p span{
			margin-right:0;
		}
		.visit-area .visit-area-dsp-none{
			display:inline;
		}
	}

.visit-area a{
	color:#3E3A39;
}

.visit-area a:hover{
	opacity:0.7;
}

p.other-link{
	text-align:right;
	font-size:12px;
}

p.other-link img{
	position:relative;
	top:-2px;
	margin-right:5px;
}

/* AD */

aside{
	text-align:center;
}

aside img{
	max-width:100%;
	margin:10px 0;
}

/* 新着の医院情報 */

ul.type-news{
	padding:0;
	list-style:none;
}

ul.type-news li{
	color:#3E3A39;
	font-size:12px;
	margin:0;
	padding:8px 0;
	background:url(/img/bg_list_bdr.png) repeat-x bottom;

}

ul.type-news li:before{
	content:url(/img/silde_list_icn01.png);
	margin-right:5px;
	position:relative;
	top:3px;
}

ul.type-news li a{
	color:#595757;
}

ul.type-news li a:hover{
	color:#F39800;
}

/* footer */

footer{
	display:table;
	width:100%;
	text-align:center;
	position:relative;
	padding-top:77px;
	overflow:hidden;
	margin:93px 0 0;
}

footer .inner{
	background:#5BB431;
	padding:60px 0 16px;
	overflow:hidden;
}

.foot-nav{
	text-align:center;
	color:#fff;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px dotted #006934;
}

.foot-nav a{
	color:#fff;
}

footer small{
	color:#fff;
	font-size:10px;
	padding:0 16px;
	line-height:1.5;
}

footer small a{
	color:#fff;
}

.foot-img{
	display:block;
	background:url(/img/foot_img01.png) no-repeat center center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:101px;
	overflow:hidden;
}