@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

@charset "UTF-8";
html {
    box-sizing: border-box
}
*, *:after, *:before {
    box-sizing: inherit
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Roboto, Droid Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    line-height: 1.8;
    font-size:14px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

h1 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin:0 0 20px;
    padding:0 0 10px;
    line-height: 1.2;
    color: #900;
    border-bottom: 1px solid #900;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	font-family:Times New Roman, "游明朝", YuMincho, Hiragino Mincho ProN, Hiragino Mincho Pro, "ＭＳ 明朝", serif;
}
h1 span{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	padding:0;
	margin:0;
	font-size:28px;
}

h1.mar_top{
	margin-top:40px;
}

p + h1,div + h1,ul + h1{
	margin-top:40px;
}

h2 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    margin: 20px 0 15px;
    padding:0;
    font-size: 20px;
    font-weight:bold;
    text-align: left;
    font-family: "Noto Sans JP";
}
h2 span {
	display:block;
	font-size: 16px;
}

h2.jounal{
    line-height: 1.6;
    text-align: center;
	width:100%;
}

.top-cont-inner h2 {
    text-align:center;
	color:#FFF;
	background-color:#900;
	width:200px;
    padding: 10px 12px 8px;
	font-family:Times New Roman, "游明朝", YuMincho, Hiragino Mincho ProN, Hiragino Mincho Pro, "ＭＳ 明朝", serif;
	font-size:22px;
}

.top-cont-inner h2 span{
	font-size:14px;
}

h3 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin:0;
    padding:40px 0 10px;
    font-size: 18px;
    font-weight:bold;
    text-align: left;
}

ul {
    padding: 0;
}
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
a:hover {
    color: #900;
}

a .link_blank{
    padding-right: 16px;
    background: url(/common/images_j/common/icon_blank_white_x2.png) no-repeat right center;
    background-size: 12px 12px;
}

a .link_pdf{
    padding-right: 16px;
    background: url(/common/images_j/common/icon_pdf_x2.png) no-repeat right center;
    background-size: 14px 14px;
}


a.icon_blank{
    padding-right: 16px;
    background: url(/common/images_j/common/icon_blank_x2.png) no-repeat right center;
    background-size: 14px 14px;
}

a.icon_pdf{
    padding-right: 16px;
    background: url(/common/images_j/common/icon_pdf_x2.png) no-repeat right center;
    background-size: 14px 14px;
}

a.icon_word{
    padding-right: 16px;
    background: url(/common/images_j/common/icon_word_x2.png) no-repeat right center;
    background-size: 14px 14px;
}

a.icon_excel{
    padding-right: 16px;
    background: url(/common/images_j/common/icon_excel_x2.png) no-repeat right center;
    background-size: 14px 14px;
}

.link_pointer-events{
pointer-events: none;
}

img {
    max-width: 100%;
    height: auto;
}
.cleared {
    clear: both;
}
/* table */

.table_def{
    width:100%;
	border-collapse:collapse;
    margin: 10px 0 30px;
}

.table_def td{
    padding:10px;
	border:1px solid #000;
}

.member_view {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 30px;
    width:100%;
	border-collapse:collapse;
}
.member_view thead th {
    padding:10px;
    text-align:center;
    background-color:#900;
    font-weight: bold;
	color:#FFF;
}

.member_view thead th:nth-child(n+2) {
    border-left: 1px solid #FFF;
}

.member_view th.link {
	width:10%;
}

.member_view th.position{
	width:20%;
}

.member_view td.name{
	width:20%;
}

.member_view th.org{
	width:35%;
}

.member_view th.org_report{
	width:70%;
}

.member_view td.text_c{
	text-align:center
}

.member_view tbody th,.member_view tbody td {
    padding:10px;
    border-bottom: 1px dotted #900;
}

.facilities_view {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 30px;
    width:100%;
	border-collapse:collapse;
}
.facilities_view thead th {
    padding:10px;
    text-align:center;
    background-color:#900;
    font-weight: bold;
	color:#FFF;
}

.facilities_view thead th:nth-child(n+2) {
    border-left: 1px solid #FFF;
}

.facilities_view tbody th,.facilities_view tbody td {
    padding:10px;
    border: 1px solid #900;
}

.facilities_view thead th.border_b {
    border-bottom: 1px solid #FFF;
}

.facilities_view tbody th {
	width:10%;
}

