@charset "euc-jp";

body,td,th {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#sideme ul li.currentme a:hover {
}
#sideme ul li p {
    margin: 0px;
    display: block;
    font-size: 12px;
    color: #000;
    line-height: normal;
    height: auto;
    width: 202px;
    text-decoration: none;
    background-color: #E9F2CC;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-bottom-color: #CCC;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left top 10px;
}
#sideme ul li p {
	background-color: #FFF2CC;
	background-image: url(images/icong2.gif);
}
#sideme ul li p a {
	padding: 4px 0;
	margin: 0;
	border: none;
	background: none;
}
#sideme ul li p a:hover {
	background-color: transparent;
	text-decoration: underline;
}
#main #titlebg {
	background-repeat: no-repeat;
	height: auto;
	width: auto;
}
#main #titlebg h1 {
	color: #333;
}
#main h2 {
	padding: 8px;
	color: #193774;
	font-weight: normal;
	font-size: 15px;
	background-color: #eee;
	border-bottom: 2px solid #193774;
}
#main h3 {
	color: #d86313;
	border-bottom-color: #e2894f;
}
#main .tblbd3 th {
	background-color: #D5BBEE;
}


/* вз 202101 sankyosyoji sumida write вз */
#menu {
	width: 100%;
	height: auto;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}
#menu ul {
	width: 1000px;
	display: block;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}
#menu ul li {
	margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    line-height: 0px;
	border-right: 1px solid #ccc;
}
#menu ul li:first-of-type {
	border-left: 1px solid #ccc;
}
#menu ul li.current {
	position: relative;
}
#menu ul li.current::after {
	content:"";
	display: block;
	width: 152px;
	height: 15px;
	position: absolute;
	bottom: -16px;
	background: #cccccc;
    background: -moz-linear-gradient(top, #40588a 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #40588a 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #40588a 0%,#ffffff 100%);
}
#menu ul li a {
    background-image: none;
    display: block;
    width: 120px!important;
    height: auto!important;
	color: #333;
	padding: 16px;
	text-align: center;
	font-size: 15px;
}
#menu ul li.current a {
    background-color: #193774;
	color: #FFF;
	border: none;
}
#menu ul li.current a:hover {
	color: #FFF;
}
#menu ul li a:hover {
    background-image: none;
    background-color: #193774;
    width: 120px!important;
    height: auto!important;
	text-decoration: none;
	color: #FFF;
}
#largewrap #mainwrap #main {
	min-height: 600px;
	width: 785px;
}
#largewrap #main #maininner {
	padding: 0;
}
#largewrap #mainwrap #leftbox {
	display: block;
	float: left;
	width: 195px;
	padding: 0px;
	position: relative;
}
#largewrap #mainwrap #leftbox::after {
	content: "";
	display: block;
	width: 195px;
	height: 600px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dddddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	top: 0;
	z-index: -1;
}
#mainwrap #leftbox #sidemeinner {
	padding: 0;
}
#mainwrap #leftbox #sidemeinner .title {
	padding: 4px 8px;
	background-color: #193774;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}
