/* CLEARFIX
------------------------------------------------------------------------------*/

body > header:after,
#nav_tag ul:after,
#search_form form:after,
.article_list article:after,
#btns:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

/* HEADER
------------------------------------------------------------------------------*/

body {
	padding-top: 50px;
}

body > header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 150;
	background: #FFF;
}

#logo {
	width: 90px;
	padding-top: 15px;
	margin: 0 auto;
}

#btn_mylist,
#btn_search {
	line-height: 28px;
	border: 1px solid #000;
	background: #FFF;
	padding: 0 10px;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.1);
	position: absolute;
	top: 10px;
	cursor: pointer;
}

#btn_mylist {
	right: 10px;
}

#btn_search {
	left: 10px;
}

#btn_search.selected {
	color: #FFF;
	background: #000;
}

#btn_search i {
	line-height: 28px;
}

#search {
	position: absolute;
	display: none;
	top: 50px;
	padding: 10px;
	background: #F3F3F3;
	width: 100%;
	height: 2000px;
	z-index: 150;
	box-sizing: border-box;
}

#nav_tag,
#search_form {
	background: #FFF;
}

#nav_tag h2,
#search_form h2 {
	line-height: 40px;
	border: 1px solid #E1E1E1;
	padding: 0 10px;
}

#nav_tag {
	margin-bottom: 10px;
}

#nav_tag ul {
	border-left: 1px solid #E1E1E1;
}

#nav_tag li {
	float: left;
	width: 25%;
}

#nav_tag li a {
	font-size: 11px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

#nav_tag .btn_more {
	border: 1px solid #E1E1E1;
	border-top: none;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

#search_form form {
	padding: 10px;
	border: 1px solid #E1E1E1;
	border-top: none;
}

#search_form input,
#search_form button {
	display: block;
	float: left;
	height: 40px;
	box-sizing: border-box;
}

#search_form input {
	font-size: 16px;
	line-height: 20px;
	width: 80%;
	border: 1px solid #E1E1E1;
	border-right: none;
	padding: 0 15px;
	border-radius: 0;
	-webkit-appearance: none;
}

#search_form button {
	color: #FFF;
	line-height: 42px;
	background: #000;
	border: none;
	width: 20%;
	cursor: pointer;
}

/* ARTICLE LIST
------------------------------------------------------------------------------*/

.article_list h1,
.article_list h2,
#common_content h1 {
	position: relative;
	background: #F3F3F3;
	line-height: 50px;
	padding: 0 15px;
}

.article_list.update_list h2,
.link_list h2 {
	background: #F3F3F3;
	line-height: 30px;
	padding: 0 15px;
}

.article_list h1:before,
.article_list h2:before {
	content: "\f002";
	font-family: FontAwesome;
	margin-right: 10px;
}

.article_list.update_list h2:before {
	content: none;
}

#btn_list_setting,
#btn_delete {
	line-height: 28px;
	border: 1px solid #000;
	padding: 0 10px;
	background: #FFF;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.1);
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#btn_list_setting.selected {
	color: #FFF;
	background: #000;
}

#current_setting {
	padding: 10px;
	background: #FFF;
	border-bottom: 1px solid #E1E1E1;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
	margin-bottom: 10px;
}

#current_setting dt,
#current_setting dd {
	display: inline;
	font-size: 11px;
	margin-right: 5px;
}

#current_setting dd {
	font-weight: bold;
}

#list_setting {
	border: 1px solid #E1E1E1;
	background: #FFF;
	padding: 15px 10px 5px;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
	margin: 0 10px 10px;
}

#list_setting dt,
#list_setting dd {
	margin-bottom: 10px;
}

#list_setting dt {
	font-weight: bold;
}

#list_setting dd {
	display: inline-block;
	line-height: 30px;
	margin-right: 5px;
}

#list_setting dd a.current {
	background: #F3F3F3;
	padding: 0 5px;
}

#list_setting dd i {
	font-size: 16px;
	color: #E1E1E1;
}

#list_setting dd .current i {
	color: #000;
}

#result {
	text-align: center;
	margin: 20px 0;
}

#result strong {
	font-size: 20px;
	margin-right: 5px;
}

.article_list article {
	position: relative;
	height: auto;
	padding: 10px;
	border-top: 1px solid #E1E1E1;
}

.article_list.update_list article {
	border-top: none;
	border-bottom: 1px solid #E1E1E1;
}

.article_list.update_list article:last-child {
	border-bottom: none;
}

