@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
Theme Name: Unlimited Template 「Neo」
Theme URI: http://www.mithril-web.com/
Description: 本テンプレートはUnlimited Template「Neo」です。
Author: Mithril
Author URI: http://www.mithril-web.com/
Version: 1.0.0
.
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

* {
	margin: 0;
	padding:0;
}
body {
	font-size: 14px;
	text-align: center;
	background-color:#FDFDFD;
	background-color:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF;
}
p {
	font-size: 14px;
	line-height:160%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	text-decoration: underline;
	color: #3A4199;
}
a:hover {
	text-decoration: none;
	color: #F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.gray1 { color: #C0C0C0}
.b { font-weight: bold; }

.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; }

.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;
}

.goto {
	margin: 10px 28px 10px 10px;
	text-align: right;
}
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right;
}
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 画像 */
/* ──────────────────────────────────────────────────────────────────────── */

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;
	background: #FFFFFF url(img/top.png) repeat-x top;
	overflow: hidden;
}
#header-in {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	background: #FFFFFF  url(img/top-bg.png) repeat-x bottom;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1キーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	width: 950px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 10px;
	font-weight: normal;
	color: #252525;
	text-align: left;
	background: #FFFFFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi-bg {
	width: 100%;
	height: 20px;
	margin: -25px 0 0;
}
#top-navi {
	width: 950px;
	margin: 0 auto;
	background: none;
}
#top-navi ul {
	position:relative;
	margin: 0;
	padding: 0;
}
#top-navi li {
	display: block;
	font-size: 10px;
	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: 950px;
	margin: 15px auto 0;
	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: 60px;
	max-width: 950px;
	margin-bottom: 5px;
	overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.menubtn {
	display: none;
}
.togmenu {
	display: block;
}
#g-navi-in{
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(img/shadow.png) top repeat-x;
}
#g-navi-in ul{
	width: 950px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: both;
}
#g-navi-in ul li{
	position: relative;
	width: 189px;
	height: 55px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 46px;
	text-align: center;
	background: url(img/g_line.png) left center no-repeat;
	float: left;
}
#g-navi-in ul li a{
	width: 169px;
	height: 55px;
	padding: 0 10px;
	*padding: 0 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#g-navi-in ul li a:hover{
	color: #F60;
	text-decoration: none;
}

/* ──────────────────────────────────────────────────────────────────────── */

#g-navi-in ul.sub-menu{
	width: 100%;
	margin: 0;
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 99999;
	list-style: none;
}
#g-navi-in ul.sub-menu li{
	width: 189px;
	border: none;
	list-style-type: none;
}
#g-navi-in ul.sub-menu li a{
	float: left;
	width: 169px;
	display: block;
	font-weight: bold;
}
#g-navi-in .menu ul.menu ul.sub-menu ul.sub-menu{
	margin: 0 0 0 169px;
	width: 189px;
	list-style: none;
}
#g-navi-in .menu ul.menu ul.sub-menu ul.sub-menu li a {
	border-left: 0;
}
#g-navi-in .menu ul ul a {
	width: 189px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 55px;
	padding: 0;
	height: 55px;
	border-bottom: 0;
}
#g-navi-in .menu ul ul {
	left: 100%;
	top: -1px;
}

/* ──────────────────────────────────────────────────────────────────────── */

#g-navi-in ul li:hover > a,
#g-navi-in ul a:focus {
	color: #FFF;
	font-weight: bold;
	list-style: none;
}
#g-navi-in ul.menu li:hover > ul {
	display: block;
}
/* ──────────────────────────────────────────────────────────────────────── */

#g-navi-in  .menu ul.menu ul.sub-menu ul.sub-menu li a:hover{
	background: #FFF;
}
/* ──────────────────────────────────────────────────────────────────────── */
#g-navi-in .abc{
	display: block;
}
#g-navi-in a .abc{
	font-weight: normal;
	height:50px;
	font-size: 10px;
	line-height: 85px;
	display:block;
	margin-top: -50px;
}
#g-navi-in a:hover .abc{
	font-weight: normal;
	color: #FFF;
}
#g-navi-foot {
	height: 4px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner {
	width: 950px;
	margin: 15px auto 0;
	padding: 1px;
	border: solid 1px #D2D2D2;
	overflow: hidden;
}
.banner-in {
	width: 100%;
	margin: 0 auto;
}
.banner img {
	width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2r, #container2l, #container1, #containerk2r, #containerk2l, #containerk1 {
	width: 970px;
	margin: 0 auto;
	padding: 8px 0 0;
	overflow: hidden;
}
#containerk1 {
	width: 800px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.breadcrumbs {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 10px;
}
.breadcrumbs a {
	color: #333333;
	text-decoration: none; 
}
.breadcrumbs a:hover {
	color: #F80;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2l #main, #containerk2l #main {
	float: right;
	margin: 0px 10px;
	width: 670px;
	padding: 0;
	text-align: left;
}
#container2r #main, #containerk2r #main {
	float: left;
	margin: 0px 10px;
	width: 670px;
	padding: 0;
	text-align: left;
}
#containerk1 #main {
	float: left;
	margin: 0px;
	width: 800px;
	padding: 0;
	text-align: left;
}
#main-page {
	margin: 0px;
	width: 800px;
	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;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 見出し */
/* ──────────────────────────────────────────────────────────────────────── */