#sideme ul li {
	padding-left: 16px;
	position: relative;
}
#sideme ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 13px;
	left: 16px;
	background-color: #193774;
}
#sideme ul li a {
	color: #193774;
}
#sideme ul li a:hover {
	text-decoration: underline;
}
#sideme ul li.current a {
	text-decoration: underline;
}
#sideme ul li.current::before {
	background-color: #FFF;
	border: 1px solid #193774;
}
.archive-content {
	display: none;
}
input[name="archive"] {
  display: none;
}
input[name="archive"]:checked + label + .archive-content {
	display: block;
}
input[name="archive"] + label {
	display: block;
	background-color: #e5e5e5;
	padding: 8px 24px 8px 8px;
	position: relative;
}
input[name="archive"] + label::after {
	content: "+";
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
    height: 1em;
    line-height: 1;
	color: #333;
}
input[name="archive"]:checked  + label::after {
	content: "-";
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
    height: 1em;
    line-height: 1;
	color: #333;
}
input[name="archive"] + label:nth-of-type(n+2) {
	margin-top: 8px;
}
input[name="archive"] + label:last-of-type {
	margin-bottom: 24px;
}
input[name="archive"]:checked + label {
	margin-bottom: 12px;
}
ul.point-list {
	list-style: none;
	padding-left: 32px;
	position: relative;
}
ul.point-list li span {
	position: absolute;
	left: 0px;
	text-align: right;
    width: 22px;
}
ul {
	padding-left: 24px;
}
/*table.news*/
table.news {
	margin-bottom: 24px;
}
table.news th {
	width: 90px;
	padding: 2px 8px 2px 0;
    vertical-align: top;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
table.news td a {
	color: #1ea3b1;
	text-decoration: underline;
	font-size: 14px;
}
table.news td a:hover {
	text-decoration: none;
}

#maininner a {
	color: #1ea3b1;
	text-decoration: underline
}
#maininner a:hover {
	text-decoration: none;
}
.float-box {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.float-box > div {
	float: left;
	background-color: #d6e9fb;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 10px;
	width: 181px;
	text-align: center;
}
.float-box > div:nth-of-type(n+2) {
	margin-left: 10px;
}
.float-box > div:nth-of-type(4n+1) {
	margin-left: 0;
}
.float-box > div:nth-of-type(n+5) {
	margin-top: 2%;
}
.float-box h4 {
	font-size: 14px;
	margin-top: 0;
	text-align: center;
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    width: 340px;
}
.float-box h4 small {
	font-size: 12px;
}
.float-box div.fiel-box a:hover {
	opacity: 0.7;
}
.float-box div.fiel-box a img {
	width: 100%;
	box-shadow: 0px 3px 5px 2px rgba(00,00,00,0.5);
	border-radius: 10px;
}
.float-box div.fiel-box:nth-of-type(n+2) {
	margin-top: 10px;
}
.btn a {
	width: 250px;
	margin: 0 auto 8px;
	padding: 8px;
	display: block;
	text-align: center;
	background-color: #193774;
	color: #FFF!important;
	text-decoration: none!important;
	position: relative;
}
.btn.left a {
	margin: 0 auto 0 0;
}
.btn a::after {
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 2px solid #FFF;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.btn a:hover {
	background-color: #081E4A;
	text-decoration: none;
}

table.border {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}
table.border th {
	background-color: #193774;
	padding: 4px;
	color: #FFF;
}
table.border th:nth-of-type(n+2) {
	border-left: 1px solid #ccc;
}
table.border td {
	padding: 4px;
	text-align: center;
}
table.border td:nth-of-type(n+2) {
	border-left: 1px solid #ccc;
}
table.border tr:nth-of-type(n+2) td {
	border-top: 1px solid #ccc;
}
table.border.bk-color tr:nth-of-type(2n+1) td {
	background-color: #eee;
}
table.border.left td {
	text-align: left;
}

.float {
	clear: both;
	overflow: hidden;
}
.float div {
	float: left;
}
.float.column4 div {
	width: 185px;
	padding-left: 30px;
	box-sizing: border-box;
}

.half {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.half > div {
	float: left;
	text-align: left;
	width: 47%;
	height: 680px;
}
.half > div.right {
	margin-left: 2%;
	border-left: 2px solid #eee;
}
.half > div.right .half-box-headder {
	background-color: #eee;
	padding: 16px;
}
.half > div.right .half-box-inner .radius-box {
	background-color: #eee;
	border-radius: 10px;
	display: block;
	padding: 8px;
	margin-bottom: 16px;
	text-align: center;
}
.half > div.left {
	margin-left: 2%;
	border-left: 2px solid #ccc;
}
.half > div.left .half-box-headder {
	background-color: #ccc;
	padding: 16px;
}
.half > div.left .half-box-inner .radius-box {
	background-color: #ccc;
	border-radius: 10px;
	display: block;
	padding: 8px;
	margin-bottom: 16px;
	text-align: center;
}
.half > div .half-box-headder p,
.half > div .half-box-inner .radius-box p {
	margin-bottom: 0!important;
}
.half > div .half-box-inner {
	padding: 16px;
}
#main .tblbd2 {
    border-collapse: collapse;
    margin-bottom: 25px;
    width: 100%;
}
#main .tblbd2.committee-ayumi th {
	text-align: left;
	padding: 2px 4px;
    width: 80px;
}
#main .tblbd2.committee-ayumi td {
	text-align: left;
	padding: 2px 4px;
}
#main .tblbd2.committee-ayumi th p,
#main .tblbd2.committee-ayumi td p {
	margin-bottom: 0;
}
#main table.contact tr {
	border-top: 1px solid #cccccc;
}
#main table.contact th {
	padding: 8px;
	background: #cccccc;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	border-bottom: none!important;
	color: #444;
}
#main table.contact td {
	padding: 8px;
	border-bottom: none!important;
}
table.contact td p.title {
    margin: 24px auto 8px;
    font-size: 18px;
    font-weight: bold;
}

.mini-title {
	padding-left: 16px;
    position: relative;
	color: #193774;
}