/*===============================================
��style.css �ʏ��̃X�^�C�� �i���ʂ̉�����769px�ȏ��j
===============================================*/

/*  �t�H���g�T�C�Y�����\

			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	|

*/

/* ---------------------------------------------------------- */
/* BODY  */
/* ---------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------------- */

#wrapper {
	margin: 0;
	padding: 0;
	background: url(../images/bg_foot.png) no-repeat bottom;
}

/* ---------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	background: url(../images/bg_head.png) repeat-x;
	height:180px;
	border:none;
}

.hgroup {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height:130px;
}

/* logo ----------------------------------------------------- */
h1 {
	line-height: 1.0;
}
.logo {
	//margin-top: 10px;
	margin-top: 20px;
	//width: 540px;
	//height:110px;
	width:361px;
	height:92px;
	float: left;
	background:url(../images/logo.png) 0 0 no-repeat;
}
	.logo a {
		display:block;
		//width: 540px;
		height:92px;
		width:361px;
	}
	.logo img {
		display:none;
	}
/* header navigation ---------------------------------------- */
.h_navi {
	margin-top: 60px;
	font-size: 12px;
	line-height: 1.0;
	float: right;
	width: 350px;
}
.h_navi ul {
	list-style-image:url(../images/arrow_02.png);
	list-style-position:inside;
	/*float: right;*/
}
	.h_navi ul:first-child {
		float: right;
		width: 173px;
		margin-bottom: 16px;
	}
			.h_navi ul:first-child li {
				width: 80px;
			}
			.h_navi ul:first-child li:first-child {
				padding-right: 0;
			}

	.h_navi ul:last-child {
		float: right;
		width: 350px;
		margin-bottom: 16px;
	}
		.h_navi ul:first-child:after {
			content: "";
			display: block;
			clear: both;
		}
	.h_navi ul li {
		list-style-image:url(../images/arrow_02.png);
		float: left;
		border-right: 1px solid #ccc;
		padding:0 12px 0 0;
		margin:0 12px 0 0;
	}
	@-moz-document url-prefix() {
		.h_navi ul li {
			width:100px
		}
	}
	.h_navi ul li:last-child {
		border-right:none;
		padding-right:0;
		margin:0;
	}
		.h_navi ul li a:link,
		.h_navi ul li a:visited {
			color: #888;
			text-decoration: none;
		}
		.h_navi ul li a:hover,
		.h_navi ul li a:active {
			color: #0E4499;
			text-decoration: underline;
		}

/* nav - globalmenu ----------------------------------------- */
#nav {
	margin:0;
	padding: 0;
	height:50px;
	border:none;
}
.globalmenu {
	margin: 0 auto;
	padding:0;
	width:100%;
	max-width: 960px;
}
.globalmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.globalmenu ul li {
		display:block;
		float: left;
		width:20%;
		margin: 0;
		padding: 0;
		line-height: 1.0;
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ececec', endColorstr='#c2c9cf');
		background: -moz-linear-gradient(top, #ececec 0%, #c2c9cf 100%); /* Firefox�p */
		background: -webkit-gradient(linear, top, bottom, from(#ececec 0%), to(#c2c9cf 100%)); /* Safari,Google Chrome�p */
		background: -webkit-linear-gradient(top, #ececec 0%, #c2c9cf 100%);
		background: -o-linear-gradient(top, #ececec 0%, #c2c9cf 100%);
		background: linear-gradient(to bottom, #ececec 0%, #c2c9cf 100%);
	}
		.globalmenu ul li a {
			display:block;
			color:#494949;
			font-size:14px;
			margin:0 1px 0 0;
			padding:0;
			text-align:center;
			border-left:1px solid #FFF;
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#dce8f4');
			background: -moz-linear-gradient(top, #FFFFFF 50%, #dce8f4 100%); /* Firefox�p */
			background: -webkit-gradient(linear, top, bottom, from(#FFFFFF 50%), to(#dce8f4 100%)); /* Safari,Google Chrome�p */
			background: -webkit-linear-gradient(top, #FFFFFF 50%, #dce8f4 100%);
			background: -o-linear-gradient(top, #FFFFFF 50%, #dce8f4 100%);
			background: linear-gradient(to bottom, #FFFFFF 50%, #dce8f4 100%);
		}
		.globalmenu ul li:first-child a {
			margin:0 1px 0 1px;
		}
		.globalmenu ul li a:hover,
		.globalmenu ul li a.gnav_off {
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#c4d6ec');
			background: -moz-linear-gradient(top, #FFFFFF 20%, #c4d6ec 100%); /* Firefox�p */
			background: -webkit-gradient(linear, top, bottom, from(#FFFFFF 20%), to(#c4d6ec 100%)); /* Safari,Google Chrome�p */
			background: -webkit-linear-gradient(top, #FFFFFF 20%, #c4d6ec 100%);
			background: -o-linear-gradient(top, #FFFFFF 20%, #c4d6ec 100%);
			background: linear-gradient(to bottom, #FFFFFF 20%, #c4d6ec 100%);
		}
			.globalmenu ul li a span {
				display:block;
				padding:18px 0;
			}
			.globalmenu ul li a:hover span,
			.globalmenu ul li a.gnav_off span {
				border-bottom:4px solid #325da2;
				padding:18px 0 14px;
				background:url(../images/glbl_arrow.png) center 41px no-repeat;
			}

/* �X�}�z�p���j���[�{�^�� ----------------------------------------- */
#smart_menu_btn {
	display:none;
}



/* ---------------------------------------------------------- */
/* head_img */
/* ---------------------------------------------------------- */
/* for home ------------------------------------------------- */
#head_img {
	margin: 0;
	/* padding: 2px 0 18px; */
	padding:0;
	background: url(../images/bg_home_img.png) repeat-x;
	height:570px;
	border:none;
}
#head_img > div {
	padding:0;
	margin:0;
	border-top:1px solid #c9c9c9;
	background: url(../images/home/top_main_bg.gif);
	height:550px;
}
#head_img object#slideshow_swf {
	padding:0;
	margin:0;
	border-width:0;
	border:none;
}

	#slideshow {
		margin: 0 auto;
		padding: 0;
		width: 960px;
		height: 550px;
	}
	#slideshow_swf {
		margin: 0 auto;
		padding: 0;
		width: 960px;
		height: 550px;
		border-width:0;
		border:none;
	}

/* for template --------------------------------------------- */
#temp_img {
	margin: 0;
	/* padding: 2px 0 18px; */
	padding: 1px 0 14px;
	background: url(../images/bg_main_img.png);
	border-width:0;
	border:none;
}
	#temp_img #slideshow {
		margin: 0 auto;
		padding: 0;
		/* width: 960px; */
		width:100%;
		height: 365px;
		border-width:0;
		border:none;
		background: url(../images/home/top_main_bg.gif);
	}
		#temp_img #slideshow img {
			border-width:0;
			border:none;
			margin:0 auto;
			padding:0;
			height: 365px;
		}
	#temp_img #slideshow #facility_img {
		margin: 0 auto;
		padding: 0;
		width: 960px;
		height: 365px;
		border:none;
	}
		#temp_img #slideshow #facility_img h2 {
			position:relative;
			left:0;
			top:-158px;
			/*font-family: "�q���M�m���� Pro W6","Hiragino Mincho Pro","HGS����E","�l�r �o����",serif;*/
			font-size:36px;
			background:#FFF;
			padding:15px 0 15px 34px;
			color:#1958a5;
			letter-spacing: 0.1em;
			/*font-weight:bold;*/
			background: url(../about/images/facility_h2_bg.png) 0 0 repeat-y;
		}

/* ---------------------------------------------------------- */
/* container */
/* ---------------------------------------------------------- */
#container {
	margin: 0 auto 30px;
	width: 960px;
	position: relative;
	clear: both;
}

/* ---------------------------------------------------------- */
/* home_contz */
/* ---------------------------------------------------------- */
#home_contz {
	float: left;
	margin: 20px 0 100px;
	width: 580px;
}

/* news ----------------------------------------------------- */
.news {
	margin: 0;
}
.news h3 {
	margin: 0;
	line-height: 1.0;
}
.news h3 img {
	/*
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	*/
}
	.news iframe {
		width:580px;
		height:600px;
		border:1px solid #ccc;
		margin:10px 0;
	}

.news a,
dl.news_dl a {
	display:block;
	color: #885588;
	text-decoration: none;
}

	.news a:link,
	.news a:visited,
	dl.news_dl a:link,
	dl.news_dl a:visited {
		color: #885588;
		text-decoration: none;
	}
	.news a:hover,
	.news a:active,
	dl.news_dl a:hover,
	dl.news_dl a:active {
		color: #885588;
		background:#d5ddf6;
	}

.news dl,
dl.news_dl {
	padding: 20px;
	border-bottom: 1px dotted #2070C0;
	clear: left;
	font-size:85%;
	line-height:1.4;
}
#block .news dl,
#block dl.news_dl {
	font-size:95%;
}
	.news dl dt,
	dl.news_dl dt {
		float: left;
		color: #30A0E0;
	}
	.news dl dd,
	dl.news_dl dd {
		margin-left: 120px;
	}

/* home_sldr ------------------------------------------------ */
#home_sldr {
	float: right;
	margin: 20px 0;
	padding: 11px;
	width: 318px;
	background:#f2f6fb;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e2eaf9', endColorstr='#FFFFFF');
	background: -moz-linear-gradient(top, #e2eaf9, #FFFFFF); /* Firefox�p */
	background: -webkit-gradient(linear, top, bottom, from(#e2eaf9), to(#FFFFFF)); /* Safari,Google Chrome�p */
	background: -webkit-linear-gradient(top, #e2eaf9, #FFFFFF);
	background: -o-linear-gradient(top, #e2eaf9, #FFFFFF);
	background: linear-gradient(to bottom, #e2eaf9, #FFFFFF);
	border-top:1px solid #c3d1eb;
}
ul.bnnr_1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.bnnr_1 li {
		margin-bottom: 11px;
		list-style: none;
	}
	ul.bnnr_1 li:last-child {
		margin-bottom: 0;
	}
	ul.bnnr_1 li img {
		/*
		box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
		*/
	}
		ul.bnnr_1 li a:hover {
			opacity:0.7;
		}

ul.bnnr_2 {
	margin: 0 0 20px;
	padding: 10px 10px 5px;
	background: #E6E6E6;
	list-style-type: none;
}
	ul.bnnr_2 li {
		margin-bottom: 10px;
		list-style-type: none;
	}
div.youtube_div {
	margin: 0;
	padding: 10px;
	background: #E6E6E6;
	list-style-type: none;
}




/* ---------------------------------------------------------- */
/* contz */
/* ---------------------------------------------------------- */
#contz {
	float: right;
	margin: 30px 0;
	width: 670px;
}
h1.titles {
	margin: 0;
	padding: 20px;
	font-size: 20px;
	color: #0E4499;
	line-height: 1.0;
	font-weight: lighter;
	background: url(../images/bg_title.png) no-repeat;
}
h1.titles a:link,
h1.titles a:visited {
	color: #0E4499;
	text-decoration: none;
}
h1.titles a:hover,
h1.titles a:active {
	color: #EE6E00;
	text-decoration: none;
}


/* ---------------------------------------------------------- */
/* Contents Block */
/* ---------------------------------------------------------- */

#block {
	margin: 20px 0 0;
	padding: 0;
	font-size: 92%;
	_font-size: 107%;
	line-height: 1.8em;
	text-align: justify;
	text-justify: distribute;
}
#block a:link,
#block a:visited {
	color: #0E4499;
	text-decoration: none;
}
#block a:hover,
#block a:active {
	color: #0E4499;
	text-decoration: underline;
}

#block p,
#block .div_p {
	margin: 20px 0;
}
#block p img,
#block .div_p img {
	margin: 0 5px;
}

#block p a:hover img,
#block p a:active img,
#block .div_p a:hover img,
#block .div_p a:active img,
#block a.sanfujinka_btn:hover img,
#block a.sanfujinka_btn:active img {
	opacity: 0.6;
}

#block ul.disc_ul {
	list-style:disc;
}
	#block ul.disc_ul li {
		list-style:disc;
		margin:0 0 8px 20px;
	}