.new-title {
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0px 10px 4px 23px;
	background: url(img/new-entry.gif) no-repeat 0 0;
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mainbox {
	font-size: 14px;
	line-height:160%;
	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;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 見出し */
/* ──────────────────────────────────────────────────────────────────────── */

.midashi-title {
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	margin: 0;
	padding: 10px 10px 10px 25px;
	border: none;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事タイトルの設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-title{
	font-size: 20px;
	font-weight:bold;
	margin: 0;
	padding: 12px 10px 8px 40px;
	border: 1px solid #CCCCCC;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
	clear: both;
}
.entry-title a {
	color: #000000;
	text-decoration: none;
}
.entry-title a:hover {
	color: #F80;
	text-decoration: none;
}
.c_c_t_w  ul li a, .c_c_b_w  ul li a{
	color: #3A4199;
}
.c_c_t_w  ul li a:hover, .c_c_b_w  ul li a:hover{
	color: #F80;
}
.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-size:16px;
	font-weight:bold;
	margin: 0;
	padding: 12px 10px 8px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;  
	background-image: -moz-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -ms-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -o-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#F3F3F3));
	clear: both;
}
.c_c_t_w #wp-calendar caption, .c_c_b_w #wp-calendar caption{
	margin: 0 0 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content, .entry-content-i {
	font-size: 14px;
	line-height:160%;
	margin: 0 0 20px;
	padding: 10px 20px 10px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	overflow: hidden;
}
.entry-content img, .entry-content-i img {
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
}
p.search_to_home {
	padding-top: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* テーブル */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
table{
	width: 100%;
	border-top: none;
	border-bottom: 1px #CCCCCC solid;
	border-collapse: collapse;
}
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 {
	width: 95%;
	min-height: 10px;
	max-height: 35px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	display: inline-block;
	clear: both;
}
.date_time { 
	width: 80px;
	min-height: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 23px;
	font-size: 12px;
	text-align: left;
	background: url(img/date.png) left 2px no-repeat;
	float: left;
}
.left_time { 
	width: 130px;
	min-height: 25px;
	font-weight: normal;
	margin: 0 ;
	padding: 0 0 0 23px;
	font-size: 12px;
	text-align: left;
	background: url(img/time.png) left 2px no-repeat;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content img.attachment-200x200{ 
	float: left;
	margin: 0 20px 20px 0;
}
.entry-content-i img.attachment-200x200 { 
	float: right;
	margin: 0 0 20px 20px;
}
.eye-catch-img {
	border: none;
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a.more-link {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	line-height:170%;
	margin: 20px 0;
	padding: 9px 40px 9px 10px;
	color: #FFFFFF;
	border-radius: 6px;
	border: 1px #5B850A solid;
	text-decoration: none;
	text-shadow: 1px 1px 0 #5B850A;
	background: url(img/morelink.png) right -5px no-repeat;
	float:right;
}
a:hover.more-link {
	border: 1px #FF7B02 solid;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FF7B02;
	background: url(img/morelink.png) right -55px no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ソーシャルボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content ul.sns_button, .entry-content-i ul.sns_button {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	text-align: left;
	display: block;
	clear: both;
}
.entry-content ul.sns_button_b, .entry-content-i ul.sns_button_b {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 20px 0 0;
	text-align: left;
	display: block;
	overflow: visible !important;
	clear: both;
}
ul.sns_button li, ul.sns_button_b li {
	height: 73px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	line-height: 200%;
	float: left;
}
ul.sns_button li.nbr img, ul.sns_button_b li.nbr img {
	width: 70px;
	height: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	line-height: 200%;
	float: left;
}
ul.sns_button li:last-child, ul.sns_button_b li:last-child {
	margin-right: 0;
}
.twitter_button a{
	width: 80px;
	height: 70px;
	display: block;
	background: url(img/twitter_m.png) no-repeat;
	text-decoration: none;
}
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 18px;
	list-style: outside;
}
.entry-content ol, .entry-content-i ol {
	padding: 0 0 0 22px;
	list-style: outside decimal;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 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);
}

/* ──────────────────────────────────────────────────────────────────────── */
/* その他タグ一覧 */
/* ──────────────────────────────────────────────────────────────────────── */

#main .entry-content .efoot, #main .entry-content-i .efoot {
	background: #EBEBEB;
	text-align: right;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
}
#main .entry-content .efoot p, #main .entry-content-i .efoot p {
	margin: 0;
	font-size: 12px;
}
#main .entry-content .efoot a, #main .entry-content-i .efoot a {
	text-decoration: none;
	color: #3A4199;
}
#main .efoot a:hover {
	text-decoration: none;
	color: #F80;
}


/* 関連記事設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanren_box{
	padding: 0 0 5px;
	margin: 0;
	display: black;
	clear: both;
}
.kanren_box .title_area{
	padding: 0;
	border: none;
	border-bottom: none;
	background: url(img/shadow_w.png) bottom repeat-x;
}
.kanrenmenu_thumb{
	min-height: 100px;
	margin: 0 0 15px;
}
.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: 10px 1% 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	background: none;
	overflow: auto;
	float: left;
}
.kanrenmenu_thumb ul li .keye{
	width: 80px;
	height: 80px;
	padding: 0;
	margin: 0 15px 0 10px;
	overflow: hidden;
	float: left;
}
.kanrenmenu_thumb ul li .keye img{
	width: auto;
	height: 80px;
}
.kanrenmenu_thumb ul li .eye_cate{
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	max-width: 72px;
	height: 15px;
	padding: 1px 4px 2px;
	margin: -25px 0 0 0;
	background: url(img/blue/cate.png) repeat;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.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: 10px;
}
#main .kt-tag p.r-title-l {
	height: 4.5em;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	overflow: hidden;
}
.kt-tag a {
	font-size: 14px;
	text-decoration: none;
	line-height: 150%;
	color: #3A4199;
}
.kt-tag a:hover {
	color: #F80;
	text-decoration: none;
}


/* ──────────────────────────────────────────────────────────────────────── */
/* 見出し */
/* ──────────────────────────────────────────────────────────────────────── */

.related-title {
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0px 10px 4px 23px;
	background: url(img/new-entry.gif) no-repeat 0 0;
	border: none;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.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;
}

/* コメントフレーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ol.commentlist a: link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
	float:left;
}
ol.commentlist {
	margin: 10px 10px;
	padding: 0;
	background: #fff;
}
ol.commentlist li {
	margin: 10px 0;
	padding: 10px;
	list-style-type: none;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}
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;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}
ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}
ol.commentlist li div.comment-meta a {
	color: #333;
	text-decoration: none;
}
ol.commentlist li p {
	font-size: 13px;
	margin: 15px 0 0 0;
	line-height: 1.4em;
}
ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}
ol.commentlist li div.reply a {
	color: #333 !important;
}
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;
}
.comment-meta/* コメントエリア */{
	background: none;
	clear:both;
}
.comments-box .commentlist li {
	box-shadow: none;
}
.comment-meta-list/* コメント文字エリア */{
	margin: -40px 0 0 20px;
}
.comment-meta-list .comment-author-name,
.comment-meta-list .comment-title,
.comment-meta-list .comment-date/* コメント文字エリア */{
	height: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	color:#333;
	float: left;	
}
.comment-content {
	margin: 45px 0 15px 0;
	font-size: 18px;
	color: #333;
	clear:both;
}
.comment-content p, ol.commentlist li p{
	font-size: 14px;
	line-height: 120%;
	color: #333;
	clear:both;
}
.comment-date .comment-reply{
	width: 65px;
	height: 10px;
	display: block;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 1px 0 10px;
	text-decoration: none;
	clear: both;
}
.comment-date .comment-reply a{
	color: #333;
	padding: 2px 5px;
	background: #DDD;
	border-radius: 2px;
}
.comment-date .comment-reply a:hover{
	color: #FF8800;
	background: #FFF;
}
ol.commentlist li ul.children li.depth-2 .comment-author-name,
ol.commentlist li ul.children li.depth-2 .comment-title,
ol.commentlist li ul.children li.depth-2 .comment-date/* コメント文字エリア */{
	height: 0;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
	float: left;
}
.comment-meta-list .comment-author-name,
ol.commentlist li ul.children li.depth-2 .comment-author-name{
	margin: 0 0 0 35px;
}
.comment-meta .children{
	margin: 10px 0 0;
	clear:bth;
}
.comment-author-name{
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

input[type=submit] {
	color: #333;
}
#respond {
	position: static;
	margin: 0 0 20px;
	padding: 20px 10px 0;
	overflow : hidden;
}
#container2l #respond,#container2l #respond {
	background: #EEE;
	margin: 0;
	padding: 10px;
	position: static;
	width: 470px;
}
#respond input[type="text"] {
	display: block;
	height: 24px;
}
#respond input[type="text"], #respond textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 15px;
	margin: 10px 0;
}
#respond input#submit {
	cursor: pointer;
	font-size: 15px;
	margin: 7px 20px 0;
	padding: 5px 20px;
	left: auto;
	border: 1px solid #CCC;
	color: #555;
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
}
#contents .box_out {
	background-color: fafafa;
	margin-bottom: 5px;
	padding: 5px;
}
#contents .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 10px;
}
#fs {
	margin: 0px;
}
#comform input, #comform select, #comform textarea {
	padding: 0.5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバンク */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
	margin: 20px 0 0;
	padding: 0;
}
.trackback-content {
	margin-top: 10px;
}
ul#trackback-list {
	font-weight:normal;
	margin: 0 20px;
	padding: 0;
	border: none;
}
#trackback-list li {
	list-style: none;
	font-weight:normal;
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
#trackback-list p.comment-title {
	font-size: 14px;
	margin: 20px 0px 10px;
}
#trackback-list p.comment-data {
	text-align: right;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 10px 10px 5px 0px;
	border-bottom: 1px dotted #000033;
}
#trackback-list p {
	font-size: 14px;
	margin: 0px 10px 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ページナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation {
	font-size: 13px;
	max-height: 40px;
	margin: 0 auto 10px;
	padding: 18px 0 15px;
	overflow: hidden;
	position: relative;
	line-height: 1.4;
}
.kiji-navigation .kijinavi-left a{
	height: 50px;
	text-align: left;
	width: 38%;
	margin-left: 2%;
	padding-left: 5%;
	-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;
	background: url(img/kijileft.png) left center no-repeat;
	float: left;
	text-decoration: underline;
	color: #3A4199;
}
.kiji-navigation .kijinavi-left a:hover{
	height: 50px;
	width: 38%;
	margin-left: 0;
	padding-left: 7%;
	background: url(img/kijileft.png) left center no-repeat;
	opacity: 0.4s;
	filter: alpha(opacity=60);
	-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;
	text-decoration: none;
	color: #F80;
}
.kiji-navigation .kijinavi-right a{
	height: 50px;
	text-align: right;
	width: 38%;
	background: url(img/kijiright.png) right center no-repeat;
	margin-right: 2%;
	padding-right: 5%;
	-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;
	float: right;
	text-decoration: underline;
	color: #3A4199;
}
.kiji-navigation .kijinavi-right a:hover{
	height: 50px;
	width: 38%;
	margin-right: 0;
	padding-right: 7%;
	background: url(img/kijiright.png) right center no-repeat;
	opacity: 0.4s;
	filter: alpha(opacity=60);
	-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;
	text-decoration: none;
	color: #F80;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.sitemap {
	margin: 15px 0 15px 15px;
	padding: 0;
}
.sitemap li {
	list-style: none;
	font-size: 14px;
	margin: 5px 0 0;
	padding: 0px 0 5px 25px;
	line-height: 150%;
	background: url(img/menu.gif) 3px 3px no-repeat;
}
.sitemap li a {
	color: #000;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #F80;
	text-decoration: underline;
}
h4.sitemap-cate-title{
	padding: 8px 15px 8px;
	margin-top: 10px;
} 
h4 a {
	color: #000;
	text-decoration: none;
}
h4 a:hover {
	color: #F80;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left {
	float: left;
	width: 270px;
	margin: 0px 0px 20px 5px;
	padding: 0;
	text-align: left;
}
#side-right {
	float: right;
	width: 270px;
	margin: 0px 5px 20px 0px;
	padding: 0;
	text-align: left;
}
#side-boxl{
	width: 100%;
	border: 1px #D2D2D2 solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
}
#side-middle {
	margin: 0;
	padding: 10px 10px 0;
	border: 1px #FFFFFF solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	background: #F3F3F3;
}
#side-left-inner {
	width:250px;
	font-size: 14px;
	text-align:left;
	margin: 0;
	padding: 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 見出し */
