/* additional styles
----------------------------------------------- */
@font-face {
	font-family: 'KokuSBJ';
	src: url(/images/kokusbj.woff) format('woff'),
		url(/images/kokusbj.ttf) format('truetype');
}

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: none;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/*.wrapper{border: 1px solid #e9e9e9;}*/

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title {
	font-size: 14px;
	line-height: 2.2;
	text-transform: uppercase;
	color: #636363;
}

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.2;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.2;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 0px;
	font-family: inherit;
	margin-right:0%;
	margin-bottom: 7px;
	padding: 8px 10px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

#searchsubmit {
	background: #D32A24;
	border: 0;
	color: #FFFFFF;
	min-width: 24%;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
li.bypostauthor cite span {
	color: #fff;
	background-color: #D32A24;
	background-image: none;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.widget-area img,
.site-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto; /* This makes sure that images scales properly on all browsers */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/*
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}
*/

/* Make sure videos fit max width of parent container */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/
#nav-single {
}
#nav-below {
	clear: both;
	background: #F8F8F8;
	border-bottom: 3px solid #D32A24;
	font-size: 0;
	line-height: 1;
	margin: 48px auto;
	width: 100%;
}
#nav-below span {
	display: inline-block;
}
#nav-below a {
	color: #444;
	display: inline-block;
	background: no-repeat;
	background-size: 20px;
	font-size: 20px;
	padding: 8px 12px;
	transition: all 0.3s ease 0s;
}
#nav-below a:hover {
	color: #FFF;
	background-color: #D32A24;
}
#nav-below a.pageNext {
	background-position: 90% 50%;
	background-image: url(/images/play-icon_80.png);
	padding-right: 32px;
}
#nav-below a.pagePrev {
	background-position: 10% 50%;
	background-image: url(/images/play-icon-L_80.png);
	padding-left: 32px;
}
.pageNextWrapper {
	float: right;
}
.pageCurrent {
	color: #FFF;
	background: #D32A24;
	font-size: 20px;
	padding: 8px 12px;
}
.pageExtend {
	font-size: 13px;
	padding: 0 4px;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}

#nav-single li {
	background: #F8F8F8;
	margin: 6px 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 silver;
}
#nav-single li:hover {
	background-color: #F0F0F0;
}

a.navPrev-a, a.navNext-a {
	display: block;
	color: #777;
	font-size: 13px;
	line-height: 1.4;
}
a.navPrev-a:hover, a.navNext-a:hover {
	color: #222;
}
a.navPrev-a {
	background: no-repeat url(/images/play-icon-L_80.png);
	background-size: 24px;
	text-align: left;
}
a.navNext-a {
	background: no-repeat url(/images/play-icon_80.png);
	background-size: 24px;
	text-align: right;
}

.sNavPrevNext {
	overflow: hidden;
	margin: 12px 0;
	padding: 0 2px;
}
.nav-previous, .nav-next {
	background: no-repeat #F8F8F8;
	background-size: 60px auto;
	width: 300px;
	height: 60px;
	margin: 4px 0;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px silver;
}
.nav-previous:hover, .nav-next:hover {
	background-color: #E8E8E8;
}
.nav-previous {
	float: left;
	background-position: 0 50%;
}
.nav-next {
	float: right;
	background-position: 100% 50%;
}
.nav-previous a {
	background-position: 16px 50%;
	height: 52px;
	padding: 4px 8px 4px 64px;
}
.nav-next a {
	background-position: 258px 50%;
	height: 52px;
	padding: 4px 64px 4px 8px;
}

.sNavPrevList {
	clear: both;
	text-align: left;
	margin: 6px 12px;
}
.sNavNextList {
	text-align: right;
	margin: 6px 12px;
}
.sNavPrevList a {
	background-position: 2% 50%;
	padding: 4px 8px 4px 40px;
}
.sNavNextList a {
	background-position: 98% 50%;
	padding: 4px 40px 4px 8px;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.8;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	background: #FFF;
	font-size: 15px;
	font-family: "Ubuntu", Helvetica, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
a {
	outline: none;
	color: #0B5DA0;
	text-decoration:none;
}
a:hover {
	color: #D32A24;
}

/* Page structure */
.uapconly, .pconly {
	display: none;
}
.site {
	padding: 0 12px;
}
.site-content {
	padding-top: 8px;
}
.widget-area {
	margin-top:10px;
}

/* Header */
.site-header-back {
	background: 50% 10% no-repeat url(/images/siteheader_back2.jpg);
	background-size: auto 200px; 
	border-top: 3px solid #D32A24;
	border-bottom: 3px solid #D32A24;
}
.backdoor {
	position: absolute;
	top: 0;
	right: 0;
}
.backdoor a {
	display: block;
	color: #FFF;
	background: #D32A24;
	font-size: 12px;
	padding: 3px 8px;
}
.site-header {
	position: relative;
	height: auto;
	text-align: left;
}
.site-header h1 a {
	font-weight: normal;
	padding-left: 2px;
	line-height: 1;
	font-size: 14px;
	text-shadow: 0.1px 1px 2px #CCCCCC;
}
.site-header h1 a,
.site-header h2 a {
	font-size: 27px;
	line-height: 1.6;
	font-weight: normal;
	text-decoration: none;
	color:#444444;
	text-shadow: 1px 1px 1px #888888;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color:#111111;
	text-decoration: none;
}
.site-header h2 {
	font-family: KokuSBJ;
}
.hgroup {
	display: inline-block;
	background: 144px 2px no-repeat url(/images/favicon2_64.png);
	background-size: 32px auto;
	padding-top: 12px;
}
.spReady {
	visibility: hidden;
	font-size: 12px;
	text-align: right;
	padding: 0 20px 6px 0;
	margin-right: 14px; 
}
.r18Warnning {
	position: absolute;
	top: 40%;
	right: 46px;
	width: 60px;
}
.r18Warnning img {
	width: 100%;
}
#page {
	overflow-x: hidden;
	background: 0 0 no-repeat none;
	background-size: 100%;
}
#main {
	background: 0 0 no-repeat;
	background-size: cover;
}
#content {
	background: 0 0 no-repeat;
}
#content .fullWidth {
	margin-left: -12px;
	margin-right: -12px;
}

