/* PC */
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  body {
    background-color: #fff;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    font-size: 12px;
    line-height: 2.2;
    color: #4b4b4b;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .instagram {
    width: 100%;
    margin: 0 auto;
    /*background-color: #4c4c4c;*/
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  }
  .instagram_inner {
    width: 1200px;
    margin: 0 auto;
  }
  .instagram_inner iframe {
    margin: 20px auto;
  }
  .topbox {
    width: 100%;
    margin: 0 auto;
    background-color: #4c4c4c;
  }
  .topbox_inner {
    width: 1200px;
    height: 467px;
    background: url(../images/top/bkg_topics.png) no-repeat;
    background-color: #fff;
    margin: 0 auto;
  }
  h2.topbanner {
    text-align: center;
    padding: 60px 0 0 0;
  }
  ul.topnewslist.clearfix {
    width: 715px;
    margin: 25px auto 0 auto;
    padding: 25px 15px 25px 20px;
    background-color: #eee;
    overflow-y: scroll;
    min-height: 100px;
  }
  ul.topnewslist.clearfix li {
    line-height: 18px;
    margin: 0 0 12px 0;
  }
  ul.topnewslist.clearfix li a {
    text-decoration: underline;
  }
  ul.topnewslist.clearfix li a:hover {
    text-decoration: none;
  }
  .topbox2 {
    width: 100%;
    margin: 0 auto;
    background: #10e8fa;
    background: -moz-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#009cff), color-stop(25%, #009cff), color-stop(50%, #02a5fe), color-stop(75%, #0bd1fc), to(#10e8fa));
    background: -webkit-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -o-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -ms-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009cff, endColorstr=#10e8fa, GradientType=0);
  }
  .topbox2_inner {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
  }
  h2.topbanner2 {
    text-align: center;
    padding: 25px 0 0 0;
  }
  .topbox2_inner p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .sponsership_list {
    width: 960px;
    height: auto;
    margin: 30px auto;
    padding: 0;
  }
  .sponsership_list li {
    width: 300px;
    height: auto;
    margin: 0 10px;
    padding: 0;
    float: left;
  }
  .sponsership_text {
    font-size: 15px;
    font-weight: 700;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 230px;
    background-color: #fff;
  }
  footer .ft_middle {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    overflow: hidden;
    text-align: center;
  }
  .ft_bottom {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  body {
    background-color: #fff;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    font-size: 12px;
    line-height: 2.2;
    color: #4b4b4b;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .secMvWarning {
    margin: 0 auto 20px auto;
    text-align: center;
    z-index: 99;
  }
  /* inner */
  .inner {
    width: 980px;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  /* header */
  #top-head {
    font-size: 12px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head a, #top-head {
    color: #000a29;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head .logo {
    float: left;
    font-size: 36px;
  }
  #top-head .logo img {
    width: 80%;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: left;
    position: relative;
  }
  #global-nav ul li a {
    padding: 0 30px;
  }
  /* Btn Hover */
  #global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  #global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
  }
  /* Fixed */
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
    font-size: 24px;
    color: #333;
  }
  #top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }
  /* Fixed Btn Hover */
  #top-head.fixed #global-nav ul li:after {
    bottom: -10px;
  }
  #top-head.fixed #global-nav ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 35px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #009cff;
    color: #fff;
    padding: 0 3px;
    left: -18px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 0px;
    padding: 20px 8px 26px 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 37px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 7px;
    top: 7px;
    color: #000a29;
    font-size: 24px;
    font-weight: 600;
  }
  h1.logo span {
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
  }
  #global-nav {
    position: absolute;
    top: -491px;
    background: #140c10;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 7px 0;
    font-size: 14px;
  }
  span#menu_tel {
    font-size: 17px;
    font-weight: 600;
    line-height: 7px;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 150%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .open span {
    content: "";
    position: absolute;
    top: calc(22% - 1px);
    right: 20%;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #009cff;
    padding: 0 0;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 0%;
    border-bottom: 6px solid #009cff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  div#header_movie {
    margin: 65px 0 0 0;
  }
  section.section.secMvWarning.effTopMV2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5px;
    color: #0a1f33;
    background: rgba(240, 240, 240, 0.7);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 70%);
    transition: 0.3s;
    border-radius: 5px;
    width: 93%;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .instagram {
    width: 100%;
    margin: 0 auto;
    /*background-color: #4c4c4c;*/
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  }
  .instagram_inner {
    width: 100%;
    margin: 0 auto;
  }
  .instagram_inner iframe {
    margin: 20px auto;
  }
  .topbox {
    width: 100%;
    margin: 0 auto;
    background-color: #020202;
    padding: 0 0 20px 0;
  }
  .topbox_inner {
    width: 100%;
    height: auto;
    background: url(../images/top/bkg_topics.png) no-repeat;
    margin: 0 auto;
    background-size: contain;
  }
  h2.topbanner {
    text-align: center;
    padding: 20px 0 0 0;
    width: 240px;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix {
    width: 90%;
    margin: 25px auto 0 auto;
    padding: 5px;
    background-color: #eee;
    overflow-y: scroll;
    height: 215px;
  }
  ul.topnewslist.clearfix li {
    line-height: 18px;
    margin: 0 0 12px 0;
  }
  ul.topnewslist.clearfix li a {
    text-decoration: underline;
  }
  ul.topnewslist.clearfix li a:hover {
    text-decoration: none;
  }
  .topbox2 {
    width: 100%;
    margin: 0 auto;
    background: #10e8fa;
    background: -moz-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#009cff), color-stop(25%, #009cff), color-stop(50%, #02a5fe), color-stop(75%, #0bd1fc), to(#10e8fa));
    background: -webkit-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -o-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -ms-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009cff, endColorstr=#10e8fa, GradientType=0);
  }
  .topbox2_inner {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  h2.topbanner2 {
    text-align: center;
    padding: 25px 0 0 0;
    width: 240px;
    margin: 0 auto;
  }
  .topbox2_inner p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .sponsership_list {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 0;
  }
  .sponsership_list li {
    width: 300px;
    height: auto;
    margin: 0 20px;
    padding: 0;
    float: left;
  }
  .sponsership_text {
    font-size: 15px;
    /*text-align: center;*/
    font-weight: 700;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    max-height: 230px;
    min-height: 300px;
    background-color: #fff;
    padding-top: 30px;
  }
  footer .ft_middle {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    overflow: hidden;
    text-align: center;
  }
  .ft_bottom {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  body {
    background-color: #000a29;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    font-size: 12px;
    line-height: 2.2;
    color: #4b4b4b;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .secMvWarning {
    margin: 0 auto 20px auto;
    text-align: center;
    z-index: 99;
  }
  /* inner */
  .inner {
    width: 980px;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  /* header */
  #top-head {
    font-size: 12px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head a, #top-head {
    color: #000a29;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head .logo {
    float: left;
    font-size: 36px;
  }
  #top-head .logo img {
    width: 60%;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: left;
    position: relative;
  }
  #global-nav ul li a {
    padding: 0 30px;
  }
  /* Btn Hover */
  #global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  #global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
  }
  /* Fixed */
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
    font-size: 24px;
    color: #333;
  }
  #top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }
  /* Fixed Btn Hover */
  #top-head.fixed #global-nav ul li:after {
    bottom: -10px;
  }
  #top-head.fixed #global-nav ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 35px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #009cff;
    color: #fff;
    padding: 0 3px;
    /*opacity: 0.85;*/
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 0px;
    padding: 15px 3px 22px 3px;
  }
  #nav-toggle span:nth-child(3) {
    top: 37px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 7px;
    top: 7px;
    color: #000a29;
    font-size: 24px;
    font-weight: 600;
  }
  h1.logo span {
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
  }
  #global-nav {
    position: absolute;
    top: -491px;
    background: #140c10;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 7px 0;
    font-size: 14px;
  }
  span#menu_tel {
    font-size: 17px;
    font-weight: 600;
    line-height: 7px;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 150%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .open span {
    content: "";
    position: absolute;
    top: calc(22% - 1px);
    right: 20%;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #009cff;
    padding: 0 0;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 0%;
    border-bottom: 6px solid #009cff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  div#header_movie {
    margin: 65px 0 0 0;
  }
  section.section.secMvWarning.effTopMV2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5px;
    color: #0a1f33;
    background: rgba(240, 240, 240, 0.7);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 70%);
    transition: 0.3s;
    border-radius: 5px;
    width: 93%;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .topbox {
    width: 100%;
    margin: 0 auto;
    background-color: #020202;
    padding: 0 0 20px 0;
  }
  .topbox_inner {
    width: 100%;
    height: auto;
    background: url(../images/top/bkg_topics.png) no-repeat;
    margin: 0 auto;
    background-size: contain;
  }
  h2.topbanner {
    text-align: center;
    padding: 20px 0 0 0;
    width: 240px;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix {
    width: 90%;
    margin: 25px auto 0 auto;
    padding: 5px;
    background-color: #eee;
    overflow-y: scroll;
    height: 215px;
  }
  ul.topnewslist.clearfix li {
    line-height: 18px;
    margin: 0 0 12px 0;
  }
  ul.topnewslist.clearfix li a {
    text-decoration: underline;
  }
  ul.topnewslist.clearfix li a:hover {
    text-decoration: none;
  }
  .topbox2 {
    width: 100%;
    margin: 0 auto;
    background: #10e8fa;
    background: -moz-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#009cff), color-stop(25%, #009cff), color-stop(50%, #02a5fe), color-stop(75%, #0bd1fc), to(#10e8fa));
    background: -webkit-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -o-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: -ms-linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    background: linear-gradient(#009cff 0%, #009cff 25%, #02a5fe 50%, #0bd1fc 75%, #10e8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009cff, endColorstr=#10e8fa, GradientType=0);
  }
  .topbox2_inner {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  h2.topbanner2 {
    text-align: center;
    padding: 25px 0 0 0;
    width: 240px;
    margin: 0 auto;
  }
  .topbox2_inner p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .sponsership_list {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 0;
  }
  .sponsership_list li {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    clear: both;
    text-align: center;
  }
  .sponsership_list li img {
    text-align: center;
  }
  .sponsership_text {
    font-size: 15px;
    font-weight: 700;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    max-height: 230px;
    min-height: 300px;
    background-color: #fff;
    padding-top: 30px;
  }
  footer .ft_middle {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    overflow: hidden;
    text-align: center;
  }
  .ft_bottom {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
}