@charset "UTF-8";
/* CSS Document */
#sec1 #btn_wrap {
	border-bottom: dotted 1px #666;
}
.period_box {
	border: solid 1px #ccc;
	margin: 30px 0;
}
/* .period_box form { */
.period_box #select_year {
	position: relative;
	color: #fff;
	background: #666;
	height: 52px;
	font-size: 0.938em;
	text-align: center;
	line-height: 52px;
}
/* .period_box select { */
.period_box #acceptYearJ {
	margin: 0;
	padding: 5px 30px;
	width: 200px;
	height: 36px;
	font-size: 1em;
	background: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn_year a {
	position: absolute;
	top: 5%;
	margin-top: 0;
	outline: 0;
	width: 15px;
	height: 15px;
	z-index: 9999;
}
.btn_year a.prev {
	left: 10px;
}
.btn_year a.next {
	right: 10px;
}
/* .period_box form { */
.period_box #select_area {
	position: relative;
	color: #fff;
	background: #666;
	height: 52px;
	font-size: 0.938em;
	text-align: center;
	line-height: 52px;
	padding-left: 14px;
}
/* .period_box select { */
.period_box #area_options {
	margin: 0;
	padding: 5px 30px;
	width: 200px;
	height: 36px;
	font-size: 1em;
	background: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	-moz-appearance: none;
	appearance: none;
}
.btn_area a {
	position: absolute;
	top: 5%;
	margin-top: 0;
	outline: 0;
	width: 15px;
	height: 15px;
	z-index: 9999;
}
.demand_holding_date {
	width: 20%;
	font-size: 1.2em;
}
.demand_district {
	width: 20%;
	font-size: 1.2em;
}
.demand_title {
	width: 60%;
	font-size: 1.2em;
}
#sec1 #btn_wrap ul {
	margin: 20px auto;
	width: 786px;
	text-align: center;
}
#sec1 #btn_wrap ul li {
	position: relative;
	display: inline-block;
	background-color: #8BC5A8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	margin: 5px;
	line-height: 38px;
	letter-spacing: 0.1em;
	width: 120px;
	height: 38px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 3px 3px 0 #ccc;
}
#sec1 #btn_wrap ul li a {
	display: block;
	color: #fff;
	width: 100%;
}
#sec1 #btn_wrap ul li:hover, #sec1 #btn_wrap ul li.selected {
	background-color: #67ba65;
}
#sec1 #btn_wrap ul li:active {
	top: 3px;
	box-shadow: none;
}
#sec1 .result_wrap {
	margin: 0 auto 40px;
	width: 886px;
}
.result_wrap #pager_wrap {
	margin: 20px 0;
}
#result th {
	text-align: center;
}
#result th.date {
	width: 15%;
}
#result th.title {
	/* 長いタイトルを折り返す */
	word-break: break-all;
	width: 60%;
	text-align: left;
}
#result th.status {
	background: #FF9B00;
	color: #fff;
	width: 22%;
}
#result td {
/* 	background: url(../images/public/icon01.gif) no-repeat 6% center; */
	background: url(../images/public/q.gif) no-repeat 6% center;
	border-left: solid 1px #ccc;
	border-bottom: dotted 1px #ccc;
	padding: 15px 30px 15px 130px;
	/* 長いタイトルを折り返す */
	word-break: break-all;
}
#result td.answer {
/* 	background: url(../images/public/icon01.gif) no-repeat 6% center; */
	background: url(../images/public/a.gif) no-repeat 6% center;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 15px 30px 15px 130px;
	/* 長いタイトルを折り返す */
	word-break: break-all;
}
#result td a {
	text-decoration: underline;
}
#result_demand th {
	text-align: center;
}
#result_demand td {
	text-align: center;
}
#demand_sec1 .area {
	position: relative;
	background: #67BA65;
	margin-bottom: 30px;
	height: 60px;
}
#demand_sec1 .area h3 {
	color: #fff;
	font-size: 1.375em;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
}
/*------------------　detail　------------------*/
#detail_result th {
	text-align: center;
	font-size: 1.071em;
}
#detail_result th.opinion {
	background: url(../images/public/fukidashi01.gif) no-repeat 20px center #FAF8F6;
	padding-left: 70px;
	text-align: left;
}
#detail_result th.answer {
	background: url(../images/public/fukidashi02.gif) no-repeat 20px center #FAF8F6;
	padding-left: 70px;
	text-align: left;
}
#detail_result th span.tar {
	float: right;
}
#detail_result th.status {
	background: #FF9B00;
	color: #fff;
	width: 22%;
}
#detail_result td {
	padding: 15px 15px 15px 20px;
}
#detail_result td dl.cont01 dt, #detail_result td dl.cont02 dt {
	clear: both;
	float: left;
	width: 11em;
	font-weight: bold;
}
#detail_result td dl.cont01 dd, #detail_result td dl.cont02 dd {
	padding-left: 12em;
	/* 長文を折り返す */
	max-width: 680px;
	word-wrap: break-word;
}
#detail_result td dl.cont01 dd div#images, #detail_result td dl.cont02 dd div#images {
	float: right;
}
#detail_result td dl.cont01 dd img, #detail_result td dl.cont02 dd img {
/* 	float: right; */
	float: left;
/* 	margin-left: 30px; */
	margin-left: 15px;
}
#detail_result td dl.cont02 {
	float: left;
	width: 600px;
}
#detail_result td .fr {
	float: right;
	width: 200px;
}
/* IEでセレクトボックスの下向き矢印を隠す(IE10以降用) */
select::-ms-expand {
	display: none;
}
/* 動画サムネイルをリサイズ */
#video_s {
	width: 134px;
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 96px;
    layout-grid-line: 100px;
    background-color: black;
}
#video_s a img {
	max-width: 134px;
	max-height: 100px;
	vertical-align: middle;
}
/* 動画再生ボタンをリサイズ */
#video_s a div#play_img img {
	width: 63px;
	height: 64px;
	vertical-align: middle;
}
/* 画像サムネイルをリサイズ */
.pic_s {
	width: 134px;
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 96px;
    layout-grid-line: 100px;
}
.pic_s a img {
	max-width: 134px;
	max-height: 100px;
	vertical-align: middle;
}

