@charset "euc-jp";
/* CSS Document */

#mv {
	width: 100%;
	position: relative;
}
#top-txtbox {
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
	position: absolute;
	display: block;
	width: 50%;
	margin: auto;
	right: 0;
	bottom: 1em;
	left: 0;
	word-break: break-all !important;
	overflow: hidden;
	padding: 1em;
	text-shadow: 0 0 8px #333, 0 0 8px #333, 0 0 8px #333, 0 0 8px #333, 0 0 8px #333;
}
#top-txtbox h1 {
	color: #FFF;
	border: none;
	background: none;
	margin: 0 0 0.5em;
	text-align: center;
	padding: 0;
}
#top-txtbox p {
	line-height: 1.5;
	margin: 0;
}

#top-Topics .rtbox.center-solo {
	width: 100%;
	max-width: 800px;
	float: none;
	margin: 0 auto;
}
#notice {
	background: #FFF url(../images/noticebg.png) no-repeat;
	background-position: right 3% bottom;
	background-size: auto 70%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	padding: 1.5em;
	margin-bottom: 1.5em;
}

/* for notice upper ver */
#notice {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 2em;
}

#notice h2 {
	color: #8C2300;
	background: none;
	border: none;
	padding: 0;
	text-align: center;
	margin: 0 0 .5em;
}
#notice h2 img {
	width: 1em;
	height: auto;
	margin: 0 .2em;
}
#notice p {
	color: #661A00;
	margin-bottom: 1em;
}

@media screen and (max-width:1279px){
#top-txtbox {
	width: 80%;
}
}

@media screen and (max-width:799px){
#top-txtbox {
	background: #FBF8F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FBF8F3)); 
	background: #D96D00 linear-gradient(#FFF, #FBF8F3);
	background: #FBF8F3\9; /* IE */
	color: #333;
	position: relative;
	width: 100%;
	margin: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding: 2em;
	text-shadow: none;
}
#top-txtbox h1 {
	color: #403000;
}
#top-txtbox p {
line-height: 1.8;
}
}

