@charset "utf-8";

/*======================================

Font-size Adjustment
77% = 10px	| 	122% = 16px	|	167% = 22px
85% = 11px	|	129% = 17px	|	174% = 23px
92% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|

=======================================*/


/* 1.マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px; }
.m2b { margin-bottom: 2px; }
.m3b { margin-bottom: 3px; }
.m4b { margin-bottom: 4px; }
.m5b { margin-bottom: 5px; }
.m6b { margin-bottom: 6px; }
.m7b { margin-bottom: 7px; }
.m8b { margin-bottom: 8px; }
.m9b { margin-bottom: 9px; }
.m10b { margin-bottom: 10px; }
.m13b { margin-bottom: 13px; }
.m15b { margin-bottom: 15px; }
.m20b { margin-bottom: 20px; }
.m25b { margin-bottom: 25px; }
.m30b { margin-bottom: 30px; }
.m35b { margin-bottom: 35px; }
.m40b { margin-bottom: 40px; }
.m45b { margin-bottom: 45px; }
.m50b { margin-bottom: 50px; }

.m5l { margin-left: 5px; }
.m9l { margin-left: 9px; }
.m10l { margin-left: 10px; }
.m15l { margin-left: 15px; }
.m20l { margin-left: 20px; }
.m25l { margin-left: 25px; }
.m30l { margin-left: 30px; }
.m150l { margin-left: 150px; }
.m570l { margin-left: 570px; }

.m5r { margin-right: 5px; }
.m10r { margin-right: 10px; }
.m15r { margin-right: 15px; }
.m20r { margin-right: 20px; }
.m25r { margin-right: 25px; }
.m30r { margin-right: 30px; }
.m40r { margin-right: 40px; }
.m50r { margin-right: 50px; }

.p5b { padding-bottom: 5px; }
.p10b { padding-bottom: 10px; }
.p15b { padding-bottom: 15px; }
.p20b { padding-bottom: 20px; }
.p25b { padding-bottom: 25px; }
.p30b { padding-bottom: 30px; }

.p10a { padding: 10px; }



.p5l { padding-left: 5px; }
.p10l { padding-left: 10px; }
.p15l { padding-left: 15px; }
.p20l { padding-left: 20px; }
.p25l { padding-left: 25px; }
.p30l { padding-left: 30px; }
.p200l { padding-left: 200px; }

.box5 { width: 5px; }
.box10 { width: 10px; }
.box15 { width: 15px; }
.box20 { width: 20px; }
.box25 { width: 25px; }
.box30 { width: 30px; }
.box35 { width: 35px; }
.box40 { width: 40px; }
.box45 { width: 45px; }
.box50 { width: 50px; }
.box55 { width: 55px; }
.box60 { width: 60px; }
.box85 { width: 85px; }
.box100 { width: 100px; }
.box110 { width: 110px; }
.box120 { width: 120px; }
.box130 { width: 130px; }
.box140 { width: 140px; }
.box160 { width: 160px; }
.box180 { width: 180px; }
.box200 { width: 200px; }
.box250 { width: 250px; }
.box260 { width: 260px; }
.box280 { width: 280px; }
.box285 { width: 285px; }
.box290 { width: 290px; }
.box340 { width: 340px; }
.box360 { width: 360px; }
.box300 { width: 300px; }
.box310 { width: 310px; }
.box320 { width: 320px; }
.box350 { width: 350px; }
.box355 { width: 355px; }
.box365 { width: 365px; }
.box370 { width: 370px; }
.box400 { width: 400px; }
.box420 { width: 420px; }
.box430 { width: 430px; }
.box440 { width: 440px; }
.box460 { width: 460px; }
.box500 { width: 500px; }
.box510 { width: 510px; }
.box530 { width: 530px; }
.box600 { width: 600px; }
.box640 { width: 640px; }

/* 2.位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both; }
.cen { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.fLeft { float: left; }
.fRight { float: right; }

/* 3.テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.txt10 { font-size: 77%; }
.txt11 { font-size: 85% ; }
.txt14 { font-size: 108%; }
.txt16 { font-size: 123.1%; }
.txtB { font-weight: bold; }
.txtRed { color: #ff0000; }
.txtBlue { color: #0052E5; }
.txtPink { color: #F246A4; }

.fontS { font-size: 92%;line-height: 1.6;}
.fontM { font-size: 100%;line-height: 1.6;}
.fontL { font-size: 114%;line-height: 1.6;}

/*
====================================================================
基本設定
	1.枠組み
	2.リンク
	3.clearfixセレクタ指定
	4.ナビゲーション設定
	5.枠組み各詳細設定
	6.各ページ設定
====================================================================
*/