/* ──────────────────────────────────────────────────────────────────────── */

.title {
	font-size: 15px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	margin: 0;
	padding: 10px 15px;
	border: none;
	clear: both;
}
.title a {
	text-decoration: none;
	color: #ffffff;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイドリスト初期値 */
/* ──────────────────────────────────────────────────────────────────────── */

#side-left ul, #side-right ul {
	margin: 1px 0 10px;
	padding: 10px 7px 10px 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#side-left li, #side-right li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 10px 3px 25px;
	background: url(img/menu.gif)  no-repeat 7px 5px;
}
#side-left li.cat-item, #side-right li.cat-item {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 25px;
	background: url(img/folder.gif)  no-repeat 3px 5px;
}
#side-left li a, #side-right li a {
	line-height: 150%;
	text-decoration: none;
	color: #07368E;
}
#side-left li a:hover, #side-right li a:hover {
	text-decoration: underline;
	color: #F80;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイド入れ子設定 */
/* ──────────────────────────────────────────────────────────────────────── */

#side-left ul.sub-menu, #side-right ul.sub-menu, #side-left ul.children, #side-right ul.children {
	border: none;
	margin: 0;
	padding: 5px 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タグクラウド・検索フォーム(サイド) */
/* ──────────────────────────────────────────────────────────────────────── */

.tagcloud, #searchform {
	font-size: 14px;
	line-height: 150%;
	text-align:center;
	margin: 1px 0px 10px;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
#searchform {
	padding: 10px 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイト内検索(サイド) */
/* ──────────────────────────────────────────────────────────────────────── */

#searchsubmit {
	padding: 10px;
}
.screen-reader-text {
    display: none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* テキストウィジェット(サイド) */
/* ──────────────────────────────────────────────────────────────────────── */

.textwidget{
	font-size: 14px;
	line-height: 150%;
	text-align:center;
	margin: 1px 0px 10px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
.textwidget_border0{
	font-size: 14px;
	line-height: 150%;
	text-align:center;
	margin: 1px 0px 10px;
	padding: 0px;
	background-color: none;
	border: none;
	clear: both;
	overflow:hidden;
}
.textwidget p, .textwidget_border0 p{
	padding: 10px;
	text-align:left;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* 最近の投稿(サイド) */
/* ──────────────────────────────────────────────────────────────────────── */

ul#eye_news, #new-content ul#eye_news{
	padding: 10px 10px 0;
}
ul#eye_news li, #new-content ul#eye_news li{
	list-style: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
ul#eye_news .sf_daca, #new-content ul#eye_news .sf_daca{
	width: 70%;
	max-height: 15px;
	overflow: hidden;
	float: right;
}
ul#eye_news .sub_date, #new-content ul#eye_news .sub_date{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border: none;
	margin: -3px 0 0 8%;
	padding: 0 0 1px;
	font-family: 'Century Gothic';
	float: right;
}
ul#eye_news li p, #new-content ul#eye_news li p{
	width: 65%;
	max-height: 45px;
	font-size: 12px;
	padding: 0 0 0;
	margin: 5px 0 0 5%;
	line-height: 130%;
	overflow: hidden;
	float: left;
}
ul#eye_news li a, #new-content ul#eye_news li a{
	font-weight: bold;
}
ul#eye_news .sub_new_img, #new-content ul#eye_news .sub_new_img{
	width: 30%;
	padding: 0 0 10px;
	float: left;
}
ul#eye_news .sub_new_img img, #new-content ul#eye_news .sub_new_img img{
	width: 100%;
	height: auto;
}
#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;
	overflow:hidden;
}
#wp-calendar {
	width: 100%;
	border: none;
}
#wp-calendar caption {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin:0 0 10px 0;
	padding: 10px 15px 8px;
	text-align: left;
}
/*曜日行*/
#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 tbody .pad {
	background: none;
}
#wp-calendar tr{
	background: none;
	border:none;
}
#wp-calendar th{
	border: 1px solid #DDDDDD;
}
#wp-calendar td#prev, #wp-calendar td#next, #wp-calendar td.pad{
	background: none;
	border:none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* カテゴリー・アーカイブ */
/* ──────────────────────────────────────────────────────────────────────── */