.facilities_view tbody .f_name {
	width:20%;
}

.facilities_view tbody .f_name_t {
	width:40%;
}

.facilities_view .f_item {
	width:12.5%;
}

.facilities_view tbody .t_center{
	text-align:center;
}

.jounal_top_page {
    margin: 20px 0 0;
	width:100%;
    border-collapse: collapse;
}

.jounal_top_page td{
	vertical-align:top;
	padding:0 40px;
	font-size:18px;
}

.jounal_top_page td h4{
	padding:10px 0;
	font-size:18px;
    border-bottom: 1px solid #9B9B9B;
}

.jounal_top_page td.img{
	width:40%;
	padding:0 0 20px;
}

.jounal_top {
    margin: 20px 0 0;
	width:100%;
    border-collapse: collapse;
}

.jounal_top td{
	vertical-align:top;
	padding:0 40px;
    border-bottom: 1px solid #9B9B9B;
	font-size:18px;
}

.jounal_top td.img{
	width:260px;
	padding:0 0 20px;
    border-bottom: 1px solid #9B9B9B;
}

.jounal_top td.img img{
	max-width:260px;
}

.jounal {
    margin:0 0 20px;
	width:100%;
    border-collapse: collapse;
}

.jounal th {
    line-height: 1.8;
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: top;
    background-color: #D1DDE7;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #9B9B9B;
}

.jounal td {
    line-height: 1.8;
    padding: 10px;
    border-bottom: 1px solid #9B9B9B;
    -moz-box-sizing: border-box;box-sizing: border-box;
}

.jounal td:nth-child(2) {
	width:20%;
}

.jounal td:nth-child(3) {
	width:10%;
	text-align:center;
}

.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;
    -moz-box-sizing: border-box;box-sizing: border-box;
    width: 100%;
	padding:0;
	margin:0;
}
.header-top {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing: border-box;box-sizing: border-box;
    max-width: 1100px;
	margin:0 auto;
}
.header-logo {
    display:block;
    -moz-box-sizing: border-box;box-sizing: border-box;
    width: 100%;
	padding:8px 0;
	margin:0;
}
/* global-navi */

nav {
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:100%;
	margin:0;
    background-color: #040000;
}

#global-navi {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-left: 1px solid #FFF;
}
#global-navi li {
    display: block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding: 0;
    position: relative;
    background: none;
    width:20%;
    border-right: 1px solid #FFF;
}
#global-navi a {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	align-items:center;
    width:100%;
    color: #FFF;
    text-align: center;
    font-weight: bold;
	padding:8px 0;
	margin:0;
}

#global-navi a img{
    width:35px;
}
#global-navi a:hover {
    background-color:#900;
}
#global-navi .children {
    visibility: hidden;
    position: absolute;
    width:100%;
	z-index:99999;
}
#global-navi .children li {
    width:100%;
    border: none;
}
#global-navi li:hover>.children {
    visibility: visible;
}

#global-navi .children a {
    justify-content:left;
    -webkit-justify-content:left;
    background-color:rgba(4,0,0,0.4);
    color: #FFF;
    padding:8px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #FFF;
}
#global-navi .children a:hover {
    background-color:rgba(4,0,0,0.6);
}
/* mobile-navi */

#mobile-navi {
    display: none;
    padding: 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    background:#040000;
    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:#040000;
    border: 1px solid #FFF;
}
#mobile-navi a.left-menu {
    float: left;
    margin-right: 5px;
}
#mobile-navi a.right-menu {
    float: right;
    margin-right: 5px;
}
#mobile-navi ul {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#mobile-navi li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100%;
}

#mobile-navi li a{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	align-items:center;
    margin: 0 !important;
    padding: 4px 10px !important;
    list-style: none !important;
    width: 100%;
}

#mobile-navi li a img{
	width:30px
}

.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: #040000;
    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 {
    margin: 0 auto;
    display: block;
}
.bx-wrapper img {
	margin: 0 auto;
	width: 100%;
}
.bxslider .center_img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:#FFF;
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #FFF;
    padding: 20px;
	line-height:1.4;
   text-shadow: 1px 1px 1px #808080;
}
/* 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{
    display: block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    border-top:5px solid #2f2f2f;
	margin:0;
	padding:20px 0;
	width:100%
}

footer .footer-inner{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 100%;
    color: #000;
    max-width: 1100px;
    margin: 0 auto;
}

footer .footer-inner .logo_box{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 30%;
	margin:0;
	padding:0;
}

footer .footer-inner .footer-info{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 70%;
	margin:0;
	padding:0;
	text-align:right;
	font-size:12px;
	line-height:1.4
}

footer .footer-inner .footer-info .twitter{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:flex-end;
    -webkit-justify-content:flex-end;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width:100%;
	margin:0;
	padding:0 0 5px;
}

footer .footer-inner .footer-info a{
	color:#000;
}
/* content */



