@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: #333;
	background-color: #FFF;
	line-height: 1.6em;
}
a {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
#header {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	background-image: url(../img2014/header_bg_title.png);
}
#header .inner {
	height: px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#header #header-description {
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 5px;
}
#header #header-name {
	float: left;
}
#header #header-name a {
	background-image: url(../img2014/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 515px;
}
#header #header-search {
	float: right;
	font-size: 15px;
}
#header #header-search li {
	float: left;
	list-style-type: none;
	margin-right:10px;
	font-size: 15px;
	line-height:30px;
}
#header-search p {
	font-size:12px;
	margin:0;
	padding:0;
}
#header #header-nav {
	clear: both;
	margin-top: 0px;
	z-index: 2;
}
#header #header-search input[type="text"] {
	background-color: #f2f2f2;
	height: 30px;
	width: 170px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 0px;
	border-right-style: none;
}
#header #header-search input[type="submit"] {
	color: #FFF;
	background-color: #4a5ea7;
	height: 34px;
	width: 80px;
	border: 1px solid #CCC;
	cursor: pointer;
}
ul#header-nav {
	position: relative;
}
ul#header-nav li {
	float: left;
	list-style-type: none;
	position: relative;
}
#header-nav li a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 56px;
	display: block;
}
#header-nav a#menu-1 {
	width: 100px;
	background-image: url(../img2014/menu_1_off.png);
}
#header-nav a#menu-1:hover {
	width: 100px;
	background-image: url(../img2014/menu_1_over.png);
}
#header-nav a#menu-2 {
	width: 175px;
	background-image: url(../img2014/menu_2_off.png);
}
#header-nav a#menu-2:hover {
	width: 175px;
	background-image: url(../img2014/menu_2_over.png);
}
#header-nav a#menu-3 {
	width: 175px;
	background-image: url(../img2014/menu_3_off.png);
}
#header-nav a#menu-3:hover {
	width: 175px;
	background-image: url(../img2014/menu_3_over.png);
}
#header-nav a#menu-4 {
	width: 175px;
	background-image: url(../img2014/menu_4_off.png);
}
#header-nav a#menu-4:hover {
	width: 175px;
	background-image: url(../img2014/menu_4_over.png);
}
#header-nav a#menu-5 {
	width: 175px;
	background-image: url(../img2014/menu_5_off.png);
}
#header-nav a#menu-5:hover {
	width: 175px;
	background-image: url(../img2014/menu_5_over.png);
}
#header-nav a#menu-6 {
	width: 175px;
	background-image: url(../img2014/menu_6_off.png);
}
#header-nav a#menu-6:hover {
	background-image: url(../img2014/menu_6_over.png);
}
#header-nav a#english {
	width: 175px;
	background-image: url(../img2014/menu_english_off.png);
}
#header-nav a#english:hover {
	width: 175px;
	background-image: url(../img2014/menu_english_over.png);
}
ul#header-nav li ul {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
ul#header-nav li ul.english {
	margin-left: -100px;
}
ul#header-nav li:hover > ul {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 56px;
}
ul#header-nav li ul li {
	clear: both;
	float: none;
	overflow: hidden;
	background-image: none;
	background-color: #FFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 240px;
}
ul#header-nav li ul li a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 10px;
	text-decoration: none;
	width: auto;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
