@charset "UTF-8";

body {
	width: 100%;
	min-width: 1040px;
	text-align: center;
	color: #000;
	box-sizing:border-box;
	background: #14805C;
}
caption {
	display: none;
}
a {
	color: #0067CD;
}

a:visited {
	color: #800080;
}

img.active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

textarea {
	resize: none;
}


a:link,
a.skip {
	color:#0067CD; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
/* 基本フォントがメイリオ指定の場合は以下を使用 */
body,
input,
select,
textarea {
	font-family:'メイリオ',Meiryo,sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}

#cse-search-box legend {
	display: none;
}

/* --------------------------------------------COMMON */
.sponly {
	display: none;
}
p.st1 {
	margin-bottom: 1em;
}
p.st2 {
	margin-top: 1em;
}
p.st3 {
	margin: 1em 0;
}
p.st4 {
	margin-top: 0.5em;
}
p.st5 {
	margin-left: 1em;
}
p.st6 {
	margin-top: 2em;
}
p.cnt {
	text-align: center;
}

p.emph {
	font-size: 110%;
}
p.danraku {
	text-indent: 1em;
}

p.submit {
	margin: 25px 0 0;
	text-align: center;
}


p.junbi {
	margin: 80px 80px;
	padding: 20px;
	text-align: center;
	font-size: 150%;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);

}
#pagetop {
	position: absolute;
	top: -55px;
	right: -60px;
	z-index: 80000;
}
p.errmsg {
	margin: 20px 15px;
	padding: 10px;
	color: #f00;
	border: 1px solid #f00;
	border-radius: 8px;
	text-align: center;
}

p.sucmsg {
	margin: 20px 15px;
	padding: 10px;
	color: #00f;
	border: 1px solid #00f;
	text-align: center;
}

div.err_msg {
	margin: 20px 10px 0;
	padding: 15px;
	color: #f00;
	border: 1px solid #f00;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
}
p.err_ttl {
	text-align: center;
}


div.submit input {
	margin: 0 1em;
}

div.submit {
	margin: 25px 0 0;
	text-align: center;
}
p.submit input {
	margin: 0 1em;
	padding: 4px 8px;
}

input.lsize {
	width: 450px;
}

input.msize {
	width: 200px;
}
input.msize2 {
	width: 130px;
}
input.xmsize {
	width: 180px;
}
input.ssize {
	width: 90px;
}
input.xssize {
	width: 40px;
}
input.form-control {
	padding: 4px;
	border-color: #ccc;
	border-radius: 4px;
}

select.form-control {
	padding: 4px;
	border-color: #ccc;
	border-radius: 4px;
}

input.formbtn {

}

textarea {
	padding: 4px;
	border-color: #ccc;
	border-radius: 4px;
}

.hissu {
	color: #f00;
}

span.num {
	letter-spacing: 1px;
}

h1 img, h2 img {
	vertical-align: bottom;
}

div.line hr {
	display: none;
}
div.line {
	height: 1px;
	border-top: 1px solid #ececec;
}

#maintitle {

}

.ttl1 {
	padding: 10px 10px 10px 45px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #01803D;
	background-color: #00543C;
	background-image: url(../imgs/pc/common/icon_1.png), url(../imgs/pc/common/kazari_1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 45%, 99% 50%;
}

.ttl2 {

}

#global-nav {
	display: none;
}
.drawer-hamburger {
	display: none;
}

fieldset {
	border: none;
}

table.basic {
	width: 100%;
}

table.basic td {
	padding: 10px 0px 10px 14px;
	border-bottom: 1px dotted #D1D6D9;
}
table.basic th {
	width: 90px;
	padding: 10px 0px 10px 14px;
	border-bottom: 1px dotted #D1D6D9;
	vertical-align: top;
}
table.basic td.field {
	width: 110px;
	padding: 10px 0px 10px 14px;
	border-bottom: 1px dotted #D1D6D9;
	vertical-align: top;
	background: #E6FBFF;
}
table.basic td.hasi {
	padding: 15px 0px 15px 72px;
}
table.basic td.hasi2 {
	padding: 15px 72px 15px 0px;
}
table.basic td.name {
	font-weight: bold;
	font-size: 110%;
}
table.basic td.nr {
	white-space: nowrap;
}

div.corpinfo {
	width: 400px;
	margin: 60px auto 0;
	padding: 20px;
	border: 1px solid #ececec;


}


.form-control {
  height: 30px;

  padding: 3px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
select.form-control {
	padding: 10px;
	line-height: 1.5em;
	height: 40px;
}

#panlist {
	width: 990px;
	margin: auto;
	padding: 15px 0;
	text-align: left;
	font-size: 90%;
	line-height: 1em;
}
#panlist li {
	display: inline;
	color: #6A390E;
}

#panlist li a {
	color: #6A390E;
}
#panlist li a:visited {
	color: #6A390E; 
}
#panlist li:before {
	padding: 0 5px;
	content: ">";
	color: #6A390E;
}
#panlist li:first-child:before {
	padding: 0;
	content: none;

}

div.adobereader {
	margin: 20px 50px;
	padding: 10px;
	background: #f1f3f2;
	border: 1px solid #e2e4e3;
}
p.adobemsg {
	float: left;
	width: 680px;
}
p.getreader {
	float: right;
	width: 112px;
	padding-top: 5px;
}

#wrapper {
	text-align: left;
}

div.contbox {
	width: 990px;
	margin: 0 auto 0;
	text-align: left;
}

div.contbox2 {
	width: 680px;
	margin: auto;
	padding: 30px 0;
}
div.contbox3 {
	padding: 25px 0 0;
}
div.contbox4 {
	padding: 15px 0 0;
}

#headerpanel {
	background: #fff;
}

#headcol1 {
	float: left;
	width: 470px;
}
#headcol2 {
	float: right;
	width: 520px;
}

#catch {
	margin: 10px 0 0;
	font-size: 80%;
}
#logo {
	margin: 16px 0 0;
}

#langbox {
  margin: 12px 0 0;
	text-align: right;
}



#accessibility {
  display: -webkit-flex;
  display: flex;
 -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
	margin: 10px 0 0;
	
}
#charasize {
	margin-right: 15px;
}
#charasize p {
	display: inline-block;
	margin-right: 3px;
}
#charasize ul {
	display: inline-block;
	list-style: none;
}
#charasize li {
	display: inline-block;
	padding: 8px 8px 6px;
	cursor: pointer;
	background: #fff;
	color: #51574D;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #51574D;
	line-height: 1em;
}
#charasize li:hover {
	background: #51574D;
	color: #fff;
	border: 1px solid #51574D;
}
#charasize li.active {
	background: #51574D;
	color: #fff;
	border: 1px solid #51574D;
}

#color p {
	display: inline-block;
	margin-right: 3px;
}
#color ul {
	display: inline-block;
	list-style: none;
}
#color li {
	display: inline-block;
	padding: 8px 6px 6px;
	cursor: pointer;
	background: #fff;
	color: #000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #51574D;
	line-height: 1em;
}

