@charset "UFT-8";


#MAIN{
	text-align: center;
	background: url(../img/other/bg_message.jpg) center bottom no-repeat;
	background-size: cover;
}

#MAIN .sec02{
/*	background: rgba(255, 255, 255, 0.76);*/
	background: #fff;
	padding: 60px 0 0;
}
#MAIN p{
	text-align: center;
}
#MAIN p#message_footer{
	font-weight: bold;
	background: #333333;
	color: #fff;
	
}

#MAIN p.huge.underbar{
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
	
	#MAIN{
		font-size: 90%;
	}
	#MAIN p.huge.underbar{
		font-size: 200%;
		padding: 0.5em;
		letter-spacing: 0;
	}
	#MAIN p:not(.huge),
	#MAIN p:not(.huge) span{
		line-height: 2;
	}
	#MAIN p span{
		display: block;
	}
	
    #MAIN p.img {
	margin: 2em auto;
    }
	#MAIN p#message_footer{
		font-size: 100%;
    }
@media only screen and (min-width: 769px) and (max-width: 960px),print {}
@media only screen and (min-width: 961px) and (max-width: 1400px) {}
@media only screen and (min-width: 1401px) {}