/* Navigation Menu */
.themonic-nav {
	border-bottom: 2px solid #D32A24;
	overflow: hidden;
}
.themonic-nav ul.nav-menu {
	background: rgba(243, 243, 243, 0.5);
	border-top: 1px solid #EDEDED;
	text-align: left;
	max-width: 1040px;
	margin: 0 auto;
	box-shadow: 2px 0 9px 1px #F8F8F8;
}
.themonic-nav li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.4;
	width: auto;
	transition: .3s ease 0s;
}
.themonic-nav li:hover {
	text-decoration: none;
	background: #D32A24;
}
li.current-menu-item {
	background: #D32A24;
}
.themonic-nav li a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 0;
	color: #6A6A6A;
	line-height: 4;
	padding: 0 20px;
	white-space: nowrap;
	transition: .3s ease 0s;
}
.themonic-nav li a:hover {
	color: #FFF;
}
.themonic-nav .current-menu-item > a,
.themonic-nav .current-menu-ancestor > a,
.themonic-nav .current_page_item > a,
.themonic-nav .current_page_ancestor > a {
	background: #D32A24;
	color: #FFF;
	font-weight: bold;
}
.themonic-nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.themonic-nav li ul ul {
	top: 0;
	left: 100%;
}
.themonic-nav ul li:hover > ul {
	border-left: 0;
	display: block;
}
.themonic-nav li ul li a {
	display: block;
	background: #EFEFEF;
	border-bottom: 1px solid #F9F9F9;
	font-size: 11px;
	line-height: 2.2;
	padding: 8px 10px;
	width: 160px;
	white-space: normal;
}
.themonic-nav li ul li a:hover {
	color: #444;
	background: #E9E9E9;
}


/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget-title {
	background: #F2F2F2;
	font-size: 16px;
}
.widget.widget_search {
	margin-bottom: 14px;
}
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.6;
	padding: 5px 0;
}
.widget-area .widget .textwidget {
	border-bottom: 1px solid #E9E9E9;
}
p.widget-title {
	margin-bottom: 12px;
	padding: 10px;
}
.widget-area .textwidget ul {
	list-style: none none outside;
	margin: 0 0 24px;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
	font-size: 98%;
}
.widget-area .widget a:hover {
	color: #4F5254;
}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* #front on Home page
-------------------------------------------------------------- */
.frontBase {
	width: 100%;
	margin: 0 0 4%;
}
#front {
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	padding: 2.5%;
	border-radius: 0 0 4px 4px;
}
#front.monthlyAV {
	box-shadow: 0 0 2px 1px #33B00A inset;
	background: rgba(247, 255, 243, 0.8);
}
.topMonthlyAd {
	margin: 12px 8px;
}
.topMonthlyAd-sp {
	max-width: 320px;
	margin: 12px auto;
}
.topMonthlyAd-sp img {
	max-width: 100%;
}
.starHeader-h2 {
	background: 6px 4px no-repeat url(/images/favicon2_64.png) #F2F2F2;
	background-size: 32px auto;
	font-size: 18px;
	line-height: 1.2;
	padding: 10px 8px 12px 44px;
	margin-bottom: 12px;
}
.frInnerBase {
	width: 100%;
	border: 3px solid rgba(255, 255, 255, 0.8);
	border-top: none;
	border-radius: 0 0 4px 4px;
	margin: 0 auto;
}
#frontRanking {
	padding-bottom: 12px;
	margin: 0 4px 4px;
	overflow: hidden;
}
#frontRanking.inHome {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 4px 4px;
}
#frontRanking.inPrimary {
	margin: 0 0 30px;
}
#frontRanking ol {
}
#frontRanking li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 4px;
}
#frontRanking.inPrimary li {
	margin: 0 4px 4px;
}
#frontRanking .pvrItem {
	position: relative;
	color: #FFF;
	background: 50% 50% no-repeat;
	width: 200px;
	padding-top: 56.25%;
}
#frontRanking a:hover .pvrItem {
	box-shadow: 0 0 3px 1px silver;
	border-radius: 0;
	opacity: 0.75;
}
#frontRanking.inPrimary .pvrItem {
	width: 112px;
	height: 112px;
	padding-top: 0;
	border-radius: 56px;
	transition: all 0.4s ease 0s;
}
#frontRanking .pvrRank {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	background: #D32A24;
	padding: 2px 8px;
}
#frontRanking .pvrTitle {
	color: #444;
	font-size: 13px;
	line-height: 1.2;
	padding: 4px 2px;
	width: 196px;
}
#frontRanking.inPrimary .pvrTitle {
	width: 108px;
}
#frontRanking .pvrPV {
	position: absolute;
	right: 0;
	bottom: 8px;
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	padding: 2px 6px;
	border-radius: 2px;
	opacity: 0.5;
}
#frontRanking .playIcon {
	background-size: 40px;
}
#frontRanking-sp {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
#frontRanking-sp li:nth-of-type(n+4) {
	display: none;
}
.widget .pvrItem {
	position: relative;
	background: 0 50% no-repeat #F8F8F8;
	background-size: 60px auto;
	height: 60px;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px silver;
}
.widget a:hover .pvrItem {
	background-color: #E8E8E8;
}
.widget .pvrTitle {
	line-height: 1.4;
	padding: 4px 8px 4px 64px;
}
.pvrPV {
	position: absolute;
	right: 8px;
	bottom: 4px;
}
ol.pvRanking {
	text-align: center;
}
ol.pvRanking li {
	text-align: left;
	max-width: 340px;
	margin: 0 auto;
}
.pvrRank {
	background: 0 0 no-repeat url(/images/prize_back.png);
	background-size: 24px auto;
	line-height: 1;
	padding: 2px 0 4px 30px;
	margin-bottom: 4px;
	text-shadow: 0 0 1px #FFF;
}
ol.pvRanking li:nth-of-type(2) .pvrRank {
	background-position: 0 -26px;
}
ol.pvRanking li:nth-of-type(n+3) .pvrRank {
	background-position: 0 -53px;
}