#color li:first-child {
	background: #fff;
	color: #000;
	border: 1px solid #51574D;
}
#color li:nth-child(2) {
	background: #00017F;
	color: #fff;
	border: 1px solid #000017;
}
#color li:nth-child(3) {
	background: #ff0;
	color: #000;
	border: 1px solid #ff0;
}
#color li:nth-child(4) {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

#subnav {
	margin: 15px 0 0;
	list-style: none;
	text-align: right;
}
#subnav * {
	display: inline-block;
	vertical-align: middle;
}
#subnav li:first-child {
	margin-right: 10px;
	padding-left: 14px;
	background: url(../imgs/pc/common/arrow_1.png) no-repeat 0 48%;
}
#subnav li:nth-child(2) {
	margin-right: 15px;
	padding-left: 14px;
	background: url(../imgs/pc/common/arrow_1.png) no-repeat 0 48%;
}
#subnav li:first-child a, #subnav li:nth-child(2) a {
	color: #000;
}

#searchbtn {
	padding: 3px 8px;
	background: #51574D;
}
#searchtxt {
	width: 210px;
}

#footerpanel {
	padding: 25px 0;
	color: #fff;
	background: #00543C;
}
#footerpanel a {
	color: #fff;
}
#footer {
	width: 990px;
	margin: auto;
	position: relative;
}

ul.footerlink {
	list-style: none;
}

ul.footerlink li {
	display: inline-block;
	margin-right: 15px;
	padding-left: 18px;
	background: url(../imgs/pc/common/arrow_3.png) no-repeat 0 45%;
}

ul.footerlink li a {
	text-decoration: underline;
}

#yakuba {
	margin: 25px 0 0;
	font-size: 130%;
	font-weight: bold;
}
#yakuba span {
	font-size: 80%;
}


#murainfo {
	margin: 18px 0 0;
	line-height: 1.9em;
}

#copyright {
	padding: 15px 0;
	background: #14805C;
	text-align: center;
	color: #fff;
}

#maincont {
	background: url(../imgs/pc/common/bg_kousi.png) repeat 0 0;
}
#singlecont {
	width: 990px;
	margin: auto;
	padding: 40px 0;
}


#mainmenu {
	padding: 30px 0 0;
	background: #fff url(../imgs/pc/common/menu_bg_1.png) repeat-x 0 100%;
}
#contentsbox {
	padding: 0 0 40px;
	background-image: url(../imgs/pc/top/bg_1.png), url(../imgs/pc/common/bg_kousi.png);
	background-repeat: no-repeat, repeat;
	background-position: 50% 100%, 0 0;
	background-size: contain, auto;
}
#top #contentsbox {
	padding: 75px 0 40px;
}
#kodomoen {
	padding: 0 0 40px;
	background-image: url(../imgs/pc/kodomoen/bg_child.png), url(../imgs/pc/common/bg_kousi.png);
	background-repeat: no-repeat, repeat;
	background-position: 50% 100%, 0 0;
	background-size: contain, auto;
}
#chiiki {
	padding: 0 0 40px;
	background-image: url(../imgs/pc/chiiki/bg_chiiki.png), url(../imgs/pc/common/bg_kousi.png);
	background-repeat: no-repeat, repeat;
	background-position: 50% 100%, 0 0;
	background-size: contain, auto;
}

#ijyu {
	padding: 0 0 40px;
	background-image: url(../imgs/pc/ijyu/bg_iju.png), url(../imgs/pc/common/bg_kousi.png);
	background-repeat: no-repeat, repeat;
	background-position: 50% 100%, 0 0;
	background-size: contain, auto;
}
#mainmenu ul {
	width: 990px;
	margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;

	list-style: none;
}
#mainmenu ul li {
	-webkit-flex-basis: 198px;
	flex-basis: 198px;
	
	text-align: center;
}
#mainmenu ul li:hover {
	background: url(../imgs/pc/common/menu_bg_1_r.png) repeat-x 0 100%;
}
#mainmenu ul li a {
	display: block;
	height: 27px;
	padding-top: 53px;
	position: relative;
	border-right: 1px solid #988D3D;
	color: #6A390E;
	font-size: 1rem;
	font-weight: bold;
}
#mainmenu ul li:hover a {
	text-decoration: none;
}

#mainmenu ul li:first-child a:after {
	content: url(../imgs/pc/common/menu_1_color1.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:first-child a:hover:after {
	content: url(../imgs/pc/common/menu_1_color1_r.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(2) a:after {
	content: url(../imgs/pc/common/menu_2_color1.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(2) a:hover:after {
	content: url(../imgs/pc/common/menu_2_color1_r.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(3) a:after {
	content: url(../imgs/pc/common/menu_3_color1.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(3) a:hover:after {
	content: url(../imgs/pc/common/menu_3_color1_r.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(4) a:after {
	content: url(../imgs/pc/common/menu_4_color1.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(4) a:hover:after {
	content: url(../imgs/pc/common/menu_4_color1_r.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(5) a:after {
	content: url(../imgs/pc/common/menu_5_color1.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:nth-child(5) a:hover:after {
	content: url(../imgs/pc/common/menu_5_color1_r.png);
	position: absolute;
	top: -8px;
	left: 72px;
}
#mainmenu ul li:first-child {
	border-left: 1px solid #988D3D;
}

#banner_panel ul {
	width: 990px;
	margin: 15px 0 0;
	padding-bottom: 5px;
	list-style: none;
}
#banner_panel ul li {
	float: left;
	width: 150px;
	margin-right: 18px;
	margin-bottom: 15px;
}
#banner_panel ul li:nth-child(6n) {
	margin-right: 0;
}
#banner_panel ul li img {
	max-width: 150px;
}


#top h2.bnrtitle {
	margin: 20px 0 0;
	font-weight: bold;
	color: #51574D;
	font-size: 130%;
}

#top #slidebox {
	height: 380px;
	background: url(../imgs/pc/top/main_bg_1.jpg) no-repeat 0 0;
	background-size: cover;
}
#top #slider {
	width: 980px;
	margin: auto;
	position: relative;
}
#top #slidewrap {
	width: 668px;
	position: absolute;
	top: 34px;
	left: 0;
	background: #fff;
	padding: 10px;
}

#top div.sp-buttons {
	position: absolute;
	top: 290px;
}
#top .sp-button {
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-color: #fff;
	background-color: #fff;
}
/*次矢印のアイコンフォント*/
.sp-next-arrow:after {
  display: none;
}
.sp-next-arrow:before {
    content:' ' !important;
  display: block;
  background: url(../imgs/pc/top/slide_arrow_1.png) no-repeat left top;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
}

/*前矢印のアイコンフォント*/
.sp-previous-arrow:after {
  display: none;
}
sp-vertical .sp-next-arrow {
	bottom: 20px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.sp-previous-arrow:before {
  content:' ' !important;
  display: block;
  background: url(../imgs/pc/top/slide_arrow_1.png) no-repeat left top;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
}
.sp-previous-arrow {
	left: -30px !important;
}
.sp-next-arrow {
	right: -30px !important;
}
.sp-arrow:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sp-arrow:after {
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

#top .sp-selected-button {
	border-color: #fff;
	background-color: #01833D;
}

#top #heso {
	position: absolute;
	right: 0;
	top: 30px;
}

#cont {
	float: right;
	width: 742px;
}
#cont-wide {

}
#aside {
	float: left;
	width: 230px;
}

#top #cont {
	float: left;
	width: 690px;
}

#top #aside {
	float: right;
	width: 258px;
}

#top div.box1 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #ACACAE;
	border-width: 1px 1px 2px;
	border-radius: 0 0 4px 4px;
}