ul#header-nav li ul li a:hover {
	background-image: none;
	background-color: #e8e8e8;
}
/* トップページ */
#top-mainimg {
	background-repeat: repeat-x;
	height: 290px;
	background-image: url(../img2014/top/main_bg.jpg);
}
#top-mainimg .inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img2014/top/main.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 290px;
}
#top-contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: right top;
}
#top-contents #main {
	float: right;
	width: 767px;
}
#top-contents #topics-header {
	margin-bottom: 10px;
}
#topics-top {
	margin-bottom: px;
}
#top-contents #topics-top h2 {
	background-color:#f2f2f2;
	height: 40px;
	padding-top:20px;
	padding-left:30px;
	font-size:150%;
	font-weight:bold;
	color:#034650;
	border-bottom:1px solid #C9C8C8;
}
#top-contents dt {
}
#top-contents #topics-top dd, .list dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.list dd.title-header {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#top-contents #topics-top dd:last-child .list dd:last-child {
	margin-bottom: 5px;
}
#top-contents #side-banner {
	float: left;
	width: 178px;
}
#top-contents #side-banner ul li {
	list-style-type: none;
}
#topics-header .btn-more {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
#side-banner span.btn-more {
	text-align: right;
	margin-bottom: 2px;
	display: block;
}
#top-contents #topics-top .more {
	text-align: right;
}
#sisetsu .btn-more {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}
#sisetsu span.btn-more {
	text-align: right;
	margin-bottom: 2px;
	display: block;
}
#sisetsu #topics-top .more {
	text-align: right;
}
/* 第二階層基本 */
#contents {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#nav-breadcrumb {
	line-height: 30px;
	font-size: 12px;
	padding-bottom: 10px;
}
#nav-breadcrumb li {
	float: left;
	padding-right: 10px;
	list-style-type: none;
}
#nav-breadcrumb li:last-child {
	white-space: nowrap;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#nav-breadcrumb span {
	padding-left: 5px;
}
#main {
	width: 690px;
	float: right;
}
#main h1.pagetitle, #main .pagetitle, #search h1.pagetitle {
	margin:2px 0 24px 0;
	line-height:40px;
	font-size: 190%;
	line-height: 1.3em;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight:bold;
}
#search h1.pagetitle {
	padding-left: 0px;
}
#main h1.contetstitle, #main .contentstitle {
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #003895;
}
#main h1.contetstitle span, #main .contentstitle span {
	color: #666666;
	display: block;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.8em;
}
#main .block {
	line-height: 1.6em;
	padding-bottom: 40px;
	margin-bottom: 10px;
	border-bottom-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#main .block p {
	margin-bottom: 20px;
}
#main .entry-date {
	font-size: 90%;
	text-align: right;
	padding-bottom: 15px;
}
#main2 {
	width: 980px;
}
#main2 h1.pagetitle, #main2 .pagetitle, #search h1.pagetitle {
	margin:2px 0 24px 0;
	line-height:40px;
	font-size: 190%;
	line-height: 1.3em;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight:bold;
}
/* ページネーション */
.pagination-list, div.pagination {
	text-align: center;
	padding-top: 20px;
}
.pagination-list li, div.pagination li {
	display: inline;
	font-size: 90%;
}
.pagination-list li.page-navigation-prev {
	padding-right: 30px;
}
.pagination-list li.page-navigation-next {
	padding-left: 30px;
}
.pagination-list li.page-navigation-prev:before {
	content: "＜";
	padding-right: 5px;
}
.pagination-list li.page-navigation-next:after {
	content: "＞";
	padding-left: 5px;
}
p.pagination {
	font-size: 90%;
	text-align: right;
}
p.pagination:after {
	content: " ＞";
}
/* ページネーション数字 */
.content-nav {
	text-align: center;
	padding-top: 20px;
}
.content-nav li {
	display: inline;
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
	color: #CCCCCC;
}
.content-nav .this-page {
	background-color: #CCCCCC;
	color: #000000;
}
#main .link-bottom {
	text-align: right;
	font-size: 90%;
	width: 690px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/*
#main .link-bottom:after {
	content:"＞";
	padding-left:5px;
}*/
#main table {
	width: 100%;
}
#main td {
	border: #CCCCCC solid 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 90%;
	vertical-align: middle;
}
#main table.noline th, #main table.noline td {
	border: none;
}
#main th.noline, #main td.noline {
	border: none;
}
#main th {
	vertical-align: baseline;
	text-align: left;
	padding: 10px 10px;
	border: 1px solid #cccccc;
	background-color: #E1E1E1;
	font-weight: bold;
	font-size: 90%;
}
#main td {
	padding: 10px 10px;
	border: 1px solid #cccccc;
}
#main th p {
	font-weight: bold;
}
/*Q&A*/
h1.contentstitle.qa {
	background-image: url(../img2014/second/qa/point_q.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 20px;
}
#main .block.qa {
	background-image: url(../img2014/second/qa/point_a.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}
dl.list {
}
ul.list {
	margin-left: 20px;
}
ul.list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	border-bottom: #999999 1px dotted;
}
#footer {
}
#side-menu {
	width: 255px;
	float: left;
}
#side-menu h2 {
	background-color: #034650;
	height: 37px;
	border-bottom: solid 1px #d5d5d5;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 115%;
	color: #FFF;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#side-menu .block {
	background: #fff;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	margin: 0 0 30px 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0 0 3px 3px;
}
#side-menu .block ul {
	background:#FFF;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	position:relative
}
#side-menu .block ul li ul {
	margin-bottom: 0px;
}
#side-menu .block span {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
}
#side-menu .block span span.small {
	display: inline;
	font-size: 80%;
}
#side-menu .block ul li {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}
#side-menu .block li ul li {
	padding-left: 0px;
	padding-right: 0px;
}
#side-menu .block li:first-child a {
	border-top: none;
}
#side-menu .block li a {
	border-top:solid 1px #d5d5d5;
}
#side-menu .block li li a {
	border-top: solid 1px #d5d5d5;
}
#side-menu .block li li:first-child a {
	border-top:solid 1px #d5d5d59;
}
#side-menu .block li:last-child li a {
	border-top: solid 1px #d5d5d5;
}
#side-menu .block li a {
	display: block;
	color: #333333;
	background-image: url(../img2014/point_arrow_b.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-size: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}
