/* コンテナを1カラムにする */
#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}

/* トピックステキスト */
.block1 .subcont li article .comment{height:auto;}

.topiclist li .ph{position:relative;z-index:1;}


/* システムページ */
@media screen and (min-width: 769px){
.systemlist{width:70%;}
}
.systemlist li{margin-bottom:2%;}

.systemlist .comment{padding:0;}

/* イベントページ */
@media screen and (min-width: 769px){

.topiclist li:not([id*="news"]) img.ph{width:100%;}
}

/* キャスト詳細オプション */
@media screen and (min-width: 769px){
#option_box li{width:19%;}
}

/* 求人ページ */

@media screen and (min-width: 769px){
.rec_img{width:70%;margin:0 auto;}

.rec_line{width:25%;position:fixed;z-index:100;bottom:70px;right:0;}
}
@media screen and (max-width: 768px){
.rec_line{width:95%;position:fixed;z-index:100;bottom:70px;}
}

.rec_img img{width:100%;height:auto;}