@charset "utf-8";
/* CSS Document */

a:hover {
  text-decoration: none;
}
#wrapper {
  position: relative;
  padding-top: 105px ;
}
a.ovr img, a img.ovr {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.ovr:hover img, a:hover img.ovr {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
a.ew_ovr {
  position: relative;
  display: block;
}
.ew_ovr i, .ew_ovr span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ew_ovr i {
  z-index: 410;
  background-image: url(/common/img/ew_ovr_bg02.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.ew_ovr span {
  z-index: 400;
  background-image: url(/common/img/ew_ovr_bg01.png);
  background-repeat: repeat;
}
.ew_ovr span:hover, .ew_ovr i:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
/*--------------------------------------
text
---------------------------------------*/
.htxt01 {
  background: #6f665f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 7px 11px;
}
.htxt02 {
  background: #9e9b99;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
  padding: 4px 11px;
}
.htxt03 {
  background: #a6a7a7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  padding: 4px 11px 2px 11px;
}
.htxt04 {
  background: #0073b9;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 27px;
  padding: 10px 11px 10px 11px;
}
.main_txt01 {
  color: #231815;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}
.main_txt02 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}
/*--------------------------------------
table
---------------------------------------*/
.table01 {
  border-collapse: collapse;
}
.table01 td {
  padding: 3px;
  font-weight: normal;
}
.table01 tr {
  width: 100%;
}
.table01 .even {
  background: #fff;
}
.table01 .odd {
  background: #efeee8;
}
.table01b {
  border-collapse: collapse;
}
.table01b a{
  color:#231815;
}
.table01b td {
  padding: 6px 0;
  font-weight: normal;
}
.table01b tr {
  width: 100%;
}
.table01b .even {
  background: #efeee8;
}
.table01b .odd {
  background: #fff;
}
/*--------------------------------------
pager
---------------------------------------*/
.pager_wrap01 {
  text-align: center;
}
.pager_wrap01 ul {
  display: inline-block;
 /display:inline;
 /zoom:1;
}
.pager_wrap01 li {
  float: left;
  padding-right: 7px;
}
.pager_wrap01 .number {
  height: 22px;
  width: 22px;
}
.pager_wrap01 .number a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: block;
  background: url(/common/img/pager_number_bg01_off.png) no-repeat;
  padding-top:10%;
  height:90%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pager_wrap01 .number a:hover ,
.pager_wrap01 .active a {
  color: #231815;
  background: url(/common/img/pager_number_bg01_on.png) no-repeat;
}
.pager_wrap01 .next {
  padding-right: 0;
}
/*--------------------------------------
header
---------------------------------------*/
#header_wrap {
  background: url(../img/header/header_bg01.png) repeat-x;
  height: 107px;
  position: fixed;
  z-index: 300;
  width: 100%;
  top: 0;
}
.ie8_0 #header_wrap {
  top: 0;
}
.header_inner01 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#header_logo_box {
  float: left;
  padding: 13px 56px 0 0;
}
.header_menu_box {
  float: left;
  padding-top: 40px;
}
.header_menu_box li {
  float: left;
}
.header_menu_box li.current img{
  opacity:1!important;
}
.header_menu01 {
  padding-right: 77px;
}
.header_menu02 {
  padding-right: 59px;
}
.header_menu03 {
  padding-right: 91px;
}
.header_menu04 {
  padding-right: 99px;
}
.header_language_btn_box {
  width: 176px;
  position: absolute;
  top: 0;
  left: 823px;
}
.header_language_btn01 {
  width: 88px;
}
/*--------------------------------------
contents
---------------------------------------*/
.contents {
  width: 1000px;
  margin: 0 auto;
}
#bread_crumbs {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 0;
}
#bread_crumbs a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
  line-height: 22px;
  font-weight: normal;
}
#bread_crumbs span {
  color: #808080;
  font-size: 14px;
  line-height: 22px;
}
/* sidebar */
.sidebar01 {
  width: 205px;
}
.side_menu01 > li {
  padding-bottom: 4px;
  position: relative;
}
.side_menu01_inner {
  position: relative;
  display: none;
}
.side_menu_active .side_menu_store_name span {
  position: absolute;
  width: 205px;
  height: 104px;
  background: url(/img/restaurant_common/over_img01.png) no-repeat;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.side_menu_store_name span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/restaurant_common/over_img01.png) no-repeat;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.side_menu_store_name span:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.side_menu01_inner .side_menu_active span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/restaurant_common/over_img02.png) repeat-y;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.side_menu01_inner span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/restaurant_common/over_img02.png) repeat-y;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.side_menu01_inner span:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.side_menu01_inner {
  margin-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #000000;
}
.side_menu01_inner > li {
  border-bottom: 1px solid #000000;
  line-height: 15px;
  position: relative;
}
.side_menu01_inner > li a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  padding: 5px 10px;
}
/*--------------------------------------
footer
---------------------------------------*/
#footer_wrap {
  text-align: center;
  position: relative;
  z-index: 280;
  background: #fff;
  padding-top: 10px;
}
.footer_menu_wrap ul {
  display: inline-block;
/display:inline;
 /zoom:1;
  vertical-align: top;
}
.footer_menu_wrap ul li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #231815;
  line-height: 12px;
}
.footer_menu_wrap ul li a {
  font-size: 12px;
  color: #231815;
}
.footer_menu_wrap ul li.last {
  border: none;
}
.copyright {
  color: #231815;
  font-size: 11px;
  border-top: 1px solid #231815;
  padding: 5px 0;
}
#page_top {
  position: fixed;
  right: 0;
  bottom: 30px;
}
.anchor_magic{
 margin-top: -107px;
 padding-top: 107px;
}