@charset "UTF-8";
/* 文字色
----------------------------------------- */
.color-white {
  color: #ffffff;
}
.color-black {
  color: #333333;
}
.color-silber {
  color: #cccccc;
}
.color-green {
  color: #006837;
}
.color-green-2 {
  color: #8ec656;
}
.color-green-3 {
  color: #229337;
}
.color-braun {
  color: #993300;
}
.color-beige {
  color: #a67c52;
}
.color-beige-2 {
  color: #c69c6d;
}
.color-red {
  color: #ff0000;
}
.color-blue {
  color: #0071bc;
}
.color-org {
  color: #f7460f;
}
.color-pink {
  color: #f0d5d4;
}
.color-violet {
  color: #662d91;
}
/* 背景色
----------------------------------------- */
.bg_color-white {
  background: #ffffff;
}
.bg_color-black {
  background: #333333;
}
.bg_color-silber {
  background: #cccccc;
}
.bg_color-green {
	background-color: #006600;
}
.bg_color-green-2 {
  background: #8ec656;
}
.bg_color-green-3 {
  background: #229337;
}
.bg_color-braun {
  background: #993300;
}
.bg_color-beige {
  background: #a67c52;
}
.bg_color-beige-2 {
	background-color: #622978;
}
.bg_color-red {
	background: #cc0000;
}
.bg_color-blue {
	background-color: #0C5FA9;
}
.bg_color-blue2 {
	background: #237DB3;
}
.bg_color-org {
  background: #f7460f;
}
.bg_color-pink {
	background: #c9317d;
}
.bg_color-violet {
  background: #662d91;
}
/* margin/padding
----------------------------------------- */
.margin-l-em {
  margin-left: 1em!important;
}
.margin-l-no {
  margin-left: 0px!important;
}
.margin-l-S {
  margin-left: 15px!important;
}
.margin-l-M {
  margin-left: 20px!important;
}
.margin-btm-em {
  margin-bottom: 1em!important;
}
.margin-btm-no {
  margin-bottom: 0px!important;
}
.margin-btm-S {
  margin-bottom: 20px!important;
}
.margin-btm {
  margin-bottom: 30px!important;
}
.margin-btm01 {
  margin-bottom: 40px!important;
}
.margin-btm02 {
  margin-bottom: 50px!important;
}
.margin-btm03 {
  margin-bottom: 60px!important;
}
.margin-btm04 {
  margin-bottom: 70px!important;
}
.mgn10 {
  margin: 10px !important;
}
.mgn15 {
  margin: 15px !important;
}
.mgn20 {
  margin: 20px !important;
}
.mgn30 {
  margin: 30px !important;
}
.mgn50 {
  margin: 50px !important;
}
.padding-btm-S {
  padding-bottom: 20px!important;
}
.padding-btm {
  padding-bottom: 30px!important;
}
.padding-btm01 {
  padding-bottom: 40px!important;
}
.padding-btm02 {
  padding-bottom: 50px!important;
}
/* .CONTAINER
----------------------------------------- */
.max-container {
  margin: 0 10px;
}
.max-container .inner #main {
  width: 100%;
}
.max-container .inner #side {
  display: none;
  width: 1px;
}
@media screen and (min-width: 320px) {
  .max-container .inner {
    width: 300px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .max-container .inner {
    width: 750px;
    display: block;
    margin: 0 auto;
    padding: 0 9px;
  }
  .max-container .inner #main {
    float: none;
  }
}
@media only screen and (min-width: 960px) {
  .max-container #content {
    width: 960px;
    display: block;
    margin: 0 auto;
  }
  .max-container #content #main {
    width: 960px;
  }
}
/* --- PAGE-TITLE --- */
#page-title {
  position: relative;
  height: 100px;
  background-color: #D5EEFF;
  margin-bottom: 30px;
}
#page-title h1 {
  color: #333333;
  font-size: 172%;
  margin-left: 1rem;
  padding-top: 3%;
}
#page-title dl {
	position: absolute;
	top: 40px;
	right: 10px;
	text-align: right;
}
#page-title dl dt {
  font-weight: bold;
  color: #ffffff;
  text-align: right;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#page-title dl input[type="text"] {
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	width: 150px;
	height: 20px;
}
#page-title dl input[type="submit"] {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #333333;
  background: #cccccc;
}
#page-title02 {
  padding: 18px 18px;
  background-color: #D5EEFF;
  margin-bottom: 30px;
}
#page-title02 h1 {
	color: #333333;
	line-height: 1.4;
	font-size:140%;
}
@media only screen and (min-width: 768px) {
  #page-title {
    height: 80px;
  }
  #page-title dl {
    top: 10px;
    right: 20px;
  }
}
/* --- 見出し --- */
.main-inner {
  margin-bottom: 50px;
}
.main-inner h2 {
	/*color: #0071bc;*/
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-left: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: solid 1px #cccccc;
	margin-top: 1rem;
}
.main-inner h2 img.pop {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
.main-inner h3 {
	position: relative;
	color: #006837;
	font-size: 120%;
	font-weight: bold;
	height: 24px;
	margin-left: 0rem;
	margin-bottom: 1em;
	padding-left: 22px;
}
.main-inner h3:before {
  position: absolute;
  top: 11px;
  left: 0px;
  width: 14px;
  height: 6px;
  background: #006837;
  content: "";
}
.main-inner h4 {
  color: #333333;
  font-size: 124%;
  font-weight: bold;
  margin-left: 0.8rem;
  margin-bottom: 10px;
}
.main-inner h5 {
	position: relative;
	color: #333333;
	font-size: 124%;
	font-weight: bold;
	margin-left: 0.8rem;
	padding-left: 18px;
}
.main-inner h5:before {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  content: "";
}
.main-inner p {
  line-height: 1.4;
  margin-bottom: 1em;
	padding-left: 0.3em;
}



	/*検索結果　キーワード*/
	.main-inner p.result-word {
	font-size: 120%;
	}
	/*検索結果　キーワード*/






.main-inner table{
	border: 2px solid #999;
	clear: both;
	margin-bottom: 2em;
}

.main-inner table th{
	color: #0B6739;
	background-color: #F6F6F6;
}


.main-inner table td{
	padding: 0.3em;
	background-color: #fff;
}
.main-inner table th,
.main-inner table td{
	padding: 0.3em;
	border: 1px solid #999;
}



/* デザインパーツ
----------------------------------------- */
.main-inner {
  /* --- リード文 --- */
  /* --- 画像 --- */
}
.main-inner .lead01 {
  color: #0071bc;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.main-inner .lead02 {
  color: #F84606;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.main-inner figure {
  margin-bottom: 50px;
  padding: 15px;
 /* border: solid 1px #cccccc;*/
}
.main-inner figure figcaption {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 0px;
}
.main-inner .main-img {
  margin-bottom: 20px;
}
.main-inner .float-box-w li {
  margin-bottom: 20px;
}
.max-container {
  /* --- sample02.html サイドバー非表示 --- */
}
.max-container .float-box-w li {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
/* --- 画像の回り込み --- */
.main-inner .float-box,
.main-inner .float-box01,
.main-inner .float-box02,
.main-inner .float-img-r,
.main-inner .float-img-l {
  margin: 0 15px 30px;
}
.main-inner .float-box ul li {
  width: 100%;
  margin-bottom: 20px;
}
.main-inner .float-box01 .float-l {
  width: 100%;
}
.main-inner .float-box01 .float-r {
  width: 100%;
}
.main-inner .float-box01 .float-r figure {
  margin: 0;
  padding: 0;
  border: none;
}
.main-inner .float-box01 .float-r figure figcaption {
  text-align: center;
}
.main-inner .float-box02 .float-r {
  width: 100%;
}
.main-inner .float-box02 .float-l {
  width: 100%;
}
.main-inner .float-box02 .float-l figure {
  margin: 0;
  padding: 0;
  border: none;
}
.main-inner .float-box02 .float-l figure figcaption {
  text-align: center;
}
.main-inner .float-img-r .img-r {
  margin-bottom: 10px;
}
.main-inner .float-img-l .img-l {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .max-container .float-box:after,
  .main-inner .float-box:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
  }
  .max-container .float-box01:after,
  .main-inner .float-box01:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
  }
  .max-container .float-box02:after,
  .main-inner .float-box02:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
  }
  .max-container .float-box,
  .main-inner .float-box {
    margin: 0 15px 30px;
  }
  .max-container .float-box ul li,
  .main-inner .float-box ul li {
    width: 32%;
    float: left;
    margin-left: 2%;
  }
  .max-container .float-box ul li:first-child,
  .main-inner .float-box ul li:first-child {
    margin-left: 0;
  }
  .max-container .float-box01 .float-l,
  .main-inner .float-box01 .float-l {
    float: left;
    width: 66%;
  }
  .max-container .float-box01 .float-r,
  .main-inner .float-box01 .float-r {
    float: right;
    width: 30%;
  }
  .max-container .float-box02 .float-r,
  .main-inner .float-box02 .float-r {
    float: right;
    width: 68%;
  }
  .max-container .float-box02 .float-l,
  .main-inner .float-box02 .float-l {
    float: left;
    width: 30%;
  }
  .max-container .float-img-r,
  .main-inner .float-img-r {
    margin: 0 15px 30px;
  }
  .max-container .float-img-r .img-r,
  .main-inner .float-img-r .img-r {
    width: 30%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .max-container .float-img-l,
  .main-inner .float-img-l {
    margin: 0 15px 30px;
  }
  .max-container .float-img-l .img-l,
  .main-inner .float-img-l .img-l {
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
/* --- ボックススタイル --- */
.box-style {
  margin-bottom: 30px;
  padding: 25px 12px 25px 16px;
  border: solid 3px #cccccc;
  background-color: #FBFBFB;
}
.box-style02 {
	margin-bottom: 30px;
	/*border: solid 2px #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;*/
}
.box-style02 h4 {
  position: relative;
  font-size: 152%;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  padding-bottom: 0.3rem;
  /*border-bottom: solid 1px #cccccc;*/
}
.box-style02 h4:before {
  position: absolute;
  top: 5px;
  left: 8px;
  content: " \f05a";
  /* Unicode */
  font-family: FontAwesome;
}
.box-style02 h5 {
	margin-left: 0;
	margin-bottom: 0.7rem;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E9E9DE;
}
.box-style02 h5:before {
  background: none;
}
.box-style02 h6 {
  position: relative;
  font-size: 132%;
  font-weight: bold;
  height: 24px;
  margin-left: 0.8rem;
  margin-bottom: 10px;
  padding-left: 22px;
}
.box-style02 h6:before {
  position: absolute;
  top: 11px;
  left: 0px;
  width: 14px;
  height: 6px;
  background: #8ec656;
  content: "";
}
.box-style02 ul {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
 /* border-bottom: 1px #ccc dotted;*/
}
.box-style02 ul li {
	display: inline-block;
	/*margin-right: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;*/
  border-right: 1px #ccc solid;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}
.box-style02 ul li a:hover {
}
/* --- まとめスタイル --- */
.summary-style {
  margin-bottom: 30px;
}
.summary-style h2 {
  color: #ffffff;
  margin-bottom: -1px;
  padding: 1rem 20px 1rem;
  background-color: #2F466D;
}
.summary-style .summary-box {
  padding: 10px;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
}
.summary-style .summary-box .margin-btm {
  margin-bottom: 2em;
}
.summary-style .summary-box .btn {
  text-align: center;
}
.summary-style .summary-box .btn a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  padding: 16px 60px;
  text-shadow: 0px 0px 3px #000000;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #2fa6fd 0%, #1678ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#2fa6fd), to(#1678ff));
}
.summary-style .summary-box .btn a img {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
/*--------------------------------------------------
    2/26/追加
--------------------------------------------------*/
/* *--------------------------------------------------------------------
 ボックススタイル
--------------------------------------------------------------------* */
.list-style02 {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.list-style02 h5 {
	color: #8ec656;
	margin-left: 0;
	margin-bottom: 0.5em;
	background: #e9e9dd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.list-style02 h5:before {
  background: none;
}
.list-style02 h4 {
  margin-bottom: 20px;
  border-bottom: 1px #ccc dotted;
}
/* *--------------------------------------------------------------------
 記事レイアウト
--------------------------------------------------------------------* */
.box-style02 ul.infolist {
	margin-top: 10px;
	margin-right: 1em;
	margin-bottom: 10px;
	margin-left: 1em;
}
.box-style02 ul.infolist li {
	width: 98%;
	color: #333333;
	border-bottom: 1px #ccc dotted;
	border-right: 1px #ffffff dotted;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.box-style02 ul.infolist li h4 {
	font-size: 1em;
	margin: 0;
	text-indent: 0;

}
.box-style02 ul.infolist li h4 a {
/*  color: #8ec656;*/
	background-image: url(../../images/common/icon_arrow_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	}
.box-style02 ul.infolist li h4 a:hover {

}





/* *--------------------------------------------------------------------
 2.27追加
--------------------------------------------------------------------* */
/*ページタイトル*/
.page-title-date {
	background: #f1f1f1;
	padding: 10px;
}
.detail-date {
	text-align: right;
	font-size: 0.75rem;
	margin: 1.0em 0;
}
.detail-date a {
  
}
/* --- 画像の回り込み --- */
.main-inner .float-box03 {
  /*2列*/
  margin: 0 auto 30px;
}
.main-inner .float-box03 ul li {
  width: 100%;
  margin-bottom: 20px;
}
.main-inner .float-box figure,
.main-inner .float-box03 figure {
  margin: 0;
  padding: 0;
  border: none;
}
.main-inner .float-box figure figcaption,
.main-inner .float-box03 figure figcaption {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .max-container .float-box03:after,
  .main-inner .float-box03:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
  }
  .max-container .float-box03 ul li,
  .main-inner .float-box03 ul li {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .max-container .float-box03 ul li:first-child,
  .main-inner .float-box03 ul li:first-child {
    margin-left: 0;
  }
}
.list-style03 {
  margin-bottom: 30px;
  padding: 4px;
}
.list-style03 ul {
  list-style: none;
  padding: 15px 15px 15px 10px;
}
.list-style03 ul li {
  position: relative;
  height: 14px;
  line-height: 14px;
  margin-bottom: 16px;
  padding-left: 20px;
}
.list-style03 ul li a {
  font-size: 14px;
}
.list-style03 ul li:last-child {
  margin-bottom: 0;
}
.list-style03 ul li:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: " \f0da";
  /* Unicode */
  font-family: FontAwesome;
}
/*ダウンロード*/
.list-style-dl {
  margin-bottom: 30px;
  padding: 4px;
}
.list-style-dl ul {
  list-style: none;
  padding: 15px 15px 15px 10px;
}
.list-style-dl ul li {
  position: relative;
  height: 14px;
  line-height: 14px;
  margin-bottom: 16px;
  padding-left: 28px;
}
.list-style-dl ul li a {
}
.list-style-dl ul li:last-child {
  margin-bottom: 0;
}
.list-style-dl ul li:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: "\f019";
  /* Unicode */
  font-family: FontAwesome;
}
/*ボックス　ご意見*/
.box-style-goiken {
	padding: 20px;
	background: #fff5b7;
	border: 2px #ffd62c solid;
	margin-top: 2em;
	margin-bottom: 2em;
}
.box-style-goiken h6 {
  position: relative;
  font-size: 100%;
  font-weight: bold;
  height: 24px;
  padding-left: 22px;
}
.box-style-goiken h6:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: " \f0da";
  /* Unicode */
  font-family: FontAwesome;
}
.box-style-goiken p {
	padding-left: 22px;
	font-size: 98%;
}
/*ボックス　情報発信元*/
.box-style-source {
  padding: 10px;
  background: #ffffff;
  border: 2px #ffd62c solid;
  font-size: 90%;
  margin-bottom: 1.0em;
}
.box-style-source .pic1,
.box-style-source .pic2 {
  float: right;
  text-align: center;
  margin: 5px;
  font-size: 75%;
}
.box-style-source h5 {
  position: relative;
  font-weight: bold;
  border-bottom: 1px #cccccb solid;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 130%;
}
.box-style-source h5:before {
  background: none;
}
.box-style-source p {
  padding-left: 10px;
}
.box-style-source p span {
}
.box-style-source .picture {
  float: none;
  text-align: center;
  margin: 0 auto;
  font-size: 75%;
}
.box-style-source .picture:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  font-size: 0.1em;
}
@media only screen and (min-width: 768px) {
  .box-style-source .picture {
    float: right;
  }
}
/*ボックス　アンケート*/
.box-style-enq {
  padding: 10px;
  background: #e1fdee;
  border: 2px #43946b solid;
  font-size: 90%;
  margin-bottom: 1.0em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box-style-enq h3 {
	position: relative;
	font-weight: bold;
	border-bottom: 2px #43946b solid;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #060;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
.box-style-enq h3:before {
  background: none;
}
.box-style-enq h3 span {
	display: inline-block;
	float: right;
	font-weight: normal;
	text-align: right;
	font-size: 0.8rem;
}
.box-style-enq p,
.box-style-enq div {
  margin: 0 0 10px 10px;
}
.box-style-enq p span {
  font-weight: bold;
}
/*表組み（テーブル）*/

div.detailtable {
  border-collapse: collapse !important;
  margin-bottom: 1.5rem;
}
div.detailtable table {
/*
  border-collapse: collapse !important;
  margin: 10px auto !important;
*/
}
div.detailtable table th,
div.detailtable table td {
  padding: 4px !important;
  border: solid 1px #000000 !important;
}
/*SNSボタンブロック*/
.snsblock {
  list-style: none;
  text-align: right;
  margin: 1.0em 0;
}
.snsblock li {
  /*  float: left;*/
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 5px 0 0;
  width: auto;
  height: 20px!important;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe {
  width: 100% !important;
}
iframe.twitter-share-button {
  width: 90px !important;
  margin-bottom: 0;
}
iframe.hatena-bookmark-button-frame {
  margin-bottom: 0;
}
div#___plusone_0 {
  width: 60px !important;
}
.fb-like {
  line-height: 1;
}
/* *--------------------------------------------------------------------
 2.27追加
--------------------------------------------------------------------* */
.txtL {
  text-align: left !important;
}
.txtR {
  text-align: right !important;
}
.txtC {
  text-align: center !important;
}
.txtNML {
  font-weight: normal;
}
.strong,
.bold,
strong {
	font-weight: bold;
}
.small,
small {
  font-size: 0.8em;
  font-weight: normal;
}
.h-small {
  font-size: 50%;
  font-weight: normal;
}
.cap {
  text-align: center;
  margin: 5px 0 10px 0;
  font-size: 85%;
  line-height: 1;
}
/*DL dtの文字数が増えない場合*/
#boxCATEGORY dl {
  width: 650px;
  margin: 20px auto;
  overflow: hidden;
  /*floatしたので高さ確保*/
  /*    border-bottom:1px solid #ffffff;*/
  border-top: none;
  /*dt,dd設定とかぶるので*/
}
#boxCATEGORY dl dt {
  width: 30%;
  float: left;
  clear: both;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background: #03a0d6;
  border-bottom: 1px solid #ddd;
}
#boxCATEGORY dl dd {
  width: 65%;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-left: 35%;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  #boxCATEGORY dl {
    width: 94%;
    margin: 0 3% 30px;
  }
  #boxCATEGORY dl dt {
    width: 100%;
    padding: 10px;
    border: none !important;
  }
  #boxCATEGORY dl dd {
    width: 100%;
    padding: 10px;
    float: none;
  }
}
/* *--------------------------------------------------------------------
 2.28追加
--------------------------------------------------------------------* */
.max-container .float-box-infosource,
.main-inner .float-box-infosource {
  margin: 10px auto 30px;
  font-size: 80%;
}
.max-container .float-box-infosource a,
.main-inner .float-box-infosource a {
}
.max-container .float-box-infosource .float-r,
.main-inner .float-box-infosource .float-r {
  width: 100%;
}
.max-container .float-box-infosource .float-l,
.main-inner .float-box-infosource .float-l {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .max-container .float-box-infosource:after,
  .main-inner .float-box-infosource:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
  }
  .max-container .float-box-infosource .float-l,
  .main-inner .float-box-infosource .float-l {
    float: left;
    width: 48%;
  }
  .max-container .float-box-infosource .float-r,
  .main-inner .float-box-infosource .float-r {
    float: right;
    width: 48%;
    text-align: right;
  }
}
/* *--------------------------------------------------------------------
 2.28追加
--------------------------------------------------------------------* */
/*共通*/
#infoline h4,
#eventline h4,
#serviceline h4,
#sectionline h4,
#faqline h4 {
  position: relative;
  font-size: 152%;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #cccccc;
}
#infoline h4:before {
  /* お知らせ */
  position: absolute;
  top: 5px;
  left: 8px;
  content: " \f05a";
  /* Unicode */
  font-family: FontAwesome;
}
#eventline h4:before {
  /* 行事イベント */
  position: absolute;
  top: 5px;
  left: 8px;
  content: "\f024";
  /* Unicode */
  font-family: FontAwesome;
}
#serviceline h4:before {
  /* 行政サービス */
  position: absolute;
  top: 5px;
  left: 8px;
  content: "\f007";
  /* Unicode */
  font-family: FontAwesome;
}
#sectionline h4:before {
  /* 市役所 */
  position: absolute;
  top: 5px;
  left: 8px;
  content: "\f19c";
  /* Unicode */
  font-family: FontAwesome;
}
#faqline h4:before {
  /* よくあるご質問 */
  position: absolute;
  top: 5px;
  left: 8px;
  content: "\f059";
  /* Unicode */
  font-family: FontAwesome;
}
.max-container .float-box-infosource,
.main-inner .float-box-infosource {
	margin: 10px auto 30px;
	font-size: 90%;
}
.max-container .float-box-infosource .float-r,
.main-inner .float-box-infosource .float-r {
  width: 100%;
}
.max-container .float-box-infosource .float-l,
.main-inner .float-box-infosource .float-l {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .max-container .float-box-infosource:after,
  .main-inner .float-box-infosource:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
  }
  .max-container .float-box-infosource .float-l,
  .main-inner .float-box-infosource .float-l {
    float: left;
    width: 48%;
  }
  .max-container .float-box-infosource .float-r,
  .main-inner .float-box-infosource .float-r {
    float: right;
    width: 48%;
    text-align: right;
  }
}
/*印刷ページ　xxxxx_print.jsp*/
#print {
  width: 100% !important;
  margin: 10px auto;
}
/*　contact_list.jsp*/
#contactlist .card {
  position: relative;
  font-size: 90%;
  border-bottom: 1px #dddddd dotted;
  margin: 10px 20px;
}
#contactlist .card a {
  font-weight: bold;
}
#contactlist .card p {
  margin-top: 10px;
}
#contactlist .card input[type="submit"] {
  position: absolute;
  top: 30%;
  right: 15px;
}
/*region_top.jsp カテゴリーnav*/
.category-nav {
	display: none;
	width: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 3px 0 #666;
	background-color: #F7F7F7;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.category-nav :after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  font-size: 0.1em;
}
.category-nav li {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-bottom: solid 1px #006837;
}
.category-nav li a {
  display: block;
  height: 20px;
  /*color: #006837;*/
  text-shadow: 0 1px 1px #ccc;
  text-decoration: none;
  tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
  -webkit-tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
}
.category-nav li:last-child {
  display: block;
  color: #993300;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  border-bottom: none;
}
@media only screen and (min-width: 960px) {
  .category-nav {
	display: block;
	width: 100%;
	text-align: center;
	box-shadow: none;
	background: none;
	background-color: #F7F7F7;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 1em;
}
  .category-nav li {
    float: left;
    padding: 0 0.6rem;
    text-align: center;
    border-left: solid 1px #006837;
    border-bottom: none;
  }
  .category-nav li a {
    display: block;
    height: 16px;
    font-size: 0.9rem;
  }
  .category-nav li a:hover {
    text-decoration: underline;
  }
  .category-nav li:first-child {
    border-left: none;
  }
  .category-nav li:last-child {
    display: none;
  }
}
/* --- ボタンスタイル --- */
.btn a .fa {
  margin: 0 0 5px 8px;
}
.viewButton {
  margin: 10px;
  text-align: center;
  background: #eeeeee;
  padding: 6px 4px;
  border: 1px #cccccc solid;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.viewButton a {
  display: block;
  color: #666666;
  text-decoration: none;
}
.viewButton a:hover {
  color: #8ec656;
  background: none;
}
.submitBTN01,
.submitBTN02,
a.submitBTN01,
a.submitBTN02,
#formBTN,
#formBTN02 {
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.2em;
  padding: 10px 0;
  width: 180px;
  margin: 0 5px;
  text-align: center;
}
.submitBTN01,
a.submitBTN01,
#formBTN {
  background: #006837;
  border: 1px #006837 solid;
  color: #ffffff;
}
.submitBTN01:hover,
a.submitBTN01:hover,
#formBTN:hover {
  background: #0a81b3;
  border: 1px #0a81b3 solid;
}
.submitBTN02,
a.submitBTN02,
#formBTN02 {
  background: #aaa;
  border: 1px #aaa solid;
  color: #ffffff;
}
.submitBTN02:hover,
a.submitBTN02:hover,
#formBTN02:hover {
  background: #ccc;
  border: 1px #ccc solid;
}
/* --- テーブルスタイル --- */
.table-style02,
.table-style01 {
  width: 96%;
  margin: 0 2% 30px;
}
.table-style02 th,
.table-style01 th,
.table-style02 td,
.table-style01 td {
	padding: 10px;
	border: 1px solid #cccccc;
}
.table-style02 th,
.table-style01 th {
	background: #EEE;
}
.table-style02 th,
.table-style01 th {
  width: 30%;
  text-align: left;
}
@media screen and (min-width: 320px) {
  .table-style01 th,
  .table-style01 td {
   
    /*display: block;*/
    border-top: none;
  }
  .table-style01 tr:first-child th {
    border: 1px solid #cccccc;
  }
  .table-style02 {
    border: none;
  }
  .table-style02 tr {
    /*display: block;*/
    margin-bottom: 10px;
  }
  .table-style02 th {
   /* display: block;*/
    /*width: 100%;*/
    margin: 0 auto 10px;
  }
  .table-style02 td {
    /*display: list-item;*/
    /*width: 100%;*/
    margin-left: 20px;
    border: none;
  }
}
/* --- カレンダー --- */
.calendar {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}
.calendar table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}
.calendar table caption {
  padding-bottom: 6px;
}
.calendar table caption a {
  font-size: 93%;
}
.calendar table caption a:hover {
  text-decoration: none;
}
.calendar table th,
.calendar table td {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  padding: 2px;
  border: 1px solid #CCC;
}
.calendar table th {
  background: #ddedf8;
}
.calendar table th:first-child {
  color: #ff0000;
}
.calendar table th:last-child {
  color: #0071bc;
}
.calendar table td a {
  display: block;
  width: 100%;
  /*font-size: 93%;*/
  font-size: 13px;
  color: #333333;
  padding: 1px;
  text-decoration: underline;
}
.calendar table td a:hover {
  color: #ff0000;
  text-decoration: none;
  background: #f0d5d4;
}
.calendar table td a:active {
  background: #f30;
}
/* --- リストスタイル --- */
.list-style01 {
  margin-bottom: 30px;
}
.list-style01 ul {
  list-style: none;
  padding-left: 24px;
}
.list-style01 ul li {
  color: #333333;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 12px;
}
.list-style01 ul li a {
  color: #333333;
  font-size: 16px;
}



