/* ?C???[?W
================================================ */
img{
	border:0px;
}
img#logo{
	margin-right:10px;
	float:left;
}
img.school{
	margin-right:10px;
	float:left;
}

/* ???S?????j???[
================================================ */
ul.logo{
	margin:0px;
	padding-top:40px;
	color:#666666;
	list-style:none;
}
ul.logo li{
	margin:0px;
	padding:0px;
	float:left;
}
ul.logo li a{
	color:#666666;
	text-decoration:none;
}
ul.logo li a:hover{
	color:#000000;
}

/* ?w?b?_?[?f?U?C??
================================================ */
h1{
	font-size:100%;
	color:#ffffff;
	background-color:#d11f26;
	background-image:url(../images/h1_back.gif);
	padding:3px 0px 3px 5px;
	border-left:solid 5px #aaaaaa;
}

h2{
	font-size:100%;
	padding:3px 0px 3px 5px;
	border-bottom:dotted 1px #d11f26;
	border-left:solid 5px #d11f26;
	font-weight:normal;
}

h3{
	font-size:100%;
}

/* ?V?????
================================================ */
ul.new{
	list-style:none;
	margin:5px 0px;
	padding:0px;
}
ul.new li{
	padding-top:2px;
	padding-left:43px;
	height:20px;
	font-size:12px;
}
/* Category */
ul.new li.fp{background:url(../images/icon_fp.gif) no-repeat top left;}
ul.new li.kou{background:url(../images/icon_kou.gif) no-repeat top left;}
ul.new li.zei{background: url(../images/icon_zei.gif) no-repeat top left;}
ul.new li.sha{background:url(../images/icon_syarou.gif) no-repeat top left;}
ul.new li.gyo{background:url(../images/icon_gyo.gif) no-repeat top left;}
ul.new li.bok{background: url(../images/icon_boki.gif) no-repeat top left;}
ul.new li.hud{background:url(../images/new_hud.gif) no-repeat top left;}
ul.new li.son{background:url(../images/new_son.gif) no-repeat top left;}
ul.new li.nen{background: url(../images/new_nen.gif) no-repeat top left;}
ul.new li.sin{background: url(../images/icon_sindan.gif) no-repeat top left;}
ul.new li.syo{background: url(../images/icon_siho.gif) no-repeat top left;}
ul.new li.kan{background: url(../images/icon_kantei.gif) no-repeat top left;}
ul.new li.tak{background: url(../images/icon_taku.gif) no-repeat top left;}
ul.new li.ken{background: url(../images/icon_ken.gif) no-repeat top left;}

/* ?J?u?u????
================================================ */
table.kouza{
	border:solid 1px #d11f26;
	width:100%;
	border-collapse:collapse;
	font-size:80%;
}
table.kouza th{
	padding:3px;
	border-left:solid 1px #dddddd;
	border-bottom:solid 1px #d11f26;
	background-color:#eeeeee;
}
table.kouza td{
	vertical-align:top;
	padding:3px;
	border:solid 1px #dddddd;
}
ul.kouza{
	font-size:80%;
	list-style:none;
	margin:5px 0px;
}


/* ?L?????y?[?????X?g
================================================ */
dl.campaign{
	margin-left:10px;
}
dl.campaign dt{
	background:url(../images/campaign.gif) no-repeat top left;
	padding-top:1px;
	padding-left:17px;
}
dl.campaign dt span{
	font-size:80%;
}
dl.campaign dd{
	margin-top:3px;
	margin-left:15px;
	margin-bottom:5px;
	background:url(../images/pdf.gif) no-repeat top left;
	height:20px;
	font-size:80%;
	padding-top:5px;
	padding-left:22px;
}

/* ?????????t?H?[??
================================================ */
table.fm{
	border:solid 1px #d11f26;
	border-collapse:collapse;
	font-size:100%;
	width:95%;
	margin:0 auto;
}
table.fm caption{
	text-align:left;
	padding-bottom:5px;
}
table.fm th{
	text-align:right;
	padding:3px 5px 3px 3px;
	border:solid 1px #dddddd;
	background-color:#eeeeee;
}
table.fm td{
	vertical-align:top;
	padding:3px;
	border:solid 1px #dddddd;
}

