@charset "UTF-8";

/* Common Settings
------------------------------ */
#wrapper {
	overflow: hidden;
	width: 800px;
	margin: 20px auto 0;
}

.topicPath {
	width: 780px;
	margin: 0 auto 20px;
}

.contentColumn {
	padding-top: 14px;
	background: url("/img/common/bg_orange_t.png") no-repeat 0 0;
}
.contentColumn .section {
	overflow: hidden;
	padding-bottom: 25px;
	background: url("/img/common/bg_restaurant_b.png") no-repeat 0 100%;
}
.contentColumn .section .inner {
	overflow: hidden;
	width: 712px;
	padding-top: 9px;
	background: #FFF url("/img/common/bg_restaurant_m.png") repeat-y 0 0;
}

#hInfo {
	width: 800px;
	min-height: 31px;
	padding: 26px 0 0 67px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url("/img/common/h_info.png");
	font-weight: bold;
	font-size: 138.5%;
}
#hTwitter {
	min-height: 18px;
	margin-top: 20px;
	padding: 2px 0 2px 34px;
	background: transparent url("/img/icon/bird.png") no-repeat 0 50%;
}
#p-info ol.decimal {
	padding-left: 1.5em;
}
#p-info ol.decimal li {
	margin-bottom: 10px;
}

h2, h3 {
	margin-bottom: 12px;
	border-bottom: 2px solid #200F00;
	line-height: 1.2;
	font-weight: bold;
	font-size: 116%;
}

#policy {
	margin: 10px 0 18px 0;
	padding: 14px 17px 4px 17px;
	*padding: 12px 17px 12px 17px;
	background: #fffada;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#policy li {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
	line-height: 1.41;
	font-size: 93%;
	_zoom: 1;
}
#policy span {
	margin: 0 10px 5px 0;
	padding: 2px 0 3px 0;
	border: 1px solid #febe50;
	display: block;
	position: relative;
	float: left;
	width: 50px;
	color: #ff9e29;
	background: #fff;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
p.signature {
	float: right;
	line-height: 1.61;
	text-align: right;
}
dl.additionalClause li {
	line-height: 1.61;
	font-size: 93%;
}
.p-privacy ul {
	margin-top: 0;
}
img.privacyMark {
	margin-bottom: 10px;
}
p.privacyMark {
	margin-top: 2em;
	margin-left: 85px;
}

#twitter p {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 10px 42px;
	background: url("/img/common/line_dot2.png") repeat-x 0 100%;
}
#twitter p .userIcon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#twitter p span.right {
	display: block;
	padding-top: 0.5em;
	background: none;
	color: #666;
	font-size: 83%;
}
#twitter .post {
	padding: 0 !important;
	background: none;
	font-weight: bold;
	text-align: center;
}
#twitter .post a {
	padding: 0 0 0 21px;
	background: url("/img/icon/twitter.png") no-repeat 0 50%;
}
