﻿@charset "utf-8";

/* ------------------------------------
 * 朝陽亭 お食事ページ
------------------------------------ */
em {
	margin-bottom: 10px;
}

/* --------------------------
 * TOP画像
-------------------------- */
#img h2 {
	margin: 0;
}

#img .article {
	width: 510px;
	margin: 0 auto 10px;
}
	#img .article p {
		margin: 0;
		line-height: 1.5;
	}

/* --------------------------
 * box
-------------------------- */
#contentMain .box {
	width: 510px;
	margin: 10px auto 20px;
}

/* --------------------------
 * imgList 
-------------------------- */
#contentMain ul.imgList {
	margin: 15px 0 0;
}
	#contentMain ul.imgList li {
		margin: 0 15px 15px 0;
	}
		#contentMain ul.imgList li.end {
			margin-right: 0;
		}

/* --------------------------
 * プラン
-------------------------- */
#contentMain .plans {
	margin: 2em 0 0;
}
	#contentMain .plans table {
		border: 1px solid #746144;
	}
		#contentMain .plans table th {
			width: 65%;
			padding: 10px 6px;
			font-size: 120%;
		}
		#contentMain .plans table td {
			width: 35%;
			padding: 0;
			text-align: center;
			border-bottom: 1px solid #746144;
		}


/* --------------------------
 * 北番屋
-------------------------- */
#kitabanya img {
	margin-bottom: 15px;
}

#kitabanya .btn {
	margin: 10px 0;
}


/* --------------------------
 * オススメメニュー
-------------------------- */
#recommen table {
	width: 100%;
	margin: 10px 0 15px;
	border: 1px solid #746144;
}
	#recommen table th,
	#recommen table td {
		border: 1px solid #746144;
	}

	#recommen table th {
		padding: 6px;
	}