/* 1.枠組み
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
div#container {
	/* background: url("../images/head_bg.jpg") 0 0 repeat-x; */
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

div#header {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

div#nav {
	width: 900px;
	margin: 0 auto;
}

div#contents {
	width: 900px;
	margin: 0 auto 30px;
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

div#footer {
	width: 100%;
	background: url("../images/foot_bg.jpg") 0 0 repeat-x;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* 2.リンク文字設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
a:link,
a:visited { text-decoration: underline; color: #217294; }
a:hover  { text-decoration: underline; color: #90B8C9; }
a:active { text-decoration: underline; color: #217294; }

/* 画像リンクロールオーバー共通
──────────────────── */
.on_img,
.on_nav li { position: relative; z-index: 0;}
.on_img a,
.on_nav li a{
	display: -moz-inline-box;
	display: inline-block;
	}
.on_img a:hover,
.on_nav li a hover { position: static;}
.on_img a:hover img,
.on_nav li a:hover img,
.on_nav li.current a img{ position: relative; z-index: -1;}

/* ロールオーバー画像設定
──────────────────── */
.fav a { background: url("../images/fav_btn_on.jpg") 0 0 no-repeat; }
.loginBtn a { background: url("../images/login_btn_on.jpg") 0 0 no-repeat; }
.newsBtn a { background: url("../images/news_btn_on.jpg") 0 0 no-repeat; }
.searchBtn a { background: url("../images/search_btn_on.jpg") 0 0 no-repeat; }
.footBtn1 a { background: url("../images/foot_btn1_on.jpg") 0 0 no-repeat; }
.footBtn2 a { background: url("../images/foot_btn2_on.jpg") 0 0 no-repeat; }
.footBtn3 a { background: url("../images/foot_btn3_on.jpg") 0 0 no-repeat; }
.contactBtn a { background: url("../images/contact_btn_on.jpg") 0 0 no-repeat; }
.searchBtn2 a { background: url("../images/search_btn2_on.jpg") 0 0 no-repeat; }
.detailBtn a { background: url("../images/detail_btn_on.jpg") 0 0 no-repeat; }
.backBtn a { background: url("../images/back_btn_on.jpg") 0 0 no-repeat; }
.holidayBtn a { background: url("../images/holiday_btn_on.jpg") 0 0 no-repeat; }

/* 3.clearfixセレクタ指定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clearfix:after,
div#container:after,
div#contents:after,
div#header:after,
div#article:after,
div#aside:after,
div#header ul#nav1:after,
div#article ul#pnav:after,
div.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}

.clearfix,
div#container,
div#contents,
div#header,
div#article,
div#aside,
div#header ul#nav1,
div#article ul#pnav,
div.section {
	min-height: 1px;
}

* html .clearfix,
* html div#container,
* html div#contents,
* html div#header,
* html div#article,
* html div#aside,
* html div#header ul#nav1,
* html div#article ul#pnav,
* html div.section
	{
	height: 1px;
}


.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.clearfix {
	zoom:1;
}


/* 4.ナビゲーション設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
div#nav {
	margin-bottom: 20px;
	position: relative;
}

div#nav ul {
	width: 902px;
	height: 103px;
	margin: 0 auto;
	text-align: center;

}

div#nav ul li {
	display: block;
	float: left;
	height: 51px;
	list-style: none;
	}

div#nav ul li a {background: url(../images/nav_on.jpg) left top no-repeat;}
div#nav ul li.nav1 a{ background-position: 0 0; }
div#nav ul li.nav2 a{ background-position: -226px 0; }
div#nav ul li.nav3 a{ background-position: -451px 0; }
div#nav ul li.nav4 a{ background-position: -676px 0; }
div#nav ul li.nav5 a{ background-position: 0px -51px; }
div#nav ul li.nav6 a{ background-position: -226px -51px; }
div#nav ul li.nav7 a{ background-position: -451px -51px; }
div#nav ul li.nav8 a{ background-position: -676px -51px; }
div#nav ul li a:hover{ position: static;}/*for IE*/

div#nav ul li a:hover img { position: relative; }

div#nav ul li img { vertical-align: bottom; }


/* 5.枠組み各詳細設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/*------header--------*/
h1#top {
	width: 900px;
	height: 36px;
	margin: 0 auto;
}

h2#logo {
	padding: 20px 0 20px 0;
}

div.headerRight {
	background: url("../images/head_bg2.png") 0 -22px no-repeat;
	width: 390px;
	height: 140px;
	position: absolute;
	top: -14px;
	right: -10px;
	z-index: 10;
}

div.headerRight ul {
	margin: 15px 0 0 45px;
}

div.headerRight li {
	float: left;
	margin-right: 10px;
}

.fav { margin-bottom: 5px; }
.trans { margin-bottom: 5px; }
#fontChange {
	width: 135px;
	height: 23px;
	background:url("../images/size_btn.jpg") 0 0 no-repeat;
	margin: 0 0 0 0;
	padding: 0;
}

