﻿@charset "UTF-8";

#sideLk {
    display:none;
}

@media screen and (max-width:1100px){

img {
    max-width:100%;
    height:auto;
}

#bg_wrap {
  width:95%;
}

footer p{
  width:95%;
}

#global_nav li {
    width: 20%;
}

#front_section {
    width: 70%;
}

#side_section {
    width: 28%;
}

#front_section h2 {
    height: auto;
    line-height: unset;
    padding: 0.5em 1em;
}



}


@media screen and (max-width:768px){

#front_section,
#side_section {
  width:95%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#sideLk {
    display: block;
    width: 200px;
    margin-left: auto;
    color: #fff;
    margin-bottom: 0.3em;
}

#sideLk:hover {
    color: #297a93;
}

#news span.tpdate {
  width:5em;
}

#news span.tpcont{
  padding-left:5em;
}

video {
    max-width: 100%;
}

  #global_nav li:first-child {
    display: none;
}
#global_nav li {
    width: 33.33%;
}


.left_cnt,
.right_cnt {
    float: none;
    width: 100%;
}

.right_cnt {
    text-align: center;
}

.pagetop{
    line-height: 50px;
}


}

