@charset "utf-8";

/* CSS Document */

*{margin:0;
padding:0;}

@font-face {
	font-family: "Yu Gothic";
  	src: local("Yu Gothic Medium");
	}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	letter-spacing:1px;
	line-height:160%;
	color:#333;
	}


#all{
	}

a:link,
a:visited{
	text-decoration:none;
	color:#333;}

p{
	margin-bottom:5px;
	}


ul li{
	margin-bottom:5px;
	}


ul li:last-child{
	margin-bottom:0 !important;
	}

/*****************************************************/
/*****************************************************/

header{
	border-top: 10px solid #669900;
	margin-bottom:20px;
	padding:5px 0}

header div{
	width:920px;
	margin:0 auto;
	padding:10px 0;
	}

	header div h1{
		font-family: "Yu Gothic";
		font-size:25px;
		position:relative;
		padding:0 0 5px 95px;
		display:block;
		margin-bottom:25px;
		font-weight:bold;
		float:left;
		}
	
	header div h1:before{
		position:absolute;
		content:url(../img/logo.jpg);
		top:-2px;
		left:0;
		}
	
	header div h1 a:link,
	header div h1 a:visited{
		text-decoration:none;
		color:#333;
		line-height:36px;
		}
	
	header div h1 a:hover{
		opacity:0.7;
		color:#333;
		}
		
	header div ul{
		float:right;
		padding:10px 0 0 0
		}
	
	header div ul li{
		margin-bottom:2px;
		font-size:14px;
		}
	
	header div ul li span{ 
		font-weight:bold;
		color:#996600;
		}
	
	header div ul li .tel{
		background-image:url(../tel.svg);
		background-size:20px;
		width:20px;
		padding:0 0 0 25px;
		background-repeat:no-repeat;
		background-position:left 0;
		}
		
	header div ul li .fax{
		background-image:url(../fax.svg);
		background-size:20px;
		width:20px;
		padding:0 0 0 25px;
		background-repeat:no-repeat;
		background-position:left 1px;
		}
		
	header div ul li .mail{
		background-image:url(../mail.svg);
		background-size:20px;
		width:20px;
		padding:0 0 0 25px;
		background-repeat:no-repeat;
		background-position:left 3px;
		}
			

/*****************************************************/
/*****************************************************/


nav ul{
	width:920px;
	margin:0 auto 20px auto;
	overflow:hidden;
	}

nav ul li{
	float:left;
	width:220px;
	text-align:center;
	margin-right:13px;
	font-size:14px;
	}

nav ul li:last-child{
	margin-right:0px !important;}

nav ul li a:link,
nav ul li a:visited{
	display:block;
	padding:15px 0 13px 0;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	border-top:#ccc 2px solid;
	}

nav ul li a:hover{
	color:#669900;
	border-top:#669900 2px solid;
	}

nav ul li:last-child{
	background-image:url(../img/soto_link.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	}


/*****************************************************/
/*****************************************************/

.arrow_link{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	}
	
.arrow_link::before,
.arrow_link::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	}

.arrow_link::before{
	left: 3px;
	top:-5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.arrow_link::after{
	left:8px;
	top:-5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #669900;
	border-right: 1px solid #669900;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

/*****************************************************/
/*****************************************************/

#content{
	width:920px;
	margin:0 auto 20px auto;
	overflow:hidden;
	box-sizing:border-box;
	padding:10px 0 40px 0;
	}

#content article{
	margin-bottom:50px;}
		

#content h1{
	margin-bottom:40px;
	}

#content h2{
	margin-bottom:15px;
	font-family: "Yu Gothic";
	font-weight:bold;
	font-size:20px;
	letter-spacing:1.5px;
	}


	#content h2{
		padding-bottom:5px;
		border-bottom: solid 3px #cccc66;
		position: relative;
		}
	
	#content h2:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #669900;
		bottom: -3px;
		width: 20%;
		}

#content h3{
	margin-bottom:15px;
	font-family: "Yu Gothic";
	font-weight:bold;
	font-size:16px;
	border-bottom: solid 2px #cccc66;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:18px;
	position:relative;
	}

	#content h3:before{
		content:"";
		position: absolute;
		width:10px;
		height:10px;
		background-color:#669900;
		border-radius:50% 50% 50% 50% /50% 50% 50% 50%;
		top:6px;
		left:2px;
		}




#content #left{
	width:300px;
	float:left;
	margin:0 50px 0 0;
	}
	
	

	#content ul.news{
		width:100%;
		display:block;
		height:257px;
		overflow: scroll;
    overflow-x: hidden;
		margin-bottom:30px;
		border:solid #ccc 2px;
		padding:0 10px;
		line-height:120%;
		
		}
	
	
		#content #list_news ul.news{
		width:100%;
		display:block;
		height:auto;
		overflow:auto !important;
    overflow-x: hidden;
		margin-bottom:35px;
		border:none;
		padding:0 10px;
		}
	
	
	#content ul.news li{		
		font-weight:bold;
		font-size:14px;
		padding:9px 0 8px 0;
		margin-bottom:0 !important;
		border-bottom:dotted #ccc 2px;
		}

	#content ul.news li:last-child{		
		border-bottom:none;
		}		
		
		#content ul.news li .day{
			margin-right:10px;
			color:#669900;
			}
		
	#content ul.news li a:link,
	#content ul.news li a:visited{
		display:block;
		font-weight:bold;
		color:#333
		}
	
	#content ul.news li a:hover{
		color:#996600;
		}
		

#content #right{
	width:570px;
    margin: 0 0 50px 0;
	float:left;}

	#content #right ul{
		width:100%;
		font-size:14px;
		}
	
	#content #right ul li{
		margin:0 0 10px 0;
		letter-spacing:2px;
		}
		
	#content #right ul#link li a:link,
	#content #right ul#link li a:visited{
		display:block;
		padding:15px 15px 13px 26px;
		position:relative;
		border:#ccc solid 2px;
		vertical-align: middle;
		text-decoration: none;
		font-weight:bold;
		}
	
	#content #right ul#link li a:hover{
		display:block;
		position:relative;
		border:#ccc solid 2px;
		color:#996600;
		vertical-align: middle;
		text-decoration: none;
		font-weight:bold;
		}
	
	#content #right ul#link li a:link::before,
	#content #right ul#link li a:link::after,
	#content #right ul#link li a:visited::before,
	#content #right ul#link li a:visited::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	}

	#content #right ul#link li a:link::before,
	#content #right ul#link li a:visited::before{
	left:8px;
	top:-2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}


	#content #right ul#link li a:link::after,
	#content #right ul#link li a:visited::after{
	left:13px;
	top:-2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}


#content #text_banner {
	width: 100%;
	clear: both;
	box-sizing:border-box;
}

	#content #text_banner ul {
		letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
		box-sizing:border-box;
	}


	#content #text_banner li {
		display: inline-block;
		width: 450px;
		min-height: 150px;
		margin-bottom: 20px;
		padding: 14px 10px 14px 14px;
		font-size: 15px;
		font-weight: bold;
		line-height: 185%;
		letter-spacing: 1.5px;
		vertical-align: top;
	//	background-color: #f9f9ec;
		border: 6px double #669900;
		box-sizing:border-box;
	}

	#content #text_banner li:nth-child(odd) {
		margin-right: 20px;
	}
	
	.red {
		color: #FF0000;
	}
    
    
    
/* add ry 20200522 */
/*#content .korona_20200522 {
    display: block;
    margin: 0 auto 30px;
    padding: 20px 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.5;
    border: 2px solid #FF0000;
    box-sizing:border-box;
    text-align: center;
    color: #FFF;
    background: #ff2121;
    background: #E70D3B;
}

#content .korona_20200522 span {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
}*/

#content .korona_20200522 {
    display: block;
    margin: 0 auto 30px;
    padding: 20px 16px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.4;
    border: 3px solid #FF0000;
    box-sizing:border-box;
    text-align: center;
    /*color: #FF0000;*/
}

#content .korona_20200522 span {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
}



table tr:nth-child(odd){
	background-color:#f9f9ec;
	}

table{
	border:1px solid #4d7300;
	border-spacing:0;
	margin:30px 0;
	width:100%}

table th{
	border:1px solid #4d7300;
	padding:10px;
	background-color:#669900;
	color:#fff;
	font-weight:bold;
	vertical-align:middle}


table.meibo{}
table.meibo th{
	text-align:center;
	padding:5px 0;}

table.meibo td{
	padding:5px;
	vertical-align:middle}

table.meibo tr td:first-child{width:12%}
table.meibo tr td:nth-child(2){width:12%}

table.meibo tr td:last-child{width:26%}

table.meibo tr td:first-child,
table.meibo tr td:nth-child(2),
table.meibo tr td:nth-child(3),
table.meibo tr td:nth-child(5){
	text-align:center;
	vertical-align:middle}


table td{
	border:1px solid #669900;
	padding:10px ;
	vertical-align:top}

ul li{margin-bottom:5px;}

ul li:last-child{margin-bottom:0 !important}

ul li strong{
	color:#669900 !important;
	}




.arrow_02{
	position: relative;
	display: inline-block;
	padding: 0 0 0 18px;
	color: #333;
	vertical-align: middle;
	text-decoration:underline !important;
	}

	
.arrow_02:before,
.arrow_02:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	vertical-align: middle;
	}

