@charset "UTF-8";

.assistive-text,
.screen-reader-text {
	display:none;
}
.xRight {
	text-align: right;
}
.xCenter {
	text-align: center;
}

.table {
	border-bottom: 1px solid #dddddd;
}
.pdf-icon {
	margin: 0 5px;
	vertical-align:baseline;
}
.tableStyleA, .tableStyleA_09 {
    background-color: #FFFFFF;
    empty-cells: show;
    width: 100%;
}

/*
 * General
 */


body {
	background-color: #d5ebf2;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

#page {
	background-color: #ffffff;
}

/*
 * header
 */

#header {
	position: relative;
	border-bottom: solid 5px #7abfd6;
	padding: 20px 20px 20px 0px;
}
#site-utility {
	text-align: right;
}

#site-utility #site-utility-tools {
	position: absolute;
	bottom: 0;
	right: 0;
}

#site-utility .search-form,
#site-utility .search-form .input-append,
#site-utility .unstyled {
	margin: 0;
}

#site-utility .search-form {
	display: inline-block;
	vertical-align: bottom;
}
#site-utility .unstyled {
	display: inline-block;
	vertical-align: bottom;
}
#header form.form-search .input-append .search-query,
#header form.form-search .input-append .btn,
#header form.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
	 -moz-border-radius: 0;
		  border-radius: 0;
}
#cse-search-box {
	display: inline-block;
	padding-left: 1em;
	text-align: left;
	margin: 10px 0;
}
#header-utility .nav {
	margin-bottom: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#header-utility .nav-pills li a {
	background-color: #e5f3fa;
}

#site-title img {
    width: 540px;
}

/*
 * main
 */

#main {
	clear: both;
	padding: 20px 0;
}

/*
 * content
 */

#content {
	padding: 0 20px;
}

#content h1 {
	font-size: 2em;
	line-height: 1.2;
}
#content h2 {
    background-color: whiteSmoke;
    border: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
    font-size: 1.6em;
    line-height: 1.2;
    padding: 10px;
}
#content h3 {
	font-size: 1.4em;
	line-height: 1.2;
	border-left: solid 5px #7abfd6;
	padding: 2px 0 2px 8px;
	margin-top: 15px;
}
#content h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 20px;
}
#content h5 {
	font-size: 1em;
	line-height: 1.2;
}

#content dt {
	color: #003366;
}

#content h1.page-title {
	font-size: 2.2em;
	margin: 0;
	letter-spacing:0.1em;
}
#content h3.news {
	font-size: 1.4em;
	line-height: 1.2;
	border-left: solid 5px #7abfd6;
	padding: 2px 2px 2px 8px;
	margin-top: 0px;
}

#content p.page-top {
	clear: both;
	text-align: right;
	padding: 0px;

}
#content p.page-top a {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #d5ebf2;
	-webkit-border-radius: 4px 4px;
	   -moz-border-radius: 4px 4px;
	        border-radius: 4px 4px;
}

.page-header {
	margin-top: 0;
	color: #003366;
	border-bottom: solid 2px #cccccc;
}

/* #map_canvas */
#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}


/*
 * sidebar
 */
#nav {
	padding: 0 0 0 20px;
	font-size: 12px;
}
#nav ul li a {
	padding-left: 28px;
	text-indent: -16px;
	background-color: #d5ebf2;
}
#nav ul li a.hover,
#nav li a.active{
	background-color: #ffffcc;
}

#nav ul li a:hover,
#nav ul li a:active {
	background-color: #ffffcc;
}
#nav ul li a i {
	margin-right: 2px;
}

