@charset "UTF-8";
/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../imgs/share/mark_1.gif); }

.mark2 {
  background-image: url(../imgs/share/mark_2.gif); }

.mark3 {
  background-image: url(../imgs/share/mark_3.gif); }

.mark4 {
  background-image: url(../imgs/share/mark_4.gif); }

.mark5 {
  background-image: url(../imgs/share/mark_5.gif); }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/* header
--------------------------------------------------*/
@media all and (min-width: 320px) {
  header .nav_lang {
    position: absolute;
    right: 10px;
    display: block !important;
    padding-top: 16px !important;
    padding-right: 0; }
    header .nav_lang .btns > dt {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 38px;
      display: inline-block;
      margin: 0 14px 0 30px;
      vertical-align: top;
      color: #fff;
      -webkit-font-smoothing: antialiased; }
    header .nav_lang dd {
      display: inline-block;
      margin: 0 0 0 -5px; }
      header .nav_lang dd .btn-submenu {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 38px;
        display: block;
        overflow: hidden;
        width: 38px;
        height: 40px;
        -webkit-transition: background-color .2s ease-out;
        -moz-transition: background-color .2s ease-out;
        -o-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
        text-align: center;
        vertical-align: top;
        color: #dacfcf;
        border-radius: 4px;
        background: #896E6D; }
      header .nav_lang dd .btn-submenu-left {
        border-radius: 4px 0 0 4px; }
      header .nav_lang dd .btn-submenu-right {
        border-radius: 0 4px 4px 0; }
      header .nav_lang dd .btn-submenu.is-btn-active {
        color: #896E6D;
        background: #dacfcf; } }
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  header .nav_lang {
    right: 35px; }
    header .nav_lang .btns > dt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 50px; }
    header .nav_lang dd {
      margin: 0 0 0 -6px; }
      header .nav_lang dd .btn-submenu {
        width: 48px;
        height: 50px;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 50px; } }
/*
header {
	.logo {
		padding: 18px 0;
		float: left;
		a {
			&:hover {
			  opacity: 0.7;
			  filter: alpha(opacity=70);
			  -ms-filter: "alpha(opacity=70)";
			  border: none;
			}
		}
	}
}
*/
/* SP
--------------------------------------------------*/
@media only screen and (max-width: 767px) {
  header {
    top: 0;
    z-index: 10; }
    header .logo {
      padding: 32px 0 16px; }

  /* #logoArea */
  #logoArea {
    float: left;
    z-index: 100;
    padding: 15px 0 15px !important; }

  #logoArea h1 {
    float: left;
    margin-left: 10px; }

  #logoArea h1 a img {
    width: 160px; } }
@media (min-width: 320px) {
  #top {
    position: relative;
    background-size: 200%; } }
