/*! 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
 *   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. )
*/
body{
}

a {
    word-break: break-all;
    color: #06c;
    background-color: transparent;
    text-decoration: none;}

#core{
	padding-left:10px;:
}

#primary{
	margin-top:8px;
}


.post h2 {
    border-left: 8px solid green;
    font-size: 18px;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #CFF2AA;
}

.post h2.entry-title02 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post p {
	padding-left:25px;
	font-size:1.4rem;
}

.info{
	text-align:start;
}

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

.pnavi, .related, .discussion, .tb, #comments {
	margin-left: 0px;
	margin-right: 0px;
	margin: 30px 0 40px 0;
}

#breadcrumb {
	margin: 8px 0 0 7px;
	color:#ff8040;
}

#gnavi li a{
	font-weight:bold;
}


/*
タイトル
*/
.entry-title, #front-page-title {
    font-size: 16px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
    border: 0;
    color: white;
    background-color: #ff8000;
    min-height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 5px 10px 20px;
}
.entry-title a, #front-page-title a {
    color: white;
}

#main .teletties-title {
	margin-bottom:0;
	font-size:1.6rem
	
}


/*
ヘッダー部分のインフォメーション
*/
.head-info{
	float:right;
	text-align:right;
	padding:12px;
	font-size:1.25rem;
	line-height:150%;
	margin-top:10px;
	border:1px solid #f94886;
	background-color:#ffe3ec;
	border-radius: 4px;
}


/*
モバイル時のトップページサイト説明
*/
.post p.top-info{
	text-align:center;
	padding:12px;
	font-size:1.25rem;
	line-height:150%;
	margin:0 0 0 0;
	border-top:1px solid #a0ec54;
	border-bottom:1px solid #a0ec54;
	background-color:#f4ffbd;
	border-radius: 0px;
}


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

.oshirase_top dl{
	width: auto;
	height: 168px;
	overflow-y: scroll;
	border:1px solid #efefef;
	background-color:#fffeef;
	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;
	color:#ff6600 !important;
}
.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;
}

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

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

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

blockquote{
	display: block;
	margin: 1.6em 0px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: rgba(245,244,243,0.8);
	border: 1px solid #dddcd9;
   	border-radius: 10px;
}



/*
ヘッダーのマーキー表示
*/
.marquee-top01 {
	background: rgb(200,200,14);
	background: linear-gradient(90deg, rgba(200,200,14,1) 0%, rgba(255, 255, 157,1) 28%, rgba(255, 128, 0,1) 100%);	overflow: hidden;
	padding: 0.15em;
}

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

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



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

#main .post .teletti-kuchikomi .teletti-kuchikomi-block {
	background-color:#fffef4;
	padding:8px;
	margin-bottom:8px;
	border:1px solid #fafbe6;
	border-radius: 7px;
}

#main .post .teletti-kuchikomi .teletti-kuchikomi-block .teletti-kuchikomi-title {
	font-size:1.4rem;
	font-weight:bold;
	color:green;
}
#main .post .teletti-kuchikomi .teletti-kuchikomi-block .teletti-kuchikomi-name {
	font-size:1rem;
}
#main .post .teletti-kuchikomi-block .teletti-kuchikomi-rating {
	font-size:1rem;
}
#main .post .teletti-kuchikomi .teletti-kuchikomi-block .teletti-kuchikomi-comment {
	line-height:1.9rem;
	font-size:1.2rem;
	margin:5px 0;
}
#main .post .teletti-kuchikomi .teletti-kuchikomi-block .teletti-kuchikomi-date {
	text-align:right;
	font-size:1rem;
	color:gray;
}
/*
女性向け口コミ表示
*/


.teletti-forwomen-kuchikomi-block {
	background-color:#fffef4;
	margin:4px 8px;
	padding:8px;
	margin-bottom:8px;
	border:1px solid #fafbe6;
	border-radius: 7px;
}
.teletti-forwomen-kuchikomi-block .teletti-forwomen-kuchikomi-comment {
	line-height:1.9rem;
	font-size:1.2rem;
	font-weight:bold;
	margin:5px 0;
	color:#009995;
	
}
.teletti-forwomen-kuchikomi-block::before {
    content: "クチコミ";
    background-color: rgb(128, 191, 0);
    color: yellow;
	font-size:.9rem;
    font-weight: bold;
    display: block;
    width: 140px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    transform: rotate(-1deg);
    padding: 3px 3px;
    border-radius: 3px;
}




