* {
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.contents-line-horizontal {
    width:100%; 
    height:350px;
    margin-bottom:10px;
    position:relative;
    top:50px;
    display: inline-block;
}

.wow-contents-block-left {
    width:49%; 
    height: 100%; 
    float:left; 
    border:3px solid var(--gc-color-gold); 
    margin-right:1%;
}

.wow-contents-block-right {
    width:49%; 
    height: 100%; 
    float:left; 
    border:3px solid var(--gc-color-gold); 
    margin-right:1%;
}



.wow-contents-block-left-title {
    height:48%; 
    width:98%; 
    margin-top:1%; 
    margin-left:1%; 
    margin-bottom:1%; 
    padding:5px 10px; 
    background-color:rgb(250, 244, 224);
    border-radius: 20px;
}

.wow-title-description {
    font-size:25px;
    font-weight:bold; 
    color:black;
    font-family: Hiragino Kaku Gothic ProN;
    text-decoration:underline;
    border-radius: 5px;
}

.wow-contents-block-left-lower {
    height:46%; 
    width:98%; 
    margin:1%;
}

.wow-contents-porfile-block {
    height:100%; 
    width:60%; 
    padding:10px 0px 0px 10px; 
    float:left; 
    background-color:rgb(236, 235, 235);
}

.wow-contents-profile-img {
    height: 140px; 
    width:140px;
}

.wow-contents-profile-discription {
    width:100%; 
    height:100%; 
    position:relative;
    top:-140px;
    left:160px; 
    vertical-align: top;
}

.wow-contents-video-frame {
    height:100%; 
    width:40%;
    float:right;
}

.wow-contents-video {
    height:100%;
    width:100%;
    padding:3px 3px 3px 3px;
}

	.wlist-user-image-div {
		position: absolute;
		width: 55px;
		height: 55px;
		left: 10px;
		top:  70px;
		overflow: visible;
	}
        .wlist-user-image {
		width:100%; 
		height:100%; 
                border-radius:50%; 
		background-position:center center; 
		background-size: 100% auto;
                border: 2px solid rgba(173,131,58,1);
	}
	.wlist-title{
		font-size:11px; 
		line-height:13px;
		font-weight:500;
		padding:5px;
		height: 60px;
	}
	.wlist-userinfo{
		margin-left: 70px;
		margin-top:10px;
		height:100px;
		width:calc(100% - 255)px;
		overflow:hidden;
		font-size: 10px;
		line-height:12px;
		font-weight: 500;
	}
	.wlist-img-area {
		width: 95%;
		margin-top: -125px;
		text-align: center;
	}
	.wlist-img {
		width: 112px;
		height: 63px;
		margin-left:calc(100% - 112px);
		margin-top: 10px;
		overflow: hidden;
		cursor: pointer;
	}
	.wlist-count {
		width: 150px;
		line-height: 12px;
		margin-left:calc(100% - 112px);
		margin-top: 116px;
		font-size:10px;
		font-weight:500;
	}


