<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;
    padding-bottom: 40px;
    background: #EBC42B url(./../img/bg.jpg) top center no-repeat;
}

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

.contents-1 {
    width: 1280px;
    margin: 30px auto;
    position: relative;
}

#main_frame img {
    display: block;
}

#main_frame .sky_web_main {
    background-image: url(./../img/skaper_web_main_bg.jpg);
    display: block;
    width: 247px;
    height: 153px;
    position: absolute;
    top: 435px;
    right: 271px;
}

#main_frame .sky_web_main img {
    position: absolute;
    top: 47px;
    right: 15px;
    width: 218px;
}

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

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

.sky_left {
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1;
}

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

.sky_image {
    display: inline-block;
    width: 580px;
    height: 160px;
}

.sky_left:hover img, #main_frame .sky_web_main:hover {
    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;
    top: 135px;
    left: 50px;
    z-index: 0;
}

.white_image {
    display: inline-block;
    width: 580px;
    height: 160px;
}

#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;
}

area{
  border:none;
  outline:none;
}

.foot_info .foot_info-box {
    min-width: 970px;
    max-width: 1280px;
    margin: 20px auto;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 30px;
}

.foot_info .foot_info-box p {
    margin: 10px auto 0;
    line-height: 25px;
}

.foot_info .info_midashi--ch1 {
    width: 100%;
    margin: 0;
    background: #fff;
    color: #f0027f;
}
.foot_info .info_midashi--ch2 {
    width: 100%;
    margin: 0;
    background: #fff;
    color: #00a0c6;
}</pre></body></html>