@charset "UTF-8";
/* ==================================================
	element
================================================== */
#content_area ul li {
  margin-top: 5px;
}
#content_area ul li:first-child {
  margin-top: 5px;
}
#content_area dl > dt {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
#content_area dl > dt:first-child {
  margin-top: 0;
}
#content_area dl > dd {
  margin-top: 10px;
}

/* ==================================================
	#update
================================================== */
#update h3 {
  border: none;
  font-size: 2.0rem;
  font-weight: normal;
}
#update .update_body {
  max-height: 200px;
  overflow-y: auto;
}
#update .update_body li {
  margin-top: 0;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
#update .update_body li:first-child {
  padding-top: 0;
}
#update .update_body li:nth-of-type(even) {
  background-color: #f4f4f4;
}
#update .update_body li .date {
  display: block;
  margin-bottom: 5px;
}
#update .update_body li .fa {
  margin-right: 10px;
  vertical-align: middle;
}
#update .update_body li time {
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
}
#update .update_body li time::before {
  content: "\f105";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 10px;
  font-family: FontAwesome;
  vertical-align: middle;
}

/* ==================================================
	#download
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #download .download_list > ul > li {
    padding: 10px 0;
    border-bottom: 1px dashed #000;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #download .download_list > ul {
    float: right;
    width: 50%;
  }
  #download .download_list > ul:first-child {
    float: left;
  }
}
/* ========== end △ */
#download .download_list a {
  vertical-align: middle;
}
#download .download_list a::before {
  content: "\f105";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  font-family: FontAwesome;
  vertical-align: middle;
}
#download .download_list dd {
  margin-left: 1em;
}
#download .download_list dd a {
  font-size: 1.3rem;
}
#download .fa {
  margin-right: 10px;
}

/* ==================================================
	#browser
================================================== */
#browser .ttl {
  position: relative;
}
#browser .ttl .update {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 8px;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: #f68787;
  color: #fff;
  line-height: 1.0;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #browser .browser_list dl {
    float: left;
    width: 50%;
  }
}
/* ========== end △ */
/* ==================================================
	#resolution
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #resolution .table_style th {
    min-width: 110px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #resolution .table_style tbody th {
    width: 120px;
  }
}
/* ========== end △ */
#resolution .table_style tbody td {
  text-align: center;
}

/* ==================================================
	#gmap_custom
================================================== */
#gmap_custom {
  width: 100%;
  height: 300px;
}

.gmap iframe {
  width: 100%;
  height: 300px;
}


/* ==================================================
  #gmap_custom
================================================== */
.news_title a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.news_title a:hover {
  text-decoration: underline;
}

.update_body li {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 3%;
}

.update_body li time {
  margin-right: 2%;
  width: 13%;
}


/* ==================================================
  .link_list
================================================== */
.link_list dt {
  width: 33%;
  display: inline-block;
}
.link_list dd {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important;
}


/* ==================================================
  other
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .table-ul li {
    width: 48%;
    margin-top: 0 !important;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .table-ul li:last-child {
    margin-right: 0 !important;
  }
  .table-ul li:nth-child(even) {
    margin-right: 0 !important;
  }
}
/* ========== end △ */


