@charset "utf-8";

/*=====================================================================================
	
	Document    : cost.css
	Description : 入院費用について
 
=====================================================================================*/
.n-list {
	list-style: none
}

.p-hdLine, .p-box {
	margin-top: 30px;
}

.bold {
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	line-height: 150%;
	margin-bottom: 20px;
}

.inL{
	display: inline-block;
}

.fc-orange {
    color: #f5a523;
}

.ruby {
    font-weight: normal;
    font-size: 11px;
    line-height: 170%;
}

.pgBottomNav {
	margin-top: 30px;
	list-style: none;
}

.bottom-border {
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 15px;
}