#fontChange li { margin-right: 4px; margin-top: 4px; }
#fontChange li#fontS {
	margin-left: 63px;
}

* html #fontChange li#fontS {
	margin-left: 31px;
}

.pageImg {
	width: 900px;
	margin: 3px auto 13px;
}

/*------footer--------*/
.footArea {
	border-bottom: solid 1px #CCCCCC;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
}

.footLeft {
	float: left;
	width: 530px;
}

.footRight {
	float: right;
	width: 350px;
	text-align: right;
}

div#footer ul {
	width: 550px;
	margin: 0 auto 10px;
}

div#footer ul li {
	float: left;
	background: url("../images/icon01.jpg") 0 center no-repeat;
	padding-left: 15px;
	margin-right: 10px;
	white-space: nowrap;
}
div#footer ul li.footBtn1 {
	background: none;
	margin-top: 10px;
	padding: 0;
}

div#footer .footQr {
	float: right;
}

.footBtn3 {
	margin-bottom: 10px;
}

h3.copyright {
	font-size: 85%;
	clear: both;
	text-align: center;
	margin: 10px auto;
}


/* 6.各ページ設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/*------共通設定--------*/
.path {
	background: #E6E6E6;
	line-height: 1;
	margin-bottom: 10px;
	padding: 7px 10px;
	position: relative;
}

.path li {
	display: inline;
}

.path li a {
}

.section {
	margin-bottom: 10px;
	position: relative;
}

.sub .section {
	margin-bottom: 30px;
}

.box1 {
	border: solid 1px #CCCCCC;
}

.box3 {
	background: #DEF0F8;
	color: #55B2D9;
	font-size: 122%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px;
}


.midashi1 {
	background: #CCE9F4;
	font-size: 136%;
	padding: 10px 10px 10px 20px;
	margin-bottom: 20px;
}

.midashi2 {
	border-bottom: solid 3px #55B2D9;
	color: #55B2D9;
	font-size: 174%;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	margin-bottom: 40px;
}

.midashi3 {
	border-top: solid 3px #55B2D9;
	border-bottom: dotted 1px #666666;
	background: #EFEFEF;
	font-size: 152%;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}

.midashi4 {
	border-top: solid 3px #55B2D9;
	border-bottom: dotted 1px #666666;
	font-size: 152%;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}

.midashi4 span {
	font-size: 77%;
	color: #55B2D9;
	vertical-align: middle;
	margin-right: 20px;
}

.midashi5 {
	background: url("../images/icon01.jpg") 10px center no-repeat;
	border-bottom: dotted 1px #666666;
	padding: 10px 10px 5px 25px;
	margin-bottom: 20px;
}


/*------ページの先頭へ--------*/
#gotop {
	position: absolute;
	right: 0;
	top: -59px;
	background: url("../images/pagetop_bg.jpg") 0 0 no-repeat;
	font-size: 85%;
	width: 157px;
	height: 23px;
	text-align: center;
	padding-top: 10px;
}


#gotop a {
	background: url("../images/icon02.jpg") 0 center no-repeat;
	padding-left: 15px;
}


