@charset "utf-8";
.kakomi {
  border: solid 1px #ccc;
  padding: 10px 0 8px 0;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  background: #eee;
}
img.img_p0{
	padding:0;
	margin:0;
}
.under5 {
  margin-bottom: 5px;
}
.under10 {
  margin-bottom: 10px;
}
.under15 {
  margin-bottom: 15px;
}
.under20 {
  margin-bottom: 20px;
}
.under30 {
  margin-bottom: 30px;
}
.under40 {
  margin-bottom: 40px;
}
.under5 img {
  margin-bottom: 5px;
}
.under10 img {
  margin-bottom: 10px;
}
.under15 img {
  margin-bottom: 15px;
}
.under20 img {
  margin-bottom: 20px;
}
.under30 img {
  margin-bottom: 30px;
}
.under40 img {
  margin-bottom: 40px;
}
/*---------------------------------------------
ギャラリー
  ---------------------------------------------*/
.flex_gallery {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  position: relative;
  background: #000;
}
.flex_gallery img {
  width: 100%;
}
.flex_gallery img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.flex_gallery img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
  opacity: 0.6;
}
.gallery-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 5px 0px 5px 0;
}
/*---------------------------------------------
タイトル
  ---------------------------------------------*/
.title_white {
  background-color: #fff;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 3px #0081cf;
  border-right: solid 1px #ccc;
  color: #666;
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  margin-bottom: 15px;
}
.title_green {
  background-color: #0081cf;
  color: #fff;
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  margin-bottom: 15px;
}
.title_gray {
  background-color: #009ba6;
  color: #fff;
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  margin-bottom: 15px;
}
/*---------------------------------------------
表3列
  ---------------------------------------------*/
.col_3row {
  width: 100%;
  margin-bottom: -1px;
}
.col_3row th {
  width: 26%;
  font-weight: normal;
  background: #dcdcdc;
  padding: 12px 0 9px 0;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 3px #0081cf;
  text-align: center;
}
td.td01 {
  width: 54%;
  padding: 12px 10px 9px 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: justify;
  text-justify: inter-ideograph;
}
td.td01 img {
  width: 61%;
}
td.td01 img:hover {
opacity:0.8;
}
td.td02 {
  width: 20%;
  padding: 12px 10px 9px 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
  text-justify: inter-ideograph;
}
/*---------------------------------------------
 ダウンロード項目
  ---------------------------------------------*/
.down01 {
  width: 100%;
  margin-bottom: -1px;
}
.down01 th {
  width: 55%;
  font-weight: normal;
  background: #dcdcdc;
  padding: 12px 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 3px #0081cf;
}
.down01 td {
  width: 45%;
  padding: 13px 10px 12px 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
	text-align:center;
}
.down01 td img {
  width: 70%;
  margin: auto;
		text-align:center;
}
.down01 td img:hover {
opacity:0.8;
}
/*---------------------------------------------
表組2列
  ---------------------------------------------*/
.col_subsidy_detail {
  width: 100%;
  margin-bottom: -1px;
}
.col_subsidy_detail th {
  width: 26%;
  font-weight: normal;
  background: #dcdcdc;
  padding: 12px 10px 12px 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 3px #0081cf;
  text-align: center;
}
td.td090 {
  width: 74%;
  padding: 12px 15px 12px 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: justify;
  text-justify: inter-ideograph;
}
td.td090 img {
  margin-top: -0px;
  margin-bottom: -0px;
  padding-left: 10px;
  width: 50%;
}
td.td090 img:hover {
opacity:0.8;
}
.flex_imgtext_side {
  width: 100%;
  display: table;
}
.flex_img_01_side {
  margin-top: -20px;
  margin-bottom: -20px;
}
.flex_img_01_side img {
  width: 100% !important;
  display: table-cell;
  vertical-align: middle;
}
.flex_text_01_side {
  width: 50%;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* 表示領域が767px以下の場合に適用するスタイル */
  /*---------------------------------------------
 ダウンロード項目
  ---------------------------------------------*/
  .title_white {
    border-top: solid 3px #0081cf;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  /*---------------------------------------------
表3列
  ---------------------------------------------*/
  .col_3row {
    width: 100%;
    font-weight: normal;
  }
  .col_3row th {
    display: block;
    width: 100%;
    padding: 15px 10px 15px 10px;
    border-top: solid 3px #0081cf;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    text-align: center;
  }
  td.td01 {
    width: 100%;
    display: block;
    padding: 12px 10px 9px 10px;
    border: solid 1px #ccc;
    margin-top: -1px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  td.td01 img {
    width: 61%;
  }
  td.td02 {
    width: 100%;
    display: block;
    padding: 12px 10px 9px 10px;
    border: solid 1px #ccc;
    margin-top: -1px;
    text-align: center;
    text-justify: inter-ideograph;
  }
  /*---------------------------------------------
表組2列
  ---------------------------------------------*/
  .col_subsidy_detail {
    width: 100%;
    margin-bottom: -1px;
  }
  .col_subsidy_detail th {
    display: block;
    width: 100%;
    font-weight: normal;
    background: #dcdcdc;
    padding: 15px 10px 15px 10px;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 3px #0081cf;
    text-align: center;
  }
  td.td090 {
    display: block;
    width: 100%;
    padding: 15px 10px 15px 10px;
    border: solid 1px #ccc;
    margin-top: -1px;
  }
  td.td090 img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .flex_imgtext_side {
    display: block;
    width: 100%;
  }
  .flex_img_01_side {
    display: block;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .flex_img_01_side img {
    width: 100% !important;
    padding: 10px;
  }
  .flex_text_01_side {
    display: block;
    width: 100%;
    padding-left: 0px;
    vertical-align: top;
    margin-bottom: -10px;
    text-align: center;
  }
  /*---------------------------------------------
 ダウンロード項目
  ---------------------------------------------*/
  .down01 {
    width: 100%;
    margin-bottom: -1px;
  }
  .down01 th {
    display: block;
    width: 100%;
    font-weight: normal;
    background: #dcdcdc;
    padding: 12px 0 12px 0;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-top: solid 3px #0081cf;
    border-right: solid 1px #ccc;
    text-align: center;
  }
  .down01 td {
    display: block;
    width: 100%;
    padding: 12px 10px 12px 10px;
    border: solid 1px #ccc;
	  margin-top:-1px;
	  text-align:center;
  }
  .down01 td img {
    width: 60%;
    margin: auto;
  }
}