@charset "utf-8";

/*********************************
 *
 * PAGE STYLES
 *
 *********************************/

/* fee */
table.fee {width:100%; margin:5px auto 0 auto;}
table.fee th, table.fee td {padding:0.7em 1em; border:1px solid #d6d6d1;}
table.fee th {width:25%; background:#fafafa; font-weight:bold;}	
table.fee thead th {background:#2c9ec5; color:#fff; text-align:center;}
table.fee tbody td {text-align:center; vertical-align:middle;}

@media screen and (max-width: 767px) {
	.table_container {
		width:100%;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
	}
}

