body {
    margin: 0;
}

.w100,
.sky_toiawase,
.main_image img,
.bangumi_image img {
    width: 100%;
    display: block;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img{
    width: 100%;
    height: auto;
    display: block;
}

.w95 {
    width: 95%;
    display: block;
}

.w90 {
    width: 90%;
    display: block;
}

.w85 {
    width: 85%;
    display: block;
}

.w80 {
    width: 80%;
    display: block;
}

.w75 {
    width: 75%;
    display: block;
}

.sky_frame {
    background-image: url(./../img/sp_sky_back.jpg);
    background-size: contain;
    width: 100%;
    margin: 0px;
    padding: 15px 10px;
    border: 1px #cccccc solid;
    box-sizing: border-box;
}

.sky_frame a{
    text-decoration: none;
}

.sky_ttl{
    padding: 0 0 15px;
}

.sky_text {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 0;
    text-align: right;
    background: #ffffff;
    color: #000;
}

.sky_text2 {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 0;
    text-align: right;
}

.sky_ttl_frame{
    padding-bottom: 10px;
}

.sky_web_frame {
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-bottom: 15px;
}

.sky_button {
    text-align: center;
}

.sky_button_ttl {
    display: block;
    background: #ffcc01;
    margin: 0 auto 10px;
    width: 100%;
}

.sky_button_image {
    display: block;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    margin-left:auto;
    margin-right:auto;
    width: 92.5%;
}

.contents-all{
    margin: 0px auto;
    padding: 1.0rem 1.0rem;
    background: url(./../img/bg.png) repeat-y top center;
    background-size: 100%;
}

.contents{
    margin: 0 auto 1.0rem auto;
}

.copyright,
.contents-catch{
    margin: 0 auto 0 auto;
}

.contents .contents-box{
    background: rgba(255, 255, 255, 0.8);
    padding: 1.0rem 1.0rem;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

h1{
    margin: 0;
    padding: 0;
    line-height: 0;
}

.thumb-list-box{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.thumb-list-box div{
    width: 100%;
}

.thumb-list-box li{
    display: flex;
    width: calc((100% / 2) - 2px);
    position: relative;
    margin-bottom: 1.0rem;
}

/*.thumb-list-box2 li{
    display: flex;
    width: calc((100% / 1) - 2%);
    position: relative;
    margin-bottom: 1.0rem;
}

.thumb-list-box2 li img{
    width: 100%;
    height: auto;
}*/


.copyright{
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    display: table;
    color: #fff;
    text-shadow: 1px 1px 10px rgba(15, 68, 154, 0.9);
}

.bangumi_text {
    font-size: 14px;
    text-align: center;
    width: 90%;
    margin: 20px auto 5px auto;
}
.artistcopyright {
    font-size: 11px;
    text-align: left;
    width: 90%;
    margin: 20px auto 5px auto;
}

.foot_info {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.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: #f0027f;
}

.foot_info p {
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}


table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
table tr {
  background-color: #ffffff;
}
table thead {
    display: none;
}
table thead tr th{
  background: #2b7fc9;
  color: #fff;
  text-align: left;
  font-size: 16px;
}
/*table tr th:last-child{
  border-left: 2px solid #c8dbf1;
  width: 75%;
}*/

table tr:nth-child(even){
  background-color: #d3e3f4;
}

table th,
table td {
  display: block;
  width: 100%;
  padding: 10px 20px
}

table th.s-title-obi{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background: #2b7fc9;
    color: #fff;
}

table th.s-story-obi{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background: #2b7fc9;
    color: #fff;
    border: 2px solid #2b7fc9;
    width: 90%;
    margin: 0 auto -5px auto;
    padding: 5px 0;
    border-radius: 100px;
    position: relative;
    text-align: center;
}
table th.s-story-obi:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #2b7fc9;
}

table td.s-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #2b7fc9;
    text-align: center;
}
table td.s-title span{
    display: block;
    font-size: 14px;
    color: #000;
}

/*table td.s-story{
    border-left: 2px solid #c8dbf1;
}*/

table td.s-story div{
    padding: 10px 0 20px 0;
    border-bottom: 3px dotted #2b7fc9;
    font-size: 14px;
    line-height: 28px;
}

table td.s-story div:last-child{
    border-bottom: none;
}

table td.s-story div span{
    display: block;
    color: #2b7fc9;
    font-weight: bold;
    font-size: 15px;
}