.pagetopBtn2 {
	text-align: right;
}

/*------トップページ--------*/
.searchList {
	float: left;
	width: 620px;
	margin: 0 0 0 20px;
}

* html .searchList {
	margin: 0 0 0 10px;
}

.searchList li {
	clear: both;
	margin-bottom: 20px;
}

.searchList li span {
	background: url("../images/search_arrow.jpg") right center no-repeat;
	width: 23%;
	float: left;
	color: #54B2D8;
	font-size: 122%;
	display: block;
	margin-right: 3%;
	padding: 0 15px 0 10px;
}

* html .searchList li span {
	margin-right: 1%;
}

.searchList li select,
.searchList li input {
	width: 65%;
	float: right;
}

.searchList li.last { margin-bottom: 20px; }
* html .searchList li.last { margin-bottom: 0px; }


.searchBtn {
	float: right;
	margin: 50px 20px 0 0;
}

* html .searchBtn {
	margin: 50px 10px 0 0;
}

.topNews {
	float: left;
	width: 443px;
}

.topSaijitu {
	/*float: right;*/
	width: 443px;
	position: relative;
}

#newsArea {
	overflow-y:scroll;
	width: 410px;
	height:201px;
	margin: 0 0 23px 20px;

}
#newsArea dt {
	margin: 0;
	padding: 0px 2px 12px 0;
	width: 7em;
}

#newsArea dd {
	line-height: 1.4em;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -2.4em;
	margin-right:10px;
	padding: 1px 5px 8px 7.5em;
	text-align:left;
}

.mouth1 {
	font-size: 92%;
	position: absolute;
	top: 15px;
	right: 130px;
}

.month2 {
	font-size: 92%;
	position: absolute;
	top: 15px;
	right: 20px;
}

.mouth1 a,
.month2 a {
	border: solid 1px #56B3DA;
	background: #FFFFFF;
	padding: 0 7px;
}

div.topSaijitu .mouth1 a:hover,
div.topSaijitu .month2 a:hover {
	border: solid 1px #56B3DA;
	background: #FFFFFF;
	padding: 0 7px;
}

div.topSaijitu #active a {
	border: solid 1px #56B3DA;
	background: #56B3DA;
	color: #FFFFFF;
	padding: 0 7px;
	text-decoration: none;
}
/*
.month1 a.active,
.month2 a.active {
	border: solid 1px #56B3DA;
	background: #56B3DA;
	color: #FFFFFF;
	padding: 0 7px;
	text-decoration: none;
}

.month1 a:hover,
.month1 a.active:hover,
.month2 a:hover,
.month2 a.active:hover {
	background: #56B3DA;
	color: #FFFFFF;
	text-decoration: none;
}
*/

table.calendar {
	width: 390px;
	margin: 0 25px;
}

table.calendar th,
table.calendar td {
	text-align: center;
	border: solid 1px #cccccc;
}

table.calendar th {
	background: #EFEFEF;
}

table.calendar td {
	padding: 5px;
}

.calenderTxt {
	font-size: 92%;
	margin: 5px 25px 10px;
}

.holiday {
	background: #FFE8FF;
	color: #E50000;
}

.holiday a {
	color: #E50000;
}

.sectionMap {
	margin-bottom: 30px;
}

.bnrLink li {
	float: left;
}

.bnrLink li.bnrMiyama {
	margin-left: 5px;
}

.bnrYanagawa a { background: url("../images/bnr_yanagawa_on.jpg") 0 0 no-repeat; }
.bnrMiyama a { background: url("../images/bnr_miyama_on.jpg") 0 0 no-repeat; }
.bnrOkawa a { background: url("../images/bnr_okawa_on.jpg") 0 0 no-repeat; }
.bnrOmuta a { background: url("../images/bnr_omuta_on.jpg") 0 0 no-repeat; }
.bnrYame a { background: url("../images/bnr_yame_on.jpg") 0 0 no-repeat; }
.bnrKurume a { background: url("../images/bnr_kurume_on.jpg") 0 0 no-repeat; }

.topBnrArea {
	clear: both;
}

.topBnrArea ul {
	width: 906px;
	margin-right: -6px;
	zoom: 1;
}

.topBnrArea li {
	float: left;
	height: 60px;
	margin-right: 6px;
	margin-bottom: 6px;
}


