.pjsekai{
    background-color: #fff;
    font-size: 12px;
    text-align: left;
}
.pjsekai a{
    color: #1681b2;
    text-decoration: none;
    font-weight: bold;
}
.pjsekai a:hover{
    color: #F9953D;
    text-decoration: none !important;
}
.pjsekai p{
    margin-bottom: 5px!important;
    font-size: 12px!important;
}
.pjsekai img{
    height: auto;
    max-width: 100%;
}

.pjsekai_head_img {
    max-width: 100%;
    margin: 0px 0px 0px 0px;
}
.tab-style{
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
    vertical-align: 20%;
    padding: 3px 9px;
    border-radius: 3px;
    color: #2b150d;
    margin-top: -5px;
}
/* main section */
.pjsekai_main{
    margin-top: 5px;
}
.pjsekai_main h2 {
    background-color: transparent !important;
    background-size: 100% 100%;
    background-image: url(/wp-content/uploads/2020/08/pjsekai_h2.jpg);
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px 16px;
    margin: 20px 0px 10px 0px;
}
.pjsekai_main .contents_list h2 {
    margin: 0;
    padding: 0.4em 1em;
}
@media (max-width:414px){
.pjsekai_main h2 {
    font-size: 17px;
    padding: 8px 28px 7px 20px;
}
}
.pjsekai_main h3,
.post-content h3{
    color: #21282e;
    padding: 5px 0px 5px 10px;
    border-left: 10px solid #00517f;
    border-bottom: 2px solid #00517f;
    font-size: 15px;
    margin: 10px 0px 10px 0px;
    background-size: 100% 100%;
}
.pjsekai_main h4,
.post-content h4{
    color: #2f0416;
    border-left: 4px solid #00517f;
    margin-top: 10px;
    padding: 0 0 0 7px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8em;
}
.pjsekai_main table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin: 10px 0px 10px 0px;
}
.pjsekai_main .contents_list table{
    margin: 0px 0px 10px 0px;
}
.pjsekai_main th{
    font-size: 13px;
    color: #2b2b2b !important;
    padding: 4px 8px;
    font-weight: bold;
    border: 1px solid #bdced7 !important;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3) inset;
    text-align: center;
  background-color: #eff5f6;
}
.pjsekai_main tr td{
    padding: 4px 8px;
    border-top: 1px solid #bdced7;
    border-right: 1px solid #bdced7;
    border-bottom: 1px solid #bdced7;
    border-left: 1px solid #bdced7;
    text-align: center;
    position: relative;
}
.pjsekai_main table tr td:last-child {
    border-right: 1px solid #bdced7;
}
@media (max-width:414px){
.pjsekai_main{
    margin-top: 10px;
    padding: 0 10px 10px 10px;
    }
.tab-style{
    margin-top: -10px;
    margin-bottom: -10px;
    }
.top_index{
    height: 120px;
}
}
/* twitter section */
.top_twitter_box{
    border: 1px solid #ececec;
    background: white;
    margin: 10px 0px;
}
.top_twitter_icon{
    margin-right: 2px;
    position: relative;
    top: -2px;
}
.top_twitter_h2{
    position: relative;
    background-color: #49aef4;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 8px;
}
.top_twitter_btn{
    background-color: #fff;
    display: block;
    text-align: center;
    color: #4ab3f4!important;
    border: 1px solid #4ab3f4;
    border-radius: 25px;
    margin: -5px 10px 10px 10px;
    padding: 8px;
    text-decoration: none!important;
}
.top_twitter_btn:hover{
    background-color: #4ab3f4;
    color: #fff !important;
    text-decoration: none !important;
}