@charset "utf-8";

/*===========================*/
/*　　　　　　文化・教育ページ
/*===========================*/

.dusinfo_top_photo {
width: 100%;
max-width: 960px;
margin: 10px auto;
}

.dusinfo_top_photo img{
width: 100%;
margin: 0px auto;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-moz-box-shadow: 1px 1px 2px 2px #AAAAAA;
-webkit-box-shadow: 1px 1px 2px 2px #AAAAAA;
box-shadow: 1px 1px 2px 2px #AAAAAA;
}

.dusinfo_box {
width: 100%;
margin: 0px auto;
padding: 0px;
background-color: #FFF0F5;
text-align: left;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-moz-box-shadow: 1px 1px 2px 2px #AAAAAA;
-webkit-box-shadow: 1px 1px 2px 2px #AAAAAA;
box-shadow: 1px 1px 2px 2px #AAAAAA;
border:1px solid #990033;
}

.dusinfo_box .subtitle {
width: 100%;
margin: 0px auto;
color: #ffffff;
font-size: 16px;
font-weight: bold;
background-color: #990033;
text-align: center;
padding: 7px 0px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-top-right-radius: 10px;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-top-left-radius: 10px;
border:1px solid #990033;
}

.dusinfo_box .inner-box {
width: 100%;
margin: 0px auto;
overflow: hidden;
padding: 0px;
}

.dusinfo_box .inner-box .img-box {
margin: 20px 10px 10px 10px;
float: right;
}

.dusinfo_box .inner-box ul {
list-style-type: none;
padding: 6px 10px;
}

.dusinfo_box .inner-box ul li {
padding: 5px 0px 3px 0px;
}

.dusinfo_box img {
max-width: 100%;
margin: 0px auto;
}

.dusinfo_box .zirke {
width: 100%;
margin: 0px auto;
}

.dusinfo_zonebox {
display: inline-block;
vertical-align: top;
width: 180px;
white-space: nowrap;
text-align: left;
padding-left: 10px;
}

.dusinfo_zonebox ul {
list-style-type: lower-latin;
margin: 0px 0px 10px 15px;
}

.dusinfo_zonebox li{
font-size: 16px;
line-height: 150%;
color:#000000;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
margin: 0px;
padding: 0px;
}

.history_table-pc {
width: 100%;
border-collapse: collapse;
}

.history_table-pc thead th{
background: #ffcccc;
color: #000099;
line-height: 150%;
font-weight: bold;
text-align: center;
white-space: nowrap;
padding: 5px 10px;
border: 1px solid #990033;
}

.history_table-pc tbody th {
font-size: 13px;
line-height: 140%;
font-weight: normal;
text-align: center;
vertical-align: middle;
padding: 3px 5px;
white-space: nowrap;
border: 1px solid #990033;
}

.history_table-pc tbody td {
font-size: 13px;
line-height: 140%;
text-align: left;
vertical-align: middle;
padding: 3px 5px;
border: 1px solid #990033;
}

.history_table-pc tbody td ul {
list-style-type: square;
padding: 0px 0px 0px 15px;
}

.history_table-pc tbody td ul li {
padding: 0px 0px 2px 0px;
}

.history_table-mobile {
display: none;
}

.museum_box {
width: 100%;
margin: 0px auto;
padding: 0px;
background-color: #D7EDE1;
text-align: left;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-moz-box-shadow: 1px 1px 2px 2px #AAAAAA;
-webkit-box-shadow: 1px 1px 2px 2px #AAAAAA;
box-shadow: 1px 1px 2px 2px #AAAAAA;
border:1px solid #009999;
}

.museum_box .top {
width: 100%;
margin: 0px auto;
background-color: #009999;
padding: 5px 0px;
overflow: hidden;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-top-right-radius: 10px;
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-top-left-radius: 10px;
border:1px solid #009999;
}

.museum_box .top .subtitle {
float: left;
margin-left: 15px;
}

.museum_box .top .subtitle h3 {
color: #ffffff;
font-size: 16px;
font-weight: bold;
margin-left: 0px;
padding: 0px;
}

.museum_box .top .hplink {
float: right;
margin-right: 10px;
}

.museum_box .inner-box {
width: 100%;
margin: 0px auto;
overflow: hidden;
padding: 0px;
}

.museum_box .inner-box .img-box {
margin: 15px 15px 5px 10px;
float: left;
}

.museum_box .inner-box ul {
list-style-type: none;
padding: 10px 10px;
}

.museum_box .inner-box ul li {
font-size: 14px;
line-height: 140%;
color:#000000;
padding: 3px 0px 3px 0px;
}

.museum_box .inner-box .adrs {
font-size: 15px;
line-height: 140%;
color:#000000;
font-family: 'Open Sans', sans-serif;
}

.museum_box img {
max-width: 100%;
margin: 0px auto;
}


/***************************************/
/***************************************/
@media only screen and (max-width:640px) {

.dusinfo_box .inner-box .img-box {
margin: 15px 10px 0px 10px;
float: none;
display: block;
text-align: center;
}

.history_table-pc {
display: none;
}

.history_table-mobile {
display: block;
border-collapse: collapse;
}

.history_table-mobile thead th {
color: #000099;
font-weight: bold;
font-size: 15px;
line-height: 180%;
background: #ffcccc;
text-align: left;
padding: 5px 10px 5px 10px;
border: 1px solid #990033;
}

.history_table-mobile tbody td {
font-size: 14px;
line-height: 140%;
text-align: left;
vertical-align: middle;
padding: 5px 10px 10px 10px;
border: 1px solid #990033;
}

.history_table-mobile tbody td .nendai {
color: #000099;
font-weight: bold;
font-size: 15px;
line-height: 200%;
text-align: left;
}

.history_table-mobile tbody td ul {
list-style-type: square;
padding: 0px 0px 0px 20px;
}


}
/***************************************/
/***************************************/
@media only screen and (max-width:480px) {

.dusinfo_box .zirke {
width: 100%;
margin: 0px auto;
text-align: center;
}

.museum_box .top .subtitle {
float: none;
display: block;
text-align: left;
margin-left: 15px;
}

.museum_box .top .hplink {
float: none;
display: block;
text-align: center;
padding: 10px 0px 5px 0px;
}

.museum_box .inner-box .img-box {
float: none;
display: block;
text-align: center;
margin: 15px 10px 0px 10px;
}


}