#side-menu .block li ul li a {
	background-position: 13px center;
	padding-left: 25px;
	font-size: 13px;
}
#side-menu .block li ul li a:hover {
}
#side-menu .block li a.sub {
	padding-top: 5px;
	padding-bottom: 5px;
}
#side-menu .block li a.sub span {
	display: inline;
	font-size: 85%;
}
#side-menu .block li a:hover {
	color: #0066FF;
	background-image: url(../img2014/point_arrow_g.png);
}
#side-menu #member.block {
	padding: 10px;
}
#side-menu #member a {
	color: #FFFFFF;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #003895;
	padding-left: 23px;
	background-image: url(../img2014/point_arrow_w.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	text-decoration: none;
	font-size: 14px;
}
#side-menu #member a:hover {
	background-color: #9cc235;
}
/* ページトップ */
.pagetop {
	text-align: right;
	clear: both;
	padding-top: 50px;
	height:30px;
}
.pagetop a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../img2014/btn_pagetop.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 35px;
	padding-right: 45px;
	line-height: 35px;
}
/* フッター */
#footer {
	background-color: #f2f2f2;
}
#footer .inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	font-size: 13px;
	padding-bottom: 35px;
}
.copyright {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #034650;
	color: #FFFFFF;
}
#footer ul#sitemap {
	float: left;
}
#footer ul#sitemap li {
	float: left;
	list-style-type: none;
}
#footer ul#sitemap li ul li {
	float: none;
	margin-right: 50px;
	line-height: 1.8em;
}
#footer ul#sitemap li ul li a {
	background-image: url(../img2014/point_arrow_g.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #000;
}
#footer ul#sitemap li ul li a:hover {
	text-decoration: none;
}
#footer ul#sitemap li ul li ul li {
	margin-left: 15px;
	margin-right: 0px;
}
#footer #address {
	float: right;
}
#footer .btn-map {
	float: right;
	margin-top: -5px;
}
#footer #address h2 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
	font-size: 15px;
}
#footer #address div {
	float: left;
	line-height: 1.4em;
}
#footer #address .foam {
	margin-right: 40px;
}
/* ボタン透明度 */
a.btn-link:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	line-height:15px;
}
/* 統計情報 */
table.tokei {
	margin-bottom: 10px;
}
table.tokei caption {
	font-size: 80%;
	line-height: 1.4em;
	text-align: right;
}
table.tokei th {
	text-align: center;
}
table.tokei td {
	text-align: right;
}
#main table.tokei th.c-1 {
	background-color: #e5effe;
}
#main h1.pagetitle, #main .pagetitle, #search h1.pagetitle {
	font-size: 180%;
	line-height: 1.3em;
	padding-left: 15px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #02454d;
}
#main1column h1.pagetitle, #main1column .pagetitle, #search h1.pagetitle {
	font-size: 180%;
	line-height: 1.3em;
	padding-left: 15px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #02454d;
}
div.gaiyo h2, div.shiritai h2 {
	position: relative;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 50px;
	padding-bottom: 13px;
	color: #02454d;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #b0b0b0;
	font-size: 150%;
}
div.gaiyo h2:after {
	position: absolute;
	display: block;
	top: 30%;
	left: 0;
	content: "";
	margin-left: 12px;
	width: 20px;
	height: 40%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: #a90752;
}
div.gaiyo h3 {
	font-size:110%;
	position: relative;
	margin: 40px 0 25px;
	padding-bottom: 10px;
	color: #02454d;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px solid #dddddd;
	z-index: 1;
}
div.gaiyo h3:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: -2px;
	width: 250px;
	height: 2px;
	background-color: #a90752;
}
div.gaiyo ul {
	padding-left: 40px;
	padding-bottom: 20px;
}
div.gaiyo ol {
	padding-left: 40px;
	padding-bottom: 20px;
}
/* もっと知りたい */
div.shiritai table {
	margin-bottom: 40px;
}
div.shiritai th {
	text-align: center;
}
#main div.shiritai th.c-1 {
	background-color: #e5effe;
}
div.shiritai td.c-1 {
	background-color: #e4f0c3;
}
div.shiritai td.c-2 {
	background-color: #9cc234;
}
div.shiritai td span {
	color: #6600ff;
}
#main table.hanno td {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom-color: #666666;
}
table.hanno span.number {
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 10px;
	background-color: #9cc234;
}
table.shiritai-05 {
}
#main .shiritai table.shiritai-05 th {
}
#main table.shiritai-05 td {
	padding-left: 0px;
	padding-right: 0px;
	width: 25%;
	vertical-align: top;
}
#main table.shiritai-05 td p {
	padding-right: 20px;
}
.chishiki .summary {
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-bottom: 20px;
}
.chishiki .summary.senpaku {
	background-image: url(../img2014/second/chishiki/icon_senpaku.png);
}
.chishiki .summary.syaryou {
	background-image: url(../img2014/second/chishiki/icon_syaryou.png);
}
.chishiki .summary.seikatsu {
	background-image: url(../img2014/second/chishiki/icon_seikatsu.png);
}
.chishiki .summary.doboku {
	background-image: url(../img2014/second/chishiki/icon_doboku.png);
}
.chishiki .summary.sangyou {
	background-image: url(../img2014/second/chishiki/icon_sangyou.png);
}
/* アクセスマップ */
.map {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.map dl {
	margin-bottom: 20px;
}
.map dt {
	font-weight: bold;
	font-size: 110%;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 10px;
}
.map dd {
	padding-left: 40px;
	padding-bottom: 10px;
}
/* 検索結果 */
#current-page.hidden {
	display: none;
	height: 0px;
	font-size: 0px;
}
#search .block {
	margin-bottom: 40px;
	border-bottom: #CCCCCC 1px solid;
}
#search h2 {
	margin-bottom: 15px;
	padding: 10px;
	font-weight: bold;
	background-color: #EEEEEE;
}
/*****************************************************************************
frontEntryList
*****************************************************************************/