.post .voice-list hr{
	color:#99CC66;
}
.post .voice-list p{
	margin-bottom:7px;
}
.post .voice-list p.voice-list-meta{
	margin-bottom:0;
	padding-bottom:0;
}
.post .voice-list .voice-list-meta .voice-list-num{
	color:red;
	font-weight:bold;
}
.post .voice-list .voice-list-meta .voice-list-name{
}
.post .voice-list .voice-list-audio{
}
.post .voice-list .voice-list-date{
	font-size:1.2rem;
}



.post img{
}


hr {
    border: 1px solid #AFDE83;
}


#main .teletties-catch {
	background-color:green;
	color:yellow;
	font-weight:bold;
	margin-bottom:0;
    min-height:26px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 5px 6px 20px;
	margin-bottom:10px;
}
#main .teletties-catchimage {
	margin-bottom:0;
}
.post p.teletties-catchimage {
	padding:0;
}

#main .teletties-desc {
	margin-bottom:10px;
	padding-left:10px;
}


/*
記事内の修飾
*/

/* 黒 太字 */
.post .emph0{
	color: #000000;
	font-weight: bold;
}
/* 赤 太字 */
.post .emph1{
	color: #ff0000;
	font-weight: bold;
}
/* オレンジ 太字 */
.post .emph2{
	color: #FF6600;
	font-weight: bold;
}
/* グリーン 太字 */
.post .emph3{
	color: #0D960B;
	font-weight: bold;
}
/* グレー 太字 */
.post .emph4{
	color: #333333;
	font-weight: bold;
}
/* グレー 太字 */
.post .emph5{
	color: #333333;
	font-weight: bold;
}
/* セリフ男性 */
.post .speak_male{
	color: #0094E6;
}
/* セリフ女性 */
.post .speak_female{
	color: #FF40AC;
}

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

/* 投稿体験談　冒頭での要約 */
.post .box-taiken-youyaku{
	background-color:#EFFFCF;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	color:#466900;
}
.post .box-taiken-youyaku p{
	font-size:12px !important;
}
.post .box-taiken-youyaku::before {
    content: "テレエッチ体験談";
    background-color: #80BF00;
    color: yellow;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 140px;
    text-align: center;
    position: relative;
    top: -18px;
    left: -24px;
    padding: 3px 6px;
    border-radius: 3px;
    transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}

/* 投稿体験談の感想コメント */
.post .box-taiken-comment{
	background-color:#FFFCD6;
	padding:10px;
	font-size:12px;
}
.post .box-taiken-comment p{
	font-size:12px !important;
}
.post .box-taiken-comment::before {
    content: "管理人コメント";
    background-color: rgb(0, 126, 252);
    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: 3px;
    transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.post .box-taiken-comment::after {
    content: "by aki";
    color: green;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 3px 6px;
    text-align:right;
}
.post .box01{
	background-color:#E1F7BE;
	border: 1px solid #8AB34D;
	border-radius: 5px;
	padding:10px;
}
.post .box01 ul{
	margin:0;
	padding:0 0 0 15px;
}
.post .box01 ul li {
	position: relative;
	margin:0;
	padding:0;
	list-style:none;
}
.post .box01 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #3498db;
	border-radius: 100%;
}


/*
体験談内部のタクソノミーの表示
*/
article .box_taiken_info {
    display: inline-block;
    width:100%;
    padding:10px 2px;
    margin-left:5px;
    /*border: 2px solid #25ae23;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 8px;*/
}


article .box_taiken_info .telh_info {
	font-size:1.0em;
	margin: 5px 0 5px -5px;
}

article ul{
	margin-left:-4px;
	list-style:none;
	line-height:30px;
}



/*
キャッチイメージ
*/

/*
サイドバー領域
*/

#side .side-title {
	
}
#side h3.side-title  {
	height:40px;
	background: url('/images/sidebar_orange.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 #ddd;
	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;
}

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

.list_item {
	padding:0;
	margin-bottom:20px;
	border:1px solid #cccccc;
}

div.list_item:nth-child(2n+1) {
	background-color: #ffffff;
}
div.list_item:nth-child(2n) {
	background-color: #ffffff;
}
.list_item p {
	margin-bottom: 0;
}

.list_item_title {
	background-color:#ffffcc;
	margin-bottom:0;
}

.list_item_title h3 {
	font-size:16px;
	padding:8px;
	margin-bottom: 0;
}
.list_item_title h3:first-child {
	margin-top:0;
}

.list_item_title h3 .icon_crown {
	width:auto;
	height:18px !important;
	position: relative;
	top: -3px;
	margin:0;
	padding:0;
}
.list_item_star {
}

