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


/*
コンテンツ領域
*/

body {
    font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

#core {
	padding: 0;
}

.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: #e8a2ab;
    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 .entry-title {
	background-color: #e8a2ab;
	color: #ffffff;
	padding: 0.2em;
}

#main .entry-title a:link {
	color: white;
}

#main .entry-title a:hover {
	color: #FFDDFF;
}

.post h2 {
	background-color: #e8a2ab;
	border-left: none;
	color: #ffffff;
	padding: 0.4em;
}

.post h2.entry-title02 {
	background-color: #e8a2ab;
	color: #ffffff;
	font-size:1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.post p {
	padding:0 15px;
	font-size:1.4rem;
}

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

.pagination>li>a, .pagination>li>span {
    background-color: #FFF;
}

.pnavi {
    margin: 30px 0px 40px 0px;
}
.related, .discussion, .tb, #comments {
    margin: 0 0px 20px 0px;
}
.tagcloud {
    margin: 15px;
}
button, input, input[type="text"], input[type="email"], select, textarea {
    color: black;
}

/*
サイドバー領域
*/

#side .side-title {
	background-color: #ff0099;
	/**
	background:url(/images/sidebar_pink.jpg) no-repeat left top;
	background-size: contain;
	**/
	color: #ffffff;
	text-align: center;
	padding: 0.4em;
}

#side .side-title {
}

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


/*
サイドバーオリジナルメニューの修飾
*/

.sidebar-menu-main {
	border: 1px solid #dddddd; /*サイトの枠線の色にあわせる*/
	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 #dddddd;
}
.sidebar-menu-main li a {
	display:block;
}
.sidebar-menu-main li:last-child {
    border-bottom: 0px;
}






/*
以下オリジナルのスタイル
*/






/*
記事内の修飾
*/

.emph0{
	color: #ffffff;
	font-weight: bold;
}
.emph1 {
	color: #c9ff13;
	font-weight: bold;
}
.emph2 {
	color: #c60098;
	font-weight: bold;
}
.emph3 {
	color: #ff3300;
	font-weight: bold;
}
.emph4 {
	color: #ff6600;
	font-weight: bold;
}
.emph5 {
	color: #333333;
	font-weight: bold;
}
.kaiwa-otoko {
	color: #00bfff;
	font-weight: bold;
}
.kaiwa-onna {
	color: #ff1493;
	font-weight: bold;
}


/*
投稿体験談　冒頭での要約
*/
.post .box-taiken-boutou{
	background-color:#996699;
	padding:10px;
	margin-bottom:12px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.post .box-taiken-boutou p{
	font-size:12px !important;
}
.post .box-taiken-boutou::before {
    content: "中出し体験談";
    background-color: #61356b;
    color: white;
    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-taiken-comment{
	background-color:#996699;
	padding:10px;
	font-size:12px;
    border-radius: 5px;
}
.post .box-taiken-comment p{
	font-size:12px !important;
}
.post .box-taiken-comment::before {
    content: "管理人より";
    background-color: #A901DB;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 180px;
    text-align: center;
    position: relative;
    top: -18px;
    left: -20px;
    padding: 3px 6px;
    border-radius: 4px;
}

/*
記事内のボックス
*/
.post .box01 p:last-child, .post .box02 p:last-child {
	margin-bottom: 0;
}

.post .box01 {
	background-color: #ffb5bf;
	color: white;
	padding: 20px;
}

.post .box02 {
	background-color: #ffb5bf;
	padding: 20px;
}

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


/*
マーキー
*/
.marquee01 {
	background: #ff0000;
	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%); }
}

.marquee02 p {
	font-size: small;
}


/*
サイトリストの修飾
*/
.list_item {
	padding:0;
	margin-bottom:20px;
	border:1px solid #cccccc;
}

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

.list_item_title {
	background-color:#fff0f2;
	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:10px;
}
.list_item_image {
	float: left;
	margin-right: 10px;
	width:38%;
	max-width:200px;
}

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

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

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

.list_item_desc {
	font-size:14px !important;
}

.list_item_shurui {
	font-size:14px;
}

.list_item_genre {
	font-size:14px;
}



/*
対応表示
*/

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

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


/*
ボタン
*/

.list_item_link a {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100%;
	color: #fff !important;
	background-color: #e50054;
	font-size: 14px;
	line-height: 18px;
	padding: 18px 0;
	margin: 5px 0;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 0 rgba(106,57,6,1);
	text-decoration: underline;
}
.list_item_link a:hover {
	color: #fff !important;
	background-color: #a40000;
	box-shadow: 0 3px 0 rgba(106,57,6,1);
}
.list_item_link span.tokuten_pr {
	font-size: 12px;
	color: yellow;
}
.list_item_link span.tokuten_pr:after {
	content: "\A" ;
	white-space: pre ;
}


/*
詳細データ
*/

.post .list_item_detail p {
	padding:10px;
}

.post .list_item_detail table {
	margin:10px;
}

.post .list_item_detail h3 {
	margin-top:15px;
	margin-bottom:10px;
}

/*
詳細データ 電話番号
*/
.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;
}

/*
お知らせページのお知らせブロック
*/
.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;
	color: #09C289 !important;
}
.updateinfo dd{
	margin-left: 7em;
}
.updateinfo dd:after {
  content: '';
  display: block;
  margin-bottom:5px;
  clear: both;
}
.updateinfo dd a{
	text-decoration:none;
}



/*
体験談の一覧（episode-list）
*/

#list.episode-list .toc{
	border:0;
	margin:50px 0;
	padding:0;
}
#main #list.episode-list h3.episode-title{
	background-color: transparent;
	font-size: 1.7em;
    line-height: 1.4em;
	color:#96c;
	border-bottom: 0;
	padding: 8px 0;
    margin: 0 0 0 0;
}
#main #list.episode-list h3.episode-title a{
	text-decoration: none;
}

