/*! WpTHK Child CSS */
/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: WpTHK Child Theme
 *   Template: wpthk
 *   Text Domain: wpthkch
 *   Theme URI: http://thk.kanzae.net/wpthk/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: http://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Text Domain: wpthkch
 *   Since: 20151206
 *   Modify: 20161026
 *   Version: 3.01
 *   Template Version: 3.
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/

/*
ヘッダー領域
*/

#head-in p {
	margin: 0;
}

.sitename img {
	width: 100%;
	max-width: 460px;
}


/*
コンテンツ領域
*/

#core {
	padding: 0;
}
#core.lcore {
	margin: 0 10px 0 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #a3186b;
	margin-bottom: 20px;
}

#main{
	max-width: 100%;
}

hr {
    border: 2px solid #934a6e;
}



/*
記事内の修飾
*/

/* 黒 太字 */
.post .0{
	color: #000000;
	font-weight: bold;
}
.post .pointed1{
	color: #ef0000;
	font-weight: bold;
}
.post .pointed2{
	color: #ff7a0a;
	font-weight: bold;
}
.post .pointed3{
	color: #25ae23;
	font-weight: bold;
}
.post .pointed4{
	color: #333333;
	font-weight: bold;
}
.post .pointed5{
	color: #333333;
	font-weight: bold;
}
.post .dialogue-dansei{
	color: #3683c9;
	font-weight: bold;
}
.post .dialogue-josei{
	color: #ff64ba;
	font-weight: bold;
}

/*
記事内のボックス
*/

/* 投稿体験談　冒頭での要約 */
.post .box-episode-lead{
	background-color:#A268A8;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:20px;
}
.post .box-episode-lead p{
	font-size:12px !important;
}
.post .box-episode-lead::before {
    content: "みんなの不倫エッチエピソード";
    background-color: #7903A3;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    top: -20px;
    padding: 3px 6px;
    border-radius: 12px;
}

/* 投稿体験談の感想コメント */
.post .box-episode-remark{
	background-color:#A268A8;
	padding:10px;
	font-size:12px;
	color:#ffffff;
}
.post .box-episode-remark p{
	font-size:12px !important;
}
.post .box-episode-remark::before {
    content: "管理人JINより";
    background-color: #7903A3;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 140px;
    text-align: center;
    position: relative;
    top: -18px;
    left: -18px;
    padding: 3px 6px;
    border-radius: 12px;
}


/*
記事内の見出し
*/

.marquee01 {
	background: #cc66ff;
	overflow: hidden;
	padding: 0.15em;
}

.marquee01 p {
	color: #ffffff;
	display: inline-block;
	margin: 0;
	padding-left: 100%;
	white-space: nowrap;
	animation-name: marquee01;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes marquee01 {
	from { transform: translate(0); }
	to { transform: translate(-100%); }
}

.marquee02 {
	background: #8fc31f;
	overflow: hidden;
	padding: 0.15em;
}

.marquee02 p {
	color: #ffffff;
	display: inline-block;
	margin: 0;
	padding-left: 100%;
	white-space: nowrap;
	animation-name: marquee02;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes marquee02 {
	from { transform: translate(0); }
	to { transform: translate(-100%); }
}

#main .entry-title {
	background-color: #D113AE;
	color: #ffffff;
	padding: 0.4em;
	font-size:14px;
}

#main .entry-title a {
	color: #ffffff;
}
.post h2 {
	background-color: #D113AE;
	border-left: none;
	color: #ffffff;
	padding: 0.4em;
	font-size:12px;
}


.post h2.entry-title02 {
	color: #ffffff;
    border-left: 8px solid purple;
    font-size: 18px;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #d113ae;

}

.post h3 {
	padding: 8px;
	margin: 0;
}

#side .side-title {
	background-color: #934a6e;
	color: #ffffff;
	padding: 0.4em;
	font-size:14px;
}

#main .entry-title:before, .post h2:before, #side .side-title:before {
	color: #ffff00;
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-right: 0.3em;
}


.marquee02 p {
	font-size: small;
}



/*
サイトリストの修飾
*/

