@charset "utf-8";
/*-----------------------------------------------
 __webfont
-----------------------------------------------*/

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifJP-Regular.woff) format('woff2'),
       url(../fonts/NotoSerifCJKjp/NotoSerifJP-Regular.woff) format('woff');
  font-display: swap;
 }

.mincho {
  font-family: "Noto Serif Japanese", sans-serif;
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", '游明朝', YuMincho, 'HG明朝E', Meiryo UI,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:400;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype")
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:500;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:700;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype")
}


/*-------------------------------------------
webfont-set
-------------------------------------------*/
.noto_100{
  font-family:'Noto Sans Japanese';
  font-weight: 100;
}

.noto_200{
  font-family:'Noto Sans Japanese';
  font-weight: 200;
}

.noto_300{
  font-family:'Noto Sans Japanese';
  font-weight: 300;
}

.noto_400{
  font-family:'Noto Sans Japanese';
  font-weight: 400;
}

.noto_500{
  font-family:'Noto Sans Japanese';
  font-weight: 500;
}

.noto_700{
  font-family:'Noto Sans Japanese';
  font-weight: 700;
}

.fw_600 {
    font-weight: 600;
}
/*-----------------------------------------------
 __default style
-----------------------------------------------*/
/* select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

body {
  margin: 0px;
  padding: 0px;
  line-height:1.6;
  font-size: 95%;
  font-family: Meiryo UI,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #000000;
  background-color: #fff;
  width:100%;
}


h1 {
  margin: 0;
  padding: 12px 120px 3px 14px;
  font-size: 150%;
  color: #002f59;
  background-color: #fff;
  border: 2px solid #3a7bd2;
  border-bottom: 5px solid #3a7bd2;
  background-image: url(image/h1_ico1.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  min-height: 48px;
  font-weight: normal;
}

h1.navi1 {
  border: 2px solid #36bc00;
  border-bottom: 5px solid #36bc00;
  color: #195600;
  background-image: url(image/h1_ico2.png);
  background-repeat: no-repeat;
  background-position: right 50%;
}

h1.navi2 {
  border: 2px solid #0072bc;
  border-bottom: 5px solid #0072bc;
  color: #002f59;
  background-image: url(image/h1_ico3.png);
  background-repeat: no-repeat;
  background-position: right 50%;
}

h1.navi3 {
  border: 2px solid #fb7fa7;
  border-bottom: 5px solid #fb7fa7;
  color: #560000;
  background-image: url(image/h1_ico4.png);
  background-repeat: no-repeat;
  background-position: right 50%;
}

h1.navi4 {
  border: 2px solid #0da4ff;
  border-bottom: 5px solid #0da4ff;
  color: #003e5e;
  background-image: url(image/h1_b4.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

h1.navi5 {
  border: 2px solid #f8941d;
  border-bottom: 5px solid #f8941d;
  color: #563700;
  background-image: url(image/h1_ico5.png);
  background-repeat: no-repeat;
  background-position: right 50%;
}


h2 {
  margin: 10px 0px 10px 0px;
  padding: 4px 5px 0px 10px;
  font-size: 130%;
  color: #000000;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeeeee), color-stop(0.00, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); /* IE7,8,9 */
  min-height: 36px;
  border: 1px solid #d7d7d7;
  border-left: 10px solid #0072bc;
  border-right: 1px solid #d7d7d7;
}

h2.navi1 {
  border-left: 10px solid #36bc00;
}

h2.navi2 {
  border-left: 10px solid #0072bc;
}

h2.navi3 {
  border-left: 10px solid #fb7fa7;
}

h2.navi4 {
  border-left: 10px solid #0da4ff;
}


h2.navi5 {
  border-left: 10px solid #f8941d;
}


h3 {
  margin: 10px 0px 15px;
  padding: 2px 5px 0px 5px;
  font-size: 120%;
  color: #333333;
  background-color: #fff;
  border-left: 7px solid #3a7bd2;
  border-bottom: 2px solid #3a7bd2;
  min-height: 32px;
  font-weight: normal;
}

h3.navi1 {
	border-left: 7px solid #36bc00;
	border-bottom: 2px solid #36bc00;
	/*background: url(image/h3_bg1.png) no-repeat left center;*/
}

h3.navi2 {
	border-bottom: 2px solid #0072bc;
	border-left: 7px solid #0072bc;
}

h3.navi3 {
	border-bottom: 2px solid #fb7fa7;
	border-left: 7px solid #fb7fa7;
}

h3.navi4 {
	border-bottom: 2px solid #0da4ff;
	border-left: 7px solid #0da4ff;
}

h3.navi5 {
	border-bottom: 2px solid #f8941d;
	border-left: 7px solid #f8941d;
}

h3.bunrui{
  border:none;
  border-bottom: 5px solid #36bc00;
  margin: 20px 0 10px;
}
h3.bunrui .fas{
  font-size: 2rem;
  color: #36bc00;
  display:inline-block;
  vertical-align: middle;
}
h3.bunrui .fas.faw{
  padding: 0 7px;
}

h3.bunrui p{
  display:inline-block;
  vertical-align: middle;
  padding: 10px;
  /* line-height: 1.8; */
}
h4 {
	margin: 10px 0px 5px 0px;
	padding: 2px 0px 5px 20px;
	color: #000000;
	font-weight: normal;
    background-color: #fff;
	border-bottom: 1px dotted #cccccc;
	background-image: url(image/h4.png);
	background-repeat: no-repeat;
	background-position: left center;
	/* text-indent: 16px; */
	min-height: 24px;
  font-size: 110%;
}

h4.navi1 {
	background: url(image/h4_1.png) no-repeat left center;
}

h4.navi2 {
	background: url(image/h4_2.png) no-repeat left center;
}

h4.navi2s {
	background: url(image/h4_2.png) no-repeat left center;
	font-size: 100%;
}


h4.navi3 {
	background: url(image/h4_3.png) no-repeat left center;
}

h4.navi4 {
	background: url(image/h4_4.png) no-repeat left center;
}

h4.navi5 {
	background: url(image/h4_5.png) no-repeat left center;
}

h5 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: bold;
  color: #0000ff;
  background-color: #fff;
}

h5.subtitle{
  margin: 5px 0 10px;
  padding: 5px 0;
  font-size: 105%;
  /* font-weight: bold; */
  color: #333;
  border-bottom: 2px solid #aaa;
  BACKGROUND-COLOR: transparent;
}

h6 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  background-color: transparent;
}

p {
	margin: 0px;
	padding: 0px;
}

p.sec_t {
	margin: 10px 0;
	padding: 0px;
}

ul {
	margin: 10px 0;
	padding: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
  list-style: none;
  list-style-image: none;
}

dl {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}

dt {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}

dd {
	margin: 0px;
	padding: 0px;
}

blockquote {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

input {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

img {
  border: none;
}

img.photo{
  border:1px solid #cccccc;
  padding: 2px;
}

/*ここからテーブル*/
table {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #999999;
  font-size: 100%;
  overflow-x: auto;
}

table.nobdr{
    border: 0px solid #999999;
}

table.design{
  
}

table.j_flow{
  background-image: url(image/fl_back.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

.mobile{
  width: 100%;
}
  
  
.mobile td.l_cap{
  width: 12%;
  text-align: center;
}

.mobile td.l_cap_b{
  width: 27%;
  text-align: center;
}

table.table004 caption {
  margin-top: 1em;
  text-align: left;
}

table tr.line2n{
  background-color: #ebf5ff;
}

table td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table th {
  border: solid 1px #999;
  padding: 4px 6px;
  background: #eff6fe;
  text-align: center;
  font-weight: normal;
}

table#nobdr{
    border: solid 0px #999;
border-collapse: collapse;
border-spacing: 0 0;
}

#nobdr tr, #nobdr th, #nobdr td{
  padding: 0;
  margin: 0;
}

#nobdr td{
border-collapse: collapse;
border-spacing: 0;
}

table td.nobdr, table th.nobdr{
  border: solid 0px #999;
  
}

table.nobdr th, table.nobdr td{
  border: solid 0px #999;
}

table.nobdr th, table.nobdr td.va_c{
  vertical-align: middle;
}


table#nobdr td, table#nobdr th{
  border: solid 0px #999;
  border-collapse: collapse;
  vertical-align: top;
}

table#nobdr th, table#nobdr td{
  border: solid 1px #999;
  border-collapse: collapse;
  vertical-align: top;
}

table#nobdr img{
  margin: 0;
  padding: 0;
}

.popsheet thead td{
  position: relative
}

.popsheet thead p{
  position: absolute;
  left: 40%;
  top: 35%;
}

.popsheet tbody tr td:nth-child(2){
  text-align: left;
}

/* .popsheet tbody tr:nth-child(52) td:nth-child(2){
  text-align: right;
} */

.popsheet tbody tr:nth-child(2n){
  background-color: #ebf5ff;
}

.popsheet2 thead td{
  position: relative
}

.popsheet2 thead p{
  position: absolute;
  left: 40%;
  top: 35%;
}

.popsheet2 tbody tr td:nth-child(2){
  text-align: left;
}

.popsheet2 tbody tr:nth-child(2n){
  background-color: #ebf5ff;
}

.d_green{
  background-color: #d0ffd0;
}

.d_blue{
  background-color: #ddeeff;
}


.kumamv{
  width: 55%;
  text-align: right;
}

.wt_auto{
  width: auto;
}

.wt_kotei{
  width: 100%;
}

.wt_700{
  width: 700px;
}

.wt100{
  width: 100%;
}

.wt90{
  width: 80%;
  margin: 0 auto;
}

.wt80{
  width: 80%;
  margin: 0 auto;
}

.wt70{
  width: 70%;
  margin: 0 auto;
}

