@charset "UTF-8";

.full{width: 100%;}
.pagelink{
	margin-top: 1em;
    border: 1px solid #ccc;
    text-align: center;
	font-weight: bold;
    font-size: 1.6rem;
}
.pagelink a{
	display: block;
}
	figure.floor img{
		width: 90%;
		display: block;
		margin: auto;
	}
dl.history {
	margin: 0 30px;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #CCC;
}
dl.history dt {
	padding: 10px 5px 7px 25px;
	background: url(/img/dt_maker.png) 2px 1.15em no-repeat;
	line-height: 1.6;
	width: 100%;
	color: #06C;
}

dl.history dd {
	padding: 0 3px 7px 25px;
	line-height: 1.6;
}
.pagein{
	margin: 10px;
	display: flex;
	justify-content:space-around;
}
.pagein a,.pagein span{
	border: 1px solid #ccc;
	padding:5px 10px;
	border-radius: 4px;display: block;
	width: 40%;
	text-align: center;
}
.pagein a:hover,.pagein span{
	background: #999;
	color: #fff;
	padding:5px 10px;
	border-radius: 4px;
}

.teikan{
	margin: 0 20px;
}
.double_col #inner_body .teikan p {
	margin: 0;
	padding: 0;
}
.teikan p.second_par {
	text-indent: -3em;
	padding-left: 5em;
}

.teikan p.ordered_par {
	text-indent: -4em;
	padding-left: 6em;
}
.teikan{
	margin: 0 30px;
}

.teikan ul {
}

.double_col #inner_body li {
	margin: 0 0 1em 1.5em;
}

.teikan dl {
	display: flex;flex-direction: column;
	margin: 0;
}