.postform, select{
	width: 99.8%;
	margin: 0 0 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC
}
.screen-reader-text{
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タグクラウド・検索フォーム(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w .tagcloud, .c_c_b_w .tagcloud, 
.c_c_t_w #searchform, .c_c_b_w #searchform{
	border: none;
	padding: 20px 0 0;
	margin: 0 0 20px;
	_margin: 0 0 10px;
	background: none;
}
.c_c_t_w #searchform, .c_c_b_w #searchform{
	border: none;
	padding: 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイト内検索(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w #searchsubmit, .c_c_b_w #searchsubmit{
	width: 30%;
	float: right;
}
.c_c_t_w #s, .c_c_b_w #s{
	margin: 2px 0 0;
	width: 65%;
	float: left;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* テキストウィジェット(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.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 20px;
	padding: 0;
	clear: both;
}
#new-content ul { 
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#new-content li {
	line-height:100%;
	margin: 0;
	padding: 5px 20px;
}
#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{
	height: 38px;
	background: #FFFFFF url(img/infotitle.png) bottom left no-repeat;
	border: 1px #CCCCCC solid;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
}
#wrapper3 #new-content .info, #wrapperk3 #new-content .info {
	max-width: 100%;
	possition: absolute;
	bottom: 0;
}
#new-content .date_cate {
	width: 90px;
	float: left;
}
#new-content .category{
	display: none;
}
#new-content .date {
	color: #888888;
	margin: 0;
	padding: 12px 5px 0px 5px;
	font-weight: bold;
	font-family: "Century Gothic";
	float: left;
}
#new-content .title{
	width: 86%;
	max-height: 43px;
	margin: -20px 0 0 100px;
	padding: 3px 0 2px;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
	font-weight: bold;
	background: none;
	float: right;
}
#new-content .title a{
	text-decoration: none;
	color: #07368E;
}
#new-content .info .title a:hover {
	color: #F80;
	text-decoration: underline;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* リスト設定(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w ul, .c_c_b_w ul {
	margin: 10px 0;
	*margin: 5px 0;
	padding: 0 0 10px;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	list-style-type: none;
	overflow : hidden;
}
.c_c_t_w ul li, .c_c_b_w ul li {
	margin: 0;
	padding: 6px 0 0 40px;
	color: #333333;
	text-decoration: none;
	background: url(img/menu.gif)  no-repeat 20px 10px;
}
.c_c_t_w ul li ul, .c_c_b_w ul li ul{
	margin: 0 0 -10px;
}
.c_c_t_w li.cat-item, .c_c_b_w li.cat-item {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 45px;
	background: url(img/folder.gif)  no-repeat 20px 7px;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* カレンダー設定(メイン) */
/* ──────────────────────────────────────────────────────────────────────── */

.c_c_t_w #calendar_wrap, .c_c_b_w #calendar_wrap {
    margin: 1px 0px 10px;
    padding: 10px;
    background-color: #FFF;
    border: none;
    clear: both;
    overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 共通ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ読者登録画像 */
/* ──────────────────────────────────────────────────────────────────────── */

.mail_signup img{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* RSSボタン */
/* ──────────────────────────────────────────────────────────────────────── */

.rss-space input{
	width: 100%;
	margin: 0 0 10px;
	padding: 0 auto;
}
.rss-space a{
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページナビ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tablenav {
	font-size: 15px;
	background: none;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
}
a.page-numbers, .tablenav .current {
	color: #555;
	padding: 4px 10px;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	padding: 7px 11px 6px;
	border: 1px #CCC solid;
	border-radius: 3px;
	background: url(img/ranking2-bg.png) bottom repeat-x;
}
a.page-numbers:hover {
	color: #F80;
}
.tablenav .current {
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 5px 10px ;
	border-radius: 3px;
}
.tablenav .next, .tablenav .prev{
	border: 0 none;
	background: transparent;
	font-size: smaller;
	font-weight: bold;
	padding: 7px 11px 6px;
	border: 1px #CCC solid;
	border-radius: 3px;
	background: url(img/ranking2-bg.png) bottom repeat-x;
}
.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;
	color:#FFFFFF;
	clear: both;
}
#footer_box_matome {
	width: 980px;
	margin: 0 auto;
	padding: 2px 0 0;
	background: none;
	clear: both;
}
#footer_box_matome .mini_box {
	width: 31.5%;
	margin: 10px 0.8% 0;
	color: #FFF;
	text-align: left;
	display: block;
	float: left;
}
#footer_box_matome .mini_box p{
	color: #FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box a, .mini_box p a{
	color: #fff;
	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;
	color: #AAAAAA;
	text-decoration: none;
	background:none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* タグクラウド・検索フォーム(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

#footer_box_matome .mini_box .tagcloud{
	color: #FFFFFF;
	background: none;
	border: none;
}
#footer_box_matome .mini_box  #searchform {
	padding: 10px 0;
	background: none;
	border: none;
}
.mini_box #searchform {
	padding: 0;
}
.mini_box .screen-reader-text {
    display: none;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* サイト内検索(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

.mini_box #searchsubmit{
	width: 25%;
	padding: 4.5% 5%;
	float: right;
}
.mini_box #s{
	margin: 2px 0 0;
	padding: 4%;
	width: 60%;
	float: left;
}


/* ──────────────────────────────────────────────────────────────────────── */
/* テキストウィジェット(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

#footer_box_matome .mini_box .textwidget{
	background: none;
	border: 1px #222222 solid;
}
#footer_box_matome .mini_box .textwidget_border0{
	background: none;
	border: none;
}
#footer_box_matome .mini_box .textwidget p,  #footer_box_matome .mini_box .textwidget_border0 p{
	padding: 10px;
	color: #FFFFFF;
}


/* ──────────────────────────────────────────────────────────────────────── */
/* 最近の投稿(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

#footer_box_matome ul#eye_news ul{
	margin:0;
	clear: both;
}
#footer_box_matome ul#eye_news li{
	height: 89px;
	padding: 0px 2px 0px 18px;
	background: none;
	overflow: hidden;
}
#footer_box_matome  ul#eye_news li a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#footer_box_matome .sf_daca, #footer_box_matome .sf_daca a{
	max-height: 30px;
	padding: 3px 0;
	margin: 0;
	width: 70%;
	float: right;
}
#footer_box_matome ul#eye_news li .category {
	display: none;
}
#footer_box_matome ul#eye_news li .sub_date{
	width: 100%;
	text-align: left;
	margin-bottom: -2px;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	border: none;
	float: right;
} 
#footer_box_matome #eye_news .sub_new_img{
	width: 70px;
	height: 70px;
	padding: 2px;
	background: #FFFFFF;
	border: none;
	margin: 2px 0 5px -17px;
	overflow: hidden;
	line-height: 100%;
	float: left;
}
#footer_box_matome #eye_news .sub_new_img img{
	width: auto;
	height: 70px;
	padding: 0px;
	border: none;
	margin: 0;
	float: left;
}
#footer_box_matome #eye_news p{
	width: 70%;
	max-height: 51px;
	text-align: left;
	margin: 0;
	line-height: 140%;
	overflow: hidden;
	float: right;
}
#footer_box_matome #eye_news li a{
	color: #FFFFFF;
	border: none;
}
#footer_box_matome #eye_news li a p{
	color: #FFFFFF;
}
#footer_box_matome #eye_news li a:hover p{
	color: #F80;
}


/* ──────────────────────────────────────────────────────────────────────── */
/* リスト設定(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

.mini_box ul {
	margin: 0 10px 20px;
	padding: 0;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	list-style-type: none;
	border-top: none;
}
.mini_box ul li {
	margin: 2px 0;
	*margin: 1px 0;
	padding: 3px 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.mini_box ul li.cat-item{
	padding: 0px;
}
.mini_box ul li a{
	color: #FFFFFF;
}
.mini_box ul li a:hover{
	color: #F80;
}


/* ──────────────────────────────────────────────────────────────────────── */
/* カレンダー設定(ボトム) */
/* ──────────────────────────────────────────────────────────────────────── */

