<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
}

img {
    border: 0;
}

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

#wrapper {
    margin: 0px auto;
    background: url(./../img/bg.jpg) repeat top;
    padding-bottom: 40px; 
}

#main_frame {
    width: 1280px;
    margin: 0px auto 0px;
}

#main_frame img {
    display: block;
}

.sky_frame {
    position: relative;
    width: 1280px;
    height: 405px;
    margin: 30px auto 30px;
    background-image: url(./../img/pc_sky_back.jpg);

}

.sky_text {
    text-align: center;
    padding-top: 130px;
}

.sky_left {
    position: absolute;
    top: 160px;
    left: 50px;
}

.sky_right {
    position: absolute;
    top: 160px;
    right: 50px;
    z-index: 1;
}

.sky_image {
    display: inline-block;
    width: 560px;
    height: 230px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.sky_right:hover img {
    opacity: 0.66;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.white_cover {
    display: block;
    position: absolute;
    width: 560;
    height: 230;
    top: 160px;
    left: 670px;
    z-index: 0;
}

.white_image {
    display: inline-block;
    width: 560px;
    height: 230px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#live_frame {
    width: 1278px;
    border: solid 1px;
    border-color: #b3b3b3;
    padding: 30px 0px 0px 0px;
    margin: 30px 0px;
}

.live_image {
    text-align: center;
    padding: 0px 29px;
    margin: 0px 0px 30px 0px;
}

.live_image img {
    display: block;
}

.live_image_mixed_1 {
    position: relative;
    text-align: center;
    padding: 0px 0px 762px 0px;
    margin: 0px;
}

.live_image_mixed_top_1 {
    width: 1220px;
    position: absolute;
    padding: 0px;
    margin: 0px;
}

.live_image_mixed_top_1 img {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.info_frame {
    text-align: center;
    width: 1280px;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px;
}

.info_image {
    padding: 0px 30px;
    margin: 0px 0px 30px 0px;
}

.info_image img {
    display: block;
}

.info_text {
    text-align: center;
}

.bangumi_cnt {
    width: 1280px;
    display: block;
    margin: 0px auto 0px;
}

.bangumi_cnt.mb30{
    margin-bottom: 30px;
}

/*=====.skyp[s]=====*/
.box_skyp {
    text-align: center;
    position: relative;
    background: url(../img/bg_skyp.png) no-repeat;
    display: block;
    width: 1280px;
    margin: 0px auto 0px;
}

.box_skyp h3 {
  padding: 30px 30px 20px 30px;
}

.box_skyp-tel {
  margin: 0px -20px 30px 20px;
  width: 50%;
}

.box_skyp-web {
  margin: 0px 20px 30px -20px;
  width: 50%;
}

/*.skyp[e]*/
/*=====.liquid-content[s]=====*/
.liquid-content {
  /*background: #ffffff;*/
}

.liquid-content .liquid-content-inner {
  margin: 0px auto 30px;
  width: 1280px;
  line-height: 1.6em;
  background: none;
}

.liquid-content-inner a {
  text-decoration: none;
}

/*=====.liquid-content[e]=====*/
/*=====column[s]=====*/
.column1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.column2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

/*=====column[e]=====*/

.mb60{
    margin-bottom: 60px;
}

.pt30{
    padding-top: 30px;
}

.pt50{
    padding-top: 50px;
}

.copyright{
    text-align: center;
    font-size: 12pt;
    color: #000;
}
</pre></body></html>