/* divide contz into left and right ----------------------------- */
.left {
	float: left;
}
.right {
	float: right;
	width: 480px;
}

.flr {
	float: right;
	margin: 0 0 10px 10px;
}
.fll {
	float: left;
	margin: 0 10px 10px 0;
}

/* Headlines ---------------------------------------------------- */
h2.head {
	margin: 10px 0 0;
	padding: 20px 0;
	font-size: 25px;
	line-height: 1.0;
	color: #555;
}
h2.hedline {
	margin: 10px 0 0;
	padding: 20px 20px;
	font-size: 25px;
	line-height: 1.0;
	color: #555;
	/* background: url(../images/bg_hedline.png) no-repeat; */
	border:1px solid #1758a7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	h2.hedline span,
	h2.hedline span.font_s {
		font-size:80%;
	}
	h2.hedline span.team_span {
		font-size:80%;
		margin:0 0 0 20px;
	}

h3.chptr {
	margin: 50px 0 0;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	color: #0E4499;
	background: url(../images/bg_chptr.png) no-repeat;
}
	h3.chptr a.web_link {
		font-weight:normal;
		font-size:80%;
		margin: 0 0 0 40px;
		padding:2px 5px;
		border: 1px solid #ccc;
		background:#ebebeb;
		color:#FFF;
	}
h4.sub_head {
	margin: 20px 0;
	color: #0E4499;
	font-weight: bold;
}
h4.sub_head_bar {
	margin: 20px 0;
	color: #0E4499;
	border-bottom: 1px solid #8C8C8C;
	font-weight: bold;
}
.sub_iryo_gijyutsu h4 {
	margin: 30px 0 0 20px;
	padding:0;
	color: #0E4499;
	border-bottom: 1px solid #ccc;
}
	.sub_iryo_gijyutsu h4.chptr a {
		margin: 0 0 0 40px;
		padding:2px 5px;
		border: 1px solid #ccc;
		background:#ebebeb;
		color:#FFF;
		font-size:11px;
	}
	.sub_iryo_gijyutsu p {
		margin: 0 0 30px;
		padding:0 0 30px 20px;
	}


/* List Styles ------------------------------------------------- */
.block dl {
	margin: 20px 20px 0;
	clear: left;
}
.block dt {
	float: left;
}
.block dd {
	margin-left: 120px;
}
.block dd a:link,
.block dd a:visited {
	color: #885588;
	text-decoration: none;
}
.block dd a:hover,
.block dd a:active {
	color: #885588;
	text-decoration: underline;
}

/* add_img ----------------------------------------------------- */
.add_img {
	margin: 0 -10px 0 0;
}
.add_img ul {
	padding: 0;
	clear: left;
}
.add_img ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
}




/* ---------------------------------------------------------- */
/* text decorations and more */
/* ---------------------------------------------------------- */

strong {
	font-weight: bold;
	color: #333;
}

small {
	font-size: 14px;
	color: #808080;
}

.small_text {
	font-size: 90%;
}

.new {
	margin-right: 10px;
	color: #ff9900;
}

.tyui {
	color: #ff0000;
}

.scrlbak {
	margin: 5px 0 10px;
	padding: 13px 0;
	font-size: 85%;
	text-align: right;
}

hr.dot {
	border-top: 1px dotted #808080;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom: -20px
}

/* table for pages ------------------------------------------ */
table.pages {
	margin: 5px 0;
}
table.pages td {
	padding: 5px 10px;
	font-size: 12px;
}
table.pages td a:link,
table.pages td a:visited {
	color: #656565;
}
table.pages td a:hover,
table.pages td a:active {
	color: #0066CC;
}


/* dataline for XXXXXX ---------------------------------------- */
/*
.XXXXXX {
	margin: 0;
}
.XXXXXX dl {
	margin: 5px 0 15px;
	clear: left;
}
.XXXXXX dl dt {
	float: left;
	text-align: right;
	width: 130px;
	color: #AA5500;
	font-size: 12px;
	line-height: 30px;
}
.XXXXXX dl dd {
	margin-left: 150px;
	line-height: 30px;
} */

/* ---------------------------------------------------------- */
/* text decorations for ABOUT */
/* ---------------------------------------------------------- */

/* table for idea ------------------------------------------- */
table#idea {
	margin: 30px 0 50px;
}
table#idea th {
	padding: 0 10px 0 0;
	width: 160px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
table#idea td {
	padding: 5px 0 5px 9px;
	border-left: 1px solid #777;
	border-right: none;
	border-bottom: none;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}

/* table for overview --------------------------------------- */
table.overview {
	margin: 0 0 100px;
	width: 100%;
	border-top: 1px solid #777;
	border-left: none;
	border-collapse: collapse;
}
table.overview th {
	padding: 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	width: 80px;
	color: #0E4499;
	background: #FBFBEB;
}
table.overview td {
	padding: 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	font-size: 1.0em;
	line-height: 1.6;
	text-align: left;
}

/* table for history ---------------------------------------- */
table.history {
	margin: 30px 0 100px;
	width: 100%;
	border-top: 1px solid #777;
	border-left: none;
	border-collapse: collapse;
}
table.history th {
	padding: 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	text-align: right;
	vertical-align: top;
	color: #0E4499;
	background: #FBFBEB;
}
table.history th.year {
	width: 60px;
}
table.history th.month {
	width: 40px;
}
table.history td {
	padding: 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	font-size: 1.0em;
	text-align: left;
}

