<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

.player_wrp{
	background:url(../img/play_bg.png) 0 0 repeat;
	border-radius: 15px;
	width: 95%;
	padding: 15px;
	box-sizing:border-box;
}
.player_wrp h3{
	margin: 5px 2% 5px ;
}
.player_wrp h3 dl{
	display: table;
	width: 100%;
}
.player_wrp h3 dl dt{
	font-size: 170%;
	display: table-cell;
	width: 25%;
	text-align: center;
}
.player_wrp h3 dl dd{
	font-size: 170%;
	display: table-cell;
	text-align: center;
}
.player_wrp span{
	margin: 10px 0;
	display: block;
	text-align: center;
}
.player_wrp .player_btns{
	display: table;
	width: 300px;
	margin: 10px auto;
}
.player_wrp .player_btns&gt;p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.player_wrp .player_btns .play_btn{
	height: 48px;
	width: 48px;
	position: relative;
	overflow: hidden;
}
.player_wrp .player_btns .play_btn img{
	width: 48px;
	height: 96px;
	position: absolute;
	left: 0;
	top: 0;
}
.player_wrp .player_btns .play_btn.on img{
	top: -48px;
}
.player_wrp .time_c01{
	text-align: center;
	margin: 5px 0;
	font-size: 200%;
	color: #77746b;
}
.player_wrp .slid_bar{
	width: 100%;
	display: block;
	margin: 10px 0 5px;
}
.player_wrp .slid_bar .bar{
	margin: 10px 0;
	height: 10px;
	width: 100%;
	background: #ccc;
	display: block;
}
.player_wrp .slid_bar .knob{
	background:#888;
	height: 10px;
	display: block;
	margin: -20px auto 0 0;
	width: 0%;
}
.bnr_01 img{
	margin: 0 auto;
	display: block;
	padding: 15px 0 30px;
}
.index_main {

    width: 850px;
    padding-top: 20px;
    margin: 0 auto;
}
.index_main .article{
	position: relative;
}
.index_main .article .btn_01{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
.index_main .article .bnr_01{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
.index_main .player_sec{
	position: relative;
	background:url(../img/index_pc_02.png) 0 0 no-repeat;
	padding: 140px 150px 0;
	height: 450px;
	box-sizing:border-box;	
}
.index_main .player_sec .btn_03{
	position: absolute;
	margin: auto;
	right: 40px;
	bottom: 20px;
	display: block;
}
.index_main .bnr_sec{
	position: relative;
	background:url(../img/index_pc_03.png) 0 bottom no-repeat;
	/*padding: 140px 150px 0;*/
	height: 134px;
	box-sizing:border-box;
}
.index_main .bnr_sec .bnr_01 img{
	margin: 0 auto;
	display: block;
	padding-top: 15px;
}
.archive_main{
    width: 850px;
    padding-top: 20px;
    margin: 0 auto;
}
.archive_main .player_sec{
	background:url(../img/acv_pc_02.png) 0 0 repeat-y;
	padding: 1px 20px 150px;
}
.archive_main .player_sec .player_wrp{
	margin: 15px 0;
}
.archive_main .player_sec .cmt{
	text-align: center;
	margin: 10px 0;
}
.archive_main .bnr_sec{
	background:url(../img/acv_pc_03.png) 0 bottom no-repeat;
	height: 254px;
	margin: -120px 0 0;
	padding: 120px 0 0;
	box-sizing:border-box;
}
.category{
    width:100%;
    display:table;
}
.cate{
    width:25%;
    display:table-cell;
}

.category ul{
    width:25%;
    display:table-cell;
}
.category  ul li{
    background: url(../img/play_bg.png) 0 0 repeat;
    border-radius: 15px;
    width: 93%;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    box-sizing: border-box;
    text-indent: -1.5em;
    padding-left: 1.9em;
}
.category  ul li a{
    text-decoration: none; 
    color:#4e3f14;
    font-weight:bold;
}
.category  ul li a img{
  margin:0em 0.3em -0.2em 0em;
}
.btn-more {background: url(../img/btn_bg.png) 0 0 repeat;
    border-radius: 15px;
    width: 93%;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    box-sizing: border-box;
    text-indent: -1.5em;
    padding-left: 1.9em;
   text-align: center;
   cursor: pointer;
   font-weight:bold;
    color:#ffffff;
}
.btn-more2 {background: url(../img/btn_bg.png) 0 0 repeat;
    border-radius: 15px;
    width: 93%;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    box-sizing: border-box;
    text-indent: -1.5em;
    padding-left: 1.9em;
    text-align: center;
    cursor: pointer;
    font-weight:bold;
    color:#ffffff;
}
.btn-more::before {
  font-family: 'FontAwesome';
  content: "\f078";
  margin-right: 10px;
  color: #ffffff;
}
.btn-more.close::before {
  font-family: 'FontAwesome';
  content: "\f077";
  margin-right: 10px;
  color: #ffffff;
}
.btn-more2::before {
  font-family: 'FontAwesome';
  content: "\f078";
  margin-right: 10px;
  color: #ffffff;
}
.btn-more2.close::before {
  font-family: 'FontAwesome';
  content: "\f077";
  margin-right: 10px;
  color: #ffffff;
}

.index{text-align:center; margin-top:20px;
        width:100%;}
.index a img{width:15%;}</pre></body></html>