.wt60{
  width: 60%;
  margin: 0 auto;
}

.wt50{
  width: 50%;
}

.wt45{
  width: 45%;
}

.wt40{
  width: 40%;
}

.wt33{
  width: 33%;
}

.wt30{
  width: 30%;
}

.wt25{
  width: 25%;
}

.wt20{
  width: 20%;
}

.wt15{
  width: 15%;
}

.wt10{
  width: 10%;
}

.fs90{
  font-size: 90%;
}

.fs85{
  font-size: 85%;
}

.fs80{
  font-size: 80%;
}

.fs110{
  font-size: 110%;
}

.fs160{
  font-size: 160%;
}

.fs130{
  font-size: 130%;
}

.fs120{
  font-size: 120%;
}

.fs200{
  font-size: 200%;
}

.v_top{
  vertical-align: top;
}

.poplist{
  border: 0px;
}

select {

}

.c-txt{
  text-align: center;
}

.l-txt{
  text-align: left;
}

.r-txt{
  text-align: right;
}

.u_line{
  text-decoration: underline;
}

.flt_r{
  float: right;
}

.frt_l{
  float: left;
}

.flt_r.flt_none{
  float: none;
}

.frt_l.flt_none{
  float: none;
}


.cl:before,
.cl:after{
  content:"";
  display: table;
}

.cl:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cl{
  *zoom:1;
}

/* .cl:after {
  display: block;
  clear: both;
  content: "";
} */

.inblk{
  display: inline-block;
  vertical-align: top;
}

.pagecap{
  padding: 0px 10px;
}

.v-top{
  vertical-align: top;
}

.v-mdl{
  vertical-align: middle;
}
.v-btm{
  vertical-align: bottom;
}

.x-flow{
  overflow-x: scroll;
}

.pc{
  display: inherit;
}

.sp{
  display: none;
}

  .scroll-box, .scrollbox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a:link {
  BACKGROUND-COLOR: transparent;
  /*color: #000099;*/
  color: #004b8c;
  text-decoration: underline;
}

a:visited {
  /*color:#990099;*/
  color:#800080;
  text-decoration: underline;
}

a:hover {
  /*font-weight: bold;*/
  color: #c70026;
  /* text-decoration: underline; */
  text-decoration: none;
  background-color: transparent;
  background-color: #eeeeee;
  /* border-bottom: 2px solid #004b8c; */
}

a:focus {
  background-color: #eeeeee;
}

a:active {
	/*color: #1e90ff;*/
}

/*
a.skip {
	BACKGROUND-COLOR: transparent;
	COLOR: #048cce;
}

.skip {
	POSITION: absolute;
	LINE-HEIGHT: 0.1;
	BACKGROUND-COLOR: #ffffff;
	WIDTH: 1px;
	COLOR: #000000;
	FONT-SIZE: 0.1%;
	LEFT: -3000px;
}

a.skip {
	BACKGROUND-COLOR: #ffffff;
}

a:active.skip {
	Z-INDEX: 9999;
	LINE-HEIGHT: 1.6;
	WIDTH: auto;
	FONT-SIZE: 100%;
	LEFT: 0px;
}

a.skip:focus {
	Z-INDEX: 9999;
	LINE-HEIGHT: 1.6;
	WIDTH: auto;
	FONT-SIZE: 100%;
	LEFT: 0px;
}
*/


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#wrapper_out {
	margin: 0 auto;
	padding: 0;
	min-width: 1044px;
	max-width: 100%;
	text-align: left;
	background-color: #fafaf6;
	background-image: url(image/woutbg.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#wrapper_out.navi1 {
	background-image: url(image/wbox_bg1.png);
	background-position: left top;
	background-repeat: repeat;
}

#wrapper_out.navi2 {
	background-image: url(image/wbox_bg2.png);
	background-position: left top;
	background-repeat: repeat;
}

#wrapper_out.navi3 {
	background-image: url(image/wbox_bg3.png);
	background-position: left top;
	background-repeat: repeat;
}

#wrapper_out.navi4 {
	background-image: url(image/wbox_bg4.png);
	background-position: left top;
	background-repeat: repeat;
}

#wrapper_out.navi5 {
	background-image: url(image/wbox_bg5.png);
	background-position: left top;
	background-repeat: repeat;
}

#wrapper {
	margin: 10px auto 0;
	padding: 10px 10px 0px 10px ;
	/*min-width: 975px;
	max-width: 1024px;*/
	
	/*20140221修正_IE11対策*/
	width: 1024px;
	text-align: left;
	/*BORDER: #ffff00 1px solid;*/
	background-color: #ffffff;
}

#main_box{
  float: right;
  width: 784px;
  padding: 0 10px 0 20px;
}

.content {
  padding: 10px;
}

.content.wt100 {
  width: auto;
}


#right_box{
  float: right;
  width: 210px;
}

#left_box{
  width: 210px;
  float: none;
}

#page_info {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #006dfa;
}

#page_info.navi1 {
	border: 1px solid #36bc00;
}

#page_info.navi2 {
	border: 1px solid #0072bc;
}

#page_info.navi3 {
	border: 1px solid #fb7fa7;
}

#page_info.navi4 {
	border: 1px solid #0da4ff;
}

#page_info.navi5 {
	border: 1px solid #f8941d;
}

.a_day {
	MARGIN: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
    font-size: 90%;
    color: #333333;
    padding-left: 20px;
}

.a_day2 {
	MARGIN: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
    font-size: 90%;
    color: #333333;
}

.nodisp{
  display: none;
}

.red{
  color: #D90000;
}

.blue{
  color: #0027ff;
}

.white {
    color: #fff;
}
/*-----------------------------------------------
 __searchform
-----------------------------------------------*/

#searchform2 {
	position: relative;
}

#keywords2 {
	width: 122px;
	height: 16px;
	background: #ffffff;
	border: solid 1px #1e90ff;
	padding: 4px 4px 4px 4px;
	color: #000000;
	font-size: 90%;
}

#searchBtn2 {
	position: absolute;
	top: -1px;
	_top: 1px;
	left: 130px;
}

table.size_tbl {
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 0px 0px 0px 8px;
	width: 125px;
	border-radius: 5px;
/*CSS3*/
}

table.search_tbl2 {
	background: #ffffff;
	/*border: #cccccc 1px solid;*/
	padding: 0px 5px 5px 0px;
	width: 420px;
	border-radius: 5px;
       font-size: 90%;
	margin-left: 5px;
	float: right;
}
table.search_tbl3 {
	background: #ffffff;
	/*border: #cccccc 1px solid;*/
	padding: 0px 5px 5px 0px;
	width: 420px;
	border-radius: 5px;
       font-size: 90%;
	margin-left: 5px;
	float: right;
}
table.search_tbl3 td {
	padding: 5px 0px 5px 0px;
}

table.search_tbl3 th {
	width: 90px;
}

#searchform3 {
	position: relative;
}

#keywords3 {
	width: 260px;
	height: 17px;
	background: #ffffff;
	border: solid 1px #999999;
    margin-right: 60px;
    margin-left: 5px;
    margin-top: 1px;/*+14px*/
	padding: 2px;
	color: #000000;
	font-size: 90%;
  background-image: url(image/google_s2.png);
  background-position: right 5px top 50% !important;
  background-repeat: no-repeat !important;
}

#keywords3:focus{
  background-image: none;
}


#searchBtn3 {
	position: absolute;
	top: 0px;
	_top: 0px;
	left: 270px;
}

table.size_tbl3 {
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 0px 0px 0px 8px;
	width: 125px;
	border-radius: 5px;
/*CSS3*/
}
#q_search{
       froat:right;
}


/*----------------------------------------
    グローバルナビ
------------------------------------------*/

.gnav_out{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
/*   background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0062e2), color-stop(0.50, #0062e2), color-stop(0.50, #006cfa), color-stop(0.00, #006cfa));
  background: -webkit-linear-gradient(top, #006cfa 0%, #006cfa 50%, #0062e2 50%, #0062e2 100%);
  background: -moz-linear-gradient(top, #006cfa 0%, #006cfa 50%, #0062e2 50%, #0062e2 100%);
  background: -o-linear-gradient(top, #006cfa 0%, #006cfa 50%, #0062e2 50%, #0062e2 100%);
  background: -ms-linear-gradient(top, #006cfa 0%, #006cfa 50%, #0062e2 50%, #0062e2 100%);
  background: linear-gradient(top, #006cfa 0%, #006cfa 50%, #0062e2 50%, #0062e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006cfa', endColorstr='#0062e2', GradientType=0); */
  /* IE7,8,9 */
  /* border-top: 2px solid #014f97; */
  /* border-top: 4px solid #0062e2; */
  border-top: 4px solid #999;
  /* border-bottom: 2px solid #014f97; */
  /* box-shadow: 0px 3px 5px rgba(90,90,90,0.2); */
  z-index: 10;
}

.gnav_sec{
  width: 100%;
  margin: 0 auto;
  padding: 1px 0px;
  box-shadow: 0px 3px 5px rgba(90,90,90,0.2);
}

.gnav {
  position: relative;
  width: 1020px;
  margin: 10px auto;
  padding: 0px 0px 0px 0px;
  /* height: 36px; */
  /* height: 30px; */
  /* border-left: 1px solid #014f97; */
  border-left: 1px solid #666;
  /* border-right:1px solid #014f97; */
  border-right:1px solid #666;
}

.gnav ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px ;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.gnav li {
  letter-spacing: normal;
  margin: 5px 0px;
  padding: 0px 0px;
  border-right:1px solid #666;
  vertical-align: top;
  width: calc(20% - 1px);
}

.gnav li:nth-child(5n){
  border-right: 0px solid #666;
}

/* .gnav li:last-child{
  border-right: 0px solid #666;
} */

