@charset "utf-8";

/************************************************
    Setting
************************************************ */
* {
    transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, transform 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    width /***/:auto;
}
li{
  list-style: none;
}
a{
  color: #2c0606;
  text-decoration: none !important;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
    clear: both;
}




.hdbtn4 {
    height: 45px;
    position: absolute;
    right: 0px ;
    top: 0;
    width: 160px;
    z-index: 100;
}
.hdbtn4 a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.hdbtn5 {
    height: 45px;
    position: absolute;
    right: 0px ;
    top: 0;
    width: 160px;
    z-index: 100;
}

.hdbtn6 {
    height: 45px;
    position: absolute;
    right: 0x ;
    top: 0;
    width: 160px;
    z-index: 100;
}

  .image-container {
    display: block;
   
  }