@charset "UTF-8";



/* コンテンツ */

#title {
	background: url(/kaikan/meeting/img/charge/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}


/*------- TOPブロック -----------------*/

#topBl {
	padding: 0 0 10px;
}





/*------- 料金一覧 -----------------*/


#feeBl {
	padding: 0 0 40px;
}

#feeBl .chargeList {
	margin: 0 0 40px;
}

#feeBl h3 {
	color: #756447;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 0 20px;
	border-bottom: 2px solid #756447;
}

#feeBl .lead {
	color: #555555;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 12px;
}

#feeBl .scrl {
	overflow-x: auto;
}
#feeBl table {
	width: 100%;
	max-width: 1200px;
	margin: 0 0 15px;
}
#feeBl table th {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	background-color: #756447;
	border: 1px solid #999;
	white-space: nowrap;
}
#feeBl table th span {
	white-space: nowrap;
}
#feeBl table td {
	color: #555555;
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	border: 1px solid #999;
	white-space: nowrap;
}

.fSml {
	font-size: 10px;
}
.orgl {
	font-weight: 600;
	text-align: left;
}
.vctr {
	text-align: center;
}
.rit {
	text-align: right;
}
.orgp {
	text-align: left;
	background-color: #F4F3EF;
}
.org {
	background-color: #F4F3EF;
}

.caution {
	color: #555555;
	font-size: 12px;
	line-height: 20px;
}





/*media Queries PC
-------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:811px) {


/*------- TOPブロック -----------------*/

#topBl {
	padding: 0 0 20px;
}




/*------- 料金一覧 -----------------*/

#feeBl {
	padding: 0 0 40px;
}

#feeBl .chargeList {
	margin: 0 0 60px;
}

#feeBl h3 {
	font-size: 28px;
	line-height: 44px;
	margin: 0 0 40px;
}


#feeBl table {
	margin: 0 0 30px;
}
#feeBl table th {
	font-size: 16px;
	padding: 8px;
}
#feeBl table td {
	font-size: 16px;
	line-height: 20px;
	padding: 8px;
}

.fSml {
	font-size: 12px;
}

.caution {
	font-size: 14px;
	line-height: 26px;
}






}/* media Queries 811 */







