/* main */

body {
    margin: 0.5em 0;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
    margin: 0;
    padding: 0;
}
h1 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
/*     max-width: 735px; */
    margin: 7px 0 20px;
    padding: 18px 0 18px 5px;
    line-height: 1;
    background: url("/image.jsp?id=405197") no-repeat;
    background-position: bottom;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #000;
}
h2 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   	line-height: 1.6;
    margin: 20px 0 15px;
    padding: 10px 0 8px 20px;
    background: url(/image.jsp?id=405203) no-repeat;
    background-color: #000066;
    outline: 1px solid #C3C3C3;
    border: 1px solid #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #FFF;
}
h3 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	margin: 20px 0 15px;
    padding: 2px 0 2px 20px;
    line-height: 2;
    background: url(/image.jsp?id=405204) no-repeat;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    border: 1px solid #999;
    color: #16254E;
}
ul {
    padding: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #273f88;
}
a:hover {
    color: #3154bd;
}
img {
    max-width: 100%;
    height: auto;
}
.cleared {
    clear: both;
}
/* table */

.info-table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 10px;
	width:100%;
    border-collapse: collapse;
    
}
.info-table th {
    line-height: 30px;
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: top;
    background-color: #D1DDE7;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px dotted #9B9B9B;
}
.info-table td {
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px dotted #9B9B9B;
    -moz-box-sizing: border-box;box-sizing: border-box;
}
.kiyo-table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 10px;
	width:100%;
    border-collapse: collapse;
    
}
.kiyo-table th {
    line-height: 30px;
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: top;
    background-color: #D1DDE7;
    font-weight: bold;
    color: #333333;
    border: 1px solid #9B9B9B;
}
.kiyo-table th.center {
    text-align:center;
}

.kiyo-table td {
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #9B9B9B;
}
.kiyou-table a {
    color: #001789;
}
.kiyou-table a:hover,kiyou-table a:visited {
    color: #7887cd;
}
.kiyou-table img {
    width: 28px;
    padding: 5px;
}
/* header */

header {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 84px;
    max-width: 1000px;
    top: 0;
}
.header-top {
    display: block;
    max-width: 1000px;
    position: relative;
}
.header-logo {
    position: absolute;
    top: 10px;
    left: 5px;
}
/* global-navi */

nav {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 61px;
    padding: 7px 0;
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
}
#global-navi {
    width: 100%;
    max-width: 1000px;
    height: 60px;
    margin: 0 auto;
    background-color: #000066;
}
#global-navi li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    background: none;
    border-left: 1px solid #FFF;
}
#global-navi li:first-child {
    border: none;
}
#global-navi a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 165px;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
#global-navi .children {
    visibility: hidden;
    position: absolute;
    max-width: 165px
}
#global-navi .children li {
    float: none;
}
#global-navi li:hover>.children {
    visibility: visible;
}
#global-navi .children li {
    border: none;
}
#global-navi .children a {
    background-color: #5A6873;
    height: 35px;
    line-height: 35px;
    text-align: left;
    text-indent: 12px;
    font-weight: normal;
    border-bottom: 1px solid #FFF;
}
#global-navi .children a:hover {
    color: #0000AA;
    background-color: #CAD4DC;
}
/* mobile-navi */