/* table for qualify --------------------------------------- */
table.qualify {
	margin: 30px 0 100px;
	width: 100%;
	border-top: 1px solid #777;
	border-left: none;
	border-collapse: collapse;
}
table.qualify th {
	padding: 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	width: 140px;
	color: #0E4499;
	background: #FBFBEB;
	text-align: right;
	vertical-align: top;
}
table.qualify td {
	padding: 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	font-size: 1.0em;
	line-height: 1.6;
	text-align: left;
}
	table.qualify td ol {
		list-style:decimal;
		padding:0 0 0 25px;
	}
		table.qualify td ol li {
			list-style:decimal;
			margin:0 0 10px;
		}


/* table for healthcare --------------------------------------- */
table.healthcare {
	margin: 30px 0;
	width: 100%;
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	font-size: 13px;
}
table.healthcare tr.educate th,
table.healthcare tr.educate td {
	border-right: none;
	background: #FFF8FF;
	color: #FF99EE;
}
table.healthcare tr.educate a:link,
table.healthcare tr.educate a:visited {
	color: #FF99EE;
	text-decoration: none;
}
table.healthcare tr.educate a:link,
table.healthcare tr.educate a:visited {
	color: #FF99EE;
	text-decoration: underline;
}

table.healthcare tr.gry th,
table.healthcare tr.gry td {
	background: #FCFAF2;
}

table.healthcare tr.bge th,
table.healthcare tr.bge td {
	background: #F9F5E7;
}

table.healthcare th {
	padding: 4px 9px;
	border-right: 1px solid #C5C5C5;
	border-bottom: none;
	text-align: left;
	vertical-align: top;
}
table.healthcare th.iryo,
table.healthcare th.fukusi {
	text-align: center;
}
table.healthcare td {
	padding: 4px 9px;
	border-right: 1px solid #C5C5C5;
	border-bottom: none;
	text-align: left;
}
table.healthcare td.iryo {
	color: #7788FF;
}
table.healthcare td.iryo a:link,
table.healthcare td.iryo a:visited {
	color: #7788FF;
	text-decoration: none;
}
table.healthcare td.iryo a:link,
table.healthcare td.iryo a:visited {
	color: #7788FF;
	text-decoration: underline;
}
table.healthcare td.fukusi {
	color: #33AA66;
}
table.healthcare td.fukusi a:link,
table.healthcare td.fukusi a:visited {
	color: #33AA66;
	text-decoration: none;
}
table.healthcare td.fukusi a:link,
table.healthcare td.fukusi a:visited {
	color: #33AA66;
	text-decoration: underline;
}
iframe.mymap_frame {
	border:1px solid #ccc;
	margin:0;
}


/* facility �y�[�W  --------------------------------------- */
dl.topics_dl {
	padding: 10px 0 0;
	clear: left;
	font-size: 0.95em;
	/* font-size: 1.0em\9; */
}
	dl.topics_dl dt {
		clear: left;
		float: left;
		color: #30A0E0;
		border-top:1px dotted #2070C0;
		padding:5px 0;
	}
	dl.topics_dl dd {
		padding:5px 0;
		padding-left: 100px;
		border-top:1px dotted #2070C0;
	}
	dl.topics_dl dt.no_border,
	dl.topics_dl dd.no_border {
		border:none;
	}
		dl.topics_dl dd a:link,
		dl.topics_dl dd a:visited {
			color: #885588;
			text-decoration: none;
		}
			dl.topics_dl dd a:hover,
			dl.topics_dl dd a:active {
				color: #885588;
				text-decoration: underline;
			}

a.topics_list_btn {
	background: url(../images/arrow_02.png) 560px 10px no-repeat;
	text-align:right;
	display:block;
	font-size:95%;
	margin:0;
	padding:0;
}
a.topics_list_back {
	background: url(../images/arrow_02.png) 480px 10px no-repeat;
	text-align:right;
	display:block;
	font-size:95%;
	margin:30px 0 0;
	padding:0;
}

.facility_ul {
	margin:50px 0 30px;
	font-size:0.95em;
}
	.facility_ul li {
		display:block;
		width:210px;
		float:left;
		margin:0 20px 13px 0;
	}
	.facility_ul li:nth-child(3n) {
		margin:0 0 13px 0;
	}
		.facility_ul li a {
			display:block;
			width:180px;
			padding:10px 0 10px 30px;
			background: url(../images/arrow_03.png) 10px 17px no-repeat #FFF;
			border:1px solid #346dc6;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
		.facility_ul li a:hover {
			background: url(../images/arrow_03.png) 10px 17px no-repeat #cfe8f8;
		}

.facility_iframe,
h3 + iframe {
	border:1px solid #000;
	margin:20px 0 40px;
}

/*
.facility_img_ul {
	margin:20px 0 0;
}
*/
	.facility_img_ul li {
		width:210px;
		margin:0 20px 0 0;
		float:left;
	}
	.facility_img_ul li:nth-child(3n) {
		margin:0 0 0 0;
	}
		.facility_img_ul li img {
			width:210px;
			margin:0;
			padding:0;
		}

.topics_div {
	border-bottom:1px dotted #ccc;
	padding: 0 0 40px;
}
	.topics_div .topics_date,
	#block .topics_div p.topics_date {
		margin:20px 0 8px;
		font-size:0.95em;
	}
	.topics_div h4 {
		font-size:1.5em;
		margin:  0;
		color: #0E4499;
		font-weight: normal;
	}


