@charset "utf-8";

body.category{

}

div#contents div.tabarea div.tabdetail div.tab_inner{
    padding: 10px;
    background: #fff;
}

div#contents div.under_map{
    width: 100%;
    height: 400px;
}

div#contents_navigation ul.navigation li ul {
  width: 280px;
}

div#footer address {
  font-size: 100%;
}
div#footer address.copyright {
  font-size: 77%;
}

div#contents div.link p.desc {
  margin: 0;
}


div#contents div.emergency ul li.disaster {
  background: url("../img/icon_arrow.png") no-repeat 0 0.3em;
  margin: 0 0 5px;
  padding: 2px 0 2px 20px;
}

div#contents div.emergency ul li ul li {
  background: url("../img/icon_arrow.png") no-repeat 0 0.3em;
  margin: 0 0 5px;
  padding: 2px 0 2px 20px;
}


#typhoonImg{
  float: left;
  width: 57%;
}
#typhoonImg img{
  max-width: 100%;
}
#typhoonData{
  float: right;
  width: 40%;
  height: 336px;
  overflow: auto;
  background: #fff;
}
#typhoonImg.no-data{
  width: 100%;
}
#typhoonData input,
#typhoonData select{
  display: none;
}
#typhoonData p{
  font-size: 120%;
  margin: 0;
}
#typhoonData table{}
#typhoonData table tr td{
  margin: 0;
  padding: 3px;
}
#typhoonData table tr td p{
  font-size: 100%;
  }


div#contents div.tabarea div.tabdetail#tab7 div.section.tab7_1 form #tab7_select2{
  width: 180px;
}

.yukioroshi_movie_wrapper{
  max-width:720px;
  margin:1em auto;
}
.yukioroshi_movie_wrapper video,
.yukioroshi_movie_wrapper embed{
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .yukioroshi_movie_wrapper{
    width:100%;
  }
}
div#body{
  min-height: 1100px;
}

div#header p.nav_control {
    right: -95px;
    width: 199px;
    height: 79px;
    background-size: 100px 40px;
}

@media screen and (max-width: 320px) {
  div#header h1 img{
    width: 200px;
    height: 29px;
  }
}

.disaster-view{
  cursor: pointer;
  text-decoration: underline;
}

.disaster-view:hover{
  text-decoration: none;
}

.related_link_accordion {
  border: 1px solid #ccc;
  margin-top: 30px;
}

.related_link_accordion_item:not(:first-child) {
  border-top: 1px solid #ccc;
}

.related_link_accordion_button {
  position: relative;
  display: block;
  border: none;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
  color: #333333;
  cursor: pointer;
  appearance: none;
  text-align: left;
}

.related_link_accordion_button::before,
.related_link_accordion_button::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #333333;
}

.related_link_accordion_button::after {
  transform: rotate(90deg);
}

.related_link_accordion_button.active::after {
  background-color: transparent;
}

.related_link_accordion_body {
  display: none;
  border-top: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}

.related_link_list_item:not(:first-child) {
  margin-top: 6px;
}

@media screen and (max-width: 800px) {
  .related_link_accordion {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 801px) {
  body:not(.foreign_language) div#body {
    display: flex;
    flex-direction: row-reverse;
    min-height: auto;
  }

  body:not(.foreign_language) div#contents {
    margin-left: 40px;
    margin-right: 10px;
    flex-grow: 1;
  }

  body:not(.foreign_language) div#contents_navigation {
    position: static;
    flex-shrink: 0;
  }
}