/* .arrow */
.arrowA {
	list-style-type: none;
	margin-left: 0;
}
.arrowA li {
	background-image: url(../img/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
	margin-bottom: 8px;
}
.arrowB {
	list-style-type: none;
	margin-left: 0;
}
.arrowB:before,
.arrowB:after {
	content: "";
	display: table;
	line-height: 0;
}
.arrowB:after {
	clear: both;
}
.arrowB li {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 29.2%;
	background-image: url(../img/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}
.arrowC {
	list-style-type: none;
	margin-left: 0;
	background-color: #d5ebf2;
	border: solid 1px #cccccc;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	padding: 2%;
}
.arrowC:before,
.arrowC:after {
	content: "";
	display: table;
	line-height: 0;
}
.arrowC:after {
	clear: both;
}

.arrowC li {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 29%;
	background-image: url(../img/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: -2000px 6px;
	padding-left: 12px;
}
.arrowC li.end {
	margin-right: 0;
}
.arrowD {
	list-style-type: none;
    padding-left: 1rem;
}
.arrowD:before,
.arrowD:after {
	content: "";
	display: table;
	line-height: 0;
}
.arrowD:after {
	clear: both;
}
.arrowD li {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 12%;
	background-image: url(../img/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}

.arrowF {
	list-style-type: none;
	margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 1rem;
}

.arrowF li {
	display: inline;
	margin-bottom: 10px;
	width: 16%;
}
@media screen and (max-width: 1080px){
    .arrowF li {
        width: 20%;
    }
}

@media screen and (max-width: 700px){
    .arrowF li {
        width: 25%;
    }
}

@media screen and (max-width: 580px){
    .arrowF li {
        width: 33%;
    }
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
    margin-right: 10px;
}

.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

/*
 * pagetop
 */
#pagetop {
	clear: both;
	text-align: right;
	padding: 0 20px;
}
#pagetop .page-top {
	float: right;
}
#pagetop .page-top a {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #7abfd6;
	color: #ffffff;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}


/*
 * footer
 */
#footer {
	clear: both;
	padding: 10px 20px 10px 0px;
	border-top: solid 2px #7abfd6;
}
#footer-title {
	margin-bottom: 5px;
}
#footer address {
	margin: 0px 20px;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#header-utility .nav {
		margin-top: 10px;
		position: relative;
		bottom: 0;
		right: 0;
	}

	#nav {
		padding: 0 20px;
	}

}
@media (min-width: 768px) and (max-width: 979px) {
	#nav .nav-collapse,
	#nav .nav-collapse.collapse  {
		height: auto;
	}
}
@media print {
	a[href]:after {
		content: "";
	}
	abbr[title]:after {
		content: "";
	}
}
/* table */
th.w5pc, td.w5pc {
	width: 5%;
}
th.w10pc, td.w10pc {
	width: 10%;
}
th.w15pc, td.w15pc {
	width: 15%;
}
th.w20pc, td.w20pc {
	width: 20%;
}
th.w25pc, td.w25pc {
	width: 25%;
}
th.w30pc, td.w30pc {
	width: 30%;
}
th.w33pc, td.w33pc {
	width: 33%;
}
th.w34pc, td.w34pc {
	width: 34%;
}
th.w35pc, td.w35pc {
	width: 35%;
}
th.w40pc, td.w40pc {
	width: 40%;
}
th.w45pc, td.w45pc {
	width: 45%;
}
th.w50pc, td.w50pc {
	width: 50%;
}
th.w55pc, td.w55pc {
	width: 55%;
}
th.w60pc, td.w60pc {
	width: 60%;
}
th.w65pc, td.w65pc {
	width: 65%;
}
th.w70pc, td.w70pc {
	width: 70%;
}
th.w75pc, td.w75pc {
	width: 75%;
}
th.w80pc, td.w80pc {
	width: 80%;
}
th.w85pc, td.w85pc {
	width: 85%;
}
th.w90pc, td.w90pc {
	width: 90%;
}
th.w95pc, td.w95pc {
	width: 95%;
}
th.w100pc, td.w100pc {
	width: 100%;
}

.tableStyleA,
.tableStyleA_09 {
	empty-cells: show;
	width: 100%;
	background-color: #FFFFFF;
}
.tableStyleA_09 {
	font-size: 0.85em;
}

