@charset "utf-8";

/* for UEMURA-MUSIUM_style PRINT */


body{
    background: none;
}

.contents{
  padding-bottom: 0;
}

/* @group typo */

body {
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}

.ttl01{
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  clear: both;
  padding: 30px 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  padding-left: 40px;
  border-bottom: 1px solid #dae6fa;
}

.ttl02{
  color: #4555a3;
  text-align: left;
  margin: 0 0 16px;
  padding: 8px 0 0;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #dae6fa;
}


.ttl03{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.ttl--head{
  margin-top: 0;
}

.mainVisual {
  width: 100%;
  height: 180px;
  background: url("../images/mainVisual.jpg") center center;
  background-size: cover;
  margin-bottom: 20px;
}

section p{
  font-size: 12px;
  line-height: 1.8;
}



/* @end */

/* @group header */

header .gridbox div{
  margin-bottom: 0;
}
.header__logo{
  margin: 4px 0;
  width: 100%;
  text-align: left;
}

.header__logo img{
  height: 30px;
}

/* @group visitor */

.visitor{
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  float: right;
  display: none;
}

.visitor-nav{
  margin: auto;
  border-bottom: none;
}
.visitor-nav li{
  float: left;
  width: auto;
  margin-right: 2px;
  font-size: 10px;
}

.visitor-nav li a:after{
  content: "|";
  margin-left: 10px;
  color: #ddd;
}

.visitor-nav li:last-child a:after{
  display: none;
}
.visitor-nav li a{
  padding: 6px;
  line-height: 20px;
  border-radius:10px;
}


/* @end */

/* @end */

/* @group header__nav */

.header__nav{
  margin-bottom: 2px;
 border-top: 1px solid #3F58A1;
}
.header__nav li a{
  font-size: 12px;
  display: block;
  padding: 4px;
  overflow: visible;
  text-overflow: clip;
  white-space: wrap;
}

.nav--eql li{
  border-right: 1px solid #3F58A1;
}

.nav--eql li:first-child{
  border-left: 1px solid #3F58A1;
}


/* @end */

.breadcrumbs__nav{
  border-bottom: none;
  margin-bottom: -10px;
}

.breadcrumbs__nav ol{
  padding: 0 10px;
}

.newslist__photo{
  width: 15%;
}

.sheet{
  margin-left: 20px;
  margin-bottom: 10px;
}

.btn{
  font-size: 12px;
}

/* @group calender */

.table-calendar{
  width: auto;
  text-align: center;
  min-width: 100%;
  margin: 10px auto 10px;

}

.table-calendar td{
  height: 22px;
  width: 10%;
  text-align: center;
  padding-top: 2px;
  display: inline-block;
  margin: 2px;
  font-size: 10px;
}

.table-calendar th{
  border-bottom: 1px solid #ccc;
  height: 22px;
  width: 10%;
  margin: 2px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  
}

td.holiday{
  background-color: #ddd;
}

.calendar-mark{

  height: 22px;
  width: 22px; 
    background-color: #ddd;
    display: inline-block;
    margin-right: 4px;
    
}

.topinfo{
  background-color: #f1f1f1;
  padding: 10px;
  text-align: left;
}

.topinfo dt{
  background-color: #ddd;
  padding: 2px;
  display: inline-block;
}
.topinfo dd{
	display: inline-block;
}
/* @end */




/* @group footer */

footer{
  margin: 0;
  padding: 0;
}
.footer__box{
  margin-top: 0;
  text-align: center;

}

.footer__logo {
  text-align: center;
  float: left;
   padding: 0;
   margin-right: 20px;
}

.footer__logo img{
  height: 30px;
}

.footer__data p {
  text-align: center;
  font-size: 10px;
  float: left;
  margin-top: 20px;
}

footer .gridbox > div[class^="grid-"]{
  width: 100%;
 
}

.footer__nav ul.nav--3{

  width: 33.3%;
 display: none;
}

.footer__nav > .nav--3 li {
  overflow: hidden;
  float: left;
  border-right: none;
  border-left: none;
  text-align: left;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 4px;

}

.footer__nav > .nav--eql li a{
  padding: 4px 0;
  font-size: 10px;
}

.footer__nav > .nav--eql.nav--3 li li{
  display: block;
  float: none;
  width: 100%;
  font-weight: normal;
  margin-bottom: 0;
  border-left: none;
  padding-left: 10px;
}

.footer__data p.copyright{
  float: right;
  display: inline-block;
  width: auto;
  margin: -20px;
  
}

/* @end */

/* @group newslist */

.newslist li{
  text-align: left;
  clear: both;
  margin-bottom: 6px;
}
.newslist li:last-child{
  border-bottom: none;
  margin-bottom: 40px;
}
.newslist a{
  display: block;
  padding: 8px 6px;
  color: #004e86;
}
.newslist dl{
  margin-left: 0;
}
.newslist dt{
  margin: 0 0 4px 10px;
  text-indent: -6px;
  line-height: 1.3;
  font-size: 12px;
  
}
.newslist a:hover dt{
  text-decoration: underline;

}
.newslist dt i{
  margin-right: 6px;  
}
.newslist dd{
  color: #999;
  font-size: 12px;
  margin: 0 0 0 10px;
}
.newslist__photo{
  width: 20%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.newslist__photo img{
  max-height: 80px;
  float: right;
}


/* @end */

body:after{
display: none;
}
.gotop{
  display: none;
}
.noprint{
  display: none;
}