.frontEntryList {
	width: 767px;
	background: url(../images/front/frontEntryListBg.jpg) 0 100% no-repeat;
	margin-bottom: 25px;
}
.frontEntryList ul {
	background: url(../images/front/frontEntryListBgTop.jpg) 0 0 no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
}
.frontEntryList li {
	background: url(../images/lineDotted.gif) 0 0 repeat-x;
	position: relative;
	list-style: none;
	border-bottom: 1px dotted #BFBFBF;
}
.frontEntryList li:first-child {
	background: none;
}
.frontEntryList span, .frontEntryList a {
	display: block;
	color: #0066dd;
}
.frontEntryList li a.li {
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 14px;
}
.frontEntryList li span.date {
	width: 125px;
	float: left;
	font-size: 12px;
	color: #666666;
	background-color: #e6e6e6;
	padding-left: 5px;
	text-decoration:none;
}
.frontEntryList li span.title {
	margin-left: 150px;
	line-height: 1.4;
}
.frontEntryList li a.li:hover span.title {
	text-decoration:none;
}
.radius3 {
	border-radius: 3px 3px 3px 3px;
}
/* 産業プラザ */
.frontEntryList li span.cat1 {
	position: absolute;
	width: 100px;
	top: 15px;
	left: 90px;
}
.frontEntryList li span.cat1 a {
	width: 100px;
	background: #0f3d6d;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
/* ビジサポ */
.frontEntryList li span.cat2 {
	position: absolute;
	width: 100px;
	top: 15px;
	left: 90px;
}
.frontEntryList li span.cat2 a {
	width: 100px;
	background: #369d26;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
/* 産業振興公社 */
.frontEntryList li span.cat3 {
	position: absolute;
	width: 100px;
	top: 15px;
	left: 90px;
}
.frontEntryList li span.cat3 a {
	width: 100px;
	background: #eb5505;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
/* アクセス */
#top-contents #side-banner #use {
	margin-top: 15px;
}
#top-contents #side-banner #use h2 {
	background-color: #02464f;
	height: 25px;
	border-bottom: solid 1px #d5d5d5;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align:center;
	font-size: 100%;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#top-contents #side-banner #use ul li {
	text-align: left;
	text-indent: -1em;
	margin-left: 15px;
	font-size:95%;
	padding-left:5px;
	padding-right:5px;
}
#top-contents #side-banner #use ul li a {
}
#top-contents #side-banner ul#banner li {
	margin-bottom: 10px;
}
.quality-block {
	margin-top: 0;
	margin-right: 0;
	margin-left: px;
	margin-bottom: 0;
	text-align: center;
	background: #fff;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0 0 3px 3px;
}
.quality-block img {
	margin-top:15px;
}
.quality-block span {
	display: block;
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
	text-align:right;
	font-size:80%;
}
.quality-block a:hover span {
	text-decoration: none;
	text-align: left;
	font-size:80%;
}
.introduction-block {
	margin-top: px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: px;
	padding-top: px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.introduction-block h2 {
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	height: 30px;
	border-bottom: 1px solid #000000;
	padding-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.introduction-block p {
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-size:85%;
	line-height:1.6em;
}
.introduction-block ul {
	font-size:85%;
	line-height:1.6em;
}
/* メイン */
.info-block {
	margin-top: 15px;
	height: 330px;
	margin-bottom: 20px;
}
.info-block .title {
	margin: 0 0 9px;
	font-weight: bold;
}
.info-block .dotlink ul {
	margin: 0 0 9px;
}
.info-block .dotlink ul li {
	display: inline-block;
}
.text-box {
	float: right;
	width: 200px;
}
.text-box img {
	margin-bottom:5px;
}
.image-box {
	float: left;
	margin-right: px;
	margin-bottom: px;
}
#title {
	background-color: #FFF;
}
#title {
	border-bottom: 6px solid #303030;
	margin-bottom:15px;
	min-width: 1000px;
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px white;
	-moz-box-shadow: 10px 10px 10px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 3px 2px rgba(0, 0, 0, 0.1) inset;
	background-color:#f2f2f2;
}
.box_wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
#title h1 {
	text-align: left;
	display: block;
	color: #00213d;
	font-size: 30px;
	line-height:30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.yoyakubanner {
	float: right;
	position:relative;
	top:15px;
}
/*--------------------------------------------------------------------

施設案内

--------------------------------------------------------------------*/

