@charset "utf-8";
/* CSS Document */

/*
div#r04{
    border: 1px #1f90ff solid;
    background-color: #1f90ff;
}
div#r04:hover{
    background-color: #baddff;
}
*/


/*
		<div class="wrapper_pan">  class="cp_breadcrumb"
				<ul class="pan">   class="breadcrumbs"
*/

.wrapper_pan *, .wrapper_pan *:after, .wrapper_pan *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.wrapper_pan {
	margin: 0 auto 1em auto;
	padding: 1em 0em;
	color: #fff;
	border-radius: 0.5em;
}

.wrapper_pan .pan {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.wrapper_pan li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #7986CB;
}
.wrapper_pan li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.wrapper_pan li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.wrapper_pan li:last-child::before {
	content: normal;
}






h1{
	margin: 10px 0;
    line-height: 36px;
    font-size: 32px;
	font-weight: bold;
	width:950px;
	text-align:center;	
}


a:link {
	color:#1f90ff;
	text-decoration:underline;
}
a:visited {
	color:#1f90ff;
	text-decoration:none;
}
a:hover {
	color:#1f90ff;
	text-decoration:none;
}
a:active {
	color:#1f90ff;
}




h1 a, h1 a:link, h1 a:hover {
    color: #000 !important;
    text-decoration: none;
}


div#container{
    width: 950px;
    margin: 0px auto 10px auto;
    text-align: left;	
}

div#contents{
	clear: both;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;	
}

div#sidebar{
    width: 250px;
    margin: 0 25px 20px 0;
    text-align: left;
    float: left;
}



div#main {
    width: 675px;
    margin: 0 0 20px;
    text-align: left;
    float: left;
}


div.section {
    margin: 0 0 35px;
    clear: both;
}


h2 {
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    margin: 0 0 20px;
    color: #fff;
    background-color: #1f90ff;
}


h3 {
    padding: 5px 0 0 10px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
	background:rgba(68,114,196,0.1);
    border-bottom-width: 2px;
    border-bottom-style:inset;
    border-bottom-color: #4472C4;
}

h4 {
    padding: 0 0 0 0;
    margin: 0 0 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom-width: 1px;
    border-bottom-color: #1f90ff;
}


div#sidebar ul#menu li a{
	color: #000;
    display: block;
    padding: 20px 0 20px 20px;
    background-color: #fff;
    text-decoration: none;
	font-size: 14px;
	border-top: #1f90ff solid 2px;
}

div#sidebar ul#menu li:last-child a{
	border-bottom: #1f90ff solid 2px;
}


div#sidebar ul#menu li a::before{
    background-color: #1f90ff;
	color: #fff;
	font-weight:bold;
	
	content: "";

	border: 10px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	
	margin-top: 5px;
	display: inline-block;
}







div#sidebar ul#menu li a.menu_on,
div#sidebar ul#menu li a:hover{
    background-color: #1f90ff;
	color: #fff;
	font-weight:bold;
}

div#sidebar ul#menu li a.menu_on::before,
div#sidebar ul#menu li a:hover::before{
    background-color: #fff;
	color: #1f90ff;
	font-weight:bold;
	
	content: "";

	border: 10px solid #1f90ff;
	border-top: 6px solid #1f90ff;
	border-right: 6px solid #1f90ff;
	border-bottom: 6px solid #1f90ff;
	border-left: 6px solid transparent;
	
	margin-top: 5px;
	display: inline-block;
	
}







div.box_oshirase {
    padding: 10px;
    overflow-y: scroll;
	height:auto;
}

dl.oshirase_list dt {
    float: left;
    margin: 0 0 10px;
    width: 6.5em;
    clear: left;
    line-height: 1.6em;
}


dl.oshirase_list dd {
    padding: 0 0 0 6.5em;
    margin: 0 0 10px;
    border-bottom: #999 dotted 1px;
    line-height: 1.6em;
}


table.waku_table_kigen{
	margin: 5px auto;
	width: 630px;
} 

table tr td.waku_td_kigen{
	border:1px solid #000;
	padding:5px;
	text-align:center;
}


div.section table.section_table{
	margin:5px auto;
	width: 630px;
	border: 1px solid;
	border-collapse: collapse;
}

div.section table.section_table td{
	padding:5px;
	border:1px solid #000;
}


div.section div.download_file{
	overflow: hidden;
	width: 398px;
	/* height: 202px; */
	margin: 0px auto 13px auto;
	padding: 10px 0px 10px 0px;
	font-size: 120%;
	border-radius: 5px;
	border: 1px #333333 solid;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
	text-decoration: none;
	color: #333333;
	text-align: center;	
}

div.section a.dl_file {
	text-decoration: none;
}

div.section div.download_file:hover {
	background-color: #cccccc;
}



div.koufusinsei table.tableset{
    margin: 5px auto;
    width: 660px;
    border: 1px solid;
    border-collapse: collapse;
}

div.koufusinsei table.tableset th,
div.koufusinsei table.tableset td{
    padding: 10px 10px;
	border-bottom:1px solid #000;
    border-right: 1px solid #000;
}

div.koufusinsei table.tableset th {
    font-weight: normal;
    background-color: #efefef;
    vertical-align: middle;
}




p.p_kigen{
	margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.6em;
}

p.p_kigen_kome{
	margin: 0 0 0 25px;
}



div#main table.inquiry_table{
	margin-left: 50px;
	text-align: left;
}

div#main table.inquiry_table th,
div#main table.inquiry_table td{
	vertical-align: top;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}

div#main table.inquiry_table th{
	width: 80px;
}




div#footer{
	width: 950px;
    margin: 0px auto 30px auto;
    padding: 22px 0 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1f90ff;
}




div#footer p{
	text-align: left;
}



div#footer_copy p{
	text-align: center;
}


