@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .langSelect:after, .langSelect ul:after, .globalNav > ul:after, .btnTopicsArea ul:after, .areaNav:after, .areaNav ul:after, .fCategory:after, .fBot:after, .fBot ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #3a3a3a;
  vertical-align: baseline;
}

body {
  overflow-x:hidden;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3a3a3a;
  text-align: left;
  line-height: 160%;
  background: transparent;
}

a {
  color: #00adef;
  outline: none;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: #3a3a3a;
}

a:active {
  color: #3a3a3a;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
  background: transparent;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	container
---------------------------------------------------------------------------------------------------------------------*/
.container {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  background: transparent 1000px;
}

.contents {
  margin-left:auto;
  margin-right:auto;
  background: white;
/*  background: linear-gradient(to right, #00a4ec 6%, white 6%, white 94%, #00a5ec 94%); */
}

/*
@media only screen and (max-width: 1180px) {
  .contents {background: white;}
}
*/

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  padding: 64px 0 30px;
  position: relative;
  background: white;
/*  background: linear-gradient(to right, #00a4ec 6%, white 6%, white 94%, #00a5ec 94%); */
}

/*
@media only screen and (max-width: 1180px) {
  header {
    background: white;
  }
}
*/

@media only screen and (max-width: 1050px) {
  header h1 a img {
    width: 180px;
  }

  html[lang="ja"] header h1 span img {
    width: 270px;
  }

  html:not([lang="ja"]) header h1 span img {
    width: 180px;
  }

  .headerBeyond {
    margin-top: 0!important;
  }

  .headerBeyond img {
    width: 40px!important;
  }
}

@media only screen and (max-width: 1020px) {
  header {
    padding-bottom: 0;
  }
}


@media only screen and (max-width: 830px) {
/*
   header h1 span {
     display: none!important;
  }
*/

header h1 a img {
    width: 120px;
  }

  .hTop h1 span.nt img {
    width: 180px
  }

  .headerBeyond img {
    width: 30px!important;
  }
}

@media only screen and (max-width: 619px) {
  header {
    padding-bottom: 30px;
  }
}


@media only screen and (max-width: 975px) {
  .headerContainer {
    width: 100%;
  }

  .headerBeyond img {
    width: 35px!important;
  }

}

.hTop {
  position: relative;
}


.hidden_logo img{
  display:none;
}

@media only screen and (max-width: 619px) {
  .hidden_logo img{
    display:block;
    width:200px;
    margin:0 auto 10px;
  }
}


.hTop h1 {
  float: left;
  margin-top: -75px;
  padding-top: 70px;
  margin-left: -105px;
  padding-left: 105px;
}

.hTop h1 span {
  margin: 25px 0 0 15px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
}

.hTop h1 span.nt {
	margin:0 10px 0 10px;
	vertical-align: bottom;
}

.hTop h1 span.nt img {
	top: 0px;
  position: relative;
}