.gnav a {
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 10px;
  color: #000;
  font-size:115%;
  line-height: 1.7;
  padding: 0 0 0;
  border-radius: 6px;
  padding-left: 35px;
}

.gnav a.drop{
  min-height:30px;
  height:auto !important;
  height:30px;
}

.gnav a.home {
  /* text-align: center; */
  background-image: url(image/gnav/h1_ico1a.png);
  /* background-position: 2% 0px; */
  background-position: 0% 0px;
  background-repeat: no-repeat;

}

.gnav a.kurashi {
  /* text-indent: 85px; */
  background-image: url(image/gnav/h1_ico2a.png);
  /* background-position: 10% 0px; */
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.jigyou {
  background-image: url(image/gnav/h1_ico3a.png);
  /* background-position: 2% 0px; */
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.raihou {
  background-image: url(image/gnav/h1_ico4a.png);
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.hukkou {
  background-image: url(image/gnav/h1_ico5a.png);
  /* background-position: 3% 0px; */
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.ijyu {
  background-image: url(image/gnav/h1_ico6a.png);
  /* background-position: 2% 0px; */
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.event {
  background-image: url(image/gnav/h1_ico7a.png);
  /* background-position: 10% 0px; */
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.madoguchi {
  background-image: url(image/gnav/h1_ico8a.png);
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.koutsu {
  background-image: url(image/gnav/h1_ico9a.png);
  /* background-position: 2% 0px; */
  background-position: 0% 0px;
  background-repeat: no-repeat;
}

.gnav a.syorui {
  background-image: url(image/gnav/h1_ico10a.png);
  background-position: 0% 0px;
  background-repeat: no-repeat;
}


.gnav li:hover, .gnav li.navion,
.gnav li:focus, .gnav li.navion:focus {
  /* background-color: #ccc; */
/*   background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d9e9fd), color-stop(0.50, #e6f1ff), color-stop(0.50, #fff), color-stop(0.00, #fafafa));
  background: -webkit-linear-gradient(top, #fafafa 0%, #fff 50%, #e6f1ff 50%, #d9e9fd 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #fff 50%, #e6f1ff 50%, #d9e9fd 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #fff 50%, #e6f1ff 50%, #d9e9fd 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #fff 50%, #e6f1ff 50%, #d9e9fd 100%);
  background: linear-gradient(top, #fafafa 0%, #fff 50%, #e6f1ff 50%, #d9e9fd 100%);
  background: linear-gradient(top, #fafafa 0%, #fafafa 50%, #e4e4e4 50%, #c6c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d9e9fd', GradientType=0); */
  /*IE7,8,9*/
  color: #025bcf;
  /* font-weight: normal; */
}

.gnav li.navion a, .gnav li.navion a.dropon,
.gnav li.navion a:focus, .gnav li.navion a.dropon:focus {
    color: #025bcf;
}

.gnav li a:hover, .gnav li a.dropon,
.gnav li a:focus, .gnav li a.dropon:focus {
  background-color: #eee;
  color: #025bcf;
  border: none;
}

.gnav li.navion a:hover, .gnav li.navion a.dropon,
.gnav li.navion a:focus, .gnav li.navion a.dropon:focus {
  background-color: #eee;
  color: #025bcf;
  border: none;
}

/* .gnav li:hover a.home img, .gnav a.home:hover img, .gnav li.navion a.home img,
.gnav li:focus a.home img, .gnav a.home:focus img {
  visibility: hidden;
}
 */
.gnav li a.home:hover, .gnav a.home:hover, .gnav li.navion a.home,
.gnav li a.home:focus, .gnav a.home:focus{
  background-image: url(image/gnav/h1_ico1b.png);
  background-color: #3970D1;
  color: #fff;
}

.gnav li a.kurashi:hover, .gnav a.kurashi:hover, .gnav li.navion a.kurashi,
.gnav li a.kurashi:focus, .gnav a.kurashi:focus {
  background-image: url(image/gnav/h1_ico2b.png);
  background-color: #108600;
  color: #fff;
}

.gnav li a.jigyou:hover, .gnav a.jigyou:hover, .gnav li.navion a.jigyou,
.gnav li a.jigyou:focus, .gnav a.jigyou:focus {
  background-image: url(image/gnav/h1_ico3b.png);
  background-color: #0072BC;
  color: #fff;
}

.gnav li a.raihou:hover, .gnav a.raihou:hover, .gnav li.navion a.raihou,
.gnav li a.raihou:focus, .gnav a.raihou:focus {
  background-image: url(image/gnav/h1_ico4b.png);
  background-color: #C94776;
  color: #fff;
}

.gnav li a.hukkou:hover, .gnav a.hukkou:hover, .gnav li.navion a.hukkou,
.gnav li a.hukkou:focus, .gnav a.hukkou:focus {
  background-image: url(image/gnav/h1_ico5b.png);
  background-color: #C75102;
  color: #fff;
}

.gnav li a.ijyu:hover, .gnav a.ijyu:hover, .gnav li.navion a.ijyu,
.gnav li a.ijyu:focus, .gnav a.ijyu:focus {
  background-image: url(image/gnav/h1_ico6b.png);
  background-color: #C75102;
  color: #fff;
}

.gnav li a.event:hover, .gnav a.event:hover, .gnav li.navion a.event,
.gnav li a.event:focus, .gnav a.event:focus {
  background-image: url(image/gnav/h1_ico7b.png);
  background-color: #3D6CF3;
  color: #fff;
}

.gnav li a.madoguchi:hover, .gnav a.madoguchi:hover, .gnav li.navion a.madoguchi,
.gnav li a.madoguchi:focus, .gnav a.madoguchi:focus {
  background-image: url(image/gnav/h1_ico8b.png);
  background-color: #108600;
  color: #fff;
}

.gnav li a.koutsu:hover, .gnav a.koutsu:hover, .gnav li.navion a.koutsu,
.gnav li a.koutsu:focus, .gnav a.koutsu:focus {
  background-image: url(image/gnav/h1_ico9b.png);
  background-color: #108600;
  color: #fff;
}

.gnav li a.syorui:hover, .gnav a.syorui:hover, .gnav li.navion a.syorui,
.gnav li a.syorui:focus, .gnav a.syorui:focus {
  background-image: url(image/gnav/h1_ico10b.png);
  background-color: #108600;
  color: #fff;
}

/*ここからドロップダウンメニュー
----------------------------------------------------------*/
.secondmenu {
  border: 2px solid #00669f;
  position: absolute;
  left: -2px;
  top: 45px;
  width: 1000px;
  z-index: 8000;
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 10px rgba(90,90,90,0.3);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.secondmenu:before {
  display: block;
  content: "";
  position: absolute;
  top:-20px;
  left:0px;
  right:0px;
  height:20px;
  background-image:url(image/sub_menu_mark.png);
  background-position:  15% top;
  background-repeat:  no-repeat;
}

.secondmenu.home{
  border: 2px solid #00669f;
}
.secondmenu.kurashi{
  border: 2px solid #36bc00;
}
.secondmenu.jigyou{
  border: 2px solid #0072bc;
}
.secondmenu.raihou{
  border: 2px solid #fb7fa7;
}
.secondmenu.hukkou{
  border: 2px solid #f8941d;
}


.secondmenu.home:before{
  background-image:url(image/sub_menu_mark01.png);
  background-position:  10% top;
}
.secondmenu.kurashi:before{
  background-image:url(image/sub_menu_mark02.png);
  background-position:  30% top;
}
.secondmenu.jigyou:before{
  background-image:url(image/sub_menu_mark03.png);
  background-position:  70% top;
}
.secondmenu.raihou:before{
  background-image:url(image/sub_menu_mark04.png);
  background-position:  50% top;
}
.secondmenu.hukkou:before{
  background-image:url(image/sub_menu_mark05.png);
  background-position:  90% top;
}


.secondmenu a {
  margin: 0px;
  margin-left: 10px;
  border: 0px solid #00669f;
  line-height: 1.2em;
  list-style: none;
  list-style-position: inside;
}


.secondmenu a, .navion > .secondmenu a {
  position: relative;
  display: block;
  width: calc(25% - 40px);
  color: #333;
  background-color: transparent;
  text-align: left;
  text-decoration: underline;
  padding: 20px 10px;
  padding-left: 20px;
  font-size: 100%;
  font-weight: normal;
  background-image: url(image/sm_icon01.png);
  background-repeat: no-repeat;
  background-position: 8px 1.6em;
  margin: 0;
}

.secondmenu a.long, .navion > .secondmenu a.long  {
  width: 208px;
  padding-left: 1.4em;
  text-indent: -0em;
}

.secondmenu a.line2, .navion > .secondmenu a.line2 {
  padding-bottom: 30px;
}

.secondmenu.home a, .navion > .secondmenu.home a{
  background-image: url(image/sm_icon01.png);
}
.secondmenu.kurashi a, .navion > .secondmenu.kurashi a{
  background-image: url(image/sm_icon02.png);
}
.secondmenu.jigyou a, .navion > .secondmenu.jigyou a{
  background-image: url(image/sm_icon03.png);
}
.secondmenu.raihou a, .navion > .secondmenu.raihou a{
  background-image: url(image/sm_icon04.png);
}
.secondmenu.hukkou a, .navion > .secondmenu.hukkou a{
  background-image: url(image/sm_icon05.png);
}

.secondmenu a:hover, .navion > .secondmenu a:hover {
  background-color: #f3f3f3;
}

.gnav>ul>li.navion > .secondmenu {
  display: none;
}

.gnav>ul>li> .secondmenu {
  display: none;
}

.gnav>ul>li:hover > .secondmenu, .gnav>ul>li> .secondmenu.focused{
  display: flex;
}
/*----------------------------------------
ヘッダー
------------------------------------------*/

#head_out{
  padding: 0px 0px;
  height: 254px;
  margin: 0 auto;
  min-width: 1024px;
  max-width: 100%;
  background-color: #ffffff;
}

#head{
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.wacs{
  margin: 0px;
  height: 30px;
  background-color: #006efb;
  width:100%;
  font-size: 100%;
}

.c_copy{
  float: left;
  color: #fff;
  background-color: transparent;
  padding: 5px 0px 0px 10px;
}


.wacs ul {
  width: 1024px;
  margin: 0 auto;
}

.wacs ul li{
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin:0px;
  vertical-align: middle
}

.m_tlt{
  color: #ffffff;
}

.wacs ul.txt_size{
  width: 80px;
  margin: 0;
  padding: 0;
}

.wacs ul.txt_size li a{
  text-decoration: none;
  padding: 2px;
  text-align: center;
  color:#000000;
  background-color: #ffffff;
  border: 1px solid #00baff;
}

.toplogo{
  float: none;
}

.toplogo a{
  display: block;
  width: 100px;
  height: 200px;
  padding: 0px;
  margin: 10px 0 0 50px;
  background-image: url(image/town_logo_p.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#topslide{
  width:854px;
  float: right;
}

#slider {
  height: 234px;
}


/*----------------------------------------
フッター
------------------------------------------*/

#foot_out{
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 95%;
  border-top: 4px solid #006dfa;
}

#foot{
  width: 1024px;
  margin: 0 auto;
}

#copy_out{
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #006dfa;
  font-size: 90%;
  color: #ffffff;
}

#copy{
  width: 1024px;
  margin: 0 auto;
}

.address{
  width:64%;
  padding: 10px 0px;
  display: inline-block;
}

.adbpdf {
  width: 35%;
  padding: 10px 0px;
  display: inline-block;
}

.c_menu{
  width: 64%;
  padding: 10px 0px;
  font-size: 90%;
}

.c_menu ul {
  
}

.c_menu ul li{
  display: inline-block;
  margin-right: 15px;
}

.c_menu ul li a{
  color: #ffffff;
}

.c_menu ul li a:hover{
  color: #004b8c;
}

.copyright{
  width: 35%;
  padding: 10px 0px;
  font-size: 90%;
}

.btmimg {
  padding: 20px 0px 0px;
  text-align: right;
  /* background-image: url(image/btm_image.png); */
  background-image: url(image/btm_image.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 120px;
  width: 1044px;
  margin: 0 auto;
  border-top: 1px solid #ffffff;
  display: block;
  background-color: #ffffff;
}

/*----------------------------------------
サイト内検索 改修後
------------------------------------------*/
#search_out{
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
  background-color: #f9f9f9;
  /* background-color: #aaa; */
}

.search_sec{
  width: 544px;
  margin: 0 auto 0px;
  padding: 15px 0 10px;
  /* background-color: #d1eaf4; */
  /* background-color: #ebf7fc; */
}


#frm_search {
	position: relative;
}

.search_sec .inblk{
  display: inline-block;
  text-align: left;
}

.s_img{
  margin: 0;
  padding: 0;
}

#keyword {
  width: 305px;
  height: 20px;
  background: #ffffff;
  border: solid 1px #aaa;
  margin-right: 0px;
  margin-left: 5px;
  margin-top: 1px;/*+14px*/
  padding: 2px;
  color: #000000;
  font-size: 100%;
  background-image: url(image/google_s.png);
  background-position: left 5px top 50% !important;
  background-repeat: no-repeat !important;
}

#keyword:focus{
  background-image: none;
}


