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

*,
*::before,
*::after {
	box-sizing: border-box;
}
 
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
    color: #444;
	text-align: left;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}
 
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
 
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
	margin: 0;
}

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

b,
strong {
	font-weight: bolder;
}
 
a {
	color: #555;
	text-decoration: none;
	background-color: transparent;
}
 	
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
 
figure {
	margin: 0 0 1rem;
}
 
img {
	vertical-align: middle;
	border-style: none;
}
 
svg {
	overflow: hidden;
	vertical-align: middle;
}
 
table {
	border-collapse: collapse;
}
 
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
 
th {
	text-align: inherit;
}
 
label {
	display: inline-block;
	margin: 0;
}
 
button {
	border-radius: 0;
}
 
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
 
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
 
button,
input {
	overflow: visible;
}
 
button,
select {
	text-transform: none;
}
 
select {
	word-wrap: normal;
}
 
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
 
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}
 
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
 
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
 
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
 
textarea {
	overflow: auto;
	resize: vertical;
}
 
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
 
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
 
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
 
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

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

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

/************************************************
*	Header     			        *
************************************************/
body > header {
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 7px 0 8px 0;
	background: #FFF;
	border-bottom  : 1px solid #E1E1E1
}

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

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

/************************************************
*	Search Form				*
************************************************/
header > form {
	margin: 1px auto 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 375px;
	height: 40px;
	text-align: center;
}

header > form > input {
	height: 39px;
	font-size: 21px;
	line-height: 39px;
	width: 300px;
	border: 1px solid #E1E1E1;
	border-right: none;
	padding: 0 15px;
}

header > form > button {
	color: #6E6E6E;
	height: 39px;
	font-size: 21px;
	line-height: 35px;
	background: #f8f8f8;
	border: none;
	width: 75px;
	border: 1px solid #E1E1E1;
	cursor: pointer;
}

/************************************************
*	container 			                *
************************************************/
.row {
	display: flex;
	flex-wrap: wrap;
}

.cnt {
	padding-top: 15px;
	padding-bottom: 15px;
	word-break: break-all;
	border-bottom: dotted 1px #BC9CB0;
	width: calc(25% - 10px);
	margin: 5px;
	position: relative;
}

#body-container {
	margin: 160px auto 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

#page-container {
	margin: 0 auto;
	padding: 0;
}

.related-container,
#content {
	background-color:#FFF;
	border: 1px solid #E1E1E1;
	padding: 10px;
}

#content {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1140px;
}

#main-content {
	max-width: 1626px;
	margin: 0 auto;
}

#video-container {
	margin: 0;
	padding: 0;
}

#player,
#player > iframe {
	height: 830px;
	margin: 0;
	padding: 0;
	background-color:#000;
}

#nowword-container {
	background-color: #FFF;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 18px 18px 18px 18px;
	margin: 0 auto 10px;
	overflow: auto;
}

#nowword-container > span,
#nowword-container ul li {
	float: left;
	line-height: 1;
	margin: 0 15px 0 15px;
	padding: 13px 0;
}

#nowword-container > span{
	float: none;
	display: block;
	width: 210px;
	margin: 0 auto 0;
}

#page-container > h1 {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 15px;
	padding: 5px 14px;
	position: relative;
	font-size: 20px;
	font-weight: normal;
}

#result,
#pv-rank {
	text-align: center;
	margin-bottom: 20px;
}

#result strong {
	font-size: 24px;
	margin-right: 5px;
}

#pv-rank {
	font-weight: bold;
}

#actor-container {
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	padding: 18px 18px 18px 18px;
	overflow: auto;
	margin: 0 auto 10px;
}

#actor-thumbnail {
	height: 200px;
	width: 200px;
	float: left;
}

#actor-thumbnail img {
	width: 200px;
	height: 200px;
}

#actor-data {
	margin-left:  210px;
	font-size: 13px;
	line-height: 1.3;
}

/***********************
*	content *
************************/
.related-container .thumbnail,
#content .thumbnail {
	width: 257px;
	height: 193px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.video-title {
	margin: 0px 0px 7px 0px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.15;
	word-break: break-all;
}

.thumbnail img {
    width: 257px;
    height: 193px;
}

.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;
}

.video-time {
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #fff;
	padding: 1px 3px;
	border-radius: 2px;
	font-weight: bold;
	color: #c50067;
	font-size: 14px;
}


.itemTime {
	font-weight: bold;
}

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

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

.views {
	float: left;
	font-size: 15px;
	color: #c5004c;
	font-weight: bold;
}

/*	page_rank  */
.post-rank {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: #FF0;
	padding: 1px 3px;
	border-radius: 2px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}


/*	tag  */
.tad-list li,
	article footer li {
	float: left;
	width: auto;
	margin: 0px 6px 6px 0px;
	line-height: 1.5;
}

.tad-list li a,
article footer li a {
	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;
	color: #333;
	padding: 2px 4px;
	font-size: 14px;
	border-radius: 3px;
	vertical-align: bottom;
	line-height: 1;
}

