@charset "shift_jis";
/*=========================================*/





/*-------------------------------------------*/
/* テーブル関係                              */
/*-------------------------------------------*/

/* 価格表  md-price
-------------------------------------------*/
.table.md-price .el-maker-price, .table.md-price .el-before-price {
	font-size: 12px;
}
.table.md-price .el-price {
	font-size: 14px;
	font-weight:bold;
}
.table.md-price td.bg01 {
	background:#FFA;
	color:#F00;
	font-weight:bold;
}
.table.md-price .el-blank {
	border: 1px solid #fff;
	background-color: #fff;
}
.table.md-price .el-tani {
	padding-left: 20px;
	color: #666;
	font-weight: normal;
}


/* セット内容  md-set
-------------------------------------------*/
.table.md-set { border: none; }
.table.md-set td { border: none; }
.table.md-set .el-heading {
	margin-top: 2px;
	font-weight: bold;
}
.table.md-set .el-txt {
	margin-bottom: 10px;
	color: #666;
}


/* 仕様  md-spec
-------------------------------------------*/
.table.md-spec {}
.table.md-spec th {
	width: 120px;
}
.table.md-spec td {
	width: 240px;
	text-align: left;
}



/*-------------------------------------------*/
/* 補足説明等                                */
/*-------------------------------------------*/

/* 注意事項
-------------------------------------------*/
.aside.caution {
	margin: 0;
	padding: 0;
	border: 1px solid #ff5d5d;
}
.aside.caution .el-heading {
	padding: 4px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #ff5d5d;
}
.aside.caution .el-heading .title {
	padding-left: 10px;
}
.aside.caution .el-txt {
	margin: 10px;
}
.aside.caution .el-txt .notes {
	color: #333;
	font-size: 16px;
}