#s_btn {
  /* width: 100px; */
  height: 25px;
  margin: 0;
  padding: 2px 10px 0;
  font-size: 100%;
  position: absolute;
  left: 318px;
  top: 1px;
  color: #fff;
  text-align: center;
  background-color: #006cfa;
  border: none;
}

ul.s_list{
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}

ul.s_list li{
  display: inline-block;
  margin: 0 0 0;
  padding: 0 10px;
}

ul.s_list li:first-child{
  margin-left: 18px;
  padding-right: 15px;
}

ul.s_list li a{
  color: #333;
  background-color: transparent;
}

/*-----------------------------------------------
 __pankuz
-----------------------------------------------*/
#pankz {
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  /* padding: 0 0 30px; */
  font-size: 90%;
  display: block;
}

/*----------------------------------------
メインコンテンツ
------------------------------------------*/
/*写真・文章*/
.photobox{
  float: right;
  margin-left: 15px;
  padding-bottom: 20px;
}


.content ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

.content ul.kome {
  margin: 10px 0;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}


.content ul.kome li{
  margin: 0px;
  padding: 0px 0px 0px 15px;
  line-height: 1.5;
  background-image: url(image/li_icon5.png);
  background-position: left 7px;
  background-repeat: no-repeat;
  list-style-type: none;
  content: "注";
}

.content ul.history {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

.content ul li{
  margin: 0px 0 5px;
  padding: 0px 0px 0px 15px;
  line-height: 1.5;
  background-image: url(image/li_icon4.png);
  background-position: left 6px;
  background-repeat: no-repeat;
}

.content ul li.smap{
  line-height: 2;
  background-position: left 10px;
}

.content ul li.page_list{
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 15px;
  line-height: 1.5;
  background-image: url(image/li_icon4.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  display: inline;
}


.content ul li.page_list2{
  margin: 0px 30px 0px 0px;
  padding: 0px 0px 0px 15px;
  line-height: 1.5;
  background-image: url(image/li_icon4.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  display: inline;
}

.content ul.history li{
  margin: 0px;
  padding: 0px 0px 0px 15px;
  font-size: 90%;
  background-image: none;
}

.content ol {
  margin-left: 2em;
  padding: 0px 0px 0px 0px;
}

.content ol li{
  margin: 8px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.5;
  list-style-type: decimal;
}

.content ol.kakko{
  list-style-type: none;
}
 
.content ol.kakko li{
  list-style-type: none;
  /* list-style-position:inside; */
  counter-increment: cnt;
  margin-bottom: 5px;
}

.content ol.kakko li:before{
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2em; /* いい塩梅の幅を設定したまえ */
  width: 2em;
}


/*新着一覧*/
.content ul.history li .category{
  width: 60px;
  display: inline-block;
  margin: 0px 5px 5px 0px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

.content ul.history li .txt{
  display: inline-block;
  float: none;
  margin: 0;
  margin-left: 0;
  padding: 0;
  vertical-align: top;
  font-size: 110%;
}

/*旧カラー
.ico0 {
  background-color: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}

.ico1 {
  background-color: #7cc576;
  border: 1px solid #c4df9b;
  color: #ffffff;
}

.ico2 {
  background-color: #0072bc;
  border: 1px solid #7da7d9;
  color: #ffffff;
}

.ico3{
  background-color: #ff71a0;
  border: 1px solid #ff9ac8;
  color: #ffffff;
}

.ico4 {
  background-color: #00bff3;
  border: 1px solid #6dd0f7;
  color: #ffffff;
}

.ico5 {
  background-color: #f8941d;
  border: 1px solid #fdc689;
  color: #ffffff;
}
*/

/*旧カラー2
.ico0 {
  background-color: #ffffff;
  border: 1px solid #0072bc;
  color: #0072bc;
}

.ico1 {
  background-color: #9aed1c;
  border: 1px solid #c4df9b;
  color: #213900;
}

.ico2 {
  background-color: #2377ad;
  border: 1px solid #7da7d9;
  color: #ffffff;
}

.ico3{
  background-color: #fc7fa7;
  border: 1px solid #ff9ac8;
  color: #55002a;
}

.ico4 {
  background-color: #00bff3;
  border: 1px solid #6dd0f7;
  color: #ffffff;
}

.ico5 {
  background-color: #ff8b00;
  border: 1px solid #fdc689;
  color: #3b1f07;
}
*/

.ico0 {
  background-color: #ffffff;
  border: 2px solid #2391d9;
  color: #0072bc;
}

.ico1 {
  background-color: #008000;
  border: 1px solid #9aed1c;
  color: #fff;
}

.ico2 {
  background-color: #2377ad;
  border: 1px solid #7da7d9;
  color: #ffffff;
}

.ico3{
  background-color: #C70064;
  border: 1px solid #ff9ac8;
  color: #fff;
}

.ico4 {
  background-color: #00bff3;
  border: 1px solid #6dd0f7;
  color: #ffffff;
}

.ico5 {
  background-color: #9a4802;
  border: 1px solid #fdc689;
  color: #fff;
}


.content ul.history li a{
  margin-right: 5px;
}


/*-----------------------------------------------
 _新着情報(トップ以外)
-----------------------------------------------*/


#new_tp {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-bottom: 0px;
}

#new_tp.raihou {
  width: 50%;
}

#new_tp ul {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*color: inherit;*/

	/*height: 250px;*/
	list-style-type: none;
}

#new_tp ul li {
	background-color: #ffffff;
	margin: 0px;
	padding: 6px 6px 6px 12px; 
	border-bottom: 1px dotted #cccccc;
}

#new_tp ul li:nth-child(2n){
	background-color:#fcfcfc ;
}

#new_tp ul li a{
	margin-left: 30px;
}

#new_tp ul li a.g_day{
	margin-left: 0px;
}


#new_tp ul li img{
	margin-left: 10px;
	margin-right: 10px;
}

#new_tp ul li.last{
	background-color:#ffffff ;
	border-bottom: 0px dotted #cccccc;
	text-align: right;
}

#new_tp ul li span{
  display: inline;
}




#new_tp2 {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-bottom: 0px;
}

#new_tp2.raihou {
  width: 50%;
}

#new_tp2 ul {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	/*color: inherit;*/

	/*height: 250px;*/
	list-style-type: none;
}

