@charset "utf-8";
html {
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
	height: 100%;
}
body {
	background-color: rgba(255,255,255,1.00);
	font-family: "Meiryo UI", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
}
.ct {
	margin-left: auto;
	margin-right: auto;
}
main {
	padding-top: 80px;
	display: block;
}
.newsbox {
	display: block;
	border: 1px solid rgba(211,211,211,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-color: rgba(255,255,255,0.50);
}
.newsbox h5 {
	font-size: 180%;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
.newsbox h5 a {
	text-decoration: none;
	color: #333333;
}
.newsbox h5 a:hover {
	text-decoration: underline;
}
.newsbox h6 {
	font-size: 100%;
	padding-top: 1em;
	padding-left: 1.6em;
	padding-bottom: 1em;
}
.newsbox .txt {
	overflow: hidden;
}
.newsbox .txt img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.newsbox .newslink,
.logobox .newslink {
	display: block;
	border-top: 1px solid rgba(211,211,211,1.00);
	background-color: rgba(245,245,245,1.00);
}
.newsbox .newslink {
	margin-top: 1.6em;
	height: 2em;
}
.logobox .newslink {
	margin-top: 0;
	height: 3em;
}
.newsbox .newslink a,
.logobox .newslink a {
	display: block;
	width: 50%;
	background-color: rgba(51,51,51,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	float: right;
	text-decoration: none;
}
.newsbox .newslink a {
	line-height: 2em;
}
.logobox .newslink a {
	line-height: 3em;
}
.newsbox .newslink a:hover,
.logobox .newslink a:hover {
	background-color: rgba(4,164,137,1.00);
}
.logobox {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	line-height: 0;
	float: left;
	border: 1px solid rgba(211,211,211,1.00);
}
.logobox .txt p img {
	max-width: 100%;
	height: auto;
}
.logobox #social {
	height: 36px;
	background-color: rgba(0,0,0,1.00);
	margin: 0px;
}
.logobox #social li {
	height: 36px;
	float: left;
}
.logobox #social li a {
	height: 36px;
	text-decoration: none;
}
.js-masonry {
	clear: both;
}


/*　ボタンアニメーション　*/
.button {
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*　ヘッダー領域　*/
header {
	background-color: rgba(0,129,185,1.00);
	color: rgba(255,255,255,1.00);
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
}
header h1 {
	float: left;
}
header nav {
	float: right;
	color: rgba(255,255,255,1.00);
}

/*　ページリンク　*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	z-index: 9999;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 80px;
	line-height: 80px;
}
#page-top a:hover {
	text-decoration: none;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #FC0;
}

/*　スマホ用メニュー設定　*/
.naver .naver-handle {
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: bold;
}
.naver .naver-handle:after {
	background: url(../images/btn_menu.png) no-repeat center;
	content: '';
	display: block;
	height: 50px;
	margin: 0px 0px 0px 10px;
	width: 50px;
	float: right;
}
.naver .naver-wrapper {
	height: auto;
}
.naver .naver-container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.naver.enabled .naver-handle {
	display: block;
}
.naver.enabled .naver-wrapper {
	height: 0px;
	overflow: hidden;
}

/* フッター領域 */
#footer {
	background-color: rgba(0,129,185,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 2em;
	padding-bottom: 3em;

	width: 100%;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(20,168,59,1.00) 100%);
	text-align: center;
	clear: both;
	position: relative;
	z-index: 10;
}
#footer a {
	color: rgba(255,237,0,1.00);
}

@media screen and (max-width:800px){
	/*　おまじない　*/
	.sponly {
		display: inline;
	}
	.pconly {
		display: none;
	}
	.ct {
		width: 98%;
	}
	.newsbox,
	.logobox {
		margin: 1%;
		width: 48%;
	}
	.newsbox.x2,
	.logobox.x2{
		margin: 1%;
		width: 98%;
	}
	.newsbox.x3,
	.logobox.x3{
		margin: 1%;
		width: 98%;
	}
	.newsbox.x4,
	.logobox.x4{
		margin: 1%;
		width: 98%;
	}
	.newsbox.x4 .txt p:first-child {
		font-size: 0;
		line-height: 0;
	}
	.newsbox.x4 .txt p:first-child img {
		max-width: 100%;
		display: block;
	}
.newsbox h5 {
	font-size: 120%;
}

	/*　ヘッダー領域　*/
	nav {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 100%;
	height: auto;
	margin: 0px;
	position: fixed;
	border-bottom-left-radius: 5px 5px;
	color: rgba(34,24,21,1.00);
	padding: 10px;
	right: 0px;
	top: 0px;
	}
	nav.naver.open {
	background-color: rgba(0,146,176,0.70);
	}
	nav a {
	text-align: center;
	border-top: 1px dotted rgba(255,255,255,0.50);
	display: block;
	padding: 0.8em;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-decoration: none;
	}
	nav a:hover {
	color: rgba(0,255,255,1.00);
	}

}

@media screen and (min-width:801px) and (max-width:1200px){
	/*　おまじない　*/
	.sponly {
		display: none;
	}
	.pconly {
		display: inline;
	}
	.ct {
		width: 98%;
		min-width: 795px;
		max-width: 1176px;
	}
	.newsbox,
	.logobox {
		margin: 1%;
		width: 31%;
	}
	.newsbox.x2,
	.logobox.x2{
		margin: 1%;
		width: 48%;
	}
	.newsbox.x3,
	.logobox.x3{
		margin: 1%;
		width: 65%;
	}
	.newsbox.x4,
	.logobox.x4{
		margin: 1%;
		width: 98%;
	}
	.newsbox.x4 .txt p:first-child {
		font-size: 0;
		line-height: 0;
	}
	.newsbox.x4 .txt p:first-child img {
		max-width: 50%;
		width: 50%;
		display: inline;
	}
	/*　ヘッダー領域　*/
	header nav a {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 2em;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 14.4px;
	}
	header nav a:hover {
	color: rgba(0,255,255,1.00);
	}
	header nav a:last-child {
	margin-right: 0px;
	}

}

@media screen and (min-width:1201px){
	/*　おまじない　*/
	.sponly {
		display: none;
	}
	.pconly {
		display: inline;
	}
	.ct {
		width: 98%;
		max-width: 1200px;
	}
	.newsbox,
	.logobox {
		margin: 1%;
		width: 23%;
	}
	.newsbox.x2,
	.logobox.x2{
		margin: 1%;
		width: 48%;
	}
	.newsbox.x3,
	.logobox.x3{
		margin: 1%;
		width: 73%;
	}
	.newsbox.x4,
	.logobox.x4{
		margin: 1%;
		width: 98%;
	}
	.newsbox.x4 .txt p:first-child {
		font-size: 0;
		line-height: 0;
	}
	.newsbox.x4 .txt p:first-child img {
		max-width: 50%;
		width: 50%;
		display: inline;
	}
	/*　ヘッダー領域　*/
	header nav a {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 2em;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 14.4px;
	}
	header nav a:hover {
	color: rgba(0,255,255,1.00);
	}
	header nav a:last-child {
	margin-right: 0px;
	}

}
