body {
  min-height: 100px;
  padding-top: 213px;
  overflow-y: scroll;
}
body.abs {
  padding-top: 0;
}
body.abs #lnb {
  position: absolute;
}
#header.head_scroll.normal,
#header.head_scroll.menu {
  top: 0;
  height: 213px;
}
#header.head_scroll.normal #lnb,
#header.head_scroll.menu #lnb {
  top: 125px;
}
body.abs #header.head_scroll.share {
  top: 0;
  height: 213px;
}
body.abs #header.head_scroll.share #lnb {
  top: 125px;
}
#wrap {
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 840px ){
  #wrap {min-height: 350px; min-height: 42vw;}

}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 213px;
  background-color: #fff;
  z-index: 10;
}
#header.posf_none {
  position: absolute;
}
body.abs #header {
  position: absolute;
  top: 0!important;
}
#header .header_inner > .top {
  background-color: #ffffff;
  height: 42px;
  position: relative;
  z-index: 21;
}
#header .header_inner > .top > .inr-c:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
#header .header_inner > .top .area.fr {
  float: right;
  text-align: right;
  font-size: 0;
}
#header .header_inner > .top .area.fr a {
  display: inline-block;
  color: #fff;
  height: 42px;
  font-size: 0;
  margin-left: 15px;
}
#header .header_inner > .top .area.fr a > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#header .header_inner > .top .area.fr a:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
#header .header_inner > .mid {
  height: auto;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#header .header_inner > .mid.pcNone {
  display: none;
}
#header .header_inner > .mid > .inr-c {
  position: relative;
}
#header .header_inner > .mid .h {
  display: inline-block;
}
#header .header_inner > .mid .area.fl {
  position: absolute;
  left: 0;
  top: 14px;
  display: none;
}
#header .header_inner > .mid .area.fr {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
#header .header_inner > .mid .area.fr .box_search {
  position: absolute;
  right: 80px;
  top: -6px;
  display: none;
}
#header .header_inner > .mid .area.fr .img_open {
  display: none;
  width: 24px;
  height: auto;
  margin-left: 5px;
}
#header .header_inner > .mid .area.fr a.search.open .img_open {
  display: inline;
}
/*#header .header_inner > .mid .area.fr a.search.open .img_close{display: none;}*/
#header .header_inner > .mid .area.fr .box_search input {
  border: 0;
  border: 3px solid #222;
  padding: 2px 10px;
  font-size: 15px;
}
.area_search_top {
  position: absolute;
  right: 0;
  top: 42px;
  display: none;
}
.area_search_top > .inner {
  width: 200px;
  height: 40px;
  background-color: #acacac;
  padding: 5px 58px 5px 10px;
}
.area_search_top input.inp {
  border: 1px solid #fff;
  width: 100%;
  height: 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}
.area_search_top .box_search {
  position: relative;
}
.area_search_top .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
.area_search_top .search:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -451px -104px;
  width: 21px;
  height: 20px;
  content: "";
  margin-top: -10px;
  margin-left: -10px;
}
.area_search_top .close {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  text-align: left;
}
.area_search_top .close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -458px -427px;
  width: 16px;
  height: 15px;
  content: "";
  margin-top: -7px;
  margin-left: -8px;
}

@media screen and (max-width: 840px) {
  #container, #container.sub{position: relative; z-index: 3;}
  .area_search_top {
    top: 56px; top: 6.67vw;
  }
  .area_search_top > .inner {
    width: 200px; width: 23.81vw;
    height: 47px; height: 5.6vw;
    padding: 5px 58px 5px 10px; padding: 0.6vw 6.9vw 0.6vw 1.19vw;
  }
  .area_search_top input.inp {

    height: 47px; height: 5.6vw;
    padding-left: 15px; padding-left: 1.79vw;
  }

  .area_search_top .search {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; width: 4.76vw;
    height: 47px; height: 5.6vw;
    text-indent: -9999px;
    overflow: hidden;
  }
  .area_search_top .search:after {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    text-indent: -9999px;
    background-image: url("../images/common/ico_common.png");
    background-repeat: no-repeat;
    background-size: 100vw 100vw;

    background-position: -53.69vw -12.38vw;
    width: 21px; width: 2.5vw;
    height: 20px; height: 2.38vw;
    margin-top: -10px; margin-top: -1.19vw;
    margin-left: -10px; margin-left: -1.19vw;
  }
  .area_search_top .close {
    right: 8px; right: 0.95vw;
    top: 8px; top: 0.95vw;
    width: 40px; width: 4.76vw;
    height: 40px; height: 4.76vw;
  }
  .area_search_top .close:after {
    background-image: url("../images/common/ico_common.png");
    background-size: 100vw 100vw;
    background-position: -54.52vw -50.83vw;
    width: 1.9vw;
    height: 1.79vw;
    content: "";
    margin-top: -0.83vw;
    margin-left: -0.95vw;
  }
}


