@charset "utf-8";
body {
	font-family: 'Lucida Grande','Hiragino kaku Gothic ProN', Meiryo, sans-serif;
	width: 100%;
	background-color: #50875F;
	background-size: 14px 20px;
	background-attachment: fixed;
	color: #ffffff;
	font-size: 1.4rem;
}

body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

header {
	padding: 8px 0;
}

header img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}

h1 {
	padding-left: 8px;
	font-size: 1.8rem;
	line-height: 32px;
	border-bottom: 1px solid #ffffff;
}

.a_kochira {
	color : #e0cb95;
}

.date {
	padding-right: 4px;
	font-size: 1.0rem;
	text-align: right;
	line-height: 16px;
}

article {
	margin: 16px 0;
	padding: 8px 0;
	background-color: rgba(0, 0, 0, 0.3);
}

article h2 {
	padding: 0 8px 8px 8px;
	font-size: 1.6rem;
	line-height: 24px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}

article h3 {
	padding: 16px 8px 4px 8px;
	font-size: 1.5rem;
	line-height: 20px;
}

article p {
	padding: 4px 16px;
	line-height: 20px;
}

li {
	margin: 0 48px;
	list-style: decimal;
}

.infolink {
	color: #ffffff;
	/*text-decoration: underline;*/
}

.note {
	font-size: 1.2rem;
	line-height: 16px;
}

.link_btn {
	display: block;
	width: 65%;
	margin: 32px auto;
	padding: 16px 0;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ffffff;
	background: rgba(255, 0, 0, 0.6);
}


.movie_max {
	max-width: 380px;
	margin: 8px auto;
}

.youtube_16_9 {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.youtube_9_16 {
	padding-top: 177.78%;
	width: 100%;
	position: relative;
}

.youtube_16_9 iframe ,.youtube_9_16 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


footer {
	width: 100%;
	padding: 8px 0;
	border-top: 1px solid #ffffff;
}

footer p {
	width: 100%;
	font-size: 1.0rem;
	text-align: center;
}

.tv_link {
	border: solid 1px #50875F;
	border-radius: 8px;
	border-color: white;
	width: 160px;
	margin: 24px auto 0;
	padding: 10px 0 8px 0;
	color: #50875F;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: white;
}

.del_line {
	text-decoration: none;
}