#mobile-navi {
    display: none;
    padding: 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    background: #006;
    border-bottom: 1px solid #FFF;
}
#mobile-navi a {
    display: inline-block;
    width: 40px;
    margin: 0 0 0 5px;
    padding: 3px 0;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    background: #006;
    border: 1px solid #CCC;
}
#mobile-navi a:nth-child(2n){
	border-left:none;
}
#mobile-navi a.left-menu {
    float: left;
    margin-right: 5px;
}
#mobile-navi a.right-menu {
    float: right;
    margin-left: 5px;
}
#mobile-navi ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#mobile-navi li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 50%;
    float: left;
}
.menu-sp-switch, .menu-sp-switch span {
    display: inline-block;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.menu-sp-switch {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    width: 35px;
    height: 35px;
}
.menu-sp-switch span {
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
}
.menu-sp-switch span:nth-of-type(1) {
    top: 10px;
}
.menu-sp-switch span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-sp-switch span:nth-of-type(3) {
    bottom: 9px;
}
.menu-sp-switch.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.menu-sp-switch.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-sp-switch.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.mobile-navi-list {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 45px;
    background: #006;
    margin: 0 !important;
    padding: 0 0 2px 0 !important;
    z-index: 99999;
    border: none;
}
.mobile-navi-list ul {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.mobile-navi-list li {
    display: block;
}
.mobile-navi-list li a {
    padding: 8px 0 6px !important;
    border-top: none !important;
    width: 100% !important;
    margin: 0 !important;
    color: #FFF;
}
/* slider */

#slider {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
/* mainvisual */

.main-visual {
    display: block;
    margin: 1px 0 0;
    padding: 15px 0;
    width: 100%;
    background-color: #F6F6F6;
}
.main-visual-inner {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
}
/* footer */

footer .footer-top {
    background-image: url("/image.jsp?id=405052");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #E3E3E3;
    height: 159px;
}
footer .footer-bottom {
    display: block;
    width: 100%;
    height: 120px;
    color: #FFF;
    background-color: #000066;
}
footer .footer-inner01 {
    max-width: 1100px;
    display: table;
    margin: 0 auto;
}
footer .footer-inner02 {
    max-width: 1000px;
    padding-top: 20px;
    margin: 0 auto;
}
footer .footer-nav-l {
    display: table-cell;
    margin: 0;
    padding: 40px 0 0 200px;
}
footer .footer-nav-r {
    display: table-cell;
    vertical-align: top;
    padding-top: 45px;
}
footer .footer-nav-r a.f-link {
    text-decoration: none;
    color: #666;
    padding-left: 20px;
}
footer .footer-nav-r a.f-link:hover {
    color: #006;
}
footer .footer-nav-r li {
	display:inline-block;
    position: relative;
}
footer .footer-nav-r-s {
    display: block;
    width: 100px;
    position: relative;
    padding-left: 30px;

}
footer .footer-nav-r-s a.f-link-s {
    float: left;
    margin-top: 7px;
}
footer .footer-address {
    float: left;
    text-align: left;
    margin-left: 30px;
}
footer .footer-address.first {
    margin-left: 0;
}
footer .footer-address a {
    color: #FFF;
}
footer .copyright {
    float: right;
    text-align: center;
}
/* sidebar */

.leftmenu {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 260px;
    margin: 0;
    padding: 0 20px 0 0;
}
.leftmenu-cont {
    display: block;
    margin: 7px 0 20px;
    padding: 1px;
    border: 1px solid #CCC;
    clear: both;
}
.leftmenu-title {
    display: block;
    margin: 0;
    padding: 12px 0;
    background-color: #000066;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.leftmenu-text {
    display: block;
    margin: 0;
    padding: 8px 5px 8px 20px;
    color: #000066;
    background-image: url("/image.jsp?id=405184");
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #CCC;
    line-height: 1.5;
}
/* content */

.main-area {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.main-content {
    float: right;
    width: 100%;
    width: calc(100% - 260px);
    max-width: 740px;
    margin: 0;
    padding: 0 0 20px;
    line-height: 2;
}
/* トップページ
*/

/* top */

.top-cont01 {
    display: table;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}
.top-cont-inner {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-right: 10px;
    text-align: center;
}
/* news */

.headline_area {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 15px 0 10px;
}
.news-headline {
    display: block;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
    box-shadow:0.5px 0.5px  1.3px 1px #505093;/*aaa*/
    -moz-box-shadow:0.5px 0.5px  1.3px 1px #505093;
    -webkit-box-shadow:0.5px 0.5px  1.3px 1px #505093;
    border-radius: 2px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    position: relative;
/*     background-color: #f1f1f2; */
    overflow: hidden;
    text-align: left;
}

@media screen and (min-width:768px) {
	.news-headline {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border: 1px solid #505093;
	}
}

.news-headline a:visited {
    color: inherit;
}

.news-headline:nth-child(2n+1) {
    margin-left: 0;
}
.news-headline .news-img {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-left: 4%;
    margin-right: 1%;
    max-width: 145px;
    height: 110px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.news-headline .news-right-box {
    float: left;
    width: 60%;
    width: calc(100% - 5% - 145px);
}
.news-headline .news-date {
    margin: 25px 18px 5px;
    color: #333;
}
.news-headline .news-kiji-title {
    display: block;
    background: none;
    background-color: inherit;
    border: none;
    outline: none;
    padding: 0px 18px 15px;
    margin: 0;
    line-height: 1.2;
    width: auto;
    height: auto;
    color: #333;
}
.news-headline .news-kiji-cont {
    padding: 0 18px;
    margin-bottom: 35px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-headline .news-kiji-cont img {
    display: none;
}

.news-headline .news-kiji-cont a {
    display: none;
}

.news-headline .news-kiji-cont table {
    display: none;
}

.news-headline .news-kiji-detail {
    position: absolute;
    bottom:5px;
    right: 18px;
}
.news-midasi01 {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    border-bottom: 1px solid #999;
    clear: both;
    text-align: center;
}
.news-midasi02 {
    display: inline-block;
}
.news-midasi03 {
    display: block;
    float: right;
    text-align: left;
}
.news-title {
    display: block;
    font-size: 22px;
    padding: 13px 0 0;
    width: 100%;
    max-width: 1000px;
    margin:0 auto;
}
.headline {
    display: block;
    color: #000066;
    background-image: url(images/ya.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: dotted 1px #999999;
    padding: 18px 0 18px 20px;
    line-height: 1;
    margin: 0;
}

.news_to_list_a {
    display: block;
    float: right;
}
/* 子ページ
*/

/* news */

.post-img-wrap {
    text-align: left;
}

.post-img-wrap + .post-img-wrap {
    margin-top: 10px;
}

.news-page {
    display:block;
}

.news-page img {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    max-width: 300px;
}
/* news-lists */

.news-headline-lists {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 18px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-shadow:0.5px 0.5px  3px 1px #505093;/*aaa*/
    -moz-box-shadow:0.5px 0.5px  3px 1px #505093;
    -webkit-box-shadow:0.5px 0.5px  3px 1px #505093;
    border-radius: 2px;
    position: relative;
/*     background-color: #f1f1f2; */
    overflow: hidden;
    text-align: left;
}

.news-headline-lists a:visited {
    color: inherit;
}

.news-headline-lists .news-img {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-left: 4%;
    margin-right: 1%;
    max-width: 145px;
    height: 110px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.news-headline-lists .news-right-box {
    float: left;
    width: 60%;
    width: calc(100% - 5% - 145px);
}
.news-headline-lists .news-date {
    display: inline-block;
    margin: 15px 18px 5px 0;
    color: #333;
}
.news-headline-lists .news-kiji-title {
    display: inline-block;
    background: none;
    background-color: inherit;
    border: none;
    outline: none;
    padding: 0px 18px 15px 0;
    margin: 0;
    line-height: 1.2;
    width: auto;
    height: auto;
    color: #333;
}
.news-headline-lists .news-kiji-cont {
    padding: 0 18px;
    margin-bottom: 15px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-headline-lists .news-kiji-cont img {
    display: none;
}

.news-headline-lists .news-kiji-cont a {
    display: none;
}

.news-headline-lists .news-kiji-cont table {
    display: none;
}

.news-headline-lists .news-kiji-detail {
    position: absolute;
    bottom:5px;
    right: 18px;
}

.news-page .mt15 {
    margin-top:15px;
}

.news-page .btn-wrap-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.news-page .next-page {
    display: block;
}

.news-page .prev-page {
    display: block;
}

.news-page .next-page a,.news-page .prev-page a{
    display: block;
    width: 70px;
    text-align: center;
    padding: 3px 0px;
    border-radius: 2px;
    box-shadow: 0.5px 0.5px 3px 1px #505093;
    -moz-box-shadow: 0.5px 0.5px 3px 1px #505093;
    -webkit-box-shadow: 0.5px 0.5px 3px 1px #505093;
}

.news-page .list-top-page,.news-page .year-news-page {
    display: block;
    float: left;
}

.news-page .list-top-page a,.news-page .year-news-page a{
    display: block;
    text-align: center;
    padding: 3px 0px;
    border-radius: 2px;
    box-shadow: 0.5px 0.5px 3px 1px #505093;
    -moz-box-shadow: 0.5px 0.5px 3px 1px #505093;
    -webkit-box-shadow: 0.5px 0.5px 3px 1px #505093;
}

.news-page .list-top-page a {
    width: 130px;
}

.news-page .year-news-page a{
    width: 200px;
}

.news-page .year-news-area {
    margin-top: 30px;
}

.img_right {
	float: right;
	margin-left: 28px;
	margin-bottom: 20px;
}

.img_right img {
    display:block !important;
}

.img_center {
    margin: 0 auto 20px;
    text-align: left;
}

.img_center img {
    display:block !important;
}

.news-page table th {
    padding: 10px;
    text-align: left;
}

.news-page table td {
    padding: 10px;
    text-align: center;
}

/* chief */

.chief-intro {
    font-weight: bold;
    color: #000066;
    font-size: 18px;
}
.chief-small {
    font-size: 24px;
}
.chief-message-right {
    display: block;
    text-align: right;
}
/* administer */

.bg-graybox {
    display: block;
    margin: 10px 0 20px;
    padding: 19px 31px;
    background-color: #EBEBEB;
}
.adm-member {
    margin: 20px 0 10px;
}
.adm-member th {
    line-height: 25px;
    padding: 5px 10px;
    text-align: center;
    background-color: #404040;
    color: #FFF;
    font-weight: normal;
    border: 1px solid #FFF;
}
.adm-member th.adm-menu01 {
    line-height: 25px;
    text-align: center;
    padding: 0;
    background-color: #000066;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #FFF;
    table-layout: fixed;
}
.adm-menu02 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #DBDBDB;
    color: #333;
    font-weight: normal;
    border: 1px solid #FFF;
}
.adm-menu03 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #D1DDE7;
    color: #2B4053;
    font-weight: normal;
    border: 1px solid #FFF;
    word-break: break-all;
}
.adm-menu03 img{
    width: 30px;
    display:block;
    margin:0 auto;
}

/* PCでサイズを縮小した時
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) and (orientation:portrait) {
    #global-navi a {max-width:200px;width:100%;}
    #global-navi li{width:15%;}
    .leftmenu {display:none;}
}

/* スマートフォンサイト
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    /* 共通設定 */
    body{overflow-x: hidden;}
    h1,h2,h3,.main-area{width: 100%;}
    h3{height:auto;}
    .table-scroll{overflow: auto;white-space: nowrap;}
    .table-scroll::-webkit-scrollbar{height: 5px;}
    /* table */
    .info-table td {display:block;width:100%;}
    .info-table th {display:block;width:100%;}
    .kiyou-table th{display:none;}
    .kiyou-table td{display:table;table-layout:fixed;padding:5px 10px;vertical-align:top;}
    .kiyou-table td:before {content:attr(title);display:table-cell;vertical-align:top;}
    /* header */
    header{height:auto;}
    .header-logo{display:block;float:none;width:100%;position:static;padding:10px 0;}
    .header-logo img{display:block;margin:0 auto;}
    #mobile-navi{display: block;}
    .pc_navi{display:none;}
    /* footer */
    footer .footer-top{height:auto;overflow:hidden;padding:0 0 10px;}
    footer .footer-inner01{display:block;}
    footer .footer-nav-l{display:block;width:80%;margin:0 auto;padding:20px 0 0;}
    footer .footer-nav-l img{max-width:120px;}
    footer .footer-nav-r{display:block;padding:0;margin:20px auto;width:80%;}
    footer .footer-nav-r li{display:block;}
    footer .footer-nav-r a.f-link{padding:0;margin-right:10px;}
    footer .footer-bottom{height:auto;overflow:hidden;}
    footer .footer-address{float:none;width:80%;margin:0 auto;}
    footer .footer-address.first{margin-left:auto;}
    footer .copyright{float:none;padding:10px 0 8px;}
    /* main-visual */
    .main-visual{max-width:100%;height:auto;}
    /* contents */
    .top-cont-inner{padding:0;}
    .main-content{overflow: hidden;}
    .headline_area{padding:10px 5px 0;align-items:baseline;-ms-align-items:baseline;margin:0 auto;width:auto;max-width: 580px;}
    .news-midasi01{padding:0 5px 0;}
    .news-title{font-size: 18px;}
    .news-headline{width:100%;margin:20px 20px;font-size:12px;}
    .news-headline:nth-child(2n+1){margin-left:20px;margin-right:20px;}
    .news-headline .news-img{max-width:220px;min-height:150px;margin:20px auto;float:none;}
    .news-headline .news-right-box{width: auto;float:none;}
    .news-headline .news-kiji-cont{margin-bottom:25px;height:52px;}
    .news-headline .news-date{}
    .news-headline-lists{width:100%;margin:10px 0 0;font-size:12px;}
    .news-headline-lists .news-kiji-title{display:block;}
    .news-headline-lists .news-img{max-width:220px;min-height:150px;margin:20px auto;float:none;}
    .news-headline-lists .news-right-box{width: auto;float:none;}
    .news-headline-lists .news-kiji-cont{margin-bottom:25px;height:52px;}
    .news_to_list_a{margin-top: 30px;}
    .news-page{padding-bottom:25px;}
    .news-page .list-top-page{margin-top: 20px;}
    .leftmenu{display:none;}
    .main-content{float:none;width:100%;padding-bottom:10px;padding-left:5px;padding-right:5px;box-sizing:border-box;-moz-box-sizing:border-box;}
    .main-content p{padding:0 5px;}
    .info-table{padding-right:5px;padding-left:5px;}
    /* box-layout */
}