#catTopExLinks {
	margin-bottom: 24px;
}
.hcWrapper {
	background: rgba(255, 255, 255, 0.9);
	margin-top: 4%;
	border-radius: 4px;
}
.abst-h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 16px 0;
}
.abst-h2 {
	text-align: right;
	font-size: 14px;
	line-height: 1.2;
	margin: 12px 0;
}
.abst-h3 {
	background: 0 50% no-repeat url(/images/green-check_72.png);
	background-size: auto 24px;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 0 2px 30px;
	margin: 12px 0 12px 8px;
}
.newArticle {
	color: #FFF;
	font-weight: bold;
	margin: 6px 0;
	text-shadow: 1px 1px 4px #D32A24, -1px -1px 4px #D32A24;
}
.hCaution {
	color: #444;
	background: 0 50% no-repeat url(/images/heart-caution_32.png);
	background-size: auto 16px;
	display: inline-block;
	text-align: left;
	line-height: 1.2;
	font-size: 13px;
	padding: 2px 0 2px 24px;
}
.rArrow {
	background: 100% 75% no-repeat url(/images/right-arrow_32.png);
	background-size: auto 16px;
	padding: 1px 22px 1px 0;
}
.buttonBack {
	max-width: 340px;
	color: #EFEFEF;
	background: 0 50% repeat-x rgba(0, 0, 0, 0.65) url(/images/button-back3.png);
	background-size: auto 48px;
	text-align: right;
	line-height: 1.4;
	padding: 16px 8px;
	margin: 6px 0 6px auto;
}
a.greenButton {
	display: inline-block;
	color: #FFF;
	background-color: #33A00B;
	background-image: linear-gradient(#5BD862 0%, #33A00B 100%);
	padding: 6px 16px;
	margin-left: 12px;
	border-radius: 14px;
	text-shadow: 0 0 6px #0E2B03;
}
.buttonBackF {
	font-size: 13px;
	line-height: 1.6;
	text-align: right;
	margin: 20px 0;
}
a.greenButtonF, .greenButtonF {
	display: inline-block;
	color: #FFF;
	background-color: #33A00B;
	background-image: linear-gradient(#5BD862 0%, #33A00B 100%);
	font-size: 13px;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #0E2B03;
	padding: 5px 14px;
	border-radius: 14px;
	box-shadow: 1px 1px 3px #666;
}
a.simpleButton, .simpleButton {
	display: inline-block;
	color: #444;
	font-size: 13px;
	padding: 4px 8px;
	border: 1px solid silver;
}
.sqrArrow {
	background: 100% 0 no-repeat url(/images/squreArrow_32.png);
	background-size: 16px auto;
	padding: 1px 22px 1px 0;
}
.sqdArrow {
	background: 100% -32px no-repeat url(/images/squreArrow_32.png);
	background-size: 16px auto;
	padding: 1px 22px 1px 0;
}
.vtbgBack {
	text-align: right;
	font-size: 13px;
	margin-top: 20px;
}

.todaysPickup {
	text-align: center;
	margin: 20px 0 40px;
}
.tpvTitle {
	border-bottom: 1px solid #D32A24;
	text-align: left;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
.tpvBlock {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	max-width: 320px;
	margin-right: 16px;
}
.tpvLinkBlock {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.avLink2Post {
	text-align: right;
	margin: 6px 0;
}
.avLink2Post-a {
	display: inline-block;
	font-size: 13px;
	width: 300px;
}

.pcMiddleAdWrapper {
	margin: 24px 0 48px;
}
#pcMiddleAd, #dmmLiveChat {
	max-width: 600px;
	margin: 12px auto;
}
#pcMiddleAd a, #dmmLiveChat a {
	display: block;
}
#pcMiddleAd img, #dmmLiveChat img {
	max-width: 100%;
	height: auto;
}
#pcMiddleAd a:hover {
	opacity: 0.8;
}
#pcMiddleAd li {
	margin: 4px 0;
}
#pcMiddleAd li:nth-of-type(n+3) {
	display: none;
}
#dmmLiveChat-ul {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
#dmmLiveChat-ul li {
	display: inline-block;
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */
.textAD {
	margin: 20px 0;
}
.taBlock-a {
	display: block;
	background-color: #FFF;
	max-width: 600px;
	line-height: 1.4;
	margin: 0 auto;
	padding: 4px;
	box-shadow: 0 0 2px silver;
}
.taCopyWrapper {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 78%;
}
.taMainCopy {
	display: block;
	color: #00F;
	font-size: 15px;
	padding-bottom: 4px;
}
a:hover .taMainCopy {
	text-decoration: underline;
}
.taSubCopy {
	display: block;
	color: #000;
	font-size: 11px;
}
a:hover .taSubCopy {
	color: #444;
}
.taButtonWrapper {
	display: inline-block;
	vertical-align: middle;
	width: 22%;
}
.taButton {
	display: block;
	background: 0 0 no-repeat url(/images/taButton_96.png);
	background-size: 100% 100%;
	font-size: 96px;
	width: 60%;
	max-height: 58px;
	margin: 0 auto;
}
a:hover .taButton {
	opacity: 0.9;
}

.awBlack a {
	color: #444;
}
.awBlack a:hover {
	color: #111;
}
.blackAnchorWrapper a {
	color: #444;
	text-decoration: none;
}
.blackAnchorWrapper a:hover{
	color: #111;
}
.entryTitle {
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 30px;
}
.entrySummary {
	max-width: 656px;
	margin: 0 auto;
}