#header.head_scroll.normal,
#header.head_scroll.menu {
  top: 0;
  height: 213px;
}
#header.head_scroll.normal #lnb,
#header.head_scroll.menu #lnb {
  top: 125px;
}
body.share #area_bar_event,
body.share .bxMain {
  margin-top: -40px;
}
#header.head_scroll.share {
  top: -40px;
  height: 173px;
}
#header.head_scroll.share #lnb {
  top: 85px;
}
#header.head_scroll.share .bar_event {
  margin-top: 0;
}
.ico_search_top {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -65px -85px;
  width: 19px;
  height: 19px;
  content: "";
  margin-top: 2px;
}
#lnb {
  position: fixed;
  left: 0;
  top: 125px;
  width: 100%;
  background-color: #fff;
  z-index: 15;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
#lnb.pcNone {
  display: none;
}
#lnb.posa {
  position: absolute;
}
#lnb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #000;
  content: "";
}
#lnb .menu {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  text-align: center;
}
#lnb .menu:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
#lnb .menu > li {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  vertical-align: top;
}
#lnb .menu.n5 > li {
  width: 20%;
}
#lnb .menu > li > a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  word-break: break-all;
}
#lnb .menu > li > a:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 4px;
  background-color: #bf1e2e;
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#lnb .menu > li.ovr > a:after,
#lnb .menu > li.on > a:after {
  width: 100%;
  left: 0;
}
#lnb .menu > li.ovr > a,
#lnb .menu > li.on > a {
  color: #bf1e2e;
}
#lnb .menu > li:first-child .depth2 {
  border-left: 1px solid #ddd;
}
#lnb .depth2 {
  width: 100%;
  height: 250px;
  display: none;
  padding: 18px 0px 15px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  border-right: 1px solid #dddddd;
}
#lnb .depth2 > .inner > ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
#lnb .depth2 a {
  display: block;
  width: 100%;
  padding: 6px 0px;
  font-size: 15px;
  color: #696969;
}
#lnb .depth2 a:hover,
#lnb .depth2 .on a {
  color: #bf1e2e;
}
#eventbar_bot {
  position: relative;
  height: 40px;
  z-index: 7;
}
#area_bar_event {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 0;
  z-index: 7;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#con_bar_event {
  position: absolute;
  left: 0;
  top: 0;
  background: #7127b6 url(../images/common/bg_event.gif) 0 0 repeat;
  font-size: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#con_bar_event .tp {
  width: 900px;
  height: 40px;
  color: #fff;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