.block_ranking {
	padding:16px 8px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.block_ranking {
}

.block_ranking p {
	margin-bottom: 0;
}

.block_ranking_header {
	margin-bottom:10px;
}
.block_ranking_header h3 {
	padding:8px 0;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px #999 dotted;
}

.post h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.block_ranking a{
	text-decoration: underline;
}

.block_ranking_header h3:first-child {
	margin-top:0;
}

.block_ranking_star {
}

.block_ranking_image {
	float: left;
	margin-right: 10px;
	width:45%;
	max-width:320px;
}

.block_ranking_image img {
	border: 2px solid #D3A3E3;
	width:100%;
	height:auto;
}

.block_ranking_thumb {
	float: left;
	width:75px;
	margin: 0 10px 0 0;
}

.block_ranking_thumb img {
}

.block_ranking_kind {
}

.block_ranking_desc {
}

.block_ranking_detail_image{
	float:left;
	width:38%;
	max-width:200px;
	height:auto;
	margin:0 10px 0 0;
}
.block_ranking_detail_image img{
	width:100%;
	border:2px solid #D3A3E3;
}
.block_ranking_detail h3{
	font-size:small;
	color:blue;
	padding:8px 8px 8px 0;
	margin-bottom:10px;
}


.more {
	display: inline-block;
	text-align: center;
	width: 100%;
}


/*
対応表示
*/

.list_item_taiou {
	font-size:12px;
	font-weight:bold;
}

/*.list_item_taiou */.adapt_iphone {
	background-color:#979797;
	font-size:10px;
	color:white;
	padding:1px 10px;
	white-space: nowrap;
}
/*.list_item_taiou */.adapt_android {
	background-color:#9ad60b;
	font-size:10px;
	color:white;
	padding:1px 10px;
	white-space: nowrap;
	text-decoration:none;
}
/*.list_item_taiou */.adapt_pc {
	background-color:#7abbeb;
	font-size:10px;
	color:white;
	padding:1px 10px;
	white-space: nowrap;
	text-decoration:none;
}


/*
ボタン
*/

.button_ad_link a{

    display: block;
    text-align:center;
    width:100%;
    max-width: 450px;
    color: #fff !important;
    background-color: #8441b5;
    background: linear-gradient(to bottom, #8441b5, #a968d8);
    font-size: 16px;
    line-height: 120%;
    padding: 10px 0 15px 0;
    margin: 5px 0;
	margin-left:auto;margin-right:auto;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	box-shadow: 0 1px 0 #3B633D;
	text-decoration:underline;
}

.button_ad_link a{
	text-decoration:none;
}
.button_ad_link span.otoku{
	font-size:10px;
	color:yellow;
	text-decoration:none;
}






/*
サイドバー領域
*/

#side .side-title {
	
}
#side h3.side-title  {
	height:40px;
	background: url('/images/sidebar_purple.png') no-repeat left top;
	color: #ffffff; 
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 0;
	margin: 0 0 20px 0;

}
#side h3.side-title a  {
	color:#ffffff;

}
.widget {
	padding: 0 !important;
}
.widget ul {
	padding:0 15px 15px 15px;
}
.widget li {
	font-weight:bold;
}



.meta, .post .meta {
    margin-bottom: 10px;
}




/*
サイドバーオリジナルメニューの修飾
*/
.sidebar-menu-main {
	border: 1px solid #800080;
	margin: 0 0 15px 0;
}
.sidebar-menu-main h3.side-title {
     margin: 0 0 0 0 !important;
}
.sidebar-menu-main li {
	margin: 0;
	list-style: none;
	padding: 13px 0 10px 25px !important;
	height: 40px;
	text-align: left;
	background: url('/images/bg_sidebar.png') no-repeat left top;
	font-weight:bold;
    line-height: 100% !important;
    border-bottom: 1px solid #cccccc;
}
.sidebar-menu-main li a {
	display:block;
}
.sidebar-menu-main li:last-child {
    border-bottom: 0px;
}



/*
サイドバー領域
*/

.widget {
	padding: 0 !important;
}
.widget ul {
	padding:0 0 10px 10px;
}


.main_menu_osusume:before{
	content:"\f005"; font-family:"FontAwesome";color:#ff0000;
}
.main_menu_new:before{
	content:"\f005"; font-family:"FontAwesome";color:#0000ff;
}
.main_menu_2shot:before{
	content:"\f005"; font-family:"FontAwesome";color:#000000;
}
.main_menu_video:before{
	content:"\f005"; font-family:"FontAwesome";color:#000000;
}
.main_menu_deai:before{
	content:"\f005"; font-family:"FontAwesome";color:#000000;
}
.main_menu_appli:before{
	content:"\f005"; font-family:"FontAwesome";color:#000000;
}


/*
フッターリンク
*/
div.footerlink{
	text-align:center;
	font-size:12px;
}

div.footerlink ul li{ 	
    display: inline;
    margin:8px;
}



/*
口コミ表示
*/
#main .post .furinh-comment p  {
	margin:0;
	padding:0;
}

#main .post .furinh-comment .furinh-comment-block {
	background-color:#d57995;
	padding:8px;
	margin-bottom:8px;
}

#main .post .furinh-comment .furinh-comment-block .furinh-comment-title {
	font-size:1.4rem;
	font-weight:bold;
	color:yellow;
}
#main .post .furinh-comment .furinh-comment-block .furinh-comment-name {
	font-size:1rem;
}
#main .post .furinh-comment-block .furinh-comment-rating {
	font-size:1rem;
}
#main .post .furinh-comment .furinh-comment-block .furinh-comment-comment {
	line-height:1.8rem;
	margin:5px 0;
}
#main .post .furinh-comment .furinh-comment-block .furinh-comment-date {
	text-align:right;
	font-size:1rem;
	color:white;
}