.article_list .thumb {
	float: left;
	width: 120px;
	height: 90px;
	position: relative;
}

.article_list .thumb img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.article_list .w100 .thumb {
	float: left;
	width: 100px;
	position: relative;
}

.article_list .btn_mylist {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	color: #E1E1E1;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.ripple {
	z-index: 2;
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 0.75s;
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.article_list .duration,
.article_list .label {
	position: absolute;
	display: block;
	width: auto;
	padding: 5px 10px;
	color: #FFF;
	font-size: 12px;
	opacity: 0.7;
}

.article_list .duration {
	background: #000;
	right: 0;
	bottom: 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.article_list .label {
	left: 0;
	top: 0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.label_dmm {
	background: #E90000;
}

.article_list .article_content {
	margin-left: 130px;
}

.article_list .w100 .article_content {
	margin-left: 110px;
}

.article_list time {
	font-size: 10px;
}

.article_list h3 {
	margin-bottom: 10px;
}

.article_list h3 a {
	font-weight: normal;
	line-height: 1.5;
}

.article_list article ul {
	margin-bottom: 5px;
}

article footer ul {
	margin-bottom: 15px;
}

.article_list article li,
article footer li {
	display: inline-block;
	margin: 0 7px 7px 0;
}

.article_list article li a,
article footer li a {
	display: block;
	border: 1px solid #E1E1E1;
	background: #FFF;
	box-shadow: 0 2px 0 rgba(8, 1, 2, 0.03);
}

.article_list article li a {
	font-size: 10px;
	line-height: 20px;
	padding: 0 7px;
}

article footer li a {
	font-size: 10px;
	line-height: 30px;
	padding: 0 10px;
}

.article_list .btn_more {
	display: block;
	color: #FFF;
	text-align: center;
	background: #000;
	line-height: 40px;
	border: 1px solid #000;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.1);
	margin: 0 0 20px;
}

#star {
	position: absolute;
	z-index: 9999;
}

/* PAGINATION
------------------------------------------------------------------------------*/

ol {
	text-align: center;
	margin: 20px 0;
}

ol li {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	width: 30px;
	margin: 0 2px;
}

ol li a,
article ol li {
	border: 1px solid #000;
	background: #FFF;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.1);
}

.article_list ol .current,
article .current a {
	color: #FFF;
	background: #000;
}

.article_list ol .current {
	border: 1px solid #000;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.1);
}

/* SORT LIST
------------------------------------------------------------------------------*/

#sort_list {
	font-size: 0;
	margin: 10px;
}

#sort_list li {
	display: inline-block;
	width: 25%;
}

#sort_list li a {
	display: block;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#sort_list li:last-child a {
	border-right: 1px solid #000;
}

#sort_list li.current a {
	color: #FFF;
	background: #000;
}

/* ARTICLE
------------------------------------------------------------------------------*/

article h1 {
	font-size: 16px;
	line-height: 1.5;
	background: #F3F3F3;
	padding: 10px 15px;
	margin: 0 0 20px;
}

#btns {
	text-align: center;
	padding: 0 10px;
	margin: 0 0 10px;
}

#btns .btn_mylist,
#btns ul,
#btns li {
	display: inline-block
}

#btns .btn_mylist,
#btns li {
	line-height: 30px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	padding: 0 10px 0 0;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
	margin: 0 3px;
	cursor: pointer;
}

#btns .btn_mylist {
	position: relative;
}

#btns .btn_mylist:before,
#btns li:before {
	font-family: FontAwesome;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	padding: 0 10px;
	margin-right: 10px;
}

#btns .btn_mylist:before {
	content: "\f005";
	background: #C4C4C4;
}

#btns #btn_good {
	color: #FF1981;
}

#btns #btn_bad {
	color: #006ADD;
}

#btns .voted #btn_good,
#btns .voted #btn_bad {
	color: #000;
	background: #F3F3F3;
	cursor: inherit;
}

#btns #btn_good:before {
	content: "\f164";
	background: #FF1981;
}

#btns #btn_bad:before {
	content: "\f165";
	background: #006ADD;
}

#btns .btn_mylist.added:before {
	background: #000;
}

#btns .voted #btn_good:before,
#btns .voted #btn_bad:before {
	background: #C4C4C4;
}

.link_ad {
	border: 1px solid #E1E1E1;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
	margin: 20px 10px;
}

.link_ad li {
	border-bottom: 1px solid #E1E1E1;
}

.link_ad li:last-child {
	border-bottom: none;
}

