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

body .wrapper{
	min-height: 748px;
}

.content01 h2,
.content02 h2{
	border-bottom: solid 2px #7F7F7F;
}

.content02{
	margin-bottom: 10px;
}

.content02 p{
	font-size: 1.6rem;
	margin: 6px 0 6px 26px;
}

.aisatsu-wrap{
	margin: 20px auto;
	padding: 30px;
	border: solid 2px rgba(255, 212, 212, 1);
	width: 810px;
	background-color: rgba(254, 255, 246, 1);
}

.aisatsu-wrap p.txt{
	font-size: 1.3rem;
	margin-bottom: 20px;
	text-indent: 1.4rem;
	line-height: normal;
}

.aisatsu-wrap .name{
	font-size: 1.3rem;
	line-height: normal;
}

.info-wrap ul li{
	display: flex;
	padding: 18px 20px 18px 26px;
	border-bottom: solid 2px #F7F7F7;
}

.scroll{
	width: 100%;
}

p.news-time{
	width: 20%;
	border-right: solid 2px #F7F7F7;
}

p.news-inner{
	width: 80%;
	padding-left: 15px;
	
}

.endai-wrap{
	margin-left: 36px;
	width: 30%;

}

.endai-wrap img{
	margin-bottom: 16px;
}

.endai-wrap a img:hover{
	opacity: 0.7;
}