.arrow_02:before{
	left:0px;
	top:6px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.arrow_02:after{
	left:5px;
	top:6px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}


.arrow_02:hover{
	color:#996600 }



#kosyu table{
	border:1px solid #4d7300;
	border-spacing:0;
	margin:10px 0 050px 0;
	width:100%}

#kosyu table th{
	border:1px solid #4d7300;
	padding:5px 10px;
	background-color:#669900;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	width:120px}



#kosyu  table td{
	border:1px solid #669900;
	padding:5px 10px;
	vertical-align:top}

#kosyu  table td ul li{
	margin-bottom:3px !important}



ul#pankuzu{
	overflow:hidden;
	font-size:12px !important;
	margin:-30px 0 5px 0}

ul#pankuzu li{
	float:left;
	padding-right:20px;
	}

ul#pankuzu li a:link,
ul#pankuzu li a:visited{
	position:relative;
	color:#669900;
	}
ul#pankuzu li a:link::after,
ul#pankuzu li a:visited::after{
	position:absolute;
	content:"";
	right:-10px;
	top:5px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #996600 ;
	border-right: 2px solid #996600 ;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}


	ul#news{
		width:100%;
		}
	
	ul#news li{
		
		border-bottom:dotted #ccc 2px;
		}

		
		ul#news li .day{
			margin-right:10px;
			color:#669900;
			}
		
	ul#news li a:link,
	ul#news li a:visited{
		display:block;
		padding:10px;
		font-weight:bold;
		color:#333
		}
	
	ul#news li a:hover{
		color:#996600;
		}
		


/*****************************************************/

.news_list{
	margin:10px 15px;}

.news_list li{
	position:relative;
	padding-left:12px;}

.news_list li:before{
	content:"";
	position:absolute;
	top:8px;
	left:0;
	width:5px;
	height:5px;
	background-color:#669900;
	border-radius:50%
	}




.news_table{
	border:1px solid #669900;
	margin:20px auto;
	width:100%;
	box-sizing:border-box;
	font-size:110%;
	line-height:160%
	}
.news_table td,
.news_table th{
	border:none;
	background-color:#f9f9ec;
	}

.news_table td{
	padding:20px;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:left}

.news_table th{
	vertical-align:middle;
	box-sizing:border-box;
	text-align:center;
	
	padding:20px 15px 15px 0;}




/*****************************************************/


	
	
		#content #list_news ul.news02{
		width:100%;
		display:block;
		height:auto;
		overflow:auto !important;
    overflow-x: hidden;
		margin-bottom:35px;
		border:none;
		padding:0 10px;
		}
	
	
	#content ul.news02 li{		
		font-weight:bold;
		font-size:14px;
		padding:10px 0 10px 0;
		border-bottom:dotted #ccc 2px;
		overflow:hidden;
		}
		
		
		#content ul.news02 li .day{
			margin-right:10px;
			float:left;
			color:#669900;
			}
		
	#content ul.news02 li a:link,
	#content ul.news02 li a:visited{
		display:block;
		font-weight:bold;
		color:#333
		}
	
	#content ul.news02 li a:hover{
		color:#996600;
		}
		


/*****************************************************/


#rinsaibou_banner{
	}


#rinsaibou_banner ul{
	margin:10px auto 0 auto;
	letter-spacing: -.4em;
}

#rinsaibou_banner ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 10px 0;
	letter-spacing: 0;
}

#rinsaibou_banner ul li img{
	max-width:450px}


#rinsaibou_banner ul li:nth-child(2n),
#rinsaibou_banner ul li:nth-of-type(7){
	margin-left: 10px
}

#rinsaibou_banner ul li:hover img{
	opacity:0.7;
}

/*****************************************************/

#page_top {
    position: fixed;
    right: 50px;
	z-index:9999;
	}

#page_top a:link,
#page_top a:visited{
	text-indent:-9999px;
	display:block;
	width:50px;
	height:50px;
	background-color:#417038;
	opacity:0.8;
	border-radius:5px;
	position:relative;
	}

#page_top a:link:before,
#page_top a:visited:before{
	content:"";
	position:absolute;
	width:0;
	height: 0;
	top:5px;
	left:10px;
	border-top: 10px solid transparent;
	border-right: 15px solid transparent;
	border-bottom:15px solid #dcd3b2;
	border-left: 15px solid transparent;
}

#page_top a:hover{
	text-indent:-9999px;
	display:block;
	width:50px;
	height:50px;
	background-color:#6f4b3e;
	opacity:0.8;
	border-radius:5px;
	position:relative;
	}



/*****************************************************/
	
footer{
	background-color:#cccc66;}

footer div{
	width:920px;
	margin:0 auto;
	font-size:14px;
	padding:12px 0 10px 0;
	letter-spacing:1px !important;
		font-weight:bold;
	}

footer div p{
		margin:0 !important;
		line-height:24px;
	}

	.copy{
		padding:0 0 0 0 ;
		text-align:center;
		font-size:10px;
		background-color:#669900;
		color:#fff;
		margin:0 !important;}