.mini_box .title, .mini_box #calendar_wrap caption{
	margin: 0 0 10px;
	*margin: 0 0 5px;
	padding: 10px 10px 10px;
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 26px;
	border-radius: 3px;
	border: 1px #222222 solid;
	background-image: -moz-linear-gradient(top, #3F3F3F, #222222);
	background-image: -ms-linear-gradient(top, #3F3F3F, #222222);
	background-image: -o-linear-gradient(top, #3F3F3F, #222222);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3F3F3F), to(#222222));
	clear: both;
}

.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;
	color: #FFFFFF;
	background: none;
}
.mini_box #wp-calendar #next{
	text-align: right;
	border: none;
}
.mini_box #wp-calendar tbody a{
	border: none;
	color: #527CD0;
	font-weight: bold;
	text-decoration: underline;
}
.mini_box #wp-calendar #prev a, .mini_box #wp-calendar #next a, .mini_box .tagcloud a{
	border: none;
	color: #FFFFFF;
	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%;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
}
#footer-des {
	width: 945px;
	margin: 0px auto 0px auto;
	background-color: #333333;
	border-bottom: 1px solid #000000;
	overflow /**/: hidden;
}
#footer-des p {
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 10px;
}
#foot-end {
	width: 945px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: 1px solid #666666;
}
#foot-end a {
	text-decoration: none;
	color: #FFFFFF;
}
#foot-end a:hover {
	text-decoration: none;
	color: #FF8800;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* マーク */
/* ──────────────────────────────────────────────────────────────────────── */

ul.mark {
	margin: 0px 20px 0px 20px;
	padding: 0;
}
ul.mark li{
	list-style: none;
	font-size:14px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 30px;
	background: url(img/mark.gif)  no-repeat left center;
}

/* ──────────────────────────────────────────────────────────────────────── */
/* フォーム */
/* ──────────────────────────────────────────────────────────────────────── */

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 {
	color: #000;
	font-size:22px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:0 0 5px 10px;
	border-bottom: 1px solid #CCC;
}
#main_mail table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin:10px 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:12px 15px;
	background:#EDEDED;
	border-top:#cccccc solid 1px;
}
#main_mail .mail_e {
	font-size:15px;
	line-height:170%;
	text-align:left;
	padding:12px 15px;
	border-top:#cccccc solid 1px;
	background:#FFFFFF;
}
#main_mail table img {
	max-width: 99%;
	height: auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ登録ページ/レビューページ/キラーページ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine {
	width: 900px;
	margin: 20px auto;
	padding: 0;
	box-shadow: 0 0 5px #BBBBBB;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	background: #FFFFFF;
}
#review {
	width: 900px;
	margin: 30px auto 50px;
	padding: 0;
	box-shadow: 0 0 5px #BBBBBB;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #FFFFFF;
}
#killer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	box-shadow: 0 0 7px #999;
	border: none;
}
#mail_magazine_in, #review_in, #killer_in {
	margin: 20px auto 0;
	padding: 20px 50px;
	text-align: left;
	overflow: hidden;
}
#mail_magazine p, #review p, #mail_magazine_in p, #review_in p {
	font-size: 16px;
	line-height: 160%;
	padding: 0;
	margin: 0;
}
#mail_magazine_in ul, #review_in ul, #killer_in ul {
	padding: 0 0 0 18px;
	list-style: outside;
}
#mail_magazine_in ol, #review_in ol, #killer_in ol {
	padding: 0 0 0 22px;
	list-style: outside decimal;
}
#widget_form {
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
#widget_form p {
	font-size: 15px;
	line-height: 160%;
	padding: 0;
}
#main_mail table{
	overflow: hidden;
}
#main_mail table img{
	max-width: 100%;
}
#wrapper3 #widget_form p, #wrapperk3 #widget_form p {
	padding: 0 10px;
}

/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#review h2.review-title {
	font-size: 20px;
	font-weight:bold;
	text-align: left;
	margin: 0;
	padding: 12px 10px 8px 40px;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}
#review_in h2,#killer h2 {
	margin: 20px 0;
	padding: 10px 10px 8px 20px;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 150%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 3px #CCCCCC;
}
#review_in h3,#killer h3 {
	margin: 20px 0;
	padding:  9px 20px 5px;
	color: #333333;
	font-size: 24px;
	line-height: 150%;
	background: #F3F3F3;
	border: none;
	box-shadow: 0 0 3px #BBBBBB;
}
#review_in h4,#killer h4 {
	margin: 20px 0;
	padding:  6px 15px 4px;
	color: #333333;
	font-size: 22px;
	line-height: 150%;
	background: #F5F5F5;
	border: none;
	box-shadow: 1px 1px 5px #CCCCCC;
}
#review_in h5,#killer h5 {
	margin: 20px 0;
	padding:  10px 20px 8px 28px;
	color: #333333;
	font-size: 18px;
	line-height: 150%;
	border: none;
}
#mail_magazine h2{
	margin: 20px -50px 20px;
	padding: 18px 20px 46px;
	color: #333333;
	font-size: 30px;
	line-height: 150%;
	text-shadow: none;
	text-align: center;
	text-shadow: none;
	border: none;
	box-shadow: none;
}
#mail_magazine h3{
	margin: 20px 0;
	padding: 8px 20px 15px;
	color: #333333;
	font-size: 26px;
	line-height: 150%;
	text-shadow: none;
	text-align: center;
	border:none;
	box-shadow: none;
}
#mail_magazine h4{
	margin: 20px 0;
	padding: 6px 20px 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 20px 8px 35px;
	color: #333333;
	font-size: 18px;
	line-height: 150%;
	border: none;
}