@media only screen and (max-width: 619px) {
  .hTop h1 {
    float: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .hTop h1 span {
    margin: 0 !important;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .hTop h1 span.nt {
    margin:10px 0 0 0 !important;
    padding-top: 10px;
    padding-bottom:10px;
  }

  .hTop h1 span.nt img {
	  top:0;
  }

  .hTop h1 a {
    display: block;
    text-align: center;
  }

  .hTop h1 a img {
    text-align: center;
  }

   header h1 span {
     display: none!important;
  }


}


.socialList {
  margin-top: 5px;
  margin-left: 5px;
  float: right;
}

.socialList > li {
  float: left;
  margin-left: 10px;
}

.socialList > li a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.socialList > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/*
@media only screen and (max-width: 1020px) {
  .socialList {
   display:none;
  }
}
*/

@media only screen and (max-width: 619px) {
  .socialList {
    margin-top: -20px;
    margin-left: 5px;
    margin-right: 5%;
    float: right;
  }

  .socialList > li {
    float: none;
    display: inline-block;
    margin-left: 30% ;
    padding-right: 10%;
    padding-bottom: 10px;
  }

  .socialList > li:fist-child {
    margin-left: 70%;
    margin-top: 20px;
    padding-left: 10px;
  }
}

.searchArea {
  margin-top: 17px;
  margin-left: 10px;
  width: 245px;
  float: left;
  position: relative;
}

@media only screen and (max-width: 619px) {
  .searchArea {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.search {
  padding-left: 10px;
  height: 25px;
  width: 100%;
  background: #f3f3f3;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  border-radius: 12.5px;
  outline: none;
}

.btnSearch {
  width: 20px;
  height: 25px;
  background: url(../images/common/icon_search.png) no-repeat center;
  border: none;
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
}

.langSelect {
  position: absolute;
  top: -64px;
  right: 0;
}

.langSelect h2 {
  margin-right: 10px;
  float: left;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  color: #00adef;
}

.langSelect ul {
  float: left;
}

.langSelect ul li {
  margin-right: 2px;
  float: left;
}

.langSelect ul li a {
  padding: 0 10px;
  display: block;
  line-height: 20px;
  background: #b4b4b4;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #FFF;
}

.langSelect ul li a:hover {
  background: #00adef;
}

.langSelect ul li:first-child a {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.langSelect ul li:last-child a {
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.langSelect .current a {
  background: #00adef;
}

@media only screen and (max-width: 619px) {
  .langSelect {
    position: relative;
    top: 0;
    margin-top: 10px;
  }

  .langSelect h2 {
    float: none;
    width: 245px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #fff;
    background-color: #00adef;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    font-size:13px;
  }

  .langSelect ul {
    overflow: hidden;
    height: 0;
    float: none;
    width: 100%;
    width: 245px;
    margin: 0 auto;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .langSelect ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #fff;
  }

  .langSelect ul li:first-child {
    border-top: 1px solid #fff;
  }

  .langSelect ul li:first-child a {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .langSelect ul li:last-child a {
    -moz-border-radius-bottomleft: 12.5px;
    -webkit-border-bottom-left-radius: 12.5px;
    border-bottom-left-radius: 12.5px;
    -moz-border-radius-bottomright: 12.5px;
    -webkit-border-bottom-right-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
  }

  .langSelect ul li a {
    text-align: center;
    line-height: 40px;
	font-size:13px;
  }

  .langSelect .langOpen {
    height: 350px;
  }

  .langSelect .langRadius {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.globalNav {
  height: 38px;
  position: relative;
  margin-top: 15px;
}

.globalNav > ul > li {
  display: table;
  position: relative;
  float: left;
  margin-left: 4px;
  width: 120px;
  height: 38px;
  font-size: 12px !important;
  letter-spacing: 3px;
  background-color: #69bbdf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.globalNav > ul > li:hover {
  background-color: #1ba1e6;
}

.globalNav > ul > li span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  letter-spacing: 2px;
}

.globalNav > ul > li:first-child {
  margin-left: 0;
  margin-right: 4px;
  width: 120px;
/*  min-width: 120px; */
  background: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.globalNav > ul > li:first-child a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.globalNav > ul > li:first-child a:hover {
<!--  background: #000; -->
background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;

}

.globalNav > ul > li a {
/*  display: table-cell; */
  display: block;
  vertical-align: middle;
  word-wrap: break-word;
  width: 100%;
/*  max-width: 120px; */
  height: 38px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.globalNav > ul > li a span {
  margin-top: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}

.globalNav > ul > li a.narrow {
  letter-spacing: 0rem;
}

@media only screen and (max-width: 1020px) {
  .globalNav {
    height: auto;
    margin-bottom: 20px;
  }

  .globalNav > ul {
    width: 100%;
  }

  .globalNav > ul > li:first-child,
  .globalNav > ul > li {
    width: 100px;
    margin: 0!important;
    border-radius: 3;
    min-width:80px;
  }

  .globalNav > ul > li span:first-child,
  .globalNav > ul > li span {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.1rem;
  }

  .globalNav > ul > li a {
/*    max-width: 100px; */
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.1rem;
  }

}

@media only screen and (max-width: 830px) {
  .globalNav {
    height: auto;
  }

  .globalNav > ul {
    width: 100%;
  }

  .globalNav > ul > li {
    width: 80px;
    margin: 0!important;
    border-radius: 2;
    min-width:40px;
  }

  .globalNav > ul > li:first-child {
    width: 80px;
    margin: 0!important;
    border-radius: 2;
    min-width:40px;
  }


  .globalNav > ul > li span:first-child,
  .globalNav > ul > li span {
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: 0rem;
  }

  .globalNav > ul > li a {
/*    max-width: 80px; */
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: 0rem;
  }

}

@media only screen and (max-width: 619px) {
  .globalNav {
    margin-top: 0;
    top: -500px;
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 10;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .globalNav ul {
    width: 100%;
    overflow: hidden;
  }

  .globalNav ul li {
    display: table;
    width: 100%;
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .globalNav ul li:first-child {
    width: 100%;
  }

  .globalNav ul li a {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.glOpen {
  top: 0;
}

.btnTopicsArea {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: rgba(0, 173, 239, 0.9);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.btnTopicsArea ul {
  text-align: center;
}

.btnTopicsArea ul li {
  width: 9.5%;
  padding: 0 .6%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.btnTopicsArea ul li a {
  padding: 15px 0;
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  letter-spacing: -0.05em;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.btnTopicsArea ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btnTopicsArea ul li a i {
  margin: 0 auto;
  width: 32px;
  height: 30px;
  display: block;
}

.btnTopicsArea ul li:before {
  content: '';
  width: 1px;
  height: 53px;
  border-left: 1px dotted #FFF;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
}

.btnTopicsArea ul li:last-child:after {
  content: '';
  width: 1px;
  height: 53px;
  border-left: 1px dotted #FFF;
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
}

@media only screen and (max-width: 619px) {
  .btnTopicsArea {
    top: 58px;
    height: auto;
  }

  .btnTopicsArea ul li {
    width: 100%;
    float: none;
  }
}

.btnAreaNav {
  position: relative;
  height: auto;
}

.areaNav {
  position: absolute;
  top: -16px;
}

.areaNav h2 {
  width: 58px;
  background: #8a8a8a;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  float: left;
}

.areaNav ul {
  height: 16px;
  float: left;
}

.areaNav ul li {
  margin-left: 7px;
  height: 16px;
  float: left;
}

.areaNav ul li a {
  color: #000;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  vertical-align: top;
}

.areaNav ul li a:hover {
  color: #00adef;
}

.countryList {
  left: 424px;
}

.cityList {
  left: 683px;
}

#menuButton {
  display: none;
}

@media only screen and (max-width: 619px) {
  #menuButton {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    cursor: pointer;
  }
}

#menuButton span {
  display: block;
  background: #000;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 12px;
}

#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

#menuButton span:last-child {
  bottom: 12px;
}

.toWhite {
  background: #fff !important;
}

.mm-opening span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.mm-opening span:nth-child(2) {
  opacity: 0;
}

.mm-opening span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  width: 100%;
  background: #00adef;
}

.fTopCategory {
  background-color: #eff6f9;
  padding-top: 20px;
  padding-bottom: 5px;
}

.fTopCategory ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.fTopCategory ul li {
  position: relative;
  float: left;
  width: 200px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.fTopCategory ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  border-top: 3px solid #00adef;
}

.fTopCategory ul li dl dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
}

.fTopCategory ul li dl dd {
  padding: 10px 20px 0 10px;
  line-height: 1.8;
  text-align: left;
}

.fTopCategory ul li dl dd a {
  display: block;
  color: #333;
  word-break: break-all;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.fTopCategory ul li dl dd a:hover {
  color: #00adef;
}

@media only screen and (max-width: 619px) {
  .addCategory{
    display:none;
  }
}

.bnrBottomContainer {
  position: relative;
}

.bnrBottomContainer:before {
  position: absolute;
  content: url(../../2017/images/common/aian_beat_chan.png);
  top: -90px;
  right: -30px;
}

@media only screen and (max-width: 619px) {
  .bnrBottomContainer {
    width: 100%;
    padding-bottom: 230px;
  }

  .bnrBottomContainer:before {
    content: url(../../2017/images/common/aian_beat_chan_sp.png);
    width: 135px;
    height: auto;
    top: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.bnrBottomArea {
  width: 740px;
  padding-top: 45px;
  /*
  border-bottom: 1px solid #94E1FF;
  */
}

.bnrBottomArea ul {
  text-align: left;
  padding-bottom: 45px;
  /*
  border-bottom: 1px solid #279BC8;
  */
}

.bnrBottomArea ul li {
  width: 165px;
  padding-top: 20px;
  display: inline-block;
}

.bnrBottomArea ul li:nth-child(-n+4) {
  padding-top: 0;
}

.bnrBottomArea ul li:nth-child(4n+2) {
  padding-left: 20px;
  padding-right: 10px;
}

.bnrBottomArea ul li:nth-child(4n-1) {
  padding-left: 10px;
  padding-right: 20px;
}

.bnrBottomArea ul li a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.bnrBottomArea ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.bnrBottomArea ul li a img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 619px) {
  .bnrBottomArea {
    width: 100%;
    padding-top: 20px;
  }

  .bnrBottomArea ul {
    text-align: center;
    padding-bottom: 20px;
  }

  .bnrBottomArea ul li {
    width: auto;
    padding: 10px !important;
  }

  .bnrBottomArea ul li:first-child {
    padding-left: 10px;
  }

  .bnrBottomArea ul li a img {
    width: 80%;
    height: auto;
  }
}

.fCategory {
  padding-top: 38px;
  width: 515px;
  height: 186px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.fCategory h1 {
  width: 100px;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
}

.fCategory ul {
  width: 120px;
  float: left;
  margin-top: -4px;
}

.fCategory ul li {
  margin-bottom: 2px;
  padding-left: 20px;
}

.fCategory ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #FFF;
  position: relative;
  font-weight: bold;
}

.fCategory ul li a:before {
  content: '';
  width: 7px;
  height: 7px;
  background: url(../images/common/icon_7px_dot.gif) no-repeat;
  display: block;
  position: absolute;
  top: 4px;
  left: -14px;
}

.fCategory ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

@media only screen and (max-width: 619px) {
  .fCategory {
    width: 100%;
    height: auto;
  }

  .fCategory h1 {
    width: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .fCategory ul {
    width: 80%;
    margin: 0 10%;
    margin-top: 5px;
    text-align: center;
  }

  .fCategory ul li {
    display: inline-block;
  }
}

.fSearch {
  padding-top: 32px;
  width: 210px;
  float: left;
  position: relative;
}

.fSearch .searchArea {
  margin: 0 0 17px;
  width: 100%;
}

.fSearch .search {
  background: #FFF;
}

.fSearch .areaNav {
  margin-bottom: 10px;
  position: static;
}

.fSearch .areaNav h2 {
  background: #FFF;
  color: #00adef;
}

.fSearch .areaNav ul li a {
  color: #FFF;
}

@media only screen and (max-width: 619px) {
  .fSearch {
    display: table;
    float: none;
    margin: 0 auto;
    padding-top: 20px;
  }

  .fSearch .searchArea {
    margin: 0 0 30px;
  }
}

.pagetop {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 99;
}

.pagetop a {
  width: 50px;
  height: 37px;
  display: block;
  background: #323232;
  -moz-border-radius-topleft: 18px;
  -webkit-border-top-left-radius: 18px;
  border-top-left-radius: 18px;
  -moz-border-radius-bottomleft: 18px;
  -webkit-border-bottom-left-radius: 18px;
  border-bottom-left-radius: 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 99;
}

.pagetop a:before {
  content: '';
  margin: 0 0 0 10px;
  width: 8px;
  height: 8px;
  display: block;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  right: 20px;
}

.fBot {
  height: 60px;
  background: #323232;
  padding-bottom: 20px;
}

.fBot ul {
  padding-top: 23px;
  float: left;
}

.fBot ul li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #FFF;
  line-height: 110%;
  float: left;
}

.fBot ul li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.fBot ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #FFF;
}

@media only screen and (max-width: 619px) {
  .fBot {
    height: auto;
  }

  .fBot ul {
    float: none;
  }

  .fBot ul li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    float: none;
    text-align: center;
  }

  .fBot ul li a {
    display: block;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 619px) {
  .fBotInner {
    width: 100%;
  }
}

.copy {
  padding-top: 19px;
  float: right;
}

.copy small {
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}

@media only screen and (max-width: 619px) {
  .copy {
    float: none;
    padding: 15px 20px 0 20px;
    text-align: center;
  }

  .copy small {
    font-weight: 300;
    text-align: center;
  }
}

/*----------------------------------------
	sidebar
----------------------------------------*/
/* breadcrumb */

.breadcrumb {
  margin-bottom: 30px;
  width: 100%;
  height: 20px;
}

.breadcrumb nav {
  margin: 0 auto;
  text-align: right;
}

.breadcrumb nav span {
  line-height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.breadcrumb nav span:first-child:before {
  display: none;
}

.breadcrumb nav span:first-child i {
  margin-right: 5px;
}

.breadcrumb nav span:last-child {
  padding-right: 20px;
}

.breadcrumb nav span:last-child a {
  text-decoration: none;
}

.breadcrumb nav span:before {
  margin: 0 10px;
  content: ">";
}

.breadcrumb nav span a {
  color: #666;
}

.breadcrumb nav span a:hover {
  color: #3a3a3a;
}

/* icon */
.iconFeature, .iconTopics, .iconFromAsia, .iconAward, .iconInterview, .iconJikagiki, .iconPhoto, .iconPopCulture, .iconKawaii, .iconCosplay {
  width: 27px;
  height: 25px;
  display: inline-block;
  background: url(../images/common/icon_feature.png) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iconTopics {
  width: 25px;
  background: url(../images/common/icon_topics.png) no-repeat center;
}

.iconFromAsia {
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_from_asia.png) no-repeat center;
}

.iconAward {
  width: 20px;
  height: 26px;
  background: url(../images/common/icon_award.png) no-repeat center;
}

.iconInterview {
  width: 25px;
  background: url(../images/common/icon_interview.png) no-repeat center;
}

.iconJikagiki {
  height: 24px;
  background: url(../images/common/icon_jikagiki.png) no-repeat center;
}

.iconPhoto {
  width: 25px;
  height: 20px;
  background: url(../images/common/icon_photo.png) no-repeat center;
}

.iconPopCulture {
  width: 31px;
  height: 11px;
  background: url(../images/common/icon_pop_culture.png) no-repeat center;
}

.iconKawaii {
  width: 31px;
  height: 11px;
  background: url(../images/common/icon_kawaii.png) no-repeat center;
}

.iconCosplay {
  width: 31px;
  height: 11px;
  background: url(../images/common/icon_cosplay.png) no-repeat center;
}

/*----------------------------------------
	index
----------------------------------------*/
#index {
  width: 100%;
  text-align: center;
  position: relative;
  border-left: 23px solid #00adef;
  border-right: 23px solid #00adef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index article {
  width: 100%;
}

#index article:before {
  content: "";
  width: 100%;
  height: 23px;
  display: block;
  background: #00adef;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#index article:after {
  content: "";
  width: 100%;
  height: 23px;
  display: block;
  background: #00adef;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

#index article h1 {
  padding: 60px 0 10px;
}

#pLang {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #00adef;
}

#topLang {
  margin: 0 auto 20px;
  width: 220px;
}

#topLang ul li {
  margin-bottom: 8px;
}

#topLang ul li a {
  width: 220px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #969696;
  font-weight: bold;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#topLang ul li a:hover {
  background: #00adef;
  color: #FFF;
}

#topBnrArea {
  margin: 0 auto 30px;
}

#topBnrArea ul li {
  margin: 0 20px;
  display: inline-block;
}

#topBnrArea ul li span {
  margin-top: 16px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

#topBnrArea ul li a {
  text-decoration: none;
  color: #000;
}

#topBnrArea ul li a:hover {
  color: #00adef;
}

#copy small {
  font-size: 10px;
  font-size: 0.625rem;
  color: #00adef;
  font-weight: bold;
}

/*----------------------------------------
	index ja
----------------------------------------*/
.feature {
  margin-bottom: 30px;
  /*min-width: 1020px;*/
}

@media only screen and (max-width: 1020px) {
  .feature {
    min-width: 100%;
  }
}



#top_gallery {
  overflow: hidden;
  height: 224px !important;
  background: transparent;
}

#top_gallery li {
  margin: 0 20px;
  position: relative;
  display: block;
  float: left;
  width: 564px;
  height: 224px !important;
  text-align: center;
}