.link_ad li a {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px;
}

#player {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0;
	margin: 0 0 20px;
	overflow: hidden !important;
}

#player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article footer {
	margin: 0 10px;
}

/* LINK LIST
------------------------------------------------------------------------------*/

.link_list {
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
	margin: 0 0 20px;
}

.link_list li {
	border-bottom: 1px solid #E1E1E1;
}

.link_list a {
	line-height: 1.5;
	padding: 10px 15px;
}

/* FOOTER
------------------------------------------------------------------------------*/

body > footer ul {
	text-align: center;
	padding: 20px 0;
}

body > footer li {
	display: inline-block;
	margin: 0 5px;
}

body > footer li a {
	font-size: 12px;
}

#btn_top,
body > footer p {
	text-align: center;
	line-height: 40px;
}

#btn_top {
	display: block;
	background: #F3F3F3;
	cursor: pointer;
}

#copyright {
	font-size: 10px;
}

/* SITE POLICY
------------------------------------------------------------------------------*/

#policy_list li {
	list-style: disc inside;
	line-height: 1.5;
	margin-bottom: 20px;
}

/* BANNER
------------------------------------------------------------------------------*/

.b300 {
	width: 300px;
	margin: 0 auto 10px;
}

/* OTHERS
------------------------------------------------------------------------------*/

#common_content h1 {
	margin-bottom: 15px;
}

#policy_list,
#faq_list {
	padding: 0 15px 15px;
}

#policy_list li {
	list-style: disc inside;
	line-height: 1.5;
	margin-bottom: 15px;
}

#faq_list dt,
#faq_list dd {
	line-height: 1.5;
	margin-bottom: 15px;
}

#faq_list dt {
	font-weight: bold;
}

#online_girl_banner {
	margin-top: -15px;
}

/* NAV
------------------------------------------------------------------------------*/

nav {
	width: auto;
	overflow: hidden;
}