/* dataline for access ------------------------------------- */
dl.access {
	margin: 20px 0 50px;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
dl.access dt {
	float: left;
	height: 60px;
}
dl.access dd {
	margin-left: 140px;
	margin-bottom: 20px;
}
.google_map_div {
	margin:0 0 40px;
}

/* table for contact -------------------------------- */
table.contact {
	margin: -10px 0 30px;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.contact th,
table.contact td {
	padding: 5px;
	border: none;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
table.contact th {
	width: 30%;
	color: #0E4499;
}
table.contact td {
	color: #4C4C4C;
	font-size: 1.0em;
	line-height: 1.6;
}



/* ---------------------------------------------------------- */
/* text decorations for sitemap */
/* ---------------------------------------------------------- */
ul.sitemap_ul > li {
	border-bottom:1px dotted #ccc;
	margin:0;
	padding:10px 0;
}
ul.sitemap_ul > li > ul {
	margin:0 0 10px 36px;
}
	ul.sitemap_ul > li > ul > li {
		list-style:square;
	}
		ul.sitemap_ul > li > ul > li > ul {
			margin:0 0 0 16px;
		}
			ul.sitemap_ul > li > ul > li > ul > li {
				list-style:disc;
			}


/* ---------------------------------------------------------- */
/* text decorations for EFFORT */
/* ---------------------------------------------------------- */

/* style for clerk ------------------------------------------ */
.clerk {
	padding-left: 10px;
	border-left: 3px solid #0E4499;
}
.iryoanzen {
	padding:0 0 30px;
	margin:0 0 30px;
	border-bottom:1px solid #ccc;
}
	 #block .iryoanzen p {
		padding:0;
		margin:20px 0 5px;
	}
	.iryoanzen ol {
		list-style:lower-alpha;
		padding:0 0 0 30px;
	}
	.iryoanzen ol li {
		list-style:lower-alpha;
		margin:0 0 8px;
	}
		.iryoanzen ol li ol li {
			list-style:lower-roman;
			margin:0 0 8px;
		}
			.iryoanzen ol li ol li ol li {
				list-style:decimal;
				margin:0 0 8px;
			}
	.iryoanzen table {
		margin:0;
		padding:0;
		border:1px solid #ccc;
		border-collapse: collapse;
		font-size:90%;
	}
		.iryoanzen table th {
			border:1px solid #ccc;
			background: #F9F5E7;
			text-align:center;
			padding:5px;
		}
		.iryoanzen table td {
			border:1px solid #ccc;
			padding:5px;
		}
			.iryoanzen table tr td:first-child {
				width:100px;
				text-align:center;
			}
	.iryoanzen table.jisseki_tbl {
		width:100%;
	}
	.iryoanzen table.jisseki_tbl tr td:first-child {
		width:60px;
	}
	.iryoanzen table.jisseki_tbl tr td:last-child {
		width:120px;
		text-align:center;
	}

/* indicator ------------------------------------------ */
h2.indicator_h2 {
	background:url(../images/indicator_h2_bg.jpg) right 0 no-repeat;
	font-size: 25px;
	line-height: 1.4;
	color: #555;
	height:130px;
	padding:45px 0 0 20px;
	margin:20px 0;
	border:1px solid #dedede;
}
table.indicator {
	margin: 30px 0 70px;
	width: 100%;
	border-top: 1px solid #777;
	border-left: none;
	border-collapse: collapse;
}
	table.indicator th {
		padding: 10px;
		border-right: 1px solid #777;
		border-bottom: 1px solid #777;
		width: 200px;
		color: #0E4499;
		background: #FBFBEB;
		text-align: center;
		vertical-align: top;
	}
	table.indicator td {
		padding: 10px;
		border-right: 1px solid #777;
		border-bottom: 1px solid #777;
		font-size: 1.0em;
		line-height: 1.6;
		text-align: right;
	}
	table.indicator tr:first-child td {
		background:#e3ebf4;
		text-align: center;
	}
	table.indicator tr:first-child td:first-child {
		text-align: right;
	}
ul.indicator_ul {
	margin: 30px 0 70px;
	padding:0 0 0 20px;
}
	ul.indicator_ul li {
		padding:0;
		margin: 0 0 16px;
	}
	ul.indicator_ul li a {
		background:url(../images/arrow_02.png) 5px 15px no-repeat;
		padding:10px 10px 10px 25px;
	}


/* ---------------------------------------------------------- */
/* text decorations for iryo/maibo.html */
/* ---------------------------------------------------------- */

/* table for meibo_tbl ---------------------------------------- */
table.meibo_tbl {
	border:1px solid #ccc;
	border-collapse: collapse;
	width:100%;
}
	table.meibo_tbl td,
	table.meibo_tbl th {
		border:1px solid #ccc;
		padding:5px;
	}
	table.meibo_tbl th {
		text-align:center;
		background:#1758a7;
		color:#FFF;
	}
	table.meibo_tbl td.kamoku {
		text-align:center;
		width:240px;
	}
	table.meibo_tbl td.yakusyoku {
		width:260px;
	}
	table.meibo_tbl tr:nth-child(even) td {
	}


/* ---------------------------------------------------------- */
/* text decorations for NEWS */
/* ---------------------------------------------------------- */

/* table for hottime ---------------------------------------- */
table.hottime {
	margin: 10px 0 100px;
	width: 90%;
	border: none;
}
table.hottime td {
	padding: 10px;
	width: 22%;
	border: none;
	text-align: left;
	vertical-align: top;
}


/* ---------------------------------------------------------- */
/* text decorations for SINRYO */
/* ---------------------------------------------------------- */

#block p.chrg_outp_title {
	color:#f99117;
	margin:0;
	padding:0;
}

/* table for chrg_outp ------------------------------ */
table.chrg_outp {
	margin: 5px 0 30px;
	width: 100%;
	border-top: 1px solid #0E4499;
	border-left: 1px solid #0E4499;
	border-collapse: collapse;
}
table.chrg_outp th,
table.chrg_outp td {
	padding: 5px auto;
	border-right: 1px solid #0E4499;
	border-bottom: 1px solid #0E4499;
	height: 40px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
table.chrg_outp th {
	color: #0E4499;
	background: #EDEDED;
}
table.chrg_outp th.mrdm {
	width: 9%;
}
	table.chrg_outp th.mrdm2 {
		width: 50px;
	}
table.chrg_outp td {
	color: #4C4C4C;
	background:#FFF;
}
table.chrg_outp td span,
table.chrg_outp td span.font_s {
	font-size:90%;
}
	table.chrg_outp td span.senmon_g {
		font-size:100%;
		color:#f99117;
	}
	table.chrg_outp td span.senmon_g2 {
		font-size:90%;
		color:#f99117;
	}
#block table.chrg_outp td a:link,
#block table.chrg_outp td a:visited {
	color: #4C4C4C;
	text-decoration: underline;
}
#block table.chrg_outp td a:hover,
#block table.chrg_outp td a:active {
	color: #EE6E00;
	text-decoration: underline;
}

#block ul.sinryo_ul {
	list-style:disc;
	padding:0 0 0 20px;
	margin:10px 0 30px;
}
	#block ul.sinryo_ul li {
		list-style:disc;
	}
#block ol.sinryo_ol {
	list-style:decimal;
	padding:0 0 0 30px;
	margin:10px 0 30px;
}
	#block ol.sinryo_ol li {
		list-style:decimal;
	}
	#block ol.sinryo_ol li ol li {
		list-style:lower-latin;
	}

.amenity_div {
	clear:left;
}
	.amenity_div div {
		float:left;
		width:320px;
		margin:0 20px 10px 0;
	}
	.amenity_div div:nth-child(even) {
		margin:0 0 10px 0;
	}
		.amenity_div div h3 {
			margin:0 20px 0 0;
			background:none;
			padding:10px 0;
			font-weight:normal;
		}
			.amenity_div div h3 span {
				font-size:90%;
			}
		.amenity_div div img {
			margin:0 0 40px;
		}