/*マップ*/

.sectionMapSearch {
	float: left;
	width: 348px;
	border: solid 1px #CCCCCC;
	margin-bottom: 20px;
}

.sectionMapList {
	float: right;
	margin-bottom: 20px;
}

.mapSearchList {
	margin: 0 20px;
}

.mapSearchList li {
	clear: both;
	margin-bottom: 10px;
}

.mapSearchList li span {
	background: url("../images/search_arrow.jpg") right center no-repeat;
	color: #54B2D8;
	font-size: 122%;
	margin-right: 3%;
	padding: 0 15px 0 10px;
}

.mapSearchList li select,
.mapSearchList li input {
	width: 100%;
	margin-top: 10px;
}

.mapList li {
	background: url("../images/icon01.jpg") 10px center no-repeat;
	border-bottom: dotted 1px #666666;
	font-size: 122%;
	padding: 20px 180px  20px 25px;
	position: relative;
}

.searchBtn2 {
	margin: 0 auto 20px;
	text-align: center;
}

.mapList li .detailBtn {
	position: absolute;
	top: 20px;
	right: 10px;
}

.pager {
	margin: 20px auto 40px;
	text-align: center;
}

.pager li {
	display: inline;
	margin-right: 5px;
}

.pager li a {
	border: solid 1px #CCCCCC;
	padding: 0 5px;
}

.pager li a.current,
.pager li a:hover {
	border: solid 1px #55B2D9;
	background: #55B2D9;
	color: #FFFFFF;
}

.schoolNav {
	width: 180px !important;
}

.schoolContent {
	width: 180px !important;
	height: 40px !important;
	float: none !important;
	background: url(none) !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #62bfdf;
	border-bottom: none;
	background-color: #fff !important;
	font-size: 1.4rem ;
	text-align: center;
	position: relative;
	line-height: 1.2;
}

.schoolContent:hover {
	opacity: 0.7 !important;
}

.schoolContent:last-child {
	border-bottom: 1px solid #62bfdf;
	padding-top: 3px;
	font-size: 1.3rem;
}

.schoolContent:not(:last-of-type) {
	line-height: 3;
}

.schoolContent a {
	display: block !important;
	background: url(none) !important;
	text-decoration: none !important;
}


.schoolContent::after {
	content: url(../images/nav_arrow.gif);
	width: 6px;
	height: 10px;
	position: absolute;
	top: 16px;
	right: 13px;
}




p.kana_sort_p {
	position: absolute;
	top: 15px;
	right: 10px;
}

p.kana_sort_p span {
	background: #FFFFFF;
	border: 1px solid #54B2D8;
	padding: 0 8px;
	margin-right: 5px;
}



/*マップ詳細*/
.mapDtailList {
	margin-bottom: 30px;
}
.mapDtailList dt {
	margin-bottom: 20px;
	padding: 0px 2px 12px 25px;
	width: 13em;
}

.mapDtailList dd {
	background: url("../images/map_dtail_list_line.jpg") 0 bottom no-repeat;
	line-height: 1.4em;
	margin-bottom: 20px;
	margin-top: -3.8em;
	padding: 0 5px 18px 16em;
	text-align:left;
}

.mapDtailList dd span a {
	background: #55B2D9;
	color: #FFFFFF;
	font-size: 92%;
	padding: 0 5px;
}

.backBtn {
	margin-bottom: 20px;
	text-align: center;
}