.spEntry-a {
	display: block;
	margin-bottom: 10px;
}
.spEntryBack {
	position: relative;
	background: 0 50% no-repeat #F8F8F8;
	background-size: 80px auto;
	height: 80px;
	padding: 0 8px 0 88px;
	border-radius: 5px;
	box-shadow: 0 0 3px 1px silver;
}
.sp-titleBack {
	background: 0 50% no-repeat #FFF8F8;
	background-size: 60px auto;
	height: 60px;
	padding: 0 8px 0 68px;
	border-radius: 5px;
	box-shadow: 0 0 3px 0 #D32A24;
}
.sp-eTitle {
	color: #544;
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	padding-top: 6px;
}
a:hover .sp-eTitle {
	color: #D32A24;
}
.sp-eButtonBack {
	position: absolute;
	right: 8px;
	bottom: 6px;
}

.pc-eTitle {
	clear: both;
	border-right: 1px solid #D32A24;
	border-bottom: 2px solid #D32A24;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0 8px 8px 0;
	text-shadow: 1px 1px 2px #FFF, -1px -1px 2px #FFF;
}
h2.pc-eTitle {
	border-right: none;
}
/*.excerpt-thumb {
	position: relative;
	float: left;
	margin: 8px 20px 8px 0; 
}
.excerpt-thumb a, .excerpt-thumb img {
	display: block;
	max-width: 100%;
	height: auto;
}
.excerpt-thumb a:hover img {
	opacity: 0.75;
}*/

.entryImage {
	width: 49%;
	max-width: 320px;
}
.entryImage.odd {
	float: left;
	margin-right: 1%;
}
.entryImage.even {
	float: right;
	margin-left: 1%;
}
.entryImage img {
	display: block;
	max-width: 100%;
	height: auto;
}
.entryImage-a {
	display: block;
	position: relative;
}
.entryImage-a:hover img {
	opacity: 0.75;
}
.entryImage .post-tags {
	text-align: right;
	font-size: 13px;
	line-height: 1.6;
	margin: 8px 0;
}
.zoomCaption {
	background: 0 75% no-repeat url(/images/zoom-plus.png);
	background-size: 16px auto;
	color: #757575;
	font-size: 12px;
	padding: 4px 0 0 20px;
}

.playIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 50% 50% no-repeat url(/images/play-icon_80.png);
	background-size: 25%;
	opacity: 0.5;
}
a:hover .playIcon {
	opacity: 0.9;
}

.eVideoInfo {
	margin-bottom: 2px;
}
.eVideoTitle {
	display: inline-block;
	vertical-align: bottom;
	border-bottom: 1px solid #D32A24;
	width: 60%;
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 4px;
}
.eVideoThumbnail {
	display: inline-block;
	vertical-align: top;
	width: 38%;
	margin-right: 2%;
}
.eVideoThumbnail img {
	width: 100%;
}
.entryExcerpt {
	margin: 20px 0 40px 20px;
}
.pc-esButton {
	float: right;
	margin: 12px 0;
}
.entry-meta {
	clear: both;
	color: #757575;
	text-align: right;
	font-size: 13px;
	line-height: 1.8;
	margin: 20px 0 40px;
}
.entry-meta.sp {
	line-height: 1.4;
	margin: 12px 0 24px;
}
.entry-meta a {
	color: #757575;
	padding: 2px;
	text-decoration:none;
}
.entry-meta a:hover {
	color: #333;
}


