@charset "utf-8";

/* ----- htmlタグ ----- */
* {
	text-decoration: none;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}

h2 span,
h3 span,
h4 span,
a span {
	display: none;
}

strong {
	background: #FFFFD9;
	color: #CC0000;
	font-weight: bold;
}

em {
	font-weight: bold;
	color: #0033CC;
	background: #FFFFCC;
	font-style: normal;
}

hr {
	color: #ccc;
	background-color: #999;
	border: none;
	width: 100%;
	height: 1px;
}

img {
	border: none;
	vertical-align: bottom;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(img/body_back.gif) repeat-x;
	font-family: "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ＭＳ Ｐゴシック", Osaka, Georgia, "Times New Roman", Times, serif;
}

li a .new {
	display: inline-block;
	margin-left: 7px;
	background-color: red;
	border-radius: 3px;
	color: white;
	font-size: 11px;
	padding: 3px 4px;
	line-height: 1;
	vertical-align: middle;
}


.clear {
	clear: both;
}

.hidden {
	display: none;
}

.hidden2 {
	visibility: hidden;
	height: 1px;
}

.small {
	font-size: 0.8em;
}

.clearfix,
div#layout {
	/zoom: 1;
}

.clearfix:after,
div#layout:after,
div#main_layout:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


a:link,
a:visited {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #ff0000;
}





/* ----- 外枠 ----- */
div#layout {
	padding: 0px;
	width: 892px;
	margin: 20px;
}

div#wrapper {
	float: right;
	width: 645px;
	margin: 0px;
	min-height: 100px;
}


/* ----- Header ----- */
div#header {
	margin: 0px 0px 18px;
	position: relative;
	height: 70px;
}

div#header h1 {
	height: 67px;
}

div#header h1 a {
	display: block;
	height: 67px;
	width: 313px;
	background: url(img/title.gif) no-repeat;
}


/* ----- メインコンテンツ ----- */
div#main {
	font-size: 1em;
	color: #333333;
	line-height: 170%;
	/*    float: right;*/
}

div#main ol,
div#main ul {
	line-height: 160%;
}

div#main h3 {
	color: #003300;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background: url(img/renew/sidebar_05.gif) no-repeat;
	line-height: 30px;
	position: relative;
}

div#main h3 a.bt {
	position: absolute;
	top: 3px;
	right: 3px;
	border-radius: 4px;
	background: #333;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0 .5em;
	font-size: 13px;
	line-height: 1.9;
	text-decoration: none;
}

div#main h3 a.bt:hover {
	background-color: #C4111A;
}

div#main h3 span {
	font-size: 0.7em;
	color: #666;
	display: inline;
	line-height: 110%;
}

/* 最初のh3要素以外に適用 */
div#main h3:not(:first-child) {
	margin-top: 20px;
}


body#renkei div#main h4 {
	color: #5BA41C;
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 30px;
	background: url(img/h4_back.gif) no-repeat left center;
	font-size: 18px !important:
}

#main h4 {
	color: #5BA41C;
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 30px;
	background: url(img/h4_back.gif) no-repeat left center;
	font-size: 18px !important:
}



/* ----- Footer ----- */
div#footer {
	clear: both !important;
	background: url(img/footer_back.gif) repeat-x bottom;
	height: 148px;
}

div#footer2 {
	clear: both !important;
	background: url(img/footer.gif) no-repeat;
	height: 148px;
	width: 811px;
	position: relative;
}

div#footer address {
	color: #FFFFFF;
	font: normal 10px Verdana;
	position: absolute;
	left: 40px;
	bottom: 10px;
	line-height: 125%;
}

div#footer p a {
	position: absolute;
	left: 800px;
	bottom: 11px;
	background: url(img/pagetop.gif) no-repeat;
	height: 82px;
	width: 120px;
}

div#footer p a:hover {
	background-position: right
}



div.profile {
	float: left;
	text-align: center;
	width: 128px;
	margin-right: 10px;
	padding: 30px 2px 2px;
}

div.profile p {
	font-size: 0.8em;
	margin: 3px 0px 0px;
	padding: 0px;
	background: #E9FECF;
}

dl.simple {
	font-size: 95%;
	margin: 10px 10px 25px 24px;
	padding: 0px;
}

dl.simple dt {
	float: left;
	width: 7em;
	font-weight: bold;
	padding: 0.5em 0px;
	margin: 0px;
}

dl.simple dd {
	border-bottom: 1px dashed #CCCCCC;
	padding: 0.5em 0px 0.5em 7em;
	margin: 0px;
}

