/* CSS Document */
#test {
	width:100%;
	height:20px;
	position:fixed;
	z-index:31000;
	top:20px;
	text-align:center;
	border:1px solid #F00;
	background-color:#FFFFFF;
}
.page_container_center {
	padding-bottom:0 !important;
}

html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#5dadff;
	height:100%;
/*	background-color:#FFF;
	background-image:url(../img/BG_main.png);*/
}

ul,li {
	margin:0px;
	padding:0px;
}

#wrapbox {
	max-width:1000px;
	min-width:360px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}

#headerbox {
	max-width:1000px;
	height:87px;
	background-color:#5dadff;
	position:relative;
/*	border: 1px solid #ffffff;
	border-top-width: 0;*/
}
#headerbox ul {
	max-width:475px;
	min-height:22px;
	position:absolute;
	right:25px;
	bottom:7px;
	padding:0px;
	margin:0px;
	list-style:none;
	display:flex;
	justify-content:space-between;
	float:right;
	font-size:10pt;
	font-weight:bolder;
}
#headerbox li {
	min-width:55px;
	text-align:center;
	padding:0 5px;
	height:22px;
	line-height:1.6em;
	overflow: hidden;
}
#headerbox ul a {
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	color:#FFF;
}
#headerbox ul a:hover {
	color:#444;
}
#headerbox h2{
	line-height: 100%;
	font-size: 8px;
	max-width: 55px;
	color:white;
}

#headnijirushi {
	width:26%;
	height:100%;
/*	background-image:url(../img/nijirushi.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;*/

	position: relative;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}


#headnijirushi a{
/*	width:100%;
	height:100%;
	display:block;
	overflow: hidden;
	*/
}

#headnijirushi a h1{
	height:10%;
	font-size: 12px;
	color:#FFF;
}
#headnijicatch {
	width:410px;
	height:29px;
	position:absolute;
	top:10px;
	right:125px;
	background-image:url(../img/nijirushi_catch.png);
	background-repeat:no-repeat;
	background-size:contain;
}
#head_twitter {
	width:30px;
	height:30px;
	position:absolute;
	top:7px;
	right:57px;
	background-image:url(../img/head_X.png);
	background-repeat:no-repeat;
	background-size:contain;
}
#head_facebook {
	width:30px;
	height:30px;
	position:absolute;
	top:7px;
	right:17px;
	background-image:url(../img/head_facebook.png);
	background-repeat:no-repeat;
	background-size:contain;
}
#head_facebook a,
#head_twitter a {width:100%; height:100%; display:block;}


#sliderWrap{
	position: relative;
	padding-bottom: 30px;
}

#sliderWrap a>img:hover {
	-webkit-transform: translate(1px, 1px);
	-moz-transform: translate(1px, 1px);
}

#topbox {
	
		max-width:1000px;	max-height:500px;

	 border:1px solid #CCC;
}

#subBox{
	position: absolute;
	width: 300px;
	height: 350px;
	top:0;
	right: 0;

	overflow: hidden;
}

#subBox img {
	/*border:1px solid #bbb;*/

}

#subBox_mobile{
	display: flex;
	margin-top: 32px;
	display:none
}

#subBox_mobile .subbox_item {
	width: 25%;
}

#subBox_mobile a {
	width: 25%;
}


#topbox,#subBox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


#menubox {
	max-width:870px;
	margin:auto auto 18px auto;
	list-style:none;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}





#topicsbox {
	max-width:871px;
	min-width:360px;
	margin:0 auto;
	position:relative;
}
#subtopicsbox {
	max-width:871px;
	min-width:360px;
	margin:0 auto;
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.topicsimg {
	position: absolute;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition-duration: 0.3s;
}

