@charset "UTF-8";


/*            index             */



#page-top .brand-heading a {
	color:#fffffc;
	/*opacity: 0.4;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#page-top .brand-heading a:hover,
#page-top .brand-heading a:focus {
    text-decoration: none;
    /*opacity: 0.7;*/
}

#page-top .intro-text-p{
	background-color:#fff;
	/*opacity:0.7;*/
	font-size:14px;
	color:#blue;
	text-align:center;
	padding:30px;
	/*margin-top: px;   statementの上の余白 */
}


#page-top h1{
/*
	opacity:0.99;*/
	
	

}

footer {
    margin-top: 0;
}



