@charset "UTF-8";


/* master_comment
---------------------------------------------------------- */

/* section_comment */
.txt_c .txt_b{
	display:block;
	margin-top:15px;
}

.line_box li{
	margin-top:10px;
}
.line_box li:first-child{
	margin-top:0;
}
.line_box span{
	font-weight:bold;
	display:block;
	margin-top:5px;
}

.line_box em{
	display: inline-block;
	padding: 0 10px;
	background: #2C92E9;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 110%;
	font-weight: bold;
}










/*-------------------------------------------------
---- Media Query
------------------------------------------------- */


@media screen and (max-width:640px) {
	
.tb_style th,
.tb_style td{
	display:block;
}



} /* End Media 420px */



















