@charset "utf-8";

/*
------------------------------------------------------------
						style.css
------------------------------------------------------------
*/


#info_emg {
	width:960px;
	margin:30px auto;
	border:5px solid #7b5731;
	background:#ffffff;
	box-sizing:border-box;
	border-radius:5px;
}

#info_emg td {
	padding:25px;
	line-height:1.6em;
}


#info_emg span{
	line-height:1.8em;
}

#info_emg td strong {
	font-weight:bold;
}


/* end
----------------------------------------------------------- */

