@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
Theme Name: unlimited_template「NEO_ACT2_LOVELY_7th」
Theme URI: https://www.mithril-web.com/
Description: 本テンプレートはunlimited_template「NEO_ACT2_LOVELY_7th」です。
Author: Mithril
Author URI: https://www.mithril-web.com/
Version: 1.2.3
.
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
https://www.mithril-web.com/
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		     'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #FFFFFF;
	word-break: break-all;
	margin: 0;
    padding: 0;
}
p {
	font-size: 16px;
	line-height: 1.8;
}
ol, ul {
    overflow-wrap: break-word;
	list-style: inside;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	text-decoration: underline;
	color: #3A4199;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
a:hover {
	color: #F80;
	position:relative;
	top: 0;
	text-decoration: underline;
	backface-visibility: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.white { color: #ffffff;}
.aka {color: #ff0000;}
.ao {color: #0000cc;}
.tya {color: #bd000e;}
.gray {color: #3d3737;}
.green {color: #009900;}
.gray1 {color: #C0C0C0;}
.size8 {font-size: 8px;}
.size10 {font-size: 10px;}
.size12 {font-size: 12px;}
.size14 {font-size: 14px;}
.size15 {font-size: 15px;}
.size15 {font-size: 15px;}
.size16 {font-size: 16px;}
.size17 {font-size: 17px;}
.size18 {font-size: 18px;}
.size19 {font-size: 19px;}
.size20 {font-size: 20px;}
.size21 {font-size: 21px;}
.size22 {font-size: 22px;}
.size23 {font-size: 23px;}
.size24 {font-size: 24px;}
.size25 {font-size: 25px;}
.size26 {font-size: 26px;}
.size28 {font-size: 28px;}
.size30 {font-size: 30px;}
.size32 {font-size: 32px;}
.size34 {font-size: 34px;}
.size36 {font-size: 36px;}
.size38 {font-size: 38px;}
.size40 {font-size: 40px;}
.line-red {background: #ffadad;}
.line-blue {background: #a8eaff;}
.line-brown {background: #cc9966;}
.line-green {background: #b2ffb2;}
.line-yellow {background: #fff799;}
.line-orange {background: #ffe0c1;}
.line-h-red {background: linear-gradient(transparent 60%, #ffadad 50%);}
.line-h-blue {background: linear-gradient(transparent 60%, #a8eaff 50%);}
.line-h-brown {background: linear-gradient(transparent 60%, #cc9966 50%);}
.line-h-green {background: linear-gradient(transparent 60%, #b2ffb2 50%);}
.line-h-yellow {background: linear-gradient(transparent 60%, #fff799 50%);}
.line-h-orange {background: linear-gradient(transparent 60%, #ffe0c1 50%);}
.line-hh-red {background: linear-gradient(transparent 75%, #ffadad 50%);}
.line-hh-blue {background: linear-gradient(transparent 75%, #a8eaff 50%);}
.line-hh-brown {background: linear-gradient(transparent 75%, #cc9966 50%);}
.line-hh-green {background: linear-gradient(transparent 70%, #b2ffb2 50%);}
.line-hh-yellow {background: linear-gradient(transparent 70%, #fff799 50%);}
.line-hh-orange {background: linear-gradient(transparent 70%, #ffe0c1 50%);}
.border-red {border-bottom: 2px solid #ff7f7f;}
.border-blue {border-bottom: 2px solid #a8eaff;}
.border-brown {border-bottom: 2px solid #cc9966;}
.border-green {border-bottom: 2px solid #7fff7f;}
.border-yellow {border-bottom: 2px solid #ffdc00;}
.border-orange {border-bottom: 2px solid #ffbf7f;}
.border-d-red {border-bottom: 4px double #ff7f7f;}
.border-d-blue {border-bottom: 4px double #a8eaff;}
.border-d-brown {border-bottom: 4px double #cc9966;}
.border-d-green {border-bottom: 4px double #7fff7f;}
.border-d-yellow {border-bottom: 4px double #ffdc00;}
.border-d-orange {border-bottom: 4px double #ffbf7f;}
.b {font-weight: bold;}
.strong {font-weight: bold;}
.em {font-weight: bold;}
.yline {background: #ffff00;}
.center {
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.left {
	text-align: left;
	padding: 5px 5px 0px 0px;
}
.right {
	text-align: right;
	padding: 5px 0px 0px 5px;
}
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right;
}
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right;
}
#main #widget_form .white{
	color: #333333;
	font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

img {
	border: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
.imgl {
	padding: 0px 25px 10px 0px;
	float: left;
}
.imgr {
	padding: 0px 0px 10px 25px;
	float: right;
}
.alignleft {
	padding: 0 20px 20px 0;
	float: left;
}
.alignright {
	padding: 0 0 20px 20px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 行間 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.margin-bottom5  {margin-bottom: 5px;}
.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom15 {margin-bottom: 15px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom25 {margin-bottom: 25px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom35 {margin-bottom: 35px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-bottom45 {margin-bottom: 45px;}
.margin-bottom50 {margin-bottom: 50px;}
.margin-bottom55 {margin-bottom: 55px;}
.margin-bottom60 {margin-bottom: 60px;}
.margin-bottom70 {margin-bottom: 70px;}
.margin-bottom80 {margin-bottom: 80px;}
.margin-bottom90 {margin-bottom: 90px;}
.margin-bottom100 {margin-bottom: 100px;}
.margin-top5  {margin-top: 5px;}
.margin-top10 {margin-top: 10px;}
.margin-top15 {margin-top: 15px;}
.margin-top20 {margin-top: 20px;}
.margin-top25 {margin-top: 25px;}
.margin-top30 {margin-top: 30px;}
.margin-top35 {margin-top: 35px;}
.margin-top40 {margin-top: 40px;}
.margin-top45 {margin-top: 45px;}
.margin-top50 {margin-top: 50px;}
.margin-top55 {margin-top: 55px;}
.margin-top60 {margin-top: 60px;}
.margin-top70 {margin-top: 70px;}
.margin-top80 {margin-top: 80px;}
.margin-top90 {margin-top: 90px;}
.margin-top100 {margin-top: 100px;}
.padding-bottom5 {padding-bottom: 5px;}
.padding-bottom10 {padding-bottom: 10px;}
.padding-bottom15 {padding-bottom: 15px;}
.padding-bottom20 {padding-bottom: 20px;}
.padding-bottom25 {padding-bottom: 25px;}
.padding-bottom30 {padding-bottom: 30px;}
.padding-bottom35 {padding-bottom: 35px;}
.padding-bottom40 {padding-bottom: 40px;}
.padding-bottom45 {padding-bottom: 45px;}
.padding-bottom50 {padding-bottom: 50px;}
.padding-bottom55 {padding-bottom: 55px;}
.padding-bottom60 {padding-bottom: 60px;}
.padding-bottom70 {padding-bottom: 70px;}
.padding-bottom80 {padding-bottom: 80px;}
.padding-bottom90 {padding-bottom: 90px;}
.padding-bottom100 {padding-bottom: 100px;}
.padding-top5 {padding-top: 5px;}
.padding-top10 {padding-top: 10px;}
.padding-top15 {padding-top: 15px;}
.padding-top20 {padding-top: 20px;}
.padding-top25 {padding-top: 25px;}
.padding-top30 {padding-top: 30px;}
.padding-top35 {padding-top: 35px;}
.padding-top40 {padding-top: 40px;}
.padding-top45 {padding-top: 45px;}
.padding-top50 {padding-top: 50px;}
.padding-top55 {padding-top: 55px;}
.padding-top60 {padding-top: 60px;}
.padding-top70 {padding-top: 70px;}
.padding-top80 {padding-top: 80px;}
.padding-top90 {padding-top: 90px;}
.padding-top100 {padding-top: 100px;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header {
	min-height: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header-in {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	background: linear-gradient(#FFFFFF, #FFF6ED);
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1キーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	width: 1100px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 11px;
	font-weight: normal;
	color: #252525;
	text-align: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi-bg {
	width: 100%;
	height: 20px;
	margin: -25px 0 0;
}
#top-navi {
	width: 1100px;
	margin: 0 auto;
	background: none;
}
#top-navi ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#top-navi li {
	display: block;
	font-size: 11px;
	list-style-type: none;
	float: right;
	margin-top: 2px;
	padding: 0;
}
#top-navi li a {
	text-decoration: none;
	color: #666666;
}
#top-navi li a:hover {
	text-decoration: none;
	color: #F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h2タイトル設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h2.site-title {
	width: 1100px;
	margin: 15px auto 10px;
	text-decoration: none;
	line-height: 148%;
	text-align: left;
}
h2.site-title a {
	text-decoration: none;
	color: #333333;
}
h2.site-title a:hover {
	text-decoration: none;
	color: #F80;
}
h2.site-title img {
	height: auto;
	max-width: 1100px;
	margin-bottom: 5px;
	overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.menubtn {
	display: none;
}
.togmenu {
	display: block;
}
#g-navi-in, #b-navi-in  {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: linear-gradient(#FFFFFF, #FFF6ED);
	border-bottom: 1px #EAE2DB solid;
    box-sizing: border-box;
}
#g-navi-in ul, #b-navi-in ul {
	width: 1100px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: both;
	overflow: hidden;
}
#g-navi-in ul li, #b-navi-in ul li {
	position: relative;
	width: 20%;
	height: 70px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 60px;
	text-align: center;
	float: left;
}
#g-navi-in ul li a, #b-navi-in ul li a {
	width: 100%;
	height: 70px;
	padding: 0 10%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 1.2px;
    box-sizing: border-box;
}
#g-navi-in ul li a:hover, #b-navi-in ul li a:hover {
	background: #F3F3F3;
	text-decoration: none;
}

/* ──────────────────────────────────────────────────────────────────────── */

#g-navi-in ul.sub-menu, #b-navi-in ul.sub-menu {
	width: 100%;
	margin: 0;
	display: none;
	position: absolute;
	top: 71px;
	left: 0;
	z-index: 99999;
	list-style: none;
}
#g-navi-in ul.sub-menu li, #b-navi-in ul.sub-menu li {
	width: 100%;
	border: none;
	list-style-type: none;
	background: #FFFFFF;
}
#g-navi-in ul.sub-menu li a, #b-navi-in ul.sub-menu li a{
	float: left;
	display: block;
	font-weight: bold;
	background: linear-gradient(#FFFFFF, #FFF6ED);
}
#g-navi-in .menu ul ul, #b-navi-in .menu ul ul{
	left: 100%;
	top: 0;
}
#g-navi-in .menu ul ul a, #b-navi-in .menu ul ul a {
	width: 100%;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
	padding: 0;
	height: 70px;
	border-bottom: 0;
	background: linear-gradient(#FFFFFF, #FFF6ED);
}

/* ──────────────────────────────────────────────────────────────────────── */

#g-navi-in ul li:hover > a,
#g-navi-in ul a:focus,
#b-navi-in ul li:hover > a,
#b-navi-in ul a:focus{
	color: #333333;
	font-weight: bold;
	list-style: none;
	background: #EFEFEF;
}
#g-navi-in ul.menu li:hover > ul,
#b-navi-in ul.menu li:hover > ul{
	display: block;
}

/* ──────────────────────────────────────────────────────────────────────── */

#g-navi-in .abc,
#b-navi-in .abc{
	display: block;
}
#g-navi-in ul li .abc,
#b-navi-in ul li .abc {
	font-weight: normal;
	height: 70px;
	font-size: 10px;
	line-height: 70px;
	display: block;
	margin-top: -50px;
}
#g-navi-in ul li .abc,
#b-navi-in ul li .abc {
	font-weight: normal;
	color: #777777;
}

#b-navi-in { display: none;}
#dro_navi { display: none;}

/* ──────────────────────────────────────────────────────────────────────── */

#main .c_c_t_w .abc, #main .c_c_b_w .abc,
#side-left .abc, #side-right .abc,
.mini_box .abc{
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 25px;
	display: block;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    box-sizing: border-box;
}
.banner-in {
	width: 1090px;
	height: auto;
	margin: 0 auto;
}
.banner img {
	width: 100%;
	height: auto;
	border: 5px #FFFFFF solid;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2r, #container2l,
#container1, #containerk2r,
#containerk2l, #containerk1 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 25px 0 0;
	overflow: hidden;
    box-sizing: border-box;
}
#containerk1 {
	max-width: 950px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.breadcrumbs {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: -10px 0 0;
	padding: 0 0 15px;
}
.breadcrumbs a, .breadcrumbs .fa, .breadcrumbs .fab, .breadcrumbs .fal,
.breadcrumbs .far, .breadcrumbs .fas {
	color: #333333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #F80;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2l #main,
#containerk2l #main {
	float: right;
	margin: 0;
	width: 766px;
	padding: 0;
	text-align: left;
}
#container2r #main,
#containerk2r #main {
	float: left;
	margin: 0;
	width: 766px;
	padding: 0;
	text-align: left;
}
#containerk1 #main {
	float: left;
	margin: 0px;
	width: 950px;
	padding: 0;
	text-align: left;
}
#main-page {
	margin: 0px;
	width: 950px;
	padding: 0;
	text-align: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 新着記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.new-menu {
	margin: 0 0 20px 0;
	padding: 20px 20px 10px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
}
.new-menu ul {
	list-style: none;
	padding: 0 0 10px;
}
.new-menu li {
	list-style: none;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 3px 0px 0px 15px;
	background: url(img/menu2.gif) no-repeat left center;
}
.new-menu li a {
	line-height: 120%;
	text-decoration: none;
}
.new-menu li a:hover {
	color: #F80;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mainbox {
	font-size: 14px;
	line-height: 1.80;
	margin: 0 0 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事タイトルの設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-title,
#review h2.review-title{
	font-weight: bold;
	margin: 0;
	padding: 15px 20px;
	border: 1px #EAE2DB solid;
	background: linear-gradient(#FFFFFF, #FFF8EE);
	color: #000000;
	box-shadow: none;
	clear: both;
}
#review h2.review-title{
	border: none;
	border-bottom: 1px #EAE2DB solid;
}
.entry-title a:hover {
	color: #F80;
	text-decoration: none;
}
.c_c_t_w ul li a,
.c_c_b_w ul li a {
	color: #333333;
	text-decoration: none;
}
.c_c_t_w ul li a:hover,
.c_c_b_w ul li a:hover {
	color: #F80;
	text-decoration: underline;
}
.c_c_t_w .entry-title,
.c_c_b_w .entry-title,
.c_c_t_w #wp-calendar caption,
.c_c_b_w #wp-calendar caption,
#new-content .entry-title,
.comments_box h3 {
	font-weight: bold;
	margin: 0;
	padding: 20px 25px 20px 2px;
	border: none;
	background: #FFFFFF;
	color: #333333;
	clear: both;
}
.c_c_t_w #wp-calendar caption:before,
.c_c_b_w #wp-calendar caption:before{
	position: absolute;
	top: 22px;
	left: 3px;
	content: " \f073";
	font-family: FontAwesome;
	font-size: 22px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content,
.entry-content-i,
.entry-content-s {
	font-size: 16px;
	line-height: 160%;
	margin: 0 0 30px;
	padding: 20px;
	border: 1px #EDE6E0 solid;
	border-top: none;
	background: #FFFFFF;
	overflow: hidden;
}
.entry-content img,
.entry-content-i img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
p.search_to_home p{
	padding-top: 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 動画 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.video-wrap iframe,　.video-wrap object,　.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* テーブル */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table {
	width: 100%;
	border-top: none;
	border-bottom: 1px #CCCCCC solid;
	border-collapse: collapse;
	overflow-x: scroll;
    	-webkit-overflow-scrolling: touch;
}
table tr {
	margin: 0;
	padding: 0;
	border: 1px solid #DDDDDD;
}
table th {
	margin: 0;
	padding: 7px 10px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
table td {
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title_area_bottom {
	min-height: 0;
	max-height: 35px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
	overflow: hidden;
	display: block;
}
.date_time {
	width: auto;
	min-height: 25px;
	font-weight: normal;
	margin: 0 0 12px;
	padding: 0 5px;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	float: left;
    box-sizing: border-box;
}
.left_time {
	width: auto;
	min-height: 25px;
	font-weight: normal;
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content img.attachment-200x200 {
	float: left;
	padding: 0;
	margin: 0 20px 20px 5px;
	border: 5px #FFFFFF solid;
	box-shadow: 0 0 2px #CCCCCC;
}
.entry-content-i img.attachment-200x200 {
	float: right;
	padding: 0;
	margin: 0 5px 20px 20px;
	border: 5px #FFFFFF solid;
	box-shadow: 0 0 2px #CCCCCC;
    box-sizing: border-box;
}
.eye-catch-img {
	border: none;
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a.more-link {
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 90px;
	margin: -20px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}
a:hover.more-link {
	color: #333333;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ソーシャルボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content ul.sns_button,
.entry-content-i ul.sns_button,
.entry-content_top ul.sns_button {
	width: 100%;
	padding: 0;
	margin: 2px 0 25px;
	text-align: left;
	display: block;
	clear: both;
}
.entry-content ul.sns_button_b,
.entry-content-i ul.sns_button_b,
.entry-content_top ul.sns_button_b{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 25px 0 0;
	text-align: left;
	display: block;
	overflow: visible !important;
	clear: both;
}
ul.sns_button li,
ul.sns_button_b li {
	height: 30px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
	line-height: 200%;
	float: left;
}
ul.sns_button li:last-child,
ul.sns_button_b li:last-child {
	margin-right: 0;
}
iframe.twitter-share-button {
	width: 68px!important;
	height: 73px;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事内リスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content ul,
.entry-content-i ul {
	padding: 0 0 0 22px;
	list-style: outside;
	line-height: 180%;
}
.entry-content ol,
.entry-content-i ol {
	padding: 0 0 0 22px;
	list-style: outside decimal;
	line-height: 180%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* blockquote */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

blockquote {
	background: #F7F7F7 url(img/blockquote.png) no-repeat 0 0;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー説明文表示 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#cate_des {
	margin: 0 0 35px 3px;
	padding: 20px;
	text-align: left;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0 0 2px #AAAAAA;
	position: relative;
	border-bottom: 1px #DDDDDD solid;
}
#cate_des:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #DDDDDD transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
#cate_des p {
	font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他タグ一覧 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .entry-content .efoot,
#main .entry-content-i .efoot,
#main .entry-content-top .efoot{
	text-align: right;
	margin: 0;
	padding: 10px 0 0;
	font-size: 12px;
	font-weight: normal;
}
#main .entry-content .efoot p,
#main .entry-content-i .efoot p,
#main .entry-content-top .efoot p{
	margin: 0;
	font-size: 12px;
}
#main .entry-content .efoot a,
#main .entry-content-i .efoot a,
#main .entry-content-top .efoot a {
	text-decoration: none;
	color: #333333;
}
#main .efoot a:hover {
	text-decoration: none;
	color: #F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanren_box {
	padding: 0 0 5px;
	margin: 0;
	display: block;
	clear: both;
}
.kanren_box .title_area {
	padding: 0;
	border: none;
	border-bottom: none;
}
.kanrenmenu_thumb, .Kanrenmenu {
	min-height: 100px;
	margin: 0 0 30px;
	padding: 0 10px 10px;
	background: #FFFFFF;
	border: 1px #EAE2DB solid;
	border-top: none;
}
.kanrenmenu_thumb .entry-title {
	margin: 0;
	padding: 10px 10px 12px;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #333;
	overflow: hidden;
	border: none;
	clear: both;
}
.kanrenmenu_thumb ul,
.Kanrenmenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	clear: both;
}
.kanrenmenu_thumb ul li,
.Kanrenmenu ul li {
	width: 48%;
	margin: 15px 1% 10px;
	padding: 0;
	text-decoration: none;
	text-align: left;
	background: none;
	overflow: auto;
	float: left;
}
.kanrenmenu_thumb ul li .keye {
	width: 80px;
	height: 80px;
	color: #333333;
	padding: 0;
	margin: 0 15px 0 10px;
	overflow: hidden;
	font-weight: bold;
	float: left;
}
.kanrenmenu_thumb ul li .keye img {
	width: auto;
	height: 80px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out; 
}
.kanrenmenu_thumb ul li .eye_cate {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #333333;
	max-width: 80px;
	height: 15px;
	padding: 1px 4px 2px;
	margin: -22px 0 0 0;
	overflow: hidden;
	position: absolute;
	background: rgba(255,255,255,0.6);
	z-index: 1;
    box-sizing: border-box;
}
.kt-tag {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
}
#main .kt-tag p.r-time-data {
	font-size: 12px;
	text-align: left;
	line-height: 110%;
	margin-bottom: 8px;
}
#main .kt-tag p.r-title-l {
	max-height: 4em;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	overflow: hidden;
}
.kt-tag a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
	color: #333333;
}
.kt-tag a:hover {
	color: #F80;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comments-box {
	zoom: 1;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
}
.comments-box img {
	vertical-align: middle;
}
.cancel-comment-reply {
	padding: 0;
	margin: 40px 0 0 80px;
	border: 1px #333 dotted;
	color: #000;
	background: none;
	float: right;
}
.cancel-comment-reply a {
	color: #000;
	border: none;
	background: none;
}
.text {
	border: 1px solid #CCC;
	padding: 2px;
	color: #777;
	width: 200px;
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#respond {
	width: auto;
	padding: 5px 10px;
	overflow: hidden;
	color: #333333;
	text-align: left;
	background: #FFFFFF;
	border-top: none;
}
#respond input{
	border: none;
	background: #EFEFEF;
}
#respond .submit {
	padding: 10px 5%;
	margin: 0 0 25px;
	float: right; 
}
#respond textarea {
	width: 100%;
	padding: 25px 5%;
	background: #EFEFEF;
	border: none;
	color: #333333;
    box-sizing: border-box;
}
#respond input#submit{
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
	height: 50px;
	border-radius: 0px;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#respond input#submit:hover {
	height: 50px;
	color: #333333;
	text-decoration: none;
	border-radius: 0px;
	border: none;
	cursor: pointer;
	backface-visibility: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out; 
}
#commentform .cmlg {
	color: #333333;
	padding: 10px 0;
	float:right;
}
#commentform .cmlg a {
	color: #333333;
	text-decoration: underline;
}
#commentform .cmlg a:hover {
	color: #FF8800;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#comment-list {
	font-weight:normal;
	margin: 0 20px 20px;
	padding: 0;
	background: #FFFFFF;
	border: none;
}

#comment-list li {
	list-style: none;
	font-weight:normal;
	margin: 0 0 10px;
	padding: 0;
	background: #FFFFFF;
	border: none;
}
#comment-list p.comment-title {
	font-size: 14px;
	margin: 20px 0px 10px;
}
#comment-list p.comment-data {
	text-align: right;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 10px 10px 5px 0px;
	border-bottom: 1px dotted #000033;

}
#comment-list p {
	font-size: 14px;
	margin: 0px 10px 15px;
}
#comform {
	margin: 0;
	padding: 10px 20px 20px;
	background-color: #333333;
	border: none;
}
#comform p {
	font-size: 14px;
	line-height:160%;
	margin-top: 10px;
}
#comment-submit {
	padding: 5px 10px;
}
p.nocomments {
	margin: 20px 20px 0;
	padding: 0;
}
#main .comments_box p {
	font-size: 14px;
	margin: 20px 0 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフレーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}
ol.commentlist {
	border: none;
	border-top: none;
	background: #FFFFFF;
	margin: 0 0 20px;
	padding: 15px 0;
}
ol.commentlist li {
	font-size: 15px;
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
ol.commentlist li div.vcard cite.fn {
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin: 15px 0 0 15px;
	float: left;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #95AAC5;
}
ol.commentlist li div.vcard img.avatar {
	padding: 10px 0;
	border: 1px solid #CCC;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #CCC;
	float: left;
}
ol.commentlist li div.vcard span.says {
	padding: 17px 0 3px 2px;
	font-size: 14px;
	color: #333333;
	float: left;
}
ol.commentlist li div.comment-meta {
	color: #333333;
	margin: 17px 0 30px 10px;
	font-size: 0.9em;
	float: left;
}
ol.commentlist li div.comment-meta a {
	color: #333333;
	text-decoration: none;
}
ol.commentlist li p {
	color: #333333;
	font-size: 15px;
	margin: 15px 0 0 0;
	line-height: 1.4em;
	text-align: left;
	clear: both;
}
ol.commentlist li div.reply {
	margin: -20px 0 20px;
	background: none;
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	float: right;
	font-weight: bold;
}
ol.commentlist li div.reply a {
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
ol.commentlist li div.reply a:hover {
	color: red !important;
	text-decoration: none;
}
ol.commentlist li ul.children li {
	margin: 10px 0 0;
	background: #fff;
	border: 1px #EAEAEA solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #DDD solid;
}
ol.commentlist li ul.children li li.alt {
	background: #F7F7F7;
}
ol.commentlist li ul.children li.depth-2 {
	background: #F6F6F6;
}
ol.commentlist li ul.children li.depth-3 {
	background: #EFEFEF;
}
ol.commentlist li ul.children li.depth-4 {
	background: #EAEAEA;
}
ol.commentlist li ul.children li.depth-5 {
	background: #FFF;
}
ol.commentlist li ul.children li.depth-6 {
	background: #F9F9F9;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバック */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
	margin: 30px 0 10px;
	padding: 20px;
	background: #FFFFFF;
	background: linear-gradient(#FFFFFF, #FFF6ED);
	font-size: 20px;
	font-weight: bold;
	border: 1px #EAE2DB solid;
}
#tb input{
	width: 97%;
	margin: 20px 0 0;
	border: none;
	box-shadow: none;
	background: #EFEFEF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ページナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation {
	font-size: 14px;
	max-height: 49px;
	margin: 30px auto;
	padding: 0 0 6px;
	overflow: hidden;
	position: relative;
	line-height: 120%;
}
.kiji-navigation .kijinavi-left a,
.kiji-navigation .kijinavi-right a {
	height: 10px;
	text-align: left;
	width: 50%;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.kiji-navigation .kijinavi-right a {
	text-align: right;
	float: right;
}
.kiji-navigation .kijinavi-left a:hover ,
.kiji-navigation .kijinavi-right a:hover {
	height: 10px;
	width: 50%;
	text-decoration: none;
	color: #F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.sitemap {
	margin: 20px 20px 20px 20px;
	padding: 0;
}
.sitemap li {
	list-style: none;
	font-size: 14px;
	margin: 5px 0 0;
	padding: 0 0 5px;
	line-height: 150%;
	list-style-type: none;
}
.sitemap li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #FFD13A;
	position: relative;
	left: -15px;
	top: -3px;
}
.sitemap li a {
	color: #000;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #F80;
	text-decoration: underline;
}
h4 a {
	color: #000;
	text-decoration: none;
}
h4 a:hover {
	color: #F80;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left {
	float: left;
	width: 300px;
	margin: 0 27px 0 3px;
	padding: 0;
	text-align: left;
}
#side-right {
	float: right;
	width: 300px;
	margin: 0 3px 0 27px;
	padding: 0;
	text-align: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title {
 	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin: 3px 0 0;
	padding: 15px 0;
	display: block;
	clear: both;
}
.title a {
	text-decoration: none;
	color: #ffffff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リスト設定(メイン＋フッター) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left ul,
#side-right ul {
	margin: 0 0 20px;
	padding: 20px 0 0 2px;
}
.mini_box ul{
	margin: 20px 0 20px 2px;
	padding: 0;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	border-top: none;
}
#side-left ul.children,
#side-right ul.children,
#side-left ul.sub-menu,
#side-right ul.sub-menu,
.mini_box ul.children,
.mini_box ul.sub-menu {
	margin: 0;
	padding: 0;
}
#side-left li,
#side-right li,
#side-left ul.children li,
#side-right ul.children li,
#side-left ul.sub-menu li,
#side-right ul.sub-menu li{
	position: relative;
	text-align: left;
	padding: 6px 0 6px 20px;
	list-style: none;
}
.mini_box li,
.mini_box ul.children li,
.mini_box ul.sub-menu li{
	position: relative;
	text-align: left;
	padding: 8px 0 8px 20px;
	list-style: none;
}
#side-left ul#eye_news li:after,
#side-right ul#eye_news li:after,
.mini_box ul#eye_news li:after{
	display: none;
}
#side-left li:after,#side-right li:after,
#side-left ul.children li:after,
#side-right ul.children li:after,
#side-left ul.sub-menu li:after,
#side-right ul.sub-menu li:after,
.mini_box li:after,
.mini_box ul.children li:after,
.mini_box ul.sub-menu li:after{
	position: absolute;
	top: 10px;
	left: 0;
	content: " \f004";
	font-family: FontAwesome;
	width: 8px;
	height: 8px;
}
.mini_box li:after,
.mini_box ul.children li:after,
.mini_box ul.sub-menu li:after{
	top: 8px;
}
#side-left li a,
#side-right li a,
.mini_box li a{
	line-height: 150%;
	text-decoration: none;
	color: #333333;
}
#side-left li a:hover,
#side-right li a:hover,
.mini_box li a:hover {
	text-decoration: underline;
	color: #F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タグクラウド・検索フォーム(サイド) */
/* ──────────────────────────────────────────────────────────────────────── */

.tagcloud, #searchform{
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
#searchform {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	margin: 10px 0;
	padding: 25px;
	clear: both;
	overflow: hidden;
}
.tagcloud a{
	font-size: 14px !important;
	line-height: 1em;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px; 
	margin-top: 3px;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
}
.tagcloud a:hover {
 	background: #FFF8EF;
	color: #333333;
}
#searchform {
	padding: 10px 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイト内検索(サイド) */
/* ──────────────────────────────────────────────────────────────────────── */

#searchsubmit {
	padding: 10px;
}
.screen-reader-text {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#searchform{
	margin: 0 0 30px;
	padding: 0;
	border: none;
	clear: both;
}
#center_folder #searchform{
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}
#searchform a:link{
	color: #333333;
}
#searchform a:hover{
	color: #FF8800;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#s, #s:focus, #right_folder #s, #left_folder #s {
	width: 65%;
	height: 60px;
	line-height: 30px;
	margin: 0;
	padding: 0 7%;
	vertical-align: bottom;
	box-sizing: content-box;
	color: #333333;
	outline: none;
	border: none;
	float: left;
}
#s:focus {
	color: #333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#searchsubmit {
	font-weight: bold;
	width: 20%;
	color: #333333;
	height: 61px;
	border-radius: 0px;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#searchsubmit:hover {
	color: #FF8800;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* テキストウィジェット(サイド) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.textwidget {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.textwidget p{
	font-size: 14px;
	line-height: 150%;
	margin: 25px 20px 0;
	padding: 0;
	text-align: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最近の投稿(サイド) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#eye_news,
#new-content ul#eye_news {
	padding: 0;
	margin-top: 22px;
}
ul#eye_news li,
#new-content ul#eye_news li {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
	background: none;
	overflow: hidden;
	display: block;
}
ul#eye_news .sf_daca,
#new-content ul#eye_news .sf_daca {
	width: 70%;
	max-height: 15px;
	overflow: hidden;
	float: right;
}
#footer_box_matome ul#eye_news .sf_daca,
#footer_box_matome #new-content ul#eye_news .sf_daca {
	width: 65%;
	max-height: 15px;
	overflow: hidden;
	float: right;
}
ul#eye_news .sub_date,
#new-content ul#eye_news .sub_date {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border: none;
	margin: 0 0 0 5%;
	padding: 0 0 0;
	float: left;
}
ul#eye_news li p,
#new-content ul#eye_news li p {
	width: 65%;
	max-height: 59px;
	font-size: 14px;
	padding: 5px 0 0;
	margin: 0 0 0 5%;
	line-height: 140%;
	overflow: hidden;
	float: left;
    box-sizing: border-box;
} 
ul#eye_news li a,
#new-content ul#eye_news li a {
	font-weight: bold;
	color: #333333;
}
ul#eye_news li a:hover img{
	backface-visibility: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out; 
	opacity: 0.5;
}
.mini_box ul#eye_news .sub_date,
.mini_box #new-content ul#eye_news .sub_date {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul#eye_news .sub_new_img,
#new-content ul#eye_news .sub_new_img {
	width: 28%;
	height: auto;
	padding: 0;
	margin: 0 0 5px;
	float: left;
}
ul#eye_news .sub_new_img img,
#new-content ul#eye_news .sub_new_img img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out; 
}
#container2r #side-left-inner #eye_news .category,
#container2r #side-right-inner #eye_news .category,
#container2l #side-left-inner #eye_news .category,
#container2l #side-right-inner #eye_news .category,
#containerk2l #side-left-inner #eye_news .category,
#containerk2l #side-right-inner #eye_news .category,
#containerk2r #side-left-inner #eye_news .category,
#containerk2r #side-right-inner #eye_news .category {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー設定(サイド) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#calendar_wrap {
	margin: 1px 0px 10px;
	padding: 0;
	clear: both;
}
#wp-calendar {
	width: 100%;
	border: none;
	padding: 0 1px;
	margin: 0 0 30px;
    box-sizing: border-box;
}
#side-right caption,
#side-left caption{
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin: 3px 0 10px 0;
	padding: 15px 0 15px 9%;
    box-sizing: border-box;
	clear: both;
}
#side-right caption:before,
#side-left caption:before,
#footer .mini_box caption:before{
	position: absolute;
	top: 16px;
	left: 2px;
	content: " \f073";
	font-family: FontAwesome;
	font-size: 18px;
}
#side-right table,
#side-left table{
	border-spacing: 0;
}
/*曜日行*/

#wp-calendar thead {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}
/*曜日セル*/

#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody {
	color: #555555;
}
/*日付セル*/

#wp-calendar tbody td {
	padding: 3px 0 2px;
	text-align: center;
	border: none;
	background: none;
}
#wp-calendar td a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar td a:hover{
	color: #F80;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tr {
	background: none;
	border: none;
}
#wp-calendar th {
	border: none;
	background: none;
}
#wp-calendar td#prev,
#wp-calendar td#next,
#wp-calendar td.pad {
	background: none;
	border: none;
}
#wp-calendar td#next{
	text-align: right;
}
#wp-calendar td#prev a,
#wp-calendar td#next a,
#wp-calendar td.pad a{
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#wp-calendar td#prev a:hover,
#wp-calendar td#next a:hover,
#wp-calendar td.pad a:hover{
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー・アーカイブ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.postform,
select {
	width: 99.8%;
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #EAE2DB;
    box-sizing: border-box;
}
.screen-reader-text {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 作者紹介(サイド)  */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.side_profile_w {
	font-size: 13px;
	line-height: 1.7;
	margin: 0 0 20px;
	padding: 10px;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.side_profile_w p {
	font-size: 13px;
	line-height: 1.7;
	padding-top: 10px;
	padding-bottom: 0;
}
#footer_box_matome .side_profile_w {
	background: none;
}
#footer_box_matome .side_profile_w p.side_profile_sns{
	background: none;
	text-align: center;
	box-sizing: border-box;
}
#footer_box_matome  p.side_profile_sns .fa-line:before{
	display: 0;
	
}
.side_profile_w p.side_profile_title {
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}
.side_profile_w p.side_profile_sns {
	padding: 0;
}
.side_profile_w p.side_profile_txt {
	text-align: left;
}
.s_design1 {
	font-family: FontAwesome, "Font Awesome 5 Free";
	font-weight: 900;
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	box-sizing: border-box;
}
.s_design1 a {
	width: 100%;
	color: #FFFFFF;
	padding: 15px 10px 13px 15px;
	text-decoration: none;
	transition: 0.3s;
	box-sizing: border-box;
}
#footer_box .s_design1 a {
	color: #FFFFFF;
}
#side-right .s_design1 .wicon .fa, #side-right .s_design1 .wicon .fas,
#side-right .s_design1 .wicon .fab, #side-right .s_design1 .wicon .fal, 
#side-right .s_design1 .wicon .far, #side-left .s_design1 .wicon .fa, 
#side-left .s_design1 .wicon .fas, #side-left .s_design1 .wicon .fab, 
#side-left .s_design1 .wicon .fal, #side-left .s_design1 .wicon .far, 
#footer_box_matome .wicon .fa, #footer_box_matome .wicon .fas, 
#footer_box_matome .wicon .fab, #footer_box_matome .wicon .fal, 
#footer_box_matome .wicon .far {
	height: 100%;
	margin-right: 12px;
	padding-right: 12px;
	align-items: center;
	border-right: 1px rgb(255, 255, 255, 0.3) solid;
	color: #FFFFFF;
	float: left;
	display: flex;
}
#footer_box_matome .fa, 
#footer_box_matome .fas, 
#footer_box_matome .fab,
#footer_box_matome .fal,
#footer_box_matome .far{
	color: #333333;
}
#footer_box_matome .side_profile_sns .fa, 
#footer_box_matome .side_profile_sns .fas, 
#footer_box_matome .side_profile_sns .fab,
#footer_box_matome .side_profile_sns .fal,
#footer_box_matome .side_profile_sns .far{
	border-right: none;
	padding: 1%;
}
.s_design1 a:hover {
	opacity: 0.6;
}
.s_design1s_blue a, #footer_box_matome .s_design1s_blue a{
	background: #2e71bb;
	border-bottom: 3px solid #0c3da2;
	text-decoration: none;
}
.follow-button a {
	margin-left: 0;
	padding-left: 6px;
	color: #515254;
	border-radius: 5px;
	font-size: 22px;
}
.side_profile_w .follow-button .twitter:hover {
	color: #00acee;
}
.follow-button .facebook:hover {
	color: #3b5998;
}
.follow-button .instagram:hover{
	color: #427eff;
}
.follow-button .youtube:hover{
	color: #C0372E;
}
.follow-button .line:hover{
	color: #1EAD2C;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タグクラウド・検索フォーム(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w .tagcloud,
.c_c_b_w .tagcloud,
.c_c_t_w #searchform,
.c_c_b_w #searchform {
	border: none;
	padding: 25px 20px;
	margin: 0 0 30px;
}
.c_c_t_w #searchform,
.c_c_b_w #searchform {
	border: none;
	margin: 0 0 20px;
	padding: 0;
	background: none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイト内検索(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w #searchsubmit,
.c_c_b_w #searchsubmit {
	margin: 0 0 10px;
	width: 30.4%;
	float: right;
}
.c_c_t_w #s,
.c_c_b_w #s {
	margin: 0 0 10px;
	width: 69%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
    box-sizing: border-box;
}
#main #widget_form .opt_blue, #main #widget_form .opt_black,
#main #widget_form .opt_green, #main #widget_form .opt_pink, 
#main #widget_form .opt_orange, #main #widget_form .opt_red {
	margin: 0;
	padding: 30px 0;
	color: #333333;
}
#mail_magazine p.opt-catch {
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
	color: #333333;
	text-align: center;
	margin: 10px 0;
	padding: 0;
}
#main #widget_form table.form_mail{
	margin-top: none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* テキストウィジェット(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w .textwidget,
.c_c_b_w .textwidget {
	border: none;
	background: none;
	padding: 10px;
	margin-top: 10px;
}
.entry-content .textwidget,
.entry-content-i .textwidget {
	border: none;
	background: none;
	padding: 0;
}
.c_c_t_w .textwidget p,
.c_c_b_w .textwidget p,
.entry-content .textwidget p,
.entry-content-i .textwidget p {
	padding: 0;
	margin: 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 最近の投稿(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

#new-content {
	margin: 0 0 30px;
	padding: 0;
	clear: both;
}
#new-content ul {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	border: none;
	background: #FFFFFF;
	overflow: hidden;
}
#new-content li {
	line-height: 100%;
	margin: 5px 0;
	padding: 15px 5px 13px;
}
#new-content .image {
	display: none;
}
#new-content .info {
	width: 100%;
	max-height: 70px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	float: left;
}
#new-content h3.infotitle {
	font-weight: bold;
	margin: 0;
	padding: 20px 25px 20px 5px;
	border: none;
	background: #FFFFFF;
	box-shadow: none;
	clear: both;
}
#wrapper3 #new-content .info,
#wrapperk3 #new-content .info {
	max-width: 100%;
	bottom: 0;
}
#new-content .category {
	display: none;
}
#new-content .info {
	width: 100%;
	max-height: 35px;
	padding: 0;
	margin: 0 0 5px;
	display: inline-block;
	overflow: hidden;
	clear: both;
}
#new-content .info .date {
	width: 25%;
	height: 35px;
	margin: 0 2% 0 0;
	padding: 10px 0 12px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background: #EDEDED;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
    box-sizing: border-box;
}
#new-content .titlea {
	width: 70%;
	height: 25px;
	margin: 0;
	padding: 4px 0 2px;
	font-size: 14px;
	color: #333333;
	border: none;
	background: none;
	box-shadow: none;
	line-height: 150%;
	font-weight: bold;
	overflow: hidden;
    box-sizing: border-box;
	float: right;
}
#new-content .titlea a {
	text-decoration: none;
	color: #07368E;
	background: #FFFFFF;
}
#new-content .info .titlea a:hover {
	color: #F80;
	text-decoration: underline;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* リスト設定(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w ul,
.c_c_b_w ul{
	margin: 0 0 30px;
	padding: 10px 25px 14px 3px;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	list-style-type: none;
	border-top: none;
	overflow: hidden;
	background: #FFFFFF;
}
.c_c_t_w ul li,
.c_c_b_w ul li,
.c_c_t_w li.cat-item,
.c_c_b_w li.cat-item{
	margin: 0;
	padding: 10px 0 6px 0;
	color: #333333;
	text-decoration: none;
}
.c_c_t_w ul li ul,
.c_c_b_w ul li ul {
	margin: -4px 0 -20px -10px;
	border: none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* カレンダー設定(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w #calendar_wrap,
.c_c_b_w #calendar_wrap {
	margin: 1px 0px 10px;
	padding: 10px;
	background: #FFFFFF;
	border: none;
	clear: both;
	overflow: hidden;
}
.c_c_t_w #calendar_wrap caption,
.c_c_b_w #calendar_wrap caption {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: -10px -10px 10px;
	padding: 20px 25px 20px 35px;
	border: none;
	background: #FFFFFF;
	clear: both;
}
.c_c_t_w #calendar_wrap,
.c_c_b_w #calendar_wrap{
	padding-bottom: 0;
	margin-bottom: 30px;
	border-top: none;
}
.c_c_t_w #wp-calendar td#prev,
.c_c_t_w #wp-calendar td#next,
.c_c_t_w #wp-calendar td.pad {
	font-size: 15px;
	padding: 0 25px;
	background: none;
	border: none;
}
.c_c_t_w #wp-calendar td#next{
	text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 共通ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ読者登録画像 */