/*日曜祭日在宅当番医*/
.calendarArea1 {
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.calendarArea2 {
	width: 400px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.calendarArea1 table,
.calendarArea2 table {
	margin: 10px 0 10px 0;
}

.mouth3 {
	border: solid 1px #56B3DA;
	background: #DFF1F9;
	display: inline;
	padding: 0 10px;
}

.holidayArea {
	border: solid 1px #CCCCCC;
	clear: both;
	width: 660px;
	margin: 0 auto 30px;
	padding: 20px;
}

.holidayArea .day {
	float: left;
	width: 130px;
}

.holidayArea ul {
	width: 510px;
	float: right;
}

.holidayArea ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.holidayArea ul li h4 {
	background: url("../images/icon01.jpg") 0 11px no-repeat;
	padding-left: 10px;
}

.holidayArea ul li a { font-size: 136%; }

.holidayArea ul li.last { border-bottom: dotted 1px #666666; }

ul li span.holidayMapIcon a {
	background: #55B2D9;
	color: white;
	font-size: 92%;
	margin-left: 5px;
	padding: 0 5px;
	text-decoration: none;
}

/*産業保険センター*/
.sangyoList {
	margin: 30px;
}

.sangyoList li {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sangyoList li span {
	background: url("../images/icon01.jpg") 10px 8px no-repeat;
	padding-left: 25px;
	float: left;
	font-size: 122%;
	width: 200px;
}

/*学校紹介*/
.schoolImg {
	float: right;
}

.schoolImg li {
	float: left;
	margin-left: 10px;
}

* html .schoolImg li {
	margin-left: 5px;
}

.schoolTa {
	width: 100%;
	margin-bottom: 40px;
}

.schoolTa th {
	background: url("../images/icon01.jpg") 10px center no-repeat;
	padding:15px 10px 15px  25px;
}

.schoolTa td {
	padding: 15px 0;
}

.schoolTa td table { width: 100%; }
.line { border-bottom: 1px dotted #666666; }

.schoolTa td.p0a { padding: 0px; }

.contactArea {
	border: solid 3px #CCC;
	padding: 10px 30px;
	margin: 20px auto;
	width: 390px;
}

.contactArea h3 {
	font-size: 152%;
}

/*予防接種*/
#panelBtn,
#panelBtn2 {
}

#panelBtn li,
#panelBtn2 li {
	float: left;
	font-weight: bold;
	border: solid 1px #cccccc;
	border-bottom: none;
	margin-right: 5px;
	padding: 10px 15px;
}

#panelBtn li.active,
#panelBtn2 li.active {background: #55B2D9;}
#panelBtn li.active a,
#panelBtn2 li.active a { color: #FFFFFF; }

#panelBtn li a {
    font-size: 93%;
}

#panelBtn.yobouPanelBtn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#panelBtn.yobouPanelBtn li {
	width: 46%;
	float: none;
	margin-right: 0;
}

table.ta02 {
	width: 100%;
}

table.ta02 thead th {
	background: #55B2D9;
	color: #FFFFFF;
	font-size: 127%;
	font-weight: bold;
	padding: 10px;
}

table.ta02 th,
table.ta02 td {
	border: solid 1px #cccccc;
	padding: 5px;
}

@-moz-document url-prefix() {
	table.ta02 td {
		font-size: 11px;
	}
	table.ta02 td.first-child {
		font-size: 100%;
	}
}

*:first-child+html table.ta02 colgroup.box200 {
	width: 180px;
}

* html table.ta02 colgroup.box50 {
	width: 40px;
}
*:first-child+html table.ta02 colgroup.box50 {
	width: 40px;
}

* html table.ta02 colgroup.box60 {
	width: 50px;
}
*:first-child+html table.ta02 colgroup.box60 {
	width: 50px;
}


* html table.ta02 th,
* html table.ta02 td {
	padding: 5px 3px;
}

@media not screen and (1) table.ta02 colgroup.box60 {
	width: 50px;
}

@media not screen and (1)table.ta02 th,
@media not screen and (1)table.ta02 td {
	padding: 5px 3px;
}


table.ta02 th {
	background: #E6F3F9;
	line-height: 1.4;
	text-align: center;
}

table.ta02 colgroup.name { background: #FFFFCC; }

.midashi2 a {
	display: inline-block;
	margin-left: 20px;
	vertical-align: bottom;
	padding: 6px 12px;
	color: #fff;
	font-size: 16px;
	background: #217294;
}

.midashi2 a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.midashi2 span {
	display: inline-block;
	vertical-align: middle;
}

.midashi2 span img {
	width: 18px;
	height: auto;
	vertical-align: text-bottom;
	margin-left: 5px;
}

.linkPdf,
.linkMap {
	display: inline-block;
	width: 11px;
	height: 17px;
	vertical-align: middle;
}

.linkPdf {
	margin-left: 10px;
	width: 16px;
	height: 16px;
}


.linkPdf:hover,
.linkMap:hover {
	opacity: 0.7;
}

.linkPdf img,
.linkMap img {
	width: 100%;
}


/*お問い合わせ*/
textarea {
	width: 450px;
	height: 150px;
}

.contactBtnArea {
	text-align: center;
}

.contactBtnArea p {
	display: inline;
}

.ppArea {
	width: 80%;
	height: 200px;
	margin: 0 10% 30px;
}

/*テーブル固定用CSS*/
.fixed {
	position: fixed;
	top: 0;
}

#fixMenu1,
#fixMenu2,
#fixMenu3,
#fixMenu4 {
	width: 900px;
}

* html #fixMenu1,
* html #fixMenu2 {
	position: relative;
	width: 900px;

	background: #f88;
}


