/*
Theme Name: ero_douga
Theme URL: https://ero-anim.cc
Author URI: https://ero-anim.cc
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-align: left;
	word-break: break-all;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
	background-color: #f1f1f1;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
    color: #444;
	text-align: left;
}

ol,
ul,
dl {
  margin: 0;
  list-style: none;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}


b,
strong {
  font-weight: bolder;
}

img {
  vertical-align: middle;
  border-style: none;
}


/***********************************************
*	Hyperlinks									*
************************************************/
a:link ,
a:visited {/*訪問後のリンク*/
	color:#003399;
	text-decoration:none;
}

a:hover {/*マウスをのせたとき*/
	color:#003399;
	font-style:normal;
	text-decoration:none;
}

/************************************************
*	Font Awesome             			        *
************************************************/
.header_search::before {
    content: '\f002';
    font-family: FontAwesome;
    color: #FF1493;
    font-size: 18px;
}

.star a:before {
	content: '\f005';
	font-family: FontAwesome;
	margin-right: 5px;
}

/************************************************
*	Header     			        				*
************************************************/
body > header {
	position: fixed;
	z-index: 999;
	top: 0px;
	padding: 0;
	margin: 0;
	background: currentColor;
    width: 100%;
	height: 50px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 6px 6px -6px #777;
}

header > button {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 17px;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
  color: #BBB;
  background: #FFF;
  border: 1px solid #FFF;
}

#logo {
  height: 50px;
  width: 200px;
  margin: 0 auto;
}

#logo img {
	width: 200px;
	height: 50px;
}

/************************
*	search-button		*
************************/
#search-button {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

#search-button img, 
#mylist-button img {
    display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

#mylist,
#search-tags {
    display:none;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	padding-bottom: 10px;
	z-index: 888;
}

#mylist {
	background-color: transparent;
}

#mylist-inner,
#search-tags-inner {
    background-color: #FFF;
    height: 100%;
    margin: 0px 10px;
    padding-bottom: 10px;
}

.footer-content,
#search-menu {
	font-size: 0;
	margin: 0px 10px;
	padding-bottom: 10px;
}

.menu {
	word-break: break-all;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	width: 50%;
	display: inline-block;
	padding: 10px 10px;
	margin: 0 0 5px 0px;
	line-height: 1.0;
	box-sizing: border-box;
}

.menu a {
	color: #000;
}

	
.menu-all {
	font-size: 13px;
	border: none;
	font-weight: normal;
	text-align: right;
}

.ranking-menu {
	background-color: #eee;
}

.tag-menu {
	background-color: #00CCFF;
}

.actorss-menu {
	background-color: #FF44FF;
}

.my_search_list {
	background-color: #43FF6B;
}

.tags-tad-list li:nth-child(2n),
.footer-content div:nth-child(2n),
#my_search_list li:nth-child(2n),
#tag-menu li:nth-child(2n),
#search-menu div:nth-child(2n) {
	border-left: none;
}

#history-container ul,
.tags-content ul,
#search-tags ul,
#favorite-container ul
{
	font-size: 0;
	margin: 0px 10px;
	padding-bottom: 10px;
	overflow:hidden;
}

.actorss-list li,
.tags-tad-list li,
#my_search_list li,
#actorss-menu li,
#tag-menu li{
	word-break: break-all;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	border: solid 1px #ccc;
	padding: 5px 10px;
	margin: 0 0 5px 0px;
	line-height: 1.0;
	box-sizing: border-box;
}

.tags-tad-list li,
#tag-menu li{
	background-color: #EEFFFF;
	width: 50%;
}

.actorss-list li,
#actorss-menu li{
	background-color: #FFEEFF;
	width: 100%;
}

#my_search_list li{
	background-color: #E6FFE9;
	width: 50%;
}

#my_search_list,
#actorss-menu {
	display: none;
}

/************************
*	mylist-button		*
************************/
#mylist-button {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.append li, .favlist li {
	word-break: break-all;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	border: dotted 1px #000;
	padding: 5px;
	line-height: 1.0;
	box-sizing: border-box;
	vertical-align: top;
	width: 50%;
	font-size: 12px;
	clear: #000;
	float: left;
}

.append li:nth-child(2n), .favlist li:nth-child(2n) {
	border-left: none;
}

.append li:nth-of-type(n+3), .favlist li:nth-of-type(n+3){
	border-top: none;
}


.history img, .favli img {
    width: 100%;
    height: 34vw;
	display: block;
	margin-bottom: 4px;
	overflow: hidden;
}

.histitle, .favtitle {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
    color: #000;
    word-break: break-all;
    height: 25px;
    overflow: hidden;
}

