:root {
	--contents-color: #FF791B;
}

/* .bnrlink */
.bnrlink {
	display: block;
	color: #FFF!important;
	border-radius: 5px;
	text-decoration: none;
	margin: .5em 0;
	padding: .5em 2em .5em;
	position: relative;
	font-size: 90%;
	line-height: 1.2;
	transition: all .3s;
}
.bnrlink::before {
	content: '▼';
	display: block;
	position: absolute;
	left: .6em;
	top: 50%;
	transform:translateY(-50%) rotate(-90deg); 
}
.bnrlink:hover {
	opacity: .8;
	text-decoration: none;
}

.bnrlink {
	background-color: var(--contents-color);
}

@media only screen and (min-width: 1000px) {
	body {
		background-image: url("../img/news/bg.jpg");
	}
}


#midashibar {
	background-color: var(--news-color);
}

#midashibar2 {
	background-color: var(--news-color);
}
	
.contents3 img {
	max-width: 100%;
	height: auto;	
}

.date {
	color: #FF791B;
}

.nextback {
	width: 95%;
	text-align: center;
}

.infobox {
	width: 98%;
	margin: 0 auto;
}

.infobox img {
	width: 300px;
	height: auto;	
}







/* 見出しボックス */

.llbox{
    border-left-color: var(--news-color);
}
.llbox p {
	color: var(--news-color);
	text-shadow: 2px 2px 5px #c7a388;
}
/* End 見出しボックス */

.listbox .title {
    margin: 0; 
    padding: 0;
	font-size: 120%;
	color: var(--news-color);
	text-shadow: 2px 2px 5px #dcc4b1;
}