#top div.box1 ul.datelist {
	display: table;
	width: 655px;
	margin: 15px;
	list-style: none;
}
#top div.box1 ul.datelist li {
	display: table-row;
}
#top div.box1 ul.datelist li div {
	display: table-cell;
	padding: 6px 8px 6px 0;
	border-bottom: 1px dotted #dfdfdf;
}
#top div.box1 ul.datelist li div.date {
	width: 90px !important;
	padding-right: 20px;
}
#top div.box1 ul.datelist li div.value {
	width: auto;
	padding-left: 18px;
	background: url(../imgs/pc/common/arrow_2.png) no-repeat 0 50%;
}

#top div.listlink {
  display: -webkit-flex;
  display: flex;
 -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
	
}
#top div.listlink p {
  -webkit-flex-basis: auto;
  flex-basis:         auto;
	margin-right: 15px;
}

#top #guidelist {
	display: -webkit-flex;
	display: flex;
 -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 15px;
	padding-bottom: 15px;
	list-style: none;
}
#top #guidelist li {
	-webkit-flex-basis: 122px;
	flex-basis: 106px;
	padding: 8px;
	background: #DFDBB8;
	border: 1px solid #acacac;
	border-width: 1px 1px 2px;
	border-radius: 4px;
	text-align: center;
}
#top #guidelist li p {
	margin: 10px 0 0;
	color: #6B3A0F;
	font-weight: bold;
}
#top #guidelist li a {
	color: #6B3A0F;
}

#top #guidelist {
	border-bottom: 1px dotted #dfdfdf;
}

p.tolist {
	padding-left: 18px;
	background: url(../imgs/pc/common/arrow_2.png) no-repeat 0 45%;
}
#top p.rss {
	padding-left: 22px;
	background: url(../imgs/pc/common/icon_rss.png) no-repeat 0 45%;
}

#top #sns {
	margin-bottom: 25px;
}
#top #fb {
	display: table-cell;
/* 	width: 500px;
	margin: auto; */

}
#top #twitter {
	display: table-cell;
	padding-left: 25px;
}

h2.ttl_info {
	background-image: url(../imgs/pc/common/icon_1.png), url(../imgs/pc/common/kazari_1.png);
}
h2.ttl_up {
	background-image: url(../imgs/pc/common/icon_2.png), url(../imgs/pc/common/kazari_1.png);
}
h2.ttl_guide {
	background-image: url(../imgs/pc/common/icon_3.png), url(../imgs/pc/common/kazari_1.png);
}
h2.ttl_link {
	background-image: url(../imgs/pc/common/icon_4.png), url(../imgs/pc/common/kazari_1.png);
}

#top #linkist {
	margin: 15px 15px 0;
	list-style: none;
	text-align: center;
}
#top #linkist li {
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #acacac;
	background: #E0FFB3 url(../imgs/pc/common/arrow_4.png) no-repeat 100% 100%;;
}
#top #linkist li:nth-child(3n) {
	margin-right: 0;
}
#top #linkist li a {
	display: block;
	padding: 2px;
	color: #000;
}
#top #linkist li div {
	display: table-cell;
	vertical-align: middle;
}
#top #linkist li p {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
	
	
}
#top #pamphbox {
	border: 1px solid #ACACAE;
	border-width: 1px 1px 2px;
	border-radius: 4px;
	background: #fff;
}
#top #pamph {
	padding: 0 0 10px;
	background: url(../imgs/pc/top/img_3.png) repeat 0 0;;
	text-align: center;
}
#top #pamph p {
	margin: 10px 0 0;
}
#top #pamphbox p:before {
/* 	content: url(../imgs/pc/common/arrow_5.png);
	padding-right: 5px; */
}
#top #pamphbox p {
	margin: 10px 12px 8px;

}

#top #pamthyt {
	margin: 0 10px;
	padding: 10px;
	background: #fff;
}
#top #pamthyt iframe {
	vertical-align: bottom;
	border: none;
}


#top #sidebanner {
	margin-bottom: 25px;
	list-style: none;
}
#top #sidebanner li {
	margin-top: 10px;
}
#top #sidebanner li:nth-child(4) {
	margin: 15px 0;
}

#top #kisyottl {
	padding: 10px 10px 10px 58px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #0066A8;
	background-color: #003D73;
	background-image: url(../imgs/pc/common/icon_5.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#top #eki {
	display: table-cell;
	min-height: 62px;
	padding: 5px 10px 5px 82px;
	vertical-align: middle;
	color: #46210C;
	font-weight: bold;
	text-align: center;
	background: url(../imgs/pc/top/kansoku.png) no-repeat 15px 50%;
}
#top #kisyodata {
	width: 240px;
	margin: 0 10px;
	border-top: 1px dotted #bfbfbf;
}
#top #kisyodata td {
	border-bottom: 1px dotted #bfbfbf;
}
#top #kisyodata th {
	border-bottom: 1px dotted #bfbfbf;
}
#top #kisyodata th.time {
	background: url(../imgs/pc/top/icon_kansoku_1.png) no-repeat 0 50%;
	text-align: right;
}
#top #kisyodata th.field {
	padding-left: 20px;
	color: #043E70;
}
#top #kisyodata td.value {
	text-align: right;
}
#top #kisyodata th.kaze {
	background: url(../imgs/pc/top/icon_kansoku_2.png) no-repeat 0 50%;
}
#top #kisyodata th.kion {
	background: url(../imgs/pc/top/icon_kansoku_3.png) no-repeat 0 50%;
}
#top #kisyodata th.situdo {
	background: url(../imgs/pc/top/icon_kansoku_4.png) no-repeat 0 50%;
}
#top #kisyodata th.uryo {
	background: url(../imgs/pc/top/icon_kansoku_5.png) no-repeat 0 50%;
}
#top #tolive {
	margin: 12px 0 10px;
	text-align: center;
}
#top #jinko h2 {
	width: margin: auto;
	margin: 5px 0 0;
	color: #693B0A;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 1.1rem;
	text-align: center;
}

#top #jinko {
	background: #DFDBB8;
	border: 1px solid #bfbfbf;
	border-width: 1px 1px 2px;
	border-top: 4px solid #93873D;
	border-radius: 0 0 4px 4px;
}
#top #jinko p#hiduke {
	margin: 7px 0 0;
	text-align: center;
}
#top #jinko table {
	width: 228px;
	margin: 7px auto 10px;
	table-layout: fixed;
	border: 1px solid #bfbfbf;
	background: #DFDBB8;
}
#top #jinko table th {
	background: #93873D;
	border: 1px solid #bfbfbf;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#top #jinko table td {
	background: #fff;
	border: 1px solid #bfbfbf;
	text-align: center;
}