/* ?u????????????J?????_?[
================================================ */
/* start 2021-04-30 12:09 */
table.calendar{
	width:100%;
	margin-bottom: 8px;
	border-collapse:collapse;
	font-size:11px;
}
table.calendar caption{
	text-align:left;
	font-weight:bold;
	font-size:150%;
	padding-bottom:5px;
}
table.calendar th{
	width:14%;
	text-align:left;
	padding:3px 3px 3px 3px;
	background-color:#eeeeee;
}
table.calendar td{
	vertical-align: top;
	padding: 3px;
	border: 1px solid #BDBDBD;
	height: 50px;
}

.calendar .event {
	margin-top: 4px;
}

.calendar .event:not(:first-of-type) {
	padding-top: 4px;
	border-top: 1px solid #eee;
}

/* Sunday, Close day */
.calendar th:first-of-type,
.calendar td:first-of-type,
.calendar .close {
	color: #ff0000;
}

/* Saturday */
.calendar th:last-of-type,
.calendar td:last-of-type
 {
	color: #0000ff;
}

/* Category */
.calendar .cat-kou {
	color: #993366;
}

.calendar .cat-sha {
	color: #008000;
}

.calendar .cat-zei {
	color: #000080;
}

.calendar .cat-event {
	color: #a52a2a;
}

.calendar span {
	display: block;
}

/* global navigtaion ( left sidebar ) */
.nav-item {
	/* color */
	--bgColor: #fff;
	--ftColor: #d11f26;
}

.nav-item a {
	display: block;
	box-sizing: border-box;

	width: 180px;
	margin-bottom: 0.1875rem;
	padding: .125rem;

	letter-spacing: .01rem;
	text-decoration: none;
	color: var(--ftColor);
	background: var(--bgColor);
}

.nav-item a:hover {
	text-decoration: underline;
}

.nav-item a::before {
	content: '>>';
	display: inline-block;
	margin-right: .25rem;
	color: var(--ftColor);
	font-size: .5rem;
}

/* ?????N
================================================ */
dl.link dt{
	padding-left:20px;
	margin-left:10px;
	background:url(../images/serch.gif) no-repeat top left;
}
dl.link dd{
	margin:0px;
	padding:3px 0px 10px 30px;
	font-size:80%;
}

/* Other
================================================ */

.souinfo {
	margin:15px;
	padding:10px;
	background-color:#FFFFCC;
	border:#FFCC33 1px solid;
}



/* nagatomo???
================================================ */

#gouwrap h2 {
	font-size:28px;
	border:none;
	color:#900;
	margin:0;
	padding:0;
}

#gouwrap h4 {
	font-size:28px;
	border:none;
	color: #0470A0;
	margin:0;
	padding:0;
}

#gouwrap h5 {
	font-size:28px;
	border:none;
	color: #05A01E;
	margin:0;
	padding:0;
}

#gouwrap h6 {
	font-size:28px;
	border:none;
	color: #FB6B02;
	margin:0;
	padding:0;
}

#gouwrap table {
	width:70%;
	margin:0 auto 50px auto;
}
#gouwrap h3 {
	font-size:18px;
	background-color:#009;
	color:#FFF;
	padding:10px 10px 10px 20px;
}

/*?e?[?u???????*/
#gouwrap table th {
	border:#CCC 1px solid;
	padding:10px;
	text-align:left;
	font-size: 16Px;
}
#gouwrap table td {
	border:#CCC 1px solid;
	padding:10px;
	text-align:right;
	font-size: 16Px;
}

#gouwrap th:nth-child(odd) {
	background-color:#EAFFFF;
}

/*???i???��y?[?W*/
.redSmall {
	margin-left: 4px;
	font-size: 14px;
	color: #ff0000;
}

/*Font Settings*/

.ft-bold {
	font-weight: bold;
}

.ft-red {
	color: #ff0000;
}

.ft-purple {
	color: #9932CC!important;
}

.ft-orange {
	color: #FF6347!important;
}

.ft-18 {
	font-size: 18px;
}

.ft-20 {
	font-size: 20px;
}

/* ???
================================================ */

.simple_square_btn2 {
	display: block;
	position: relative;
	width: 530px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1B1B1B;
	border:1px solid #1B1B1B;
	margin-left: 10px;
	font-size: 1.6em
}
.simple_square_btn2:hover {
	 background: #fff;
         color: #000;
	 cursor: pointer;
	 text-decoration: none;
}



