@charset "utf-8";
/* ==================================================
Styles
================================================== */
/*Top Styles*/
.town_intro h2,
#tmp_info h2,
#tmp_nagare h2,
#tmp_jigyo h2,
#tmp_footer h2{
	display: block;
	margin:10px 0 18px;
	font-size: 200%;
	text-align: center;
	background-image: url(/shared/templates/furusato/images/top_h2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
}
.town_intro h2,
#tmp_info h2,
#tmp_nagare h2,
#tmp_jigyo h2{
	background-color: #ffffff;
}
/*Free Styles*/
#tmp_free_ttl{
	clear: both;
	background: url(/shared/templates/furusato/images/h1_1.jpg)no-repeat left top;
}
#tmp_free_ttl h1{
	display: block;
	padding:20px 126px 28px 5px;
	margin-bottom:30px;
	font-size: 246%;
	background: url(/shared/templates/furusato/images/h1_2.png)no-repeat right -50px bottom;
}
h2,h3,h4,h5,h6{
	margin:36px 0 30px;
	font-weight: bold;
	line-height: 160%;
	-webkit-font-smoothing:subpixel-antialiased;
}
h2{
	display: block;
	margin-top:50px;
	padding: 18px 16px;
	font-size: 184%;
	background:#e4f9fc url(/shared/templates/furusato/images/h2.jpg)no-repeat left top;
}
h3{
	font-size: 146%;
	padding:8px 14px;
	background: url(/shared/templates/furusato/images/h3.png)no-repeat left center;
	border-bottom: solid 1px #c1c9cc;
}
h4,h5,h6{
	font-size: 130%;
}
h4{
	background: url(/shared/templates/furusato/images/h4.jpg)no-repeat left center;
	padding: 0 14px; 
}
h5{
	border-bottom: solid 1px #d9e0e6;
	padding-bottom:10px;
}
#tmp_contents{
	padding-bottom:50px;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p{
	margin:1em 0;
	line-height: 160%;
}
#tmp_contents a {
	color:#0049ba;
}
#tmp_contents ul{
	margin: 1em 0 1em 1.5em;
	list-style-image: url(/shared/templates/furusato/images/list_icon.png);
}
#tmp_contents ol{
	margin: 1em 0 1em 1.5em;
}
#tmp_contents li{
	margin:0 0 1em;
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
slider
================================================== */
#tmp_slider {
	position:relative;
	padding-top:20px;
}
.no_javascript #tmp_slider p {
	display:none;
}
.no_javascript #tmp_slider p:first-child {
	display:block;
}
.no_javascript .jigyo_gallery .slick_slides {
	height:370px;
	overflow-x:hidden;
	overflow-y: auto;
}
.no_javascript .jigyo_gallery .jigyo_slide {
	float: left;
	width: 50%;
}
.no_javascript .jigyo_gallery .jigyo_slide:nth-child(odd) {
	clear:both;
}
.no_javascript .jigyo_thumnail .jigyo_image {
	max-height:270px;
}
/* ==================================================
slick
================================================== */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide p {
	vertical-align:top;
}
.slick-slide img {
	display: block;
	max-width:100%;
	width:1240px;
	height:auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* control */
.slick_control {
	text-align:center;
	margin:20px 0 0;
}
.slick-dots {
	list-style: none;
}
.slick-dots li {
	width:18px;
	height:18px;
	background:url(/shared/templates/furusato/images/slide/onavi_off.png) no-repeat center center;
}
.slick-dots li.slick-active {
	background:url(/shared/templates/furusato/images/slide/onavi_on.png) no-repeat center center;
	width: 18px;
    height: 18px;
}
.slick-dots li span {
	display:block;
	width:10px;
	height:10px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.btn_slides,
.slick-dots,
.slick-dots li {
	display:inline-block;
	vertical-align:middle;
}
.slick-dots li {
	margin-right:15px;
}
.slick-arrow {
	position:absolute;
	width: 26px;
    height: 49px;
	top:50%;
	margin-top:-41px;
	z-index:10;
}
.btn_slides {
	margin-right:35px;
	text-align:left;
	font-size:87.5%;
	text-transform: uppercase;
}
.btn_slides a {
	position:relative;
	min-width:70px;
	color:#154aa8;
	text-decoration:none;
	display:inline-block;
	padding:2px 0 0 25px;
	background-color:#ffffff;
	border:1px solid #154aa8;
	border-radius:4px;
}
/*Ie 10/11*/
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
	.btn_slides a {
	padding-top:5px;
	}
}
.stop a:before,
.stop a:after {
	content:"";
	position:absolute;
	top:47%;
	left:13px;
	margin-top:-5px;
	width:3px;
	height:12px;
	background:#154aa8;
	color:#ffffff;
}
.stop a:before {
	margin-left:-5px;
}
.stop a:after {
	margin-left:1px;
}
.start a:after {
	content:"";
	position:absolute;
	top:54%;
	left:8px;
	margin-top:-6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #154aa8;
}
.slick-prev {
	left:10px;
	background:url(/shared/templates/furusato/images/slide/prev_btn.png) no-repeat left top;
}
.slick-next {
	right:10px;
	background:url(/shared/templates/furusato/images/slide/next_btn.png) no-repeat left top;
}
.slick-arrow span {
	display:block;
	width:20px;
	height:43px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
/* ==================================================
contents
================================================== */
.town_intro{
	margin: auto;
    width: 946px;
	padding: 10px 0 50px;
	font-size: 110%;
	color: #3d3732;
}
.town_intro p{
	padding:16px 0;
}
.town_intro p span {
	font-weight: bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	display: block;
    text-align: right;
}
#tmp_box{
	display: flex;
	align-items: stretch;
    background-color: #e4f9fc;
    padding: 50px;
}
#tmp_info {
    margin-right: 46px;
}
#tmp_info .list_table {
    margin:0 0 20px;
}
#tmp_info .list_table td {
    padding: 36px 0;
}
#tmp_info,
#tmp_nagare{
    margin: 0 20px;
	width: 50%;
	background-color: #ffffff;
}
#tmp_info .col_info,
#tmp_nagare .col_nagare{
	padding:20px;
}
#tmp_info_cnt,
#tmp_nagare .nagare_txt{
	padding:20px 30px;
}
#tmp_info .more_info,
#tmp_nagare .more_nagare,
#tmp_jigyo .more_boshu{
	display: block;
    width: 300px;
	margin:auto;
    border: #1549ac solid;
    border-radius: 5px;
    background-color: #1549ac;
	background-image: url(/shared/templates/furusato/images/icon/right_arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
	color: #ffffff;
}
#tmp_info .more_info p,
#tmp_nagare .more_nagare p,
#tmp_jigyo .more_boshu p{
	text-align: center;
}
#tmp_info .more_info p a,
#tmp_nagare .more_nagare p a,
#tmp_jigyo .more_boshu p a{
	display: inline-block;
    color: #ffffff;
    padding: 10px 10px 10px 0px;
	text-decoration: none;
	width:100%;
}
#tmp_info .more_info:hover,
#tmp_nagare .more_nagare:hover,
#tmp_jigyo .more_boshu:hover{
	background-color: #113b87;
	border: #113b87 solid;
}
#tmp_nagare #nagare_img p a{
	display: block;
	text-align: center;
}
#tmp_contents .top_free{
	width:1240px;
	margin:auto;
}
/* jigyo
================================================== */
#tmp_jigyo{
	position: relative;
	padding-top:50px;
	margin-bottom: 70px;
	clear:both;
}
/*自動リンク表示*/
#tmp_contents ul.jigyo_list {
	margin: 2em 0;
}
#tmp_contents ul.jigyo_list li {
	list-style:none;
}
#tmp_contents ul.jigyo_list li a {
	display: flex;
	flex-direction: row;
	border: 1px solid #c3c8cc;
	border-radius: 10px;
	align-items: center;
}
#tmp_contents ul.jigyo_list li p {
	margin-bottom: 0;
	overflow: hidden;
}
#tmp_contents p.jigyo_img {
	width: 280px;
	flex-shrink: 0;
}
#tmp_contents p.jigyo_img img {
	width: 100%;
	height: auto;
	border-radius: 10px 0 0 10px;
}
#tmp_contents p.jigyo_txt {
	padding: 10px 0 10px 30px;
	color: #000000;
}
#tmp_contents p.jigyo_txt span.txt_ttl{
	display: block;
	margin: 10px 0 20px 0;
	padding-left: 16px;
	background: url(/shared/templates/furusato/images/icon/arrow_r.png)no-repeat left center;
	font-weight: bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 120%;
}
#tmp_contents ul.jigyo_list a {
	text-decoration: none;
}
#tmp_contents ul.jigyo_list a:hover {
	text-decoration: underline;
}
#tmp_contents p.jigyo_txt span.txt_outline{
	float:left;
	width:75%;
	padding-right:10px;
}
#tmp_contents p.jigyo_txt span.percent_img{
	float: right;
	width: 25%;
	height: auto;
	padding-left:6px;
}
/*スライド*/
/* jigyo_slide */
.jigyo_panel{
	width:1120px;
	margin:auto;
	padding:30px 0 50px;
}
.jigyo_panel .slick-prev{
	left:-50px;
}
.jigyo_panel .slick-next{
	right:-50px;
}
.jigyo_thumnail{
	margin:0 15px;
	border:1px solid #c3c8cc;
	border-radius: 10px;
}
.jigyo_thumnail img{
	border-radius: 10px 10px 0 0;
}
.jigyo_thumnail a{
	text-decoration: none;
}
.jigyo_thumnail a:hover{
	text-decoration: underline;
}
.jigyo_caption{
	padding:20px;
}
.jigyo_caption p{
	margin:10px 0;
}
.jigyo_caption span.caption_ttl{
	background:url(/shared/templates/furusato/images/icon/arrow_r.png)no-repeat left center;
	padding-left:16px;
	font-size:110%;
	font-weight: bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000000;
}
.jigyo_caption span.classification{
	padding: 5px 10px;
	border: 1px solid #1549ac;
	border-radius: 25px;
	background-color:#1549ac;
	color:#ffffff;
	font-size:90%;
	line-height: 2.3;
	font-weight: bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/*layout*/
#tmp_wrap_custom_update{
	margin: 14px 0;
}
#tmp_wrap_custom_update #tmp_update {
	display: inline-block;
	vertical-align: top;
	float: none;
}
#tmp_update {
	color: #222222;
	background-color: transparent;
	margin-left: 8px;
}
/*End Top*/
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin: 0 0 0.8em; /* Do not edit */
	clear:both; /* Do not edit */
	background-color: #fafad4;
	border:1px solid #fafad4;
	color: inherit;
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding: 15px 20px 7px;
	color:inherit;
	background-color:#fafad4;
}
#tmp_contents div.outline {
	padding:15px 20px 7px;
	color:inherit;
	background-color:#fafad4;
	border:1px solid #fafad4;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding: 20px 10px 20px 35px;
	color:inherit;
	background: url(/shared/templates/furusato/images/icon/arrow_r.png) no-repeat left 18px center;
	border: 1px solid #1549ac;
	border-radius: 5px;
	font-size: 108%;
	font-weight: bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents ul.box_btn li a{
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}
#tmp_contents ul.box_btn li a:hover{
	text-decoration: underline;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin: 0 0 2em; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	padding: 8px 25px 8px 46px;
	color: #000000;
	font-weight:bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background:url(/shared/templates/furusato/images/parts_h.png)no-repeat left center;
	font-size: 142.8%;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding: 25px 28px 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f0fcfc;;
}
#tmp_contents .box_info ul {
	margin:0 0 0.8em 8px;
}
#tmp_contents .box_info ol {
	margin:0 0 0.8em 8px;
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin: 0 0 2.7em; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	padding: 8px 25px 8px 46px;
	color: #000000;
	font-weight:bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background:url(/shared/templates/furusato/images/parts_h.png)no-repeat left center;
	font-size: 142.8%;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding: 25px 28px 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f0fcfc;
}
#tmp_contents .box_link ul {
	margin:0 0 0.8em 8px;
}
#tmp_contents .box_link ol {
	margin:0 0 0.8em 8px;
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* Do not edit */
	border: 1px solid #1549ac;
	border-radius: 5px;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:separate;
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_menu td {
	padding:5px 10px 0;
}
#tmp_contents .box_menu .box_menu_ttl{
	padding: 13px 10px 0 35px;
	color:inherit;
	background: url(/shared/templates/furusato/images/icon/arrow_r.png) no-repeat left 18px top 22px;
	font-size: 108%;
	font-weight: bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position: relative;
}
#tmp_contents .box_menu .box_menu_ttl::after{
	content: "";
	position: absolute;
	background-color: #c3c8cc;
	width: 96%;
	height: 1px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