#categoryttl a {
	display: block;
	padding: 100px 10px 20px;
	line-height: 1.1em;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	border-top: 4px solid #01803D;
	background: #00543C url(../imgs/pc/common/side_p_icon_2_color1.png) no-repeat 50% 10px;
	text-align: center;
}

.ttl_tour a {
	background: #00543C url(../imgs/pc/common/side_p_icon_4_color1.png) no-repeat 50% 10px !important;
}

.ttl_guide a {
	background: #00543C url(../imgs/pc/common/side_p_icon_3_color1.png) no-repeat 50% 10px !important;
}
.ttl_access a {
	background: #00543C url(../imgs/pc/common/side_p_icon_5_color1.png) no-repeat 50% 10px !important;
}

#pagelist {
	list-style: none;
	border: 1px solid #cecece;
	border-width: 0 1px 2px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
#pagelist li {
	border-bottom: 1px dotted #cecece;
}
#pagelist li:last-child {
	border-bottom: none;
}
#pagelist li a {
	display: block;
	padding: 12px 10px 12px 28px;
	background: url(../imgs/pc/common/arrow_2.png) no-repeat 10px 48%;
	line-height: 1.1rem;
	color: #000;
}
.guidettl {
	padding: 10px 10px 10px 45px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #01803D;
	background-color: #00543C;
	background-image: url(../imgs/pc/common/icon_3.png);
	background-repeat: no-repeat;
	background-position: 10px 45%;
}

#guidemenu {
	padding-bottom: 6px;
	border: 1px solid #cecece;
	border-width: 0 1px 2px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
#guidemenu ul {
	padding-bottom: 6px;
	list-style: none;
	background: #E3E0BD;
}
#guidemenu ul li {
	padding: 6px 6px 0;
}
#guidemenu ul li a {
	display: block;
	padding: 12px 5px 12px 44px;
	border: 1px solid #D7CF90;
	border-radius: 3px;
	background: #fff;
	color: #6B3A0F;
	line-height: 1em;
}
#guidemenu ul li:nth-child(1) a {
	background: #fff url(../imgs/pc/common/s_guide_1_color1.png) no-repeat 4px 50%;
}
#guidemenu ul li:nth-child(2) a {
	background: #fff url(../imgs/pc/common/s_guide_2_color1.png) no-repeat 4px 50%;
}
#guidemenu ul li:nth-child(3) a {
	background: #fff url(../imgs/pc/common/s_guide_3_color1.png) no-repeat 4px 50%;
}
#guidemenu ul li:nth-child(4) a {
	background: #fff url(../imgs/pc/common/s_guide_4_color1.png) no-repeat 4px 50%;
}
#guidemenu ul li:nth-child(5) a {
	background: #fff url(../imgs/pc/common/s_guide_5_color1.png) no-repeat 4px 50%;
}
#guidemenu p.tolist {
	margin: 5px 8px 0;
}

.infottl {
	padding: 10px 10px 10px 45px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #01803D;
	background-color: #00543C;
	background-image: url(../imgs/pc/common/icon_7.png);
	background-repeat: no-repeat;
	background-position: 10px 45%;
}
#infomenu {
	padding-bottom: 6px;
	list-style: none;
	border: 1px solid #cecece;
	border-width: 0 1px 2px;
	background: #C4DF92;
	border-radius: 0 0 4px 4px;
}
#infomenu li {
	padding: 6px 6px 0;
}
#infomenu li a {
	display: block;
	padding: 12px 5px 12px 10px;
	border: 1px solid #b1b1b1;
	border-radius: 3px;
	background: #fff;
	color: #6B3A0F;
	line-height: 1em;
}
#banners {
	margin: 15px 0 0;
	list-style: none;
}
#banners li {
	margin: 10px 0 0;
}
#banners li:nth-child(3) {
	margin: 18px 0 0;
}

#wpbox {
	min-height: 300px;
	padding: 42px 34px;
	border: 1px solid #cecece;
	border-radius: 4px;
	background: #fff url(../imgs/pc/common/kazari_2.png) no-repeat 98% 10px;
}
#wpdetail {
	margin: 35px 0 0;
}

#wpbox h1 {
	font-size: 2rem;
	line-height: 1.9rem;
	color: #6B3A0F;
}

#wpbox-wide {
	min-height: 300px;
	padding: 42px 44px;
	border: 1px solid #cecece;
	border-radius: 4px;
	background: #fff;
}


#archivelist {
	margin: 35px 0 0;
	list-style: none;
}
#archivelist li {
	margin-bottom: 20px;
	border: 1px solid #cecece;
	border-radius: 4px;
}

#archivelist li a {
	display: block;
	padding: 12px 10px 12px 28px;
	background: url(../imgs/pc/common/arrow_2.png) no-repeat 10px 48%;
	line-height: 1.1rem;
	color: #000;
}

#wpdetail a[href $='.pdf']:before,
table.pagetable a[href $='.pdf']:before,
#archivelist a[href $='.pdf']:before,
#pagelist a[href $='.pdf']:before,
#pamphbox a[href $='.pdf']:before,
ul.datelist li a[href $='.pdf']:before {
	content:url(../imgs/pc/common/iconpdf.png);
	padding-right: 3px;
	padding-left: 5px;
}
#wpdetail a[href $='.doc']:before,
table.pagetable a[href $='.doc']:before,
#archivelist a[href $='.doc']:before,
#pagelist a[href $='.doc']:before,
#pamphbox a[href $='.doc']:before,
ul.datelist li a[href $='.doc']:before {
	content:url(../imgs/pc/common/iconword.png);
	padding-right: 3px;
	padding-left: 5px;
}
#wpdetail a[href $='.docx']:before,
table.pagetable a[href $='.docx']:before,
#archivelist a[href $='.docx']:before,
#pagelist a[href $='.docx']:before,
#pamphbox a[href $='.docx']:before,
ul.datelist li a[href $='.docx']:before {
	content:url(../imgs/pc/common/iconword.png);
	padding-right: 3px;
	padding-left: 5px;
}
#wpdetail a[href $='.xls']:before,
table.pagetable a[href $='.xls']:before,
#archivelist a[href $='.xls']:before,
#pagelist a[href $='.xls']:before,
#pamphbox a[href $='.xls']:before,
ul.datelist li a[href $='.xls']:before {
	content:url(../imgs/pc/common/iconexcel.png);
	padding-right: 3px;
	padding-left: 5px;
}
#wpdetail a[href $='.xlsx']:before,
table.pagetable a[href $='.xlsx']:before,
#archivelist a[href $='.xlsx']:before,
#pagelist a[href $='.xlsx']:before,
#pamphbox a[href $='.xlsx']:before,
ul.datelist li a[href $='.xlsx']:before {
	content:url(../imgs/pc/common/iconexcel.png);
	padding-right: 3px;
	padding-left: 5px;
}
#wpdetail a[href $='.zip']:before,
table.pagetable a[href $='.zip']:before,
#archivelist a[href $='.zip']:before,
#pagelist a[href $='.zip']:before,
#pamphbox a[href $='.zip']:before,
ul.datelist li a[href $='.zip']:before {
	content:url(../imgs/pc/common/iconzip.png);
	padding-right: 3px;
	padding-left: 5px;
}
#wpdetail a>img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#wpdetail h2 {
	margin: 35px 0 20px;
	padding: 10px 10px 10px 15px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #01803D;
	background-color: #00543C;
}
#wpdetail h2 a {
	color: #fff;
	text-decoration: underline;
}
#wpdetail h3 {
	margin: 35px 0 20px;
	padding: 10px 13px;
	border-left: 5px solid #00813B;
	background: #E3DFBC;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#wpdetail h4 {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/common/icon_8.png) no-repeat 0 50%;
	border-top: 2px solid #DCE7BC;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#wpdetail h5 {
	margin: 35px 0 20px;
	padding: 4px 15px;
	background: url(../imgs/pc/common/icon_9.png) no-repeat 0 50%;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#wpdetail h6 {
	margin: 35px 0 20px;
	padding: 0 15px;
	background: url(../imgs/pc/common/icon_10.png) no-repeat 0 46%;
	line-height: 1.2em;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}
