<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}
/*834px以下*/
@media screen and (max-width: 834px){
}
/*480px以下*/
@media screen and (max-width: 480px){
}
/************************************
** 基本
************************************/
/* 記事下に罫線を入れる */
article{ border-bottom: 2px solid #000000; border-spacing: 0px 5px; }
/* リンク */
a { text-decoration: none; }
a:hover { text-decoration: none; }
/* タイトル文字サイズ */
.entry-card-title { font-size: 20px; }
/* 表記 */
.notation{
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}
/************************************
** 共通
************************************/
/* ヘッダー スクロール BOX */
.box {
  display: flex;
  width: 1256px;
  height: 200px;
  overflow-x: scroll;
} 
.box div {
	width: 283px;
	margin: 3px;
	flex-shrink: 0;
}
/*480px以下*/
@media screen and (max-width: 480px){
/* ヘッダー スクロール BOX */
.box {
	display: flex;
	max-width: 380px;
	height: 200px;
	overflow-x: scroll;
	margin: 3px auto;
} 
}

/* 完成後削除 ここから */
/* レビュー用テーブル(購入用含む) */
table#table-review {
}
table#table-review td{
  background: #ffffff;
	border: 0px none;
	margin: 0px;
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/* スマホ用表の枠*/
table, td, th {
}
/* レビュー用テーブル */
table#table-review {
}
table#table-review td{
  background: #ffffff;
	border: 0px none;
	margin: 0px;
}
}
/* レビューボタン */
.purchase-review {
	height: auto;
	font-weight: bold;
	color: #fff;
	margin: -30px 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #0000cd;
	border: 2px solid #000000;
}
/*480px以下*/
@media screen and (max-width: 480px){
/* レビューボタン */
.purchase-review {
	height: 66px;
	font-weight: bold;
	color: #fff;
	margin: -15px 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #0000cd;
	border: 2px solid #000000;
}
}
/* 完成後削除 ここまで */


/* 女優紹介ボタン */
.purchase-actress {
	height: auto;
	font-weight: bold;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 30px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #0000cd;
	border: 2px solid #000000;
}
/* 購入ボタン(新) */
.purchase0 {
	height: auto;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #32cd32;
	border: 2px solid #000000;
}
.purchase0 a {
	font-weight: bold;
	color: #fff;
}
.purchase0 a:hover {
	font-weight: bold;
	color: #fff;
}
/*480px以下*/
@media screen and (max-width: 480px){
/* 購入ボタン */
.purchase0 {
	height: 66px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #32cd32;
	border: 2px solid #000000;
}
.purchase0 a {
	font-weight: bold;
	color: #fff;
}
.purchase0 a:hover {
	font-weight: bold;
	color: #fff;
}
}
/* 完成後削除 ここまで */

/* 完成後削除 ここから */
/* 購入ボタン */
.purchase {
	height: auto;
	font-weight: bold;
	color: #fff;
	margin: -30px 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #32cd32;
	border: 2px solid #000000;
}
.purchase a {
	font-weight: bold;
	color: #fff;
}
.purchase a:hover {
	font-weight: bold;
	color: #fff;
}
/*480px以下*/
@media screen and (max-width: 480px){
/* 購入ボタン */
.purchase {
	height: 66px;
	font-weight: bold;
	color: #fff;
	margin: -15px 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #32cd32;
	border: 2px solid #000000;
}
.purchase a {
	font-weight: bold;
	color: #fff;
}
.purchase a:hover {
	font-weight: bold;
	color: #fff;
}
}
/* 完成後削除 ここまで */


/* 完成後削除 ここから */
/* レビューボタン 購入ボタン なかった時用 */
.no-purchase {
	height: auto;
	height: auto;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #696969;
	border: 2px solid #000000;
}
/*480px以下*/
@media screen and (max-width: 480px){
/* レビューボタン 購入ボタン なかった時用 */
.no-purchase {
	height: 66px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #696969;
	border: 2px solid #000000;
}
}
/* 完成後削除 ここまで */


/* コンタクト7　必須ボタン */
.required::after {
    content: "必須";
    color: #ffffff;
    background: #cc0000;
    font-size: 0.8em;
    padding: 0.3em;
    border-radius: 0.5em;
    margin-left:0.3em;
}

/* 完成後削除 ここから */
/* Point レビュー内 ※いずれ消す */
.point{
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-color: #fff;
	border-left: 10px solid #d2691e;
	border-bottom: 2px solid #000000;
}
/* note 注釈 */
.note{
	font-weight: bold;
	margin: -30px 3px 3px;
	padding: 3px;
}
/* 完成後削除 ここまで */


/* 固定ページ用H3 ※女優名前、シリーズ名前 */
h3#title-name{
	border: initial;
	font-size: 18px;
	margin: 0px;
	padding: 3px;
	
}