#index_service {
	text-align: center;
	min-width: 767px;
	margin-bottom:25px;
}
#index_service h1 {
	margin: 0 0 30px 0;
	font-size: 108%;
	letter-spacing: 0.15em;
	font-weight: bold;
}
#index_service h1 img {
	display: block;
	margin: 0 auto 10px;
}
#index_service .index_service {
	width: 245px;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}
#index_service .index_service h1 {
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 6px 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1px;
	text-decoration: none;
	background-color: #aa0552;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#index_service .index_service h1 span {
	font-size: 70%;
	display: block;
	margin: 0 0 0 0;
}
#index_service .index_service p {
	font-size: 95%;
	line-height: 180%;
	padding: 0 0 15px 0;
}
#index_service .first {
	margin: 0 !important;
}
.btn_blue {
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 7px 0 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/*  -webkit-box-shadow: 0 3px 0 0 #204873;
  -moz-box-shadow: 0 3px 0 0 #204873;
  box-shadow: 0 3px 0 0 #204873;*/
  margin: 0 0 1px 0;
	text-decoration: none;
	background-color:#4a8bf5;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.btn_blue:hover {
	text-decoration: none;
	color: #fff;
	background-color: #68A0FD;
}
.index_service_option {
	clear: both;
	margin-top: 30px;
	background: #fff;
	position: relative;
	display: table;
	width: 767px;
	margin-bottom: 25px;
}
.index_service_option .index_service_option_left {
	display: table-cell;
	width: 90px;
	vertical-align: middle;
	padding: 0 20px 0 0px;
}
.index_service_option .index_service_option_left h2 {
	font-size: 79%;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
	width: 79px;
}
.index_service_option .index_service_option_box {
	width: 370px;
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
	float: left;
}
.index_service_option .index_service_option_box:first-child {
	width: 370px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	display: table-cell;
	float: left;
}
.index_service_option .index_service_option_box figure {
	width: 95px;
	margin-right: 20px;
}
.index_service_option .index_service_option_box .service_option_text {
	float: right;
	width: 360px;
}
.index_service_option .index_service_option_box .service_option_text h1 {
	font-size: 108%;
	margin-bottom: 5px;
	margin-left:10px;
	font-weight: bold;
}
.index_service_option .index_service_option_box .service_option_text p {
	font-size: 93%;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-left:10px;
}
.index_service_option .index_service_option_box .service_option_text p .btn_blue {
	font-size: 95%;
	padding: 5px 0 5px;
	width: 175px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.okigaru .btn_blue {
	font-size: 95%;
	padding: 5px 0 5px;
	width: 185px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
}
.okigaru p {
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
}
.koukoku {
	padding-left:15px;
	margin:0
}
.koukoku img:first-child {
	margin-bottom:10px;
	margin-left:0px;
}
.koukoku img {
	margin-bottom:10px;
	margin-left:5px;
}
/* カスタム検索 */

#___gcse_0 {
	width: 260px !important;
	vertical-align: top !important;
	padding: 0 !important;
	margin: 0 !important;
}
#___gcse_0 td {
	padding: 0 !important;
	margin: 0 !important;
}
#___gcse_0 input[type="text"] {
	background-color: #f2f2f2;
	height: 40px;
	width: 170px;
}
input.gsc-search-button {
	color: #FFF;
	background-color: #4a5ea7 !important;
	height: 12px;
	width: 13px;
	border: 1px solid #CCC !important;
	cursor: pointer;
	background-color: #f2f2f2;
	vertical-align: top !important;
	margin-top: 0px !important;
}
input.gsc-input {
	font-size: 16px;
	border: 1px solid #D9D9D9;
	width: 99%;
}
table.gsc-search-box td.gsc-input {
	padding-right: 24px;
	margin: 0px;
}
.gsc-search-box .gsc-input>input:hover, .gsc-input-box-hover {
	border: 1px solid #dddddd !important;
	height: 25px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none;
	padding: 0 !important;
	margin: 0 !important;
}
.gsc-search-box .gsc-input>input:focus, .gsc-input-box-focus {
	border: 1px solid #dddddd !important;
	height: 25px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none;
	padding: 0 !important;
	margin: 0 !important;
}
table.gsc-search-box td {
	vertical-align: top !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0px !important;
	width: auto;
}

