/*.sp200_about{
margin: 0;
box-sizing: border-box;
height: auto;
overflow: hidden;
width: 100%;
}
.sp200_about img{
height: 100%;
}
*/
.logoImg{
text-align: center;
}
.logoImg img{
margin: 0 auto;
}
.sp200_title{
background: rgb(141,194,31);
background: -moz-linear-gradient(top, rgba(141,194,31,1) 0%, rgba(102,155,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(141,194,31,1) 0%,rgba(102,155,0,1) 100%);
background: linear-gradient(to bottom, rgba(141,194,31,1) 0%,rgba(102,155,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc21f', endColorstr='#669b00',GradientType=0 );
border-radius: 6px;
color: #fff;
margin: 0 auto 15px;
padding: 15px 0;
text-align: center;
text-shadow: 0px 0px 2px #333;
width: 95%;
}
.swiper_box{
clear: both;
margin: 0 auto;
height: 380px;
width: 90%;
}
.text_box{
color : #fff;
text-align: left;
font-size: 0.9em;
line-height: 1.5em;
margin: 0 auto 25px;
width: 90%;
}
.corner{
border-radius: 6px;
display: flex;
font-size: 0.8em;
margin: 0 auto 30px;
width: 90%;
}
.c01{
background: rgb(248,209,227);
background: -moz-linear-gradient(top, rgba(248,209,227,1) 0%, rgba(233,134,178,1) 100%);
background: -webkit-linear-gradient(top, rgba(248,209,227,1) 0%,rgba(233,134,178,1) 100%);
background: linear-gradient(to bottom, rgba(248,209,227,1) 0%,rgba(233,134,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d1e3', endColorstr='#e986b2',GradientType=1 );
}
.c01 .comic_sp200 h3{
color: #d34f87;
text-shadow:0px 0px 2px #ffffff,0px 0px 3px #d34f87;
}
.c01 .guest_sp200 h3{
color: #333;
text-shadow:0px 0px 2px #333;
}
.c02{
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(26,125,175,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(26,125,175,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(26,125,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a7daf',GradientType=1 );
}
.c02 .comic_sp200 h3{
color: #085278;
text-shadow:0px 0px 2px #ffffff,0px 0px 3px #085278;
}
.c02 .guest_sp200 h3{
color: #333;
text-shadow:0px 0px 2px #333;
}
.comic_sp200{
border-radius: 6px;
color: #e986b2;
width: 50%;
}
.comic_sp200 h3{
font-size: 1.3em;
font-weight: bold;
padding: 25px 0 0;
}
.comic_sp200 img{
width: 80%;
margin: 15px auto;
}
.comic_sp200 p{
color: #fff;
display: block;
padding: 0 0 15px;
}
.comic_sp200 a{
color: #fff !important;
}
.guest_sp200{
border-radius: 6px;
background: #fff;
color: #333;
font-weight: bold;
margin: 15px 15px 15px 0;
width: 50%;
}
.guest_sp200 h3{
font-size: 1.3em;
font-weight: bold;
padding: 25px 0 0;
}
.guest_sp200 img{
width: 80%;
margin: 15px auto;
}
.guest_sp200 p{
color: #333;
display: block;
font-size: 1.5em;
padding: 0 0 15px;
}

.sp200_movie{
margin: 0 auto 20px;
width: 90%;
}
.sp200_time{
margin: 10px auto 0;
line-height: 1.5em;
text-align: center;
}
.video-container {
padding: 56.25% 0 0;
position: relative;
width: 100%;
}
.video-container iframe{
height: 100% !important;
position: absolute;
right: 0;
top: 0;
width: 100% !important;
}