/*2012.11.16*/
.pc_attached a {
	background: url('../images/attach_icon.gif') 0 2px no-repeat;
	color: #217294;
	padding-left: 15px;
	text-decoration: underline;
}

.pc_attached a:hover {
	color: #90B8C9;
}

#newsArea a {
	color: #217294;
	text-decoration: underline;
}

#newsArea a:hover {
	color: #90B8C9;
}

span.kana_sort_asc {
	margin-left: 8px;
}

.holidayArea h4 a {
	color: #217294;
	text-decoration: underline;
}

.holidayArea h4 a:hover {
	color: #90B8C9;
}


/*2012.11.28更新*/
#newsArea {
	margin: 0 0 23px 15px;
}


#newsArea dd {
	margin-left: 95px;
	padding: 1px 5px 8px 3.5em;
	margin-right: 5px;
}

#newsArea dd.member { background: url("../images/member.jpg") 0 3px no-repeat; }
#newsArea dd.general { background: url("../images/general.jpg") 0 3px no-repeat; }

.caption {
	text-indent: 16em;
}

/*2016.6*/

div#nav ul li.nav6 a{ background-position: -181px -51px; }
div#nav ul li.nav7 a{ background-position: -361px -51px; }
div#nav ul li.nav8 a{ background-position: -541px -51px; }
div#nav ul li.nav9 a{ background-position: -722px -51px; }


/*2017.7*/
#search_box {
	border: solid 1px #CCC;
	padding: 20px;
	margin: 30px 0;
}

#search_box .text {
	margin-bottom: 10px;
}

#search_box .text span {
	color: #55B2D9;
	font-weight: bold;
	margin-right: 10px;
}

#search_box .text input {
	border-radius: 4px;
	background: #FFFFCC;
	border: solid 1px #CCC;
	width: 70%;
	font-size: 122%;
	padding: 5px;
}

#search_box dl {
	letter-spacing: -.4em;
	margin-bottom: 10px;
}

#search_box dt {
	color: #55B2D9;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 5px;
}

#search_box dd {
	border-radius: 4px;
	display: inline-block;
	background: #FFFFCC;
	line-height: 1;
	padding: 8px 10px;
	margin: 0 10px 10px 0;
	letter-spacing: normal;
}

#search_box dd.on {
	background: #55B2D9;
	color: #fff;
}

#search_box input[type="radio"] {
	margin-right: 5px;
}

#search_box .btn {
	text-align: center;

}

/*table.ta02.zaitaku th {
	background: #E6F3F9;
    line-height: 1.4;
    text-align: center;
    font-size: 94%;
    color: #333;
    font-weight: normal;
}*/

table.ta02.zaitaku th,
table.ta02.zaitaku td {
	box-sizing: border-box;
	table-layout: fixed;
}

table.ta02.zaitaku colgroup.name {
	width: 240px!important;
}

table.ta02.zaitaku .date {
	/*width: 40px!important;*/
}

table.ta02 colgroup.on {
	background: yellow;
}

#contents.renkei {
	width: 96%;
}

#contents.renkei .path {
	width: 900px;
	margin: 0 auto 10px;
}

.renkei #fixMenu1,
.renkei #fixMenu2,
.renkei #fixMenu3,
.renkei #fixMenu4 {
	width: 100%;
	z-index: 8888;
}

.renkei #fixMenu2-1,
.renkei #fixMenu2-2,
.renkei #fixMenu2-3,
.renkei #fixMenu2-4 {
	width: 100%;
	z-index: 9999;
}

.renkei .block {
	background: #FFF;
	position: relative;
}

