/* CSS Document */
div.tl_02 {
  padding: 27px 0 0 0;
}

div.tl_02 h3 {
  border-top: 2px solid #71c81a;
  border-bottom: 1px solid #71c81a;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 34px 13px 34px;
  color: #71c81a;
}

.innerBox {
  padding: 0 23px 27px 23px;
}

.innerBox02 {
  padding: 0 23px 27px 23px;
  margin:-22px 0 0 0;
}

.read01 {
  line-height: 22px;
}

.read01 p,
.read01 ol.type01 {
  margin-bottom: 1em;
}

.read01 ol.type01 li {
  list-style-type: decimal;
  margin: 0 0 0 1.5em;
}

ul#localCategoryNav {
  overflow: hidden;
  width: 440px;
  position: relative;
  top: -30px;
  left: 300px;
}

ul#localCategoryNav li {
  float: left;
  margin: 0 5px 0 0;
}

.newsLayout01 {
  width: 100%;
  line-height: 23px;
}

.newsLayout01 th {
  width: 100px;
  text-align: left;
  padding:27px 0 27px 0;
  border-bottom: 1px dotted #ccc;
}

.newsLayout01 td {
  text-align: left;
  padding:27px 0 27px 0;
  border-bottom: 1px dotted #ccc;
}

.newsLayout01 td a {
  display: inline;
  color: #1e659c;
}

.newsLayout01 td a:link {
  color: #1e659c;
  text-decoration: none;
}

.newsLayout01 td a:visited {
  color: #606d7c;
  text-decoration: none;
}

.newsLayout01 td a:hover {
  color: #274365;
  text-decoration: underline;
}







/*	レスポンシブ 850px以下
-----------------------------------------------------------	*/
@media only screen and (max-width: 850px){



.newsLayout01 th {
  width: 130px;
  font-size: 18px;
  line-height: 30px;
}

.newsLayout01 td {
  font-size: 18px;
  line-height: 30px;
}

div.tl_02 h3 {
  font-size: 24px;
  padding: 18px 34px 18px 34px;
}




}