@charset "utf-8";

/****************************************************************************************************

テキスト装飾

****************************************************************************************************/
.notice_strong {
    color: #FF0000;
    font-weight: bold;
	font-size:1.25em;
	margin-top:20px;
	text-align:center;
}
@media only screen and (max-width:736px){
.notice_strong{text-align:left;}
}