.list_item_body {
	padding:0;
}
.list_item_image {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width:45%;
	max-width:280px;
}
.post p.list_item_tokuten {
    box-sizing:border-box;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.post p.list_item_lead {
    box-sizing:border-box;
	margin-right: 10px;
	margin-left: 10px;
}

.post p.list_item_lead {
    box-sizing:border-box;
	margin-right: 10px;
	margin-left: 10px;
}
.list_item_desc {
	font-size:14px !important;
	margin-right: 10px;
	margin-left: 10px;
}


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

.list_item_image img {
	width:100%;
	height:auto;
}

.list_item_thumb{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width:75px;
}
.post p.list_item_kind {
	margin-left: 10px;
	margin-right: 10px;
}

.post p.list_item_shurui {
	font-size:14px;
	margin-left: 10px;
	margin-right: 10px;
}

.post p.list_item_genre {
	font-size:14px;
	margin-left: 10px;
	margin-right: 10px;
}


.post p.list_item_taiou {
	font-size:14px;
	margin-left: 10px;
	margin-right: 10px;
}

.payment {
	background: #25c02e;
    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;
}


/*
対応表示
*/

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

.list_item_taiou .support_iphone {
	background-color:#979797;
	font-size:10px;
	color:white;
	padding:1px 10px;
	white-space: nowrap;
}
.list_item_taiou .support_android {
	background-color:#9ad60b;
	font-size:10px;
	color:white;
	padding:1px 10px;
	white-space: nowrap;
	text-decoration:none;
}
.list_item_taiou .support_pc {
	background-color:#7abbeb;
	font-size:10px;
	color:white;
	padding:1px 10px;
	white-space: nowrap;
	text-decoration:none;
}


/*
ボタン
*/

.list_item_sassoku{
    text-align:center;
}
.list_item_link{
    box-sizing:border-box;
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.list_item_link a{
    display: block;
    padding: 15px 10px;
    text-align:center;
    width:100%;
    max-width: 900px;
    color: #fff !important;
    background-color: #61c100;
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0 2px 0 #499300;
	text-shadow: 1px 1px 0px #499300;
	text-decoration:none;
}
.list_item_link a:hover{
    color: #fff !important;
    background-color: #6bd700;
	box-shadow: 0 3px 0 #59b300;
}
.list_item_link span.tokuten_pr {
	font-size: 12px;
	color: yellow;
}
.list_item_link span.tokuten_pr:after {
	content: "\A" ;
	white-space: pre ;
}

/*
テレエッチ詳細ページ
*/

.post .teletti_detail p {
	padding:10px;
}
.post .teletti_detail table {
	margin:10px;
}
.post .teletti_detail h3 {
	margin-top:15px;
	margin-bottom:10px;
}


/*
テレエッチ詳細ページ　管理人レビューデータ
*/

dl.detail_rating {
	margin:10px;
}
dl.detail_rating dt {
	margin-top:5px;
	padding-top:5px;
	color:#00801e;
	font-size:11px;
	font-weight:bold;
	border-top: 1px dotted #bbb;
}
dl.detail_rating dt:first-child{
	margin-top:0;
	padding-top:0;
	border-top: 0px;
}
dl.detail_rating dd {
	margin:0;
	color:#ff0000;
}
dl.detail_rating dd.reviewdata {
	color:#000000;
	font-size:x-small;
}



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

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

/*
コメント欄のウェブサイト・メールアドレスを非表示に
*/
.comment-form-url{ display:none; }
.comment-form-email{ display:none; }

/*
コメント欄の名前とメールアドレスを上書き
*/ 
.comment-form-author label { font-size: 0; } 
.comment-form-author label:before {
font-size: 14px; 
content: "ニックネーム";
 } 


/*
体験談検索フォーム
*/

div.searchSetting{
	margin:10px;
}
table.searchTable{
	border:1px solid #cccccc;
	border-radius: 4px;
	overflow: scroll;
	
}
.searchSetting h3{
	margin-bottom:-2px;
	border:none;
}
table.searchTable th{
	width:100px;
	min-width:70px;
	white-space: nowrap;
	background-color:#fdfdfd;
	font-size:12px;
	text-align:left;
	padding: 8px 10px;
    border: 1px solid #ccc;
}
table.searchTable td{
	font-size:12px;
	padding: 8px 10px;
    border: 1px solid #ccc;
}
table.searchTable td p{
	padding: 0;
	margin-top: 0;
	font-size: 1.0em;
}
.searchSetting table.searchTable td label {
	float: left;
	display: block;
	height: 1.5em;
	margin-right: 15px;
	padding: 3px 0 3px;
	white-space: nowrap;
	line-height: 1.6;
}
.searchSetting table.searchTable td input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.searchSetting p.submitSearch {
	text-align:center;
	font-size:2.4rem;
	line-height:60px;
	height:60px;
	font-weight:bold;
	color:white;
	cursor: hand;
	cursor:pointer;
}
.searchSetting p.submitSearch input {
	cursor: hand;
	cursor:pointer;
	max-width:100%;
}

.catagory-type {
	display: none;
}

#term_description{
	background-color:#ffffff;
	padding:20px 20px 10px 20px;
	margin-bottom:20px;
}


.teletties-cptdesc {
	padding:30px;
	background: white;
	line-height: 1.6em
}

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


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


/*お気に入りボタン*/
.favorite_button {
    display: block;
    text-align: center;
    position: relative;
    
}
button.favorite_button_in {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
/*  border: 1px solid transparent;
    border-color: rgb(80,80,80,0.1);*/
    font-size: 14px;
    transition: 0.2s ease-in-out;
    background: #f8ca2c;
    font-weight: bold;
    color:fff;
    width: 100%;
    line-height: 16px;
    margin-top:10px;
}
button.favorite_button_in p {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
button.favorite_button_in:hover {
    opacity: 0.4;
}
button.favorite_button_in i {
    color: yellow;
    font-size: 14px;
    margin-right: 8px;
    opacity: 1;
}
.is-choosen .favorite_button_in {
    background: #f8ca2c;
    font-size: 14px;

}
.is-choosen .favorite_button_in i {
    opacity: 1;
    color: #FFFF00;
}
.is-choosen .favorite_button_in p {
    font-weight:bold;
    margin: 0;
    opacity: 0.7;
}
.is-choosen .favorite_button_in p:after {font-size:16px; content: "済";}
.p-not_fav_items{
	padding-left:8px;
}



/*
サーチフォーム（トップページ）
*/
.keyword_wrap a {
	color:#ff6600;
	display:inline;
	text-decoration:none;
}

.keyword_wrap span {
	color:#06c;
	display:inline;
	text-decoration:none;
}

.keyword_wrap input,textarea,select {
-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:1px 1px 1px #ccc inset;-webkit-box-shadow:1px 1px 1px #ccc inset;box-shadow:1px 1px 1px #ccc inset;border:1px solid #ccc;padding-left:10px;vertical-align:middle;font-size:15px;height:38px;
}

.keyword_wrap .content {
width:95%;margin:0 auto;
}

.search-form {
position:relative;
}
.search-form button {
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0;
	border-radius:0 4px 4px 0;
	color:#fff;
	height:35px;
	line-height:35px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:75px;

}
.search-form .secondary-btn {
display:inline;
	text-shadow:0 1px 0 #6ca632;
	border:1px solid #6ca632;
	background:#85c744;
	color:#fff;
	-webkit-box-shadow:inset 0px 1px 0px #9fd36b,0px 2px 0px #6ca632;
	-moz-box-shadow:inset 0px 1px 0px #9fd36b,0px 2px 0px #6ca632;
	-o-box-shadow:inset 0px 1px 0px #9fd36b,0px 2px 0px #6ca632;
	box-shadow:inset 0px 1px 0px #9fd36b,0px 2px 0px #6ca632;
}

.search-form.top-search-form input {
padding-right:85px;
}
.search-form.page-search-form {
width:240px;margin:0 auto;
}
.search-form.page-search-form a {
-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
}

#search-area {
-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;position:relative;margin:10px auto;max-width:280px;background:#fff;padding:25px 20px 25px;
}
#search-area .mfp-close {
-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;background:#fff;border:2px solid #e6e9ed;color:#b2b2b2;line-height:40px;opacity:1;right:-11px;top:-11px;
}
#search-area .search-area_title {
display:flex;align-items:center;font-size:14px;color:#444444;text-align:center;padding-bottom:20px;border-bottom:1px solid #cccccc;
}
#search-area .search-area_icon {
font-size:22px;color:#ffd83b;margin-right:5px;
}
#search-area .search-area_list {
display:flex;flex-wrap:wrap;margin-right:-10px;margin-bottom:-10px;
}
#search-area .search-area_list .search-area_list-item {
box-sizing:border-box;width:33.333%;padding-right:10px;padding-bottom:10px;
}
#search-area .search-area_btn {
display:block;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:15px 5px;color:#ffffff;background:#ff799a;font-size:15px;text-align:center;font-weight:bold;box-shadow:inset 0 -3px 0 #de6986;
}
#search-area .search-area_title + .search-area_list {
margin-top:20px;
}