/*.comments-link a {
	color: #757575;
}
.comments-link a:hover {
	color: #333;
}*/

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.6;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.6;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	background: 0 0 no-repeat url('/images/h2_back.jpg');
	background-size: auto 64px;
	font-size: 18px;
	line-height: 1.6;
	padding-left: 22px;
}
.entry-content h2.titleBtm {
	background-image: none;
	text-align: right;
	font-size: 14px;
	line-height: 1.2;
	padding: 0;
	margin-top: 16px;
}
.entry-content h3,
.comment-content h3 {
	background: 0 50% no-repeat url(/images/green-check_72.png);
	background-size: auto 24px;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 2px 30px;
	margin: 24px 0 12px;
}
.entry-content h4,
.comment-content h4 {
	border-bottom: 1px dotted silver;
	font-size: 15px;
	line-height: 1.8;
	padding-left: 2px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.8;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.8;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 20px;
	line-height: 1.4;
}
.entry-content .buttonBack {
	max-width: 800px;
	margin: 0 -12px 24px;
}
.caution {
	background: #FFB4B4 10px 50% no-repeat url(/images/caution_32.png);
	background-size: 16px auto;
	color: #900;
	font-size: 13px;
	padding: 3px 35px;
	border-radius: 4px;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.6;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	display: inline-block;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	list-style: none;
}
ul.greenCheck-ul li {
	background: 0 50% no-repeat url(/images/green-check_32.png);
	background-size: auto 12px;
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	padding: 0 0 0 20px;
}
ul.redCheck-ul li {
	background: 0 50% no-repeat url(/images/red-check_32.png);
	background-size: auto 12px;
	font-size: 14px;
	text-align: left;
	line-height: 1.2;
	padding: 0 0 0 20px;
}
ul.prTabsMenu {
	background: #F8F8F8;
	border-top: 2px solid #D32A24;
	text-align: right;
	width: 100%;
}
.prTabsMenu li {
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.prTabsMenu li:hover {
	color: #FFF;
	background: #D32A24;
}
.prTabsMenu li.actMenu {
	color: #FFF;
	background: #D32A24;
}
a.tab-a {
	color: inherit;
	background: 10px -24px no-repeat url(/images/circleCheck_32.png);
	background-size: 16px auto;
	display: inline-block;
	padding: 4px 20px 4px 32px;
}
.actMenu a.tab-a {
	background-position: 10px 8px;
}
ul.prTabs {
	margin-top: -24px;
}

.nav2btn {
	background: 100% 0 repeat-y url(/images/down_64.png);
	background-size: 32px auto;
}
.mvJacket, .mvJacketMini {
	display: inline-block;
	width: 38%;
}
.mvJacket img {
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0;
}
.mvJacketMini img {
	width: 50%;
	max-width: 120px;
	height: auto;
	margin: 0;
}
.mvJacketR {
	display: inline-block;
	width: 60%;
	text-align: right;
}
.mvTitle {
	display: inline-block;
	line-height: 1.2;
	font-size: 13px;
	margin: 12px 0;
}
.mRec {
	border-bottom: 2px solid #D32A24;
	padding: 8px 2px;
}
.stepL {
	float: left;
	width: 36%;
}
.stepR {
	float: left;
	width: 60%;
	padding-left: 8px;
}

.entry-content h2.prize-h2 {
	background: no-repeat url(/images/prize_back.png);
	background-size: 48px auto;
	border-bottom: 2px solid #D32A24;
	font-size: 20px;
	line-height: 1.2;
	padding: 0 0 4px 60px;
}
.prizeGold { background-position: 0 10px !important; }
.prizeSilver { background-position: 0 -42px !important; }
.prizeBronze { background-position: 0 -94px !important; }

.entry-content ul.postList, .entry-content ul.postListFlat {
	margin: 12px 0;
}
.postList li {
	display: inline-block;
	background: no-repeat #F8F8F8;
	background-size: 60px auto;
	width: 280px;
	height: 60px;
	margin: 6px 6px 0 0;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px silver;
}
.postList li:hover {
	background-color: #F0F0F0;
}
a.postList-a {
	display: block;
	color: #777;
	background: 16px 50% no-repeat url(/images/play-icon_80.png);
	background-size: 24px;
	height: 52px;
	font-size: 13px;
	line-height: 1.4;
	padding: 4px 8px 4px 64px;
}
a.postList-a:hover {
	color: #222;
}
.postListFlat li {
	display: inline-block;
	background: 2px 50% no-repeat url(/images/play-icon_80.png);
	background-size: 24px;
	width: 280px;
	height: 26px;
	margin: 6px 6px 0 0;
	padding-left: 28px;
}

.entry-content blockquote,
.comment-content blockquote {
	background: #FAFAFA;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	border-radius: 20px;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 16px;
	line-height: 1.5;
	margin: 24px 0;
	overflow: auto;
	padding: 16px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.5;
	margin: 0 0 24px;
}
img.alignleft {
	margin: 8px 24px 12px 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 2px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.6;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.6;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 7px 14px;
}
/*
.site-content article {
	margin-bottom: 20px;
	word-wrap: break-word;
	hyphens: auto;
}
*/
.page-links {
	clear: both;
	line-height: 1.6;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
#bottomPostAdS {
	text-align: center;
	margin: 20px auto 40px;
}
.btmpostLeft, .btmpostRight {
	display: inline-block;
	vertical-align: top;
	margin: 4px 8px;
}
#sideAdS {
	width: 160px;
	margin: 20px auto;
}

#spBottomPostAd a:nth-of-type(1) {
	display: inline-block;
}
#spBottomPostAd a:nth-of-type(n+2) {
	display: none;
}

#spDrawerMenu li.i-li a {
	background: 20px 50% no-repeat url(/images/play-icon2_32.png);
	background-size: 16px auto;
	padding-left: 42px; 
}
#spMenuAd {
	text-align: center;
}
#spMenuAd img {
	width: 50%;
	height: auto;
}
#spdmIcon {
	position: fixed;
	top: 40px;
	right: 0;
	z-index: 2;
}
#spdmIcon .anchorWrapper {
	position: relative;
	width: 44px;
	height: 44px;
	margin-right: 12px; 
}
#spdmIcon a {
	display: block;
	background: 0 0 no-repeat url(/images/menu_b2t_icon5.png);
	background-size: 44px auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#spdmIcon a.back2top-a {
	background-position: 0 -54px;
	display: none;
}