.topicsimg:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.toptopics {
	margin-right:0px;

}
.update {
	width:110px;
	height:23px;
	background-color:#5dadff;
	position:absolute;
	text-align:center;
	margin-top:-6px;
	color:#FFF;
	line-height:1.6em;
	font-size:14px;
	border-radius:4px;
	z-index:1;
}
.update2 {
	width: 110px;
	height: 23px;
	background-color: #5dadff;
	position: absolute;
	text-align: center;
	margin-top: -6px;
	color: #FFF;
	line-height: 1.6em;
	font-size: 14px;
	border-radius: 4px;
	z-index: 1;
	left: -6px;

}
.update3 {
	background-color:#5dadff;
	position:absolute;
	color:#FFF;
	font-size:12px;
/*	padding: 0.1em 0.4em;*/
	padding: 0.2em 0.4em 0.1em 0.8em;
	border-radius: 0px 0px 10px 0px;
}




.update4 {
	background-color: #ff4086;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

	padding: 0.1em 0.5em;
	position: absolute;

	border-radius: 4px;
	z-index:1;
	left: -6px;
	top:-6px;

	border-radius: 0px 0px 10px 0px;
}

.update5 {
	background-color: #ff4086;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

	padding: 0.1em 0.5em;
	position: absolute;

	z-index:1;

	width: 192px;

	border-radius: 0px 0px 10px 0px;
}


.update6 {
	background-color: #ff4086;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;


	padding: 0.1em 0.5em;
	position: absolute;

	z-index:1;

	border-radius: 0px 0px 10px 0px;

}

.update7{
	background-color:#999;
	position:absolute;
	color:#FFF;
	font-size:12px;
	z-index:1;
/*	padding: 0.1em 0.4em;*/

	padding: 0.2em 0.4em 0.1em 0.8em;
	border-radius: 0px 0px 10px 0px;	
}


.update8 {
	background-color:#fefb5f;
	position:absolute;
	color: red;
	font-size:12px;
	z-index:1;
	padding: 0.1em 0.4em;
}

.update9 {
	background-color:#f322d0;
	position:absolute;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
/*	padding: 0.1em 0.4em;*/
	padding: 0.2em 0.4em 0.2em 0.8em;
	border-radius: 0px 0px 10px 0px;
}

.topicsbox37 {
	width:428px;
	height:428px;
	float:left;
	margin-bottom:10px;
	position:relative;
	background-size:contain;
	background-repeat:no-repeat;
	border:1px solid #6e6565;
	border-radius:10px;
	overflow: visible;;
}
.topicsbox18 {
	width:428px;
	height:178px;
	position:relative;
	float:left;
	margin-bottom:10px;
	background-color:#FFF;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #6e6565;
}
.topicsbox21 {
	width:428px;
	height:208px;
	position:relative;
	float:left;
	margin-bottom:10px;
	/*background-size:contain;*/
	background-repeat:no-repeat;
	border:1px solid #6e6565;
}

.topicsbox21Box{
	width: 430px;
}
.topicsbox21min {
	width:210px;
	height:210px;
	position:relative;
	float:left;
	margin-bottom:10px;
	background-size:contain;
	background-repeat:no-repeat;
/*	border:1px solid #6e6565;*/

	border-radius: 20px;
	border: 1px solid rgb(168, 168, 168);
	overflow-x: hidden;
	overflow: hidden;
	z-index: 1;
/*	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;*/

}

.topicsinfobox {
	max-width:428px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	background-image:url(../img/white80.png);
}

.topicsbox21 a,
.topicsbox21min a {
	width:100%;
	height:100%;
	display:block;
}
.topicsbox21 a:hover > .topicsinfobox{
	opacity:0;
}
.topicsbox21min a:hover > .topicsinfobox{
	opacity:0;
}
.topicsbox21 a:hover > .updateErase{
	opacity:0;
}
.topicsbox21min a:hover > .updateErase{
	opacity:0;
}




#closedInfo{
	width: 100%;
	position:relative;
	float:left;
	margin-bottom:10px;
	background-size:contain;
	background-repeat:no-repeat;
	border:1px solid #6e6565;
	line-height: 1.8em;
	font-size: 1em;
	text-align: center;
	padding-bottom: 10px;

}

#closedInfo H3{
	color: #00b4ff;
}