dl.simple2 {
	padding: 0px;
	font-size: 90%;
	line-height: 135%;
	margin: 10px 0px 25px 24px;
}

dl.simple2 dt {
	float: left;
	width: 9em;
	font-weight: bold;
	padding: 0.5em 0px;
	margin: 0px;
}

dl.simple2 dd {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em 0px 0.5em 9em;
	margin: 0px;
}

dl.tiken {
	margin: 10px;
	font-size: 85%;
	border-top: 1px solid #CCCCCC;
}

dl.tiken dt {
	float: left;
	width: 13em;
	font-weight: bold;
	padding: 0.5em 0px;
	margin: 0px;
	line-height: 140%;
	color: #000000;
}

dl.tiken dd {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em 0px 0.5em 13em;
	margin: 0px;
}

table.tiken {
	background: #CCCCCC;
	width: 100%;
}

table.tiken th {
	text-align: center;
	padding: 5px;
	white-space: nowrap;
	background-color: #E3F6F9;
}

table.tiken td {
	background: #FFFFFF;
	text-align: center;
}

table.tiken th,
table.tiken td {
	padding: 3px 8px;
	font-size: 14px;
	line-height: 130%;
}


table.simple {
	border-style: none;
}

table.simple th {
	font-size: 110%;
	font-weight: bold;
	background: #FFFFFF;
	text-align: center;
}





/* ----- ドクター一覧（ハック有り） ----- */
ul.doctors {
	margin: 20px 0px 10px;
	padding: 0px;
	list-style: none;
}

ul.doctors li {
	border: 1px solid #CCC;
	padding: 5px;
	width: 147px;
	float: left;
	margin: 0px 16px 15px 0px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 135px;
}

html>body ul.doctors li {
	width: 135px;
}

ul.doctors li h4 {
	background: none !important;
	font-we;
	ight: bold;
	color: #000000;
	font-size: 15px;
	padding: 0 !important;
	margin: 5px 0 0 0 !important;
}

html*ul.doctors li h4 {
	font-weight: normal;
}

ul.doctors li p {
	font-size: 11px;
	margin: 5px 0px 0px;
	line-height: 120%;
}



/* ----- テーブル関連 ----- */
table.simple_table.tx_left th,
table.simple_table.tx_left td {
	text-align: left;
	padding-left: 10px;
}

table.simple_table {
	background: #009900;
}

table.simple_table caption {
	color: #006600;
	font-weight: bold;
	padding-top: 20px;
	text-decoration: underline;
}

table.simple_table th,
table.simple_table td {
	line-height: 1.2;
	font-size: 14px;
	padding: 12px 0px;
	text-align: center;
}

table.simple_table th {
	background: #E9FECF url(img/table_th.gif) no-repeat 2px 2px;
	color: #003300;
}

table.simple_table td {
	background: #FFFFFF;
}

table.simple_table2 {
	background: #009900;
}

table.simple_table2 th {
	background: #E9FECF url(img/table_th.gif) no-repeat 2px 2px;
	padding: 2px;
	text-align: center;
	color: #003300;
	font-size: 14px;
}

table.simple_table2 td {
	background: #FFFFFF;
	padding: 10px;
	font-size: 14px;
	line-height: 130%;
}

table.simple_table2 td ul {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}




/* ----- 電話番号表記 ----- */
p.tel {
	background: url(img/tel.gif) no-repeat right top;
	display: block;
	text-align: right;
	padding-top: 30px;
}

p.tel strong {
	display: none;
}



/* ----- エントリー・コメント部分 ----- */
div.entry {
	margin: 0 0 25px 0;
}

div.entry h2 {
	font-size: 1em;
	font-weight: normal;
	float: right;
	margin-right: 20px;
}

div.entry h4 {
	/*
	font-weight: bold;
	color: #296402;
	border-bottom: 1px solid #ccc;
	background: url(img/arrow_star.gif) no-repeat left center;
	border-top: 1px solid #ccc;
	padding-left: 23px;
	margin:10px 0;
*/
}

div.entry blockquote {
	margin: 10px 0;
	padding: 18px;
	border: 1px solid #009900;
	color: #000;
	font-size: 0.8em;
	background: #EEFFE8;
	line-height: 140%;
}

div.entry img.left {
	margin: 0px 20px 5px 0px;
	float: left;
}

p.entry-footer {
	font-size: 14px;
	padding: 4px;
	border-top: 1px solid #ccc;
	text-align: right;
}