/* My Favorites ---------------------------------------------------------------- */
span.myFavoritesCount {
	font-weight: bold;
	line-height: 80%;
	font-size: 120%;
	margin-left: 4px;
}
ul.fList-ul {
	width: 100%;
	margin: 0;
}
.fList-li {
	background-color: #FFFCFC;
	padding: 8px;
	margin-bottom: 24px;
}
.delFavorites {
	display: inline-block;
	color: #444;
	font-size: 14px;
	padding: 4px 8px;
	border: 1px solid silver;
	border-radius: 4px;
}
.fListInner {
	font-size: 0;
	padding-left: 12px;
	border-left: 3px solid #D32A24;
}
.fListLeft, .fListRight {
	margin-top: 12px;
}
.fListLeft {
	vertical-align: top;
	margin-right: 2%;
}
.fListRight {
	text-align: right;
}
.fImageFloatLeft {
	float: left;
	width: 34%;
	max-width: 200px;
	margin-right: 2%;
}
.fTitle {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 4px;
}
.fJacketL {
	display: inline-block;
	width: 70%;
}
.fJacketTitle {
	line-height: 1.2;
	font-size: 13px;
}
.fJacketMini {
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: bottom;
}
.fJacketMini img {
	width: 80%;
	max-width: 120px;
	height: auto;
	margin: 0;
}
.fButtonBack {
	font-size: 13px;
	line-height: 1.6;
	text-align: right;
	margin: 8px 0;
}
a.addFavorites, span.addFavorites {
	display: inline-block;
	background-color: #EEBA37;
	background-image: linear-gradient(#FEE6B0 0%, #EEBA37 100%);
	border-width: 1px;
	border-style: solid;
	border-color: #BE952C #A68226 #9B7924;
	color: #382A05;
	font-size: 13px;
	border-radius: 3px;
	padding: 6px 12px;
	text-shadow: 1px 1px 1px #FFF;
}
a.addFavorites:hover {
	background-image: linear-gradient(#FEDE97 0%, #ECB21F 100%);
	border-color: #A98527 #917221 #86691F;
}
a.addFavorites.added {
	background-color: #FFF;
	background-image: none;
	border: none;
	color: #0B5DA0;
	text-shadow: none;
}
a.addFavorites.added:hover {
	color: #D32A24;
}
.addedCaption {
	color: #444;
}

/* =Archives
-------------------------------------------------------------------------------- */
.archive-header,
.page-header {
	margin: 12px 0 42px;
	padding: 12px 0 12px 12px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 1.4;
	padding-left: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Comments
changed article header
-------------------------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}
.comments-area article header time {
	line-height: 1.6;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.8;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.6;
	margin-bottom: 24px;
}

/* Comment form */
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.6;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Widgets
-------------------------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
.recentUchoten li {
	max-width: 340px;
	margin: 0 auto;
}
.recentBack {
	background: 100% 50% no-repeat #F8F8F8;
	background-size: 60px auto;
	height: 60px;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px silver;
}
a:hover .recentBack {
	background-color: #E8E8E8;
}
.recentTitle {
	background: 2px 50% no-repeat url(/images/play-icon_80.png);
	background-size: 24px;
	height: 52px;
	line-height: 1.4;
	padding: 4px 64px 4px 32px;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.8;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/*Below title meta styling - added May 05
.below-title-meta {
	background: #F7F7F7;
	padding-bottom:26px;
	color:#a2a2a2; 
	line-height:1.7;
	width:106.3%;
	margin-left:-3.1%;
}
.below-title-meta a{
	color:#666666; text-decoration:none;
}
.below-title-meta a:hover {
	color:#444444;
}
.adt{float:left;padding-left:22px;}
.adt-comment{float:right;padding-right:16px;}
.articletags a {
	background-color: #555;
	margin: 2px;
	padding: 3px;
	text-decoration: none;
	text-shadow: 0 0px 0 #FFFFFF;
	color:#fff;
}
.articletags a:hover {color:#f2f2f2;}
*/

.sideImgLinkWrapper {
	width: auto;
	text-align: center;
}
div.eroterest_parts {
	text-align: center;
}
div.eroterest_parts .item, div.edogan_block {
	display: inline-block;
	position: relative;
	width: 160px;
	max-width: 220px;
	font-size: 13px;
	overflow: hidden;
}
div.eroterest_parts a, div.edogan_block a {
	display: block;
	width: 100%;
	padding-top: 75%;
}
div.eroterest_parts img, div.edogan_block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div.eroterest_parts a:hover img, div.edogan_block a:hover img {
	opacity: 0.8;
}
div.eroterest_parts .itemTitle, div.edogan_block .edogan_block_title {
	color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2.4em;
	line-height: 1.2em;
	padding: 2px 4px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px #FFF inset;
}
div.eroterest_parts span {
	color: #C50067;
	background-color: #FFF;
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: bold;
	padding: 1px 3px;
	border-radius: 2px;
}
#eroterest_parts .itemTitle {
	background-color: rgba(11, 93, 160, 0.8);
}
#eroterest_parts2 .itemTitle {
	background-color: rgba(0, 0, 0, 0.75);
}
#eroterest_parts3 .itemTitle {
	background-color: rgba(0, 0, 89, 0.6);
}
#edogan_bp .edogan_block_title {
	background-color: rgba(255, 102, 0, 0.7);
}
#erosy .erosy-div {
	display: inline-block;
	height: auto;
	padding-top: 75%;
	margin-bottom: 0;
}
#_erokawa_blog_parts ._erokawa_bp_card {
	display: inline-block;
}

/* =Footer
-------------------------------------------------------------- */
/* Footer box-shadow: 4px 1px 10px 1px #F1F1F1;*/
.site-footer-nav {
	background: 50% 100% no-repeat url(/images/footer-nav_back4.jpg);
	text-align: center;
	padding: 24px 0 48px;
}
.sfnTitle {
	background: #F2F2F2;
	font-size: 14px;
	padding: 6px;
	margin-bottom: 12px;
}

.vtbContainer {
	text-align: center;
	font-size: 0;
	margin: 0 -12px 24px;
}
.vtbItem {
	display: inline-block;
	position: relative;
	width: 150px;
	margin: 2px;
}
.vtbItem a, .vtbItem img {
	display: block;
	max-width: 100%;
	height: auto;
}
.vtbCaption {
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.2;
	padding: 4px;
}
.vtbPlayIcon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 50% 50% no-repeat url(/images/play-icon_80.png);
	background-size: 40px;
	opacity: 0.5;
}
.vtbItem:hover img {
	opacity: 0.75;
}
.vtbItem:hover .vtbPlayIcon {
	opacity: 0.25;
}

.site-footer-content {
	background: #F2F2F2;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #E9E9E9;
}
footer[role="contentinfo"] {
	clear: both;
	font-size: 14px;
	height: auto;
	line-height: 2;
}
footer[role="contentinfo"] a {
	color: #686868;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #333333;
}
.footTitle {
	line-height: 1.2;
	text-align: center;
	margin: 16px 0;
}
.footTitle a {
	color: #444;
	font-size: 18px;
}
.footerBlock {
	display: inline-block;
	vertical-align: top;
}
.fbInner {
	width: 300px;
	margin: 24px 18px;
}
#footerAds {
	width: 300px;
	margin: 24px 18px;
}
#uchotenPlugin {
	position: relative;
	background: 0 0 no-repeat url(/images/sbj-joke.png);
	background-size: 300px auto;
	width: 300px;
	height: 250px;
	margin: 24px 18px;
	box-shadow: 0 0 4px 1px silver;
}
.upMessage {
	position: relative;
	top: 76px;
	text-align: left;
	font-size: 10px;
	line-height: 1.4;
	padding: 0 12px;
}
.footerNav {
	width: 300px;
	margin: 24px 18px;
}
.site-wordpress{
	color: #888888;
	font-size: 13px;
	text-align: right;
	line-height: 1.2;
	padding: 10px 2px;
}
.site-wordpress a{
	color: #666666;
	text-decoration:none;
}