/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine h1, #review h1, #killer h1{
	width: 100%;
	margin: 0;
	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{
	height: 150px;
	width: 100%;
	margin: 0;
}
.opt_blue{
	margin: 0;
	padding: 0;
	text-align: left;
}
.opt-in{
	min-height: 400px;
	margin: 0;
	padding: 0;
	background: url(img/mrmg_back.png) top repeat;
	background-size: contain;
	text-align: center;
	overflow: hidden;
}
#widget_form .opt {
	margin: 0 auto;
}
#mail_magazine 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{
	width: 100%;
	height: 12px;
	margin: 0;
	background: none;
}
#wrapper3 #widget_form p.opt-catch, #wrapperk3 #widget_form p.opt-catch {
	font-size: 24px;
}
#mail_magazine .opt-in p{
	margin: 0 40px;
}
#mail_magazine 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{
	margin-top:-8px;
	height: 12px;
}
#mail_magazine .mrmg_bottom img{
	width: 100%;
	height: 12px;
	margin: 0;
	background: none;
}
#wrapper3 #widget_form p.opt-catch, #wrapperk3 #widget_form p.opt-catch {
	font-size: 24px;
}
#mail_magazine .opt-in p{
	margin: 0 40px;
}

/* メール入力フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.ybox{
	margin: 0 40px 25px;
	padding: 0px 20px 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background: #FFC000;
	background-image: -moz-linear-gradient(
		top,
		#FFC000 0%,
		#F49800);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFC000),
		to(#F49800));
	border: 3px #F49800 solid;
}
.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: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 0;
	margin: 15px 1% 0;
	float: left;
}
.form_mail .mailleft img{
	float: left;
	margin: 0;
}
.form_mail .mailright {
	width: 98%;
	height: 20px;
	text-align: left;
	padding: 7px 0 0;
	margin: 0 1%;
	float: left;
}
#widget_form table.form_mail_l {
	width: 70%;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15% 10%;
	padding: 10px 5%;
}
input.mail-form {
	font-size: 14px;
	width: 96%;
	margin: 0 0 10px;
	padding: 6px 2%;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
	box-shadow: 0 0 5px #FDB900 inset;
	float: left;
}
input.name-form {
	font-size: 14px;
	width: 46%;
	padding: 6px 0 6px 1%;
	margin: 0 0 5px 1%;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
	box-shadow: 0 0 5px #FDB900 inset;
	float: left;
}
#widget_form input.name-form {
	font-size: 14px;
	width: 48%;
	padding: 6px 0 6px 1%;
	margin: 0 0 5px 1%;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
	box-shadow: 0 0 5px #FDB900 inset;
}
#wrapper3 #widget_form, #wrapperk3 #widget_form {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
#wrapper3 #widget_form input.mail-form, #wrapperk3 #widget_form input.mail-form {
	width: 97%;
}
#wrapper3 #widget_form table.form_mail, #wrapperk3 #widget_form table.form_mail {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
#wrapper3 #widget_form table.form_mail .mailleft, #wrapperk3 #widget_form table.form_mail .mailleft {
	min-width: 200px;
	width: 90%;
	padding: 0 5%;
	float: left;
	text-align: left
}
#wrapper3 #widget_form table.form_mail .mailright, #wrapperk3 #widget_form table.form_mail .mailright {
	width: 90%;
	padding: 7px 5%;
	float: left;
}

/* ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mail_magazine input.btn, #widget_form input.btn {
	width: 100%;
	height: 95px;
	margin: 50px auto 0;
	display: block;
}
#mail_magazine .ybox_btn{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#mail_magazine .ybox_btn input.btn{
	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;
}
#mail_magazine .ybox_btn input.btn:hover{
	background: url(img/mailsenda.png) center no-repeat;
	background-size:contain;
}
#review .easy_mode_button a, #killer .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 auto 30px;
}
#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;
}

/* 個人情報の管理・取扱い */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#about-privacy {
	width: 86%;
	height: 80px;
	overflow: auto;
	font-size: 14px;
	margin: 20px 5% 15px;
	padding: 10px 2%;
	border: 3px double #CCCCCC;
	background: #FFFFFF;
}
#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 {
	font-size: 14px;
	text-align: left;
	margin: 5px 0;
	padding: 0;
	background: none;
	border: none;
	clear: both;
}