/* ---------------------------------------------------------- */
/* text decorations for JUSHIN */
/* ---------------------------------------------------------- */
/* table for gairai --------------------------------- */
table.gairai {
	margin: 30px 0 50px;
	border: none;
	border-collapse: collapse;
}
table.gairai th,
table.gairai td {
	padding: 5px;
	border: none;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
table.gairai th {
	color: #0E4499;
}
table.gairai td {
	color: #4C4C4C;
	font-size: 1.0em;
	line-height: 1.6;
	width:310px;
}
table.gairai td.gairai_2nd_td {
	width:20px;
}
table.gairai td.gairai_1nd_td {
	width:180px;
}
table.gairai td.arrow_td {
	text-align:center;
}

/* table for nyuin ---------------------------------- */
table.nyuin {
	margin: 30px 0 50px;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.nyuin td {
	padding: 2px;
	border: none;
	color: #0E4499;
	font-size: 1.0em;
	line-height: 1.6;
	text-align: left;
}
/* table for gaisan --------------------------------- */
table.gaisan {
	margin: 30px 0 50px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	width: 100%;
	border-collapse: collapse;
}
table.gaisan th,
table.gaisan td {
	padding: 2px 8px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	/* font-size: 1.0em; */
	font-size: 0.9em;
	line-height: 1.6;
	vertical-align: middle;
}
table.gaisan th {
	background-color: #E6E6E6;
	text-align: center;
}
	table.gaisan th.y {
		background: #FFFFCC;
	}
	table.gaisan th.g {
		background: #CBE5C5;
	}
table.gaisan td {
	text-align: left;
}
	table.gaisan td.w {
		text-align: right;
	}
	table.gaisan td.b {
		text-align: right;
		background: #CDE1F1;
	}
	table.gaisan td.y {
		text-align: right;
		background: #FFFFCC;
	}
	table.gaisan td.g {
		text-align: right;
		background: #CBE5C5;
	}

/* table for ningendoc --------------------------------- */
table.ningendoc {
	margin: 30px 0 30px;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.ningendoc th,
table.ningendoc td {
	padding: 5px;
	border: none;
	font-size: 1.0em;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
}
table.ningendoc th {
	color: #0E4499;
}
table.ningendoc td {
	color: #4C4C4C;
}

/* table for callcenter --------------------------------- */
table.callcenter {
	margin: 10px 0 50px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	width: 100%;
	border-collapse: collapse;
}
table.callcenter th,
table.callcenter td {
	padding: 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	font-size: 1.0em;
	line-height: 1.6;
	vertical-align: top;
}
table.callcenter th {
	background: #CDE1F1;
	text-align: left;
}
table.callcenter td {
	text-align: left;
}
table.callcenter td.cntr {
	text-align: center;
}



/* ---------------------------------------------------------- */
/* text decorations for RECRUIT */
/* ---------------------------------------------------------- */
table.recruit {
	margin: 30px 0 30px;
	border-top: 1px solid #777;
	border-left: none;
	width: 100%;
	border-collapse: collapse;
}
table.recruit th,
table.recruit td {
	padding: 10px;
	border-bottom: 1px solid #777;
	border-right: none;
	font-size: 1.0em;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
}
table.recruit th {
	background: #CDE1F1;
}
table.recruit td {
	background: #FFF;
}

.recruit_ul {
	list-style:none;
	margin:20px 0;
	padding:0;
}
	.recruit_ul li {
		margin:0 0 10px;
		padding:0;
	}
		.recruit_ul li a:hover {
			opacity:0.7;
		}







/* ---------------------------------------------------------- */
/* sldr */
/* ---------------------------------------------------------- */

#sldr {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
}

.cat_ttl {
	margin-bottom: 5px;
	padding: 20px 10px;
	font-size: 15px;
	color: #FFF;
	background: url(../images/bg_cat_list.png) no-repeat;
}

/* ----------
 2014/06/24 �ǉ�
  ---------- */
.cat_ttl_facility {
	font-size: 15px;
	margin-bottom: 10px;
	padding:  10px;
	color: #FFF;
	background: url(../images/bg_cat_list.png) no-repeat;
}

/* local menu ---------------------------------------------- */
#local {
	padding: 5px;
	background: #EDEDED;
}
#local > ul {
	list-style: none;
	margin:0;
	padding:0;
	width:230px;
}
	#local > ul > li {
		margin:0;
	}
		/* ���[�J�����j���[1�K�w�� */
		#local > ul > li > a,
		#local > ul > li > a.no_link {
			padding: 20px 0 20px 35px;
			width: 195px;
			_width: 230px;
			font-size: 13px;
			background: url(../images/bg_sldr.png) no-repeat;
			display: block;
		}
		#local > ul > li.double > a {
			padding: 12px 0 12px 35px;
			width: 195px;
			_width: 230px;
			font-size: 13px;
			background: url(../images/bg_sldr.png) no-repeat;
			display: block;
		}
			/* ���[�J�����j���[2�K�w�� */
			#local > ul > li > ul > li > a {
				padding: 10px 0 10px 30px;
				width: 200px;
				_width: 205px;
				font-size: 12px;
				line-height:1.4;
				background: url(../images/bg_sldr_nxt.png) 0 3px no-repeat;
				display: block;
			}
			#local > ul > li > ul > li > a span {
				font-size:11px;
			}
			#local > ul > li > ul > li > a.toggle_btn {
				padding: 10px 0 10px 40px;
				width: 190px;
				_width: 195px;
				font-size: 12px;
				line-height:1.4;
				background: url(../images/bg_sldr_nxt02.png) 0 3px no-repeat;
				display: block;
				cursor: pointer;
			}
			/* �J�e�S���{�^�� */
			#local > ul > li > ul > li > a.toggle_iryo {
				color:#41a4ce;
			}
			#local > ul > li > ul > li > ul > li > a.toggle_iryo {
				color:#41a4ce;
				cursor: pointer;
			}
			#local > ul > li > ul > li > a.toggle_kaigo {
				color:#e87fc3;
			}
			#local > ul > li > ul > li > a.toggle_syakai {
				color:#27b088;
			}
				/* ���[�J�����j���[3�K�w�� */
				#local > ul > li > ul > li > ul > li {
					margin:0 0 5px;
				}
				#local > ul > li > ul > li > ul > li > a {
					padding: 5px 0 5px 49px;
					width: 181px;
					_width: 186px;
					font-size: 12px;
					line-height:1.4;
					background: url(../images/bg_sldr_nxt03.png) 0 3px no-repeat;
					display: block;
				}
				#local > ul > li > ul > li > ul > li > a span {
					font-size:11px;
				}
					/* ���[�J�����j���[4�K�w�� */
					#local > ul > li > ul > li > ul > li > ul > li {
						margin:0;
					}
					#local > ul > li > ul > li > ul > li > ul > li > a {
						padding: 5px 0 5px 59px;
						width: 171px;
						_width: 176px;
						font-size: 12px;
						line-height:1.4;
						background: url(../images/bg_sldr_nxt04.png) 0 3px no-repeat;
						display: block;
					}
					#local > ul > li > ul > li > ul > li > ul > li > a span {
						font-size:11px;
					}
						/* ���[�J�����j���[4�K�w�� */
						#local > ul > li > ul > li > ul > li.level_down > a {
							padding: 5px 0 5px 59px;
							width: 171px;
							_width: 176px;
							font-size: 12px;
							line-height:1.4;
							background: url(../images/bg_sldr_nxt04.png) 0 3px no-repeat;
							display: block;
						}
						#local > ul > li > ul > li > ul > li.level_down > a span {
							font-size:11px;
						}

					#local > ul > li a.moji_nomi {
						pointer-events:none;
					}

				#local > ul > li > ul > li > ul > li.level_down.li_down > a {
					margin-left: 11px;
					width: 160px;
					_width: 165px;
				}

		#local > ul > li > a:link,
		#local > ul > li > a:visited,
		#local > ul > li > ul > li > a:link,
		#local > ul > li > ul > li > a:visited {
			color: #0E4499;
			text-decoration: none;
		}
		#local > ul > li > a:hover,
		#local > ul > li > a:active,
		#local > ul > li > a.no_link,
		#local > ul > li > a.no_link:hover,
		#local > ul > li > a.no_link:active {
			color: #EE6E00;
		}
			#local > ul > li > ul > li > a:hover,
			#local > ul > li > ul > li > a:active,
			#local > ul > li > ul > li > a.no_link:link,
			#local > ul > li > ul > li > a.no_link:visited {
				color: #EE6E00;
				background: url(../images/bg_sldr_nxt_ovr.png) 0 3px no-repeat;
			}
			#local > ul > li > ul > li > a.toggle_btn:hover,
			#local > ul > li > ul > li > a.toggle_btn:active {
				color: #EE6E00;
				background: url(../images/bg_sldr_nxt02_ovr.png) 0 3px no-repeat;
			}
				#local > ul > li > ul > li > ul > li > a:link,
				#local > ul > li > ul > li > ul > li > a:visited,
				#local > ul > li > ul > li > ul > li > a.no_link:link,
				#local > ul > li > ul > li > ul > li > a.no_link:visited {
					color: #0E4499;
				}
				#local > ul > li > ul > li > ul > li > a:hover,
				#local > ul > li > ul > li > ul > li > a:active,
				#local > ul > li > ul > li > ul > li > a.no_link:link,
				#local > ul > li > ul > li > ul > li > a.no_link:visited {
					color: #EE6E00;
					background: url(../images/bg_sldr_nxt03_ovr.png) 0 3px no-repeat;
				}
					#local > ul > li > ul > li > ul > li > ul > li > a:hover,
					#local > ul > li > ul > li > ul > li > ul > li > a:active,
					#local > ul > li > ul > li > ul > li > ul > li > a.no_link:link,
					#local > ul > li > ul > li > ul > li > ul > li > a.no_link:visited,
					#local > ul > li > ul > li > ul > li.level_down > a:hover,
					#local > ul > li > ul > li > ul > li.level_down > a:active {
						color: #EE6E00;
						background: url(../images/bg_sldr_nxt04_ovr.png) 0 3px no-repeat;
					}

/*
#sldr .bnnr {
	margin-bottom: 10px;
	background: #EEE;
}
#sldr .bnnr ul {
	margin: 0;
	padding: 10px 10px 1px;
}
#sldr .bnnr ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
#sldr .bnnr ul li a:hover img,
#sldr .bnnr ul li a:active img {
	opacity: 0.6;
}

#sldr p.bnnr {
	margin: 10px 20px;
	padding: 0;
	width:210px;
	background: none;
}
#sldr p.bnnr a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
*/


/* ---------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------- */

/* clear hack */
#footer {zoom:1;}
#footer:after {
	content:" ";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
}

#foot {
	margin: 0;
}

.footer {
	margin: 0 auto;
	padding: 100px 15px 30px;
	width: 930px;
	/*background: url(../images/bg_foot.png) no-repeat;*/
}

.copy {
	clear: both;
	padding: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}