.topicsbox37 .topicsinfobox {height:180px;}
.topicsbox18 .topicsinfobox {height:60px;}
.topicsbox21 .topicsinfobox {height:60px;}
/*.topicsbox21min .topicsinfobox {height:52px;}*/

.topicsbox37 h3 {
	color:#00b4ff;
	font-size:16px;
	margin:10px 0 8px 20px;
	padding:0 20px 0 0;
	text-overflow:ellipsis;
	line-height:1;
}
.topicsbox18 h3,
.topicsbox21 h3 {
	font-size:14px;
	width:320px;
	height:33px;
	margin:5px auto 0 auto;
	color:#6e6565;
	text-overflow:ellipsis;
	line-height:1;
}
.topicsbox21min h3 {
	font-size:14px;
	width:190px;
	/*height:33px;*/
	padding-bottom: 7px;
	margin:6px auto 0 auto;
	color:#6e6565;
	text-overflow:ellipsis;
	line-height:1;
}
.topicsinfobox h4 {
	color:#00b4ff;
	font-size:12px;
	margin:0 0 0 20px;
	padding:0 20px 0 0;
	line-height:1;
	text-overflow:ellipsis;
}
.topicsbox37 .topicsinfo {
	width:390px;
	font-size:12px;
	position:absolute;
	top:100px;
	left:0;
	right:0;
	margin:0px auto;
	padding:0 0 0 0;
	line-height:1.3em;
	color:#6e6565;
	overflow:hidden;
	text-overflow:ellipsis;
}


.topicsbox21min .topicsText210min{
	font-size: 12px;
	padding: 5px 5px;
	line-height: 1.3em;
	color: #6e6565;
	text-align:center;
	/*height: 42px;*/
}

.topicsbox21min .topicsText210min p{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.topicsbox18 .topicsinfo,
.topicsbox21 .topicsinfo,
.topicsbox21min .topicsinfo {
	width:320px;
	height:40px;
	font-size:12px;
	position:absolute;
	top:7px;
	left:0;
	right:0;
	margin:0px auto;
	padding:10px 0 0 0;
	line-height:1.3em;
	color:#6e6565;
	/*white-space:nowrap;*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.topicsbox37 a,
.topicsbox18 a,
.topicsbox21 a,
.topicsbox21min a {
	width:100%;
	height:100%;
	/*display:block;*/
}

#endbox {
	max-width:871px;
	min-width:360px;
	margin:10px auto 0 auto;
	position:relative;
	/*
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	*/
}
#minendbox {
	max-width:870px;
	min-width:360px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	position: relative;
}

#minendbox .dummy_box{
	border: 0px;
}

#minendbox2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#otbox {
	max-width:1000px;
	min-height:470px;
	border-top:8px solid #5dadff;
	margin-top:20px;
	padding-top:15px;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}

#twitterbox {
	width:327px;
	height:460px;
	margin-bottom:10px;
	border:1px solid #6e6565;
	border-radius:10px;
	overflow:hidden;
}

#contactbox {
	width:335px;
	height:460px;
	margin-bottom:10px;
	text-align:center;
}
#contactbox h2 {
	width:335px;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
}

#contactbox input {
	width:335px;
	padding:2px;
	margin:2px auto;
	background-color:#d1d1d1;
	border:none;
}
#contactbox textarea {
	width:328px;
	height:300px;
	background-color:#d1d1d1;
	border:none;
	margin:2px auto;
}
#contactbubox {
	width:335px;
	margin:2px auto;
	text-align:left;
}
#resetbu {
	width:90px !important;
	height:32px !important;
	background-color:#313131 !important;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border-radius:2px;
	cursor:pointer;
}
#transbu {
	width:64px !important;
	height:32px !important;
	background-color:#d00b01 !important;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border-radius:2px;
	cursor:pointer;
}

#linkbox {
	width:213px;
	height:460px;
	margin-bottom:10px;
	text-align:center;
}
#linkbox p {
	margin:0 0 0 0;
	padding:0;
	font-size:9pt;
	color:#5DADFF;
}
#linkbox img {
	margin-bottom:5px;
}
#linkbox p:nth-of-type(1) {
	margin-top:5px;
}
#linkbox img:nth-child(8) {
	margin-bottom:0px;
}