.main-content {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0 auto;
	padding:40px 0;
	width:100%;
	max-width:960px;
}
/* トップページ
*/

/* top */
.top-cont-inner {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0 auto;
	padding:40px 0;
	width:100%;
	max-width:1100px;
}

.top-cont-inner .news_view{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 70%;
	margin:0;
	padding:0;
}

.top-cont-inner .column_view{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 30%;
	margin:0;
	padding:0 0 0 40px;
}

.top-cont-inner .column_view h3{
    position: relative;
    margin:0 0 10px;
    padding:20px 0 0;
    text-align: center;
}

.top-cont-inner .column_view h3:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #900;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* news */

.news-headline {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0 auto;
	padding:20px 0 40px;
	width:100%;
}

.news_area{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:10px 0;
	width:100%;
	color:#000;
}

.news_border{
	border-bottom:1px solid #900;
}

.news_area .img_news_wrap{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:200px;
	overflow:hidden;
	height:100px;
}

.news_area .img_news_wrap a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.news_area .news-text-box{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 0 0 40px;
	width:calc(100% - 250px);	
}

.news_area .news-text-box .news-date {
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;	
}

.news_area .news-text-box .news-kiji-title {
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news_area .news-text-box .news-kiji-cont {
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.column_view .top_twitter{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	color:#000;
    overflow-y: scroll;
	height:500px
}

.news-headline .top_column{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	color:#000;
	height:200px
}

.news-headline .top_column .column_img{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}

.news-headline .top_column .column_img img{
	display:block;
	margin:0 auto;
	max-width:120px;
}

.news-headline .top_column .column_img a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.news-headline .top_column .column_title{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:10px 0;
	width:100%;
	font-weight:bold;
	font-size:18px;
}
.news-headline .top_column .news-date{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100%;
	text-align:right;
}
.news-headline .top_column .auther{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100%;
	text-align:right;
}

.news-headline .top_column .news-kiji-cont {
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news_to_list_a {
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:10px 0;
    width:100%;
	text-align:right;
	color:#000;
}
.news_to_list_a:hover,.news-headline a:hover.news-kiji-title {
    color: #900;
}

section{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100%;
}

section .page_column{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:10px 0;
	width:100%;
	color:#000;
}

section .page_column .column_img a{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:200px;
	overflow:hidden;
	height:150px;
}

section .page_column .column_img a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

section .page_column .colmun_text{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 0 0 40px;
	width:calc(100% - 250px);	
}

section .page_column .column_title{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:10px 0;
	width:100%;
	font-weight:bold;
	font-size:18px;
}
section .page_column .news-date{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100%;
	text-align:right;
}
section .page_column .auther{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100%;
	text-align:right;
}

section .page_column .news-kiji-cont {
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 10px;
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

section .date_info{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100%;
	text-align:right;
}

section .writer_info{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100%;
	text-align:right;
}

section .event_report{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:10px 0;
	width:100%;
	color:#000;
}

section .event_report .event_img a{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:200px;
	overflow:hidden;
	height:150px;
}

section .event_report .event_img a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}


section .event_report .event_text{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 0 0 40px;
	width:calc(100% - 200px);	
}

section .event_report .event_title{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:10px 0;
	width:100%;
}

section .event_report .event_title strong{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:calc(100% - 100px);
    font-size:18px;
}

section .event_report .event_title span{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0;
    width:100px;
	text-align:right;
}

section .event_report .news-kiji-cont {
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

section .event_check{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
}

section .event_cal{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 0 0 20px;
	width:50%;
}

section .event_cal .event_report{
	width:100%;
	color:#000;
	margin:0;
	padding:0;
}

section .event_cal .event_report .event_img a{
	width:100px;
	height:100px;
}

section .event_cal .event_report .event_text{
	padding:0 0 0 20px;
	width:calc(100% - 100px);	
}

section .event_cal .event_report .event_title strong{
    width:calc(100% - 80px);
    font-size:14px;
}

section .event_report .event_title span{
    width:80px;
}

.g_cal{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:50%;
	position: relative;
	padding-bottom: 56.25%;
	padding-left: 20px;
	height: 0;
  	overflow: hidden;
}

.g_cal iframe,.g_cal object,.g_cal embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap_youtube {
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0 auto 40px;
	width: 100%;
	max-width:560px;
}

.youtube {
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0 auto 40px;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section .btn-wrap-flex,section pageBtn{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:20px 0 0;
	width:100%;
}

section .btn-wrap-flex .prev-page,section pageBtn .prev{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:50%;
}

section .btn-wrap-flex .next-page,section pageBtn .next{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:flex-end;
    -webkit-justify-content:flex-end;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:50%;
}

section .btn-wrap-flex a,section pageBtn p{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:10px;
	width:80px;
	text-align:center;
	border:1px solid #900;
	color:#900;
}

section .btn-wrap-flex a:hover,section pageBtn p:hover{
	color:#FFF;
	background-color:#900;
}

section .meets_next_box{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:40px 0 0;
	padding:40px;
	background-color:#E7E6E6;
	border-radius:20px;
}

section .meets_next_box h3{
	padding:0 0 10px
}

.content_view .achive_year_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
}

.content_view .achive_year_box .year_content{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 40px 0 0;
	width:calc(100% - 200px);
}

.content_view .achive_year_box .year_achive{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:64px 0 0;
	width:200px;
}

.content_view .achive_year_box .year_achive a{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:8px;
	width:100%;
	background-color:#900;
	border-bottom:1px solid #FFF;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

.content_view .achive_year_box .year_achive a:hover{
	background-color:#040000;
}

.img_view_margin{
	display:block;
	margin:0 auto 40px;
	max-width:640px;
	max-height:420px;
}

.fm_list li{
    position: relative;
    padding: 0 0 0 20px;
}

.fm_list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "●";
    line-height: 1;
    font-size: 20px;
  }

ol {
    list-style-type: none;
    padding: 0;
    counter-reset: count 0;
  }
  ol li {
    position: relative;
    padding: 0 0 0 20px;
  }
  ol li::before,.fm_list li ol li::before{
    position: absolute;
    top: 5px;
    left: 0;
    content: counter(count) ". ";
    counter-increment: count 1;
    line-height: 1;
    font-size:14px;
  }

.fm_menu{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: normal;
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
}

.fm_menu li{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    padding: 0 0 20px;
    margin: 0 3.5% 20px 0;
}

.fm_menu li:nth-child(3n){
    margin: 0 0 20px;
}

.fm_menu.pagelink{
    justify-content: left;
    -webkit-justify-content: left;
    padding: 0;
}

.fm_menu.pagelink li{
    width: 15%;
    margin: 0 2% 0 0;
}

.fm_menu.pagelink li:nth-child(3n){
    margin: 0 2% 0 0;
}

.fm_menu.pagelink li:nth-child(6n){
    margin: 0;
}

.fm_menu li a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 8px;
    width: 100%;
    background-color: #900;
    color: #FFF;
    text-align: center;
    font-weight: bold;
  }

  .fm_menu li a:hover{
	background-color:#040000;
}

.fm_menu li.active a{
	background-color:#040000;
    pointer-events: none;
}

.fm_photo{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}

.fm_photo img{
    display:block;
    margin: 0 auto 20px;
    max-width:460px;
    width: 100%;
}

.link_area{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
}

.link_area a{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    width: 180px;
    margin: 0 auto;
    padding: 10px 0 ;
    text-align: center;
	background-color:#040000;
    color:white
}

.link_area a:hover{
	background-color:#900;
}

/* バナー */

.link_bn_box {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:40px 0;
	width:100%;
}

.link_bn_box .box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	/* margin:0 1% 0 0; */
	padding:0;
	width:33%;
    margin: 10px 0;
}

.link_bn_box .box:nth-child(3){
	margin:0;
}

.link_bn_box .box img{
	display:block;
	margin:0 auto;
}

.link_bn_box .box a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.g_cal{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0 auto;
	max-width:700px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
  	overflow: hidden;
}

.g_cal iframe,.g_cal object,.g_cal embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 子ページ
*/

.menu_navi_links{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:200px;
}

.menu_navi_links a{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:100%;
	padding:10px 12px;
	background-color:#040000;
	margin:0;
	color:#FFF;
	line-height:1.2;
	font-size:16px;
	text-align:left;
	border-bottom: 1px solid #FFF;
}

.menu_navi_links a:hover{
    background-color:#900;
}

.menu_navi_links a.active{
	pointer-events: none;
	background-color:#900;
}

.menu_navi_links a.sub_menu{
	padding:8px 12px 8px 24px;
	background-color:#FFD9D6;
    color:#900;
}

.menu_navi_links a:hover.sub_menur{
    background-color:#000;
}

.menu_navi_links a.sub_menu.active{
	color:#000;
}


.content_view{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%
}

.facility_links{





	display:flex;

	display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 0 40px;
	width:100%;
}

.facility_links .link_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:23.5%;
	padding:0;
	background-color:#f5f5f5;
	border:1px solid#c8c8c8;
	margin:0 2% 0 0;
	text-align:center;
}

.facility_links .link_box:nth-child(4){
	margin:0;
}

.facility_links .link_box a{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:10px;
	width:100%;
	height:63px;
}

.facility_links .link_box span{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0;
    padding:0 10px 10px;
	width:100%;
}

.facility_links .link_box a:hover{
    background-color:#ebebeb;
}

.facility_view{
	display:flex;
	display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
}

.event_view .facility_view{
    justify-content:center;
    -webkit-justify-content:center;
}


.facility_view .view_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:31%;
	padding:0;
	margin:0 3.5% 40px 0;
	text-align:center;
}