.tableStyleA th,
.tableStyleA td,
.tableStyleA_09 th,
.tableStyleA_09 td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.tableStyleA th.headA,
.tableStyleA_09 th.headA {
	background-color: #ECECFB;
}
.tableStyleB {
	empty-cells: show;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px dashed #CCCCCC;
}
.tableStyleB th,
.tableStyleB td {
	padding: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

.tableStyleC {
	empty-cells: show;
	width: 215px;
	background-color: #FFFFFF;
	max-width: 100%;
	float: left;
	margin-right: 5px;
}
.tableStyleC th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-weight: normal;
}

.tableStyleC td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: right;	
}
.tableStyleC th.lineA,
.tableStyleC td.lineA {
	border-bottom: 1px solid #CCCCCC;
}


tr.bgColorA td, tr.bgColorA th, th.bgColorA, td.bgColorA {
	background-color: #E0F0B0;
}
tr.bgColorB td, tr.bgColorB th, th.bgColorB, td.bgColorB {
	background-color: #EEF8D4;
}
tr.bgColorC td, tr.bgColorC th, th.bgColorC, td.bgColorC {
	background-color: #D1E9FF;
}
tr.bgColorD td, tr.bgColorD th, th.bgColorD, td.bgColorD {
	background-color: #E4F2FF;
}
tr.bgColorE td, tr.bgColorE th, th.bgColorE, td.bgColorE {
	background-color: #FFCCCC;
}
tr.bgColorF td, tr.bgColorF th, th.bgColorF, td.bgColorF {
	background-color: #FFE6E6;
}
tr.bgColorG td, tr.bgColorG th, th.bgColorG, td.bgColorG {
	background-color: #FFFF99;
}
tr.bgColorH td, tr.bgColorH th, th.bgColorH, td.bgColorH {
	background-color: #FFFFCC;
}
tr.bgColorI td, tr.bgColorI th, th.bgColorI, td.bgColorI {
	background-color: #F0F0F0;
}

/* margin */
/* top */
.mt10,
.mt15 {
	margin-top:10px;
}
.mt20,
.mt25 {
	margin-top:20px;
}
.mt30,
.mt35 {
	margin-top: 30px;
}
.mt40,
.mt45 {
	margin-top:40px;
}
.mt50,
.mt55,
.mt60,
.mt65,
.mt70,
.mt75,
.mt80,
.mt85,
.mt90,
.mt95,
.mt100 {
	margin-top:50px;
}
/* bottom */
.mb10,
.mb15 {
	margin-bottom:10px;
}
.mb20,
.mb25 {
	margin-bottom:20px;
}
.mb30,
.mb35 {
	margin-bottom:30px;
}
.mb40,
.mb45 {
	margin-bottom:40px;
}
.mb50,
.mb55,
.mb60,
.mb65,
.mb70,
.mb75,
.mb80,
.mb85,
.mb90,
.mb95,
.mb100 {
	margin-bottom:50px;
}
/* right */
.mr10,
.mr15 {
	margin-right:10px;
}
.mr20,
.mr25 {
	margin-right:20px;
}
.mr30,
.mr35 {
	margin-right:30px;
}
.mr40,
.mr45 {
	margin-right:40px;
}
.mr50,
.mr55,
.mr60,
.mr65,
.mr70,
.mr75,
.mr80,
.mr85,
.mr90,
.mr95,
.mr100 {
	margin-right:50px;
}
/* left */
.ml10,
.ml15 {
	margin-left:10px;
}
.ml20,
.ml22,
.ml25 {
	margin-left:20px;
}
.ml30,
.ml35 {
	margin-left:30px;
}
.ml40,
.ml45 {
	margin-left:40px;
}
.ml50,
.ml55,
.ml60,
.ml65,
.ml70,
.ml75,
.ml80,
.ml85,
.ml90,
.ml95,
.ml100 {
	margin-left:50px;
}