.post #list.episode-list .toc p {
    padding-left: 0;
    font-size: 1.2rem;
}
.info-list {
	margin:20px 0;
	font-size:.8rem;
	font-weight:bold;
	color:#FF72A3;
}
.info-list .info-view, .info-list .info-letter, .info-list .info-rating, .info-list .info-comment {
	
}
p.byline {
	margin: 0 0 0em;
}
.byline .date {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: .7;
    margin-right: .6em;
    display: inline-block;
}
.byline .cat-name {
	background: #FFF;
    color: #fff;
    padding: 0.2em 0.4em;
    margin-top: 0.3em;
    margin-left: 0.9em;
    font-size: 14px;
    float: right;
}
.gf {
    font-weight: normal;
    color:#09C289;
}


.readmore a {
    text-decoration: none;
    border: 1px solid #e87483;
    color: #e87483;
    text-align: center;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.7em 1.5em 0.7em 2em;
    max-width: 100%;
}
.readmore a:hover {
    border: 1px solid #e8a0a9;
    color: #e8a0a9;
}

/*
並べ替えボタン
*/
#sorting{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

#sorting .sortbutton a	{
	color:#aaaaaa;
	margin-left:4px;
	background-color:#414141;
	font-size:12px;
	line-height:14px;
	padding:2px 7px 1px;
	text-decoration:none;
	position:relative;
	font-weight:bold;
    border-radius: 3px;
}
#sorting .sortbutton a:hover{
	background-color:#000;
	color:#f5f5f5;
	text-decoration:none;
}
#sorting .current-sort a{
	background-color:#ff50a6;
	color:white;
}


/*
体験談レーティングの注意書き
*/
p.caution_xxx-rated{
	font-size:small;
	color:#c0c0c0;
	background: #252525;
	padding:20px;
	margin:30px 0;
	border: 1px solid #000000;
}



/*
いいねボタン
*/
.simplefavorite-button {
	margin:10px 0;
    -webkit-appearance: button;
    background-color: #6e21d3;
    cursor: pointer;
    font-size: 0.95em;
    padding: 8px 20px;
    background: #666666;
    color: #fff;
    border: 0;
    border-radius: 5px;
}


/*
フッターリンク
*/
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: "投稿者名";
}
textarea#comment{
overflow: hidden;
overflow-wrap: break-word;
resize: horizontal;
height: 178px;
}


/*
投稿フォームへの誘導
*/
.toukoubosyu{
margin:20px;
border: thin solid #cccccc;
background: #FFF; /*背景*/
}

.toukoubosyu .toukoubosyu-h2 {
text-align: center;
border-bottom: thin solid #cccccc;
background-color: #f94da7; /*タイトル*/
margin-top:0 !important;
padding-top:20px;
padding-bottom:20px;
}


.toukoubosyu-contents{
background:#FFF; /*背景*/
padding:20px 20px 20px 20px;
margin-bottom:20px;
font-size:15px;
}

.toukoubosyu-btn{
text-align: center;
border:thin solid #e27584;
padding:13px 0px 18px 0px;
font-size:18px;
background:#FFF;/*背景*/
width:70%;
margin: auto;
margin-bottom:20px;
}

.toukoubosyu a {
text-decoration: none;
display: block;
}


/*
投稿体験談冒頭文
*/
#toukou_box{
	background:#fff0f2;
	padding:20px;
	margin:20px 15px 30px 16px;
	font-size:12px;
	color:#808080;
}

#toukou_box a{
	color:#e87483;
}

#toukou_box span{
	font-weight:bold;
	color:#8a2be2; /*文字の色*/
	font-size:13px;
}


/*
投稿H体験談種類ボタン
*/


.toukouhd{
	margin-top: -15px;
	margin-bottom: 10px;

}

#toukouh{
	background: #c1196a;
	color: #ffffff;
	padding: 0.5em 0.7em;
    font-size: 0.85em;
    text-decoration: none !important;
}

.toukouhd a{
    text-decoration: none !important;
    color:#ffffff;
}

.shutten_link{
	margin-left:15px;
}

/*********************
Contact Form7 Customize
**********************/

textarea.wpcf7-form-control.wpcf7-textarea{
    width:100%!important;
}


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

.keyword_wrap span {
	color:#09C289;
	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;
}



/*
以下レスポンシブスタイル
*/







/*
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) {

.marquee02 {
}

#main .entry-title {
	padding: 10px 5px 10px 20px;
	margin-bottom:10px;
}

#main .entry-title {
	padding: 10px 5px 10px 20px;
	margin-bottom:10px;
}

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


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

p.desc a{
	background-color:#05AFE8;
	padding:6px;
	line-height:40px;
	color:white;
	font-weight:bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 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%;
}
.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;
}

.list_item_desc {
	clear: both;
}

.list_item_shurui {
	font-size:10px;
}

.list_item_genre {
	font-size:10px;
}

.list_item_taiou {
	font-size:10px;
}


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

/*
体験談の一覧（episode-list）
*/

#list.episode-list{
	margin-right:15px;
	margin-left:15px;
}

.fornt-main2{
	margin-right:15px;
	margin-left:15px;
}


#list.episode-list .toc{
	margin: 50px 0;
}
#main #list.episode-list h3.episode-title{
	font-size: 1.4em;
    line-height: 1.4em;
}
#main #list.episode-list h3.episode-title a{
}

.post #list.episode-list .toc p {
    padding-left: 0;
    font-size: 1.2rem;
}
.info-list {
	margin:20px 0;
	font-size:.8rem;
	font-weight:bold;
}

}





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