.gsc-result .gs-title {
  height: 1.6em !important;
}

#company #company_content .outline_table {
	border: 1px solid #cccccc;
	color: #333;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 70px;
}
/* テーブル設定 2カラム　*/
#main .outline_table th {
	font-size:100%;
	width: 160px;
	vertical-align: top;
	text-align: left;
	padding: 20px;
	border: 1px solid #cccccc;
	background-color:#E1E1E1;
	font-weight: bold;
}
#main .outline_table td {
	font-size:100%;
	padding: 20px 18px;
	border: 1px solid #cccccc;
}
#main .outline_table td dl {
}
#main .outline_table td dl dt {
	float: left;
}
#main .outline_table td dl dd {
	float: right;
}
/* テーブル設定 1カラム */
#main1column .outline_table th {
	vertical-align: top;
	text-align: left;
	padding: 20px;
	border: 1px solid #cccccc;
	background-color:#E1E1E1;
	font-weight: bold;
}
#main1column .outline_table td {
	padding: 20px 18px;
	border: 1px solid #cccccc;
}
#main1column .outline_table td dl {
}
#main1column .outline_table td dl dt {
	float: left;
}
#main1column .outline_table td dl dd {
	float: right;
}
.rank-1 {
	padding: 0 0 0 15px;
	background: url(../img2014/icon.gif) no-repeat 1px 60%;
}
.t-lightblue1 {
	background-color:#EBF5FF;
}
.t-lightblue2 {
	background-color:#E2EFFF;
}
.t-light1green1 {
	background-color:#C9FFE1;
}
.t-light1red1 {
	background-color:#FFDFDF;
}
/* ニュースインフォメーション */
.link_box {
	float:left;
	display:block;
}
.topics_list .time {
	width:100px;
	padding:14px 0;
	background:#ac0040;
	color:#FFF;
	text-align:center;
	font-size:85%;
	letter-spacing: 0em;
	line-height:220%;
	display:table-cell;
	vertical-align:middle;
}
.topics_list .time span {
	font-size:145%;
}
.topics_list .topics_subtitle {
	width:690px;
	min-height:80px;
	max-height:102px;
	padding-bottom:10px;
	border-bottom: dotted 1px #000000;
	float:right;
	display:table;
}
.topics_list .topics_subtitle h1 {
	width:600px;
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:140%;
	line-height: 180%;
	display:table-cell;
	vertical-align:middle;
	min-height: 80px;
	max-height: 102px;
}
a:hover .topics_list .topics_subtitle h1 {
	color:#0066FF;
	text-decoration:underline;
}
.topics_list .topics_text {
	float:right;
	margin-top:15px;
	color:#666666;
	line-height:160%;
	font-size:90%;
	letter-spacing: 0em;
	width:680px;
}
a:hover .topics_list {
	background:#f8f8f8;
}
.topics_list {
	padding:10px;
	border-bottom: solid 1px #d5d5d5;
	background:#FFF;
	float:left;
}
a:last-child .topics_list {
	border-bottom:none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	position:relative;
}
/* Google Map */
#map_canvas {
	margin-top: 35px;
	width: 520px;
	height: 390px;
	margin:auto;
	float:left;
	margin-right:15px;
}
#map_canvas dl#infowin {
}
#map_canvas dl#infowin dt {
	font-weight: bold;
	margin-bottom: 15px;
}

.heijitu {
	background-color:#D1EAFE;
}
.kyuujitsu {
	background-color:#FFE1F0;
}