#con_bar_event .tp > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#con_bar_event .tp:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
#con_bar_event .tp > * {
  font-size: 0;
}
#con_bar_event .tp .v-a {
  width: 100%;
  text-align: center;
}
#con_bar_event .tp .v-a > * {
  display: inline-block;
  font-size: 16px;
}
#con_bar_event .now {
  margin-right: 114px;
  cursor: pointer;
}
#con_bar_event .now strong {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  font-weight: 300;
}
#con_bar_event .now strong:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 7px;
  margin-top: -3px;
  background: url(../images/common/ico_common.png) -147px -33px no-repeat;
  content: "";
}
#con_bar_event .now span {
  color: #f4ff47;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 24px;
  max-width: 428px;
  text-align: left;
}
#con_bar_event .win > * {
  display: inline-block;
  padding-left: 20px;
  margin-right: 40px;
  position: relative;
}
#con_bar_event .win > *:last-child {
  margin-right: 0;
}
#con_bar_event .win > *:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(../images/common/ico_common.png) -24px -120px no-repeat;
  content: "";
}
#con_bar_event .list-mormal-a2 {
  margin-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ba98da;
}
#con_bar_event .more {
  padding-bottom: 30px;
  text-align: right;
}
#con_bar_event .more a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
#con_bar_event .more a:after {
  position: absolute;
  right: 0;
  top: 8px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -147px -33px;
  width: 5px;
  height: 7px;
  content: "";
}
#con_bar_event .lstevent {
  display: none;
}
#con_bar_event .lstevent .head {
  position: relative;
}
#con_bar_event .lstevent .h1 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
#con_bar_event .lstevent .btn_close {
  position: absolute;
  right: 0;
  top: 11px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -261px -19px;
  width: 28px;
  height: 28px;
  content: "";
}
.list-mormal-a2 {
  border-top: 2px solid #a675d4;
  font-size: 16px;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
.list-mormal-a2 table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-mormal-a2 thead th {
  background: #8547c1;
  color: #fff;
  font-weight: 300;
  padding: 15px 30px;
}
.list-mormal-a2 tr {
  border-bottom: 1px solid #ba98da;
}
.list-mormal-a2 tbody td,
.list-mormal-a2 tbody th {
  border-color: #ececec;
  padding: 12px 30px;
  color: #fff;
}
.list-mormal-a2 tbody td a,
.list-mormal-a2 tbody th a {
  color: #fff;
}
.list-mormal-a2 table.list tbody tr {
  cursor: pointer;
}
.list-mormal-a2 table.list tbody tr:hover {
  background-color: #7127b6;
}
.modal-cover {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
}
.inr-c2 {
  max-width: 1298px;
  margin-left: auto;
  margin-right: auto;
}
.c-navbar__menu {
  color: inherit;
  cursor: pointer;
  width: 38px;
  height: 30px;
  margin-top: -4px;
  position: relative;
  transition: color 0.5s;
  -webkit-tap-highlight-color: transparent;
  z-index: 200;
  display: inline-block;
}
.c-navbar__menu > span {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #848484;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: width 0.1s, -webkit-transform 0.5s;
  transition: transform 0.5s, width 0.1s;
  transition: transform 0.5s, width 0.1s, -webkit-transform 0.5s;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
.c-navbar__menu::before {
  background-color: #848484;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: width 0.1s, -webkit-transform 0.5s;
  transition: transform 0.5s, width 0.1s;
  transition: transform 0.5s, width 0.1s, -webkit-transform 0.5s;
  width: 100%;
}
.c-navbar__menu::after {
  background-color: #848484;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: top 0.1s, width 0.1s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.1s, width 0.1s;
  transition: transform 0.5s, top 0.1s, width 0.1s, -webkit-transform 0.5s;
  width: 100%;
}
.c-navbar__menu.is-active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 23px;
}
.c-navbar__menu.is-active::after {
  top: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 23px;
}
.c-navbar__menu.is-active > span {
  width: 0;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c3c3c;
  color: #fff;
  font-size: 1.07142857em;
  position: relative;
  z-index: 5;
}
#footer a {
  color: #fff;
}
#footer .inr-c:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
#footer .area.fl {
  float: left;
}
#footer .area.fr {
  float: right;
}
/* #footer  [class^="col-"].first{text-align: left;} */
#footer .area.fl ul {
  text-align: left; float: left;
}
#footer .area.fl ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
#footer .area.fl ul li {
  float: left;
  width: 106px;
  border-right: 1px #4d4d4d solid;
  text-align: center;
}
#footer .area.fl ul li a {
  display: block;
  width: 100%;
  padding: 70px 0 20px;
  border-right: 1px #292929 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#footer .area.fl ul li a:after {
  position: absolute;
  top: 10px;
  content: "";
  background-image: url(../images/common/ico_common.png);
  background-repeat: no-repeat;
  left: 50%;
  top: 26px;
}
#footer .area.fl ul li.n1 a:after {
  background-position: -10px -207px;
  width: 33px;
  height: 26px;
  margin-left: -16px;
}
#footer .area.fl ul li.n2 a:after {
  background-position: -47px -206px;
  width: 33px;
  height: 28px;
  margin-left: -16px;
}
#footer .area.fl ul li:first-child {
  border-left: 1px #292929 solid;
}
#footer .area.fl ul li:first-child a {
  border-left: 1px #4d4d4d solid;
}
#footer .area.fl ul li a:hover {
  color: #fff339;
}
#footer .area.fl ul li.n1 a:hover:after {
  background-position: -10px -241px;
}
#footer .area.fl ul li.n2 a:hover:after {
  background-position: -47px -243px;
}
#footer .area.fr .mobile {
  margin-bottom: 35px;
  font-size: 0;
}
#footer .area.fr .mobile > * {
  margin-left: 7px;
}
#footer .sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
#footer .sns .add {
  float: left;
}
#footer .sns .lst {
  font-size: 0;
  text-align: right;
  float: right;
  margin-top: -10px;
}
#footer .sns .lst li {
  display: inline-block;
  margin-left: 9px;
  vertical-align: top;
}
#footer .area.fn {
	clear: both;
}
#footer .area.fn.mt20 {
	padding-top: 20px;
}
#footer .ar_foo_c:after {
	content:"";
	clear:both;
	display:table;
}
#footer .ar_foo_c {
	padding-bottom: 15px;
}
#footer .ar_foo_c .mb-ty1 {
	margin-bottom:1em;
}
#footer .ar_foo_c.pb-ty {
	padding-bottom: 30px;
}
#footer .ar_foo_c .txt1 {
	font-size: 14px;
	line-height: 1.5;
	color: #b0b0b0;
}
#footer .ar_foo_c .txt2 {
	font-size: 21px;
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
}
#footer .ar_foo_c .txt2 > span {
	margin-left: 20px;
}
#footer .ar_foo_c .flogo.ty2 {
	float: left;
	width: 260px;
	text-align: center;
}