.facility_view .view_box img{
	display:block;
	margin:0 auto;
	border:1px solid#c8c8c8;
}

.facility_view .view_box:nth-child(3n){
	margin:0 0 40px;
}

.staff_list{
	display:flex;
	display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 0 10px;
	width:100%;
}

.staff_list .list_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
    align-items: flex-start;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:23.5%;
	padding:20px 15px;
	border:1px solid #c8c8c8;
	margin:0 2% 30px 0
}

.staff_list .inner_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	background-color:#E7E6E6;
}

.staff_list .list_box .staff_img{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    -webkit-justify-content: center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:0;
	height:190px;
	background-color:#FFF;
}

.staff_list .list_box .staff_img img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
    flex-shrink: 0;
}

.staff_list .list_box .staff_info{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    -webkit-justify-content: center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:10px 5px 0;
    text-align:center;
    font-size:16px;
    background-color:#FFF;
    font-weight:bold;
}

.staff_list .list_box .staff_info span{
    display:block;
    width:100%;
    font-size:14px;
    font-weight:normal;
}

.staff_list .list_box .oic_tilte{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:0 5px 10px;
	text-align:left;
	background-color:#FFF;
}

.staff_list .r_f_line .oic_tilte,.staff_list .r_t_line .oic_tilte,.staff_list .r_o_line .oic_tilte{
    min-height:60px
}