#top_gallery li a img {
  width: 100%;
  height: auto;
}

.mainSlideNavigation {
  position: relative;
  width: 630px;
  margin: 0 auto;
}

.mainSlideNavigation a {
  position: absolute;
  cursor: pointer;
}

.next {
  top: -130px;
  right: 0;
}

.prev {
  top: -130px;
  left: 0;
}

@media only screen and (max-width: 975px) {
  #top_gallery {
    height: 250px !important;
    text-align: center;
  }

  #top_gallery li {
    width: auto;
    height: 150px !important;
    margin: 0 0px;
  }

  #top_gallery li a img {
    width: auto;
    height: 150px;
  }

  .mainSlideNavigation {
    width: 100%;
  }

  /*.next {
    padding-top: 8%;
    right: 40%;
  }

  .prev {
    padding-top: 8%;
    left: 37%;
  }*/
}



#pager {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
  background: transparent;
}

/*@media only screen and (max-width:1000px) {
  #pager {
    padding-left:33.75%;
    text-align: left;
  }
}

@media only screen and (max-width: 975px) {
  #pager {
    padding-left: 38.5%;
    text-align: left;
  }
}

@media only screen and (max-width: 400px) {
  #pager {
    padding-left: 90px;
    text-align: left;
  }
}*/

#pager a {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background-color: #c9c9c9;
  margin-right: 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pager a:last-child {
  margin-right: 0;
}