/* ──────────────────────────────────────────────────────────────────────── */

#main .mail_signup img {
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
}
.mail_signup img {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
#footer_box_matome .mail_signup img {
	width: 80%;
	margin: 0 10% 10px;
	padding: 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* RSSボタン */
/* ──────────────────────────────────────────────────────────────────────── */

.rss-space input{
	width: 100%;
	margin: 0 0 10px;
	padding: 20px 0;
	border: none;
    box-sizing: border-box;
}
.rss-space a {
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページナビ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tablenav {
	font-size: 15px;
	background: none;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
}
a.page-numbers{
	color: #555;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	padding: 7px 11px 6px;
	background: none;
    box-sizing: border-box;
}
a.page-numbers:hover {
	color: #F80;
}
.tablenav .current {
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 11px;
}
.tablenav .next,
.tablenav .prev {
	border: 0 none;
	background: transparent;
	font-size: smaller;
	font-weight: bold;
	padding: 7px 11px 6px;
}
.cont_navi {
	background: none;
	margin: 20px auto;
	padding: 10px 0 0;
	text-align: center;
}
.cont_navi p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}
.cont_navi a {
	color: #444444;
	text-decoration: none;
}
.cont_navi a:hover {
	color: #F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページの先頭へ戻る */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.go-toppage {
	text-align: right;
	margin: 0;
	padding: 0 10px 10px;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターウィジェットエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
    box-sizing: border-box;
	clear: both;
}
#footer_box_matome {
	width: 1100px;
	margin: 0 auto;
	padding: 2px 0 0;
	background: none;
    box-sizing: border-box;
	clear: both;
}
#footer_box_matome .mini_box {
	width: 31.3%;
	margin: 30px 0 0;
	text-align: left;
	display: block;
	float: left;
}
#footer_box_matome .mini_box_center {
	width: 31.3%;
	margin: 30px 3% 0;
	text-align: left;
	display: block;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box a,