.teikan dl dt {
	padding-right: 2em;
	background: none;
	color: #333;
	border: none;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.teikan dl dd {
	border: none;
}

.teikan dl {
	margin: 0;
}


.teikan dl dd {
	border: none;
}

.teikan ol.paren {
	margin: 0.5em 0 0;
	padding: 0;
	list-style-type: none;
}

.teikan ol.paren li {
	margin: 0 0 0 3em;
	padding: 0;
	text-indent: -3em;
	/*counter-increment: number;*/
}

.teikan ol.paren li:before {
/*	display: marker;
	list-style-position: outside;
	content: '（' counter(number) '）';*/
}

.teikan ol.iroha {
	margin: 0.5em  0 0 3em;
	padding: 0;
	list-style-type: katakana-iroha;
}

.teikan ol.iroha li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.teikan ol.decimal {
	margin: 0.5em 0 0 3em;
	padding: 0;
	list-style-type: decimal;
}

.teikan ol.iroha li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* ---------------------------------------------------------------------- */
/*  保健センター概要 - 役員名簿                                           */
/* ---------------------------------------------------------------------- */

table.member_list {
	width: 90%;
	margin: 0 auto;
	border-spacing: 0 0;
	border-collapse: collapse;
}

table.member_list tr:nth-child(2n) {
	background: #fcfcdc;
}

.member_list td {
	padding: 6px 3px 3px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.2rem;
}
.member_list td:nth-child(1){
	padding:0 1em;
	width: 4em;
	text-align: center;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;
	border:none;
}
.member_list td:nth-child(2){
	padding:0 1em;
	width: 6em;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;
	border:none;
}
.member_list td.border_top_none {
	border-top: none;
}

.member_list td.border_none {
	border: none;
}

.member_list td.border_right {
	border-right: 1px solid #ccc;
}

.member_list td.right {
	text-align: right;
}

.member_list th {
	font-size: 90%;
	line-height: 1.5;
}

.member_list th.border_right {
	border-right: 1px solid #ccc;
}
table.hokenshido_list {
	width: 90%;
	margin: 0 auto;
	border-spacing: 0 0;
	border-collapse: collapse;
}

table.hokenshido_list tr:nth-child(2n) {
	background: #fcfcdc;
}

.hokenshido_list td {
	padding: 6px 3px 3px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.1rem;
}
.hokenshido_list td.border_top_none {
	border-top: none;
}

.hokenshido_list td.border_none {
	border: none;
}

.hokenshido_list td.border_right {
	border-right: 1px solid #ccc;
}

.hokenshido_list td.right {
	text-align: right;
}

.hokenshido_list th {

	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	text-align: left;
	font-size: 1.1rem;
}

.hokenshido_list th.border_right {
	border-right: 1px solid #ccc;
}
table.hokenshido_list2 {
	width: 90%;
    margin: 1.5em auto;
    border-spacing: 0 0;
    border-collapse: collapse;
}
.hokenshido_list2 td {
    padding: 6px 3px 3px 5px;
    border: 1px solid #ccc;
    line-height: 1.5;
	font-size: 1.1rem
}

.zaimu_table{
	width: 90%;
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}
.zaimu_table table{
	table-layout: fixed;
	border-collapse: collapse;
	white-space: nowrap;
	border: 1px solid #aaa;
}
.zaimu_table thead th {
	font-size: 1.4rem;
    text-align: center;
    border: 1px solid #aaa;
}
.zaimu_table thead th span {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}
.zaimu_table tbody tr:nth-child(2n+1) {
    background: #fff7f0;
}
.zaimu_table tbody tr.sep th,
.zaimu_table tbody tr.sep td{
	border: 1px solid #aaa;
}
.zaimu_table tbody td {
	padding: 6px 5px 2px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 1.3rem;
	text-align: right;
}
.zaimu_table tbody th {
	padding: 6px 5px 2px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
}
.zaimu{
    margin: 0 30px 20px;
}
.report_table{
	width: 90%;
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}
.report_table table{
	table-layout: fixed;
	border-collapse: collapse;
	white-space: nowrap;
	border: 1px solid #aaa;
	min-width: 100%;
}



.report_table thead th {
	font-size: 1.4rem;
    text-align: center;
    border: 1px solid #aaa;
}
.report_table thead th span {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}
.report_table tbody tr:nth-child(2n+1) {
    background: #fcfcdc;
}
.report_table tbody tr.sep th,
.report_table tbody tr.sep td{
	border: 1px solid #aaa;
}
.report_table tbody td {
	padding: 6px 5px 2px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 1.3rem;
	text-align: right;
}
.report_table tbody th {
	padding: 6px 5px 2px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
}
.enquete{
	display: flex;
	flex-direction: column;
}
.enquete_ttl{
	margin: 0 20px;
}
.enquete div h3,.enquete_ttl h3{
	margin: 1em 0 !important;
}
.enquete div{
	margin: 0 20px;
}
table.answered{
	table-layout: fixed;
	border-collapse: collapse;
	white-space: nowrap;
	border: 1px solid #aaa;
	min-width: 100%;
}



table.answered thead th {
	font-size: 1.4rem;
    text-align: center;
    border: 1px solid #aaa;
}
table.answered tbody th {
	padding: 6px 5px 2px 1em;
	font-size: 1.4rem;
    text-align: left;
	border: 1px solid #aaa;
	font-weight: normal;
}
table.answered tbody td {
	padding: 6px 5px 2px;
	font-size: 1.4rem;
	border: 1px solid #aaa;
    text-align: right;
}
table.answered tbody tr:nth-child(2n+1) {
    background: #fcfcdc;
}
#map_canvas{
	margin:0 20px;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
#map_canvas iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media (min-width: 768px) {
	.call{
		font-size: 2rem;
	}
	figure.floor img{
		width: 80%;
	}
	
	dl.history {
		margin: 0 30px;
		display: flex;flex-direction: row;
		border-bottom: 1px solid #CCC;
	}
	dl.history dt {
		padding: 10px 5px 7px 25px;
		background: url(/img/dt_maker.png) 2px 1.15em no-repeat;
		line-height: 1.6;
		width: 25%;
		color: #06C;
	}

	dl.history dd {
		padding: 10px 3px 7px 0;
		line-height: 1.6;
		width: 70%;
	}

	.teikan{
		margin: 0 30px;
	}

	.teikan dl {
		display: flex;flex-direction: row;
		margin: 0;
	}

	.teikan dl dt {
		width: 4em;
		padding-right: 2em;
		background: none;
		color: #333;
		border: none;
		text-align: right;
	}

	.teikan dl dd {
		border: none;
		width: calc(100% - 6em);
	}

	.member_list td{
		font-size: 1.6rem;

	}
	.member_list td:nth-child(1){
		padding:0 1em;
		width: 4em;
		text-align: center;
		-moz-text-align-last: justify;
		text-align-last: justify;
		text-justify:inter-ideograph;
		border:none;
	}
	.member_list td:nth-child(2){
		padding:0 1em;
		width: 7em;
		-moz-text-align-last: justify;
		text-align-last: justify;
		text-justify:inter-ideograph;
		border:none;
	}

	.hokenshido_list th,.hokenshido_list td{
		font-size: 1.6rem;
	}
	.hokenshido_list2 th,.hokenshido_list2 td{
		font-size: 1.6rem;
	}

	.zaimu_table{
	}
	.zaimu_table table{
		min-width: 100%;
		border-collapse: collapse;
		white-space: nowrap;
	}
#map_canvas{
	margin:0 30px;
}

}
@media (min-width: 900px) {

	.enquete{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 20px;
	}
	.enquete_ttl{
		margin: 0 20px;
	}
	.enquete div h3,.enquete_ttl h3{
		margin: 1em 0 !important;
	}
	.enquete div{
		margin: 0 0px;
		width: 48%
	}
	table.answered{
		width: 100%;
	}


}
@media (min-width: 1040px) {
	.zaimu_table table{
		width: 100%;
	}

}