#wpdetail ul, #wpdetail ol {
	margin-left: 1.2em;
	line-height: 1.8em;
}
#wpdetail ul.nomark, #wpdetail ol.nomark {
	margin-left: 0 !important;
	list-style: none;
}
#wpdetail .icon2 {
	padding-left: 20px;
	background: url(../imgs/pc/common/arrow_2.png) no-repeat 3px 50%;
}
#wpdetail p {
	margin: 1em 0;
	line-height: 1.8em;
}
#wpdetail .nmtop {
	margin-top: 0 !important;
}
#wpdetail .nmbottom {
	margin-top: 0 !important;
}
#wpdetail .nmleft {
	margin-left: 0 !important;
}
#wpdetail .nmright {
	margin-right: 0 !important;
}
#wpdetail table {
	border: 1px solid #b2b2b2;
}
#wpdetail table th {
	width: auto;
	padding: 4px 8px;
	background: #E8FFB9;
	border: 1px solid #b2b2b2;
}
#wpdetail table td {
	width: auto;
	padding: 4px 8px;
	border: 1px solid #b2b2b2;
}

#wpdetail table.layouttable {
	border: none;
}
#wpdetail table.layouttable th, #wpdetail table.layouttable td {
	padding: 0 4px 0 0;
	border: none;
	
}

#wpdetail .fr {
	float: right;
	width: auto;
	margin: 0 0 30px 30px;
}
#wpdetail .fl {
	float: left;
	width: auto;
	margin: 0 30px 30px 0;
}

#wpdetail div.lifebox h3 {
	margin: 35px 0 20px !important;
	padding: 7px 15px !important;
	background: url(../imgs/pc/common/icon_8.png) no-repeat 0 50% !important;
	border: none;
	border-top: 2px solid #DCE7BC !important;
	border-bottom: 1px dotted #e1e1e1 !important;
	line-height: 1.2em !important;
	color: #000 !important;
	font-size: 1.1rem !important;
	font-weight: bold !important;
}

#wpdetail ul.kijilist {
	list-style: none;
}
#wpdetail ul.kijilist li {
	display: inline-block;
	margin-bottom: 15px;
	
}
#wpdetail ul.kijilist li:before {
	content: "|";
	padding-right: 5px;
	color: #d8d8d8;
}
#wpdetail ul.kijilist li:last-child:after {
	content: "|";
	padding-left: 5px;
	color: #d8d8d8;
}

table.pagetable {
	width: 100%;
	margin: 35px 0 0;
}
table.pagetable td {
	padding: 4px 8px;
	border-bottom: 1px dotted #dfdfdf;
}
table.pagetable td.date {
	width: 8em;
}
table.pagetable td.value {
	padding: 4px 8px;
	padding-left: 18px;
	background: url(../imgs/pc/common/arrow_2.png) no-repeat 0 50%;
}
.tablePagination {
	margin: 30px 0 0;
	text-align: center;
}

/* -------------------災害用 */
#nortop {
	margin: 40px 0 0;
	padding-top: 25px;
	text-align: center;
	border-top: 1px dotted #cecece;
}
#nortop a {
	display: block;
	width: 22em;
	margin: auto;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #00563D;
	border-radius: 6px;
	color: #000;
}

#nortop a:before {
	content: url(../imgs/pc/common/arrow_2.png);
	padding: 0 5px 0 0;
}

#desasterbox {
	padding: 42px 34px;
	border: 2px solid #DA3F45;
	border-radius: 4px;
	background: #fff;
}
#desasterbox h1 {
	color: #B11A23;
	font-weight: bold;
	font-size: 260%;
}
#desasterdetail {
	padding: 35px 0 0;
}

#desasterdetail h2 {
	margin: 35px 0 20px;
	padding: 10px 10px 10px 15px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #E90101;
	background-color: #820000;
}
#desasterdetail h3 {
	margin: 35px 0 20px;
	padding: 10px 13px;
	border-left: 5px solid #E00000;
	background: #B42625;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}

#desasterdetail h4 {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/common/saigai_icon_1.png) no-repeat 0 50%;
	border-top: 2px solid #D99192;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#desasterdetail h5 {
	margin: 35px 0 20px;
	padding: 4px 15px;
	background: url(../imgs/pc/common/saigai_icon_2.png) no-repeat 0 50%;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#desasterdetail h6 {
	margin: 35px 0 20px;
	padding: 0 15px;
	background: url(../imgs/pc/common/saigai_icon_3.png) no-repeat 0 46%;
	line-height: 1.2em;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}

#desasterdetail table th {
	width: auto;
	padding: 4px 8px;
	background: #FFE8F0;
}
#desasterdetail table td {
	width: auto;
	padding: 4px 8px;
}

/* ------------------こども園 */
#kodomoen p.maruc {
	margin: 3rem 0 0;
	text-align: right;
	font-size: 90%;
}

#kodomoen #wpbox-wide {
	padding-bottom: 160px;
	background: #fff url(../imgs/pc/kodomoen/footer_1.png) no-repeat 40px 100%;
}

#kodomomenu {
	margin: 0 !important;
	padding: 8px 15px 5px;
	list-style: none;
	text-align: center;
	background-image: url(../imgs/pc/kodomoen/menu_bg_1.png), url(../imgs/pc/kodomoen/menu_bg_3.png), url(../imgs/pc/kodomoen/menu_bg_2.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position:  0 0, 0 100%, 0 0;
}
#kodomomenu li {
	display: inline-block;
	margin-bottom: 10px;
}
#kodomomenu li a {
	display: block;
	padding: 14px 14px;
	background: #fff;
	border-radius: 4px;
	color: #471700;
}
#kodomomenu li a:before {
	content: url(../imgs/pc/kodomoen/arrow_1.png);
	padding-right: 5px;
}

#contbox-wide {
	margin: 0 50px;
}

#kodomoen #wpdetail {
	margin: 0;
}

#kodomoen #kodomoenttl {
	margin: 40px 0 35px;
	font-size: 2rem;
	line-height: 1.9rem;
	color: #6B3A0F;
}