/* 原作が漫画の場合　漫画アフィリンク */
#manga-title{
	font-size: 12px;
	font-weight: bold;
	margin: 5px auto 5px 15px;
}
#manga{
	width: 100%;
	height: auto;
	border: 1px solid #000000;
}
/* 記事内　サンプル動画サーチ用 */
.kijinai_box {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 
.kijinai_kobetu {
	list-style: none;
	width: 390px;
	height: auto;
	margin: 5px;
	margin-bottom: 20px;
	border-bottom: 5px solid #000000;
}
/*****************************
** ■PC用
*****************************/
/* PC RSS サイド */
#pc-rss-side{
	width: 336px;
	height: 380px;
    overflow: auto;
	border: 1px solid #808080;
}
/* アクセス解析研究所　逆アクセスランキング サイド */
#access{
	height: 1000px;
    overflow: auto;
}
/* サイドバー リンク */
.side_link {
	height: auto;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #87ceeb;
	border: 2px solid #000000;
}
.side_link a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.side_link a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/* PC RSS 記事内 */
#pc-rss-top{
	width: 800px;
	height: 300px;
    overflow: auto;
	border: 1px solid #808080;
}
/* フッター 相互リンク */
#pc-box{
	width: 1250px;
    height: 100%;
	margin: 0px auto;
	padding: 5px;
	background-color: #c0c0c0;
}
#link-title{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 5px 20px;
}
#sougo_box{
	width: 295px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	padding: 2px 20px;
    display: inline-block;
    vertical-align: top;
}
#ink-title-sub{
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
/*****************************
** ■スマホ用
*****************************/
#sm-rss{
	width: 96%;
	height: 300px;
	margin: 5px auto;
    overflow: auto;
	border: 1px solid #808080;
}
#sm-afi{
	width: 96%;
	height: 300px;
	margin: 5px auto;
}
/* スマホ　ボトム　リンク */
.other{
	width: 96%;
	height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	background-color: #ffffff;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
}
.method {
	width: 96%;
	height: auto;
	font-weight: bold;
	color: #fff;
	margin: 8px auto;
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #ff33cc;
	border: 2px solid #000000;
}
.method a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.method a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
/*480px以下*/
@media screen and (max-width: 480px){
 #navi-footer {
    display: none;
}
}
/*****************************
** ■目次カスタマイズ
*****************************/
.toc {
	width: 98%;
	border: 2px solid #ff33cc; /*全体の枠線の色*/
	font-size: 14px; /*フォントサイズ*/
	line-height: 1.5; /*行の高さ指定*/
	padding: 0;
	margin-top: 3em; /*目次上の空間*/
	margin-bottom: 1em; /*目次下の空間*/
	min-width:65%; /*目次横幅*/
	border-radius: 6px;/*角丸コーナー*/
	background: #fff9fc; /*背景カラー*/
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3); /*シャドー（影）*/
}
.toc-title {
	background: #191970; /*目次タイトル背景カラー*/
	color: #fff; /*目次タイトルフォントカラー*/
	font-size: 16px; /*目次タイトルフォントサイズ*/
	text-align: center; /*目次タイトル中央寄せ*/
	padding: 6px 16px;
	font-weight: bold; /*文字強調*/
	font-style: oblique; /*斜体フォント*/
}
.toc-title::before {
	font-family: FontAwesome;
	content: '\f0f6'; /*目次タイトルのアイコン指定*/
	margin-right: 0.3em;
	font-style: normal; /*通常フォント*/
}
.toc-content {
	padding: 6px;
}
.toc-content li a:hover {
	text-decoration:none; /*選択時装飾無し*/
	background: #e0ffff; /*選択時の背景カラー*/
	transition: all 0.8s ease; /*ふわっと変化するアニメーション*/
}
.toc ul.toc-list&gt;li, .toc ol.toc-list&gt;li {
	margin-top: 0.4em; /*h2の上側の空間*/
}
.toc ul.toc-list&gt;li&gt;a, .toc ol.toc-list&gt;li&gt;a {
	border-bottom: 1px solid #191970; /*h2のアンダーラインの太さとカラー*/
	font-weight: bold;
}
.toc ul li a, .toc ol li a {
	display: block;
	border-bottom: 1px dotted #191970; /*h3～h6のアンダーラインの太さとカラー*/
	margin-left: 0px; /*アンダーライン調整*/
	padding-left: 20px; /*アンダーライン調整*/
}
/************************************
** livedoor カスタム
************************************/
/* スタイルを初期化 */
.blogroll-channel {&nbsp;margin: 0;&nbsp;padding: 0; }
.blogroll-channel .blogroll-list-wrap { margin: 0; }
.blogroll-channel .blogroll-list { margin: 0; }
.blogroll-list-wrap li { margin: 0; padding: 0; border: none; background: none; list-style :none; }
/* 下部のテキスト広告を装飾 */
.blogroll-ad-default { padding-right: 10px; font-size: 12px; text-align: right; border-top: 1px solid #D5D5D5; }
/* 日時非表示 */
.blogroll-link-time { display: none; }
/* ヘッドライン見出し */
.feed-headline { margin-bottom: 20px; border: 1px solid #D5D5D5; border-radius: 4px; }
.article .feed-headline h2,
.feed-block h3 { margin: 0 !important; padding: 10px; font-size: 18px; border-left: none; border-bottom: 1px solid #D5D5D5; background: #ffffff; background: -moz-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FAFAFA),color-stop(100%,#E9E9E9)); background: -webkit-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: -o-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: -ms-linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); background: linear-gradient(top,#FAFAFA 0%,#E9E9E9 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E9E9E9'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E9E9E9')"; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }
/* リスト */
.blogroll-channel .blogroll-list { font-size: 14px; margin-left: -40px; }
.blogroll-list-wrap li { border-bottom: 1px solid #D5D5D5; background: #ffffff; }
.blogroll-list-wrap li:last-child { border-bottom: none; }
.blogroll-list-wrap li:nth-child(odd) { background: #ffffff; }
/* リスト内のa要素を装飾 */
.blogroll-list-wrap li a { position: relative; margin: 0; padding: 10px; display: block; overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; background: url(images/icon_rss.png) no-repeat 10px 10px; background-size: 16px 16px; }
.blogroll-list-wrap li a:hover { text-decoration: underline; }</pre></body></html>