@charset "utf-8";

/*
-----------------------------------------------------------------------------*/
/*選べるお鍋
-----------------------------------------------------------------------------*/
.nabe_left {
	float: left;
	width: 550px;
}

.nabe {
	margin-top: 20px;
	padding: 2px;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}

.nabe_inner {
	padding: 20px;
	text-align: center;
	background-color: #eac8be;
	border: 1px solid #CCC;
}

.nabe_inner table.tbnabe {
	margin-top: 20px;
	width: 500px;
	background-color: #FFF;
	border: 1px solid #963;
}

.nabe_inner table.tbnabe th {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #000;	
	font-size: 110%;
}

.nabe_inner table.tbnabe td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-top: 1px dotted #CCC;
}

.producer {
	color: #963;
}

.nabe_inner table.tboption {
	margin-top: 20px;
}

.nabe_inner table.tboption th {
	padding: 10px 10px 0 10px;
	text-align: center;
	vertical-align: top;
	color: #963;
	background-color: #FFF;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.nabe_inner table.tboption td {
	padding: 10px;
	text-align: right;
	vertical-align: top;
	background-color: #FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.nabe_inner table.tboption td.dummy {
	width: 1px;
	background-color: #eac8be;
	border-top: 1px solid #eac8be;
	border-bottom: 1px solid #eac8be;
}

.nabe_inner table.tboption td b {
	color: #f08c00;
	font-size: 110%;
}

.nabe_inner table.tboption td img {
	margin-bottom: 2px;
}

/*
-----------------------------------------------------------------------------*/
/*カラー
-----------------------------------------------------------------------------*/
.black {
	color: #000;
}

.red {
	color: #C00;
}

.bronz {
	color: #963;
}

/*
-----------------------------------------------------------------------------*/
/*共通
-----------------------------------------------------------------------------*/
.mgntop10 {
	margin-top: 10px;
}

.mgntop20 {
	margin-top: 20px;
}

.textcenter {
	text-align: center;
}

.btn {
	padding: 35px 0;
	text-align: center;
}

/*
-----------------------------------------------------------------------------*/
/*インフォメーション
-----------------------------------------------------------------------------*/
.nabe_info {
	float: right;
	width: 290px;
}

.nabe_info h4 {
	padding-top: 8px;
	text-align: center;
	color: #000;
	font-size: 110%;
	background: url(../webnews/image_nabe_plan/bg_h4.gif) no-repeat 0 0;
}

.nabe_info dl {}

.nabe_info dl dt {
	margin-top: 15px;
	padding-left: 22px;
	color: #333;
	font-weight: bold;
	background: url(../images/bg_dt_plan.gif) no-repeat left top;
}

.nabe_info dl dd {
	margin-left: 0;
}

.nabe_info table {
	width: 290px;
	margin-top: 10px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

.nabe_info table th {
	padding: 2px 8px;
	text-align: left;
	vertical-align: top;
	font-weight: lighter;
	background-color: #F5F5F5;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.nabe_info table td {
	padding: 2px 8px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.nabe_info ul {
	margin-top: 5px;
	padding-left: 15px;
}

.nabe_info table th.tokuday {
	width: 4em;
	text-align: center;
	color: #FFF;
	background-color: #C03;
}

.nabe_info table th.bday {
	width: 4em;
	text-align: center;
	color: #FFF;
	background-color: #999;
}

.nabe_info table th.aday {
	width: 4em;
	text-align: center;
	color: #FFF;
	background-color: #CCC;
}

.meal {
	color: #000;
	background-color: #CCC;
}

.nabe_info table td.price {
	text-align: center;
}