/* =Plugins
----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
}
.socialmedia{
	float: right;
	padding: 7px 10px;
	text-align: right;
	width: 25%;
	margin-top:30px;
}
.socialmedia a{
	padding: 0 5px;
}
.widgets-list-layout-links {
	float: right;
	width: 82.4043%;
}


@media screen and (max-width: 768px) {
	.site-header {
		height: auto;
		border:none;
	}
	.link-comments{
		display:none;
	}
	.wrapper {
		border: none;
	}
}

@media screen and (max-width: 1040px) {
	#searchsubmit {
		margin-left: 0px;
	}
}

@media screen and (max-width: 420px) {
	.entryTitle {
		font-size: 20px;
		margin-top: 20px;
	}
	#dmmLiveChat-ul li:nth-of-type(3) {
		display: none;
	}
	a.addFavorites {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 360px) {
	.sp-eTitle {
		font-size: 15px;
	}
	.eVideoTitle {
		font-size: 13px;
	}
	.entryExcerpt {
		font-size: 14px;
	}
	.metaDateAuthor {
		font-size: 12px;
		line-height: 1.2;
		margin-top: 6px;
	}
	.sideImgLinkWrapper {
		margin: 0 -12px;
	}
	#eroterest_parts2 {
		margin: 0 -12px;
	}
	#erosy .erosy-div {
		width: 50%;
		padding-top: 37.5%;
	}
}

@media screen and (max-width: 320px) {
	.fullWidth {
		margin-left: -12px;
		margin-right: -12px;
	}
	.sNavPrevNext {
		margin-left: -8px;
		margin-right: -8px;
	}
	.btmpostLeft, .btmpostRight {
		margin: 4px -12px;
	}
	#footerAds, #uchotenPlugin {
		margin-left: -2px;
		margin-right: -2px;
	}
	.fbInner {
		margin-left: -2px;
		margin-right: -2px;
	}
}

/* =Media queries
-------------------------------------------------------------- */
/* ---------------------------------------------------------------
	* MOBILE CSS fallback for device width 768px or below
	* ------------------------------------------------------------ */
/* Minimum width of 480pixels. */
@media screen and (min-width: 480px) {
	br.br-sp {
		display: none;
	}
	#nav-below {
		width: 84%;
	}
	.newArticle {
		font-size: 18px;
	}
}
/* Minimum width of 720pixels. */
@media screen and (min-width: 720px) {
	.taBlock-a {
		padding: 8px 0 8px 16px;
	}
	.taMainCopy {
		font-size: 20px;
	}
	.taSubCopy {
		font-size: 13px;
	}
	.todaysPickup {
		padding: 0 12px;
	}
	.pconly {
		display: inherit;
	}
	.fListLeft, .fListRight {
		display: inline-block;
		width: 49%;
	}
}

/* Minimum width of 768pixels. */
@media screen and (min-width: 768px) {
	.site {
		margin: 0 auto;
		max-width: 1040px;
		overflow: hidden;
	}
	.site-content {
		border-right: 1px solid #F1F1F1;
		float: left;
		width: 68%;
		padding: 0;
	}
	#content {
		padding: 12px 20px 0;
	}
	#content .fullWidth {
		margin-left: -20px;
		margin-right: -20px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 96%;
	}
	.widget-area {
		float: right;
		margin: 24px 0;
		padding: 0 1% 0 0;
		width: 30%;
	}
	.sideImgLinkWrapper {
		width: 220px;
		margin: 0 auto;
	}
	.hgroup {
		background-position: 154px 30px;
		padding-top: 40px;
		margin-left: 18px;
	}
	.r18Warnning {
		top: 20%;
		right: 8%;
		width: 80px;
	}
	.spReady {
		visibility: visible;
		background: 100% 0 no-repeat url(/images/sp_64x110.png);
		background-size: auto 24px;
		padding: 8px 20px 12px 0;
	}
	.site-header h1 {
		font-size: 16px;
	}
	.site-header h2 a {
		font-size: 35px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.commentlist .children {
		margin-left: 48px;
	}

	.abst-h1 {
		font-size: 26px;
	}
	.abst-h2 {
		font-size: 18px;
	}
	.abst-h3 {
		font-size: 18px;
	}
	.entry-content h2.prize-h2 {
		font-size: 24px;
	}
	.entry-content .buttonBack {
		margin: 0 -12px 24px 0;
	}
	.sponly {
		display: none;
	}
	.vtbContainer {
		margin-left: 0;
		margin-right: 0;
	}
	.vtbItem {
		width: 200px;
	}
	div.eroterest_parts .item, div.edogan_block {
		width: 100%;
	}

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .site {
		padding: 0 24px;
	}
}

