lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contents3 {
	background-color: #fff;
}
.content3 * {
	word-break: break-all;
	white-space: normal;
}
a:link {
	word-break: break-all;
}
#midashibar {
	background-color: #FF791B;
}
#midashibar2 {
	background-color: #FF791B;
}

.date {
	width: 95%;
	text-align: right;
	margin: 5px 0 10px 0;
	font-size: 10px;
	color: #FF791B;
}
.nextback {
	width: 95%;
	text-align: center;
}
#list {
	margin-bottom: 10px;
}
.body {
	line-height: 1.5;
}
.body img {
	display: block;
	margin: 10px auto;
}

/* 見出しボックス */
.llbox{
    border-left-color: #FF791B;
}
.llbox p {
	color: #FF791B;
	text-shadow: 2px 2px 5px #c7a388;
}
.title {
	font-size: 120%;
	color: #FF791B;
	text-shadow: 2px 2px 5px #dcc4b1;
}
/* End 見出しボックス */

#listbtn .topicslink {
	display: block;
	text-align: center;
	background-color: #F10B7D;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	padding: 7px 0 5px;
	margin-bottom: 15px;
}
@media (max-width:999px) {
	#listbtn .topicslink {
		width: calc(100% - 20px);
		margin: 0 10px 10px 10px;
	}
}

@media only screen and (min-width: 1000px) {
	body {
		background-image: url("../img/news/bg.jpg");
	}
	.body,
	.share {
		margin: 0 20px;
	}
}