.append li:nth-child(n+11), .favlist li:nth-child(n+11) {
    display: none;
}

.favorite-container-all,
.history-container-all {
    width: 200px;
    margin: 0px auto 40px;
    padding: 8px 8px;
    background-color: #000;
    color: white;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.favli {
    position: relative;
}

.delete {
	width: 40px;
	height: 40px;
	padding: 0;
	background-color:
	rgba(0,0,0,0.75);
	color: white;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}

.delete i {
    display: block;
	text-align: center;
	font-size: 20px;
    cursor: pointer;
}

.not-found {
    display: block;
	text-align: center;
	font-size: 18px;
}
/************************
*	Search Form			*
************************/
#search-box {
    display: table;
    width: 100%;
}

#search-text {
    display: table-cell;
    height: 33px;
    border: solid 1px #ccc;
}

#search-text input {
    margin: 0;
	padding-left: 10px;
    border: 0px;
    font-size: 16px;
    vertical-align: middle;
	width: 100%;
    height: 100%;
}

#search-icon {
    display: table-cell;
    width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	border-left: none;
	background: #ccc;
}

#search-icon button {
    color: orange;
	font-size: 29px;
    cursor: pointer;
	vertical-align: middle;
	background: #ccc;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/************************************************
*	container								*
************************************************/
#container {
	margin-top: 60px;
	padding-bottom: 10px;
	width: 100%;
}

/************************
*	nowword-container	*
************************/
#history-container,
#favorite-container,
#nowword-container {
	background-color: #FFF;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin: 0;
	overflow: auto;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 6px 6px -6px #777;
}

#nowword-container ul {
	padding: 6px 0px 6px 6px;
}

#nowword-container ul li {
	float: left;
	width: auto;
	margin: 0px 4px 4px 0px;
	padding: 7px 7px 6px 7px;
	background: #FFF;
	background: -moz-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(1.00,#FFFFFF),color-stop(0.00,#EEEEEE));
	background: -webkit-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: -o-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: -ms-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: linear-gradient(to bottom,#FFFFFF 0%,#EEEEEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EEEEEE',GradientType=0);
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 1.0;
	font-size: 13px;
	font-weight: bold;
}

#nowword-container ul a {
	text-decoration: none;
}

