@charset "UTF-8";

/*------------ about ------------*/

#contents .goldtxt {
	font-weight: bold;
	font-size: 1.1em;
	color: #9d7202;
}

#contents .fl_rightpht {
	width: 180px;
	float: right;
}

table {
	font-size: 1em;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

table th {
	text-align: right;
	padding: 5px 7px 3px 7px;
	font-weight: bold;
}

table td {
	padding: 5px 7px 3px 7px;
}

.grayth {
	background-color: #f5f5f5;
}

.graytd {
	background-color: #f5f5f5;
}

.redtxt {
	color: #CC0000;
}
@media only screen and (max-width: 767px) {
h3.goldtxt{
	font-size: 15px !important;
}
	table tr th{
		font-size: 14px;
		width: 35%;
	}
	
	table tr th br{
		display: none;
	}
	
	table tr td{
		width: 65%;
		font-size: 13px;
	}
	
	table.mb05 tr th,table tr td{
		width: 50px !important;
	}
}