#footerbox {
	min-height:60px;
	max-width:1000px;
	background-color:#5DADFF;
	position:relative;
	overflow:hidden;
/*	border: 1px solid #ffffff;
	border-bottom-width: 0;*/
}
#footerbox ul {
	max-width:475px;
	margin:0 25px 0 0;
	padding:0px;
	list-style:none;
	display:flex;
	justify-content:space-between;
	float:right;
	font-size:10pt;
	font-weight:bolder;
}
#footerbox li {
	min-width:55px;
	margin-top:20px;
	text-align:center;
	padding:0 5px;
	height:22px;
	line-height:1.6em;
}
#footerbox ul a {
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	color:#444;
}
#footerbox ul a:hover {
	color:#FFF;
}

#foot_facebook {
	width:19px;
	height:15px;
	position:relative;
	background-image:url(../img/foot_facebook.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:22px;
	margin-top:25px;
	z-index:10;
}
#foot_twitter {
	width:19px;
	height:15px;
	position:relative;
	background-image:url(../img/foot_X.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:13px;
	margin-top:25px;
	z-index:10;
}
#foot_facebook a,
#foot_twitter a {
	width:100%;
	height:100%;
	display:block;
}

#searchbox {
	max-width:350px;
	min-width:300px;
	position:relative;
	height:30px;
	margin-top:17px;
	margin-left:22px;
	float:left;
	z-index:10;
}
.gsc-control-cse {
	background-color:#5DADFF !important;
	height:30px !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

#attentionbox {
	max-width:600px;
	margin:30px auto;
	padding-left:10px;
	padding-right:10px;
	line-height:1.3em;
}
#attentionbox p {
	margin-top:10px;
	margin-bottom:10px;
}

.newsbox {
	width:85%;
	min-width:300px;
	margin:0 auto;
	padding:10px;
	border-top:1px solid #CCC;
}
.newsbox:last-child {
	border-bottom:1px solid #CCC;
}

.newsbox p {
	margin:0 0 10px 0;
}
.newsbox h3 {
	width:80%;
	color:#00b4ff;
	font-size:16px;
	margin:0px 0 8px 20px;
	padding:0 20px 0 0;
	text-overflow:ellipsis;
	line-height:1;
}
.newsbox h4 {
	width:80%;
	color:#00b4ff;
	font-size:12px;
	margin:0 0 0 20px;
	padding:0 20px 0 0;
	line-height:1;
	text-overflow:ellipsis;
}
.newsbox .topicsinfo {
	width:90%;
	font-size:12px;
	margin:0px 10px;
	padding:10px 0 0 0;
	line-height:1.3em;
	color:#6e6565;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsbox a:link {text-decoration:none;}


#menubox a:hover {
	opacity:0.7;
}

.finished {
	width:91px;
	height:25px;
	position:absolute;
	top:-7px;
	left:-6px;
}

.bx-controls-direction {
	display:none;
}


/*-----------------------------------------------------------------------------
特定のウィンドウ（View）サイズになったらレイアウトを変更
-----------------------------------------------------------------------------*/
/* より小さい場合 */
@media screen and (max-width: 1015px) {
#sliderWrap{
	position: relative;
	text-align: center;
}

#sliderWrap a>img:hover {
	-webkit-transform: translate(1px, 1px);
	-moz-transform: translate(1px, 1px);
}

#topbox {
	max-width:1000px;
	max-height:500px;
		/*max-width:1000px;*/
		/*max-height:500px;*/
	 border:1px solid #CCC;
}

#subBox{
	display:none
/*	position:relative;
	width: 100%;
	height: auto;
	margin: 20px auto auto auto;*/
}

#subBox img{
	width: 33%;
	margin: 10px 0;
}

#subBox_mobile{
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}

}