.mini_box p a {
	text-align: left;
	text-decoration: underline;
}
.mini_box a:hover {
	color: #F80;
	text-align: left;
	text-decoration: none;
}
.mini_box li .post-date {
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	text-decoration: none;
	background: none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* タグクラウド・検索フォーム(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

#footer_box_matome .mini_box .tagcloud {
	background: none;
	border: none;
}
.mini_box #searchform {
	padding: 0;
}
.mini_box .screen-reader-text {
	display: none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* テキストウィジェット(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

#footer_box_matome .mini_box .textwidget {
	margin: 0 0 30px;
	padding: 0;
	background: none;
}
#footer_box_matome .mini_box .textwidget p{
	margin: 0;
	padding: 20px 18px 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 最近の投稿(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

.mini_box ul#eye_news{
	margin: 22px 0 0 -2px;
	padding: 0;
}
.mini_box  ul#eye_news li {
	list-style: none;
	margin: 0;
	padding: 0 10px 0;
	background: none;
	overflow: hidden;
	display: block;
}
.mini_box  ul#eye_news li a:hover{
	color: #F80;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* カレンダー設定(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

.mini_box .title,
#footer .mini_box caption {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin: 3px 0 10px;
	padding: 15px 0;
	clear: both;
}
#footer .mini_box caption {
	width: 100%;
	padding: 15px 0 15px 7%;
    box-sizing: border-box;
}
.mini_box #calendar_wrap {
	padding: 0;
	background: none;
	border: none;
}
.mini_box #calendar_wrap thead th,
.mini_box #calendar_wrap thead tr,
.mini_box #calendar_wrap thead td,
#calendar_wrap thead tfoot,
.mini_box table tr,
.mini_box table th,
.mini_box table td,
.mini_box table {
	border: none;
	background: none;
}
.mini_box #wp-calendar tbody td {
	border: none;
	background: none;
}
.mini_box #wp-calendar #next {
	text-align: right;
	border: none;
}
.mini_box #wp-calendar tbody a {
	border: none;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.mini_box #wp-calendar #prev a,