.tad-list li a:hover:before,
article footer li a:hover:before {
	background: #000;
}

li.actress-list a {
	color: #EB4511;
}

/***********************
*   video-container    *
************************/
#player-footer, .related-container  {
	max-width: 1140px;
	margin: 0 auto;
}

#player-header,
#player-footer {
	background-color:#FFF;
	border: 1px solid #E1E1E1;
	margin-top: 10px;
	padding: 18px;
	display: flex;
}

.flex-rcnt {
    -webkit-flex: 1;
    flex: 1;
}

.flex-lcnt {
    width: 250px;
    text-align: center;
}

.flex-lcnt img {
    width: 190px;
    height: 134px;
    text-align: center;
}

#title-container {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	padding: 5px 0 5px 0;
}

/*	views-count  */
.views-count {
	float: right;
	font-size: 15px;
	color: #c5004c;
	font-weight: bold;
}

/*	公開時間  */
.uploader-info {
	color: #333;
	line-height: 14px;
}

.description-content {
	color: #333;
	margin-top: 10px;
	overflow: hidden;
}

.player-footer-title {
	font-size: 17px;
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 1.5;
	padding: 5px;
}

#player-footer ul{
	margin-bottom: 5px;
	overflow: hidden;
}

.related-container {
	margin-top: 10px;
	padding-top: 5px;
	overflow: hidden;
}

.checkArticle {
	width: 100%;
	background: #eee;
	padding: 5px;
	margin: 10px;
	letter-spacing: 3px;
	text-align: center;
	font-size: 20px;
}

/***********************
*	mylist          *
************************/
.fav {
    padding: 0;
	margin: 10px 0 0 0;
}

.fav-container{
	width: 800px;
	margin: 10px auto 0;
}

.favorite {
    text-align: center;
}

.favClick {
	border: 1px solid blue;
	background: blue;
	color: #fff!important;
}

.favDelete {
	border: 1px solid #ddd;
	background: #f6f6f6;
	color: #333 !important;
}

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

#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 li.active_page a {
	color: #FFF;
	background: #7D938A;
	border: 1px solid #7D938A;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
}

/***********************************************
*	Footer  		               *
************************************************/
body > footer {
	background: #FFF;
	font-size: 12px;
}

.footer-content {
	background-color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.f-cnt {
	padding-top: 15px;
	padding-bottom: 15px;
	word-break: break-all;
	width: 25%;
}

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

#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; }

#player{
	position:relative;
  /*padding-bottom:30%;*/
	height:500px;
	overflow:hidden;
	width: 800px;
	margin: 10px auto 0;
}

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

/***********************************************
*	nav		               *
************************************************/
#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
}

.open {
	z-index: 2;
	width: 60px;
	height: 60px;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: 26px;
	left: 14px;
	width: 32px;
	border-bottom: 2px solid black;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-11px);
}
.open::after {
	transform: translateY(11px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
	transform: translateX(250px);
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.2);
}

/* :::::: drawer menu :::::: */
.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
	width: 50%;
	float: left;
	font-size: 13px;
}

.menu li:not(:first-child) {
	border-top: 1px solid #ccc;;
}

.menu li:nth-of-type(2n+1) {
	border-left: 1px solid #ccc;
}

.menu li:first-child {
	width: 100%;
	border-left: none;
}

.menu a {
	display: block;
	text-decoration: inherit;
	padding: 15px 0;
	text-align: center;
}

#navTgl:checked ~ .menu {
	transform: none;
}

/***********************
*	keywords       *
************************/
#keyword-content {
	padding: 10px 20px 10px 20px;
}

.keyword-list {
    background: #eee;
    padding: 5px;
	margin: 20px 0px 10px 0px;
    letter-spacing: 3px;
    text-align: center;
    font-size: 20px;
}

/***********************************************
*	Terms 		                       *
************************************************/
#terms	{
	padding: 10px;
}

#terms ul {
	padding: 10px;
	margin-bottom: 30px;
}

/***********************************************
*	Actress 		               *
************************************************/
#actress-content {
	background-color: #FFF;
	border: 1px solid #E1E1E1;
	padding: 18px 18px 13px 18px;
	margin: 0 auto 10px;
	overflow: auto;
	text-align: center;
}

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

#actress-content li {
    float: left;
    border: solid 1px #CCC;
    padding: 5px 6px 4px 6px;
    margin-left: 3px;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.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;
}

/***********************************************
*	AV女優ランキング 		               *
************************************************/
.page_nav {
    margin: 40px auto;
    display: flex;
}

.page_nav a {
    padding: 15px;
    font-size: 20px;
    border: 1px solid #333;
    color: #333;
    margin: 0 30px;
    display: block;
}

/***********************************************
*		閲覧履歴, お気に入り              *
************************************************/
#history-container, #favorite-container {
    padding-bottom: 3px;
    margin: 0;
    overflow: auto;
    width: 100%;
}

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

.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;
    position: relative;
}

.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;
}

.none {
   display: none;
}