.history-title,
.favorite-title,
.nowword-title {
	color: #FF6600;
	margin: 0;
	padding-top: 9px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/************************
*	pan-nav				*
************************/
.pan-nav {
    padding: 0;
    line-height: 1.0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.pan-nav ol {
    padding: 6px 0px 7px 0px;
    line-height: 1.0;
    list-style: none;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

.pan-nav ol li a:link {
	color: #FF9966;
    text-decoration: none;
}

.pan-nav ol li {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.0;
	display: inline-block;
}

.pan-nav ol .next::after {
    content: "≫";
    padding: 0px 2px 0px 7px;
}

/************************
*	pan-nav				*
************************/
.pv-ranking {
    font-weight: bold;
    text-align: center;
	font-size: 14px;
	padding: 8px 0px 8px 0px;
}
/************************
*	h1,h2				*
************************/
.main-title {
	color: #FF6600;
	padding: 12px 0px 10px 0px;
    font-weight: bold;
	font-size: 16px;
	background-color: #fff;
}

.main-title h1{
	text-align: center;
	font-size: 16px;
	line-height: 1.0;
}


.main-title h1 .more {
    display: none;
}

.main-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 1.0;
}

/************************
*	video-nav			*
************************/
.video-nav {
    text-align: center;
    margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

/************************************************
*	container									*
************************************************/
#content {
	width: 100%;
	margin: 0;
	padding: 15px 0px;
	overflow: hidden;
}

.video-content {
    padding: 10px 5px;
    word-break: break-all;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
 	background-color:#FFF;
	border-radius: 4px;
	box-shadow: 0 6px 6px -6px #777;
	overflow: hidden;
}

.video-content:nth-child(2n+1) {
    background-color: #dfdfdf;
}

.video-title {
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.15;
	word-break: break-all;
}
.video-title a {
	color: #000;
}

.video-img {
	float: left;
	width: 140px;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative;
}

.video-img img {
	width: 140px;
	height: 110px;
}

.video-data {
    margin: 0px 5px 0px 145px;
}

.post-rank {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	color: yellow;
	padding: 6px 5px 5px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.data-list {
	height: 24px;
	display: block;
	margin-bottom: 3px;
}

.data-list li {
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	margin-top: 3px;
}

.views {
	float: right;
	color: #c5004c !important;
	font-weight: bold;
}

.myhost {
	font-size: 11px;
	line-height: 1.0;
	font-weight: bold;
	margin: 0px 3px 3px 0px;
	padding: 3px 0 3px 0;
}

.video-time {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 1.0;
	padding: 4px 5px 2px 5px;
}

#video-detail-title {
	line-height: 1.3;
	font-weight: bold;
	font-size: 14px;
}


.itemTime {
	font-weight: bold;
}

/************************
*	tag					*
************************/
article footer li,
.tad-list li{
    float: left;
    font-size: 12px;
    line-height: 1.0;
    font-weight: bold;
    margin: 0px 3px 3px 0px;
    padding: 7px 7px 6px 7px;
    border: solid 1px #ccc;
	background: #FFF;
	background: -moz-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(1.00,#FFFFFF),color-stop(0.00,#EEEEEE));
	background: -webkit-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: -o-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: -ms-linear-gradient(top,#FFFFFF 0%,#EEEEEE 100%);
	background: linear-gradient(to bottom,#FFFFFF 0%,#EEEEEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EEEEEE',GradientType=0);
	border-radius: 3px;
}

article footer li a,
.tad-list li a {
	text-decoration: none;
}

.actress-list a {
	text-decoration: none;
}

/************************
*	icon				*
************************/
.post-time {
	position: absolute;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	padding: 1px 3px;
	border-radius: 2px;
	color: #000;
	font-size: 11px;
	opacity: 0.70;
}

.icon {
	padding: 0 4px;
	font-weight: bold;
	border-radius: 2px;
}

.host-xvideos, .host-Xvideos {
	background-color: #000;
	color: #FFF;
}
.host-xvideos:first-letter {
	color: #F00;
}

.host-pornhub, .host-PornHub {
	background-color: #ff9900;
	color: #FFF;
}

.host-xhamster, .host-Xhamster {
	background-color: #FFF;
	color: #666;
}
.host-xhamster, .host-Xhamster {
	color: #FF6600;
}

.host-fc2, .host-fc2  {
	background-color: #FF3333;
	color: #FFF;
}

.host-tube8, .host-Tube8 {
	background-color: #3e3c3e;
	color: #FFF;
}

.host-sharevideos, .host-ShareVideos {
	background-color: #8a2be2;
	color: #FFF;
}

.host-redtube, .host-RedTube {
	background-color: #111111;
	color: #FFF;
}

/************************
*	video-player		*
************************/
main {
	background-color: #fff;	
}

#video-main-title {
    padding: 10px 5px;
    margin: 0;
    font-weight: bold;
    line-height: 1.15;
    word-break: break-all;
	font-size: 17px;
	color: #000;
}

#no-player,
#player {
    position: relative;
    max-width: 640px;
	max-height: 480px;
	min-height: 300px;
    width: 100%;
    height: 75vw;
	overflow: hidden;
    margin: 10px auto 0;
    background: #000;
}

#no-player img,
#no-player iframe, 
#player iframe, 
#player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#no-player img {
	z-index: 1;
}

#video-detail {
	width: 100%;
	padding-top: 10px;
	line-height: 1.0;
}

#video-detail-cont {
    width: 100%;
    font-size: 12px;
    line-height: 1.0;
    margin: 0;
    border-collapse: collapse;
}

#video-detail-cont td {
    padding: 4px 6px;
    line-height: 1.1;
    border-bottom: solid 1px #CCC;
    background-color: #FFF;
	vertical-align: top
}

.open-cont {
	font-size: 0;
	margin: 0;
	padding: 0;
	background-color: currentColor;
}

.favorite-button,
.open-search,
.open-mylist  {
    word-break: break-all;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    width: 50%;
    display: inline-block;
    padding: 10px 10px;
    margin: 0;
    line-height: 1.0;
    box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	color: orange;
}

.favorite-button {
    width: 100%;
}

.open-search {
	border-right: solid 3px #FFF;
}

.open-mylist  {
	border-left: solid 3px #FFF;
}

.video-detail-img {
    width: 80px;
	padding: 5px !important;
	min-height: 60px;
}

.video-detail-img img {
    width: 80px;
	height: 60px;
}

.sub-title {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #dfdfdf;
	border-radius: 4px;
	box-shadow: 0 6px 6px -6px #777;
	overflow: hidden;
	margin-top: 10px;
	padding: 17px 0px 16px 10px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
    line-height: 1.0;
}

.ipblue_player
 {
	margin-top: 10px;
}

/************************
*	actress-nav			*
************************/
.actress-nav{
    background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 6px 6px -6px #777;
    padding: 5px 5px 0px 0px;
	margin: 10px 0;
    overflow: auto;
    text-align: center;
}

.actress-nav ul {
	list-style: none;
	width: 320px;
	margin: 0px auto 0px auto;
}