#footer .ar_foo_c .flogo.sz2{
  width: 140px; text-align: center;
}
#footer .ar_foo_c .flogo.sz2 img{
  max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;
}
#footer .ar_foo_c .flogo.sz2 img.mt5{margin-top: 10px;}
#footer .ar_foo_c .info {
	float: left;
	margin-left: 50px;
}
#footer .ar_foo_c .lst ul li {
	float: none;
	width: auto;
	border: 0;
	text-align:left;
	margin-bottom:5px;
	line-height:1;
}
#footer .ar_foo_c .lst ul li:first-child {
	border-left: 0;
}
#footer .ar_foo_c .lst ul li p {
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 14px;
	line-height:1.4;
	color: #b0b0b0;
	margin-right: 20px;
	position: relative;
}
#footer .ar_foo_c .lst ul li p span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
#footer .ar_foo_c .lst ul li p span:first-child {
	position:relative;
	padding-right:7px;
	margin-right:8px;
}
#footer .ar_foo_c .lst ul li p span:first-child:after {
	content:"";
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;
	width:1px;
	height:10px;
	background-color:#575757;
}
#footer .ar_foo_c .lst ul li p span:first-child:before {
	content:"";
	position:absolute;
	right:-1px;
	top:50%;
	margin-top:-5px;
	width:1px;
	height:10px;
	background-color:#2b2b2b;
}
#footer .ar_foo_c .copy {
	margin-top: 10px;
	font-size: 12px;
	color: #878787;
	line-height: 1.3;
  clear: both;
}
#footer .ar_foo_c .copy span.line {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0 3px;
	position: relative;
	vertical-align:middle;

}
#footer .ar_foo_c .copy span.line:after {
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:8px;
	background-color:#737373;
	margin-top:-4px;
}
#footer .ar_foo_c .sns .lst {
	margin-top: 0;
}

#footer .ar_foo_c .sns .lst {
	margin-top: 0;
}
#footer .ar_foo_c .bbt {}
#footer .ar_foo_c .bbt .btn-mor {
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin-left: 5px;
	border: 1px solid #9f9fa0;
	font-size: 14px;
	line-height: 32px;
	min-width: 113px;
	text-align: left;
	background: url(../images/common/ico_bbt.png) right center no-repeat;
	vertical-align: middle;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#footer .ar_foo_c .bbt .btn-mor.ty2{line-height: 45px; border-color: #656565;}
#footer .ar_foo_c .bbt .btn-mor span {
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: top;
  padding-left: 10px;
	padding-right: 20px;
  text-align: left;
}
#footer .ar_foo_c .bbt .btn-mor:hover {
	background-color: rgba(255,255,255,.1);
}
#footer .ar_foo_c .sns .bbt {
	float: right;
	margin-left: 5px;
}

#footer.airfocus{background-color: #c7c7c7;}
#footer.airfocus .ar_foo_c .copy,
#footer.airfocus .ar_foo_c .lst ul li{font-size: 18px; color: #fff;}
#footer.airfocus .ar_foo_c .lst ul li{margin-bottom: 12px;}

@media screen and (max-width: 1080px ){
	#footer .ar_foo_c .flogo.ty2 {
		width: 200px;
	}
	#footer .ar_foo_c .info {
		margin-left: 40px;
	}
}


@media screen and (max-width: 1150px ){

  #footer.ktx .ar_foo_c .bbt,
  #footer.ktx .sns .add
    {display: none;}
}

@media screen and (max-width: 1150px ){
  #footer.ktx .area.fl ul{
    float: none;
  }
}