.mini_box #wp-calendar #next a,
.mini_box .tagcloud a {
	border: none;
	color: #333333;
	background: none;
}
.mini_box #wp-calendar #prev a:hover,
.mini_box #wp-calendar #next a:hover,
.mini_box #wp-calendar tbody a:hover,
.mini_box .tagcloud a:hover {
	color: #F80;
	background: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 100%;
}
#footer-des {
	width: 1100px;
	margin: 0 auto 10px;
	overflow: hidden;
}
#footer-des p {
	font-size: 14px;
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 10px;
}
#foot-end {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
}
#foot-end a {
	text-decoration: none;
	color: #333333;
}
#foot-end a:hover {
	text-decoration: none;
	color: #FF8800;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

td {
	padding: 5px;
}
input,
textarea,
select {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特定商取引法に基づく表記 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main {
	width: 100%;
	margin: 20px auto;
}
#main_mail {
	margin: 0;
}
#main h2,
#main_mail h2 {
	font-weight: bold;
	margin: 0;
	padding: 15px 20px;
	border: 1px #EAE2DB solid;
	background: linear-gradient(#FFFFFF, #FFF8EE);
	color: #000000;
}
#main_mail table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: -1px 0 20px 0;
	border-bottom: #CCCCCC solid 1px;
	clear: both;
}
#main_mail th.mail_t {
	font-size: 15px;
	font-weight: bold;
	line-height: 170%;
	text-align: left;
	white-space: nowrap;
	padding: 20px;
	background: #EFEFEF;
	border-top: none;
}
#main_mail .mail_e {
	font-size: 15px;
	line-height: 170%;
	text-align: left;
	padding: 20px;
	border-top: none;
	background: #FFFFFF;
}
#main_mail table img {
	max-width: 99%;
	height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ登録ページ/レビューページ/キラーページ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine {
	width: 950px;
	margin: 20px auto;
	padding: 0;
	border-top: none;
	box-shadow: 0 0 10px #BBBBBB;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #FFFFFF;
}
#review {
	width: 950px;
	margin: 30px auto 50px;
	padding: 0;
	box-shadow: 0 0 5px #BBBBBB;
	border: 1px #CCCCCC solid;
	border-top: none;
	text-align: left;
	background: #FFFFFF;
    box-sizing: border-box;
}
#killer {
	width: 950px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: left;
	box-shadow: 0 0 7px #999;
	border: none;
	overflow: hidden;
}
#mail_magazine_in,
#review_in {
	margin: 20px auto 0;
	padding: 30px 50px;
	text-align: left;
	overflow: hidden;
}
#killer_in {
	width: 100%;
	height:100%;
	margin: 20px 5% 0;
	padding: 20px 0;
	text-align: left;
    box-sizing: border-box;
}
#mail_magazine p,
#review p,
#mail_magazine_in p,
#review_in p{
	font-size: 16px;
	line-height: 200%;
	padding: 0;
	margin: 0;
}
#killer_in p {
	font-size: 16px;
	line-height: 200%;
	padding: 0;
	margin: 0;
}
#mail_magazine_in ul,
#review_in ul,
#killer_in ul {
	padding: 0 0 0 0;
	list-style: inside;
}
#main_mail table {
	overflow: hidden;
}
#main_mail table img {
	max-width: 100%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#review_in h2,
