@charset "utf-8";

/* その他レイアウトに関するクラス
------------------------------------------------------------*/
.width_100per {
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.width_100per_noline {
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	float:left;
}
.width_100per_noline_bg-white {
	background-color: #fff;
	width:100%;
	float:left;
}
.width_80per_left20px {
	width:80%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:20px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.width_80per_left20px_noline {
	width:80%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:20px;
	float:left;
}

.clear_float{
clear:both;
}



/* トッピック
------------------------------------------------------------*/
.topic-free-q {				/* body内 中央部「naiyou」内のトピック設定 */
	color: #000;
	font-weight: bold;
	list-style: none;
}

.topic-free-qa {				/* body内 中央部「naiyou」内のトピック設定 */
	padding-left: 30px;
	padding-bottom:10px;
	color: #039;
	list-style: none;
}

/* ポスターレイアウト用ＣＳＳ
------------------------------------------------------------*/
.poster_100per {
	/* padding-top: 10px;
	padding-left: 10px;  */
	width:100%;
	height:100%;
	float:left;
}
.poster_50per {
	background-position: center top;
	position: relative;
	width:302px;
	height:427px;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}
.poster_50per_text {
	width:302px;
	height:40px;
	/* border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;  */
	float:left;
}
.poster_50per_sample {
	width:auto;
	height:415px;
	border: 1px solid #000000;
	float:left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.poster_50per_sample_bottom10 {
	margin-bottom: 10px;
}
.poster_50per_text ul {
 	list-style-type:none;
	padding-left: 0px;	/* 右にインデントされてる部分の無効化 */
}
.poster_50per_text ul li {
	background-image:url("../images-design/square10.gif");
	background-repeat:no-repeat;
	color:#410000;
	padding: 4px 0px 0px 15px;
	margin-top: 10px;
}

/* ポスター写真位置設定用ＣＳＳ
----------------------------------*/
.poster_photo_50-20 {
	width:auto;
	height:auto;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 20px;
}
.poster_photo_48-20 {
	width:auto;
	height:auto;
	position: absolute;
	top: 48px;
	left: 20px;
}
.poster_photo_23-20 {
	width:auto;
	height:auto;
	position: absolute;
	top: 23px;
	left: 20px;
}

/* デザインテキスト用ＣＳＳ
------------------------------------------------------------*/
/* .poster_text_title {
	background-color:none;
	border:none;
	color:#341100;
	font-size:1.7em;
	font-weight:bold;
	text-align:left;
	size:26;
	width:270px;
	height:30px;
	position: absolute;
	top: 245px;
	left: 18px;
} */
.poster_text_price {
	font-size:1.0em;
	font-weight:bold;
	color:#000000;
	font-size:1.3em;
	position: absolute;
	top: 275px;
	left: 200px;
}
.poster_text_english {
	font-size:0.9em;
	color:#999999;
	position: absolute;
	top: 275px;
	left: 40px;
	float:left;
}
.poster_text_chinese {
	font-size:0.7em;
	color:#7F572A;
	position: absolute;
	top: 290px;
	left: 40px;
	float:left;
}
.poster_text_koria {
	font-size:0.7em;
	color:#7F572A;
	position: absolute;
	top: 290px;
	left: 90px;
	float:left;
}
.poster_text_dish {
	color:#000000;
	font-size:0.8em;
	position: absolute;
	top: 305px;
	left: 60px;
}
.poster_text_tax {
	color:#FF0000;
	font-size:0.5em;
	position: absolute;
	top: 375px;
	left: 40px;
}


#checkBox {
	display:none;
	font-size:0.9em;
	color:#999999;
	position: absolute;
	top: 275px;
	left: 40px;
	float:left;
}
#checkBox_CN {
	display:none;
	font-size:0.6em;
	color:#7F572A;
	position: absolute;
	top: 290px;
	left: 40px;
	float:left;
}
#checkBox_KR {
	display:none;
	font-size:0.6em;
	color:#7F572A;
	position: absolute;
	top: 290px;
	left: 88px;
	float:left;
}
#checkBox_dish {
	display:none;
	font-size:0.7em;
	color:#7F572A;
	position: absolute;
	top: 310px;
	left: 40px;
	float:left;
}
#checkBox_tax {
	display:none;
	font-size:0.6em;
	color:#FF0000;
	position: absolute;
	top: 380px;
	left: 40px;
	float:left;
}


/* ------------------------------------------------------------*/
/* 画面表示関連 */
.display-none{
	display: none;
}