#new_tp2 ul li {
	background-color: #ffffff;
	margin: 0px;
	padding: 6px 6px 6px 12px; 
	border-bottom: 1px dotted #cccccc;
}

#new_tp2 ul li:nth-child(2n){
	background-color:#fcfcfc ;
}

#new_tp2 ul li a{
	margin-left: 30px;
}

#new_tp2 ul li a.g_day{
	margin-left: 0px;
}


#new_tp2 ul li img{
	margin-left: 10px;
	margin-right: 10px;
}

#new_tp2 ul li.last{
	background-color:#ffffff ;
	border-bottom: 0px dotted #cccccc;
	text-align: right;
}

#new_tp2 ul li span{
  display: inline;
}






.g_day{
	margin-left: 0px;
}

/*--ここから広報--*/
.kouhou_new{
  display: inline-block;
  width: 49%;
  margin: 0 auto;
}


.content .kouhou {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  border: 0px solid #cccccc;
  letter-spacing: -.4em;
  border-top: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.content .kouhou.smap{
  line-height: 2;
  background-position: left 10px;
}

.content .kouhou p{
  margin: 0px 0px 0px 0px;
  padding: 10px 3px 3px 3px;
  width: 120px;
  min-height: 210px;
  /* border-top:1px solid #999999; */
  border-top:0px solid #999999;
  border-right:0px solid #999999;
  border-bottom: 1px solid #999999;
  border-left:1px solid #999999;
  background-color: #eff6fe;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
}


/* .content ul.kouhou {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  border: 0px solid #cccccc;
  letter-spacing: -.4em;
  border-top: 1px solid #999;
}


.content ul li.smap{
  line-height: 2;
  background-position: left 10px;
}

.content ul.kouhou li{
  margin: 0px 0px 0px 0px;
  padding: 10px 3px 3px 3px;
  width: 120px;
  min-height: 210px;
  border-top:1px solid #999999;
  border-top:0px solid #999999;
  border-right:0px solid #999999;
  border-bottom: 1px solid #999999;
  border-left:1px solid #999999;
  background-color: #eff6fe;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
}
 */
/* .content ul.kouhou li:first-child, .content ul.kouhou li:nth-child(2), .content ul.kouhou li:nth-child(3), .content ul.kouhou li:nth-child(4), .content ul.kouhou li:nth-child(5), .content ul.kouhou li:nth-child(6){
  border-top:1px solid #999999;
} */

.content .kouhou p:nth-child(6n), .content .kouhou p:last-child{
  border-right:1px solid #999999;
}

.content .kouhou p.item{
  width: 184px;
  font-size: 85%;
  border: 0px;
  background-color: #ffffff;
}

.content .kouhou p.last{
  border-right:1px solid #999999;
}

.content .kouhou p.yoko{
  border:0px solid #999999;
  width: 184px;
  height: 170px;
  font-size: 90%;
}

.content .kouhou p.last2{
  border-top:0px solid #999999;
  border-right:1px solid #999999;
}

.content .kouhou p.down{
  border-top:0px solid #999999;
}

.content .kouhou p img{
  border:1px solid #cccccc;
  margin-bottom: 5px;
  width:103px;
}


/* .content ul.kouhou li:nth-child(6n), .content ul.kouhou li:last-child{
  border-right:1px solid #999999;
}

.content ul.kouhou li.item{
  width: 184px;
  font-size: 85%;
  border: 0px;
  background-color: #ffffff;
}

.content ul.kouhou li.last{
  border-right:1px solid #999999;
}

.content ul.kouhou li.yoko{
  border:0px solid #999999;
  width: 184px;
  height: 170px;
  font-size: 90%;
}

.content ul.kouhou li.last2{
  border-top:0px solid #999999;
  border-right:1px solid #999999;
}

.content ul.kouhou li.down{
  border-top:0px solid #999999;
}

.content ul.kouhou li img{
  border:1px solid #cccccc;
  margin-bottom: 5px;
  width:103px;
} */






.content .kouhou2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  border: 0px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}



.content .kouhou2 p{
  margin: 0px 0px 0px 0px;
  padding: 10px 3px 3px 3px;
  width: 240px;
  min-height: 180px;
  /* border-top:1px solid #999999; */
  border-top:0px solid #999999;
  border-right:0px solid #999999;
  border-bottom: 1px solid #999999;
  border-left:1px solid #999999;
  background-color: #eff6fe;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  text-align: center;
}

.content .kouhou2 p:first-child, .content .kouhou2 p:nth-child(2), /* .content .kouhou p:nth-child(3), */ .content .kouhou2 p:nth-child(3){
  border-top:1px solid #999999;
}

.content .kouhou2 p:nth-child(3n){
  border-right:1px solid #999999;
}

.content .kouhou2 p.last{
  border-right:1px solid #999999;
}

.content .kouhou2 p.last2{
  border-top:0px solid #999999;
  border-right:1px solid #999999;
}

.content .kouhou2 p img{
  border:1px solid #cccccc;
  margin-bottom: 5px;
  width:80px;
}
/* ul.magazin{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  border: 0px solid #cccccc;
  letter-spacing: -.4em;
}

ul.magazin li{
  margin: 0px 0px 0px 0px;
  padding: 10px 3px 3px 3px;
  width: 120px;
  height: 180px;
  border:1px solid #999999;
  background-color: #eff6fe;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
} */

.infoall{
  width: 100%;
}


#info_sec{
  
}

.top_info{
  float: left;
  margin: 0;
  padding: 0;
  width: 420px;
}

.top_pic{
  margin: 0;
  padding: 0;
  margin-left: 430px;
}

/* ここから新着情報 */
.infobox{
  border: 0px solid #cccccc;
  background-color: #ffffff;
  margin: 0px 0px 15px 0px;
  padding: 0px;
 /*  width: 420px; */
    width: 100%;
}

.infobox .cap {
  background-color: #2372DD;
  padding:3px 10px 3px 10px;
  text-align: right;
  height: 32px;
  display: flex;
  justify-content: space-between;
}

.infobox p.cap span {
  text-align: left;
  height: 32px;
}


.info_tlt{
  /* background: url(image/oshirase3.png) left top no-repeat; */
}


.infobox p.cap a{
  color: #333333;
}


.infobox .cap.info_tlt a{
  padding-top: 3px;
  color: #fff;
}

.infobox .cap.info_tlt a:hover{
  color: #fff;
  background-color: transparent;
}

.infobox p.cap a:hover{
  /* color: #ffffff; */
  color: #0072bc;
}

.infobox .tab {
  height: 390px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  /*clear: both;*/
  text-align: left;
  padding: 10px 5px;
  margin-top: 0px;
  border-top: 0px solid #55afdd;
  border-left: 2px solid #55afdd;
  border-right: 2px solid #55afdd;
  border-bottom: 2px solid #55afdd;
}

.infobox .tpx {
  height: 120px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  /*clear: both;*/
  text-align: left;
  padding: 10px;
  margin-top: 0px;
}

.i_cat{
  font-size: 90%;
  font-weight: bold;
  /* width: 120px; */
  width: auto;
  padding: 0 10px;
  line-height: 1.3;
  display: inline-block;
}

.imp{
  border: 1px solid #ff0000;
  color: #d90000;
  background-color: #fff;
  margin: 5px 0px 5px;
}

.not{
  border: 1px solid #0072bc;
  color: #0072bc;
  margin: 15px 0px 5px;
}

.tab dl{
  padding: 5px 0px;
  border-bottom: 1px dotted #cccccc;
  font-size: 90%;
}

.tab dt {
  width: 50px;
  float: left;
  margin: 0px 0px 0px 0px;
}
.tab dd{

}

.tab dd.category {
  width: 50px;
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0;
  text-align: center;
  font-weight: bold
}

.tab dd a {
  margin-right: 3px;
}

.tab dd a:hover{
  text-decoration: none;
}

/*新着一覧*/
.info_link{
  text-align: right;
}

.info_link a{
  padding: 0px;
  display: inline-block;
  border: 0px solid #55afdd;
  text-decoration: underline;
  color: #0072bc;
}

/*ここからトップスライド */
#slide_info {
	margin: 0px;
	padding-left: 1px;
	margin-bottom: 0px;
	height: 79px;
}

#slide_info a:hover{
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*ここからあゆみ、定点*/

.ayumi_sec{
  background-color: #eaf3ff;
  margin: 0px 0px 15px 0px;
  padding: 10px 0px 5px;
}

.ayumi_sec img{
  margin: 0 auto;
}

.ayumi_sec img.pic{
  border: 2px solid #ffffff;
}

.teiten_sec{
  background-color: #eaf3ff;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 5px;
}

.teiten_sec img{
  margin: 0 auto;
}

.teiten_sec img.pic{
  border: 2px solid #ffffff;
}

 p.photo_title {
    font-weight: bold;
    font-size: 110%;
     margin-bottom: 10px;
}

/*復興の歩み*/

.pict {
  padding: 0px 20px 0px 0px;
  vertical-align: top;
  text-align: center;
}

.pict.chiku {
  /* display: inline-block; */
  padding: 0px 20px 0px 0px;
  vertical-align: top;
  /* text-align: left; */
}