.staff_list .a_f_line .oic_tilte,.staff_list .a_t_line .oic_tilte,.staff_list .a_s_line .oic_tilte{
    min-height:60px
}

.staff_list .r_s_line .oic_tilte{
    min-height:80px
}

.staff_list .list_box .oic_pro{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:5px 5px 0;
	text-align:left;
	min-height:160px
}

.staff_list .r_t_line .oic_pro{
	min-height:110px
}

.staff_list .a_f_line .oic_pro,.staff_list .a_s_line .oic_pro{
	min-height:110px
}

.staff_list .r_o_line .oic_pro{
	min-height:85px
}

.staff_list .a_t_line .oic_pro{
	min-height:85px
}

.staff_list .list_box:nth-child(4n){
	margin:0 0 30px;
}

.researcher_list{
	display:flex;
	display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:0 0 10px;
	width:100%;
}

.researcher_list .list_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:32%;
	padding:20px;
	border:1px solid #c8c8c8;
	margin:0 2% 30px 0
}

.researcher_list .inner_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	background-color:#E7E6E6;
}

.researcher_list .list_box img{
	display:block;
	margin:0 auto;
}

.researcher_list .list_box a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.researcher_list .list_box .researcher_img{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    -webkit-justify-content: center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:0;
	height:196px;
	background-color:#FFF;
}

.researcher_list .list_box .researcher_img img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
    flex-shrink: 0;
}