/*-----------------------------------------------------------------------------
特定のウィンドウ（View）サイズになったらレイアウトを変更
-----------------------------------------------------------------------------*/
/* より小さい場合 */
@media screen and (max-width: 891px) {
#menubox {
	justify-content:space-around;

	margin:12px auto 12px auto;
}
#menubox li {
	margin-bottom:6px;
	flex-basis: 25%;
}

#headerbox ul {
	flex-wrap:wrap;
	justify-content:flex-end;
}
#headerbox li {
	float:left;
	margin-top:3px;
}


#topicsbox,
#endbox {
	max-width:870px;
	display:flex;
	flex-direction:column;
}
.toptopics {
	margin-right:0px;
}
.topicsbox37,
.topicsbox18,
.topicsbox21,
.topicsbox21min {
	margin:0 auto 10px auto;
	float:none;
}
#minendbox ,#minendbox2{
	width:430px;
	margin:0 auto;
}

#minendbox .dummy_box{
	display: none;

}
#otbox {
	margin-left:auto;
	margin-right:auto;
}
#linkbox,
#contactbox,
#linkbox {
	margin-bottom:10px;
}

#footerbox ul {
	margin-left:auto;
	margin-right:auto;
	justify-content: flex-end;
	flex-wrap: wrap;
}

}

/*-----------------------------------------------------------------------------
特定のウィンドウ（View）サイズになったらレイアウトを変更
-----------------------------------------------------------------------------*/
/* より小さい場合 */
@media screen and (max-width: 800px) {

#headerbox {
	height:64px;
}

#headerbox ul {
	max-width:50%;
	min-width:213px;
	min-height:44px;
	max-height:87px;
	bottom:2;
	right:35px;
}


#headnijicatch {display:none;}

#head_facebook,
#head_twitter {
	width:24px;
	height:24px;
	right:6px;
}
#head_twitter {
	top:6px;
}
#head_facebook {
	top:36px;
}

}

/*-----------------------------------------------------------------------------
特定のウィンドウ（View）サイズになったらレイアウトを変更
-----------------------------------------------------------------------------*/
/* より小さい場合 */
@media screen and (max-width: 447px) {

#headnijicatch {display:none;}

.topicsinfo {
	bottom:0;
}

.topicsbox37 {
	width:360px;
	height:310px;
	float:left;
	margin-bottom:10px;
	position:relative;
}
.topicsbox18 {
	width:360px;
	height:151px;
	float:left;
	margin-bottom:10px;
	background-color:#333;
}
.topicsbox21 {
	width:360px;
	height:176px;
	float:left;
	margin-bottom:10px;
	background-color:#333;
}
.topicsbox21min {
	width:178px;
	height:178px;
	float:left;
	margin-bottom:10px;
	background-color:#333;
}
.topicsbox37 .topicsinfo {
	width:330px;
	font-size:12px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	padding:0 0 0 0;
	line-height:1.3em;
	color:#6e6565;
	overflow:hidden;
}
.topicsbox21min .topicsinfobox {height:44px;}
.topicsbox21min h3 {
	font-size:14px;
	width:160px;
	height:33px;
	margin:5px auto 0 auto;
	color:#6e6565;
}



.topicsbox21min .topicsText210min,.topicsbox21min .topicsText210min p{
	font-size: 10px;
}

#endbox {
	width:360px;
	margin:0 auto;
}
#minendbox,#minendbox2 {
	width:360px;
	margin:0 auto;
}

#footerbox ul {
	width:320px;
/*	display:block;
	flex-wrap:wrap;
	float:none;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
#footerbox li {
	float:left;
	margin-top:3px;
}
#foot_facebook {
	margin-bottom:10px;
	margin-top: 96px;
	margin-left: 64px;
	position: absolute;
}
#foot_twitter {
	margin-bottom:10px;
	margin-top: 96px;
	margin-left: 32px;
	position: absolute;
}
#searchbox {
	float:none;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.topicsbox21 .finished,
.topicsbox21min .finished {
	width:91px;
	height:25px;
	position:absolute;
	top:-7px;
	left:-1px;
}

}
