@charset "UTF-8";
/*------------------------------------------------------------------------------------------------------------------------------------------------------------
	☆toppage
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contents {
	overflow: hidden;
}
.categolyArea {
	margin-bottom: 30px;
}
.categolyArea .day {
	display: inline-block;
	background-color: #910049;
	color: #fff;
	padding: 4px 8px;
}
.categolyArea .txtBox .lead {
	margin-top: 0px;
}
/*--news--*/

.day {
	padding: 0 2%;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	color: #8a8a8a;
	width: auto;
}
/*--cateArea--*/

#cateArea .basicFlt .head02 span.en {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}
#cateArea .basicFlt .head02 span.ja {
	font-size: 14px;
	margin-bottom: 0px;
}
#cateArea .basicFlt ul.clm5>li {
	background: #fff;
	border: 1px solid #959595;
	line-height: 1;
	position: relative;
}
#cateArea .basicFlt ul.clm5 li a.new:before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 4em solid transparent;
	border-left: 4em solid #004173;
	position: absolute;
	z-index: 1;
}
#cateArea .basicFlt ul.clm5 li a.new:after {
	font-family: source-han-serif-japanese, serif;
	content: "NEW";
	display: block;
	top: 15px;
	transform: rotate(-45deg);
	color: #fff;
	left: 4px;
	position: absolute;
	z-index: 2;
	font-size: 13px;
}
#cateArea .txtBox {
	padding: 20px 10px;
}
#cateArea .head02 {
	margin-bottom: 0px;
	text-align: center;
}
/*--activities--*/

#bdrNews .tag {
	font-size: 14px;
	padding: 2px 5px;
	background-color: #910049;
}
#bdrNews .tag {
	color: #fff;
}
#bdrNews .lead {
	width: 90%;
}
#bdrNews .informationArea li {
	border-bottom: 1px solid #6b6b6b;
	margin-bottom: 20px;
}
.informationArea .txtBox .lead{
    white-space: normal;
}

@media only screen and (max-width: 960px) {
	/*------------------------------------------------------------------------------------------------------------------------------------------------------------
	☆toppage
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	#contents section {
		padding: 10px;
		margin: 30px 20px;
	}
	#contents p, #contents li {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	#bdrNews .informationArea li {
		width: 100%;
	}
	#bdrNews .informationArea li a {
		display: block;
	}
	#bdrNews .lead {
		width: 100%;
	}
	#contents .basicFlt ul.fltList li {
		width: 48%;
		display: inline-block;
		margin-right: 1%;
	}
	#cateArea .basicFlt .head02 span.en {
		font-size: 11px;
	}
	#cateArea .basicFlt .head02 span.ja {
		font-size: 12px;
		line-height: 1.4;
	}
	.categolyArea .txtBox .lead {
		display: block;
		padding: 5px 0px;
	}
	/*--news--*/
	.day {
		padding: 0 2%;
		font-size: 18px;
		font-size: 1.8rem;
		display: inline-block;
		letter-spacing: 0.1rem;
	}
	/*--activities--*/
}




/*--追加--*/

.red{
	color: #910049 !important;
}

.greybg{
	background-color: #F9F9F9;
}

.whitebg{
	background-color: white !important;
}