/* フォント関連 */
.color_red_nomal {
	color: #F00;
}

.color_red_bold {
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
}
.color_blue_bold {
	color: #00F;
	font-size: 1.2em;
	font-weight: bold;
}


.font-weight-bold {
	font-size: 1.2em;
	font-weight: bold;
}

.font-weight-extra {
	color: #00F;
	font-size: 2.0em;
	font-weight: bold;
}


/* フォームレイアウト */
.padding_left-30px{
	padding-left:30px;
}


/* ------------------------------------------------------------*/
/* リスト関連 */
.list-style-none{
	list-style-type:none;
}

.ul-margintop-em05{
	font-size: 1.0em;
	line-height:1.0em;
	margin-top: 0;
	margin-bottom: 0;
}


.pulldown ul {  
  list-style: none; 
  padding: 0; 
} 

.pulldown li { 
  float: left; 
  min-width: 100px; 
  white-space: nowrap; 
  background:#FFCCD2; 
  display: block; 
  border-left:2px solid white; 
  text-align:center; 
} 

.pulldown ul ul { 
  display: none; 
  position: absolute; 
  z-index: 2;
} 

.pulldown li li { 
  clear: left; 
  position:relative; 
  width: 100%; 
  background:#f7f7f7; 
  border-bottom:1px solid #FFFFFF; 
  margin:0px 0px 0px -2px; 
  text-align:left; 
} 

.pulldown li li a{ 
  clear: left; 
  position:relative; 
  width: 100%; 
  display: block; 
} 

.pulldown li li a:hover{ 
  clear: left; 
  position:relative; 
  width: 100%; 
  background:#DAE6CC; 
  display: block; 
  text-decoration:none; 
} 

.pulldown ul ul ul { 
  top: 0; 
  left: 100%; 
} 

.pulldown ul li:hover > ul { 
  display: block; 
} 




/* 写真のフレーム */
.width_pic {
	margin-bottom: 10px;
	width:60%;
	height:310px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../restaurant_honten/image/frame-photo.gif);
	background-repeat: no-repeat;
}
.pic {
	margin-bottom: 10px;
	height: 312px;
	width: 412px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../restaurant_honten/image/frame-photo.gif);
	background-repeat: no-repeat;
}

.pic2 {
	margin-bottom: 10px;
	background: url(images/frame-photo2.gif) no-repeat;
	height: 412px;
	width: 312px;
	padding-top: 6px;
	padding-left: 6px;
	margin-left: 50px;
}

.block-align-center{
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top:5px;
	background-color:#D6D6D6;
}


/* トピックレイアウト関連 */
.form_700px {
	width:99%;
	padding-right:2px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float:left;
/*	clear: both;  */
}
.form_660px {
	width:100%;
	margin-left:10px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
/*	clear: both;  */
}
.form_85px {
	background:#fff;
	margin-right: 5px;
	width:13%;
	float:left;
}
.form_120px {
	background:#fff;
	margin-right: 5px;
	width:20%;
	float:left;
}
.form_180px {
	background:#fff;
	margin-right: 5px;
	width:27%;
/*	width:188px;  */
	float:left;
}

.form_150px {
	background:#fff;
	margin-right: 5px;
	width:23%;
/*	width:188px;  */
	float:left;
}
.form_165px_center {
	background:#fff;
	margin-right: 2px;
	width:24%;
	text-align: center;
/*	width:188px;  */
	float:left;
}
.form_220px-100p {
	background:#fff;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width:30%;
	text-align: center;
/*	width:188px;  */
	float:left;
}

.form_220px {
	background:#fff;
	margin-right: 5px;
	margin-bottom: 10px;
	width:30%;
	text-align: center;
/*	width:188px;  */
	float:left;
}
.form_420px {
/*	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;  */
	width:65%;
	float:left;
}
.form_400px {
	width:60%;
	float:left;
}

.form_520px {
	width:70%;
	margin-left: 5px;
	float:left;
}
.form_580px {
	width:76%;
	margin-left: 5px;
	float:left;
}
.form_590px {
	width:78%;
	margin-left: 5px;
	float:left;
}
.form_610px {
	width:83%;
	margin-left: 5px;
	float:left;
}
.form_center {
	margin-top: 0px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* クーポン券関連 */
.coupon-print {
	background-color: #FFF;
	width: 580px;
	height:840px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.coupon-end {
	font-size:1.5em;
	color: #0000FF;
	background-color: #FFF;
	width: 560px;
	height:40px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