.keyword_wrap {
background:#fafafa;
margin:-10px 0px;
padding-top: 15px;
padding-bottom: 10px;
}
.keyword_text {
width:95%;margin:auto;color:#FD6288;font-size:11px;font-weight:600;letter-spacing:0.5px;padding-bottom:5px;
}
.keyword_kantan {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	padding-bottom:8px;
	color:#5C5C5C;
	font-size:11px;
	font-weight:600;
	letter-spacing:1px;
}
.post p.keyword_kantan {
	margin-bottom:0;
}
.keyword_list {
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	font-size:12px;
	padding: 0 0 0 0;
}
.post ul.keyword_list {
	padding: 0 0 0 0;
}
.keyword_item {
display:block;padding-right:5px;padding-bottom:5px;
}
.keyword_link {
	background:#E6E6DC;
	border-radius:25px;
	padding:2px 9px 2px 7px;
	letter-spacing:-1px;
	color:#000000 !important;
	font-weight: normal;
}






/* 1200px and under */
@media print, (max-width: 1200px) {

.head-info{
	max-width:520px;
	font-size:80%;
}

.sitename img{
	max-width:400px;
}
}


/* 992px and under */
@media print, (max-width: 992px) {

.head-info{
	display:none;
}

}

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

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

#main .entry-title {
	padding: 10px 5px 10px 20px;
	margin-bottom:10px;
}
#main .teletties-title {
	margin-bottom:0;
	font-size:1.6rem
}
#main .teletties-catch {
	margin-bottom:0;
}
#main .teletties-desc {
	margin-bottom:0;
}
.post h2 {
	margin-bottom: 4px;
	margin-top: 0;
	font-size:12px;
	border-left: 0px solid green;
	text-align:center;
	
}

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