#review_in h3,
#killer h2 {
	width: 120%;
	height: auto;
	margin: 30px -10% ;
	padding: 22px 10% 35px;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 140%;
	border: none;
    box-sizing: border-box;
}
#killer h3 {
	color: #FFFFFF;
	padding: 17px 20px 15px;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 155%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	border: none;
}
#killer h5{
	margin: 20px 0;
	padding: 10px 20px 8px 40px;
	color: #333333;
	font-size: 18px;
	line-height: 150%;
	border: none;
}
#review_in h4 {
	color: #FFFFFF;
	padding: 17px 20px 15px;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 170%;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
}
#review_in h5{
	margin: 20px 0;
	padding: 10px 2% 8px 2%;
	color: #333333;
	font-size: 140%;
	line-height: 150%;
	border: none;
	background: #F3F3F3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	box-shadow: none;
}
#mail_magazine h2 {
	margin: 25px -50px;
	padding: 27px 20px 23px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 120%;
	text-shadow: none;
	text-align: center;
    box-sizing: border-box;
}
#mail_magazine h3 {
	margin: 20px 0;
	padding: 14px 20px 12px;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 150%;
	text-shadow: none;
	text-align: center;
	border: none;
	box-shadow: none;
}
#mail_magazine h4, #killer h4{
	margin: 20px 0;
	padding: 12px 20px 10px 15px;
	color: #333333;
	font-size: 22px;
	line-height: 150%;
	text-shadow: none;
	text-align: left;
	border: none;
	box-shadow: none;
}
#mail_magazine h5 {
	margin: 20px 0;
	padding: 10px 18px 8px 32px;
	color: #333333;
	font-size: 18px;
	line-height: 150%;
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine h1,
#review h1,
#killer h1 {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	display: block;
}
#killer h1, #killer h1 p{
	width: 100%;
	margin: 0px;
	padding: 0;
	display: block;
}
#mail_magazine h1 img,
#review h1 img {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#killer h1 img {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .opt-title,
#review .opt-title {
	width: 100%;
	height: auto;
	margin: 40px 0 0;
	padding: 0;
	border-bottom: none;
}
.opt-title_s {
	display: none;
}
.mrmg_box {
	margin: 0;
	padding: 0;
	text-align: left;
}
.opt-in {
	min-height: 300px;
	margin: -12px 0 0;
	padding: 35px 0;
	background-size: contain;
	text-align: center;
	background: #FFFFFF;
	border: 2px #FFFFFF solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	overflow: hidden;
}
#widget_form .opt {
	margin: 0 auto;
}
#mail_magazine p.opt-catch, #review p.opt-catch  {
	width: 100%;
	height: 160px;
	color: #FFFFFF;
	background: url(img/mrmg_title.png) bottom center no-repeat;
	background-size: contain;
	margin: 30px 0 0;
	padding: 0;
	overflow: hidden;
}
#mail_magazine .mrmg_bottom img, #review .mrmg_bottom img {
	width: 100%;
	height: 12px;
	margin: 0;
	background: none;
}
#mail_magazine .opt-in p, #review .opt-in p {
	margin: 0 40px;
}
#mail_magazine p.opt-catch, #review p.opt-catch {
	width: 100%;
	height: 160px;
	color: #FFFFFF;
	background: url(img/mrmg_title.png) bottom center no-repeat;
	background-size: contain;
	margin: 30px 0 0;
	padding: 0;
	overflow: hidden;
}
#mail_magazine .mrmg_bottom, #review .mrmg_bottom {
	margin-top: -8px;
	height: 12px;
}
#mail_magazine .mrmg_bottom img, #review .mrmg_bottom img {
	width: 100%;
	height: 12px;
	margin: 0;
	background: none;
}
#mail_magazine .opt-in p, #review .opt-in p {
	margin: 0 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メール入力フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ybox {
	width: 80%;
	margin: 0 10%;
	padding: 0px 5% 3px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
    box-sizing: border-box;
}
.ybox img {
	float: left;
}
.mrmg_lock {
	background: url(img/mrmg_lock.png) 130px 2px no-repeat;
}
#widget_form .form_mail {
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
	padding: 0;
	float: left;
}
.form_mail .mailleft {
	width: 98%;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 0;
	margin: 15px 1% 0;
	float: left;
    box-sizing: border-box;
}
.form_mail .mailleft img {
	float: left;
	margin: 0;
}
.form_mail .mailright {
	width: 98%;
	height: 30px;
	text-align: left;
	padding: 7px 0 0;
	margin: 0 1%;
	float: left;
    box-sizing: border-box;
}
#widget_form table.form_mail_l {
	width: 70%;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15% 15%;
	padding: 10px 5%;
    box-sizing: border-box;
}
input.mail-form {
	font-size: 14px;
	width: 100%;
	margin: 0 0 10px;
	padding: 6px 2%;
	text-align: left;
	font-family: 'メイリオ', 'Meiryo';
	float: left;
    box-sizing: border-box;
	border: none;
}
input.name-form {
	font-size: 14px;
	width: 46%;
	padding: 6px 0 6px 1%;
	margin: 0 2% 5px 0;
	text-align: left;
	font-family: 'メイリオ', 'Meiryo';
	float: left;
    box-sizing: border-box;
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#review input.btn, #mail_magazine input.btn {
	width: 100%;
	height: 95px;
	margin: 50px auto 0;
	display: block;
}
#review .ybox_btn, #mail_magazine .ybox_btn {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#review .ybox_btn input.btn, #mail_magazine .ybox_btn input.btn, #main .ybox_btn input{
	height: 85px;
	width: 100%;
	margin: 30px 0 10px;
	padding: 0;
	background: url(img/mailsend.png) center no-repeat;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
}
#review .ybox_btn input.btn:hover, #mail_magazine .ybox_btn input.btn:hover, #main .ybox_btn input:hover{
	background: url(img/mailsenda.png) center no-repeat;
	background-size: contain;
}
#review .easy_mode_button a,
#killer .easy_mode_button a,
#mail_magazine .easy_mode_button a {
	width: 600px;
	height: 90px;
	line-height: 92px;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 60px auto 20px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	display: block;
	overflow: hidden;
	clear: both;
}
#review p.lpf,
#mail_magazine p.lpf,
#killer p.lpf {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0 0 30px;
    box-sizing: border-box;
}
#review p.lpf a,
#mail_magazine p.lpf a,
#killer p.lpf a {
	color: #333333;
	text-decoration: none;
}
#review p.lpf a:hover,
#mail_magazine p.lpf a:hover,
#killer p.lpf a:hover {
	color: #F80;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .content-box,