/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#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: 780px;
	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: 20px auto 0;
	padding: 0 0 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .go_ranking {
	margin: 10px 0;
	text-align: right;
	background: url(img/ranking/rank-a.png) right 0 no-repeat;
}
#main .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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ設定
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main table.graph {
	width: 100%;
	border-top: none;
	border-collapse: collapse;
}
#main table.graph tr{
	margin: 0;
	padding: 0;
	border: 1px solid #DDDDDD;
}
#main 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;
}
#main table.graph td{
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph2 {
	width: 100%;
	border-collapse: collapse;
}
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; 
}
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;
}
.ranking_box p {
	line-height: 160%;
}
.ranking_box a {
	text-decoration: underline;
}
#main .ranking_box td{
	border: 1px #FFFFFF solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .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 {
	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 {
	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/01no2.png) no-repeat left center;
}
.rankingvera .r1-title-no3 {
	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/01no3.png) no-repeat left center;
}
.rankingvera .r1-title-no4 {
	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/01no4.png) no-repeat left center;
}
.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/01no5.png) no-repeat left center;
}
.rankingvera td {
	width:30%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: none;
	border: none;
}
.rankingvera td p {
	line-height: 160%;
}
.rankingvera p.catch {
	font-weight: bold;
	color: #ff0000;
	margin: 5px 0 10px;
}
.rankingvera td a {
	text-decoration: underline;
}
.rankingvera td.rbg {
	width:97%;
	*width:68%;
	display:block;
	margin: 0 3% 0 0;
	*margin: 0;
	padding: 0;
	background: url(img/ranking/no1_back.png) no-repeat;
	float:left;
}
.rankingvera .ra-img{
	width: 96%;
	margin: 40px 0 0 4%;
	padding:0;
	float:right;
}
.rankingvera .ra-img a img{
	width: 100%;
	*width: 90%;
	margin: 0;
	padding:0;
}
.rankingvera .r-a-contents {
	margin: 0 0 15px;
	padding: 5px 10px;
	border: 3px #CCCCCC solid;
	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px; 
        border-radius: 10px;
	overflow: hidden;
}
#main .rankinga-border tablet.ranking_box td, #main .rankinga tablet.ranking_box td, table.rankingvera tr, table.rankingvera th{
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングb
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .rankingb-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#main .rankingverb{
	width:100%;
	padding:0;
	margin:0;
	border-collapse: collapse;
}
#main .rankingverb tr{
	width:100%;
	margin: 0;
	border-style: 1px solid #DDDDDD;
	border-width: 
}
.rankingverb th{
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border: 1px solid #DDDDDD;
}
#main .rankingverb .r1-title-no1{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank1.png) no-repeat left center;
}
#main .rankingverb .r1-title-no2{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank2.png) no-repeat left center;
}
#main .rankingverb .r1-title-no3{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank3.png) no-repeat left center;
}
#main .rankingverb .r1-title-no4{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank4.png) no-repeat left center;
}
#main .rankingverb .r1-title-no5{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank5.png) no-repeat left center;
}
#main .rankingverb td {
	width:30%;
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	background-color: none;
	float:left;
}
#main .rankingverb .rb-img{
	width:100%;
	margin:0;
	padding: 0;
}
#main .rankingverb td img{
	max-width: 100%;
}
#main .rankingverb td.rbg {
	width:65%;
	display:block;
	margin: 0;
	padding: 10px 0;
	float:right;
}
#main .rankingverb td p{
	max-width: 100%;
	margin: 0;
	line-height: 160%;
}
#main .rankingverb td p.catch{
	max-width: 100%;
	margin: 5px 0 10px;
	font-weight: bold;
	color: #ff0000;
}
#main .rankingverb td a{
	text-decoration: underline;
}
#main .rankingb-box table.rankingverb , #main .rankingverb td, 
#main .rankingverb tr, #main .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 {
	font-size: 16px;
	font-weight: bold;
	color: #009966;
	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 {
	font-size: 16px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/d-rank2.png) no-repeat 10px center;
}
.rankingverc .r1-title-no3 {
	font-size: 16px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/d-rank3.png) no-repeat 10px center;
}
.rankingverc .r1-title-no4 {
	font-size: 16px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/d-rank4.png) no-repeat 10px center;
}
.rankingverc .r1-title-no5 {
	font-size: 16px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	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%;
	*width:80%;
	position: relative;
	margin: 0 0 10px;
	padding: 10px 5%;
	border-top: 1px solid #DDDCCC;
	border-right: 1px solid #DDDCCC;
	border-bottom: 2px solid #DDDCCC;
	border-left: 1px solid #DDDCCC;
	background:#FFF;
}
.rankingverc .rc-img a img {
	width: 100%;
}
.rankingverc .seal{
	width: 35%;
	height:25px;
	position: absolute;
	top: -12px;
	left: 35%;
}
.rankingverc td.rbg {
	width:92%;
	display:block;
	margin: 0;
	padding: 10px 0 10px 8%;
	*float:right;
}
.rankingverc td p {
	line-height: 160%;
}
#main .rankingverc p.catch {
	max-width: 100%;
	font-weight: bold;
	color: #ff0000;
	margin: 10px 0 0;
	padding: none;
}
.rankingverc td a {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングd
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .rankingd-box {
	margin: 0;
	padding: 0;
}
#main .box_in_ranking_black {
	width: 30%;
	float: left;
	padding: 5px 0.5% 10px;
	margin: 0 0.5%;
	border-color: #DDDCCC;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px; 
        border-radius: 5px;
}
#main .rankingd-box .r1-title-no1 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/c-rank1.png) no-repeat left center;
}
#main .rankingd-box .r1-title-no2 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/c-rank2.png) no-repeat left center;
}
#main .rankingd-box .r1-title-no3 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/c-rank3.png) no-repeat left center;
}

#main .box_in_ranking_black a{
	text-decoration: none;
	background: none;
}
#main .box_in_ranking_black p {
	padding: 2px 5% 5px;
	clear: both;
}
#main .box_in_ranking_black p.catch {
	font-weight: bold;
	color: #ff0000;
	margin: 10px 0 0;
}
#main .box_in_ranking_black p.r-link {
	margin: 0;
	text-align: right;
}
#main .box_in_ranking_black p.r-link a{
	color: #0044CC;
	font-weight: bold;
	text-decoration: underline;
}
#main .box_in_ranking_black p.r-link a:hover {
	color: #F60;
	text-decoration: none;
}
#main .box_in_ranking_black img {
	max-width:100%;
	height: auto;
	margin: 0 auto 10px;
	padding:0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */