@charset "UTF-8";
/*****************************************************
***********************共通設定************************
******************************************************/
/***********************************************メイン*/
.contents-wrap {
  overflow: hidden;
  padding: 10px 5px;
}
.content-box {
  width: 678px;
  float: right;
  box-shadow: 0 0 5px #9da2a5;
  border-radius: 5px;
  margin-top: 5px;
  overflow: hidden;
}
.content-box h2 {
  padding: 6px 20px 6px 35px !important;
  display: block;
  font-weight: bolder;
  color: #004B7D;
  position: relative;
  line-height: 22px;
  background: #edf2f5;
  background: linear-gradient(0deg, #edf2f5 0%, #f0f4f6 50%, #fdfdfe 51%, #fdfdfe 100%);
  border-bottom: 1px solid #dbdcdc;
  font-family: 'Yu Gothic', "游ゴシック体";
}
.h2rd:before {
  content: '';
  display: block;
  width: 5px;
  height: 18px;
  background: #990003;
  position: absolute;
  top: 8px;
  left: 16px;
}
.content-box h3 {
  font-size: 0.8em;
  color: #004b7d;
  margin: 10px 2px 10px 0px;
  padding: 2px 2px 2px 8px;
  border-left: 6px solid #0066cc;
  border-bottom: 1px solid #cccccc;
}
.content-box h4 {
  display: block;
  font-size: 0.9em;
  line-height: 1.4;
  min-height: 21px;
  padding-left: 2px;
  background-repeat: no-repeat;
  background-position: 0px -0.1em;
  margin: 15px 0;
  float: none !important;
}
.h4rd {
  color: #ff3300;
}
.h4bl {
  color: #0066aa;
}

.content-text {
  padding: 15px;
}
.content-text p {
  font-size: 0.9em;
  margin-bottom: 1em;
}

ul.page-numbers {
  display: block;
  margin: 10px !important;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
}
ul.page-numbers li .page-numbers {
  display: block;
  padding: 5px 0;
  /* border: 1px solid #b1b1b1; */
  border-radius: 2px;
  width: 25px;
  font-size: 0.9em;
}

/***********************************************サイドバー*/
aside#sidemenu {
  float: left;
  width: 198px;
}

.widget-area {
  margin: 4px 0 25px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.widget-area h4.sidebar-title {
  padding: 6px 20px 6px 30px;
  display: block;
  font-weight: bolder;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Yu Gothic', "游ゴシック体";
  margin: 0;
}
.widget-area h4.sidebar-title:before {
  content: '';
  display: block;
  width: 5px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 13px;
}

.widget-area01 {
  border: 1px solid #d6d6d6;
}
.widget-area01 h4.sidebar-title {
  background: #edf2f5;
  background: linear-gradient(0deg, #edf2f5 0%, #f0f4f6 50%, #fdfdfe 51%, #fdfdfe 100%);
  border-bottom: 1px solid #dbdcdc;
  color: #004B7D;
  font-family: 'Yu Gothic', "游ゴシック体";
}
.widget-area01 h4.sidebar-title:before {
  background: #004B7D;
}

.menu-sidemenu-container {
  padding: 10px;
  background: #f2f4f3;
  background: linear-gradient(0deg, #f2f4f3 0%, #ffffff 100%);
}
.menu-sidemenu-container li {
  font-size: 0.8em;
  font-weight: bold;
  background: #fff;
  border-bottom: solid #ddd 1px;
}
.menu-sidemenu-container li a {
  display: block;
  padding: 13px 10px 13px 25px;
}
.menu-sidemenu-container li a:hover {
  background: #e7f4fd;
  background: linear-gradient(0deg, #f8fcff 0%, #e7f4fd 100%);
}

/*****************************************************
*********************各ページ設定**********************
******************************************************/
/***********************************************ホーム*/
table.top_news {
  border-collapse: collapse;
}
table.top_news td:nth-child(even) {
  font-size: 0.8rem !important;
}
table.top_news td:nth-child(odd) {
  border: none !important;
}
table.top_news td p {
  font-size: 100% !important;
  margin: 0 0 5px !important;
}
table.top_news td a {
  margin: 0 !important;
}

/***********************************************新着情報*/
.news-post {
  font-size: 14px;
  padding: 0 15px 10px;
}

/*スマートフォン(599px以下)*/
/*タブレットサイズ以上(600px以上)*/
/*タブレットサイズ以下(767px以下)*/
/*PC以上(768px以上)*/
/*iPadサイズ以上(1024px以上)*/
/*最大サイズ以上(1200px以上)※必要に応じて*/
