@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/
/* 記事下に罫線を入れる */
article{ border-bottom: 2px solid #000000; }
/* リンク */
a { text-decoration: none; }
a:hover { text-decoration: none; }
/* タイトル文字サイズ */
.entry-card-title { font-size: 28px; }
/* 表記 */
.notation{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin-bottom: -20px;
}
/* 動画 */
.video{
     position: relative;
     width: 100%;
 　  height: 100%;
     padding-bottom: 56.25%;
     height: 0;
} 
.video iframe{
     position: absolute;
     top: 0;
     left: 0;
     max-width: 100%;
     height: 100%;
}
.video-container{
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}
/* タグクラウドのデザイン */
.widget_tag_cloud{ background: #ffffff; }
/* メール・URLの入力欄を非表示 */
.comment-form-email, .comment-form-url, .comment-notes { display: none; }
/* -- 共通 コメント --- */
.commnt{
	font-size: 16px;
	font-weight: bold;
	border-left: 10px solid #000000;
	padding-left: 15px;
}
/* 共通 タイトル */
.article h1 {
    line-height: 1.25;
    font-weight: bold;
	margin-top: -20px;
	margin-bottom: 50px;
	padding: 20px;
	border-bottom: 5px solid #000000;
}
.entry-title {
    font-size: 30px;
	color: #000000;
    margin: 16px 0;
    line-height: 1.3;
}
.article h1 a { color: #000000; }
.article h1 a:hover { color: #000000; }
/* カスタム7　必須ボタン */
.required::after {
    content: "必須";
    color: #ffffff;
    background: #cc0000;
    font-size: 0.8em;
    padding: 0.3em;
    border-radius: 0.5em;
    margin-left:0.3em;
}
/* PC ヘッダー box */
#pc-box{
	width: 1256px;
    height: auto;
	margin: 0px auto;
	text-align: left;
	background-color: #393939;
}
/* PC ヘッダー 固定リンク */
.pc-kotei{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.pc-kotei ul{ }
.pc-kotei li{
	list-style: none;
	width: 300px;
	height: 320px;
	margin: 5px;
    vertical-align: top;
} 
.pc-kotei img{
	width: 300px;
	height: 250px;
	border-radius: 5px;
}
/* PC ヘッダー livedoor */
#livedoor_pc_box{
	width: 620px;
    height: 500px;
	margin: 5px 2px 5px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
	border: 2px solid #ffffff;
}
/* PC 記事内 RSS */
.pc_kiji{
    width: 800px;
    height: 380px;
    margin: 5px 2px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
	border: 1px solid #808080;
}
/* PC サイド 高さ */
.sidebar h3{
	line-height: 18px;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	background-color: #ffffff;
	border-left:10px solid #000000;
	border-bottom:2px solid #393939;
	text-align: left;
}
/* PC サイド 固定リンク */
.side-kotei{
	width: 100%;
	height: 100%;
	font-weight: bold;
	border: 5px solid #ff8c00;
	padding: 8px;
	margin-top: -5px;
}
/* PC サイド アクセスランキング */
#ranking{
	width: 340px;
	height: 500px;
    overflow: auto;
	border: 1px solid #000000;
}
/* PC ボトム 相互リンク */
#pc-rss{
	width: 1256px;
    height: auto;
	margin: 0px auto;
	text-align: left;
	background-color: #393939;
}
#sougo_box{
	width: 210px;
    height: auto;
	color: #ffffff;
	font-size: 12px;
    display: inline-block;
    vertical-align: top;
	margin: 18px;
}
#link-title{
	
}
/* SM アフィリエイト＆RSS */
.sm_soto{
	width: 360px;
	height: 300px;
    vertical-align: top;
    overflow: auto;
	margin: 3px auto;
	padding-top: -105px;
	border: 1px solid #808080;
	background-color: #393939;
}
.sm_soto_af{
	width: 360px;
    height: 300px;
	margin: 15px auto;
}
.sm_kiji{
	width: 100%;
	height: 300px;
    vertical-align: top;
    overflow: auto;
	border: 1px solid #808080;
	margin: 3px auto;
	padding-left: 8px;
}
.sm_kiji_af{
	width: 96%;
    height: auto;
	margin: 10px auto;
}
.sm_syoukai{
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #393939;
	border: 3px solid #808080;
}
/*----- livedoor カスタム-----*/
/* スタイルを初期化 */
.blogroll-channel { margin: 0; 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: #393939; 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: #393939; }
.blogroll-list-wrap li:last-child { border-bottom: none; }
.blogroll-list-wrap li:nth-child(odd) { background: #393939; }
/* リスト内の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; }