div.entry_topics {
	padding: 10px 10px 0px 20px;
	border-left: 8px solid #CCCCCC;
	margin: 0px 0px 20px 25px;
}

div.entry_topics h2 {
	color: #999999;
	float: right;
	font-size: 95%;
}

div.entry_topics h3 {
	margin: 0px !important;
	padding: 0px !important;
	background: #FFFFFF !important;
	border-bottom: 1px solid #999999;
	font-size: 95%;
}

div.entry_topics p {
	font-size: 95%;
	margin: 0 0 10px 0;
}


fieldset {
	padding: 30px;
	border: 1px solid #999999;
	margin-top: 20px;
}

fieldset legend {
	padding: 0px 10px 0px 47px;
	background: url(img/icon_pencil.gif) no-repeat 10px 0px;
	color: #006600;
}

fieldset input,
fieldset textarea {
	width: 100%;
	font-size: 16px;
}

fieldset input:focus,
fieldset textarea:focus {
	border: 2px solid #009900;
}

div.comment {
	margin: 10px 0px;
	padding: 0 20px;
	border: 1px dotted #999999;
}




/* ----- カテゴリページの並列リスト表示 ----- */
dl.category {}

dl.category dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	float: left;
	width: 395px;
	margin: 0px;
	background: url(img/icon_text.gif) no-repeat left center;
	padding: 6px 25px 6px 25px;
}

dl.category dt#category_top {
	background: url(img/arrow_star.gif) no-repeat left center;
	font-weight: bold;
	color: #000;
}

dl.category dd {
	padding: 6px 5px 6px 0;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	text-align: right;
	color: #666666;
}




/* ----- 一覧ページの並列リスト表示 ----- */
dl.archive {
	line-height: 200%;
}

dl.archive dt {
	font-size: 14px;
	float: left;
	width: 315px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	background: url(img/icon_text.gif) no-repeat left center;
	padding-left: 25px;
}

dl.archive dt#archive_top {
	background: url(img/arrow_star.gif) no-repeat left center;
	font-weight: bold;
	color: #000;
}

dl.archive dd {
	float: left;
	width: 100px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	color: #666666;
}


/* ----- デイケア一日の流れ ----- */
dl.day_flow {
	padding: 0px 0px 0px 30px;
	background: url(img/day_flow.gif) no-repeat left bottom;
	font-size: 0.9em;
}

dl.day_flow dt {
	float: left;
	width: 9.5em;
	border-bottom: 1px dashed #CCCCCC;
	font-family: Verdana;
	color: #000000;
}

dl.day_flow dd {
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px 0px 0px 9.5em;
	padding: 0px;
}

p.recruit {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	background: #FFFFCC;
}

p.link_line {
	text-align: right;
}

p.link_line a {
	text-align: right;
	background: url(img/arrow_star.gif) no-repeat left center;
	padding: 0px 0px 0px 25px;
}

h4.img_title {
	text-align: center;
	margin: 25px 0px;
}

h4.title_centertxt {
	text-align: center;
	letter-spacing: 1em;
}

h4.simple_title {
	font-weight: bold;
	font-size: 100%;
	margin: 20px 0px 10px 20px;
	background: url(img/arrow_gl.gif) no-repeat left center;
	padding: 0px 0px 0px 24px;
	color: #000000;
	clear: both;
}

ul.two_column {
	margin: 10px 10px 10px 20px;
	padding: 0 0 20px 20px;
	font-size: 80%;
}

ul.two_column li {
	width: 42%;
	float: left;
	background: url(img/arrow_mini_bk.gif) no-repeat left center;
	list-style: none;
	padding-left: 10px;
	margin: 0px 30px 0px 0px;
	line-height: 1.8;
}

a.bt_jisseki {
	margin-bottom: 14px;
	background: url(img/bt_jisseki.gif) no-repeat;
	display: block;
	overflow: hidden;
	height: 0 !important;
	height
	/**/
	: 42px;
	padding-top: 42px;
}

a.bt_jisseki:hover {
	background-position: 0 -42px;
}


p.pickup {
	margin: 5px 50px 20px;
	font-size: 90%;
	padding: 20px 0px;
}

div.daycare_01 {
	background: #FFFFCC;
	border: 1px solid #E8E8E8;
	padding: 20px 10px 10px;
}

div.daycare_01 p {
	margin-right: 20px;
	margin-left: 20px;
}

div.daycare_01 ul li {
	margin-left: 25px;
}


table.simple_table_dot {}

table.simple_table_dot td {
	font-size: 85%;
	border-bottom: 1px dotted #CCCCCC;
	padding: 2px 0px 1px 0px;
}


dl.simple_point {
	border-top: 1px solid #999999;
}

dl.simple_point dt {
	background: url(img/arrow_star.gif) no-repeat 0px 8px;
	clear: left;
	float: left;
	width: 12em;
	margin: 0px;
	padding: 5px 0px 5px 1.4em;
	font-weight: bold;
	color: #344600;
}

dl.simple_point dd {
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 5px 0px 5px 13.4em;
}


div.pickup {
	background: #E9FECF;
	border: 2px solid #7D886F;
	padding: 10px;
	margin-bottom: 25px;
}

div.pickup h4 {
	background: #7D886F;
	color: #FFFFFF;
	padding-left: 10px;
	letter-spacing: 0.5em;
	text-align: center;
	margin-bottom: 10px;
}

div.pickup p {
	margin: 0px;
}


div.daycare {
	width: auto;
	margin-top: 15px;
	clear: left;
}

div.daycare h4 {
	color: #FFFFFF;
	background: #4A7442;
	padding: 5px;
	display: inline;
	margin-top: 20px;
}

div.daycare p {
	margin-top: 5px;
}

div.daycare h5 {
	color: #000000;
	font-size: 14px;
	margin: 10px 0px 0px 0;
	font-weight: bold;
	background: url(img/arrow_star.gif) no-repeat left center;
	padding-left: 20px;
}

div.daycare_box {
	margin: 30px auto;
	text-align: center;
}

div.daycare_box img {
	width: 250px;
	margin: 0 10px;
	text-align: center;
	border-radius: 8px;
}

div.daycare_box.three img {
	width: 190px;
	margin: 0 10px;
	text-align: center;
}



/* --------------------------------------------------
	広報誌
-------------------------------------------------- */
dl.kouhoushi {
	border-top: 1px dotted #999;
	margin: 10px 5px;
	line-height: 1.4;
}

dl.kouhoushi dt {
	padding: 0.6em 0em 0em 0em;
	margin: 0px;
	width: 150px;
	float: left;
	clear: left;
}

dl.kouhoushi dt img {
	width: 130px;
}

dl.kouhoushi dd h4 {
	font-size: 18px;
}

dl.kouhoushi dd span {
	color: #5BA402;
}

dl.kouhoushi dd {
	min-height: 170px;
	padding: 1em 0.5em 1em 150px;
	border-bottom: 1px dotted #999;
	clear: right;
}

dl.kouhoushi dd a {
	display: block;
	margin-top: 1em;
}

div.get_reader {
	border: 2px dashed #CC0000;
	padding: 10px 20px;
	margin: 5px;
}

.privacy_box {
	border: 2px solid #ccc;
	border-radius: 8px;
	margin-top: 30px;
	padding: 3% 5%;
}

.privacy_box h4 {
	font-weight: bold;
}

.privacy_box dt {
	margin-top: 1.5em;
	color: #49a61c;
}


/*------ 病院概要　院内設備 ----- */

#zoomlink_01 p,
#zoomlink_02 p,
#zoomlink_03 p,
#zoomlink_04 p,
#zoomlink_05 p {
	font-size: 12px !important;
	margin: 10px 0 0 0 !important;
}

#zoomlink_01 h4,
#zoomlink_02 h4,
#zoomlink_03 h4,
#zoomlink_04 h4,
#zoomlink_05 h4 {
	background-color: #333;
	color: white;
	margin: 0 0 10px 0;
	padding: 0 15px;
}

p.pop {
	font-size: 13px;
	border: 1px solid #CCC;
	background: #F1FFEE;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.links_dl {
	margin: 25px 10px 10px;
}

.links_dl dl {
	border-bottom: 1px dashed #999;
	padding-bottom: 20px;
	/zoom: 1;
}

.links_dl dl:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.links_dl dt {
	clear: left;
	float: left;
	padding-top: 8px;
	padding-left: 30px;
}

.links_dl dt img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.links_dl dd {
	margin-left: 200px;
}

.links_dl dd span {}


/* ----- sidebar -----

デフォルトでは ul li ul は display:none で消しておく
MTで設定した body#id によって現在見ているページのみ
子供ナビが表示されるようにしておく

*/
div#sidebar {
	width: 219px;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

div#sidebar h3 {
	margin: 0px;
	text-indent: -999em;
	height: 22px;
}

div#sidebar h3.title_01 {
	background: url(img/renew/sidebar_07.gif) no-repeat;
}

div#sidebar h3.title_02 {
	background: url(img/renew/sidebar_10.gif) no-repeat;
}

div#sidebar ul {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}

div#sidebar ul li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style: none;
}

div#sidebar ul li a {
	text-decoration: none;
	display: block;
	background: url(img/renew/16-arrow-right.png) no-repeat 0px 0.2em;
	font-size: 15px;
	line-height: 1.6;
	padding-left: 18px;
}


div#sidebar ul li ul {
	padding: 0px;
	display: none;
}

div#sidebar ul li ul li {
	line-height: 1.5;
}

div#sidebar ul li ul li a {
	background: url(img/renew/bullet_green.png) no-repeat left center;
	font-size: 12px;
}

div.sidebar_tp {
	background: url(img/renew/sidebar_03.gif);
	height: 9px;
	width: 221px;
}

div.sidebar_bt {
	background: url(img/renew/sidebar_12.gif);
	height: 7px;
	width: 221px;
}

p.bt_kouhoushi a {
	background: url(img/renew/sidebar_14.gif) no-repeat;
	height: 51px;
	width: 221px;
	text-indent: -999ex;
	display: block;
}

p.bt_renkei a {
	background: url(img/renew/bt_sidebar.gif) no-repeat;
	height: 150px;
	width: 221px;
	text-indent: -999ex;
	display: block;
}

p.bt_renkei a:hover {
	background-position: left bottom;
}

p.bt_info a {
	background: url(img/renew/bt_info.gif) no-repeat;
	height: 230px;
	width: 221px;
	text-indent: -999ex;
	display: block;
	cursor: default;
}


body#aisatu div#sidebar ul li.nav_01,
body#hospital div#sidebar ul li.nav_02,
body#doctors div#sidebar ul li.nav_03,
body#effort div#sidebar ul li.nav_05,
body#link div#sidebar ul li.nav_06,
body#rheumatism div#sidebar ul li.nav_04,
body#record div#sidebar ul li.nav_07,
body#admission div#sidebar ul li.nav_08,
body#yamanakai div#sidebar ul li.nav_09,
body#recruit div#sidebar ul li.nav_10,
body#academic div#sidebar ul li.nav_11,
body#post div#sidebar ul li.nav_12 {
	background: #E9FECF;
	padding: 8px 0px 8px 18px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin: 10px 0px;
}

body#aisatu div#sidebar ul li.nav_01 ul,
body#hospital div#sidebar ul li.nav_02 ul,
body#doctors div#sidebar ul li.nav_03 ul,
body#effort div#sidebar ul li.nav_05 ul,
body#link div#sidebar ul li.nav_06 ul,
body#rheumatism div#sidebar ul li.nav_04 ul,
body#record div#sidebar ul li.nav_07 ul,
body#admission div#sidebar ul li.nav_08 ul,
body#post div#sidebar ul li.nav_12 ul {
	display: block;
}

body#aisatu div#sidebar ul li.nav_01 {
	margin-top: 0px;
}

#wp_sidebar {
	padding: 0 0 0 0;
}

.bdrs {
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.side-info {
	width: 219px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 12px;
}

.side-info h3 {
	font-size: 14px;
	text-align: center;
	margin: 0 !important;
	border-bottom: 1px dotted #ccc;
}

.side-info p {
	margin: 10px;
}

/*------ 学術実績 2013/10/15追加 ----- */
#academic #main {}

#academic #main h4 {
	background: url(img/icon_pm.gif) no-repeat 4px 2px;
	padding: 5px 5px 5px 60px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
}

#academic #main h4.minus {
	background: #eee url(img/icon_pm.gif) no-repeat 4px -41px;
}

#academic #main dl {
	display: none;
	margin: 0px 0px 20px 0px;
}

#academic #main dl dt {
	color: #0066CC;
	font-size: 14px;
	margin: 0 0 0 20px;
}

#academic #main dl dd {
	margin: 0px;
}

#academic #main dl ul {
	margin: 8px 0px 15px 30px;
}

#academic #main dl li {}




#select_year {
	overflow: hidden;
	margin: 0 0 20px 0;
	text-align: center;
	padding: 0;
}

#select_year li {
	display: inline-block;
	cursor: pointer;
	border: 2px solid #ccc;
	padding: 5px 10px;
	margin: 0 5px;
	list-style-type: none;
	border-radius: 4px;
}

#select_year li a {
	text-decoration: none;
}

#select_year li.active {
	background: #eee;
	border: 2px solid #E9931B;
}

#select_year li.active a {
	color: #E9931B;
}

.tab_content {
	display: none;
}

.hide {
	display: none;
}

p.attention {
	color: #666;
	font-size: .9em;
	margin-left: 3em;
	line-height: 1.4;
}



/* 部署紹介 */
body#post h4 {
	color: #15a4ca;
	font-size: 1.4em;
}

.heading {
	text-align: center;
	border-bottom: 2px solid #d5d5d5;
	margin: 25px 0 25px;
}

.heading h4 {
	display: inline-block;
	position: relative;
	top: .67em;
	background: #fff;
	padding: 0 12px;
}


body#post h5 {
	font-size: 16px;
	font-weight: bold;
	color: #1d7e20;
	margin: 20px 0 10px;
	border-bottom: 1px solid #ccc;
}

body#post h6 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

table.img_three td {
	width: 33%;
}

table.img_three td img {
	width: 200px;
}

table.img_three td p {
	text-align: center;
}



/* 地域連携室の窓口部分 */
div.renkei_mado {
	background-position: 95% 85%;
	background-size: 30% auto;
	background-repeat: no-repeat;
	border: 2px solid #ccc;
	border-radius: 8px;
}

div.renkei_mado dl {
	margin: 10px 25px;
}

div.renkei_mado dl {
	margin: 10px 25px;
}

div.renkei_mado dl dd {
	border: none;
}



/* 求人情報 */
table.table_recruit {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.table_recruit th {
	border: 1px solid #999;
	text-align: center;
	padding: .5em 1em;
	background-color: #E9FECF;
	width: 22%;
	font-size: .9em;
}

table.table_recruit td {
	border: 1px solid #999;
	padding: .5em 1em;
	font-size: .9em;
}

table.table_recruit td p {
	margin: 0;
}

table.table_recruit td ul {}

table.table_recruit td ul li {}

table.table_recruit td h5 {
	background: #333;
	font-size: 1.1em;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}


table.table_recruit td table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.table_recruit td table th {
	text-align: right;
	background: #fff;
	border: none;
	border-bottom: 1px dashed #999;
	line-height: 1.4;
	padding: .5em 1em .5em 0;
	color: #2D6017;
	background: #eee;
}

table.table_recruit td table td {
	line-height: 1.4;
	padding: .5em 0 .5em 1em;
	border: none;
	border-bottom: 1px dashed #999;
}

table.table_recruit td table tr:last-child th,
table.table_recruit td table tr:last-child td {
	border-bottom: none;
}

table.table_recruit td table td ul li {
	margin: 0 !important;
}

#aisatu .bt_renkei {
	display: none !important;
}

.bt img {
	width: 220px;
	max-width: 100%;
}



p.big {
	font-size: 24px;
	line-height: 1.5;
}

p.big strong {
	background-color: white;
	color: red;
	text-decoration: underline;
}

p.red {
	color: red;
}

h4.center {
	color: green !important;
	/* font-weight: bold; */
	text-align: center;
	font-size: 22px !important;
	margin: 1.5em 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

h5.star {
	font-size: 18px;
	font-weight: bold;
	background: url(img/arrow_star.gif) no-repeat left center;
	padding-left: 1.5em;
	margin: 1.5em 0 0.5em;
}

.dayimg_01 {
	width: 40%;
	display: block;
	margin: 1em auto;
	border-radius: 8px;
}

table.simple_table.daycare th,
table.simple_table.daycare td {
	font-size: 16px;
}

table.simple_table.daycare td {
	text-align: left;
	padding: 0 1em 1em;
	font-size: 14px;
}

table.simple_table.daycare td h4 {
	font-size: 18px;
	margin-bottom: 1em !important;
	background-image: none !important;
	padding-left: 0 !important;
	margin: 1em 0 0 !important;
}

div.daycare_01 {
	margin: 3em 0;
}

div.daycare_01 h2 {
	text-align: center;
	margin: 1.4em 0;
}

div.attention {
	color: red;
	font-weight: bold;
	margin-top: 3em;
}



.corona {
	background-color: rgb(255, 243, 243);
	padding: 18px 25px;
	border-radius: 10px;
}
.corona h3 {
	color: red !important;
	padding: 0 !important;
	font-weight: bold;
	background-image: none !important;
	/* border: 4px solid red; */
	border-radius: 8px;
}
.corona a {
	text-decoration: none;
	color: #000;
}
.corona ul li {
	font-size: 14px;
}
