@charset "utf-8";
@import "common/0-import.css";
/*-----------------------------
ページ：おしながきTOP
		単品メニュー
		コースメニュー
		ランチメニュー
		ドリンクメニュー
		
製作者：S.Takahashi
------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts h3 {
	margin-bottom: 15px;
	
	clear: both;
}

#conts h4 {
	margin-bottom: 12px;
	padding: 3px 3px 3px 5px;
	background: #F6E9EA;
	clear: both;

	position: relative;
	
	color: #8E3E4B;
	font-weight: bold;
	font-size: 110%;
}

	* html #conts h4 {
		zoom: 100%;
	}

	*+html #conts h4 {
		zoom: 100%;
	}

#conts h4.space {
	margin-bottom: 6px;
}

#conts h4 span {
	position: absolute;
	top: 3px;
	right: 10px;

	color: #A6262E;
}

#conts h4.short {
	margin-left: 177px;
	width: 468px;
}

	*+html #conts h4.short {
		margin-top: -100px;
	}

#conts h4.shortR {
	padding: 2px 3px 2px 5px;
	margin-left: 250px;
	width: 395px;
	
	clear: none;
}

	*+html #conts h4.shortR {
		margin-top: -150px;
	}

#conts h4.shortL {
	padding: 2px 3px 2px 5px;
	margin-right: 260px;
	width: 395px;
	
	clear: none;
}

	* html #conts h4.shortL {
		margin-top: -150px;
	}

	*+html #conts h4.shortL {
		margin-top: -150px;
	}
	
#conts div {
	margin-bottom: 15px;
}

/* テキスト */
#conts p {
	padding: 0;
	line-height: 1.7;
}

#conts p span {
	color: #A6262E;
	font-weight: bold;
}

#conts p.line span {
	color: #8E3E4B;
	font-weight: bold;
}

#conts p.spaceTop {
	margin-top: -5px;
	padding-bottom: 10px;
}

#conts p.space {
	padding-bottom: 25px;
}

#conts p.spaceBtm {
	padding-bottom: 35px;
}

#conts p.last {
	margin-top: -5px;
	padding-bottom: 25px;
}

#conts p.last01 {
	padding-bottom: 15px;
}

#conts p.last02 {
	margin-top: -5px;
}

#conts p.btm {
	margin-bottom: -25px;
}

#conts p.line {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(/img/about/profile/line01.gif) no-repeat left bottom;
}

#conts p.line01 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/img/about/profile/line01.gif) no-repeat left bottom;
}

#conts p.line02 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(/img/about/profile/line01.gif) no-repeat left bottom;
}

	* html #conts p.lineL {
		padding: 0 250px 15px 0;
	}
	
	*+html #conts p.lineL {
		padding: 0 250px 15px 0;
	}

	*+html #conts p.lineR {
		padding: 0 0 37px 250px;
	}

#conts p.menu {
	padding: 3px 0 5px 0;
	width: 315px;
	background: url(/img/menu/drink/line01.gif) no-repeat left bottom;
	position: relative;
	float: left;
	
	color: #8E3E4B;
	font-weight: bold;
}

#conts p.menu span {
	position: absolute;
	right: 0;
}

#conts p.marginR {
	margin-right: 20px;
}

#conts p.menuBtm {
	margin-bottom: 20px;
}

/* イメージ */
#conts .photoL {
	margin: 0 20px 0 0;
	float: left;
}

#conts .photoR {
	margin: 0 0 0 20px;
	float: right;
}

#conts .lineImg {
	margin: 15px 0 20px;
}

#conts #inquiry {
	padding: 10px 0 0 0;
	display: block;
	
	text-align: center;
}

/* リスト */
#conts ul#top {
	margin: 25px 0 30px 0;
	padding: 3px 0 3px 18px;
	background: url(/img/menu/ul_back.gif) no-repeat left top;
}

#conts #top li {
	margin-right: 60px;
	display: inline;
	
	font-size: 120%;
	font-weight: bold;	
}

#conts #top li.none {
	margin-left: -27px;
	margin-right: 0;
}

	* html #conts #top li.none {
		margin-left: -31px;
		/*Mac IE用ハック*/
		/*\*//*/
		margin-left: -27px;
		/**/ 
	}

	*+html #conts #top li.none {
		margin-left: -31px;
	}

#conts #top li a {
	padding: 0 0 0 18px;
	background: url(/img/icon/03.gif) no-repeat 0 3px;
}

#conts ul.list {
	margin: 10px 0 25px 0;
}

#conts ul.ul01 {
	margin-bottom: 40px;
}

#conts li {
}

#conts .list li a {
	padding: 0 0 0 18px;
	background: url(/img/icon/01.gif) no-repeat 0 2px;
}

/* ボックス */
#conts #box {
	margin: 0 0 20px 0;
	padding: 10px 15px 0;
	background: url(/img/menu/box_back.gif) no-repeat left top;
	overflow: hidden;
}

#conts #box img.text {
	margin: 0 0 10px;
	display: block;
}

#conts #box p {
	line-height: 1.5;
	padding-bottom: 25px;
}

#conts .box {
	margin: 0 0 15px 0;
	
	clear: left;
}

#article #header {
	background: #fff;
}

#article #container {
	background: #E0EDF0;
}

#article #footer {
	margin: 0;
	padding: 0 0 10px;
	background: #fff;
	border: none;
}

#article #footer ul {
	margin: 0 5px;
	padding: 5px 15px 0;
	border-top: 3px solid #22477E;
}

#article #footer ul ul {
	margin: 0;
	padding: 0;
	border: none;
}

#article #footer p {
	margin: 0 20px;
}

#article #conts h3 {
	margin: 30px 0 -5px;
}

#article #conts h4 {
	margin: 20px 0 5px;
	background: #fff;
}

#article #conts p {
	margin: 0;
}

#article #conts .twoColumn {
	margin: 0 0 10px;
}

#article #conts .twoColumn h4 {
	margin: 20px 0 0;
	width: 307px;

	float: left;
	clear: none;
}

	* html #article #conts .twoColumn h4 {
		width: 315px;
	}

#article #conts .twoColumn h4.floatR {
	float: right;
}

#article #conts .notes {
	padding-left: 1.5em;

	color: #f00;
	text-indent: -1.5em;
}

#article #conts .notes02 {
	margin: 10px 0 -10px;
	padding-left: 1.5em;

	color: #f00;
	text-indent: -1.5em;
}

#article #conts .box {
	margin: 20px 0 10px;

	clear: left;
}

#article #conts .box h4 {
	margin: 0 0 5px 245px;
	width: auto;

	clear: none;
}

#article #conts .box p {
	margin-left: 245px;
}

#article #conts .box .floatL {
	margin-top: -5px;
}

#drink #conts {

}

#drink #conts .box {
	margin: 0 0 15px;
	width: 315px;

	clear: none;
}

#drink #conts .box h5 {
	margin: 0 0 5px 135px;
	padding-bottom: 5px;
	background: url(/img/about/profile/line01.gif) no-repeat left bottom;

	clear: none;

	color: #A6262E;
	font-weight: bold;
}

#drink #conts .box p {
	margin: 0 0 0 135px;
	padding: 0;
}

#drink #conts .box .price {
	display: block;

	color: #A6262E;
	font-weight: bold;
}

#drink #conts {

}

#drink #conts {

}

#drink #conts {

}

#drink #conts {

}