/*
アクセスランキング
*/

/*.accessranktable th{
	color:white;
	background-color:#d113ae;
	border-color: #a3186b;
}*/

.accessranktable td{
	border-color: #a3186b;
}

/*プルダウンメニューの位置調整*/
 .pullForm1 {
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	color:black;
}

/*
支払い方法
*/
.payment {
	background: #D113AE;
	border-radius: 20px;
	/*position: relative;*/
	display: flex;
	float:left;
	padding: 5px 15px;
	font-size: x-small;
	/*font-weight: bold;*/
	justify-content: space-around;
	align-items: center;
	/*margin: 0 auto;*/
	margin-left: 10px;
	margin-bottom: 8px;
	width: fit-content;
	/*max-width: 260px;*/
	/*transition: 0.3s ease-in-out;*/
	/*font-weight: 500;*/
}

.payment a{
	color: #FFF !important;
	text-decoration: none;
}

#term_description{
	/*background-color: #FF84C1;*/
	padding: 20px;
	padding-left: 0;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1.8;
	color: #440043;
}










/*
レスポンシブ
*/













/* 821px and under (サイドバーが下に来た時の調整) */
@media print, (max-width: 821px) {

.marquee02 {
}

#main .entry-title {
	margin-bottom: 0;

}

.post h2 {
	margin-bottom: 4px;
	margin-top: 0;
}

.post h2.entry-title02 {
	margin-top: 0;
}


.post .box01 {
	padding: 0.3em;
}

.post .box01 p {
	font-size: small;
}


.block_ranking_header h3 {
	font-size: small;
	margin-bottom: 0;
}

.block_ranking_detail{
	padding: 8px;
}
.block_ranking_detail_image{
	float:left;
	width:38%;
	max-width:200px;
	height:auto;
	margin:0 10px 0 0;
}
.block_ranking_detail_image img{
	width:100%;
	border:2px solid #D3A3E3;
}

.block_ranking p {
	font-size: x-small;
}

.block_ranking_tokuten {
	font-size: x-small;
}

.block_ranking_star {
	font-size: x-small;
}

.block_ranking_desc {
}


#breadcrumb {
	margin: 5px;
}

#breadcrumb li {
	font-size: x-small !important;
}


.post p {
	font-size: x-small;
}


.container, #primary, #core, #side .widget {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding: 0 !important;
    margin: 0 !important;
    width:100% !important;
	border: 0px solid transparent;
}

article .type-post p{
	padding:8px;
}
aside #sns-bottoms{
	padding:8px;
}

}



/*
詳細データ 電話番号
*/
.post div.list_item_detail_telno {
	padding:10px;
	width:80%;
}
.post div.list_item_detail_telno .telno_coupon {
	color:red;
	font-size:200%;
	font-weight:bold;
}
.post div.list_item_detail_telno h4 {
	font-weight:bold;
	font-size:18px;
	margin:20px 0 20px 0;
}
.post div.list_item_detail_telno h5 {
	margin:0;
	font-weight:bold;
	font-size:14px;
}
.post div.list_item_detail_telno div.telno_disp {
	margin:0 0 10px 10px;
	padding:0;
}
.post div.list_item_detail_telno p.telno {
	margin:0;padding:0;font-weight:bold;font-size:18px;
}


/*
トップページのお知らせブロック
*/
.oshirase_top{
	
}
.oshirase_top h3, .oshirase_top h3:first-child {
	margin:0;
	color:white;
	background-color:#a3186b;
}

.oshirase_top dl{
	width: auto;
	height: 168px;
	overflow-y: scroll;
	border:1px solid #efefef;
	background-color:#f9f0f9;
	padding:10px;
	font-size:1.1rem;
	line-height:160%;
}
.oshirase_top dl,
.oshirase_top dt,
.oshirase_top dd {
  box-sizing: border-box;
}

.oshirase_top dl{
}
.oshirase_top dt{
	width: 7em;
	float: left;
}
.oshirase_top dd{
	margin-left: 7em;
}
.oshirase_top dd:after {
  content: '';
  display: block;
  margin-bottom:2px;
  clear: both;
}
.oshirase_top dd a{
	text-decoration:none;
}


/*
お知らせページのお知らせブロック
*/
.updateinfo{
	
}

.updateinfo dl{
	width: auto;
	padding:10px;
	font-size:1.3rem;
	line-height:160%;
}
.updateinfo dl,
.updateinfo dt,
.updateinfo dd {
  box-sizing: border-box;
}

.updateinfo dl{
}
.updateinfo dt{
	width: 7em;
	float: left;
}
.updateinfo dd{
	margin-left: 7em;
}
.updateinfo dd:after {
  content: '';
  display: block;
  margin-bottom:5px;
  clear: both;
}
.updateinfo dd a{
	text-decoration:none;
}

