/* ===================================================================
CSS information
 file name  :  default.css
 style info :  body初期設定、リセット (このスタイルシートは基本的に変更しない)
=================================================================== */
/*---- reset -----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*----- default -----*/
body {
  line-height: 1.4;
  text-align: center;
  color: #333;
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
  font-size: 1em;
}
#home {
  background-image: url(../base-img/top_back.jpg);
  background-repeat: repeat-x;
}
#home1 {
  background-image: url(../base-img/body_back1.gif);
  background-repeat: repeat-x;
}
#home2 {
  background-image: url(../base-img/body_back2.gif);
  background-repeat: repeat-x;
}
a {
  color: #06C;
  text-decoration: none;
}
a:hover {
  color: #0CF;
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#header {
  margin-top: 100px;
  margin-bottom: 55px;
}
#header1 {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 85px;
  padding-top: 15px;
  margin-bottom: 30px;
  width: 960px;
}
#header2 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 85px;
  padding-top: 15px;
  margin-bottom: 30px;
}
#contents {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}
#main {
  width: 690px;
  margin-right: 20px;
  float: left;
}
.sait_select li {
  float: left;
  margin-bottom: 30px;
}
.sait_select .suido_select {
  margin-right: 40px;
}
#said {
  width: 250px;
  float: right;
}
#top_Block, #top_Block2 {
  margin: 0 auto 70px;
  clear: both;
  overflow: hidden;
}
#top_Block {
  width: 720px;
}
.top_blockLeft, .top_BlockRight {
  width: 254px;
}
.top_blockLeft {
  float: left;
}
.top_BlockRight {
  float: right;
}
#top_news {
  clear: both;
  width: 690px;
  margin: 0 auto;
  text-align: left;
  font-size: 85%;
}
#top_news dl {
  margin: 1.5em 0 0 0;
  padding: 0 1em;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  color: #06C;
  font-weight: bold;
  font-size: 1.1em;
}
#top_news dl dt {
  float: left;
  padding: 0;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
  width: 130px;
  clear: left;
}
#top_news dl dd a {
  font-weight: bold;
}
#top_news dl dd img {
  margin-right: 10px;
}
#top_news dl dd {
  padding: 0 0 0 140px;
  margin: 0px;
}
#top_news-red {
  margin: 0.5em 0;
  border: 4px solid #F01014;
  line-height: 2em;
}
#top_news-red dl {
  padding: 0 1em;
  color: #06C;
  font-weight: bold;
  font-size: 1.1em;
}
#top_news-red dl dt {
  float: left;
  color: #000;
  width: 140px;
}
#top_news-red dl dd {
  margin-left: 8em;
}
#top_news-red dl dd a {
  font-weight: bold;
  color: #BD0003;
}
.red_box {
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  color: #fff;
  background: #BD0003;
}
.list-pdf {
  margin: 0;
  padding: 10px;
}
.list-pdf li {
  margin-bottom: 15px;
  padding: 3px;
}
.list-pdf li a {
  text-decoration: none;
}
.list-pdf li ::after {
  content: "PDF";
  margin-left: 5px;
  color: red;
  border: 1px solid red;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 80%;
}
.li_basic {
  padding-bottom: 5px;
}
.li_basic li:before{
  background-color: #06C;
  border-radius: 50%;
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 10px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  width: 10px;
}
.link_list {
  padding: 0;
  margin: 10px;
}
.link_list li {
  margin-bottom: 20px;
}
.link_list li a {
  text-decoration: underline;
}
.link_list li::after {
  content: url("../base-img/link_icon.gif");
  padding-left: 15px;
}
.ol_basic {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.ol_basic li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.ol_basic li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #108CE9;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.t_news01 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 20px 0;
}
.t_news01 th, .t_news01, td {
  padding: 20px;
  border: 1px solid #ccc;
}
.t_news01 th {
  font-weight: bold;
  background-color: #E6E6E6
}
.t_news01 td {
  vertical-align: middle;
}
.bnn_img {
  width: 690px;
  margin: 0 auto 20px;
}
.tw_block {
  width: 720px;
  margin: 30px auto;
}
.orege_block {
  width: 670px;
  clear: both;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0 20px 0;
}
.orege_block a {
  color: #FFFFFF;
  background-color: #FB8C2E;
  padding: 7px 10px 7px 10px;
  border-radius: 4px;
  display: block;
}
.orege_block a:hover {
  background-color: #E66910;
}
.orege_block-list {
  width: 670px;
  clear: both;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0 20px 0;
}
.orege_block-list li a {
  color: #FFFFFF;
  background-color: #FB8C2E;
  padding: 7px 10px 7px 10px;
  border-radius: 4px;
  display: block;
  margin: 0 0 10px 0;
}
.orege_block-list li a:hover {
  background-color: #E66910;
}
.p_indent {
  text-indent: 16px;
  margin-bottom: 20px;
}
.inquiry_block {
  padding: 15px;
  float: right;
  border: 2px solid #CCCCCC;
  margin: 30px 0;
  text-align: right;
}
.center {
  text-align: center;
}
#footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #09F;
  margin-top: 100px;
  width: 100%;
  padding: 20px;
}
#footer #f_Block {
  overflow: hidden;
  width: 960px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#f_Block .f_BlockLeft {
  float: left;
}
#f_Block .f_BlockRight {
  text-align: right;
  float: right;
  font-size: 80%;
  color: #666;
}

@media screen and ( max-width:479px )
{}