#tmp_contents .box_menu .box_menu_ttl p{
	margin-bottom: 4px
}
#tmp_contents .box_menu .box_menu_cnt{
	padding:10px;
}
#tmp_contents .box_menu .box_menu_cnt p{
	padding: 16px 16px 0;
	line-height: 1.3;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin:0.8em 0 0.8em 24px;
}
#tmp_contents .box_menu ol {
	margin:0.8em 0 0.8em 24px;
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #c3c8cc;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:10px 20px;
	color:#000000;
	background-color: #e8e8e8;
	border:1px solid #c3c8cc;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:7px 20px;
	border: 1px solid #c3c8cc;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#990000; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#f2f2f2; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#eaf9fd; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#e7fef4; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#e6eefa; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #414619; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#6d752a; /* = table.datatable th */
	border:1px solid #414619; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #414619; /* = table.datatable td */
}
/* ==================================================
contents
================================================== */
/* list_table
================================================== */
.list_table {
	font-size: 100%;
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 30px
}
.list_table td {
    padding: 15px 0 20px;
    border-top: 1px dashed #999999;
}
#tmp_contents .list_table td p {
	margin-bottom:0;
}
.list_table tr:first-child td {
	border-top:none;
}
.list_table td.date {
    padding-right: 10px;
	font-weight: bold;
	font-family: "Hiragino UD Sans W5 JIS2004", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width:6em;
	white-space: nowrap;
}
.list_table td a {
    color: #000000;
	text-decoration:underline;
}
.list_table td a:hover {
	text-decoration: none;
}
/* ==================================================
End Slick Core
================================================== */
/* ==================================================
clearfix
================================================== */
.sec_data:after{
	content: "";
	display: table;
	clear: both;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"";
	height:1px;
}
}