#kodomoen #wpdetail h2 {
	margin: 35px 0 20px;
	padding: 10px 10px 10px 15px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #FEB4A7;
	background-color: #FF8A80;
}
#kodomoen #wpdetail h3 {
	margin: 35px 0 20px;
	padding: 10px 13px;
	border-left: 5px solid #FF8A80;
	background: #FBE5AC;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#kodomoen #wpdetail h4 {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/kodomoen/icon_1.png) no-repeat 0 50%;
	border-top: 2px solid #FFC5C1;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#kodomoen #wpdetail h5 {
	margin: 35px 0 20px;
	padding: 4px 15px;
	background: url(../imgs/pc/kodomoen/icon_2.png) no-repeat 0 50%;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#kodomoen #wpdetail h6 {
	margin: 35px 0 20px;
	padding: 0 15px;
	background: url(../imgs/pc/kodomoen/icon_3.png) no-repeat 0 46%;
	line-height: 1.2em;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}
#kodomoen #outlinebox {
	margin: 40px 0 0;
	font-size: 120%;
	line-height: 1.6em;
}
#kodomoen div.newsbox {
	margin-bottom: 25px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #ACACAE;
	border-width: 1px 1px 2px;
	border-radius: 0 0 4px 4px;
}

#kodomoen #wpdetail table th {
	width: auto;
	padding: 4px 8px;
	background: #FBE5AC;
}
#kodomoen #wpdetail table td {
	width: auto;
	padding: 4px 8px;
}

#kodomoen div.newsbox ul {
	display: table;
	width: 765px;
	margin: 15px 15px;
	list-style: none;
}
#kodomoen div.newsbox ul li {
	display: table-row;
}
#kodomoen div.newsbox ul li p {
	margin: 0;
	padding: 0;
}
#kodomoen div.newsbox ul li div {
	display: table-cell;
	padding: 6px 8px 6px 0;
	border-bottom: 1px dotted #dfdfdf;
}
#kodomoen div.newsbox ul li div.date {
	width: 90px !important;
	padding-right: 20px;
}
#kodomoen div.newsbox ul li div.value {
	width: auto;
	padding-left: 18px;
	background: url(../imgs/pc/kodomoen/arrow_1.png) no-repeat 0 50%;
}
#kodomoen #yosulist {
	display: table;
	width: 765px;
	margin: 15px 15px;
	list-style: none;
}
#kodomoen #yosulist li {
	display: table-row;
}
#kodomoen #yosulist li p {
	margin: 0;
	padding: 0;
}
#kodomoen #yosulist li div {
	display: table-cell;
	padding: 6px 8px 6px 0;
	border-bottom: 1px dotted #dfdfdf;
}
#kodomoen #yosulist li div.date {
	width: 90px !important;
	padding-right: 20px;
}
#kodomoen #yosulist li div.value {
	width: auto;
	padding-left: 18px;
	background: url(../imgs/pc/kodomoen/arrow_1.png) no-repeat 0 50%;
}



.ttl1-kodomo {
	margin-bottom: 0 !important;
}

/* --------------------------------- 地域おこし協力隊 */
#chiiki #wpbox-wide {
	margin-bottom: 40px;
	padding-bottom: 220px;
	background: #fff url(../imgs/pc/chiiki/footer_1.jpg) no-repeat 40px 100%;
}

#chiikimenu {
	margin: 0 !important;
	padding: 8px 15px 5px;
	list-style: none;
	text-align: left;
	border-top: 4px solid #9D7F49;
	background: url(../imgs/pc/chiiki/menu_bg_1.png) repeat-y 0 0;
	
}
#chiikimenu li {
	display: inline-block;
	margin-bottom: 10px;
}
#chiikimenu li a {
	display: block;
	padding: 14px 14px;
	background: #fff;
	border-radius: 4px;
	color: #471700;
}
#chiikimenu li a:before {
	content: url(../imgs/pc/chiiki/arrow_1.png);
	padding-right: 5px;
}

#chiiki #wpdetail {
	margin: 0;
}

#chiiki #chiikittl {
	margin: 40px 0 35px;
	font-size: 2rem;
	line-height: 1.9rem;
	color: #6B3A0F;
}
#chiiki #wpbox-wide h1 {
	font-size: 2rem;
	line-height: 1.9rem;
	color: #6B3A0F;
}
#chiiki #wpdetail h2 {
	margin: 35px 0 20px;
	padding: 10px 10px 10px 15px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #E6AE57;
	background-color: #EA801C;
}
#chiiki #wpdetail h3 {
	margin: 35px 0 20px;
	padding: 10px 13px;
	border-left: 5px solid #EB7F1C;
	background: #FCF3E2;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#chiiki #wpdetail h4 {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/chiiki/icon_1.png) no-repeat 0 50%;
	border-top: 2px solid #F5C08E;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#chiiki #wpdetail h5 {
	margin: 35px 0 20px;
	padding: 4px 15px;
	background: url(../imgs/pc/chiiki/icon_2.png) no-repeat 0 50%;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#chiiki #wpdetail h6 {
	margin: 35px 0 20px;
	padding: 0 15px;
	background: url(../imgs/pc/chiiki/icon_3.png) no-repeat 0 46%;
	line-height: 1.2em;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}

#chiiki #wpdetail table th {
	width: auto;
	padding: 4px 8px;
	background: #FCF3E2;
}
#chiiki #wpdetail table td {
	width: auto;
	padding: 4px 8px;
}

#chiiki #outlinebox {
	margin: 40px 0 0;
	line-height: 1.6em;
}
#chiiki div.newsbox {
	height: 200px;
	overflow: auto;
	margin-bottom: 25px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #ACACAE;
	border-width: 1px 1px 2px;
	border-radius: 0 0 4px 4px;
}

#chiiki div.newsbox ul {
	display: table;
	width: 765px;
	margin: 15px 15px;
	list-style: none;
}
#chiiki div.newsbox ul li {
	display: table-row;
}
#chiiki div.newsbox ul li p {
	margin: 0;
	padding: 0;
}
#chiiki div.newsbox ul li div {
	display: table-cell;
	padding: 6px 8px 6px 0;
	border-bottom: 1px dotted #dfdfdf;
}
#chiiki div.newsbox ul li div.date {
	width: 90px !important;
	padding-right: 20px;
}
#chiiki div.newsbox ul li div.value {
	width: auto;
	padding-left: 18px;
	background: url(../imgs/pc/chiiki/arrow_1.png) no-repeat 0 50%;
}

.ttl1-chiiki {
	margin-bottom: 0 !important;
}
/* -----------------------------林業 */
#ringyou {
	width: 990px;
	margin: auto;
	padding-bottom: 40px;
}

#ringyoucontents {
	padding: 4px 0;
	border: 1px solid #cecece;
	border-radius: 4px;
	background: #fff;
}
#ringyou #ttl {
	padding: 40px 0 20px;
	text-align: center;
	background: #fff;
}
#ringyou #ringyoubox {
	padding: 60px 90px;
}
#ringyou h1 {
	font-size: 2rem;
	line-height: 1.9rem;
	color: #6B3A0F;
}
#ringyou #kibox {
	padding-bottom: 80px;
	background: url(../imgs/pc/ringyou/bg_1.jpg) no-repeat 0 0;
}

#ringyou #pic1 {
	padding: 40px 0;
	text-align: center;
}
#ringyou #pic2 img {
	width: 100%;
}

/* --------------------------------- 移住定住ガイド */
#ijyu #wpbox-wide {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#ijyumenu {
	margin: 0 !important;
	padding: 8px 15px 5px;
	list-style: none;
	text-align: left;
	background: #7BD6C7;
	
}
#ijyumenu li {
	display: inline-block;
	margin-bottom: 10px;
}
#ijyumenu li a {
	display: block;
	padding: 14px 14px;
	background: #fff;
	border-radius: 4px;
	color: #471700;
}
#ijyumenu li a:before {
	content: url(../imgs/pc/ijyu/arrow_1.png);
	padding-right: 5px;
}

#ijyu #wpdetail {
	margin: 0;
}

#ijyu #ijyuttl {
	margin: 40px 0 35px;
	font-size: 2rem;
	line-height: 1.9rem;
	color: #6B3A0F;
}
#ijyu #wpbox-wide h1 {
	font-size: 2rem;
	line-height: 1.9rem;
	color: #6B3A0F;
}
#ijyu #wpdetail h2 {
	margin: 35px 0 20px;
	padding: 10px 10px 10px 15px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-top: 4px solid #EEC06B;
	background-color: #C6973B;
}
#ijyu #wpdetail h3 {
	margin: 35px 0 20px;
	padding: 10px 13px;
	border-left: 5px solid #7AD5C6;
	background: #F8F7E5;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#ijyu #wpdetail h4 {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/ijyu/icon_1.png) no-repeat 0 50%;
	border-top: 2px solid #EFCF9E;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#ijyu #wpdetail h5 {
	margin: 35px 0 20px;
	padding: 4px 15px;
	background: url(../imgs/pc/ijyu/icon_2.png) no-repeat 0 50%;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}

#ijyu #wpdetail h6 {
	margin: 35px 0 20px;
	padding: 0 15px;
	background: url(../imgs/pc/ijyu/icon_3.png) no-repeat 0 46%;
	line-height: 1.2em;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}

#ijyu #wpdetail table th {
	width: auto;
	padding: 4px 8px;
	background: #F8F7E5;
}
#ijyu #wpdetail table td {
	width: auto;
	padding: 4px 8px;
}

#ijyu #outlinebox {
	margin: 40px 0 0;
	line-height: 1.6em;
}
#ijyu div.newsbox {
	margin-bottom: 25px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #ACACAE;
	border-width: 1px 1px 2px;
	border-radius: 0 0 4px 4px;
}

#ijyu div.newsbox ul {
	display: table;
	width: 765px;
	margin: 15px 15px;
	list-style: none;
}
#ijyu div.newsbox ul li {
	display: table-row;
}
#ijyu div.newsbox ul li p {
	margin: 0;
	padding: 0;
}
#ijyu div.newsbox ul li div {
	display: table-cell;
	padding: 6px 8px 6px 0;
	border-bottom: 1px dotted #dfdfdf;
}
#ijyu div.newsbox ul li div.date {
	width: 90px !important;
	padding-right: 20px;
}
#ijyu div.newsbox ul li div.value {
	width: auto;
	padding-left: 18px;
	background: url(../imgs/pc/ijyu/arrow_1.png) no-repeat 0 50%;
}

.ttl1-ijyu {
	margin-bottom: 0 !important;
}

#entryform {
	width: 670px;
}
#entryform td {
	padding: 4px 8px;
}
#entryform td.field {
	background: #E8FFB9;
	border: 1px solid #b2b2b2;
	white-space: nowrap;
}
#entryform td input {
	width: 420px;
	padding: 5px;
	border: 1px solid #d2d2d2;
}
#entryform td select {
	width: 430px;
	padding: 5px;
	border: 1px solid #d2d2d2;
}
#entryform textarea {
	width: 420px !important;
	padding: 5px;
	border: 1px solid #d2d2d2;
}
div.submitbtn {
	margin: 10px 0;
	text-align: center;
}
div.submitbtn input {
	padding: 4px 8px;
}

/* ------------------------------独自ページCSS */
/* -----------------協力隊員 */
#wpdetail #taiinlist {
	list-style: none;
}
#wpdetail #taiinlist li {
	margin: 40px 0 0;
}

#wpdetail #taiinlist div.taiincol1 {
	float: right;
	width: 480px;
}
#wpdetail #taiinlist div.taiincol2 {
	float: left;
	width: 280px;
}
#wpdetail #taiinlist div.taiincol2 img {
	max-width: 280px;
}
#wpdetail #taiinlist div.taiincol1 h2 {
	margin: 0 0 20px;
	padding: 0 5px 5px;
	background: none;
	border: none;
	border-bottom: 1px dashed #808080;
	color: #000;
	font-weight: normal;
	font-size: 180%;
}
#wpdetail #taiinlist div.taiincol1 h2 span {
	font-size: 60%;
}
#wpdetail #taiinlist div.taiincol1 table, #taiinlist div.taiincol1 table th, #taiinlist div.taiincol1 table td {
	border: none;
}
#wpdetail #taiinlist div.taiincol1 table th {
	white-space: nowrap;
	background: none;
	vertical-align: top;
}

/* ------------------------------林業 */
div.ringyou-col1 {
	float: left;
	width: 520px;
}
div.ringyou-col2 {
	float: right;
	width: 250px;
	margin-top: 35px;
	text-align: center;
}
div.ringyou-col2 img {
	max-width: 250px;
}
div.taikyoku {
	padding-top: 8em;
}

/* -----------------村営住宅 */
#wpdetail #soneilist {
	list-style: none;
}
#wpdetail #soneilist li {
	margin: 40px 0 0;
}

#wpdetail #soneilist div.soneicol1 {
	float: right;
	width: 480px;
}
#wpdetail #soneilist div.soneicol2 {
	float: left;
	width: 280px;
}

#wpdetail #soneilist div.soneicol2 img {
	max-width: 280px;
}
#wpdetail #soneilist div.soneicol1 h2 {
	margin: 0 0 20px;
	padding: 0 5px 5px;
	background: none;
	border: none;
	border-bottom: 1px dashed #808080;
	color: #000;
	font-weight: normal;
	font-size: 180%;
}

#wpdetail #soneilist div.soneicol1 h2 span.num {
	margin-right: 10px;
	padding: 0px 8px;
	background: #f00;
	color: #fff;
	vertical-align: middle;
	line-height: 1rem;
}
#wpdetail #soneilist div.soneicol1 h2 span {
	font-size: 60%;
}
#wpdetail #soneilist div.soneicol1 table, #soneilist div.soneicol1 table th, #soneilist div.soneicol1 table td {
	border: none;
}
#wpdetail #soneilist div.soneicol1 table th {
	white-space: nowrap;
	background: none;
	vertical-align: top;
}
#wpdetail #soneimap {
	text-align: center;
}

#soneimap {
	width: 536px;
	margin: auto;
	position: relative;
	text-align: center;
}
#soneimap img {
	width: 536px;
}
#soneimap a.anclink {
	display: block;
	position: absolute;
	border-radius: 10px;
}
#soneimap #anc1 {
	left: 11px;
	top: 269px;
	width: 93px;
	height: 31px;
}
#soneimap #anc2 {
	left: 95px;
	top: 104px;
	width: 104px;
	height: 26px;
}
#soneimap #anc3 {
	left: 255px;
	top: 181px;
	width: 92px;
	height: 26px;
}
#soneimap #anc4 {
	left: 262px;
	top: 259px;
	width: 88px;
	height: 26px;
}
#soneimap #anc5 {
	left: 147px;
	top: 145px;
	width: 48px;
	height: 60px;
}
#soneimap #anc6 {
	left: 207px;
	top: 110px;
	width: 64px;
	height: 61px;
}
#soneimap #anc7 {
	left: 202px;
	top: 268px;
	width: 59px;
	height: 54px;
}
#soneimap #anc8 {
	left: 114px;
	top: 255px;
	width: 88px;
	height: 22px;
}
#soneimap #anc9 {
	left: 17px;
	top: 135px;
	width: 82px;
	height: 39px;
}
#soneimap a.anclink:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	background: #fff;
	border: 1px solid #f99;
}


/* ------------------------------くろたんトップ */
#kurotanprof1 {
	float: left;
	width: 480px;
	margin-bottom: 15px;
}
#kurotanprof2 {
	float: right;
	width: 180px;
	margin-bottom: 15px;
}

/* ------------------------------くろたんカレンダー */
#wpdetail div.eo-fullcalendar {
	padding: 10px 5px 5px;
	background: #C1DC8F;
}

#wpdetail div.fc-left {
	float: none !important;
}

#wpdetail div.eo-fullcalendar h2 {
	width: 660px;
	margin: 10px 0 0;
	background: url(../imgs/pc/kurotan/bg_1.png) no-repeat 50% 100%;
	padding: 0;
	color: #025340;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	border: none;
}

#wpdetail div.eo-fullcalendar table {
	border-collapse: collapse;
	border: none;
}
#wpdetail div.eo-fullcalendar table td {
	border: none;
}
#wpdetail div.eo-fullcalendar table th {
	padding: 6px 0 !important;
	background: #FFF1BA;
}
#wpdetail div.eo-fullcalendar table td.fc-day {
	border: 1px solid #d2d2d2;
	
}
#wpdetail div.eo-fullcalendar table td.fc-today {
	border: 1px solid #d2d2d2;
}
#wpdetail div.eo-fullcalendar table td.fc-day-number {
	border-width: 1px 0 0 1px;
	padding: 4px !important;
}

div.eventorganiser-event-meta hr {
	display: none;
}

#kurotan {
	padding: 10px;
	background: #C1DC8F;
	border-radius: 6px;
	position: relative;
}
#kurotan #kurotancol1 {
	float: left;
	width: 470px;
	padding: 0 15px 15px;
	background: #fff;
}
#kurotan #kurotancol2 {
	float: right;
	width: 130px;
	
}
#kurotan #kurotancol2 img {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

/* ----------------------観光ガイド */
#hesomap {
	position: relative;
	text-align: center;
}
#hesomap img {
	width: 672px;
}
#hesomap a.poplink {
	display: block;
	position: absolute;
	border-radius: 10px;
}

#hesomap #pop1 {
	left: 173px;
	top: 76px;
	width: 202px;
	height: 170px;
}
#hesomap #pop2 {
	left: 1px;
	top: 212px;
	width: 163px;
	height: 138px;
}
#hesomap #pop3 {
	left: 264px;
	top: 248px;
	width: 140px;
	height: 133px;
}
#hesomap #pop4 {
	left: 445px;
	top: 41px;
	width: 130px;
	height: 70px;
}
#hesomap #pop5 {
	left: 547px;
	top: 106px;
	width: 124px;
	height: 80px;
}
#hesomap #pop6 {
	left: 402px;
	top: 114px;
	width: 132px;
	height: 108px;
}
#hesomap #pop7 {
	left: 405px;
	top: 249px;
	width: 81px;
	height: 48px;
}
#hesomap #pop8 {
	left: 481px;
	top: 281px;
	width: 41px;
	height: 97px;
}
#hesomap #pop9 {
	left: 524px;
	top: 287px;
	width: 145px;
	height: 124px;
}

#hesomap a.poplink:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	background: #fff;
	border: 1px solid #f99;
}
#popupbody {
	background: #fff;
}
#popup {
	width: 640px;
	background: #fff;
}
#popup h1 {
	margin: 15px 0 0 15px;
	font-size: 1.5rem;
	line-height: 1.6rem;
	color: #6B3A0F;
	text-align: left;
}
#popup #wpdetail {
	margin: 0;
	padding: 15px 20px;
	text-align: left;
	
}

div.toibox {
	margin: 40px 0 0;
}
div.toibox p.toittl {
	margin: 0 0 1em;
	padding: 7px 15px;
	background: url(../imgs/pc/common/icon_8.png) no-repeat 0 50%;
	border-top: 2px solid #DCE7BC;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}
div.toibox p.toisaki {
	margin: 0;
}

#ijyu div.toibox p.toittl {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/ijyu/icon_1.png) no-repeat 0 50%;
	border-top: 2px solid #EFCF9E;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}
#chiiki div.toibox p.toittl {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/chiiki/icon_1.png) no-repeat 0 50%;
	border-top: 2px solid #F5C08E;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}
#kodomoen div.toibox p.toittl {
	margin: 35px 0 20px;
	padding: 7px 15px;
	background: url(../imgs/pc/kodomoen/icon_1.png) no-repeat 0 50%;
	border-top: 2px solid #FFC5C1;
	border-bottom: 1px dotted #e1e1e1;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
}
#kodomoen .icon2 {
	padding-left: 20px;
	background: url(../imgs/pc/kodomoen/arrow_1.png) no-repeat 3px 50%;
}

#fb iframe {
	border:none;
	overflow:hidden;
}

#toprintservice a {
	display: block;
	margin: 10px 0;
	padding: 10px 8px 8px 28px;
	line-height: 1em;
	border: 1px solid #ccc;
	background: #fff url(../imgs/pc/common/arrow_2.png) no-repeat 8px 50%;
	border-radius: 4px;
	color: #6B3A0F;
}

.zr {
	margin-top: 55px;
}
.fst {
	margin-top: 45px;
}
.snd {
	margin-top: 25px;
}
.trd {
	margin-top: 15px;
}
.frs {
	margin-top: 10px;
}
.fonts {
	font-size: 100% !important;
}

.fontm {
	font-size: 120% !important;
}

.fontl {
	font-size: 200% !important;
	line-height: 1.6em !important;
}
.fontl td.field {
	white-space: normal !important;
}

.fontl input {
	width: auto !important;
}
.fontl select {
	width: auto !important;
}
.fontl textarea {
	width: auto !important;
}

.fontl #pagelist li a {
	line-height: 1.4em !important;
}

.sponly {
	display: none;
}

.hd {
	display: none !important;
}
figure {
	margin: 0;
	padding: 0;
}
figcaption {
	display: none;
}
a:focus {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
