body {
font-family:Roboto, "メイリオ", Meiryo, "Droid Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif
}
#wrap {
width:100%;
min-width:960px
}
#hd {
width:960px;
margin:0 auto;
overflow:hidden;
padding: 15px 0;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
#hd h1 {
width: 521px;
}
#hd h1 img {
width:100%
}
#hd h1.en {
width:370px
}
#hd h1.en img {
width:100%
}
#hd .language ul {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
#hd .language ul li {
margin-left:5px
}
#hd .language ul li a {
display:block;
color:#fff;
background: #000080;
padding:2px 15px;
text-decoration:none;
border: 1px solid #001a35;
-webkit-transition:All 0.5s ease;
transition:All 0.5s ease;
}
#hd .language ul li a:hover {
border:1px solid #001a35;
background:#fff;
color:#001a35;
}
#nav_bg {
background: -moz-linear-gradient(top,  rgb(0, 0, 128) 0%, rgb(0, 0, 82) 100%);
background: -webkit-linear-gradient(top,  rgb(0, 0, 128) 0%,rgb(0, 0, 82) 100%); 
background: linear-gradient(to bottom,  rgb(0, 0, 128) 0%,rgb(0, 0, 82) 100%); 
width:100%;
min-width:960px;
border-top: 1px solid #6e6eb6;
border-bottom: 1px solid #6e6eb6;
}
#nav_bg .nav {
width:960px;
margin:0 auto;
overflow:visible;
}
#nav_bg .nav ul {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
z-index:1000;
}
#nav_bg .nav ul li {
width:calc(100% / 4);
position:relative;
border-right:1px solid rgba(242, 242, 242, 0.3);
border-left:1px solid rgba(242, 242, 242, 0.3);
}
#nav_bg .nav ul li a {
display:block;
font-weight:bold;
color:#fff;
text-align:center;
text-decoration:none;
padding:15px 0;
-webkit-transition:All 0.5s ease;
transition:All 0.5s ease;
text-shadow: 1px 1px 1px #666;
}
#nav_bg .nav ul li:first-child {
border-left:1px solid rgba(242, 242, 242, 0.3);
}
#nav_bg .nav ul li:hover a {
background:#fff;
color: #000080;
text-shadow: none;
}
#nav_bg .nav ul li.current-menu-item, #nav_bg .nav ul li.current-menu-parent {
background:#fff
}
#nav_bg .nav ul li.current-menu-item a, #nav_bg .nav ul li.current-menu-parent a {
color: #000080;
text-shadow: none;
}
#nav_bg .nav ul ul {
display:none;
width:100%;
position:absolute;
top:100%;
left:0
}
#nav_bg .nav ul ul li {
width:100%;
border:none !important
}
#nav_bg .nav ul ul li a {
background:rgba(0, 0, 0, 0.7) !important;
padding:10px;
text-decoration:none;
color:#fff !important;
display:block;
border:none;
border-bottom:1px solid rgba(255, 255, 255, 0.4)
}
#nav_bg .nav ul ul li.current-menu-item {
background:rgba(0, 0, 0, 0.5) !important
}
#nav_bg .nav ul ul li.current-menu-item a {
color:#003166
}
#nav_bg .nav ul ul li ul {
position:absolute;
top:0px;
left:100%
}
#nav_bg .nav ul ul li ul li {
width:100%
}
#nav_bg .nav ul ul li ul li a {
border-left:1px solid rgba(255, 255, 255, 0.4)
}
.menu-trigger {
display:none
}
#con {
width:100%;
min-width:960px;
overflow:hidden;
margin-top:20px;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
#main {
width:720px
}
#main ol, #main ul {
padding:5px 0px 5px 25px
}
#main ul {
list-style-type:disc
}
#main ol li, #main ul li {
padding:5px 0px
}
#main table {
margin:10px 0px
}
#main table th, #main table td {
padding:5px
}
#main img {
max-width:100%;
height:auto
}
#main a img {
display:inline-block;
-webkit-transition:All 0.5s ease;
transition:All 0.5s ease
}
#main a img:hover {
opacity:0.7
}
#main h1 {
font-size:1.7em;
font-weight:bold;
line-height:1.4em;
color:#fff;
padding:0.7em;
margin:0 0 25px 0;
background: -moz-linear-gradient(top,  rgb(63, 63, 125) 0%, rgb(0, 0, 100) 100%);
background: -webkit-linear-gradient(top,  rgb(63, 63, 125) 0%,rgb(0, 0, 100) 100%);
background: linear-gradient(to bottom,  rgb(63, 63, 125) 0%, rgb(0, 0, 100) 100%);
border: 3px double #dfdfdf;
}
#main h2 {
position: relative;
margin:24px 0 14px 0;
padding:0.5em 0 0.4em 2em;
font-size:1.3em;
border: 1px solid #ccc;
border-top: 3px solid #003162;
background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
#main h2::after {
position: absolute;
top: 0.67em;
left: .6em;
z-index: 2;
content: '';
width: 10px;
height: 10px;
border: 3px solid #6e6eb6;
border-radius: 100%
}
#main h3 {
font-size:1.1em;
font-weight:bold;
padding:1px 0 1px 10px;
margin:12px 0 8px 0;
border-bottom: 1px solid #6e6eb6;
border-left:4px solid #3f3f7d;
}
#main h4 {
padding:1px 0 1px 10px;
margin:12px 0 8px 0;
border-left:4px solid #6e6eb6;
}
#side {
width:220px
}
#side h2 {
font-size:1.1em;
font-weight:normal;
text-align:center;
padding:5px;
margin:0 0 6px 0;
border: 1px solid #ccc;
border-top: 3px solid #003162;
background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;	
}
#side #sidenav {
width:100%
}
#side #sidenav a {
width:100%;
padding:8px 6px 8px 23px;
display:block;
text-decoration:none;
background:url(//monllc.or.jp/wordpress/wp-content/themes/wordpress_temp_13_green/images/sidenav_icon.png) no-repeat 6px center;
font-size:12px;
color:#000000;
border-bottom:dotted 1px #cccccc;
text-shadow:2px 2px 2px rgba(0, 0, 0, 0.1)
}
#side #bnr {
width:100%
}
#side #bnr li {
margin-bottom:4px
}
#side #bnr li a {
width:100%;
display:block;
-webkit-transition:All 0.5s ease;
transition:All 0.5s ease
}
#side #bnr li a img {
width: 100%;
}
#side #bnr li a:hover {
opacity:0.5
}
#side #contact {
margin-bottom:20px
}
#side #contact p {
padding:5px 10px
}
#side #contact a.form {
display:block;
margin:0 10px 10px 10px;
padding:2px;
background: #000080;
color:#fff;
text-align:center;
text-decoration:none;
border: 1px solid #001a35;
-webkit-transition:All 0.5s ease;
transition:All 0.5s ease;
}
#side #contact a.form:hover {
background:#fff;
color:#000080;
font-weight: bold;
} #side #facebook {
max-width: 220px;
margin: 0 auto;
}
#side #facebook > .fb-page {
width: 100%;
}
#side #facebook > .fb-page > span,
#side #facebook iframe {
width: 100% !important;
}
#center {
width:10px;
margin:0 10px 0 0;
border-right:1px solid #dddddd
}
.ft_language {
display:none
}
#ft {
margin-top:15px;
padding-top:15px;
padding-bottom:20px;
color:#FFF;
font-size:13px;
background: -moz-linear-gradient(top,  rgb(0, 0, 128) 0%, rgb(0, 0, 82) 100%);
background: -webkit-linear-gradient(top,  rgb(0, 0, 128) 0%,rgb(0, 0, 82) 100%); 
background: linear-gradient(to bottom,  rgb(0, 0, 128) 0%,rgb(0, 0, 82) 100%); 
}
#ft a{
color:#449cff!important;
}
#ft a:hover{
color:#7ac7ff!important;
}
footer{
display:flex; }
footer p:first-child{
align-self:center;
}
footer p:nth-child(2){
margin-left:10px;
align-self:flex-start;
}
#ft_con {
width: 960px;
margin: 0 auto;
}
#ft_address {
width: 290px;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
border-right: 1px dotted;
}
#ft_address a {
color:#FFF!important;
}
#ft_sitemap {
width: 680px;
}
#ft_sitemap #ft_sitemap_title {
margin: 0 0 10px;
font-size: 1.3em;
}
#ft_sitemap ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}
#ft_sitemap ul li {
width: calc(100% / 5 - 10px);
margin: 0 5px;
}
#ft_sitemap ul li a {
display: block;
color:#FFF!important;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
#ft_sitemap ul li ul {
display: flex;
flex-direction: column;
margin: 10px 0 -10px;
}
#ft_sitemap ul li ul li {
position: relative;
width: calc(100%);
margin: 0 0 10px;
padding: 0 0 0 15px;
}
#ft_sitemap ul li ul li:before{
content: "";
position: absolute;
border-top: 1px solid #faf6e5;
width: 8px;
height: 1px;
left: 0;
top: 10px;
}
#ft_sitemap ul li ul li {
position: relative;
width: calc(100%);
margin: 0 0 10px;
padding: 0 0 0 15px;
}
#ft_sitemap ul li ul li a {
font-size: 0.82em;
font-weight: normal;
}
#ft_sitemap ul li ul li ul li a {
font-size: 0.82em;
letter-spacing: 0;
}
#i_img {
width:960px;
margin: 20px auto 0;
box-shadow:0 10px 10px rgba(0, 0, 0, 0.05);
overflow:hidden
}
#i_news {
height:300px;
overflow:auto;
border: 1px solid #dddddd;
}
#i_access{
display:flex;
justify-content:space-around;
align-items:flex-start;
border: 1px solid #dddddd;
padding:20px 0;
}
#i_calender{
border: 1px solid #dddddd;
padding: 10px;
}
#i_news table {
width:100%
}
#i_news table tr {
border-bottom:1px dotted #cccccc
}
#i_news table td {
vertical-align:top;
font-size:0.9em;
padding:10px;
white-space:nowrap
}
#i_news table td:first-child {
background:url(//monllc.or.jp/wordpress/wp-content/themes/wordpress_temp_13_green/images/news_icon.png) 6px 17px no-repeat;
padding-left:20px;
width:140px
}
#i_news table td:last-child {
white-space:normal
}
#page-top {
position:fixed;
bottom:20px;
right:20px;
font-size:0.9em;
background:rgba(255, 255, 255, 0.8);
text-decoration:none;
border: 1px solid #6e6eb6;
color: #6e6eb6;
padding:10px;
text-align:center;
display:block;
border-radius:5px;
}
#facility_intro {
margin-top: 20px;
}
#facility_intro dt {
position: relative;
cursor: pointer;
}
#facility_intro dt.last {
margin-top: 20px;
}
#facility_intro dd { text-align: justify;
-moz-text-align-last: justify;
text-justify: inter-ideograph;
}
#facility_intro .accordion_icon,
#facility_intro .accordion_icon span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
#facility_intro .accordion_icon {
position: absolute;
top: 3px;
right: -8px;
width: 30px;
height: 30px;
}
#facility_intro .accordion_icon span {
position: absolute;
left: 6px;
width: 50%;
height: 2px;
background-color: #F88789;
border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
}
#facility_intro .accordion_icon span:nth-of-type(1) {
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
#facility_intro .accordion_icon span:nth-of-type(2) {
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
} #facility_intro .accordion_icon.active span:nth-of-type(1) {
top: 5px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
#facility_intro .accordion_icon.active span:nth-of-type(2) {
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
#facility_img {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0;
padding: 0!important;
}
#facility_img li {
width: calc(100% / 3 - 10px);
margin: 0 5px 10px;
padding: 0!important;
list-style: none;
}
#facility_img li a {
display: block;
text-decoration: none;
}
#facility_img li a span {
display: block;
margin: 3px 0 0;
color: #303030;
text-align: center;
}
span.number_room {
display: inline-block;
width: 100px;
}
#program_img {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0;
padding: 0!important;
}
#program_img li {
width: calc(100% / 3 - 10px);
margin: 0 5px 10px;
padding: 0!important;
list-style: none;
}
#program_img li a {
display: block;
text-decoration: none;
}
#program_img li a span {
display: block;
margin: 3px 0 0;
color: #303030;
text-align: center;
}
#use_researve_list {
display: flex;
flex-wrap: wrap;
width: 500px;
margin: 10px auto 25px;
padding: 0!important;
}
#use_researve_list li {
width: calc(100% / 2);
list-style: none;
font-size: 14px;
border-bottom: 1px dotted #CCC;
}
#use_researve_list li:before {
content:"□";
display: inline-block;
margin: 0 5px 0 0;
}
#use_document_con {
display: flex;
justify-content:space-between;
width: 550px;
margin: 15px auto 25px;
}
#use_document_list {
width: 240px;
padding: 0!important;
}
#use_document_list li {
list-style: none;
font-size: 14px;
border-bottom: 1px dotted #CCC;
}
#use_document_list li:before {
content:"□";
display: inline-block;
margin: 0 5px 0 0;
}
#use_document_text {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 30px;
padding: 0!important;
}
#use_document_text p {
width: calc(100% / 2 - 10px);
}
#use_document_text p:first-child {
padding: 8px 25px;
background:#FFCA28;
}
#use_document_text p:last-child {
padding: 8px 25px;
background:#8BC34A;
}
#use_researve_btn a,
#use_document_btn a{
display: block;
width: 280px;
margin: 15px auto 25px;
padding: 10px;
background: #3f3f7d;
color: #FFF;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
border: 3px double #FFF;
transition: ALL 0.5s ease;
}
#use_researve_btn a:hover,
#use_document_btn a:hover{
background: #FFF;
color: #3f3f7d;
border: 3px double #3f3f7d;
}
#reserved_check {
width: 400px;
margin: 20px auto!important;
}
#reserved_check td {
padding: 5px 15px!important;
}
#reserved_list {
margin: 30px 0;
padding: 0!important;
}
#reserved_list li {
list-style: none;
font-size: 14px;
}
#reserved_list li:before {
content: "□";
display: inline-block;
margin: 0 5px 0 0;
}
#researved_con {
width: 500px;
margin: 15px auto 20px;
padding: 15px;
border: 3px solid #6e6eb6;
text-align: center;
}
#researved_con_title {
margin: 5px 0 15px;
font-size: 26px;
font-weight:  bold;
color: #333;
}
#researved_con_tel {
margin: 10px 0;
font-size: 20px;
}
#researved_document_btn a{
display: block;
width: 280px;
margin: 20px auto 0;
padding: 10px;
background: #3f3f7d;
color: #FFF;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
border: 3px double #FFF;
transition: ALL 0.5s ease;
}
#researved_document_btn a:hover{
background: #FFF;
color: #3f3f7d;
border: 3px double #3f3f7d;
}
#document_list {
display: flex;
flex-wrap: wrap;
margin: 10px 0;
padding: 0!important;
}
#document_list li {
width: calc(100% / 2 - 10px);
margin: 0 5px 10px;
list-style: none;
}
#document_list li a{
display: block;
padding: 10px;
background: #3f3f7d;
color: #FFF;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
border: 3px double #FFF;
transition: ALL 0.5s ease;
}
#document_list li a:hover{
background: #FFF;
color: #3f3f7d;
border: 3px double #3f3f7d;
}
#access_map {
display: flex;
justify-content: space-between;
}
#access_map #access_map_iframe {
width: 360px;
height: 290px;
}
#access_map #access_map_iframe iframe {
width: 100%;
height: 100%;
}
#access_map_link a {
display: block;
width: 280px;
margin: 15px auto;
padding: 10px;
background: #3f3f7d;
color: #FFF;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
border: 3px double #FFF;
transition: ALL 0.5s ease;
}
#access_map_link a:hover {
background: #FFF;
color: #3f3f7d;
border: 3px double #3f3f7d;
}
.organizer_txt_sp {
display:none;
}
.organizer_end {
display: block;
padding: 10px 0;
background: #ffca00;
text-align: center;
border-radius: 3px;
}
.organizer_now {
display: block;
padding: 10px 0;
background: #ff2222;
color: #FFF;
text-align: center;
border-radius: 3px;
}
.organizer_start {
display: block;
padding: 10px 0;
background: #196bc7;
color: #FFF;
text-align: center;
border-radius: 3px;
}
#organizer_activities {
margin-top: 20px;
}
#organizer_activities dt {
position: relative;
margin-bottom: 20px;
cursor: pointer;
}
#organizer_activities dt.last {
margin: 20px 0 0;
}
#organizer_activities dd {
display: none;
text-align: justify;
-moz-text-align-last: justify;
text-justify: inter-ideograph;
}
#organizer_activities .accordion_icon,
#organizer_activities .accordion_icon span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
#organizer_activities .accordion_icon {
position: absolute;
top: 3px;
right: -8px;
width: 30px;
height: 30px;
}
#organizer_activities .accordion_icon span {
position: absolute;
left: 6px;
width: 50%;
height: 2px;
background-color: #F88789;
border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
}
#organizer_activities .accordion_icon span:nth-of-type(1) {
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
#organizer_activities .accordion_icon span:nth-of-type(2) {
top: 5px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
} #organizer_activities .accordion_icon.active span:nth-of-type(1) {
display: inline-block;
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
#organizer_activities .accordion_icon.active span:nth-of-type(2) {
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.organizer_schedule_box {
display: flex;
justify-content: space-between;
}
.organizer_schedule_box table {
width: 520px;
}
.organizer_schedule_box .organizer_schedule_img {
width: 180px;
margin: 10px 0;
} .scroll_box p {
display: none;
}