@charset "utf-8";
.news {
	clear: right;
	position: relative;
}
.news #cal dl {
	margin-bottom: 30px;
}
.news #cal DL dt {
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	padding-left: 10px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.news #cal DL dd {
	background-color: rgba(255,255,255,0.60);
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
}
.news #cal DL dd:hover {
	-webkit-box-shadow: 0 0px 5px 5px rgba(153,253,255,0.25);
	box-shadow: 0 0px 5px 5px rgba(153,253,255,0.25);
}
.news #cal DL dd A {
	display: block;
	width: 100%;
	height: 100%;
}
.news #right .newsbox {
	background-color: rgba(255,255,255,1);
	border: 2px solid rgba(0,0,0,1.00);
	padding-top: 29px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}
.news #right .newsbox H5 {
	background-color: rgba(0,0,0,1.00);
	padding: 10px 30px;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	line-height: 18px;
}
.news #right .newsbox h6 {
	background-color: rgba(0,0,0,0.40);
	color: rgba(255,255,255,1.00);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 30px;
}
.news #right .newsbox .img {
	text-align: center;
}
.news #right .newsbox .img img {
	margin:0 10px 10px 10px;
}
.news #right .newsbox .img br {
	display:none;
}
.news #right .newsbox .txt {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}
.news #right .newsbox .txt img {
	margin: 0 5px 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}
.news #right .newsbox .link {
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
}
.news #right .newsbox .link a {
	display: block;
	color: rgba(0,153,119,1.00);
	background-color: rgba(0,0,0,.1);
	padding: .3em 1em;
	margin-top: .5em;
	margin-left: 50px;
	margin-right: 50px;
	border-right: .8em solid rgba(0,0,0,.4);
}
.news #right .pagelink A {
	display: block;
	width: 120px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(0,0,0,0.50);
	float: right;
	color: rgba(255,255,255,1.00);
}
.news #right .pagelink A:hover {
	background-color: rgba(93,128,206,1.00);
	color: rgba(252,205,1,1.00);
}
.news #right .pagelink {
	height: 30px;
	margin-bottom: 30px;
}
.newsbox .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 15px;
}
.newsbox .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.hashlink a {
	display: block;
	width: 50%;
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(252,205,1,1.00);
	color: rgba(0,0,0,1.00);
	text-align: center;
}
/* 共通ナビゲーション */
#navi ul,
.navi ul {
	height: 40px;
	width: 100%;
	margin: 0px auto 30px;
	clear: both;
	line-height: 40px;
}
#navi ul li,
.navi ul li {
	height: 40px;
	display: block;
	text-align: center;
	background-color: rgba(201,201,201,0.60);
	color: rgba(180,180,180,1.00);
	font-size: 80%;
}
#navi ul .prev,
.navi ul .prev {
	width: 80px;
	float: left;
}
#navi ul .prev a,
.navi ul .prev a {
	width: 100%;
}
#navi ul .next,
.navi ul .next {
	width: 80px;
	float: right;
	margin-top: -40px;
}
#navi ul .next a,
.navi ul .next a {
	width: 100%;
}
#navi ul .home,
.navi ul .home {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}
#navi ul .home a,
.navi ul .home a {
	width: 100%;
}
#navi ul li a,
.navi ul li a {
	height: 40px;
	display: block;
	background-color: rgba(95,130,206,1.00);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	color: rgba(255,255,255,1.00);
}
#navi ul li a:hover,
.navi ul li a:hover {
	color: rgba(255,255,0,1.00);
	background-color: rgba(36,62,120,1.00);
}

@media screen and (max-width:800px){
	#cal {
		display: none;
	}
	.news #right {
		width: 100%;
	}
	.news #right .newsbox {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.news #right .newsbox .txt {
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 15px;
	}
	.news #right .newsbox .link a {
		margin-left: 25px;
		margin-right: 25px;
	}
	.news #right .newsbox H5 {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 16px;
	}
	.news #right .newsbox h6 {
		padding-left: 15px;
}
}
@media screen and (min-width:801px) and (max-width:1199px){
	#cal {
		display: none;
	}
	.news #right {
	width: 100%;
	float: none;
	}
}
@media screen and (min-width:1200px){
	.news #cal {
		float: right;
		width: 250px;
		z-index: 1;
		position: relative;
	}
	.news #right {
		float: left;
		width: 560px;
		z-index: 99;
		position: relative;
	}
	.news #right .newsbox {
		position: relative;
		z-index: 999;
	}
	.news #right #navi {
		display: none;
	}
}

