@charset "utf-8";

/*----------------------------------------------------
  レスポンシブ対応SP
----------------------------------------------------*/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
  -webkit-text-size-adjust: 100%; /*for iPhone*/
}
.displayPC {
  display: none;
}
.displaySP {
  display: block;
}

#contents_inside {
	width:100%;
  padding-top: 0;
}
img {
  width: 100%;
  height: auto;
}
.displayPC {
  display: none;
}
.displaySP {
  display: block;
}

/*         header
========================================== */

header {
  width: 100%;
  margin: 0 auto;
}
#aeonlogoSP {
  padding: 0;
}

header #aeonlogoSP {
  width: 33.9%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header #logo {
  width: 114px;
  float: left;
}
header .layer {
  border-bottom: 1px #d6d6d6 solid;
}
header > ul {
  float: left;
  width: 66.1%;
}
header > ul li {
  float: left;
  border-left: 1px solid #94908e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 51.54%;
}
header > ul li:first-child {
  width: 48.46%;
}
header .sitemenu_sub {
  width: 100%;
}

.g_navi li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.responsive_global_nav_close .close_btn img {
  width: 320px;
}

/*         footer
========================================== */

footer #footer_top_box {
  width: 100%;
}
.planting a img {
  width: 111px;
}
#contents .social_btn {
  width: 320px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
#contents .social_btn:after {
  content:"";display:block;clear:both;
}
#contents .social_btn li:nth-child(odd) {
  float:left;
  padding-left:15px;
  width:160px;
}
#contents .social_btn li:nth-child(odd) {
  float:left;
  padding-left:15px;
  width:160px;
}
#contents .social_btn .facebook {
  padding-bottom:10px;
}
#contents .social_btn .mixi {
  clear:left;
}
#contents .social_btn li:nth-child(even) {
  float:right;
  width:130px;
}
#contents .social_btn .twitter {
  padding-bottom:10px;
}
#contents .social_btn .line {
  clear:right;
}
#contents .social_btn .line img {
  width: 88px;
}