.list-style02 {
  margin-bottom: 30px;
  /*padding: 4px;
  border: solid 2px #cccccc;*/
}
.list-style02 ul {
	list-style: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 1.5em;
	padding-left: 10px;
}
.list-style02 ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0.25em;
}

.list-style02 ul li:last-child 
{
  margin-bottom: 0;
}

.list-style02 ul li:before {
	position: absolute;
	top: 3px;
	left: 8px;
	content: " \f101";
	/* Unicode */
  font-family: FontAwesome;
	color: #666;
}
.list-style02 ul.icon li:before {
  content: none;
}



/*アイコン　青*/
	.list-style02 ul.blue li:before {
	position: absolute;
	top: 0;
	left: 8px;
	content: " \f138";
	/* Unicode */
	  font-family: FontAwesome;
	color: #0650CC;
	}


/*アイコン　ピンク*/
	.list-style02 ul.pink li:before {
	position: absolute;
	top: 0;
	left: 8px;
	content: " \f138";
	/* Unicode */
	  font-family: FontAwesome;
	color: #C9317D;
	}

/*アイコン　緑*/
	.list-style-pink ul li:before {
	position: absolute;
	top: 0;
	left: 8px;
	content: " \f138";
	/* Unicode */
	  font-family: FontAwesome;
	color: #329030;
	}






