@charset "utf-8";

/* *****************************************
/*+  下層・共通  +**************************
/***************************************** */


/* ヘディングタグ
----------------------------------------------------------*/
h2 {
	text-align:center;
}
h3 {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #e5e2e1;
}
h3.text {
	margin-bottom:10px;
	padding:10px 0 10px 15px;
	border:none;
	border-left:3px solid #c0181b;
	color:#c0181b;
	font-size:16px;
}
h3.none {
	margin-bottom:10px;
	padding-bottom:0;
	border:none;
}
h4 {
	padding-bottom:30px;
}
h5 {
}

/* .inner
----------------------------------------------------------*/
#main .inner {
	padding:0 0 30px 0;
}



/* MENU
----------------------------------------------------------*/
#menu {
}
#menu th,
#menu td {
	letter-spacing:0.5px;
}
#menu th.menu {
	width:150px;
}
#menu th.price {
	width:90px;
}
#menu td.price {
	text-align:center;
	color:#9c0b1a;
}


/* クーポン
----------------------------------------------------------*/
#coupon {
}
#coupon .photo {
	padding-bottom:10px;
}
#coupon p.kigen {
	padding-bottom:30px;
	text-align:right;
	font-weight:bold;
	font-size:16px;
}


/* CATALOG
----------------------------------------------------------*/
#catalog {
}
#catalog iframe {
	width:640px;
	height:1200px;
}

/* Recruit
----------------------------------------------------------*/
#recruit {
}
#recruit #tab {
	padding-bottom:30px;
}
#recruit #tab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#recruit #tab {
	display: inline-block;/*IE7・Mac版IE向け */
}
#recruit #tab {
	display: block;/*Opera、Safari向け */
}
#recruit #tab li {
	float:left;
}
#recruit th {
	width:120px;
}
#recruit td ul.style01 {
	margin-bottom:0;
}



