﻿/* Global CSS */
* {
	box-sizing: border-box;
}
a {
	color: #99CCFF;
}
a:link {
	color: #66CCFF;
}
a:visited {
	color: #99CCFF;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #00FFFF;
}
.hover{
	cursor:pointer;
}
.responsive {
	width: 100%;
	height: auto;
}
body::before {
	content:  url('/asset/img/misc/blue_bgr.jpg');
	position: absolute;
	top: -9999rem;
	left: -9999rem;
	opacity: 0;
}
html body{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #99CCFF;
	margin: 0 0 0 0;
	background: url('/asset/img/misc/blue_bgr.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container {
	position: relative;
	width: 100%;
	max-width: 4000px;
}
.container img {
	width: 100%;
	height: auto;
}
.u-tube{
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 30px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
.indx_u-tube{
	margin: 10px auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 30px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
.wrap_indx {
	margin: -43% auto 0 auto;
	width: 100%;
	max-width: 900px;
	height: auto;
	z-index: auto;
	display: block;
	text-align: center;
}
.date{
	margin: 5px 10px 0 auto;
	font-size: .7em;
	font-weight: normal;
	color: #FFFF00;
	text-align: right;
	float: right;
	width: 100%;
	max-width: 195px;
	height: auto;
	z-index: auto;
	position: relative;
}
.date_close{
	margin: -35px 10px 0 auto;
	font-size: .7em;
	font-weight: normal;
	color: #FFFF00;
	text-align: right;
	text-decoration: none;
	float: right;
	width: 100%;
	max-width: 195px;
	height: auto;
	z-index: auto;
	position: relative;
}
.title{
	margin: .5% auto 0 10px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	width: 100%;
	max-width: 200px;
	height: auto;
	float: left;
	z-index: auto;
	position: relative;
}
.title-cl{
	margin: -4% auto 0 10px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	width: 100%;
	max-width: 225px;
	height: auto;
	float: left;
	z-index: auto;
	position: relative;
}
/* TEXT */
.txt_cnt{
	font-size: .8em;
	font-weight: normal;
	color: #FFCC00;
	text-align: center;
}
.txt_yellowbold{
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFF00;
}
.txt_yellownormal{
	font-size: 1em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowsmall{
	font-size: .8em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowmid{
	font-size: .85em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowleft{
	margin: 0 10px 0 10px;
	font-size: .8em;
	font-weight: normal;
	color: #FFFF00;
	text-align: left;
}
.txt_blacknormal{
	font-size: 1em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_form_1{
	font-size: 1em;
	font-weight: normal;
	color: #FFFF00;
	text-align: left;
}
.txt_form_2{
	font-size: .875em;
	font-weight: normal;
	color: #FFFF00;
	text-align: left;
}

@media only screen and (max-width:900px) {
.u-tube{
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 30px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
.indx_u-tube{
	margin: 10px auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 30px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
.wrap_indx {
	margin: -43% auto 0 auto;
	width: 100%;
	max-width: 900px;
	height: auto;
	z-index: auto;
	display: block;
	text-align: center;
}
.date{
	margin: 5px 10px 0 auto;
	font-size: .7em;
	font-weight: normal;
	color: #FFFF00;
	text-align: right;
	float: right;
	width: 100%;
	max-width: 195px;
	height: auto;
	z-index: auto;
	position: relative;
}
.date_close{
	margin: -35px 10px 0 auto;
	font-size: .7em;
	font-weight: normal;
	color: #FFFF00;
	text-align: right;
	text-decoration: none;
	float: right;
	width: 100%;
	max-width: 195px;
	height: auto;
	z-index: auto;
	position: relative;
}
.title{
	margin: .5% auto 0 10px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	width: 100%;
	max-width: 200px;
	height: auto;
	float: left;
	z-index: auto;
	position: relative;
}
.title-cl{
	margin: -4% auto 0 10px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	width: 100%;
	max-width: 225px;
	height: auto;
	float: left;
	z-index: auto;
	position: relative;
}
/* TEXT */
.txt_cnt{
	font-size: .8em;
	font-weight: normal;
	color: #FFCC00;
	text-align: center;
}
.txt_yellowbold{
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFF00;
}
.txt_yellownormal{
	font-size: 1em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowsmall{
	font-size: .8em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowmid{
	font-size: .85em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowleft{
	margin: 0 10px 0 10px;
	font-size: .8em;
	font-weight: normal;
	color: #FFFF00;
	text-align: left;
}
.txt_blacknormal{
	font-size: 1em;
	font-weight: normal;
	color: #FFFF00;
}
}
@media only screen and (max-width:900px) {
.u-tube{
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 30px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
.indx_u-tube{
	margin: 10px auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 30px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
.wrap_indx {
	margin: -43% auto 0 auto;
	width: 100%;
	max-width: 900px;
	height: auto;
	z-index: auto;
	display: block;
	text-align: center;
}
.date{
	margin: 5px 10px 0 auto;
	font-size: .7em;
	font-weight: normal;
	color: #FFFF00;
	text-align: right;
	float: right;
	width: 100%;
	max-width: 195px;
	height: auto;
	z-index: auto;
	position: relative;
}
.date_close{
	margin: -35px 10px 0 auto;
	font-size: .7em;
	font-weight: normal;
	color: #FFFF00;
	text-align: right;
	text-decoration: none;
	float: right;
	width: 100%;
	max-width: 195px;
	height: auto;
	z-index: auto;
	position: relative;
}
.title{
	margin: .5% auto 0 10px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	width: 100%;
	max-width: 200px;
	height: auto;
	float: left;
	z-index: auto;
	position: relative;
}
.title-cl{
	margin: -4% auto 0 10px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	width: 100%;
	max-width: 225px;
	height: auto;
	float: left;
	z-index: auto;
	position: relative;
}
/* TEXT */
.txt_cnt{
	font-size: .8em;
	font-weight: normal;
	color: #FFCC00;
	text-align: center;
}
.txt_yellowbold{
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFF00;
}
.txt_yellownormal{
	font-size: 1em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowsmall{
	font-size: .8em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowmid{
	font-size: .85em;
	font-weight: normal;
	color: #FFFF00;
}
.txt_yellowleft{
	margin: 0 10px 0 10px;
	font-size: .8em;
	font-weight: normal;
	color: #FFFF00;
	text-align: left;
}
.txt_blacknormal{
	font-size: 1em;
	font-weight: normal;
	color: #FFFF00;
}
}