ul.zebra {
  list-style: none;
}
ul.zebra li {
  height: 59px;
  line-height: 59px;
  padding-left: 25px;
  border-bottom: 1px dotted #cccccc;
}
ul.zebra li a {
  color: #0071bc;
  font-size: 18px;
  padding-left: 35px;
}
.dl-style01 {
	border-bottom: 1px #ccc dotted;
	font-size: 98%;
	clear: both;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.dl-style01 dt {
	color: #C00;
	font-weight: bold;
}
.dl-style01 dd {
	display: block;
}


/* --- ページ送り --- */
ul.pageNav {
	background: #ffffff;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
ul.pageNav li {
	display: inline;
	margin: 0 2px !important;
	padding: 0;
	border-right: none;
	color: #C00;
}
ul.pageNav li span,
ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.pageNav li span:hover,
ul.pageNav li a:hover {
  border: 1px solid #d9d3ce;
}
@media only screen and (max-width: 640px) {
  ul.pageNav {
    padding: 5px 0;
  }
  ul.pageNav li span,
  ul.pageNav li a {
    padding: 2px 6px;
    margin-bottom: 2px;
    font-size: 0.75em;
  }
}





.main-inner .life-cate h3.title01
{
  color:#006837;
}


.life-cate{
	padding: 1em;
	border: 3px solid #CCC;
	margin-top: 1em;
}

.life-cate h3{
	margin-left: 0;
}


.main-inner .life-cate ul {
  margin: 10px 0;
  padding-left: 10px;
  padding-bottom: 10px;
 /* border-bottom: 1px #ccc dotted;*/
}
.main-inner .life-cate ul li {
	display: inline-block;
	/*margin-right: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;*/
  border-right: 1px #ccc solid;
	padding-right: 0.5em;
	padding-left: 0.5em;
}