.pict img{
  padding: 8px 15px 15px 6px;
    background-image: url(image/pict_bg.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  vertical-align: top;
  width: 216px;
  height: 144px;
}


.pict.chiku img{
  padding: 8px;
  background-image: none;
  width: 240px;
  height: auto;
  border: 1px solid #ccc;
}


.pict img.no_pict{
    background-image: url(image/no_pict_bg.png);
}

a.fancybox:hover{
  background-color: transparent;
  opacity: 0.7;
  -webkit-opacity:0.7;
}

/*------定点写真---------*/

ul.tei {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  border: 0px solid #cccccc;
}

ul.tei li{
  margin: 0px;
  padding: 3px 3px 3px 3px;
  width: 120px;
  border:0px solid #999999;
  background-color: #ffffff;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  text-align: center;
}

ul.tei li.pic{
  padding: 5px 3px 5px;
  width: 146px;
  border:0px solid #999999;
}

ul.tei li img{
  border:1px solid #cccccc;
  margin-top: 5px;
  width: 90%;
  padding: 2%;
  background-color: #ffffff;
}

ul.tei li.pic img{
  border:1px solid #cccccc;
  margin: 5px 0px;
  width: 90%;
  padding: 2%;
  height: 100px;
  background-color: #ffffff;
}

ul.new {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  border: 0px solid #cccccc;
}

ul.new li{
  margin: 0px;
  padding: 3px 3px 3px 3px;
  width: 48%;
  border:0px solid #999999;
  background-color: #ffffff;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  list-style-image: none;
  display: block;
  float: left;
  text-align: center;
}


ul.new li img{
  border:1px solid #cccccc;
  margin-bottom: 5px;
  width: 90%;
  padding: 2%;
  background-color: #ffffff;
}

/*ここから人生の出来事から探す*/

.life_sec{
  margin: 0 0 15px;
  padding: 0;
}

.life_tlt{
  /* background-image: url(image/life_event3.png); */
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 3px 10px 3px 10px;
  height: 32px;
  font-weight: bold;
  font-size: 120%;
    background: #2372DD;
}

.event_list{
  padding: 10px 0px;
  margin-top: 0px;
  display:inherit;
}

.event_list ul{
  margin: 0 auto;
  padding: 0px 0px 0px 2px;
  border: 0px solid #118d00;
  color: #000000;
}

.event_list ul li{
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
}

.event_list ul li a{
  display: block;
  border: 2px solid #9e9e9e;
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
  width: 68px;
  height: 80px;
  border-radius: 6px;
  text-decoration: none;
  color: #333333;
  background-color: #fcfcfc;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.event_list ul li a:hover,
.event_list ul li a:focus {
  border: 2px solid #77b51a;
  background-color: #efffce;
}

.event_list ul li a.evt1{
	background-image: url(image/life_event01_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt2{
	background-image: url(image/life_event02_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt3{
	background-image: url(image/life_event03_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt4{
	background-image: url(image/life_event04_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt5{
	background-image: url(image/life_event05_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt6{
	background-image: url(image/life_event06_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt7{
	background-image: url(image/life_event07_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt8{
	background-image: url(image/life_event08_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt9{
	background-image: url(image/life_event09_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.event_list ul li a.evt10{
	background-image: url(image/life_event10_s.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

/*ここから分類から探す*/
.bunrui_sec{
  margin: 0;
  padding: 0;
}

.bunrui_sec h4{
  margin: 0px;
  padding: 0px 0px 2px 0px;
  font-size: 95%;
  font-weight: normal;
  background-image: url(image/bun_mark3.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  text-indent: 16px;
  color: #333333;
  border-bottom: 1px solid #55afdd;
  min-height:23px
}

.bun_tlt{
  /* background-image: url(image/bunrui3.png); */
    background: #2372DD;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 3px 10px 3px 10px;
  height: 32px;
  font-weight: bold;
  font-size: 120%;
}

.bunrui_list{
  padding: 10px 5px 10px;
  margin-top: 0px;
}

.bunrui_list ul{
  MARGIN: 0px 0px 10px 10px;
  font-size: 100%
}

.bunrui_list ul li{
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 1px 3px;
  width: 140px;
}

.bunrui_list ul li.long{
  width: 140px;
}

.bunrui_list ul li.long2{
  width: 170px;
}

.bunrui_list ul li a{
  background-image: url(image/li_icon3-2.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 10px 0px 15px;
  border-bottom: 0px solid #ff0000;
}


/*復興計画index*/
#aramashi {
	background-color: #dbeef4;
	background-image: url(image/image_gallery.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0px 5px 0px;
}

.img_gal{
  width: 22%;
}

.img_gal img{
  width: 80%;
  border: 2px solid #fff;
}

.img_gal img:hover{
  border: 2px solid #006cfa;
}


/*ふるさと応援寄附*/
.content ul.kihu {
  margin: 0 auto;
  padding: 0px;
  list-style-type: none;
  border: 0px solid #cccccc;
}

.content ul.kihu li{
  margin: 5px 0px;
  padding: 0px;
  width: 32%;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  /* float: left; */
  text-align: center;
  font-size: 85%;
  vertical-align: top;
}

.content ul.kihu li img{
  border:0px solid #cccccc;
  margin-bottom: 5px;
  width:103px;
}

/*ダンベル体操*/
#movie{
  width: 640px;
  margin: 0 auto;
}

/*ハマテラス*/
#hama{
  width: 95%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}


/*レシピ集*/
.half_sec{
  width: 100%;
}

.half_sec .l_sec{
  float: left;
  width: 50%;
}

.half_sec .r_sec{
  float: right;
  width: 50%;
  text-align: center;
}

.half_sec .l_30{
  float: left;
  width: 35%;
}

.half_sec .r_70{
  float: right;
  width: 65%;
  text-align: center;
}

.r_sec img{
  width: 90%;
}


/*----------------------------------------
ふるさと㎝
------------------------------------------*/

.cm_sec{
  width: 100%;
  margin: 0;
  padding: 0;
}

.cm_img{
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  vertical-align: top;
}

.cm_img2{
  display: block;
  width: 97%;
  margin-bottom: 10px;
}

.cm_img a{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.cm_img p{
  width: 100%;
  text-align: center;
}

.cm_img a img, .cm_img2 a img{
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 0 auto;
}

.cm_img a img:hover, .cm_img2 a img:hover{
	transition: 0.3s;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* .cm_img2 a img:hover{
  transition: 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
} */

.cm_movie{
  overflow:none;
  display: none;
  margin: 0;
  padding: 0;
}

.cm_txt{
  padding-right: 10px;
}

.cm_pic{
  width:100%
}

/*----------------------------------------
観光ページ
------------------------------------------*/

.raihou_mainbg{
  margin: 0;
  padding: 0;
  width: 100%;
}

.raihou_mainbg img{
  width: 100%;
}


.r_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
}

.r_box2{
  display: flex;
  justify-content: center;
 /*  flex-wrap: wrap; */
  margin: 0 auto;
  padding: 10px 0;
}

.rmenu{
  width: calc(16.5% - 10px);
  margin: 0 3px;
  padding: 0 0;
  
}

.rmenu.info, .rmenu.movie, .rmenu.bnr{
  width: calc(50% - 6px);
  margin: 0 3px;
  padding: 0 0;
}


.r_box.rlist1{
  align-items: stretch;
}

.rmenu.rlist2{
    border: 2px solid #666666;
    border-radius: 6px;
}

.rmenu.rlist2 a{
    border-radius: 6px;
}


.rmenu.rlist2 > a{
  padding: 0px 0px;
  /* width: calc(100% - 0px); */
  min-height: 120px;
  display: block;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
}

.rmenu.rlist2 a p {
    text-align: center;
    font-size: 110%;
    padding-top: 82px;
    font-weight: bold;
    padding: 82px 5px 5px 0;
}

.rmenu.rlist2:hover,.rmenu.rlist2:hover,.rmenu.rlist2:hover,.rmenu.rlist2:hover,.rmenu .rlist2:hover,.rmenu.rlist2:hover{
	border: 2px solid #fb7fa7;
}



.r_box2 .rmenu.bnr {
    border: 0px solid #666666;
    display: flex;
    align-items: stretch;
    /* padding: 5px 10px; */
    
}

.r_box2 .rmenu.bnr.mankitu {
    border: 3px solid #f8941d;
}


.r_box2 .rmenu.bnr.drive {
    border: 3px solid #fb7fa7;
}

.r_box2 .rmenu.bnr > a{
  /* border: 0px solid #666666; */
  padding: 0px 0px;
  /* width: calc(100% - 4px); */
  /* height: auto;
  min-height: inherit; */
  display: block;
  border-radius: 0px;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  display: flex;
}

.rmenu.bnr a p {
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 10px;
  align-items: stretch;
  padding-top: 5px;
  width: 100%;
  text-shadow: 0 0 3px #333;
}

.rmenu.bnr a p span{
   font-size: 150%;
    letter-spacing: 3px;
}

.rmenu.bnr a:hover{
  	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.r_box2 .rmenu.bnr.mankitu a {
    background-image: url(../img/model_bnr1_s.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #C75102;
    background-position: right center;
    width: 100%;
    min-height: 70px;
}

.r_box2 .rmenu.bnr.drive a {
    background-image: url(../img/model_bnr2_s.jpg);
    background-color: #C94776;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    min-height: 70px;
    
}

.r_box .rmenu a.btn1{
	background-image: url(image/kbtn01.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.r_box .rmenu a.btn2{
	background-image: url(image/kbtn02.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.r_box .rmenu a.btn3{
	background-image: url(image/kbtn03.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.r_box .rmenu a.btn4{
	background-image: url(image/kbtn04.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.r_box .rmenu a.btn5{
	background-image: url(image/kbtn05.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.r_box .rmenu a.btn6{
	background-image: url(image/kbtn06.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#kan_menu li a:hover{
	border: 2px solid #fb7fa7;
}




#kan_menu {
  background-color : #fff;
  padding: 10px 0px;
  margin: 0;
  border: 0px solid #77b51a;
  font-size: 100%;
}

#kan_menu ul {
  margin: 0;
  padding: 0;
  border: 0px solid #118d00;
  color: #000000;
}

#kan_menu ul li {
  width: 120px;
  margin: 0px 3px;
  display: inline-block;
}

#kan_menu ul li a{
  border: 2px solid #666666;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 120px;
  display: block;
  border-radius: 6px;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
}

#kan_menu ul li a.btn1{
	background-image: url(image/kbtn01.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#kan_menu ul li a.btn2{
	background-image: url(image/kbtn02.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#kan_menu ul li a.btn3{
	background-image: url(image/kbtn03.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#kan_menu ul li a.btn4{
	background-image: url(image/kbtn04.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#kan_menu ul li a.btn5{
	background-image: url(image/kbtn05.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#kan_menu ul li a.btn6{
	background-image: url(image/kbtn06.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#kan_menu li a:hover{
	border: 2px solid #fb7fa7;
}

.model_bn{
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

.model_bn a:hover{
  	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.crs_ttl{
  font-size: 200%;
  font-size: 170%;
  font-weight: bold;
}

.crs_ttl span{
  color: #006cfa;
}

.mdl_txt{
  background-image: url(image/mdl_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* .mdl_txt2{
  background-image: url(image/mdl_bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
} */

.m_arr{
  width: 100%;
  height: 90px;
  background-image: url(image/model_arr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.m_arr2{
  width: 100%;
  height: 90px;
  background-image: url(image/model_arr2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}


/*----------------------------------------
復興
------------------------------------------*/

.design_bnr{
  background-image: url(../hukkou/image/onagawa_design_5a.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 126px;
  width: 100%;
  display: block;
}

.design_bnr:hover{
  background-image: url(../hukkou/image/onagawa_design_5b.jpg);
}

/*----------------------------------------
フロー図用リスト
------------------------------------------*/

ul.flow{
  margin: 0 auto;
  padding: 0;
  text-align: center
}

ul.flow li{
  margin: 5px 0;
  padding: 5px 0;
  border: 2px solid #666;
  list-style-image: none;
  background-image: none;
  font-size: 110%;
}

ul.flow li.nobdr{
  margin: 0;
  padding: 0;
  border: 0px solid #666;
}

/*----------------------------------------
左メニュー
------------------------------------------*/

h6{
  color: #ffffff;
  margin-bottom: 15px;
}

#m_guide{
  display: block;
}

#l_bnr{
  display: block;
}

#left_box .menu_sec{
  margin: 0px 10px 12px 0px;
  padding: 0px 0px 10px;
  /* padding: 5px 5px 10px; */
  border:#3b89e6 2px solid;
  background-color: #ffffff;
  background-image: none;
  /* background-image: url(image/btn007.gif); */
  /* background-repeat: no-repeat; */
  /* background-position: 0 0; */
  overflow: hidden;
}

#left_box .menu_sec h6{
  background-image: url(image/btn007.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 7px 5px;
  background-color: #005dcc;
}

#left_box .menu_sec.navi1 {
  border: #36bc00 2px solid;
  background-image: none;
  /* background-image: url(image/btn007-1.png); */
  /* background-repeat: no-repeat; */
  /* background-position: 0 0; */
}

#left_box .menu_sec.navi1 h6{
  background-image: url(image/btn007-1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 7px 5px;
  background-color: #008000;
}

#left_box .menu_sec.navi2 {
  border: #0072bc 2px solid;
  /* background-image: url(image/btn007-2.png); */
  /* background-repeat: no-repeat; */
  /* background-position: 0 0; */
  background-image: none;
}

#left_box .menu_sec.navi2 h6{
  background-image: url(image/btn007-2.png);;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 7px 5px;
  background-color: #0067aa;
}

#left_box .menu_sec.navi3 {
  border: #fb7fa7 2px solid;
  /* background-image: url(image/btn007-3.png); */
  /* background-repeat: no-repeat; */
  /* background-position: 0 0; */
  background-image: none;
}

#left_box .menu_sec.navi3 h6{
  background-image: url(image/btn007-3.png);;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 7px 5px;
  background-color: #b44b6c;
}

#left_box .menu_sec.navi4 {
  border: #0da4ff 2px solid;
  background-image: url(image/btn007-4.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#left_box .menu_sec.navi5 {
  border: #f8941d 2px solid;
  background-image: url(image/btn007-5s.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#left_box .menu_sec.navi5 h6{
  background-image: url(image/btn007-5s.png);;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 7px 5px;
  background-color: #9a5300;
}


#left_box .bnr_sec{
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  display: block;
}

.bnr_list{
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  display: block;
  /* border-top:2px solid #0062e2; */
}

.bnr_list ul{
  width: 100%;
  margin: 0;
  padding: 0;
}

.bnr_list ul li{
  display: block;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
}

.bnr_list ul li a{
  display: block;
  width: 100%;
}


.sanpo{
  width:198px;
  border: 1px solid #ccc;
}

.filed {
  margin: 0px 0px;
  padding: 0px 0px 0px;
}

.filed p{
  border-bottom: 1px dashed #999999;
  margin:10px 0px 0px 0px;
  color: #333333;
}

.filed span {
  font-size:95%
}

.filed ul{
  padding: 0 0 0 10px;
  margin-bottom: 0px;
}

.filed ul.zen{
  padding: 0px;
}

.filed ul li{
  list-style: none;
  /* list-style-image: url(image/lli_ico0.png); */
  list-style-position: outside;
  margin: 7px 0px 5px;
}

.filed ul.navi1 li{
  list-style: none;
  /* list-style-image: url(image/lli_ico1.png); */
  margin: 7px 0px 5px 5px;
}

.filed ul.navi2 li{
  list-style: none;
  /* list-style-image: url(image/lli_ico2.png); */
  margin: 7px 0px 5px 5px;
}

.filed ul.navi3 li{
  list-style: none;
  /* list-style-image: url(image/lli_ico3.png); */
  margin: 7px 0px 5px 5px;
}

.filed ul.navi4 li{
  list-style: none;
  /* list-style-image: url(image/lli_ico4.png); */
  margin: 7px 0px 5px 5px;
}

.filed ul.navi5 li{
  list-style: none;
  /* list-style-image: url(image/lli_ico5.png); */
  margin: 7px 0px 5px 5px;
}

table.jinkou {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #89b3fd;
	background-color: #ffffff;
	font-size: 90%;
	padding: 4px 0px;
}

table.jinkou caption {
	margin-top: 1.2em;
	text-align: center;
}

table.jinkou td {
	border: solid 0px #999;
	padding: 4px 6px 4px 6px;
	text-align: left;
}

table.jinkou td.btm {
	background-color: #D7EEFF;
	text-align: left;
}

table.jinkou td.btm2 {
	text-align: left;
}

table.jinkou td.btm3 {
	border-top: 3px solid #89b3fd;
	background-color: #D7EEFF;
	text-align: left;
}

table.jinkou th {
	background: #ffffff;
	text-align: left;
	white-space: nowrap;
	font-size: small;
	border: solid 0px #999;
	padding: 4px 6px;
}

#left_box .banner {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #0b3f91;
}

#left_box .banner a{
  padding: 5px 0px 0px 0px;
  text-decoration: none;
  display: block;
  font-size: 130%;
  color: #0b3f91;
  background-color: #fff;
  min-height: 37px;
  text-indent: 38px;
}

#left_box .banner a:hover{
  font-weight: bold;
}


#left_box .banner a.saigai {
  border: 2px solid #af0000;
  color: #af0000;
  background-image: url(image/saigai.jpg);
  background-repeat: no-repeat;
  background-position: 3px 50%;
  padding-left: 30px;
  height: auto;
  min-height: 35px;
  text-indent: 0;
}

.mado {
  border: 2px solid #65a5e1;
  background-image: url(image/mado.jpg);
  background-repeat: no-repeat;
  background-position: 5% 50%;
}

.koutsuu{
  border: 2px solid #65a5e1;
  background-image: url(image/koutsuu.jpg);
  background-repeat: no-repeat;
  background-position: 5% 50%;
}

.download {
  border: 2px solid #65a5e1;
  background-image: url(image/download.jpg);
  background-repeat: no-repeat;
  background-position: 5% 50%;
}

#left_box .banner a.life {
  border: 2px solid #ffd800;
  background-image: url(image/life.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  color: #863400;
}

/* トップリンク
------------------------------------------*/
/* pagetop */
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 90%;
  z-index: 1000;
}

#pagetop.fadein {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  transition: 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

#pagetop.fadein:hover {
/*   opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition: 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s; */
}

#pagetop.fadeout {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  transition: 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

#pagetop.fadeout2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  transition: 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

#pagetop.abs {
	position: absolute;
	bottom: 525px;
}

#pagetop a {
  background-color: #0050b9;
  background-image: url(image/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  text-decoration: none;
  color: #ffffff;
  width: 50px;
  padding: 25px 0px;
  text-align: center;
  display: block;
  /* display: none; */
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

/*----------------------------------------
スマホ表示切替
------------------------------------------*/

.switchbtn{
  display: none;
  margin: 0 auto 10px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  speak:none;
}

/*----------------------------------------
本文へ移動リンク
------------------------------------------*/

.txtlink{
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.txtlink a{
  display: block;
  width: 1px;
  height: 1px;
  float: left;
}

 .txtlink a:focus{
  outline:1px;
  width:230px;
  height:28px;
  background:url(image/main_jump.gif) no-repeat top left; position:absolute;
  z-index:9999;
}

/*----------------------------------------
装飾
------------------------------------------*/
.bgc_y{
  background-color: #ffff66;
}

.bgc_g{
  background-color: #99FF99;
}

.bgc_lpink{
  background-color: #ffcccc;
}

.bgc_b{
  background-color: #eff6fe;
}

.tc_g{
  color: #008803;
}


.uline{
  text-decoration: underline;
}

.saigai_waku{
  border: 2px solid #4f6228;
  width:96%;
  margin: 0 auto;
  /* background-color:#d7e4bd; */
  background-color:#F1F6E7;
  padding: 6px;
}

.fs150{
  font-size: 150%;
}

.dblue{
  color: #0000cc;
}

.txt_sec{
  padding: 10px 0;
}

.bdr_ccc{
  border: 1px solid #ccc;
  padding: 5px;
}

.bdr_ccc2{
  border: 2px solid #ccc;
  padding: 5px;
}

.txt_mrg{
  letter-spacing: 1em;
}

table.j_flow{
  background-image: url(image/fl_back.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 1070px;
}

.flow_sec1{
  height: 454px;
}

.flow_sec2{
  padding:10px 0px 0px 20px;
  height:96px;
}

.flow_sec3{
  padding: 0 0 0 10px;
}

.flow_sec4{
  text-align:right;
  width:40%;
  padding:8px 12px 0px 0px;
  height:263px;
}

.flow_sec5{
  padding:5px;
}

.flow_sec6{
  padding:27px 0px 0px 50px;
}

.flow_sec7{
  padding:0px 0px 0px 10px;
  vertical-align: middle;
}

.flow_sec8{
  vertical-align: middle;
  height:102px;
  text-align: right;
}

.flow_sec9{
  width:40%;
  vertical-align: top;
  text-align : left;
  padding-left:15px;
  height:118px;
}

.flow_sec5{
  padding:5px;
}

.flow_sec5{
  padding:5px;
}

.flow_sec5{
  padding:5px;
}

.flow_sec5{
  padding:5px;
}


/*----------------------------------------
文字サイズ
------------------------------------------*/

.wacs ul.txt_size li a.size01, .wacs ul.txt_size li a.size02 {
	font-weight: normal;
	text-align: center;
	color:#000000;
	background-color: #ffffff;
	border: 1px solid #00baff;
}

/*----------------------------------------
表示切替
------------------------------------------*/
.pc{
  display: inherit;
}

.sp{
  display: none;
}

.gnav li.sp{
  display: none;
}

.inblk.pc{
  display: inline-block;
}

/*----------------------------------------
続きを見る
------------------------------------------*/
.rmore{
  width: 120px;
  margin: 0 0;
  padding: 3px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #ccc;
  text-align: center;
  font-size: 90%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 6px;
}

.rmore:hover{
  background-color: #333;
  color: #fff;
}


/*----------------------------------------
石碑ページ
------------------------------------------*/

th.sekihi_th {
    width: 15%;
}

/*----------------------------------------
多言語
------------------------------------------*/

.hmsec{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #006efb;
}

.hmsec.iju{
  background-color: transparent;
}


.hitem{
  margin: 0 auto;
  min-height: 30px;
  width: 1024px;
  font-size: 100%;
  color: #fff;
  display: flex;
  justify-content:space-between;
  align-items: center;
}

/* .itemlist:nth-child(1){
  width:50%;
} */

.hmsec.iju .hitem{
  color: #000;
}


.item_ib{
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}

.item_ib p{
  padding-top: 2px;
}

.itemlist ul {
  margin: 0 auto;
}

.itemlist  ul li{
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin:0px;
  vertical-align: middle;
  vertical-align: top;
}


.itemlist ul.txt_size{
  min-width: 80px;
  margin: 0;
  margin-right: 20px;
  padding: 5px 0 0;
}

.itemlist ul.txt_size li a{
  text-decoration: none;
  padding: 2px;
  text-align: center;
  color:#000000;
  background-color: #ffffff;
  border: 1px solid #00baff;
}

.itemlist ul.txt_size li a.size01, .itemlist ul.txt_size li a.size02 {
	font-weight: normal;
	text-align: center;
	color:#000000;
	background-color: #ffffff;
	border: 1px solid #00baff;
}

#honyaku{
  padding: 3px 3px;
}

/* #honyaku:hover option.test{
  background-color: #000 !important;
  color: #fff !important;
} */


/* #honyaku option.test:hover{
  background-color: #000 !important;
  color: #fff !important;
} */

.modal{
  display: none;
}

.modalBody.lang,.modalBody{
  position: fixed;
  z-index:10000;
  /* background: #fff; */
  background-color: transparent;
  width:660px;
  left:50%;
  top:50%;
  /* min-height: 200px; */
  height: 250px;
  border: 0px solid #cccccc;
}

.modalBK.lang, .modalBK{
  position: fixed;
  z-index:9999;
  height:100%;
  width:100%;
  background:#000;
  opacity: 0.2;
  filter: alpha(opacity=0.2);-moz-opacity:0.2;
}


.modalBody.lang p.close, p.close{
  position: absolute;
  height: 40px;
  text-align: right;
  padding: 0;
  /*cursor: pointer;*/
  font-weight: bold;
  font-size:110%;
  color: #666666;
  width: 40px;
  right:-20px;
  top:-20px;
  cursor: pointer;
  background-image: url(../fancybox/close.png);
  z-index:10010;
}

#attention{
  width: 100%;
  /* height: 100%; */
}

.nosec{
  width: 90%;
  margin: 0 auto;
  /* height: 100%; */
  background-color: #FFF;
  border: 5px solid #3366FF;
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius	: 5px;
  padding-bottom: 50px;
  display: block;
}

.no_title{
  background-color: #3366FF;
  color: #fff;
  display: inline-block;
  margin: 0 0;
  padding: 2px 10px;
  font-weight: bold;
}

.no_txt{
  margin: 0 auto;
  padding: 30px;
  widows: calc(100% - 60px);
  color: #000080;
  font-weight: bold;
}

#plink{
  font-size: 110%;
  font-weight: bold;
}

.note{
  display: none;
}

.no_title p{
  display: none;
}

#plink a p{
  display: none;
}

ul.recipe li.recipe_list {
    display: inline;
}


/*ここから人生の出来事から探す*/

.event_list.kurashi .life {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items:stretch; */
}

.event_list.kurashi {
  padding: 15px 5px 5px;
  margin-top: 0px;
  /* border: 2px solid #55afdd;
  border-top: 0px solid #55afdd; */
  display:inherit;
    
}

.event_list.kurashi .life a {
  margin: 0px 2px 3px;
  width: calc(20% - 8px);
  height: auto;
  padding-top: 55px;
  border-radius: 5px;
  color: #333333;
  border: 2px solid #9e9e9e;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  text-decoration: none;
}

.event_list.kurashi .life a:hover,
.event_list ul li a:focus {
  border: 2px solid #77b51a;
  background-color: #efffce;
  /* color: #fff; */
}

.event_list.kurashi .life a.evt1{
	background-image: url(image/life_event01-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt2{
	background-image: url(image/life_event02-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt3{
	background-image: url(image/life_event03-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt4{
	background-image: url(image/life_event04-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt5{
	background-image: url(image/life_event05-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt6{
	background-image: url(image/life_event06-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt7{
	background-image: url(image/life_event07-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt8{
	background-image: url(image/life_event08-gre.png);
	/* background-position: center top; */
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt9{
	background-image: url(image/life_event09-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_list.kurashi .life a.evt10{
	background-image: url(image/life_event10-gre.png);
	background-position: center top;
	background-repeat: no-repeat;
}

/*ここから分類から探す*/

.bunrui_list.kurashi{
  padding: 10px 5px 0px;
  margin-top: 0px;
}

.blist.kurashi{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 98%;
  margin: 5px 0 30px;
  padding: 5px 0 0px;
  width: 100%;
}

.blist.kurashi a{
/*   margin: 0px 5px 5px;
  padding: 0px 10px 0px 20px;
  background-image: url(image/li_icon3-2.png);
  background-repeat: no-repeat;
  background-position: 5px 0.5em; */
}

.blist.kurashi a{
  margin: 0px 5px 5px;
  padding: 10px 10px;
  background-image:none;
  border: 1px solid #ccc;
  width: 160px;
  position: relative;
}

.blist.kurashi a:hover{
  background-color: #eefff2;
  color: #333;
}

.blist.kurashi a:before{
  font-family: 'Font Awesome 5 Free';
  content: '\f35a';
  position: absolute;
  top: calc(50% - 10px);
  right:5px;
  width: 20px;
  height: 20px;
}


/* 追加CSS--------------------------------------------------- */

.kokusei_chyosa img {
    width: 350px;
}

.sensasu {
    display: flex;
}

.sensasu .chousa_item img{
    width: 150px;
}

.live_graph {
    display: flex;
    width: 100%;
    margin: 10px 0;
}

.graph_item {
    width: 100%;
    text-align: center;
}

.graph_item img {
    width: 100%;
    text-align: center;
}

table.m_top {
    margin-top: 0;
}

.u_dotted {
    border-bottom: 1px dotted;
}

.event_banner img {
    width: 100%;
}

.furusato2 {
    width: 100%;
}

.kansen_m_pic {
	width:100%;
}

.kansen_m_pic img {
	width:100%;
}


.valine_b {
    vertical-align: baseline;
}

.u_line2{
  text-decoration:underline wavy 1px;
}

.u_line3{
  text-decoration: underline double 1px;
}

.padding_lr {
    padding: 10px 15px;
}

.rmenu_bnr:hover {
    opacity: 0.7;
    transition: 0.2s;
}
/*
select{
    appearance: none;
}

select option:hover{
    appearance: none;
    background: red;
}

 */
.gohan_img {
    width: 50%;
}


.bg_yellow {
    background: #FEFAC9;
}



.bg_blue {
    background: #7BF1FD;
}

th.td_line {
    text-decoration: line-through red;
}

.td_line {
    text-decoration: line-through red;
}

.border_none {
   border: none;
}

.wt5 {
width: 5%;
}

.wt8 {
width: 8%;
}

.bg_blue.wt8 {
    border: solid 3px #000;
}

.bg_yellow.wt8 {
    border: solid 3px #000;
}

.u_line-red{
  text-decoration: underline solid red;
}






