@charset "UTF-8";

.link {
	text-decoration: underline;
}

@media (min-width: 48em) {
	
	/* テキストリンク */
	.link:hover {
		color: #B40914;
	}
	



/* 囲みボックス01 */
 .m_boxed_box01 																		{ margin:20px 0 0; padding:15px 15px; background:none #f6f6f6; border:1px #cfcfcf solid;}
 .m_boxed_box01 p.m_boxed_title 										{ margin-top:0; font-size:116%; font-weight:bold; padding:0.15em 0 1px 1.2em; margin:0 0 5px 0; background:url(/common/images/bg_header01.gif) top left no-repeat; }
 .m_boxed_box01 p.m_boxed_text											{ margin-top:0; }
 .m_boxed_box01 span.m_etc_mbtn										{ margin-left:20px; }
 .m_boxed_box01 span.m_etc_mbtn:first-child				{ margin-left:0; }
 .m_boxed_box01 span.m_etc_mbtn a									{ max-width:250px; }
 .m_boxed_box01 .btn_center												{ text-align:center; !important; margin-bottom:10px; }

.txt_bold							{ font-weight:bold; }

