
@charset "UTF-8";


.slide{
	width: 600px;
	overflow: hidden;
}

p{
	padding: 20px 50px;
}

hr{
	border: 0;
	border-top: 2px solid #000;
}

.news{
	border: 1px solid #000;
	background-image: url(../img/index/news_bg.png);
	background-position: 95% 100%;
	background-repeat: no-repeat;
	padding: 10px 50px 30px;
	margin: 10px 0;
}

.news .date,
.news .title{
	display: inline-block;
	vertical-align: top;
	width: 70px;
}

.news .title{
	width: 400px;
}

.nenn{
	text-align: center;
	font-size: 16px;
	padding: 18px 0;
	border: 1px solid #000;
	margin: 50px 0 15px;
}

a.gosyokai{
	display: block;
	text-align: center;
	background-image: url(../img/index/3.jpg);
	box-sizing: border-box;
	width: 600px;
	height: 234px;
	padding: 202px 0 0 0;
}

a.gosyokai div{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #211915;
	background-color: rgba(255,255,255, 0.89);
	border: 1px solid #000;
	width: 160px;
	padding: 0;

	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a.gosyokai:hover div{
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgba(255,255,255,0.5);
	width: 160px;
	text-decoration: none;
}




