@charset "utf-8";

.omanfee-name1 {
	display:inline-block;
	font-weight:bold;
	width:248px;
}

.omanfee-name2 {
	display:inline-block;
	font-weight:bold;
	width:248px;
}

.omanfee-type {
	display:inline-block;
	font-weight:bold;
	width:270px;
	border:1px black solid;
	background-color:mistyrose;
	text-align:center;
}

.omanfee-type1 {
	display:inline-block;
	font-weight:bold;
	width:120px;
	border:1px black solid;
	background-color:mistyrose;
	text-align:center;
}

.omanfee-charge {
	display:inline-block;
	font-weight:bold;
	color:#F000F0;
	width:120px;
	border:1px black solid;
	background-color:mistyrose;
	text-align:center;
}

/* media query */
@media (max-width: 480px) {
	.omanfee-name2 {
		display:none;
	}

	.omanfee-type {
		font-size:0.8rem;
		width:220px;
	}

	.omanfee-type1, .omanfee-charge {
		font-size:0.8rem;
		width:95px;
	}
}