/*
Theme Name: girls1
Theme URL: https://onani.bz/
Author URI: https://onani.bz/
*/

 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 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: #f7f7f7;
   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 {
   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;
 }
 
 /*# sourceMappingURL=bootstrap-reboot.css.map */

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

a:hover, a:visited {/*マウスをのせたとき*/
	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 #000;
}

#logo {
	width: 175px;
	height: 60px;
	margin: 0 auto;
}

#logo img {
	width: 175px;
	height: 60px;
}

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

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

header > form > button {
  height: 39px;
  font-size: 21px;
  background: #460303;
  width: 75px;
  border: 1px solid #460303;
  cursor: pointer;
}

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

.cnt {
	background: #fff;
	padding: 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:#F4F7F5;
  border: 1px solid #F4F7F5;
  padding: 10px;
}

#content {
  margin: 0 auto;
  overflow: hidden;
  max-width: 95%;
}

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

#video-container > article {
  background: #fff;
  max-width: 95%;
  margin: 0 auto;
}

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

#nowword-container > span,
#nowword-container ul li {
  float: left;
  width: auto;
  line-height: 40px;
  text-align: center;
  height: 40px;
	margin: 0 15px 0 15px;
}

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

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

#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{
  overflow: hidden;
}

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

.unknown {
  line-height: 2.2 !important;
}

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

#player-header,
#player-footer {
  background-color:#FFF;
  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 {
  color: #fff;
	width: 100%;
	background: #460303;
	padding: 5px;
	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;
    padding: 5px;
}

.favClick {
	background: #5f5f5f;
	color: #fff!important;
}

.favDelete {
	background: #ff99cc;
}

/************************************************
*	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: #460303;
  border: 1px solid #460303;
  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;
  justify-content: center;
}

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

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;
	background: #460303;
	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: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
	background: #00635D;
	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,.3);
}

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

.menu a {
	color: white;
}

.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	font-size: .9em;
	line-height: 1.4;
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}

.menu li:first-child {
  background: #dd9dbf;
  text-align: center;
}

.menu li:nth-child(2) {
  background: #aabade;
  text-align: center;
}

.menu li:nth-child(3) {
  background: #d5a87f;
  text-align: center;
}

.menu a {
	display: block;
	padding: 1em 2em;
	text-decoration: inherit;
	transition: background .6s;
}
.menu a:hover {
	background: black;
}
#navTgl:checked ~ .menu {
	transform: none;
}

/***********************************************
*	Font Awesome		               *
************************************************/
.fa-angle-up {
  color: #FF715B;
}

.fa-search {
  color: #fff;
}

/***********************************************
*	ページトップ		               *
************************************************/

#page-top {
  font-size: 0;
  position: fixed;
  bottom: 16px;
  right: 16px;
  opacity: 0;
}
#page-top.fade-in {
  color: #460303;
  font-size: 80px;
  opacity: 0.6;
  transition: opacity 1s;
}

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

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

/***********************************************
*	Terms 		                       *
************************************************/
#terms	{
  background: #fff;
  padding: 10px;
  margin: 0 auto;
}

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

/***********************************************
*	共有サイトアイコン 		                       *
************************************************/

.host-xvideos, .host-Xvideos {
	background: #d60028 !important;
	color: #FFF !important;
}

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

.host-xhamster, .host-Xhamster {
	background: #7b430b !important;
	color: #fff !important;
}

.host-fc2, .host-fc2  {
	background: #00582a !important;
	color: #FFF !important;
}

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

.host-sharevideos, .host-ShareVideos {
	background: #d70251 !important;
	color: #FFF !important;
}

.host-redtube, .host-RedTube {
	background: #ae1921 !important;
	color: #FFF !important;
}

.host-VJAV {
	background: #ff4a1a !important;
	color: #FFF !important;
}

.host-JavyNow {
	background: #17151d !important;
	color: #FFF !important;
}

/************************
*	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%;
}

#parent_player {
	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: 70px;
	height: 70px;
	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) {


#logo {
	float: none;
}

header > form {
	width: 335px;
}

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

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

.cnt {
  width: calc(50% - 10px);
}

/* article */
.video-title {
	font-size: 17px;
	font-weight: bold;
}

.thumbnail {
    width: 100% !important;
    height: 230px !important;
}

.thumbnail img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover;
}

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

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

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

.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) {

#logo {
	float: none;
}

header > form {
	width: 335px;
}

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

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

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

.cnt {
  width: calc(50% - 10px);
  margin: 5px;
}

/* article */
.video-title {
	font-size: 17px;
	font-weight: bold;
}

.thumbnail {
    width: 100% !important;
    height: 180px !important;
    position: relative;
}

.thumbnail img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
}

.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:320px) and (max-width:479px) {

#logo {
	float: none;
}

header > form {
  width: 80%;
}

header > form > input {
	width: 70%;
}

header > form > button {
  width: 30%;
}

.row{
  display: block;
}

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

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

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

/* article */
.video-title {
	font-size: 17px;
	font-weight: bold;
}

.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 !important;
	height: 250px !important;
}

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

.thumbnail {
  margin: 0 auto;
  width: 100% !important;
  height: 205px !important;
}

.thumbnail img {
  width: 100% !important;
  height: 205px !important;
  object-fit: cover;
}

.f-cnt {
  width: 50%;
}
.fa-2x {
  font-size: 1em !important;
}
}

/***********************************************
*	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;
}

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

 .history img, .favli img {
    height: 14vw;
 }

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