#review .content-box {
	width: 820px;
	margin: 0 38px 0 48px;
	padding: 0;
	text-align: left;
	clear: both;
	overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ブレット１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine #bullet1 {
	margin: 30px 0;
	padding: 0;
	clear: both;
}
#mail_magazine .bullet1_head {
	width: 805px;
	height: 14px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet1_head.png) no-repeat;
}
#mail_magazine .bullet1_body {
	width: 805px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet1_body.png) repeat-y;
}
#mail_magazine .bullet1_foot {
	width: 805px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet1_foot.png) no-repeat;
}
#mail_magazine .bullet1_body ul {
	text-align: left;
	margin: 10px 30px 20px;
	padding: 0;
}
#mail_magazine .bullet1_body li {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 35px;
	background: url(img/mail_review/check.png) no-repeat left 8px;
	border-bottom: 2px dotted #CCCCCC;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ブレット２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .bullet2_top {
	margin: 10px 0 0;
	padding: 40px 0 0;
	background: url(img/mail_review/bullet2_top.png) no-repeat left top;
}
#mail_magazine .bullet2_bottom {
	margin: 0 0 40px;
	padding: 0 0 50px;
	background: url(img/mail_review/bullet2_bottom.png) no-repeat right bottom;
}
#mail_magazine ul.bullet2 {
	text-align: left;
	margin: 0;
	padding: 0;
}
#mail_magazine ul.bullet2 li {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	margin: 0 50px;
	padding: 10px 0 0 35px;
	background: url(img/mail_review/check.png) no-repeat left 8px;
}