#pager a.selected {
  background-color: #00adef;
}


.container.topContents {
  width: 100%;
}

.topColumnLeft {
  padding-bottom: 60px;
}

@media only screen and (max-width: 619px) {
  .topColumnLeft {
    padding-bottom: 0;
  }
}

.newsContents {
  box-align: center;
  text-align: center;
  width: 1400px;
  background: transparent;
  margin: 20px auto 0;
  /*
  margin-left: -20%;
  */
}

@media only screen and (max-width: 1450px) {
  .newsContents {
    width: 950px;
  }
}

@media only screen and (max-width: 975px) {
  .newsContents {
    width: 680px;
  }
}

@media only screen and (max-width: 700px) {
  .newsContents {
    width: 100%;
  }
}



/*
@media only screen and (max-width: 1800px) {
  .newsContents {
    margin-left: -200px;
  }
}

@media only screen and (max-width: 1400px) {
  .newsContents {
    width: 80%;
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 1399px) {
  .newsContents {
    width: 1400px;
    margin-left: -200px;
  }
}

@media only screen and (max-width: 1180px) {
  .newsContents {
    background: transparent;
    width: 100%;
    margin-left: -1%;
  }
}

@media only screen and (max-width: 975px) {
  .newsContents {
    background: transparent;
    width: 80%;
    padding-left: 10%;
  }
}

@media only screen and (max-width: 400px) {
  .newsContents {
    background: transparent;
    width: 30%;
    padding-left: 4%;
  }
}
*/

