@charset "utf-8";

/* font-size(基準14pxに対して) */
/* 
10px font-size:71%;
12px font-size:86%;
14px font-size:100%;
16px font-size:114%;
18px font-size:129%;
20px font-size:143%;
22px font-size:157%;
24px font-size:171%;
 */

html {
  overflow-y: scroll;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: top;
}

body {
  color: #4d4d4d;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
}

a {
  color: #4d4d4d;
  text-decoration: underline;
}

a:hover {
  color: #f00;
  text-decoration: underline;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.bold {
  font-weight: bold;
}

.al-left {
  text-align: left !important;
}

.al-center {
  text-align: center !important;
}

.al-right {
  text-align: right !important;
}

html,
body {
  height: 100%;
}

/* ----------------------------------------
	header
---------------------------------------- */
#header {
  margin: 0 auto;
  width: 960px;
  height: 80px;
  text-align: left;
  position: relative;
}

#logo {
  width: 304px;
  height: 56px;
  position: absolute;
  top: 10px;
  left: 0;
}

#logo a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 304px;
  height: 56px;
  background: url('../img/com/header/header-logo.webp') no-repeat left top;
}

#h-lang {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

#h-lang li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 86%;
}

#h-lang li a {
  display: block;
  color: #2e1708;
  background-color: #eae7e6;
  width: 98px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

/* ----------------------------------------
	footer
---------------------------------------- */
#footer {
  width: 100%;
  min-width: 960px;
}

#footer-i {
  padding: 24px 0;
  width: 100%;
  min-width: 960px;
  background-color: #eae4e4;
}

#footer-i dl {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  text-align: left;
}

#footer-i dt {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 48px;
  float: left;
}

#footer-i dt a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 260px;
  height: 48px;
  background: url('../img/com/footer/footer-logo.webp') no-repeat left top;
}

#footer-i dd {
  margin: 0;
  padding: 0;
  width: 636px;
  float: right;
  color: #2e1708;
}

#h-lang li a:hover {
  text-decoration: none;
}

#h-lang li#lang-en a {
  color: #fff;
  background-color: #2e1708;
}