/* ブレット３ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#bullet3 {
	margin: 50px 0;
	padding: 0;
}
#mail_magazine .bullet3_head {
	height: 135px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet3_head.png) no-repeat center bottom;
	background-size: contain;
}
#mail_magazine .bullet3_body {
	max-width: 760px;
	margin: 0 auto;
	padding: 20px 0 0;
	background: url(img/mail_review/bullet3_body.png)  repeat-y center top;
	background-size: contain;
}
#mail_magazine .bullet3_foot {
	height: 83px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet3_foot.png)  no-repeat center top;
	background-size: contain;
}
#mail_magazine .bullet3_body ul {
	text-align: left;
	margin: 0 70px;
	padding: 0;
}
#mail_magazine .bullet3_body li {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	margin: 0;
	padding: 5px 0 5px 40px;
	background: url(img/mail_review/check.png)  no-repeat left 3px;
}
#mail_magazine .bullet3_body li:last-child {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 40px;
	background: url(img/mail_review/check.png)  no-repeat left 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 個人情報の管理・取扱い */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#about-privacy {
	width: 99.5%;
	height: 80px;
	overflow: auto;
	font-size: 14px;
	margin: 30px 0 10px;
	padding: 10px 5%;
	border: 3px #DDDDDD solid;
    box-sizing: border-box;
}
#about-privacy p, #review #about-privacy p, #mail_magazine #about-privacy p {
	font-size: 12px;
	line-height: 180%;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 10px;
	padding: 5px 0;
}
#mail_magazine h3#pp, #main h3#pp, #review h3#pp {
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 5px 0;
	padding: 0;
	color: #111111;
	background: none;
	text-shadow: none;
	border: none;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ・レビューフッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine p.add_link {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0;
}
#review p.lpf,
#mail_magazine p.lpf,
#killer p.lpf {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 20px;
    box-sizing: border-box;
}
#review p.lpf a,
#mail_magazine p.lpf a,
#killer p.lpf a {
	color: #333333;
	text-decoration: none;
}
#review p.lpf a:hover,
#mail_magazine p.lpf a:hover,
#killer p.lpf a:hover {
	color: #F80;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 7thメール入力フォーム (メインウィジェット) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#widget_form{
	margin: 0 0 20px;
	padding:0;
	clear: both;
}
.econtent-i #widget_form {
	margin: 20px 0 20px;
	padding: 0;
	clear: both;
}
#widget_form p {
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	padding: 0;
	color: #333333;
}
#widget_form .opt-in,
#main .opt-in{
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	overflow: hidden;
	background: #FFFFFF url(img/mrmg_bg.png) repeat;
	box-shadow: 0 0 10px inset #eeeeee;
	border: 1px #efefef solid;
}
#widget_form p.opt-catch {
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
	color: #333333;
	text-align: center;
	margin: 10px 0 0;
	padding: 0;
}

#main .opt-in table tr, #main .opt-in table{
	border: none;
}
#widget_form table.form_mail {
	width: 100%;
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 30px;
	padding: 6px 0;
	clear: both;
	border: none;
	background: none;
}
#main .form_mail .mailleft {
    width: 98%;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 7px 0;
    margin: 15px 1% 10px;
    text-align: left;
    box-sizing: border-box;
}
#widget_form table.form_mail tr,
#widget_form table.form_mail th,
table.form_mail td{
	border: none;
	background: none;
}
#widget_form table.form_mail td.mailleft {
	width: 31%;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #333333;
	padding: 7px 0;
	margin: 5px 2%;
}
#widget_form table.form_mail td.mailright {
	width: 65%;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #333333;
	padding: 0;
	margin: 5px 0;
}
#main .opt-in p.white{
	margin-top: 30px;
	font-size: 14px;
}
#widget_form input.name-form{
	border: 1px #AAAAAA solid;
	border-radius: 5px;
}
#widget_form input.mail-form {
	font-size: 16px;
	width: 93%;
	padding: 5px 3%;
	text-align: left;
	border: 1px #AAAAAA solid;
	border-radius: 5px;
	box-sizing: border-box;
}
#widget_form input.name-form{
	width: 46%;
	padding: 5px 3%;
	margin: 0 1% 0 0;
	text-align: left;
	float: left;
    box-sizing: border-box;
}
#widget_form input.btn {
	width: 96%;
	height: auto;
	margin: 10px 2% ;
	display: block;
	box-sizing: border-box;
}
#main #widget_form table.form_mail tr, 
#main #widget_form table.form_mail th, 
#main table.form_mail td {
    border: none;
    background: none;
}
#main #widget_form table.form_mail{
	width: 90%;
	margin: -10px 5% 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#body-foot {
	font-size: 14px;
	color: #ffffff;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
	clear: both;
}
#body-foot a {
	color: #FFFFFF;
	text-decoration: none;
}
#body-foot a:hover {
	color: #FF8800;
	text-decoration: underline;
}
#body-foot p {
	width: 950px;
	font-size: 14px;
	line-height: 180%;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイト更新日 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .newday,
#review .newday,
#killer .newday {
	font-size: 12px;
	color: #000040;
	line-height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .go_ranking,