/* ---------------------------------------------------------- */
/* �����N�{�^�� */
/* ---------------------------------------------------------- */
.btn_link {
	/* background: url(../images/arrow_03.png) 10px 17px no-repeat #FFF; */
	padding:10px 0;
	border:1px solid #346dc6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e2eaf9', endColorstr='#FFFFFF');
	background: -moz-linear-gradient(top, #e2eaf9, #FFFFFF); /* Firefox�p */
	background: -webkit-gradient(linear, top, bottom, from(#e2eaf9), to(#FFFFFF)); /* Safari,Google Chrome�p */
	background: -webkit-linear-gradient(top, #e2eaf9, #FFFFFF);
	background: -o-linear-gradient(top, #e2eaf9, #FFFFFF);
	background: linear-gradient(to bottom, #e2eaf9, #FFFFFF);
}
	.btn_link span {
		padding:10px 20px 10px 25px;
	}
.btn_link:hover {
	background: url(../images/arrow_03.png) 10px 17px no-repeat #cfe8f8;
}

/* �f�Â̂������Ȃ� �{�^�� */
#block p.center_link {
	clear:right;
	float:right;
	margin:0 0 10px;
	padding:0;
}
a.btn_link2 {
	display:block;
	/*width:220px;*/
	width:250px;
	text-align:left;
	padding:2px 10px;
	margin:0 auto;
	border:1px solid #1758a7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#70b6e5', endColorstr='#1a5fac');
	background: -moz-linear-gradient(top, #70b6e5, #1a5fac); /* Firefox�p */
	background: -webkit-gradient(linear, top, bottom, from(#70b6e5), to(#1a5fac)); /* Safari,Google Chrome�p */
	background: -webkit-linear-gradient(top, #70b6e5, #1a5fac);
	background: -o-linear-gradient(top, #70b6e5, #1a5fac);
	background: linear-gradient(to bottom, #70b6e5, #1a5fac);
}
#block a.btn_link2:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	text-decoration: none;
}
	a.btn_link2 .btn_link2_span {
		color:#FFF;
		background: url(../images/btn_link2.png) 0 4px no-repeat;
		border:none;
		padding:0 0 0 25px;
	}

/* ---------------------------------------------------------- */
/* �l�ޕ��W */
/* ---------------------------------------------------------- */
h2.recruit_h2 {
	font-size:167%;
	margin:70px 0 20px;
}
	h2.recruit_h2 a {
		font-weight:normal;
		font-size:60%;
		margin:0 0 0 200px;
		padding:0 0 0 17px;
		background:url(../images/arrow_02.png) 0 5px no-repeat;
	}
div.recruit_cont_div {
	padding:20px;
	border:1px solid #ccc;
	background:url(../images/recruit_cont_div.gif);
}
	div.recruit_cont_div > div {
		width:45%;
		margin:0 30px 0 0;
		padding:0 30px 0 0;
		float:left;
		text-align:center;
		border-right:1px solid #14529c;
	}
	div.recruit_cont_div > div:last-child {
		margin:0;
		padding:0;
		border-right:none;
	}

	p.tel_p , .hub div.tel_p , .tokutei div.tel_p , .kakutan div.tel_p {
		text-align:center;
		margin:0;
		padding:0;
		line-height:0.5;
	}
		p.tel_p span ,.hub div.tel_p p , .tokutei div.tel_p p , .kakutan div.tel_p p {
			color:#14529c;
			font-family:Arial;
			font-size:230%;
			background:url(../images/recruit_tel.png) 0 4px no-repeat;
			padding:0 0 0 30px;
		}
			.hub div.tel_p p , .tokutei div.tel_p p , .kakutan div.tel_p p {
				line-height: 1;
				text-align: center;
				background-position: 24px 2px;
			}
	p.tanto_p {
		margin:0;
		padding:0;
		text-align:center;
		line-height:0.5;
	}
	p.fax_p {
		margin:0;
		padding:8px 0 0;
		text-align:center;
		line-height:1;
	}

	/* --------- 2015/09/10 add --------- */
	.hato_table {
		margin-top: 24px;
	}
		.hato_table th {
			background: #dbebf1;
			padding: 24px 8px;
			text-align: center;
			white-space: nowrap;
			width: 150px;
		}
		.hato_table td {
			padding-left: 16px;
		}
	ul.popo_list {
		margin-left: 40px;
	}
		ul.popo_list li {
			margin-bottom: 16px;
			list-style: disc;
		}
	.facility_tel {
		margin-top: 16px;
	}
		.facility_tel p.tel_p {
			line-height: 1.5;
			text-align: left;
		}
			.facility_tel p.tel_p span {
				background-image: none;
				font-style: 100%;
				padding-left: 0;
			}

	#block a.btn_box {
		background: url(../images/arrow_white.png) #ee6e00 94% 13px no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding:8px 32px 8px 8px;
		color: #fff;
		margin-top: 24px;
		display: inline-block;
	}
	#block a.btn_box:link , #block a.btn_box:hover, #block a.btn_box:active {
		color: #fff;
	}
.fac_hat_table {
	margin-top: 24px;
	width: 100%;
}
	.fac_hat_table td {
		width: 210px;
	}
		.fac_hat_table tr:nth-child(even) td {
			text-align: center;
			padding: 8px 0 24px 0;
		}


	#block a.cont_btn:link,
	#block a.cont_btn:visited {
		display:block;
		width:90%;
		color:#fff;
		font-size:130%;
		margin:15px auto 0;
		padding:15px 0 15px 28px;
		border:none;
		background:url(../images/cont_btn_mail.png) 20px 17px no-repeat, url(../images/cont_btn_bk.jpg) 0 0 repeat-x #1759a7;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		box-shadow:0 3px 4px 0 rgba(0,0,0,0.2);
	}
		#block a.cont_btn:hover,
		#block a.cont_btn:active {
			opacity:0.8;
			background:url(../images/cont_btn_mail.png) 20px 17px no-repeat #1759a7;
			text-decoration:none;
		}

ul.recruit_face_ul li {
	float:left;
	margin:0 20px 20px 0;
	padding:0;
}
ul.recruit_face_ul li:nth-child(3n) {
	margin:0 0 20px 0;
}
	ul.recruit_face_ul li a {
		width:210px;
		display:block;
		position:relative;
		background:#76acf3;
		transition: background-color 0.3s ease;
		text-decoration:none;
	}
	#block ul.recruit_face_ul li a:hover {
		background:rgba(118,172,243,0.6);
		text-decoration:none;
	}
		ul.recruit_face_ul li a img {
			display:block;
			position:relative;
			/* top:-57px; */
			top:-49px;
		}
		ul.recruit_face_ul li a span {
			display:block;
			position:relative;
			/* top:257px; */
			top:242px;
			background:#3d76c3;
			transition: opacity 0.3s ease;
			text-align:center;
			color:#fff;
			font-size:120%;
			/* height:43px; */
			height:38px;
			padding:11px 0 0;
		}
		ul.recruit_face_ul li a:hover span {
			opacity:0.7;
		}
		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(2) a {
			background:#efa6ee;
		}
		#block ul.recruit_face_ul li:nth-child(2) a:hover {
			background:rgba(239,166,238,0.6);
		}
		ul.recruit_face_ul li:nth-child(2) a span {
			background:#eb458c;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(3) a {
			background:#a2ce6b;
		}
		#block ul.recruit_face_ul li:nth-child(3) a:hover {
			background:rgba(162,206,107,0.6);
		}
		ul.recruit_face_ul li:nth-child(3) a span {
			background:#a2ce6b;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(4) a {
			background:#99cc75;
		}
		#block ul.recruit_face_ul li:nth-child(4) a:hover {
			background:rgba(153,204,117,0.6);
		}
		ul.recruit_face_ul li:nth-child(4) a span {
			background:#95c571;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(5) a {
			background:#8fcb81;
		}
		#block ul.recruit_face_ul li:nth-child(5) a:hover {
			background:rgba(143,203,129,0.6);
		}
		ul.recruit_face_ul li:nth-child(5) a span {
			background:#89c479;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(6) a {
			background:#85c98d;
		}
		#block ul.recruit_face_ul li:nth-child(6) a:hover {
			background:rgba(133,201,141,0.6);
		}
		ul.recruit_face_ul li:nth-child(6) a span {
			background:#82c48a;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(7) a {
			background:#79c79b;
		}
		#block ul.recruit_face_ul li:nth-child(7) a:hover {
			background:rgba(121,199,155,0.6);
		}
		ul.recruit_face_ul li:nth-child(7) a span {
			background:#75c096;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(8) a {
			background:#6dc5aa;
		}
		#block ul.recruit_face_ul li:nth-child(8) a:hover {
			background:rgba(109,197,170,0.6);
		}
		ul.recruit_face_ul li:nth-child(8) a span {
			background:#6bc0a6;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(9) a {
			background:#61c3b8;
		}
		#block ul.recruit_face_ul li:nth-child(9) a:hover {
			background:rgba(97,195,184,0.6);
		}
		ul.recruit_face_ul li:nth-child(9) a span {
			background:#6bc0a6;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(10) a {
			background:#57c2c4;
		}
		#block ul.recruit_face_ul li:nth-child(10) a:hover {
			background:rgba(87,194,196,0.6);
		}
		ul.recruit_face_ul li:nth-child(10) a span {
			background:#56c1c3;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(11) a {
			background:#4fc0cd;
		}
		#block ul.recruit_face_ul li:nth-child(11) a:hover {
			background:rgba(79,192,205,0.6);
		}
		ul.recruit_face_ul li:nth-child(11) a span {
			background:#4fc0cd;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(12) a {
			background:#f48f36;
		}
		#block ul.recruit_face_ul li:nth-child(12) a:hover {
			background:rgba(244,143,54,0.6);
		}
		ul.recruit_face_ul li:nth-child(12) a span {
			background:#f48f36;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(13) a {
			background:#f48f36;
		}
		#block ul.recruit_face_ul li:nth-child(13) a:hover {
			background:rgba(244,143,54,0.6);
		}
		ul.recruit_face_ul li:nth-child(13) a span {
			background:#f48f36;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(14) a {
			background:#e0a236;
		}
		#block ul.recruit_face_ul li:nth-child(14) a:hover {
			background:rgba(224,162,54,0.6);
		}
		ul.recruit_face_ul li:nth-child(14) a span {
			background:#e0a236;
		}

		/* �e�J���[ ------------------------------------- */
		ul.recruit_face_ul li:nth-child(15) a {
			background:#e0a236;
		}
		#block ul.recruit_face_ul li:nth-child(15) a:hover {
			background:rgba(224,162,54,0.6);
		}
		ul.recruit_face_ul li:nth-child(15) a span {
			background:#e0a236;
		}

div.recruit_news_h2_div {
	margin:80px 0 20px;
}
div.recruit_news_h2_div:after {
	content:" ";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	font-size: 0.1em;
}
	div.recruit_news_h2_div h2 {
		font-size:167%;
		margin:0;
		float:left;
	}
	div.recruit_news_h2_div a {
		display:block;
		float:right;
		padding:0 0 0 17px;
		background:url(../images/arrow_02.png) 0 10px no-repeat;
	}

/* ---------------------------------------------------------- */
/* �߂��{�^�� */
/* ---------------------------------------------------------- */
#back_btn {
	display:none;
}


/* ==========================================
// ���₢���킹
==========================================*/
#error_sec {
	min-height:500px;
}
	#error_sec h3 {
		margin:70px 0 20px;
	}
	#error_sec ul {
		margin:70px 0 20px;
	}

/*-- /contact/index �y�[�W --*/
h3.cont_tel_h3 {
	color: #14529c;
	font-size:130%;
	margin:30px 0 5px;
}
div.cont_tel_div {
	padding:8px;
	border:1px solid #ccc;
	background:url(../images/recruit_cont_div.gif);
}
	div.cont_tel_div table {
		border-collapse:collapse;
		width:95%;
		margin:0 8px;
	}
		div.cont_tel_div table th {
			vertical-align:top;
			padding:5px 15px 5px 0;
			border-bottom:1px solid #ccc;
		}
		div.cont_tel_div table td {
			vertical-align:top;
			padding:5px 10px 5px 0;
			border-bottom:1px solid #ccc;
		}
		div.cont_tel_div table tr:last-child th,
		div.cont_tel_div table tr:last-child td {
			border-bottom:none;
		}
			div.cont_tel_div table td span {
				font-size:90%;
			}


p.contact_p {
	text-align:center;
	padding:30px 0;
}

div.contact_kojin {
	margin:50px 0 0;
	padding:12px;
	color:#666;
	background:#fafafa;
	border:1px solid #ccc;
}
	div.contact_kojin h3 {
		font-size:130%;
		margin:0;
		padding:0;
	}
	#block div.contact_kojin p {
		margin:8px 0 0;
		padding:0;
	}
h3.cont_h3 {
	color:#14529c;
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
}
#block p.recruit_setsumei {
	margin:0;
}

.essential {
	color:#FF0000;
}
ul.contact_step {
	background:url(../images/contact_step_01.gif) 0 0 no-repeat;
	margin: 0 0 30px;
}
ul.contact_step_2 {
	background:url(../images/contact_step_02.gif) 0 0 no-repeat;
	margin: 0 0 30px;
}
ul.contact_step_3 {
	background:url(../images/contact_step_03.gif) 0 0 no-repeat;
	margin: 0 0 30px;
}
	ul.contact_step:after,
	ul.contact_step_2:after,
	ul.contact_step_3:after {
		content:" ";
		clear:both;
		height:0;
		display:block;
		visibility:hidden;
		font-size: 0.1em;
	}
	ul.contact_step li,
	ul.contact_step_2 li,
	ul.contact_step_3 li {
		float:left;
		width:223px;
		padding:19px 0;
		text-align:center;
		line-height:1;
	}
		ul.contact_step li:nth-child(2),
		ul.contact_step_2 li:nth-child(2),
		ul.contact_step_3  li:nth-child(2) {
			width:193px;
			padding:19px 0 19px 30px;
		}
		ul.contact_step li:nth-child(3),
		ul.contact_step_2 li:nth-child(3),
		ul.contact_step_3 li:nth-child(3) {
			width:193px;
			padding:19px 0 19px 30px;
		}
	ul.contact_step li.step_on,
	ul.contact_step_2 li.step_on,
	ul.contact_step_3 li.step_on {
		color:#FFF;
	}
h3.contact_h3 {
	background:#fafafa;
	font-size:130%;
	padding:12px;
	margin:50px 0 20px;
	border-top:2px solid #1759a7;
	border-bottom:1px solid #ccc;
}

dl.contact_dl {
	margin:10px 0 20px;
	padding:0;
	background:#dbebf1;
	border:none;
	font-size:95%;
}
	dl.contact_dl dt {
		width:27%;
		clear:left;
		float:left;
		text-align:right;
		margin:0;
		padding:10px;
		border-top:2px solid #FFF;
	}
		dl.contact_dl dt span {
			display:block;
			float:left;
			padding:0 8px;
			font-size:80%;
			color:#fff;
			background:#FF0000;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
	dl.contact_dl dd {
		margin-left:30%;
		padding:10px;
		background:#f2f6fd;
		border-top:2px solid #FFF;
		border-left:2px solid #FFF;
	}
		dl.contact_dl dd span {
			color:#666;
			padding:0 0 0 5px;
			font-size:90%;
		}
			dl.contact_dl dd span.syurui_off_span {
				color:#333;
				padding:2px 4px;
				font-size:100%;
			}
			dl.contact_dl dd span.syurui_on_span {
				color:#333;
				background:#f3ea98;
				padding:2px 4px;
				font-size:100%;
			}
	p.contact_end_p {
		min-height:300px;
	}

dl.contact_dl input, dl.contact_dl select, dl.contact_dl textarea {
	border:0;
	border:1px solid #999;
	font-size:98%;
	padding:2px;
	margin:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	font-family: "�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",verdana,"���C���I","Meiryo","�l�r �o�S�V�b�N","MS PGothic",Sans-Serif; /* ���{�����ݒ� */
}
	dl.contact_dl input:focus, dl.contact_dl select:focus, dl.contact_dl textarea:focus {
	    border:solid 1px #EEA34A;
	}
dl.contact_dl .input_name {
	width:300px;
}
dl.contact_dl .input_kana {
	width:300px;
}
dl.contact_dl .input_company {
	width:300px;
}
dl.contact_dl .input_post {
	width:300px;
}
dl.contact_dl .input_zip {
	width:100px;
}
dl.contact_dl .input_addr {
	width:300px;
}
dl.contact_dl .input_tel {
	width:200px;
}
dl.contact_dl .input_fax {
	width:200px;
}
dl.contact_dl .input_mail {
	width:300px;
}
dl.contact_dl .input_comment {
	width:95%;
	height:100px;
	margin:0;
}

/*-- �{�^���G���A --*/
	div.btn_area {
		margin:20px auto 0;
		padding:0;
		text-align:center;
	}
		div.btn_area input.submit_btn,
		div.btn_area input.submit_btn2 {
			color:#fff;
			font-size:120%;
			font-family: "�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",verdana,"���C���I","Meiryo","�l�r �o�S�V�b�N","MS PGothic",Sans-Serif; /* ���{�����ݒ� */
			margin:0 auto 0;
			padding:15px 30px;
			background:url(../images/cont_btn_bk.jpg) 0 0 repeat-x #1759a7;
			border:none;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			box-shadow:0 3px 4px 0 rgba(0,0,0,0.2);
			cursor: pointer;
		}
			div.btn_area input.submit_btn:hover,
			div.btn_area input.submit_btn2:hover {
				opacity:0.8;
				background: #1759a7;
			}

		div.btn_area input.submit_btn + input.submit_btn,
		div.btn_area input.submit_btn2 + input.submit_btn2 {
			margin-left:60px;
		}

.contact_tel {
	color:#2c76ca;
	font-size:120%;
	margin:0;
	border:1px solid #2c76ca;
	padding:10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
	.contact_tel .font_l {
		font-size:150%;
	}
.contact_fax {
	color:#999;
	font-size:100%;
	margin:0;
}
	.contact_fax .font_l {
		font-size:150%;
	}

/* ==========================================
// ���w�G�� 2015/02/28 �ǉ�
==========================================*/
.iryo_magazinearea dl {
	width: 670px;
}
	.iryo_magazinearea dl dt {
		clear:both;
		float:left;
		width: 120px;
		margin-bottom: 20px;
	}
		.iryo_magazinearea dl dt a.img_link:hover {
			opacity: 0.7;
		}
	.iryo_magazinearea dl dd {
		margin-left: 150px;
		padding-top: 70px;
	}

		/* IE7�ȉ��ȊO�p */
		.iryo_magazinearea dl dd:after {
			content:'';
			display:block;
			clear:both;
		}


/* ---------- �ڍ׃y�[�W  ---------- */

.iryo_ma_detail ul , .iryo_ma_detail ul li  {
	list-style: none;
}
.iryo_ma_detail ul li {
	margin: 0 0 20px 0;
	padding-left: 1em;
}


/*-- �N���A�t�B�b�N�X --*/
.clearfix_b:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix_a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}




/* ----- 2015/09/30 add Keiju Innovation Hub ------ */
div.hub div.clearfix {
	margin-bottom: 24px;
}
div.hub h2.head {
	margin: 0;
	padding: 20px;
	font-size: 20px;
	color: #0E4499;
	line-height: 1.0;
	font-weight: lighter;
	background: url(../images/bg_title.png) no-repeat;
}

#block p.hub_data {
	text-align: right;
	font-size: 14px;
	color:#666;
	padding: 0;
	margin:0 0 16px;
}