.researcher_list .list_box .researcher_tilte{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:10px 5px 5px;
	text-align:left;
	background-color:#FFF;
}

.researcher_list .list_box .researcher_pro{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:5px 5px 0;
	text-align:left;
	font-size:16px;
	min-height:120px
}

.researcher_list .list_box .researcher_pro strong{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:0;
	font-size:14px;
}

.researcher_list .list_box .researcher_link{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:flex-end;
    -webkit-justify-content:flex-end;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:0 5px 5px;
	text-align:right;
}

.researcher_list .list_box .staff_info{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	width:100%;
	padding:10px 0 0;
	text-align:center;
	font-size:16px;

	background-color:#FFF;
}

.researcher_list .list_box:nth-child(3n){
	margin:0 0 30px;
}


.u-caption {
    font-size:12px;
    text-indent: -34px;
    padding-left: 34px;
    margin-bottom: 30px;
}

.other_list {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin:0;
	padding:20px 0;
	width:100%;
}

.other_list li {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 0 1% 20px 0;
    padding:10px;
    color: #900;
    border: 1px solid #900;
    border-radius: 5px;
    line-height: 1;
	width:22%;
}

.other_list li img{
	margin:0 10px 0 0;
}

.other_list li:nth-child(4){
	margin:0 0 20px;
}

/* 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;
    width: 100%;
	max-width:470px;

}
/* news-lists */

.news-headline-lists {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 18px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;

    border-bottom: 1px dotted #000;
    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;
    font-size: 14px;
    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;
	border-bottom: 1px dotted #000;
}

.news-page .list-top-page,.news-page .year-news-page {
    display: block;
}

.news-page .year-news-page {
	margin-right: 20px;
}

.news-page .list-top-page a,.news-page .year-news-page a{
    display: block;
    text-align: center;
    padding: 3px 0px;
    border-radius: 2px;
    border:1px solid #000;
    color:#000;
}

.news-page .list-top-page a:hover,.news-page .year-news-page a:hover{
	background-color: #e1f3fe;
}

.news-page .list-top-page a {
    width: 130px;
}

.news-page .year-news-page a{
    width: 200px;
}

.news-page .year-news-area {
    margin-top: 30px;
}

.news-page .year-news-area .btn-wrap-flex {
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.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;
}

.center_img_view{
	display:block;
    margin: 0 auto 40px;
}

.news-page table th {
    padding: 10px;
    text-align: left;
}

.news-page table td {
    padding: 10px;
    text-align: center;
}

/* chief */

.chief{
    padding:40px;
    background: #f7f4f4;
}

.chief li {
	list-style:disc;
    padding:0;
    margin:0 0 10px 15px;
}

.chief li span {

    font-weight:bold;
}

.chief-intro {
    font-weight: bold;
    color: #000066;
    font-size: 18px;
}
.chief-small {
    font-size: 24px;
}

.chief-message{
	line-height:2;
}

.chief-message-right {
    display: block;
    text-align: right;
}

.color_box{
	display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
    margin: 20px 0;
	width:100%;
    padding:20px;
    background: #f7f4f4;
}

.info-table {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content: left;
    -webkit-justify-content: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}


.info-table .year{
    display: block;
    -webkit-justify-content: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    padding:0;
	background-image:url(/image.jsp?id=483265),url(/image.jsp?id=483266);
	background-repeat:no-repeat, repeat-y;
	background-position:top;
    width:38px;
	}
	
.info-table .y_content {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 25px 0 10px;
    width:calc(100% - 38px);
}

.info-table .y_content .year_title{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0;
	color:#900
}

.info-table .y_content .gray_bg{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:5px 5px 5px 2px;
	background-color:#e7e6e6;
}

.info-table .y_content strong{
	display:block;
	font-size:18px;
}

.center_view {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content: left;
    -webkit-justify-content: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}

.center_view .info_center{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content: left;
    -webkit-justify-content: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2% 0 0;
    padding: 0 0 40px;
    width: 32%;
}

.center_view .info_center .content_area{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
    padding: 0;
    width: 100%;
	height:calc(100% - 60px);
}

.center_view .info_center .title_area{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content:left;
    -webkit-justify-content:left;
	align-items:center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
    padding: 0;
    width: 100%;
    font-weight:bold;
	text-align:left;
	height:30px;
	font-size:16px;
	font-weight:bold;
}