.newsContents h2 {
  margin-bottom: 5px;
  font-size: 26px;
  font-size: 1.625rem;
  color: #EF008B;
  text-align: center;
  box-align: center;
  width: 100%;
}

.newsContents h2 span {
  font-size: 12px !important;
  vertical-align: middle;
  margin-left:auto;
  margin-right:auto;
}

/*
@media only screen and (max-width: 1180px) {
  .newsContents h2 {
    margin-left: 1%;
  }
}

@media only screen and (max-width: 975px) {
  .newsContents h2 {
    margin-left: 0.5%;
  }
}

@media only screen and (max-width: 619px) {
  .newsContents h2 {
    margin-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}


}
*/

.newsContents ul {
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  box-align: center;
}

/*
#newslistUpdated.newArticle {
  padding-bottom: 100px;
}
*/


.newsContents ul li {
  background: no-repeat center;
  background-size: contain;
  overflow: hidden;
  width: 304px;
  height: 220px;
  float: none;
  margin-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  display: inline-block;
  margin: 5px;
  text-align: center;
}

.newsContents ul li a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}


.newsContents ul li a .wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.newsContents ul li a .title {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  height: 20%;
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.newsContents ul li a span {
  display: none;
  width: 140px;
  height: 27px;
  font-size: 12px;
  color: #000;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 27px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.newsContents ul li a span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.newsContents ul li a:hover .title {
    height: 10%;
}

.newsContents ul li a:hover .title span {
  display: block;
  margin: 20px auto 10px auto;


}


@media only screen and (max-width: 1450px) {
  html[lang="ja"] .newsContents ul li:last-child {
    display: none;
  }
}

@media only screen and (max-width: 975px) {
  html[lang="ja"] .newsContents ul li:last-child {
    display: inline-block;
  }
}

@media only screen and (max-width: 700px) {
  .newsContents ul li,
  .newsContents ul li:last-child {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icFeature {
  float: none;
  width: 22px;
  height: 20px;
  background: url(../images/common/ic_feature.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  box-align: center;
  margin-left:auto;
  margin-right:auto;
}

.icDailryTopics {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_daily.png) no-repeat center;
  background-size: cover;
}

.icFromAsia {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_asia.png) no-repeat center;
  background-size: cover;
}

.icPopCulture {
  float: left;
  width: 25px;
  height: 9px;
  margin-top: 5px;
  background: url(../images/common/ic_pop.png) no-repeat center;
  background-size: cover;
}

.icAward {
  float: left;
  width: 16px;
  height: 22px;
  background: url(../images/common/ic_award.png) no-repeat center;
  background-size: cover;
}

.icPhoto {
  float: left;
  width: 21px;
  height: 17px;
  background: url(../images/common/ic_photo.png) no-repeat center;
  background-size: cover;
}

.icInterview {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_interview.png) no-repeat center;
  background-size: cover;
}

.icMimi {
  float: left;
  width: 22px;
  height: 20px;
  background: url(../images/common/ic_mimi.png) no-repeat center;
  background-size: cover;
}

.icOther {
  float: left;
  width: 23px;
  height: 19px;
  background: url(../images/common/ic_other.png) no-repeat center;
  background-size: cover;
}

.remarks {
  position: absolute;
  top: 30px;
  right: 0;
}

.remarks img {
  width: 60px !important;
  height: 60px !important;
}

/* right1 */
.topColumnRight {
  width: 240px;
  float: left;
}

@media only screen and (max-width: 619px) {
  .topColumnRight {
    width:auto;
    margin: 0 auto;
  }

  .secRanking ul li{
	  width:100% !important;
  }
}

.secHotNews {
  overflow: hidden;
}

.secHotNews h2 {
  margin-bottom: 12px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #EF008B;
}

.secHotNews a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.secHotNews a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.secHotNews a img {
  width: 100%;
  height: auto;
}

.secRanking {
  overflow: hidden;
  margin-top: 20px;
}

.secRanking h2 {
  margin-bottom: 12px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #EF008B;
}

.secRanking h2 span {
  margin-left: 6px;
  font-size: 10px !important;
  vertical-align: middle;
}

.secRanking ul li {
  overflow: hidden;
  width: 240px;
  position: relative;
  padding: 10px 0;
  border-top: 1px dotted #b4b4b4;
  display: block;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.secRanking ul li:first-child {
  border-top: none;
  padding-top: 0 !important;
}

.secRanking ul li div {
  position: relative;
  overflow: hidden;
}

.secRanking ul li div:hover > div > p {
  position: relative;
  height: 100%;
  width: 180px;
  padding: 30px;
  white-space: normal;
}

.secRanking ul li div:hover > div > p > span {
  display: block;
  margin: 20px auto 0 auto;
}

.secRanking ul li div img {
  width: 100%;
  height: auto;
}

.secRanking ul li div div {
  position: absolute;
  bottom: 0;
}

.secRanking ul li div div p {
  width: 220px;
  position: relative;
  height: 0%;
  top: 0;
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.secRanking ul li div div p span {
  display: none;
  width: 140px;
  height: 27px;
  font-size: 12px;
  color: #000;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 27px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.secRanking ul li div div p span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.secRanking ul li div div p span a {
  display: block;
  color: #000;
}

.rank1 {
  position: absolute;
  top: 0;
  right: 0;
}

.rank1 img {
  width: 60px !important;
  height: 60px !important;
}

.rank2 {
  position: absolute;
  top: 0;
  right: 0;
}

.rank2 img {
  width: 60px !important;
  height: 60px !important;
}

.rank3 {
  position: absolute;
  top: 0;
  right: 0;
}

.rank3 img {
  width: 60px !important;
  height: 60px !important;
}

#ranking1:after {
  content: " ";
  background-image:url(../images/common/rank01.png);
  background-repeat: no-repeat;
  display:block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking2:after {
  content: " ";
  background-image:url(../images/common/rank02.png);
  background-repeat:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking3:after {
  content: " ";
  background-image:url(../images/common/rank03.png);
  background-repeat:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking4:after {
  content: " ";
  background-image:url(../images/common/rank04.png);
  background-repeat:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking5:after {
  content: " ";
  background-image:url(../images/common/rank05.png);
  background-repeat:no-repeat;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking6:after {
  content: " ";
  background-image:url(../images/common/rank06.png);
  background-repeat:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking7:after {
  content: " ";
  background-image:url(../images/common/rank07.png);
  background-repeat:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking8:after {
  content: " ";
  background-image:url(../images/common/rank08.png);
  background-image:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking9:after {
  content: " ";
  background-image:url(../images/common/rank09.png);
  background-repeat:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

#ranking10:after {
  content: " ";
  background-image:url(../images/common/rank10.png);
  background-repeat:no-repeat;
  display:block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 70px !important;
  height: 70px !important;
}

.secInfo {
  margin-top: 20px;
  margin-bottom: 30px;
}
.secInfo h2 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #EF008B;
  margin-bottom: 12px;
}

.secPresent {
  margin-top: 20px;
}

.secPresent h2 {
  margin-bottom: 12px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #EF008B;
}

.secPresent h2 span{
  margin-left: 6px;
  font-size: 10px !important;
  vertical-align: middle;
}

.presentArea {
  padding: 12px;
  border: 1px solid #878787;
}

.presentArea a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.presentArea a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.presentArea a img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.presentAreaTxt h3 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #EF008B;
  margin-bottom: 10px;
}

.presentAreaTxt p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  padding-bottom: 20px;
}

.presentAreaTxt p:last-child {
  padding-bottom: 0;
}

.presentAreaTxt p span {
  display: block;
  color: #EF008B;
}

.infoArea {
  height: 310px;
  border: 1px solid #878787;
}

.infoArea ul {
  width: 100%;
  height: 310px;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.infoArea ul li {
  margin: 10px 10px 0;
  padding-bottom: 10px;
  line-height: 120%;
  border-bottom: 1px dotted #b4b4b4;
}

.infoArea ul li:last-child {
  border-bottom: none;
}

.infoArea ul li time {
  margin-bottom: 2px;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

.infoArea ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #3a3a3a;
}

.infoArea ul li a:hover {
  color: #00adef;
}

.bnrArea {
  padding-bottom: 30px;
}

.bnrArea li {
  margin-bottom: 10px;
}

.bnrArea li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* VideoArea */

.topVideoTitle {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.topVideoTitle h2 {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  color: #EF008B;
}

.topVideoTitle h2 span {
  font-weight: 200;
  color: #EF008B;
}

.topVideoTitle p {
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
}

.topVideoMainWrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  background: white;
  white-space: nowrap;
  min-height: 340px;
}

.topVideoMainLeft {
  display: inline-block;
  width: 60%;
  min-height: 340px;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  vertical-align: top;
}

.topVideoMainLeft iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topVideoMainRight {
  display: inline-block;
  width: 40%;
  z-index: 99;
  padding: 40px 20px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: top;
}

.topVideoMainRight h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #EF008B;
  margin-bottom: 1px;
  padding: 10px 0;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  z-index:99;
}

.topVideoMainRight p {
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 0;
}

.topVideoMainRight time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ACACAC;
  font-style: italic;
}

.topContentsBottom {
  width: 100%;
  margin-bottom: 55px;
  text-align: left;
  z-index:90;

  background: #fafafa;
  box-sizing: border-box;
  width: 1245px;
  padding: 0 30px 30px;
  margin: 0 auto;
}

.topContentsBottom ul {
  margin-top: 50px;
  white-space: nowrap;
}

.topContentsBottom ul li {
  width: 366px;
  display: inline-block;
  position: relative;
  margin-right: 40px;
  vertical-align: top;
}

.topContentsBottom ul li iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topContentsBottom ul li p {
  margin-top: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
}


@media only screen and (max-width: 1450px) {
  .topContentsBottom {
    width: 950px;
  }

  .topContentsBottom ul li {
    width: 281px;
    margin-right: 20px;
  }
}


/*
@media only screen and (max-width: 1400px) {
  .topVideoMainLeft {
    width: 60%;
    margin-left: 3.3%;
  }

  .topVideoMainRight {
    width: 30%;
    margin-left: 65%;
  }

  .topContentsBottom ul {
    margin-top: -23px;
    margin-left: 33px;
    width: 85.5%;
  }
}
*/


@media only screen and (max-width: 975px) {
  .topContentsBottom {
    width: 100%;
  }

  .topVideoMainWrapper,
  .topContentsBottom ul {
    width: 619px;
    margin-left: auto;
    margin-right: auto;
  }

  .topVideoMainLeft {
    width: 100%;
    display: block;
  }

  .topVideoMainRight {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
    display: block;
  }

  .topContentsBottom ul li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /*
  .topVideoMainLeft {
    width: 60%;
    margin-left: 19%;
  }

  .topVideoMainRight {
    width: 50%;
    margin-top: 360px;
    margin-left: 18%;
    padding-bottom: 10px;
  }

  .topContentsBottom ul {
    width: 100%;
  }

  .topContentsBottom ul li {
    float: left;
    width:55%;
    position: relative;
    padding-top: 20px;
    margin-left: 15.5%;
  }

  .topContentsBottom ul li:nth-child(even) {
    margin: 0 15.5%;
  }
  */
}

@media only screen and (max-width: 700px) {
  .topVideoMainLeft {
    min-height: 200px;
  }

  .topVideoMainWrapper,
  .topContentsBottom ul {
    width: 100%;
  }
}


/*
@media only screen and (max-width: 700px) {
  .topVideoTitle {
    margin-left: 0;
    width: 63%;
  }

  .topVideoMainLeft {
    width: 60%;
    margin-left: 1%;
  }

  .topVideoMainRight {
    width: 63%;
    margin-top: 360px;
    margin-left: 1%;
    padding-bottom: 10px;
  }

  .topContentsBottom ul {
    width: 70.8%;
    margin-left: -10%;
  }

  .topContentsBottom ul li {
    float: left;
    width:100%;
    position: relative;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 504px) {
  .topVideoTitle {
    margin-left: 0;
    width: 50%;
  }

  .topVideoMainLeft {
    width: 48%;
    margin-left: 1%;
  }

  .topVideoMainRight {
    width: 50%;
    margin-top: 360px;
    margin-left: 1%;
    padding-bottom: 10px;
  }

  .topContentsBottom ul {
    width: 55%;
    margin-left: -7%;
  }

  .topContentsBottom ul li {
    float: left;
    width:100%;
    position: relative;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .topVideoTitle {
    margin-left: 0;
    width: 37%;
  }

  .topVideoMainLeft {
    width: 36.5%;
    margin-left: 1%;
  }

  .topVideoMainRight {
    width: 34%;
    margin-top: 360px;
    margin-left: 1%;
    padding-bottom: 10px;
  }

  .topContentsBottom ul {
    width: 42.5%;
    margin-left: -5%;
  }

  .topContentsBottom ul li {
    float: left;
    width:100%;
    position: relative;
    padding-top: 20px;
  }
}
*/

/*----------------------------------------
	other
----------------------------------------*/
.subContents {
  margin-top: -20px;
}

/* left */
.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb ul {
  overflow: hidden;
}

.breadcrumb ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:after {
  margin-left: 10px;
  content: "";
  position: absolute;
  background: url(../images/common/arrow_right.png) no-repeat;
  width: 4px;
  height: 7px;
  top: 6px;
  right: -8px;
}

.breadcrumb ul li:first-child {
  background: url(../images/common/icon_home.png) no-repeat 0 2px;
}

.breadcrumb ul li:first-child a {
  padding-left: 20px;
  font-weight: bold;
  color: #00adef;
}

.breadcrumb ul li:last-child {
  font-weight: bold;
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.subContensContainer {
  float: left;
  width: 630px;
}

.subTitleContainer {
  width: 100%;
  overflow: hidden;
  background-color: #ec178c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.subTitleContainer h1 {
  width: 540px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  float: left;
  margin-left: 10px;
  line-height: 30px;
}

.subTitleContainer time {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  float: right;
  margin-right: 10px;
  line-height: 30px;
}

.subUnderTitleArea {
  margin-top: 14px;
}

.subCategoryList ul {
  overflow: hidden;
}

.subCategoryList ul li {
  float: left;
}

.subCategoryList ul li a {
  display: block;
  margin-right: 1px;
  height: 15px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  background-color: #c8c8c8;
  padding: 0 5px;
  line-height: 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.subCategoryList ul li a:hover {
  background-color: #00adef;
}

.subSocialList {
  margin-top: 10px;
}

.subSocialList ul {
  overflow: hidden;
}

.subSocialList ul li {
  float: left;
  margin-right: 5px;
}

.secRelatedArticle {
  position: relative;
  width: 583px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px;
  border: 1px dotted #00adef;
}

.secRelatedArticle:before {
  position: absolute;
  top: -10px;
  left: -1px;
  content: url(../images/common/fl_related_article_top.png);
}

.secRelatedArticle:after {
  position: absolute;
  bottom: -6px;
  left: -1px;
  content: url(../images/common/fl_related_article_bottom.png);
}

.secRelatedArticle div {
  background-color: #F9F9F9;
  padding: 10px;
}

.secRelatedArticle div h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #00adef;
  margin-bottom: 12px;
}

.secRelatedArticle div ul {
  overflow: hidden;
  width: 580px;
  margin: 0 auto;
}

.secRelatedArticle div ul li {
  float: left;
  width: 176px;
}

.secRelatedArticle div ul li:nth-child(3n-1) {
  margin: 0 15px;
}

.secRelatedArticle div ul li a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.secRelatedArticle div ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.secRelatedArticle div ul li a img {
  border: 1px solid #00adef;
}

.secRelatedArticle div ul li a p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 10px;
  color: #00adef;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* right */
.columnRight {
  margin-left: 30px;
  width: 340px;
  float: right;
}

@media only screen and (max-width: 619px) {
  .columnRight {
    display: none;
  }
}

.secPickUpContents {
  margin-top: 30px;
  width: 340px;
}

.secPickUpContents h2 {
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #EF008B;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.secPickUpContents h2 span{
  margin-left: 6px;
  font-size: 10px !important;
  vertical-align: middle;
}

.secPickUpContents ul li {
  margin-top: 10px;
}

.secPickUpContents ul li a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.secPickUpContents ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.secPickUpContents ul li a img {
  width: 100%;
  height: auto;
}

.secWhatsNews h2 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #EF008B;
  margin-top: 13px;
  margin-bottom: 11px;
}

.secWhatsNews h2 span{
  margin-left: 6px;
  font-size: 10px !important;
  vertical-align: middle;
}

.whatsNews {
  height: 310px;
  border: 1px solid #878787;
}

.whatsNews ul {
  width: 100%;
  height: 310px;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.whatsNews ul li {
  margin: 10px 10px 0;
  padding-bottom: 10px;
  line-height: 120%;
  border-bottom: 1px dotted #b4b4b4;
}

.whatsNews ul li:last-child {
  border-bottom: none;
}

.whatsNews ul li time {
  margin-bottom: 2px;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

.whatsNews ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #3a3a3a;
}

.whatsNews ul li a:hover {
  color: #00adef;
}

.secSideTwitter {
  margin-top: 30px;
}

.secSideFacebook {
  margin-top: 30px;
}

.rec2{
  background-image: linear-gradient(to right, red , yellow);
}

footer .fCategory,
footer .fSearch {
  visibility: hidden;
}

@media only screen and (max-width: 619px) {
  footer .fCategory,
  footer .fSearch {
    display: none;
  }
}


/**---- add ikubo 2019.03.15 ----**/

/** pc **/


/* menu */

.globalNav{

}

.globalNav > ul{
  text-align:center;
}

.globalNav > ul > li{
  display:inline-block;
  vertical-align:top;
  float:none;
  margin:0 0 10px 0;
  width:auto;
  min-width:120px;
  height:46px;
  padding:0 5px;

}

.globalNav > ul > li > a{
  display:block;
  max-width:100%;
  height:33px;
  padding: 3px 10px 10px 0
}

.globalNav > ul > li > a.line46{
  line-height:40px;
}

.globalNav > ul > li > a span{
  font-size: 12px;
  font-size: 0.75rem;
  margin:0;
}

.globalNav > ul > li .second-level{
  display:none;
  transition: all .2s ease;
}

.globalNav > ul > li .second-level li{
  display:block;
  border-bottom:1px dotted #fff;
  transition: all .2s ease;
/*  padding:10px; */
  padding:0 8px;
  text-align:left;
}


@media only screen and (max-width: 1020px) {
  .globalNav > ul > li{
    min-width:100px
  }
  .globalNav > ul > li .second-level li{
    padding:0 5px;
  }
}

@media only screen and (max-width: 830px) {
  .globalNav > ul > li{
    min-width:80px
  }
  .globalNav > ul > li .second-level li{
    padding:0 2px;
  }
  .globalNav > ul > li .second-level li a:before{
    content:" └ ";
	margin-left:10px;
	margin-right:5px;
  }
}


.globalNav > ul > li .second-level li:last-child{
  border:none;
}

.globalNav > ul > li .second-level li:hover{
  background:rgba(239,0,139,0.9);
<!--  background:rgba(0,0,0,0.9); -->
}

.globalNav > ul > li .second-level li a{
/*  display:inline; */
  display:block;
  width:auto;
  height:40px;
  text-align:left;
  line-height: 40px;
}

.globalNav > ul > li:hover .second-level{
  display:block;
  position:relative;
  z-index:9999;
  background: rgba(0, 173, 239, 0.9);
}


/* news */

.newsContents .info{
    padding: 0.5em 1em;
/*    margin: 2em auto; */
    margin: 0.5em auto;
    color: #5d627b;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    width:900px;
}

@media only screen and (max-width: 1020px) {
  .newsContents .info{
    width:700px;
  }
}

@media only screen and (max-width: 830px) {
  .newsContents .info{
    width:600px;
  }
}

.newsContents .info ul{
    width:800px;
    margin:0 auto;
    display:block;
/*    padding:20px 0; */
    padding:5px 0;
    overflow:hidden;
}

@media only screen and (max-width: 1020px) {
.newsContents .info ul{
    width:640px;
  }
}

@media only screen and (max-width: 830px) {
.newsContents .info ul{
    width:400px;
  }
}

.newsContents .info ul li{
    width:100%;
    height:auto;
    text-align:left;
    display:block;
    padding:20px 0;
    border-bottom:1px solid #eee;
}
.newsContents .info ul li a{
    display:inline;
    width:auto;
    height:auto;
}

/* list */
.newsContents ul li a .description{
    display:none;
}



/** smartphone **/
@media only screen and (max-width: 619px) {

  /* sns */
  .socialList {
    float: none;
    display: block;
    margin: 15px 0 0 0;
    text-align:center;
  }

  .socialList > li {
    float: none;
    display: inline-block;
    padding:0;
    margin:0 8px;
    vertical-align:top;
  }

  .socialList > li.beyond{
    float: none;
    display: block;
    margin: 0;
    position:absolute;
    right:10px;
    top:65px;
  }

  /* global */
  article.contents{
    margin:0 0 20px 0;
  }


  /* menu */
  .globalNav > ul > li{
    height:auto;
    width:100%;
    padding:0;
  }

  .globalNav > ul > li > a{
    height:auto;
  }

  .globalNav > ul > li > a span{
    margin-top:5px;
  }


  /* news */

  .newsContents .info{
    width:95%;
    padding:0;
  }
  .newsContents .info ul{
    width:85%;
  }

  .newsContents ul {
    width:96%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .newsContents ul li {
    width:100%;
    height:175px;
    background-position:left 40px;
    background-size:45%;
/*    margin-bottom: 0; */
    margin: 0 0 10px 0;
  }

/* list */
  .newsContents ul li a .description{
/*    display:block; */
    top: 45px;
    right: 0;
    position: absolute;
    width: 50%;
    text-align:left;
    font-size:15;
    font-size: 0.9375rem;
    line-height:150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

/* title */
  .newsContents ul li a .title {

    box-sizing: border-box;
    width: 100%;
    text-align: left;
    height: 20%;
    padding: 6px;
    margin: 6px auto 5px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color:#00adef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .newsContents ul li a .wrap {
    display:block;
    width: 100%;
    position: absolute;
    top: -10px;
    right: 0;
  }

  .newsContents ul li a:hover .title {
    height: 22px;
    padding: 0;

  }

  .newsContents ul li a:hover .title span {
    display: none;
  }

  .newsContents ul li a span {
    display: none;
  }

  .newsContents ul li a span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0;
  }

}

.presentarea {
  box-align: center;
  text-align: center;
/*  margin: 10px auto 0; */
  margin: 0 auto;
  background-color: #eff6f9;
}


.presentarea ul{
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;
  display: inline-block;
  text-align: center;
  box-align: center;
}

.presentarea ul li {
  position: relative;
  background: no-repeat center;
  background-size: contain;
  overflow: hidden;
  width: 304px;
  height: 200px;
  float: none;
  margin-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  display: inline-block;
  margin: 5px;
  text-align: center;
}

.presentarea ul li a {
    display: block;
    height: 220px;
    position:absolute;
    width: 100%;
}

.present ul li a .presentwrap {
  display: block;
  top: 0;
  right: 0;
  position: relative;
  width: 100%;
}

.presentarea ul li a .present {
  display:block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 304px;
  height: 20%;
  text-align: center;
  padding: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
  word-break: break-all;
  margin-bottom:20px;
}
