<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper-container {
    margin: 0 auto;
    width: 928px;
    overflow: hidden;
    color: #3E3E3F;
}

.content-1 &gt; img, .content-2 &gt; img:first-of-type, .content-5 .info {
    margin-top: 20px;
}

.header {
    margin: 30px 0 20px;
}

.header &gt; span {
    font-size: 30px;
    font-weight: bold;
}

img {
    max-width: 100%;
}

.content &gt; h3.title {
    background: #330000 none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 15px 45px;
}

.content &gt; h3.title.has-bg {
    background: url("../img/bg_header.jpg") no-repeat left center #ff657a;
    background-position: 10px center;
    background-size: auto 80%;
    padding: 20px 60px;
}

.wrapper-info {
    overflow: hidden;
    padding: 0px 20px 0 20px;
}

.intro-left {
    box-sizing: border-box;
    float: left;
    padding: 0 20px 20px 20px;
    vertical-align: top;
    width: 50%;
}

.intro-right {
    box-sizing: border-box;
    float: right;
    padding: 0 20px 20px 20px;
    width: 50%;
}

.intro-right img{
    max-width: 100%;
}

.col-left {
    box-sizing: border-box;
    float: left;
    padding: 0 20px 20px 20px;
    vertical-align: top;
    width: 50%;
}

.col-left img{
    max-width: 202px;
}

.col-right {
    box-sizing: border-box;
    float: right;
    padding: 0 20px 20px 20px;
    width: 50%;
}

.col-right img{
    max-width: 202px;
}

.col-m-left {
    box-sizing: border-box;
    float: left;
    padding: 0 20px 20px 20px;
    vertical-align: top;
    width: 50%;
}

.col-m-left img{
    max-width: 400px;
}

.col-m-right {
    box-sizing: border-box;
    float: right;
    padding: 0 20px 20px 20px;
    width: 50%;
}

.col-m-right img{
    max-width: 400px;
}

.wrapper-info .item .title {
    border-bottom: 2px solid #231F20;
    color: #3E3E3F;
    font-family: Kozuka Mincho Pr6N;
    font-size: 20px;
    margin: 0 0 10px;
}

.wrapper-table:first-of-type {
    margin-top: 20px;
}

.wrapper-table {
    margin-bottom: 20px;
    padding: 0 20px;
}

.wrapper-table table th, .wrapper-table table td {
    border: 1px solid #d6ceb6;
    font-weight: normal;
    padding: 5px;
}

.wrapper-table table th {
    background: #F1EDE5;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    width: 20%;
}

.wrapper-table ul li {
    list-style: inside none disc;
}

.wrapper-table ul {
    margin: 15px 0;
}

.wrapper-info .item:last-child {
    margin-bottom: 0;
}

.wrapper-info .has-img {
    overflow: hidden;
}

.wrapper-info .has-img p:first-child {
    display: inline-block;
    width: 52%;
}


.wrapper-info .has-img .img.max-height img {
    max-height: 120px;
}

.wrapper-info .has-img .img {
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
    width: 45.9%;
    text-align: right;
}

.wrapper-info .col-left strong {
    display: block;
    font-family: Kozuka Mincho Pr6N;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 12px;
}


.col-left &gt; img, .col-right &gt; img {
    margin-bottom: 10px;
}

.time-point p span:first-child {
    display: inline-block;
    margin: 0 10px 0 0;
}

.img-bg-visible {
    visibility: hidden;
}

.mejs-container {
    overflow: hidden;
}

.title.has-notice {
    position: relative;
}

.title.has-notice &gt; span {
    position: absolute;
    right: 0;
    font-size: 14px;
}

.wrapper-info.note {
    padding-top: 0;
}

.wrapper-info.note .col-right {
    width: 80%;
}

.wrapper-info.note .col-left {
    width: 20%;
    padding-right: 0;
}

.no-padding-bottom .item {
    margin-bottom: 0;
}

.mejs-overlay-button1 {
    background: url("../img/play.png") no-repeat center center;
    background-size: 100%;
    height: 190px;
}

.mejs-overlay:hover .mejs-overlay-button1 {
    background-position: center center;
}

.line{
	text-align:center;}
	
&lt;!--������罩≪����table���蕋�--&gt;
	
table.s {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
}
 
table.s th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
    color: #fff;
}
 
table.s td {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
}
 
table.s th.s1 {
    border-right: #999 1px solid;
    background: #6f5436;
}
 
table.s th.s2,
table.s td.s2 {
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    background: #caac71;
}
 
table.s th.s2,
table.s th.s3,{
    text-align: center;
}
 
table.s th.s3,
table.s td.s3 {
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    background: #eedcb3;
}</pre></body></html>