/* CSS Document */


div#main div#contents{
	padding-top:30px;
	}

div#main div#contents p{
	line-height:150%;
	}


div#main div#contents h3{
	margin:30px 0 15px 0;
	}

div#main div#contents h3.first{
	margin-top:15px;
	}

div#main div#contents dt{
	margin-top:15px;
	}

div#main div#contents dd{
	line-height:150%;
	}

div#main div#contents .ind{
	padding:0 20px;
	}

div#main div#contents .j10{
	font-size:85%;
	}


.newsItem {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.newsItem + .newsItem {
	border-top: 1px solid #eaeaea;
}
.newsItem .text {
	font-size: 12px;
	flex: 1 1 100%;
}
.newsItem .date {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}
.newsItem .img {
	flex: 0 0 192px;
	margin-left: 20px;
	background: #eaeaea;
	align-self: flex-start;
}
.newsItem .img img {
	width: 192px;
	height: 108px;
	object-fit: contain;
}


.list--activity {
	margin-left: 10px;
	max-height: 300px;
	padding-right: 10px;
	overflow-y: scroll;
	border-bottom: 1px solid #eaeaea;
}
.list--activity::-webkit-scrollbar {
	width: 6px;
}
.list--activity::-webkit-scrollbar-track {
	background-color: #EAEAEA;
	border-radius: 5px;
}
.list--activity::-webkit-scrollbar-thumb {
	background: #BFBFBF;
	border-radius: 5px;
}
.list--activity dl {
	display: flex;
}
.list--activity dl + dl {
	margin-top: 15px;
}
.list--activity dt {
	font-weight: bold;
	flex: 0 0 110px;
	margin-top: 0 !important;
}
.bnr {
	display: flex;
	justify-content: center;
	margin: 30px auto 20px;
}
.bnr li {
	transition: opacity .5s;
}
.bnr li:hover {
	opacity: 0.7;
	transition: opacity .5s;
}
.bnr li + li {
	margin-left: 20px;
}
.list--brand {
	margin-top: 10px;
}
.list--brand li {
	float: left;
	width: 330px;
	margin-top: 15px;
	color: #996666;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}

.list--brand li span {
	color: #333;
	font-weight: normal;
	padding-left: 7px;
	width: 318px;
	display: block;
	padding-left: 1em;
}