.post .box01 {
	padding: 0.3em;
}

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


#breadcrumb {
	margin: 7px 0 7px 7px;
}

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


#main .post p {
	font-size: 13px;
}

.container, #primary, #main, main, #core, #post, #side .widget, .pnavi, #comments, #list .toc, .sidebar-menu-main  {
	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;
}
#related, .related, .discussion{
 	margin-left: 0px !important;
	margin-right: 0px !important;
}
#comments h3.messages, #comments #respond{
 	padding:10px;
}
#list .toc .excerpt, #list .toc figure, #list .toc .read-more{
 	margin-left: 10px !important;
	margin-right: 10px !important;
}
article .type-post p, article .type-page p, article .type-taikendan p{
	padding:8px;
}
article .post figure {
	padding:8px;
}


aside #sns-bottoms{
	padding:8px;
}

blockquote{
	border: 0px;
   	border-radius: 0px;
}

.oshirase_top dl{
	height: 150px;
	padding:8px;
}


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

.list_item {
	margin:5px;
}
.list_item_title h3 {
	font-size:12px;
	margin-bottom: 0;
}
.list_item_image {
	float:none;
	width:100%;
	max-width:100%;
    margin: 0;
}
.list_item_image img {
	width:100%;
	height:auto;
}

.list_item_detail{
	padding: 8px;
}
.list_item_detail_image{
	float:left;
	width:38%;
	max-width:200px;
	height:auto;
	margin:0 10px 0 0;
}
.list_item_detail_image img{
	width: 100%;
}


.list_item p {
	font-size:10px !important;
	padding:0 !important;
}

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

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

.post p.list_item_desc {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.post p.list_item_rating {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}

.list_item_shurui {
	font-size:10px;
}

.list_item_genre {
	font-size:10px;
}

.list_item_taiou {
	font-size:10px;
}


ul.mobile-nav i{
	color:#DFFFDE;
}

.taikentoukou-yarpp{
	font-size: small;
}

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

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

}



@media print, (max-width: 540px) {
	#list .read-more-link {
	    margin: 20px 0 30px 0;
	}
	.read-more-link, .read-more-link i {
	    text-decoration: none;
	}
	.read-more-link {
	    display: block;
	    clear: both;
	    padding: 7px 12px;
	    background: #A9FF8C;
	    border: 1px solid #75C25B;
	    border-radius: 10px;
	    color: inherit;
	    font-size: 12px;
	    font-size: 1.2rem;
	    text-align: center;
	    white-space: nowrap;
	    overflow: hidden;
	}

.taikentoukou-yarpp{
	font-size: smaller;
}


}