@charset "utf-8";

/*共通*/
main a:link,main a:hover,main a:visited,main a:active{color:#000!important;}
main .right_box a:link,main .right_box a:hover,main .right_box a:visited,main .right_box a:active{color:#0065d6!important;}
main p {line-height: 1.8;}
main ol {padding-left: 28px;line-height: 2;}
main ol li{list-style: decimal;}
main .border-none{
	border-bottom: none!important;
    padding: 0!important;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#transfer{
	border: 1px solid #111184;
	margin: 10px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	color: #111184;
}
.imSP100p{width:100%;}
#wrapper {line-height: 1.4;}
main table {
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
main table,main td,main th {
	font-size: 13px;
	line-height: 1.7;
}
main tr {border-bottom: 1px dotted #aaa;}
main td, th {padding: 5px;}
main th {
	width: 22%;
	background: #f5f5ff;
	text-align: center;
}
main td {width: 78%;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 25px;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 10px;}
main h2 {
	text-align: center;
    font-size: 24px;
    color: #111184;
    letter-spacing: 3px;
    margin: 15px 0 20px;
}
main h3 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 20px 0 10px;
    background: #eee;
    text-indent: 12px;
}
nav#top_navi ul{display: flex;}
nav#top_navi li{
	width: 33.33333%;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #ccc;
    font-size: 14px;
    position: relative;
}
nav#top_navi li.select_now{
	color: #111184;
	border-bottom: 3px solid #111184;
}
main article{
	width: 94%;
    margin: 0 3%;
}
.left_box {font-size: 16px;}
.left_box p{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.left_box ul{margin-bottom: 50px;}
.left_box li{
	margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
}
nav#top_navi li a:hover,
.left_box li a:hover{color: #111184!important;}
.right_box {
	font-size: 15px;
	margin-bottom: 25px;
}
.right_box li{margin:10px 0;}
table#board-member{margin-bottom: 5px}
table#board-member,
table#board-member tr{border:none;}
table#board-member tr:nth-last-of-type(odd){background:#f8f8ff;}
table#board-member tr:nth-last-of-type(even){background:#fcfcff;}
table#board-member th {
    width: 30%;
    background: none;
    border-right: 1px solid #fff;
}
table#board-member td {width: 70%;}
main dl {
    border-bottom: 1px dotted #aaa;
    padding: 12px 0;
}
main dl dt {margin-bottom: 10px;}
.enactment_representative{
	text-align: center;
    margin: 20px 0;
}
footer#smp_footer {margin-top: 25px;}
}

/*760px以上*/
@media screen and (min-width: 760px),print{
#transfer{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 5%;
	border: 1px solid #111184;
	padding: 15px;
	font-size: 18px;
	text-align: center;
	color: #111184;
}

#wrapper {line-height: 1.231;}
main table{
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
main table,main td,main th {
	font-size: 15px;
	line-height: 1.8;
}
main tr {border-bottom: 1px dotted #aaa;}
main td,main th {padding: 10px;}
main th {
	width: 15%;
	background: #f5f5ff;
	text-align: center;
}
main td {width: 85%;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto 25px;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
main h2 {
	text-align: center;
    font-size: 32px;
    line-height: 3;
    color: #111184;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
main h3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 20px 0 10px;
    background: #eee;
    text-indent: 12px;
}
nav#top_navi{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
}
nav#top_navi ul{display: flex;}
nav#top_navi li{
	width: 200px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
    font-size: 20px;
	position: relative;
}
nav#top_navi li.select_now{
	color: #111184;
	border-bottom: 3px solid #111184;
}
main article{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
}
main article:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.left_box{
	width: 22%;
	float: left;
    margin-right: 3%;
    font-size: 16px;
}
.left_box p{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.left_box ul{margin-bottom: 50px;}
.left_box li{
	margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
	text-indent: 10px;
}
nav#top_navi li a:hover,
.left_box li a:hover{color: #111184!important;}
.right_box{font-size: 16px;}
.right_box li{margin:15px 0;}
table#board-member{margin-bottom: 20px}
table#board-member,
table#board-member tr{border:none;}
table#board-member tr:nth-last-of-type(odd){background:#f8f8ff;}
table#board-member tr:nth-last-of-type(even){background:#fcfcff;}
table#board-member th {
    width: 30%;
    background: none;
    font-size: 14px;
    border-right: 1px solid #fff;
}
table#board-member td {
	width: 70%;
	font-size: 14px;
}
main dl {
    border-bottom: 1px dotted #aaa;
    padding: 10px 0;
	font-size: 16px;
}
main dl dt {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight:bold;
}
.enactment_representative{
	text-align: right;
    margin: 20px 0;
}
footer#pc_footer {margin-top: 50px;}
footer#pc_footer .footTopInner{display:none;}
}