.center_view .info_center .center_img_box{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:10px 0 20px;
    width:100%;
}

.center_view .info_center .center_img_box img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.center_view .info_center .center_info_text{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0;
    width:100%;
	min-height:125px;
}

.center_view .info_center .center_info_link{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content:end;
    -webkit-justify-content:end;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    font-weight:bold;
	text-align:left;
	height:50px
}

.center_view .info_center .center_info_link .link{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content:end;
    -webkit-justify-content:end;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight:bold;
	text-align:left;
	height:25px;
}

.center_view .info_center.report.center_text_box{
	text-align:center
}

.center_view .info_center:nth-child(3n){
	margin:0;
}

/* 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;
}

.login_title{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0 0 10px;
	text-align:center;
	width:100%;
}
	
.login_box{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding:15px;
	text-align:center;
	border:1px solid #2f2f2f;
	width:320px;
}

.login_box ul{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0;
	width:100%;
}

.login_box ul li{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    justify-content:left;
    -webkit-justify-content:left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:5px 0;
    width: 100%;
}

.login_box ul li label{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0;
	width:100px;
}

.login_box ul li label input{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:8px;
	width:calc(100% - 100px);
}

.login_box input[type="submit"]{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 0;
    padding:8px;
	width:120px;
	border:1px solid #2f2f2f;
	background-color: #2f2f2f;
	color:#FFF;
}

.login_box input[type="submit"]:hover{
	background-color: #900;
}

/* PCでサイズを縮小した時
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) and (orientation:portrait) {
    .header-top{
        padding: 0 10px;
    }
    section{
        padding: 0 10px;
    }
    footer .footer-inner{
        padding: 0 10px;
    }


}

/* スマートフォンサイト
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    /* 共通設定 */
    html,body{overflow-x: hidden;}
    h1,h2,h3,.main-area{width: 100%;}
    h2{font-size:18px; padding:0; margin:15px 0 10px}
    h3{font-size:16px; font-weight:bold;}
    .table-scroll{overflow: auto;white-space: nowrap;}
    .table-scroll::-webkit-scrollbar{height: 5px;}
    /* table */
	.member_view thead th{padding: 8px 4px;}
	.member_view tbody th, .member_view tbody td {padding: 8px 4px;}
    .kiyou-table th{display:none;}
    .kiyou-table td{display:table;table-layout:fixed;}
    .kiyou-table td:before {content:attr(titile);display:table-cell;padding:5px 10px;}
    /* header */
	.header-logo img{display:block;margin:0 0 0 10px;max-width: 120px;}
    #mobile-navi{display: block;}
    .mobile-navi-list li:nth-child(2n) a{border-left:none;}
    .pc_navi,.pc_only{display:none;}
    /* footer */
    footer{padding:10px 0;}
	footer .footer-inner .logo_box{width:100%;}
	footer .footer-inner .logo_box img{ display:block; margin:0 auto;max-width: 120px;}
	footer .footer-inner .footer-info{width: 100%; max-width:260px; margin:0 auto; text-align:center;}
	footer .footer-inner .footer-info a{ justify-content:center;-webkit-justify-content:center;}
    footer .footer-inner .footer-info .twitter{justify-content:center;
    -webkit-justify-content:center;}
    /* main-visual */
    .main-visual{max-width:100%;height:auto;}
    /* contents */
    .top-cont-inner{padding:20px 10px;}
	.top-cont-inner h2 {width: 110px; padding:8px 8px 6px;font-size:18px;margin-left:auto;margin-right:auto;}
	.top-cont-inner h2 span{font-size:13px;}
    .main-content{padding:20px 10px;}
	.top-cont-inner .news_view{width: 100%;}
	.top-cont-inner .column_view{width:100%;padding:20px 0 0;}
    .news-headline {padding:0 0 20px;}
	.news-headline .news_area,section .news_area{padding:20px 0 10px;border-bottom: 1px solid #900;}
	.news-headline .img_news_wrap{margin:0 auto;}
	.news-headline .news-text-box{padding:10px 0 0;width:100%;}
	section .news_area .news-kiji-title {font-size:16px;}
	.news_area .img_news_wrap{margin:0 auto;}
	.news_area .news-text-box{padding:10px 0 20px;width:100%;}
	.link_bn_box {padding:10px 0;}
	.link_bn_box .box{padding:0 0 20px;width:100%; margin:0;}
	.link_bn_box .box img {max-width:240px;}
    .news-page{padding-bottom:25px;}
    .news-page .list-top-page{margin-top: 20px;}
    .news-page h1{max-width:100%;}
    .news-page .year-news-page{margin-right:0;margin-bottom:10px;}
	.menu_navi_links{display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;padding:0 0 10px; width:100%;}
	.menu_navi_links a{font-size:14px;}
	.content_view{padding:0;width:100%;}
	.chief{padding:20px;}
	.chief li {margin:0 0 10px 10px;}
	.facility_links{padding:0 0 20px;}
	.facility_links .link_box{width:48%;margin:0 4% 10px 0;}
	.facility_links .link_box:nth-child(2n){margin:0 0 10px;}
	.facility_links .link_box a{padding:4px;height:auto;}
	.facility_links .link_box span{padding:0 4px 4px;}
	.facility_view .view_box{ width:48%;padding:0 10px;margin:0 4% 20px 0;text-align:center;}
	.facility_view .view_box:nth-child(3n){margin:0 4% 20px 0}
	.facility_view .view_box:nth-child(2n){margin:0 0 20px;}
	.other_list{ padding:20px 0 10px}
	.other_list li {margin: 0 2% 10px 0;width:49%; padding:4px;}
	.other_list li img{ display:block; margin:0 auto 5px;}
	.other_list li span{ display:block; width:100%; text-align:center;}
	.other_list li:nth-child(2n){margin:0 0 10px;}
	.staff_list{padding:0;}
	.staff_list .list_box{width:49%;padding:10px;margin:0 2% 20px 0;}
	.staff_list .list_box:nth-child(2n){margin:0 0 20px;}
	.center_view .info_center{margin: 0;padding: 0 0 20px;width: 100%;}
	section .page_column .column_img,section .event_report .event_img{margin:0 auto;}
	section .page_column .colmun_text,section .event_report .event_text{padding:10px 0 20px;width:100%;}
	section .event_report{padding:20px 0 10px;border-bottom: 1px solid #900;}
	section .event_report .event_title strong,section .event_report .event_title span{width:100%;}
	section .event_report .event_img a,section .event_cal .event_report .event_img a{width:150px;height:auto;}
	section .event_cal .event_report .event_text{padding:10px 0;width:100%;}
	section .event_cal .event_report .event_title strong,section .event_report .event_title span{width:100%;}
	section .event_cal{width:100%; padding:0;}
	section .g_cal{width:100%; padding-left:0; height:400px; margin:0 0 20px;}
	.researcher_list .list_box{width:100%;padding:10px;margin:0 0 20px}
	.researcher_list .list_box:nth-child(3n){margin:0 0 20px}
	.img_view_margin{margin:0 auto 20px;}
	section .meets_next_box{margin:20px 0 0;}
	.content_view .achive_year_box .year_content{padding:0 0 20px;width:100%;}
	.content_view .achive_year_box .year_achive{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;width:100%; padding:0;}
	.content_view .achive_year_box .year_achive a{width:50%;border-right:1px solid #FFF;}
	.wrap_youtube,.youtube  { margin:0 auto 20px;}
	.center_view .info_center .center_info_text{min-height:auto;}
        .center_view .info_center .center_img_box{display:block;width:240px;margin:0 auto}
	.researcher_list .inner_box{background-color:#FFF;}
.researcher_list .list_box .researcher_pro{background-color:#E7E6E6;min-height:auto}
.researcher_list .list_box .researcher_link{background-color:#E7E6E6;}
.bxslider .center_img {
    font-size: 16px;
    padding: 10px;
}
.fm_menu li{
    width: 49%;
    padding: 0 0 10px;
    font-size:12px;
    margin: 0 2% 0 0;
}

.fm_menu li:nth-child(3n){
    margin: 0 2% 0 0;
}

.fm_menu li:nth-child(2n){
    margin: 0;
}

.fm_menu.pagelink li{
    width: 23%;
}

.fm_menu.pagelink li:nth-child(3n){
    margin: 0 2% 0 0;
}

.fm_menu.pagelink li:nth-child(6n){
    margin: 0 2% 0 0;
}

.fm_menu.pagelink li:nth-child(4n){
    margin: 0;
}

.fm_photo img{
    margin: 0 auto 10px;
    max-width:80%;
}

}