.actress-nav li {
    float: left;
    border: solid 1px #ddd;
    padding: 5px 6px 4px 6px;
    margin-left: 3px;
    margin-bottom: 5px;
    background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 6px -6px #777;
    font-size: 14px;
    font-weight: bold;
}

.actress-content {
	padding: 10px 5px;
	word-break: break-all;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 6px -6px #777;
    overflow: hidden;
}

.actress-thumbnail {
	margin: 0 auto;
	padding: 0;
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
}

.actress-thumbnail img {
	width: 100px;
	height: 100px;
}

.actress-data {
	margin: 0px 5px 0px 105px;
}

.actress-data-list {
	font-size: 15px;
}

.no-actress {
	padding: 18px 18px 13px 18px;
	margin: 0 auto 10px;
	text-align: center;
}

/************************
*	tags-content		*
************************/
.tags-content {
    padding: 10px 0;
    word-break: break-all;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
 	background-color:#FFF;
	border-radius: 4px;
	box-shadow: 0 6px 6px -6px #777;
	overflow: hidden;
}

/************************************************
*	Footer										*
************************************************/
body > footer {
	border-top: 1px solid #E1E1E1;
	border-radius: 4px 4px 0 0;
	background: #FFF;
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}

body > footer > p {
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}

#btn-top {
	display: block;
	background: #f8f8f8;
	cursor: pointer;
}

body > footer > p a:link, body > footer > p a:visited { color:#000; }
body > footer > p a:hover, body > footer > p a:active { color:#000; }

/************************
*	Page Number Themes	*
************************/
#page_numbers ul {
	text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#page_numbers ul li {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: 0 2px;
}

#page_numbers ul li a {
	display: block;
	border: 1px solid #000;
	background: #FFF;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
}

#page_numbers ul li a:hover {
	color: #FFF;
	background: #000;
}

#page_numbers li.active_page a, .current {
	color: #FFF;
	background: #000;
	border: 1px solid #000;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
}

/************************
*	icon				*
************************/
.favadd {
    background: yellow;
}

/************************
*	PR					*
************************/
.aside_pr {
	padding-bottom: 10px;
}

#parent_ad {
	max-width: 640px;
	max-height: 480px;
	min-height: 300px;
	width: 100%;
	height: 75vw;
	overflow: hidden;
	margin: 0 auto 10px;
	background: #000;
    position: relative;
}

.parent_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ad_tool_top {
    width: 100%;
    height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	box-shadow: 0px -20px 35px 35px #000;
}

.ad_tool_bottom {
    width: 100%;
    height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	box-shadow: 0px -10px 35px 20px #000;
}

.ad_play {
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	cursor: pointer;
	padding: 10px;
	transition: 0.8s;
	width: 43px;
	height: 43px;
	border-radius: 50%;
}

.ad_volume {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
    height: auto;
}

.ad_logo {
	position: absolute;
	top: 9px;
	right: 15px;
	width: auto;
	height: 23px;
}

/***********************************************
*	メディアクエリ								*
************************************************/

@media screen and (min-width:359px) { 
.video-img {
    width: 190px;
    height: 143px;
}
	
.video-img img {
    width: 190px;
    height: 143px;
}

.video-data {
    margin: 0px 5px 0px 195px;
}
	
}

@media screen and (min-width:400px) and ( max-width:800px) {
.video-img {
    width: 210px;
    height: 158px;
}
	
.video-img img {
    width: 210px;
    height: 158px;
}

.video-data {
    margin: 0px 5px 0px 215px;
}

}

@media screen and (min-width:801px) {
.append li, .favlist li {
	width: 20%;
}

.append li:nth-child(2n), .favlist li:nth-child(2n) {
	border-left: dotted 1px #000;
}

.append li:nth-of-type(n+3), .favlist li:nth-of-type(n+3) {
    border-top: dotted 1px #000;
}

.append li:nth-of-type(n+2), .favlist li:nth-of-type(n+2) {
	border-left: none;
}

.append li:nth-of-type(n+6), .favlist li:nth-of-type(n+6){
	border-top: none;
}

.append li:nth-child(6n), .favlist li:nth-child(6n) {
	border-left: dotted 1px #000;
}

.history img, .favli img {
    height: 14vw;
}
	
.histitle, .favtitle {
    font-size: 15px;
    height: 32px;
}

.main-title h1 {
    font-size: 28px;
}	

 .video-title {
    font-size: 25px;
}

.video-img {
    width: 220px;
    height: 165px;
}
	
.video-img img {
    width: 220px;
    height: 165px;
}

.video-data {
    margin: 0px 5px 0px 225px;
}

.video-time {
    font-size: 14px;
}

#video-main-title {
    font-size: 27px;
}
	
#video-detail-title {
    font-size: 20px;
}
	
}