@charset "utf-8";

.overflowfix{
	overflow: hidden; position: relative;zoom:1;
}
.none{
	display:none;
}
.box_comments{
	padding:0px;
	background:#fff;
}
video{
	background-color:#000;
}


#cmContents{
	margin:20px 0px;
}
#cmContents ul{
	width:675px;
	margin:0px 0px 30px 0px;
}
#cmContents ul li{
	float:left;
	width:210px;
}
#cmContents ul div{
	height:120px;
}
#cmContents ul li span.title{
	display:block;
	width:210px;
	font-weight:bold;
	line-height:1.4em;
	color:#222;
	margin-bottom:5px;
}
#cmContents ul li span.btnPlay{
	display:block;
	width:210px;
	height:120px;
	background-image:url(../../../community/tochigi/image/thumbnail.png);
	background-repeat:no-repeat;
	z-index:10;
	position:relative;
	top:-120px;
}
#cmContents ul li.cen{
	margin:0px 23px 0px 22px;
}
/*===============
cm_movie cm_image センター省略　CSS3セレクタ
160225追加       ========================*/
div#cmContents ul li:nth-child(2){
	margin:0px 23px 0px 22px;
}

/*自社CMギャラリー a設定
-----------------------------------------------------*/

.detail_a{
	background-color: #3294ff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    width: 210px;
    padding: 5px 0;
    margin: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.detail_a:hover{
	opacity:0.7;
}