.not-found {
    font-size: 20px;
    text-align: center;
}

.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;
}

/************************
*	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_player {
	width: 100%;
	height: 100%;
    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% - 32px);
	top: calc(50% - 32px);
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	cursor: pointer;
	padding: 10px;
	transition: 0.8s;
	width: 64px;
	height: 64px;
	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:769px) and (max-width: 1290px) {
header > form {
	width: 335px;
}

header > form > input {
	width: 260px;
}

#body-container {
	margin-top: 126px;
}

#content {
	max-width: 100%;
	width: auto;
}

.cnt {
	width: 50%;
	padding: 15px;
	margin: 0;
}

/* article */
.thumbnail {
    width: 220px !important;
    height: 165px !important;
	float: left;
}

.thumbnail img {
    width: 220px !important;
    height: 165px !important;
    display: block;
}

.data-content {
    margin: 0px 5px 0px 225px !important;
}
	
/* player */
#player-header,
#player-footer {
	padding: 10px;
}

#player, #player > iframe {
	width: 700px;
}

.player-footer-title {
	width: auto;
}

#main-content {
    width: 100%;
}

#video-container {
	max-width: 100%;
}

#body-container{
	overflow: hidden;
}

/* mylist */
.fav-container {
	width: 700px;
}
}

@media screen and (min-width:480px) and (max-width:768px) {
header > form {
	width: 335px;
}

header > form > input {
	width: 260px;
}

#body-container {
	margin-top: 126px;
}

#content {
	max-width: 100%;
	width: auto;
}

.cnt {
	width: 100%;
	padding: 15px;
	margin: 0;
}

/* article */
.thumbnail {
    width: 210px !important;
    height: 158px !important;
    float: left;
}

.thumbnail img {
    width: 210px !important;
    height: 158px !important;
    display: block;
}

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

.favorite {
    font-size: 18px;
}

/* player */
#player-header,
#player-footer {
	padding: 10px;
}

#player{
	padding-bottom:50%;
	height: 300px;
}

.player-footer-title {
	width: auto;
}

#main-content {
    width: 100%;
}

#video-container {
	max-width: 100%;
}

#body-container{
	overflow: hidden;
}

#player, #player > iframe {
	width: 500px;
}

/* mylist */
.fav-container {
	max-width: 500px;
}

.f-cnt {
	width: 50%;
}
}

@media screen and (min-width:330px) and (max-width:479px) {
header > form > input {
	width: 240px;
}

.row{
  display: block;
}

.cnt {
 	width: 100%;
	overflow: hidden;
	margin: 0;
}

#body-container {
	margin-top: 126px;
}

/* article */
.thumbnail {
    width: 190px !important;
    height: 143px !important;
    float: left;
    position: relative;
}

.thumbnail img {
    width: 190px!important;
    height: 143px!important;
    display: block;
}

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

.favorite {
    font-size: 18px;
}

/* player */
#player-header,
#player-footer {
	padding: 10px;
}

#player-footer {
	display: block;
}

.flex-lcnt {
	width: auto;
	margin-bottom: 10px;
}

#player {
	width: auto;
	height: 250px;
}

.player-footer-title {
	width: auto;
}

/* mylist */
.fav-container {
	width: 100%;
	margin: 10px 0 0 0;
}

/* video-list */
#video-container {
	float: none;
	margin-left: 0px;
	width: auto;
}

.f-cnt {
	width: 50%;
}
}

@media screen and (min-width:0px) and (max-width:329px) {
#logo {
	height: 40px !important;
 	width: 200px !important;
 	margin: 0 auto;
}

#logo img {
	width: 200px !important;
	height: 40px !important;
}
	
	
header > form {
	width: 305px;
}

header > form > input {
	width: 230px;
}

.cnt {
 	width: 100%;
	overflow: hidden;
	margin: 0;
}

#body-container {
	margin-top: 126px;
}

/* article */
.thumbnail {
    width: 140px !important;
    height: 110px !important;
    float: left;
    position: relative !important;
}

.thumbnail img {
    width: 140px !important;
    height: 110px !important;
    display: block;
}
.data-content {
    margin: 0px 5px 0px 145px;
}

.favorite {
    font-size: 18px !important;
}

/* player */
#player-header,
#player-footer {
	padding: 10px !important;
}

#player-footer {
	display: block;
}

.flex-lcnt {
	width: auto;
	margin-bottom: 10px;
}

#player {
	width: auto !important;
	height: 220px !important;
	padding-bottom:50% !important;
}

.player-footer-title {
	width: auto !important;
}

/* mylist */
.fav-container {
	width: 100%;
	margin: 10px 0 0 0;
}

/* video-list */
#video-container {
	float: none;
	margin-left: 0px;
	width: auto;
}

.f-cnt {
  width: 50%;
}
}

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

 .history img, .favli img {
    height: 14vw;
	min-height:150px;
	max-height: 165px;
}

 .histitle, .favtitle {
    font-size: 15px;
    height: 32px;
}
}