div.hub .eq_area .popbox {
		position: relative;
		margin-bottom: 24px;
	}

		.eq_area .popbox a {
			display: block;
			width: 100px;
			height: auto;
			padding: 16px;
			text-align: center;
			color:#fff;
			color: #fff;
			padding: 10px 20px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			border: 2px solid #ffe2c2;
			background: #ee6e00;
		}

			div.hub .eq_area .popbox a ,.eq_area .popbox a:hover , div.hub .eq_area .popbox a:active {
				color:#fff;
			}
		div.hub .eq_area .popbox a#btn01 {
			position: absolute;
			top: 300px;
			left: 300px;
			color:#fff;
		}
		div.hub .eq_area .popbox a#btn02 {
			position: absolute;
			top: 154px;
			right: 40px;
			color:#fff;
		}


		@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

div.hub .icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

div.hub .icon-font  {
  padding: 0px 7.5px;
  font-size: 27px;
}

/*#hub #wrapper {
	background-image: none;
}
#hub #block ul {
	margin-top: 36px;
}
	#hub #block ul li {
		border: 1px solid #acacac;
		display: inline-block;
		margin: 0 20px 30px 0;
		width: 318px;
		height: 113px;
	}

		#hub #block ul li a:hover {
			opacity: 0.7;
		}
		#hub #block ul li:nth-child(even) {
			margin-right: 0;
		}

#hub #foot {
	background-color: #dee9f5;
}
	#hub #foot:after {
		content: "";
		display: block;
		clear: both;
	}
#hub .footer {
	background-image: none;
	padding: 24px 0 16px;
}
	#hub .footer ul {
		width: 600px;
		float: left;
	}
		#hub .footer ul li {
			display: inline-block;
		}
			#hub .footer ul li a {
				color: #303030;
				font-size: 14px;
			}
				#hub .footer ul li a:hover {
					text-decoration: underline;
				}
			#hub .footer ul li:first-child:before , #hub .footer ul li:after {
				content:" ｜ ";
			}
	#hub .footer div {
		float: right;
		width: 330px;
		margin-bottom: 24px;
		color: #565656;
		font-size: 14px;
	}
		#hub .footer div h4 {
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 16px;
		}
		#hub .footer div p {
			line-height: 1.3;
		}

	#hub #foot .copy {
		background-color: #1758a7;
		text-align: center;
		padding: 8px 0;
	}

#hub .eq_area table.chrg_outp {
	margin: 32px 0;
}
	#hub .eq_area table.chrg_outp th , #hub .eq_area table.chrg_outp td {
		font-size: 16px;
	}

	#hub table.chrg_outp th {
		text-align: center;
		width: 150px;
	}
	#hub table.chrg_outp td {
		text-align: left;
		padding-left: 16px;
	}

	#hub .eq_area table td.txt_c {
		text-align: center;
	}

	.eq_area .popbox {
		position: relative;
	}

		.eq_area .popbox a {
			display: block;
			width: 200px;
			height: auto;
			padding: 16px;
			text-align: center;
			color:#fff;
			color: #fff;
			padding: 10px 20px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			border: 2px solid #ffe2c2;
			background: #ee6e00;
		}

			.eq_area .popbox a ,.eq_area .popbox a:hover , .eq_area .popbox a:active {
				color:#fff;
			}
		.eq_area .popbox a#btn01 {
			position: absolute;
			top: 200px;
			left: 120px;
			color:#fff;
		}
		.eq_area .popbox a#btn02 {
			position: absolute;
			top: 80px;
			right: 180px;
			color:#fff;
		}


		@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

.icon-font  {
  padding: 0px 7.5px;
  font-size: 27px;
}


.news_top {
	margin-bottom: 48px;
}
	.news_top h2 {
		font-size: 24px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#block p.hub_data {
		text-align: right;
		font-size: 14px;
		color:#666;
		padding: 0;
		margin:0 0 16px;
	}

	#block a.btn_kiyaku {
		display: inline-block;
		margin-bottom: 24px;
	}
		#block a.btn_kiyaku img {
			vertical-align: middle;
			margin-right: 8px;
		}*/





/* ------------------------------------------------
	 2016/08/05 #top_info
-------------------------------------------------*/
#top_info {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	 background: #f5f5f5;
	 padding: 8px 0;
	 width: 100%;
	 height: 120px;
	 color: #666;
}
	#top_info a {
		color: #0E4499;
		display: inline-block;
		background: url(../images/window.png) right 6px no-repeat;
		padding-right: 14px;
	}
	#top_info a:hover {
		color: #885588;
		background: url(../images/window.png) #d5ddf6 right 6px no-repeat;
	}

/* ------------------------------------------------
	 2016/08/05 .bnr_2016
-------------------------------------------------*/
	#top_info div.bnr_2016 {
		width: 500px;
		margin: 0 auto;
	}

	#top_info .bnr_2016 img {
		float: left;
		margin: 0 16px 0;
	}
	#top_info .bnr_2016 p {
		float: right;
		margin: 0;
		line-height: 1.5;
		padding-top: 48px;
	}

/* ------------------------------------------------
	 2017/10/04 .bnr_2017
-------------------------------------------------*/
	#top_info div.bnr_2017 {
		width: 680px;
		margin: 0 auto;
	}

	#top_info .bnr_2017 img {
		float: left;
		margin: 20px 16px 0;
	}
	#top_info .bnr_2017 p {
		float: right;
		margin: 0;
		line-height: 1.5;
		padding-top: 48px;
	}

/* ------------------------------------------------
	 2018/02/07 about_results
-------------------------------------------------*/
#local > ul > li > ul > li > a.results_btn {
	padding: 10px 0 10px 30px;
	margin-left: 9px;
    width: 190px;
    font-size: 12px;
    line-height: 1.4;
    /*background: url(../images/bg_sldr_nxt02.png) 0 3px no-repeat;*/
    display: block;
    cursor: pointer;
}



.resultsarea {
	margin-top: 24px;
}
.resultsarea ul li {
	margin-bottom: 16px;
	border-bottom: 1px dashed #a1a1a1;
	padding: 0 0 8px 20px;
	background: url(../images/arrow_02.png) 8px 10px no-repeat;
}


/* ------------------------------------------------
	 2019/06/27 about_publicnotice
-------------------------------------------------*/
#local > ul > li > ul > li > a.publicnotice_btn {
	padding: 10px 0 10px 30px;
	margin-left: 9px;
    width: 190px;
    font-size: 12px;
    line-height: 1.4;
    /*background: url(../images/bg_sldr_nxt02.png) 0 3px no-repeat;*/
    display: block;
    cursor: pointer;
}



/* ------------------------------------------------
	 2019/12/13 kanazawahosp
-------------------------------------------------*/
.kanazawahosp .ul_list {
	list-style-position: inside;
	margin-left: 1em;
}
	.kanazawahosp .ul_list li {
		list-style-type: disc;
		padding-left: 1em;
	    text-indent: -1em;
	    margin-bottom: 8px;
	}


.kanazawahosp_wrap th , td {padding: 8px;}
.kanazawahosp_wrap table.chrg_outp th , .kanazawahosp_wrap table.chrg_outp tr td:first-child
{white-space: nowrap;}
.kanazawahosp_wrap table.chrg_outp td {text-align: left;}

/* ------------------------------------------------
	 2021/1/7 add
-------------------------------------------------*/
#top_info .monshin{
	width: 960px;
	height: 100px;
}
.monshin .wrap{
	width: 600px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
.monshin .wrap .title {
	font-size: 18px;
}
.monshin .wrap .title span{
	font-size: 42px;
}
#top_info .wrap .box:last-child {
	padding: 10px 0
}
#top_info .wrap .box a.btn{
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	background: none;
	background-color: #203864;
	display:block;
	color: #ffffff;
	font-weight: bold;
	width: 300px;
}