#review .go_ranking,
#killer .go_ranking,
#mail_magazine .go_ranking {
	margin: 10px 0;
	text-align: right;
	background: url(img/ranking/rank-a.png) right 0 no-repeat;
}
.go_ranking img {
	width: 201px;
	margin: 0;
}
.go_ranking a {
	display: inline-block;
}
.go_ranking a:hover {
	background-color: transparent;
	/* IE6対応 */
}
.go_ranking a:hover img {
	visibility: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ設定
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph {
	width: 100%;
	border-top: none;
	border-collapse: collapse;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
table.graph tr {
	margin: 0;
	padding: 0;
	border: 1px solid #DDDDDD;
}
table.graph th {
	margin: 0;
	padding: 7px 10px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
table.graph td {
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph2 {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
table.graph2 tr {
	margin: 0;
	padding: 0;
}
table.graph2 th {
	margin: 0;
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px;
}
table.graph2 td {
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ３ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph3 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	overflow-x: scroll;
    	-webkit-overflow-scrolling: touch;
}
table.graph3 tr {
	margin: 0;
	padding: 0;
	border: none;
}
table.graph3 th {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
table.graph3 th:first-child {
	border-radius: 5px 0 0 0;
}
table.graph3 th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
table.graph3 td {
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボックス
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ranking_box {
	border-top: none;
	margin: 0;
	padding: 10px 5px 0;
	text-align: left;
}
.ranking_box p {
	line-height: 160%;
}
.ranking_box a {
	text-decoration: underline;
}
#main .ranking_box td {
	border: 1px #FFFFFF solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.textwidget table {
	line-height: 160%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングa
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankinga-border {
	border-style: solid;
	border-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.rankingvera {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0 0 10px;
}
.rankingvera tr {
	margin: 0;
}
.rankingvera .r1-title-no1, .rankingvera .r1-title-no2,
.rankingvera .r1-title-no3, .rankingvera .r1-title-no4,
.rankingvera .r1-title-no5{
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 74px;
	background: url(img/ranking/no1.png) no-repeat;
}
.rankingvera .r1-title-no2 {
	background: url(img/ranking/01no2.png) no-repeat left center;
}
.rankingvera .r1-title-no3 {
	background: url(img/ranking/01no3.png) no-repeat left center;
}
.rankingvera .r1-title-no4 {
	background: url(img/ranking/01no4.png) no-repeat left center;
}
.rankingvera .r1-title-no5 {
	background: url(img/ranking/01no5.png) no-repeat left center;
}
.rankingvera td {
	width: 30%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: transparent;
	border: none;
}
.rankingvera td p {
	line-height: 160%;
}
.rankingvera p.catch {
	font-weight: bold;
	margin: 5px 0 10px;
}
.rankingvera td a {
	text-decoration: underline;
}
.rankingvera td.rbg {
	width: 97%;
	display: block;
	margin: 0 3% 0 0;
	padding: 0;
	float: left;
}
.rankingvera .ra-img {
	width: 96%;
	margin: 40px 0 0 4%;
	padding: 0;
	float: right;
}
.rankingvera .ra-img a img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.rankingvera .r-a-contents {
	margin: 0 0 15px;
	padding: 10px 20px;
	border: 3px #CCCCCC solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.rankinga-border tablet.ranking_box td,
.rankinga tablet.ranking_box td,
table.rankingvera tr,
table.rankingvera th {
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングb
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingb-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.rankingverb {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.rankingverb tr {
	width: 100%;
	margin: 0;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.rankingverb th {
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border: 1px solid #DDDDDD;
}
.rankingverb .r1-title-no1, .rankingverb .r1-title-no2,
.rankingverb .r1-title-no3, .rankingverb .r1-title-no4,
.rankingverb .r1-title-no5 {
	font-size: 16px;
	color: #222222;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank1.png) no-repeat left center;
}
.rankingverb .r1-title-no2 {
	background: url(img/ranking/a-rank2.png) no-repeat left center;
}
.rankingverb .r1-title-no3 {
	background: url(img/ranking/a-rank3.png) no-repeat left center;
}
.rankingverb .r1-title-no4 {
	background: url(img/ranking/a-rank4.png) no-repeat left center;
}
.rankingverb .r1-title-no5 {
	background: url(img/ranking/a-rank5.png) no-repeat left center;
}
.rankingverb td {
	width: 30%;
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	background-color: transparent;
	float: left;
    box-sizing: border-box;
}
.rankingverb .rb-img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.rankingverb td img {
	max-width: 100%;
}
.rankingverb td.rbg {
	width: 65%;
	display: block;
	margin: 0;
	padding: 10px 0;
	float: right;
}
.rankingverb td p {
	max-width: 100%;
	margin: 0;
	line-height: 160%;
}
.rankingverb td p.catch {
	max-width: 100%;
	margin: 5px 0 10px;
	font-weight: bold;
	color: #111111;
}
.rankingverb td a {
	text-decoration: underline;
}
.rankingb-box table.rankingverb,
.rankingverb td,
.rankingverb tr,
.rankingver table {
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングc
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingc-box {
	width: 98%;
	border-bottom: 3px dotted #CCCDDD;
	margin: 0 0 10px;
	padding: 10px 0;
	border: none;
}
.rankingverc {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}
.rankingc-box table.rankingverc td,
.rankingc-box table.rankingverc tr,
.rankingc-box table.rankingverc th,
.rankingc-box table.ranking_box td {
	border: none;
}
.rankingverc tr {
	margin: 0;
	padding: 0;
}
.rankingverc th,
.rankingverc td {
	border: none;
}
.rankingverc .title-back {
	margin: 0 0 15px;
	padding: 0;
}
.rankingverc .r1-title-no1, .rankingverc .r1-title-no2,
.rankingverc .r1-title-no3, .rankingverc .r1-title-no4, 
.rankingverc .r1-title-no5 {
	font-size: 16px;
	font-weight: bold;
	color: #111111;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/d-rank1.png) no-repeat 10px center;
}
.rankingverc .r1-title-no2 {
	background: url(img/ranking/d-rank2.png) no-repeat 10px center;
}
.rankingverc .r1-title-no3 {
	background: url(img/ranking/d-rank3.png) no-repeat 10px center;
}
.rankingverc .r1-title-no4 {
	background: url(img/ranking/d-rank4.png) no-repeat 10px center;
}
.rankingverc .r1-title-no5 {
	background: url(img/ranking/d-rank5.png) no-repeat 10px center;
}
.rankingverc td.c_photo {
	width: 30%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.rankingverc .rc-img {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 10px 5%;
	border: 1px #CCCCCC solid;
	background: #FFF;
    box-sizing: border-box;
}
.rankingverc .rc-img a img {
	width: 100%;
}
.rankingverc .seal {
	width: 35%;
	height: 25px;
	position: absolute;
	top: -12px;
	left: 35%;
}
.rankingverc td.rbg {
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px 0 10px 8%;
    box-sizing: border-box;
}
.rankingverc td p {
	line-height: 160%;
}
.rankingverc p.catch {
	max-width: 100%;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 0;
	padding: 0;
}
.rankingverc td a {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングd
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingd-box {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}
.box_in_ranking_black {
	width: 31%;
	float: left;
	padding: 10px 0.5%;
	margin: 0 0.5% 20px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
    box-sizing: border-box;
}
.rankingd-box .r1-title-no1, .rankingd-box .r1-title-no2,
.rankingd-box .r1-title-no3 {
	font-size: 16px;
	font-weight: bold;
	color: #111111;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/c-rank1.png) no-repeat 5px center;
}
.rankingd-box .r1-title-no2 {
	background: url(img/ranking/c-rank2.png) no-repeat 5px center;
}
.rankingd-box .r1-title-no3 {
	background: url(img/ranking/c-rank3.png) no-repeat 5px center;
}
.box_in_ranking_black p a {
	text-decoration: none;
	background: none;
	font-weight: bold;
	text-align: right;
	color: #0F7CF7;
}
.box_in_ranking_black p a:hover {
	text-decoration: underline;
	background: none;
	color: #FF8800;
}
.box_in_ranking_black p {
	padding: 2px 5% 5px;
	clear: both;
}
.box_in_ranking_black p.catch {
	font-weight: bold;
	color: #111111;
	margin: 0;
}
.box_in_ranking_black p.r-link {
	margin: 0;
	text-align: right;
	font-weight: bold;
}
.box_in_ranking_black p.r-link a {
	font-weight: bold;
	text-decoration: underline;
}
.box_in_ranking_black p.r-link a:hover {
	color: #F60;
	text-decoration: none;
}
.box_in_ranking_black p img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	text-align: center;
	padding: 0;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.go_ranking{
	text-align: right;
	height: 40px;
	margin: 0 0 20px 0;
	background: url(img/ranking/rank-a.png) top right no-repeat;
	display: block;
}
.go_ranking a img:hover{
	opacity: 0.0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/* みるめもボックス */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

mirumemo
.mbo p {
	margin: 0 0 0.5em;
	padding: 0;
}
.mbo ul,
.mbo ol {
	margin: 0.75em 0;
	padding: 0 0.1em 0 1.5em;
}
.mbo p:last-child,
.mbo ul:last-child,
.mbo ol:last-child {
	margin: 0;
}
.mbo li {
	margin: 5px 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
https://www.mithril-web.com/
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */