@charset "UTF-8";

.c-hieght{
    height: 500px;
}

/* 黒鯛工房チャンネル　トップページ */
.topimage{
   /* background-color: #AC070A;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 10px 0 30px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ac070a+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left,  #000000 0%, #ac070a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000000 0%,#ac070a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000000 0%,#ac070a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ac070a',GradientType=1 ); /* IE6-9 */
}

.top_title{
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    font-weight: normal;
}

.v-bottom{
    margin-bottom: 20px;
}

.v-inner{
	display: flex;
	flex-wrap: wrap;
}

.v-inner li{
	width:31%;
	padding: 0 10px;
	font-size: 16px;
	list-style:none;
	margin-bottom: 30px;
}

.v-inner li img{
	width:100%;
	height: auto;
	margin-bottom: 10px;
}


.v-inner li a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.v-inner p a{
    text-decoration: none;
    color: #333;
}

.v-inner p a:hover{
    color: #999;
}

.video_tmb a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.v_title{
	font-weight: bold;
}

.video_title{
    font-size: 16px;
    margin: 10px 0;
}

.video_title a{
    text-decoration: none;
    color: #333;
}

.video_title a:hover{
    color: #999;
}

.video_title dt{
    font-weight: bold;
}

.category_feild{
	padding: 5px 15px;
	font-size: 18px;
	margin-bottom: 10px;
	background-color: #E2E2E2;
}

/* 動画詳細ページ */

.title{
    padding: 30px 0 10px 0;
	font-size: 18px;
}

video {
  max-width: 100%;/* はみ出ないように */
	margin: 0 0 30px 0;
  /*padding-bottom: 120px;*/
}

#video_size{
    width:100%;
}

.btn_back a{
    width:250px;
    margin: 80px auto 80px auto;
    background-color: #AC070A;
    text-align: center;
    padding: 10px 0;
    display: block;
    color: #fff;
	overflow: hidden;
}

.btn_back02 a{
    width:250px;
    margin: 50px auto 50px auto;
    background-color: #AC070A;
    text-align: center;
    padding: 10px 0;
    display: block;
    color: #fff;
	overflow: hidden;
}

.btn_back a:hover,.btn_back02 a:hover{
    background-color: rgba(172, 7, 10, 0.6);
    text-decoration: none;
}

@media all and (max-width:736px) {
	
/*.main {
    padding-top: 40px;
}*/
	
/*.topimage{
    margin-top: 70px;
}*/

.top_title{
    font-size: 18px;
}
	
.title{
    padding: 20px 0 10px 0;
 }

.video_title{
    margin: 10px 0 30px 0;
    }
    
.v-inner li{
	width:100%;
	padding: 0;
	}
	
.bottom-space{
	margin-bottom: 250px;
	}
}