/* Print styles
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	/* hide top social icons */
	.socialmedia img {
	    display:none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.themonic-nav {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}
/* additional styles
----------------------------------------------- */
.video-tags {
	display: none;
}
.textAlignRight {
	text-align: right;
}
.textAlignCenter {
	text-align: center;
}
.textAlignLeft {
	text-align: left;
}
.fsMini {
	font-size: 80%;
}
.indent {
	padding-left: 16px; 
}
.defaultHide {
	display: none;
}
.videoWrapper {
	text-align: center;
	margin-bottom: 20px;
}
.xvLink {
	display: none;
	text-align: right;
	margin: 8px 0;
}
.responsiveWrapper {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.responsiveWrapper.r1609 {
	padding-top: 62%;
}
.responsiveWrapper.r0403 {
	padding-top: 78.5%;
}
.responsiveWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ifPoster {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
}

.mnsLink {
	background: #F8F8F8;
	min-width: 290px;
	max-width: 400px;
	margin: 8px auto;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 silver;
}
.mnsLink:hover {
	background-color: #F0F0F0;
}
a.mnsLink-a {
	display: block;
	color: #777;
	background: 4px 50% no-repeat url(/images/play-icon_80.png);
	background-size: 24px;
	font-size: 13px;
	line-height: 1.4;
	padding: 4px 8px 4px 32px;
}
.mnoSusume {
	color: #030;
	background: 100% 0 no-repeat url(/images/mnosusume_back2.jpg);
	background-size: auto 140px;
	min-width: 290px;
	max-width: 400px;
	line-height: 1.4;
	margin: 12px auto;
	box-shadow: 0 0 1px 0 silver;
}
a.mnoSusume {
	display: block;
	box-shadow: 0 0 3px 0 #33A00B;
}
a.mnoSusume:hover {
	color: #444;
	box-shadow: 0 0 1px 0 silver;
}
a.mnoSusume:hover .mnsTitle, a.mnoSusume:hover .mnsButtonBack {
	background-color: rgba(0, 0, 0, 0.05);
}
.mnsTitle {
	background: rgba(51, 160, 11, 0.1);
	font-size: 13px;
	text-align: center;
	padding: 10px 4px;
}
.mnsCaption {
	font-size: 14px;
	text-align: center;
	padding: 16px 0;
}
.mnsButtonBack {
	background: rgba(51, 160, 11, 0.1);
	font-size: 12px;
	text-align: right;
	line-height: 1.6;
	padding: 8px;
}

#back2top {
	display: none;
	position: fixed;
}
#leftSideAd, #rightSideAd {
	width: 120px;
	height: 600px;
	visibility: hidden;
}
.leftSideAdWrapper {
	opacity: 0.1;
}
.pSite {
	text-align: center;
	font-size: 0;
}
.pSite a {
	display: inline-block;
	margin: 2px;
}
.pSite img {
	border-radius: 2px;
}
.sougoLink li {
	background: 0 50% no-repeat;
	background-size: 44px auto;
	min-height: 44px;
	margin-left: 16px;
}
.sougoLink a {
	display: block;
	line-height: 1.2;
	padding: 12px 0 0 48px;
}
#acrr_sexybj {
	font-size: 11px;
	line-height: 1.2;
	width: 100%;
}
#acrr_sexybj table {
	width: 100%;
}
#acrr_sexybj td {
	text-align: center;
	border: 1px solid #FFF;
	padding: 1px 4px;
}
#acrr_sexybj a {
	color: #444;
}
#acrr_sexybj tr td:nth-of-type(2) a {
	display: block;
	overflow: hidden;
	max-width: 220px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.breadcrumbs {
	color: silver;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bcsItem {
	display: inline-block;
	padding: 4px;
	border-radius: 3px;
}
.bcsItem a {
	display: inline-block;
	color: #6A6A6A;
}
.bcsItem:hover {
	background-color: #D32A24;
}
.bcsItem:hover a {
	color: #FFF;
}
.bcsTitle {
	padding-left: 4px;
}

.post-categories li {
	display: inline-block;
	overflow: hidden;
	margin-left: 4px;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 silver;
}
.post-categories li:hover {
	box-shadow: 0 0 3px 1px silver;
}
.post-categories li a {
	display: block;
	background: 0 0 no-repeat #F8F8F8;
	background-size: 44px auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 3.2;
	height: 44px;
	padding: 0 10px 0 54px;
}
.post-categories li a[href$="/amateur/"] {
	background-image: url(/images/cat-amateur_back.jpg);
}
.post-categories li a[href$="/bigtits/"] {
	background-image: url(/images/cat-bigtits_back.jpg);
}
.post-categories li a[href$="/housewife/"] {
	background-image: url(/images/cat-housewife_back.jpg);
}
.cat-back-2 { background-position: 0 -44px !important; }
.cat-back-3 { background-position: 0 -88px !important; }
.cat-back-4 { background-position: 0 -132px !important; }
.cat-back-5 { background-position: 0 -176px !important; }
.cat-back-6 { background-position: 0 -220px !important; }

.postTags {
	text-align: right;
	font-size: 13px;
	line-height: 1.8;
	margin: 20px 0;
}
.postTags a {
	display: inline-block;
	color: #D32A24;
	padding: 0 6px;
	margin: 2px;
	box-shadow: 0 0 2px #D32A24 inset;
	transition: all 0.3s ease 0s;
}
.postTags a:hover {
	color: #FFF;
	background-color: #D32A24;
}
.post-tags a {
	display: inline-block;
	color: #FFF;
	background: #D0D0D0;
	padding: 0 6px;
	text-shadow: 0 0 3px #444;
	border-radius: 4px;
	margin: 2px;
}
.post-tags a:hover {
	color: #444;
}
.iframeWrapper {
	text-align: center;
}
.iframeWrapper iframe {
	display: inline-block;
}
.twitterCaption {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 24px;
}
.twitterWidget {
	display: inline-block;
	width: 100%;
}
.twitterWidget.pc {
	max-width: 480px;
}

.avCaption {
	color: #757575;
	font-size: 80%;
	margin: 24px 0 6px;
}
#avTextRSS {
	background-color: #F8F8F8;
	padding-top: 8px;
}
#avTextRSS li {
	background: 6px 50% no-repeat url(/images/green-check_32.png);
	background-size: auto 12px;
	border-bottom: 1px solid #FFF;
	line-height: 1.4;
	padding: 6px 16px 6px 24px;
}
/* livedoor RSS styles */
div.blogroll-channel li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.blogroll-channel a {
	color: #444;
}
div.blogroll-channel a:hover {
	color: #D32A24;
	text-decoration: underline;
}
div.blogroll-ad-default {
	text-align: right;
	font-size: 11px;
	padding: 6px 16px;
}
span.blogroll-link-time {
	padding-right: 4px;
}