.renkei .block #block-1 {
	z-index: 10;
}

.renkei .block #block-1 {
	z-index: 20;
}

.renkei .serach_btn_list {
	text-align: center;
}

.renkei .serach_btn_list li {
	display: inline-block;
	margin: 0 10px;
}

.reseach_btn a {
	background: url(../images/renkie_btn_on.jpg) 0 0 no-repeat;
}

.reseach_btn2 a {
	background: url(../images/renkie_btn2_on.jpg) 0 0 no-repeat;
}


#kenshukai_area {
	width: 900px;
	margin: 0 auto 60px;
}

#kenshukai_area table {
	width: 100%;
}

#kenshukai_area table th {
	background: #E6F3F9;
	border: solid 1px #CCC;
	padding: 10px 20px;
	width: 450px;
	text-align: center;
}

#kenshukai_area table td {
	border: solid 1px #CCC;
	padding: 10px 20px;
	text-align: center;
}

#kenshukai_area table a.pdf:before {
	content: '';
	background: url(../images/icon_pdf.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 15px;
	height: 20px;
	margin-right: 8px;
	vertical-align: -4px;
}

/*在宅医療可能（歯科医院）名簿*/
#zaitaku_shikaiin_area {
	width: 900px;
	margin: 0 auto 60px;
}

#zaitaku_shikaiin_area table {
	width: 100%;
}

#zaitaku_shikaiin_area table th {
	background: #E6F3F9;
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
}

#zaitaku_shikaiin_area table td {
	border: solid 1px #CCC;
	padding: 10px 19px;
	text-align: center;
}

/*柳川山門薬剤師会会員在宅訪問可能薬局*/
#zaitaku_yakkyoku_area {
	width: 900px;
	margin: 0 auto 60px;
}

#zaitaku_yakkyoku_area table {
	width: 100%;
}

#zaitaku_yakkyoku_area table th {
	background: #E6F3F9;
	border: solid 1px #CCC;
	padding: 10px 4px;
	text-align: center;
}

#zaitaku_yakkyoku_area table td {
	border: solid 1px #CCC;
	padding: 10px 0;
	text-align: center;
}

.renkei_btn {
	letter-spacing: -.4em;
	margin: 80px auto 20px;
	text-align: center;
}

.renkei_btn2 {
	letter-spacing: -.4em;
	margin: 0 auto 130px;
	text-align: center;
}

.renkei_btn li,
.renkei_btn2 li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px;
}

.kenshu_btn a {
	background: url(../images/kenshu_btn_on.jpg) 0 0 no-repeat;
}

.zaitaku_btn a {
	background: url(../images/zaitaku_btn_on.jpg) 0 0 no-repeat;
}

.shujii_btn a {
	background: url(../images/shujii_btn_on.jpg) 0 0 no-repeat;
}

.katuyo_btn a {
	background: url(../images/katuyo_btn_on.jpg) 0 0 no-repeat;
}


.kenshu_btn_test a {
	background: url(../images_test/kenshu_btn_on.jpg) 0 0 no-repeat;
}

.houmon_btn_test a {
	background: url(../images_test/houmon_btn_on.jpg) 0 0 no-repeat;
}

.yakkyoku_btn_test a {
	background: url(../images_test/yakkyoku_btn_on.jpg) 0 0 no-repeat;
}

.zaitaku_btn_test a {
	background: url(../images_test/zaitaku_btn_on.jpg) 0 0 no-repeat;
}

.shujii_btn_test a {
	background: url(../images_test/shujii_btn_on.jpg) 0 0 no-repeat;
}

.katuyo_btn_test a {
	background: url(../images_test/katuyo_btn_on.jpg) 0 0 no-repeat;
}

.caremane_btn_test a {
	background: url(../images_test/caremane_btn_on.jpg) 0 0 no-repeat;
}

.cm_katuyo_btn_test a {
	background: url(../images_test/cm_katuyo_btn_on.jpg) 0 0 no-repeat;
}



/*看護学校ナビゲーション*/
.on_img, .on_nav li.nav6 {
    position: unset;
		line-height: 0;
}
ul.schoolNav {
	display: none;
	padding-right: 358px;
	position: absolute;
	top: 101px;
	left: 181px;
}
.schoolContent {
    z-index: 999 !important;
}