nav ul {
	width: 100%;
	background: #E1E1E1;
	white-space: nowrap;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

nav ul li {
	display: inline-block;
	padding: 10px 0;
}

nav ul li:first-child,
nav ul li a {
	font-size: 11px;
	line-height: 15px;
	padding: 0 15px;
	border-right: 1px solid #000;
}

nav ul li:first-child {
	font-weight: bold;
}

nav ul li a {
	display: block;
}

nav ul li:last-child a {
	border-right: none;
}

/* FAM
------------------------------------------------------------------------------*/

.fam_article.fam_article_video article {
	border-top: none !important;
}

.fam_article article a div div {
	margin: 0 10px 0 0 !important;
}

.fam_article article a div div img {
	vertical-align: bottom;
}

.fam_article span {
	line-height: 1.5;
}

.fam_rectangle {
	width: 300px;
	margin: 0 auto 10px;
}

#article_items + .fam_rectangle,
.fam_rectangle.fam_rectangle_top {
	margin: 10px auto;
}

.fam_rectangle div > img {
	vertical-align: bottom;
}

.fam_rectangle span {
	font-size: 15px;
	line-height: 1.3;
	width: 280px !important;
	padding: 10px !important;
}

article .fam_rectangle {
	margin: 0 auto 20px;
}

.famrank2_thumb {
	order: 2 !important;
}

.famrank2_thumb > img {
	width: 100px !important;
	height: 100px !important;
}

.famrank2_thumb + div {
	font-weight: bold !important;
	line-height: 100px !important;
	order: 1 !important;
	width: auto !important;
	padding: 0 10px 0 0 !important;
}

.fam_buzz a > div > div:last-child {
	padding: 0 10px !important;
	order: 3 !important;
}

.famrank2_star div {
	z-index: inherit !important;
}

/* PC
------------------------------------------------------------------------------*/

@media(min-width:768px) {
	
	nav ul li:first-child,
	nav ul li a,
	#btn_list_setting,
	#btn_delete,
	#current_setting dt,
	#current_setting dd,
	#sort_list li a,
	.article_list .btn_more,
	ol li,
	.link_list a {
		font-size: 16px;
	}
	
	body {
		padding: 70px 0 0;
	}
	
	body > header {
		height: 70px;
		box-shadow: 0px 3px 7px -2px rgba(17, 17, 17, 0.06);
	}
	
	#logo {
		padding: 25px 0 0;
	}
	
	#btn_mylist, #btn_search {
		font-size: 16px;
    	line-height: 40px;
    	padding: 0 15px;
		top: 15px;
	}
	
	#btn_mylist {
		right: 20px;
	}
	
	#btn_search {
		left: 20px;
	}
	
	#search {
		top: 70px;
	}
	
	#container {
		padding: 20px 20px 0;
	}
	
	nav {
		position: absolute;
		float: left;
		width: 300px;
		box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	}
	
	nav ul {
		background: #FFF;
	}
	
	nav ul li {
		display: block;
		padding: 0;
		border-top: 1px solid #F4F4F4;
	}
	
	nav ul li:first-child {
		border: none;
		padding: 20px;
	}
	
	nav ul li a {
		line-height: 40px;
		padding: 0 20px;
		border: none;
	}
	
	#content {
		margin: 0 0 0 320px;
	}
	
	#article_items, 
	.article_list.update_list {
		box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	}
	
	.article_list.update_list {
		margin: 0 0 20px;
	}
	
	.article_list h1,
	.article_list h2,
	.article_list.update_list h2,
	#common_content h1,
	.link_list h2 {
		font-size: 20px;
		line-height: 70px;
		padding: 0 15px;
		margin: 0 0 20px;
	}
	
	#btn_list_setting,
	#btn_delete {
		line-height: 40px;
		top: 15px;
		right: 15px;
	}
	
	#current_setting {
		border: 1px solid #E1E1E1;
		padding: 15px;
		margin: 0 0 20px;
	}
	
	#sort_list {
		margin: 20px 0;
	}
	
	#sort_list li a {
		line-height: 40px;
	}
	
	.article_list article {
		padding: 20px 15px;
	}
	
	.article_list .thumb {
		width: 200px;
		height: 150px;
	}
	
	.article_list .article_content {
		margin: 0 0 0 220px;
	}
	
	.article_list h3 a {
		font-size: 20px;
		font-weight: bold;
	}
	
	.article_list article ul {
		margin: 0 0 10px;
	}
	
	.article_list article li a,
	article footer li a {
		font-size: 13px;
		padding: 0 15px;
	}
	
	.article_list article li a {
		line-height: 25px;
	}
	
	.article_list time {
		font-size: 13px;
	}
	
	.article_list .btn_more {
		line-height: 50px;
	}
	
	ol li {
		line-height: 40px;
		width: 40px;
	}
	
	.article_list.update_list h2,
	.link_list h2 {
		color: #000;
		background: #FAFAFA;
		margin: 0;
	}
	
	.ad_article,
	.fam_buzz,
	.fam_live {
		display: none;
	}
	
	article h1 {
		color: #000;
    	font-size: 30px;
		background: #FAFAFA;
		padding: 15px;
		margin: 0 0 20px;
	}
	
	#btns .btn_mylist,
	#btns li {
		font-size: 16px;
	    line-height: 40px;
		padding: 0 20px 0 0;
		margin: 0 5px;
	}
	
	#btns .btn_mylist:before,
	#btns li:before {
	    height: 40px;
		padding: 0 15px;
		margin: 0 20px 0 0;
	}
	
	article footer li a {
		line-height: 40px;
	}

	.atop.visible_pc a {
		display: inline-block;
	}
	
}
/* 広告用 201001
------------------------------------------------------------------------------*/

.atop, .abottom{
width:100%;
text-align:center;
padding:1em 0;
}
.atop img, .abottom img{
max-width:100%;
height:auto;
}

 .mb150p{
 	padding-bottom:1.5em;
 }
 
 .mt150p{
 	padding-top:1.5em;
 }
 .mtb150p{
 	padding-top:1.5em;
 	padding-bottom:1.5em;
 }

.banner-player div,
.banner-player div > img {
        width: 100%;
        height: 100%;
}

.banner-player {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 100;
}

.banner-player > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 320px;
        height: 100px;
        background: rgba(0, 0, 0, 0.5);
        transform: translate(-50%, -50%);
}

#fam_adrt_bnr320x100 > div,
#fam_adrt_bnr320x100 > div > iframe {
        width: 320px !important;
        height: 100px !important;
}

.banner-player button {
        position: absolute;
        display: block;
        font-size: 13px;
        left: 10px;
        border: 1px solid #D9D9D9;
        background: #F4F4F4;
        padding: 5px;
        cursor: pointer;
        top: 10px;
        z-index: 150;
}

.visible_pc {
        display: none;
}
.visible_sp {
        display: block;
}
@media(min-width:768px) {
        .visible_pc {
                display: block;
        }
        .visible_sp {
                display: none;
        }
}
