@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
Theme Name: Unlimited Template「THE WORLD」 cool ver
Theme URI: http://www.unlimited-club.com/
Description: 本テンプレートはUnlimited Template「THE WORLD」 coolバージョンです。
Author: UNLIMITED CLUB
Author URI: http://www.unlimited-club.com/
Version: 1.3.7
.
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	text-align: center;
	background: #A30000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica';
	background-image: url(img/bodybg.png);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: left top;
}
p {
	font-size: 14px;
	line-height: 160%;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	text-decoration: underline;
	color: #3A4199;
}
a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
	color: #E2041B;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka {
	color: #ff0000;
}
.ao {
	color: #0000cc;
}
.tya {
	color: #bd000e;
}
.gray {
	color: #3d3737;
}
.green {
	color: #009900;
}
.white {
	color: #ffffff;
}
.size8 {
	font-size: 8px;
}
.size9 {
	font-size: 9px;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.size22 {
	font-size: 22px;
}
.size24 {
	font-size: 24px;
}
.size26 {
	font-size: 26px;
}
.size28 {
	font-size: 28px;
}
.size36 {
	font-size: 36px;
}
.size48 {
	font-size: 48px;
}
.size72 {
	font-size: 72px;
}
.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-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;
}
.b {
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.em {
	font-weight: bold;
}
.yline {
	background: #ffff00;
}
/* 画像
─────────────────────────────────────────────── */

img {
	border: none;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
.imgl {
	padding: 0px 25px 10px 0px;
	float: left;
}
.imgr {
	padding: 0px 0px 10px 25px;
	float: right;
}
.ichachi {
	margin: 0px 20px 20px 0px;
	padding: 5px;
	float: left;
	border: 1px #CCC solid;
	box-shadow: 0 0 6px #CCC, 0 0 6px #FFF;
	-webkit-box-shadow: 0 0 6px #d7d7d7, 0 0 6px #FFF;
}
.left {
	text-align: left;
	float: left;
}
.right {
	text-align: right;
	float: right;
}
.alignleft {
	padding: 0 20px 20px 0;
	float: left;
}
.alignright {
	padding: 0 0px 20px 20px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header {
	width: 100%;
	/*	box-shadow: 0 0 10px #CCC;*/ /*CSS3*/
/*	-moz-box-shadow: 0 0 10px #CCC;*/ /* Firefox用*/
/*	-webkit-box-shadow: 0 0 10px #555;*/ /* Google Chrome, Safari用*/
	border: none !important;
	background: #FFF;
}
#header-in {
	position: relative;
	width: 1050px;
	min-height: 100px;
	margin: 0 auto;
}
/* 見出し
─────────────────────────────────────────────── */

.site-title {
	width: 850px;
	text-decoration: none;
	margin: 10px 0 0;
	text-align: left;
	overflow: hidden;
}
.site-title a {
	text-decoration: none;
}
.site-title a:hover {
	text-decoration: underline;
	color: #E2041B;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#top-navi {
	padding: 10px 0;
	overflow: hidden;
}
ul#top-navi li {
	list-style-type: none;
	float: right;
	margin: 0;
}
ul#top-navi li a {
	display: block;
	padding: 0 5px 0 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.menubtn {
	display: none;
}
.togmenu {
	display: block;
}
#g-navi-in ul {
	padding: 10px 0;
	overflow: hidden;
}
#g-navi-in ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border-right: solid 1px #CCC;
	display: inline;
	position: relative;
}
#g-navi-in ul li.last {
	max-width: 147px;
	border-right: none;
}
#g-navi-in ul li a {
	float: left;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0px 10px;
}
#g-navi-in ul li a:hover {
	text-decoration: underline;
	color: #E2041B;
}
/* ----------------------------------------- */

#g-navi-in ul.sub-menu {
	width: 127px;
	margin: 0;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	min-height: 20px;
	z-index: 99999;
	list-style: none;
}
#g-navi-in ul.sub-menu li {
	padding: 0;
	padding: 0;
	width: 127px;
	height: 30px;
	line-height: 30px;
	border: none;
	list-style-type: none;
}
#g-navi-in ul.sub-menu li a {
	float: left;
	width: 127px;
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	border-top: 1px #EEE solid;
	background: url(img/clear.png) repeat;
	font-weight: bold;
}
#g-navi-in ul.sub-menu li ul li {
	margin: 0;
	padding: 1px 0 0 0;
	width: 147px;
	height: 30px;
	line-height: 30px;
	border: none;
	list-style-type: none;
}
#g-navi-in ul.sub-menu ul li a {
	float: left;
	width: 147px;
	display: block;
	margin: 0;
	background: url(img/clear.png) repeat;
	font-weight: bold;
}
#g-navi-in .menu ul.menu ul.sub-menu ul.sub-menu {
	margin: 0 0 0 147px;
	list-style: none;
}
#g-navi-in .menu ul.menu li ul.sub-menu li ul.sub-menu li {
	margin: 0 0 0 -40px;
	padding: 1px 0 0 0;
	border-left: 0;
}
#g-navi-in .menu ul ul a {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	min-height: 20px;
	padding: 0;
	border-bottom: 0;
}
#g-navi-in .menu ul ul {
	left: 100%;
	top: -1px;
}
/* ------------------------------------------ */

#g-navi-in li:hover > a,
#g-navi-in ul.sub-menu :hover > a,
#g-navi-in a:focus {
	background: url(img/clear.png) repeat;
}
#g-navi-in ul li:hover > a,
#g-navi-in ul a:focus {
	color: #E2041B;
	font-weight: bold;
	list-style: none;
	top: 0;
	left: 0;
}
#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: #F9EDDD;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none !important;
	background: none !important;
}
.banner-in {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}
.banner-in a:hover {
	left: 0;
	top: 0;
}
.banner-in img {
/*width: 1050px;*/
}
/* サイト説明文
─────────────────────────────────────────────── */

.banner-in p {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container,
#container3,
#containerk3,
#container2l,
#containerk2l,
#container2r,
#containerk2r {
	width: 1050px;
	margin: 10px auto 0;
	padding: 0;
	overflow: hidden;
}
#container,
#containerk1 {
	width: 730px;
	margin: 10px auto 0;
	padding: 0;
	overflow: hidden;
}
/* パンくずリスト
─────────────────────────────────────────────── */

p.bread {
	width: 90%;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 5px 5% 15px;
	color: #FFF;
}
p.bread a {
	color: #FFF;
	text-decoration: none;
}
p.bread a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container3 #main,
#containerk3 #main {
	float: left;
	margin: 0;
	width: 730px;
	padding: 0;
	text-align: left;
}
#container2l #main,
#containerk2l #main {
	float: right;
	margin: 0 0 0 20px;
	width: 710px;
	padding: 0;
	text-align: left;
}
#container2r #main,
#containerk2r #main {
	float: left;
	margin: 0 20px 0 0;
	width: 710px;
	padding: 0;
	text-align: left;
}
#container #main,
#containerk1 #main {
	margin: 0;
	width: 730px;
	padding: 0;
	text-align: left;
}
#main-left {
	float: right;
	width: 470px;
	text-align: left;
	margin: 0 20px;
	padding: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3.new-entry {
	font-size: 16px;
	font-weight: bold;
	color: #4A4A4A;
	margin: 0;
	padding: 7px 10px 15px 20px;
	border: none;
	clear: both;
}
.new-content {
	margin: 0 0 20px;
	_margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #333;
	border: none;
	clear: both;
}
.new-content ul {
	margin: 0 0 10px;
 *margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	border: none;
	background: none;
}
.new_day {
	width: 65px;
	padding: 2px 6px;
	color: #333;
}
.new-content ul li {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	color: #333;
	overflow: hidden;
	text-decoration: none;
	border-bottom: 1px #CCC dotted;
}
.new-content ul li a {
	color: #006C9A;
	margin: 3px 0 0;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
}
.new-content ul li a:hover {
	color: #E2041B;
	text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.econtent {
	margin: 0 0 20px;
	_margin: 0 0 10px;
	padding: 0 10px;
	line-height: 150%;
	text-align: left;
	color: #333;
	border: none;
	background: #FFF url(img/note_line.png) repeat;
	overflow: hidden;
	clear: both;
}
.econtent-i {
	margin: 0;
	padding: 0 10px;
	line-height: 150%;
	text-align: left;
	color: #333;
	border: none;
	background: #FFF url(img/note_line.png) repeat;
	overflow: hidden;
	clear: both;
}
.econtent-none {
	margin: 0 0 20px;
	_margin: 0 0 10px;
	padding: 0 10px;
	line-height: 150%;
	text-align: left;
	color: #333;
	border: none;
	background: #FFF;
	overflow: hidden;
	clear: both;
}
.econtent-none-i {
	margin: 0;
	padding: 0 10px;
	line-height: 150%;
	text-align: left;
	color: #333;
	border: none;
	background: #FFF;
	overflow: hidden;
	clear: both;
}
.econtent-none p,
.econtent-none-i p,
.econtent p,
.econtent-i p {
	line-height: 150%;
}
.econtent-none ul,
.econtent-none-i ul,
.econtent ul,
.econtent-i ul {
	list-style: inside;
	margin: 0 10px;
}
.econtent-none ol,
.econtent-none-i ol,
.econtent ol,
.econtent-i ol {
	list-style: inside none decimal;
	margin: 0 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.econtent-none ol,
.econtent-none-i ol,
.econtent ol,
.econtent-i ol {
	margin: 0 0 0 35px;
}
}
.econtent img,
.econtent-i img,
.econtent-none img,
.econtent-none-i img {
	max-width: 99%;
	height: auto;
}
.econtent-none form,
.econtent-none-i form,
.econtent form,
.econtent-i form {
	margin-bottom: 20px;
}
.social_button img {
	width: 88px;
	height: 20px;
}
iframe.twitter-share-button {
	width: 88px!important;
}
.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 100%;
	overflow: hidden;
}
.video-wrap1 {
	position: relative;
	padding: 10% 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap1 iframe,
.video-wrap1 object,
.video-wrap1 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.common_contents {
	margin: 0;
	padding: 0;
}
/* 見出し
─────────────────────────────────────────────── */

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 9px 10px 2px 20px;
	background-color: #FBFBFB;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
.entry-title {
	color: #4A4A4A;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 5px 50px;
	border: none;
	border-bottom: 1px #DDD solid;
	border-right: 1px #DDD solid;
	text-shadow: 0px 1px 1px #9f9f9f;
	clear: both;
}
.entry-title a {
	color: #4A4A4A;
	text-decoration: none;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 0px 10px;
	background-color: #FFFFFF;
	clear: both;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 0px 20px;
	background-color: #FFFFFF;
	clear: both;
}
/* 読了＆日付
─────────────────────────────────────────────── */

.date {
	width: 100%;
	height: 35px;
	margin: 0;
	padding-bottom: 5px;
	display: block;
	background: #FFFFFF;
	border-bottom: 1px #CCC dotted;
	font-size: 12px;
	overflow: hidden;
	clear: both;
}
.left_time {
	width: 50%;
	margin: 0 0 8px;
	padding-top: 10px;
	float: left;
	background: #ffffff;
}
.date_time {
	width: 50%;
	margin: 0 0 8px;
	padding-top: 15px;
	text-align: right;
	float: right;
	background: #ffffff;
}
.bb_time {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 14px;
}
.date .date_time p {
	height: 10px;
	text-align: right;
	font-size: 12px;
}
/* ソーシャルボタン
─────────────────────────────────────────────── */

ul.social_button {
	margin: 12px 0 18px;
	padding: 0;
	clear: both;
}
ul.social_button li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
/* アイキャッチ
─────────────────────────────────────────────── */

.econtent img.attachment-200x200,
.econtent-none img.attachment-200x200 {
	float: left;
	margin: 0 20px 20px 0;
}
.econtent-i img.attachment-200x200,
.econtent-none-i img.attachment-200x200 {
	float: right;
	margin: 0 0 20px 20px;
}
.eye-catch-img {
	border: none;
	margin: 0;
	padding: 0;
}
/* blockquote設定
─────────────────────────────────────────────── */

blockquote {
	margin: 10px 20px;
	padding: 15px;
	border: 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);
	background: #F7F7F7 url(img/blockquote.png) no-repeat 0 0;
	clear: both;
}
/* その他タグ一覧
─────────────────────────────────────────────── */

.efoot_outline {
	font-size: 12px;
	line-height: 200%;
	text-align: right;
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid #D7D7D7;
	background: -moz-linear-gradient( 0deg, #f3f3f3 0%, #DDD 50%, #f3f3f3 100%);
	background: -webkit-linear-gradient( 0deg, #f3f3f3 0%, #DDD 50%, #f3f3f3 100%);
	background: -o-linear-gradient( 0deg, #f3f3f3 0%, #DDD 50%, #f3f3f3 100%);
	background: -mis-linear-gradient( 0deg, #f3f3f3 0%, #DDD 50%, #f3f3f3 100%);
	clear: both;
}
.efoot {
	padding: 10px;
	border: 1px solid #FFF;
}
.efoot p {
	font-size: 12px;
}
.meta_tag {
	margin-bottom: 100px;
	padding: 1px 10px 0px 20px;
	background: url(img/tag.png) no-repeat left top;
}
.meta_comment {
	padding: 1px 10px 0 20px;
	background: url(img/comment.png) no-repeat left;
}
.meta_category {
	padding: 1px 10px 0 20px;
	background: url(img/cate.png) no-repeat left;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.link-next {
	min-width: 100px;
	text-align: right;
	padding: 0 20px 10px 0;
	margin: 15px 0 10px;
	float: right;
	position: relative;
}
.link-next a {
	color: #4A4A4A;
	padding: 10px 8px 8px 15px;
	text-decoration: none;
	border-bottom: 1px #DDD solid;
	box-shadow: 0 10px 6px -6px #CCC;
}
.link-next a:hover {
	color: #E2041B;
	text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページナビ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tablenav {
	font-size: 15px;
	background: none;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
}
a.page-numbers,
.tablenav .current {
	color: #555;
	padding: 5px 10px;
	border: solid 1px #ccc;
	text-decoration: none;
	font-size: smaller;
	background: #FFF;
}
a.page-numbers:hover {
	color: #F60;
	background: #eee;
}
.tablenav .current {
	color: #555;
	font-weight: bold;
	background: #FFF !important;
}
.tablenav .next,
.tablenav .prev {
	color: #555;
	border: 0 none;
	background: #FFF !important;
	text-decoration: underline;
	font-size: smaller;
	font-weight: bold;
}
.tablenav .dots {
	color: #FFF;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ナビ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation {
	background: none;
	margin: 20px auto;
	padding: 5px 5px 0;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.kiji-navigation p {
	font-size: 13px;
	margin-bottom: 5px;
	text-align: left;
}
.kiji-navigation a {
	color: #222;
	text-decoration: none;
	display: inline;
}
.kiji-navigation a:hover {
	color: #E2041B;
	background: #FFF;
}
.pnav {
	width: 100%;
	text-align: center;
}
.pnav ul {
	margin: 10px 0;
	overflow: hidden;
}
.pnav ul li {
	width: 32%;
	height: 32px;
	color: #555;
	text-align: center;
	border: solid 1px #ccc;
	font-size: smaller;
	background: #FFF;
	display: block;
	float: left;
	margin-right: 1.5%;
	box-sizing: border-box;
	border-radius: 4px;
}
.pnav ul li:last-of-type {
	margin: 0;
}
.pnav ul .previous {
	font-size: 16px;
}
.pnav ul .home {
	font-size: 16px;
}
.pnav ul .home i {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 1;
	overflow: hidden;
}
.pnav ul .next {
	font-size: 16px;
}
.pnav ul li a {
	color: #555;
	box-sizing: border-box;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事一覧 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanrenmenu_thumb,
.Kanrenmenu {
	margin: 0 0 20px;
	_margin: 0 0 10px;
	padding: 0;
	line-height: 22px;
	text-align: left;
	color: #333333;
	background-color: #F2F2F2;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	overflow : hidden;
	clear: both;
}
.kanrenmenu_thumb ul,
.Kanrenmenu ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	clear: both;
}
.kanrenmenu_thumb ul li,
.Kanrenmenu ul li {
	font-size: 13px;
	margin: 5px;
	padding: 10px 0;
	color: #06F;
	text-decoration: none;
	text-align: left;
	background: none;
	border-bottom: 1px #CCCCCC dotted;
	overflow: auto;
	clear: both;
}
.kanrenmenu_thumb ul li img {
	padding: 1px;
	margin: 3px 20px 3px 0;
	border: 1px #DDDDDD solid;
	background: #FFFFFF;
	float: left;
}
.kt-tag {
	margin: 0;
	padding: 0;
	color: #444;
	text-decoration: none;
	overflow: hidden;
}
.kt-tag p.r-time-data {
	font-size: 13px;
	text-align: left;
	line-height: 120%;
	margin-bottom: 10px;
}
.kt-tag p.r-title-l {
	text-align: left;
	line-height: 130%;
}
.kt-tag a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
.kt-tag a:hover {
	color: #E2041B;
	text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comment_box h3 {
	color: #4A4A4A;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 5px 50px;
	border: none;
	border-right: 1px #DDD solid;
	text-shadow: 0px 1px 1px #9f9f9f;
	clear: both;
}
.comments-box {
	zoom: 1;
	margin: 0;
}
.comments-box img {
	vertical-align: middle;
}
.cancel-comment-reply {
	padding: 5px 0 0 0;
}
.cancel-comment-reply a {
	color: #000;
}
.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;
}
ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}
ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #CCC;
	box-shadow: 0 0 5px #c5c5c5, 0 0 5px #FFF;
	-webkit-box-shadow: 0 0 5px #c5c5c5, 0 0 5px #FFF;
}
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-32 {
	padding: 2px;
	background: #fff;
	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: #aaa;
	text-decoration: none;
}
ol.commentlist li p {
	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 0;
	background: #fff;
	border: 1px solid #CCC;
}
ol.commentlist li ul.children li li.alt {
	background: #fff;
}
ol.commentlist li ul.children li.depth-2 {
	background: #eee;
}
ol.commentlist li ul.children li.depth-3 {
	background: #ddd;
}
ol.commentlist li ul.children li.depth-4 {
	background: #eee;
}
ol.commentlist li ul.children li.depth-5 {
	background: #fafafa;
}
ol.commentlist li ul.children li.depth-6 {
	background: #fafafa;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

input[type=submit] {
	color: #333;
}
#respond {
	background: #FFF;
	margin: 0;
	padding: 10px;
	position: static;
	border: 1px solid #ddd;
}
#container2l #respond,
#container2l #respond {
	background: #EEE;
	margin: 0;
	padding: 10px;
	position: static;
	width: 670px;
}
#respond input[type="text"] {
	display: block;
	height: 24px;
}
#respond input[type="text"],
#respond textarea {
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
#respond input#submit {
	cursor: pointer;
	font-size: 15px;
	margin: 7px auto 0;
	padding: 5px 20px;
	position: relative;
	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,
#tb input,
#comform select,
#comform textarea {
	padding: 0.5em;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバック */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
	margin: 10px 0 20px;
	padding: 10px;
	background: #F2F2F2;
	border: 1px solid #ddd;
}
.trackback-content {
	margin-top: 10px;
}
ul#trackback-list {
	font-weight: normal;
	margin: 0 20px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
#trackback-list li {
	list-style: none;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	background-color: #FFFFFF;
	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 #CCC;
}
#trackback-list p {
	font-size: 14px;
	margin: 0px 10px 15px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン部分ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main_widget {
	margin: 0 0 20px;
	padding: 0;
}
.main_widget ul {
	margin: 0 0 10px;
 *margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	background: none;
}
.main_widget ul li {
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px #CCC dotted;
}
.main_widget ul li a {
	color: #006C9A;
	margin: 3px 0 0;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
	display: block;
}
.main_widget ul li a:hover {
	color: #E2041B;
	text-decoration: underline;
}
/* メインul入れ子設定
─────────────────────────────────────────────── */
.main_widget ul.children {
	margin: 0;
	padding: 0;
}
.main_widget ul.sub-menu {
	margin: 0;
	padding: 0 0 -20px;
}
.main_widget ul.children li,
.main_widget ul.sub-menu li {
	list-style: none;
	text-align: left;
	line-height: 40px;
	margin: 0;
	padding: 0 10px 0 15px;
	border: none;
	border-top: 1px #CCC dotted;
}
/* メインtextwidget設定
─────────────────────────────────────────────── */
.main_widget .textwidget {
	margin: 10px;
}
.main_widget .textwidget img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.main_widget .tagcloud {
	font-size: 13px;
	line-height: 200%;
	margin: 0 0 20px 0;
	padding: 4px 10px 26px;
 *padding: 2px 5px 13px;
	background: #f2f2f2;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	clear: both;
	overflow: hidden;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side1 {
	float: left;
	font-size: 12px;
	width: 220px;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	position: relative;
	position: relative;
	display : block;
}
#side2 {
	float: right;
	font-size: 12px;
	width: 320px;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	position: relative;
}
/* 見出し
─────────────────────────────────────────────── */

.title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #55595D;
	margin: 0;
	padding: 25px 10px 10px 25px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: both;
}
/* サイドul
─────────────────────────────────────────────── */

#side1 ul,
#side2 ul {
	margin: 0 0 20px;
	padding: 0 0 21px;
	border-top: none;
	border-bottom: none;
	background: #f2f2f2 url(img/ul_shadow.png) bottom center no-repeat;
	-moz-background-size: 100% 10px;
	background-size: 100% 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
#side1 li,
#side2 li {
	display: block;
	font-size: 12px;
	list-style: none;
	text-align: left;
	line-height: 150%;
	margin: 0;
	padding: 5px 10px;
	background: url(img/li_line.png) center bottom no-repeat;
}
#side1 a,
#side2 a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #07368E;
	display: block;
}
#side1 a:hover,
#side2 a:hover {
	text-decoration: underline;
	color: #E2041B;
}
/* サイドul入れ子設定
─────────────────────────────────────────────── */
#side1 ul.children,
#side2 ul.children,
#side1 ul.sub-menu,
#side2 ul.sub-menu {
	margin: 0 0 -8px;
	padding: 0;
	border-top: none;
	border-bottom: none;
	background: #f2f2f2;
}
#side1 ul.children li,
#side2 ul.children li,
#side1 ul.sub-menu li,
#side2 ul.sub-menu li {
	display: block;
	font-size: 12px;
	list-style: none;
	text-align: left;
	line-height: 150%;
	margin: 2px 0;
	padding: 3px 10px 3px 15px;
	background: url(img/li_line.png) center bottom no-repeat;
}
/* 追尾型サイドバー
─────────────────────────────────────────────── */

#fix_box1,
#fix_box2 {
	min-width: 200px;
	max-width: 220px;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
}
/* テキストウィジェット
─────────────────────────────────────────────── */

#side1 .textwidget,
#side2 .textwidget {
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 5px 10px 21px;
 *padding: 2px 5px 10px;
	text-align: left;
	background: #f2f2f2 url(img/ul_shadow.png) bottom center no-repeat;
	-moz-background-size: 100% 10px;
	background-size: 100% 10px;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	clear: both;
	overflow: hidden;
}
#side1 .textwidget p,
#side2 .textwidget p {
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	background: #F2F2F2;
}
.textwidget img {
	max-width: 100%;
	height: auto;
}
.textwidget_border0 {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	background: none;
	clear: both;
	overflow: hidden;
	border: none;
}
.textwidget_border0 img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.textwidget_border0 p {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding: 5px 0;
}
/* 最近のコメント
─────────────────────────────────────────────── */

#side1 ul#recentcomments,
#side2 ul#recentcomments {
	margin: 0 0 20px;
	padding: 0 0 21px;
	border-top: none;
	background: #f2f2f2 url(img/ul_shadow.png) bottom center no-repeat;
	-moz-background-size: 100% 10px;
	background-size: 100% 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
#side1 ul#recentcomments li,
#side2 ul#recentcomments li {
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 5px 10px;
	background: url(img/li_line.png) center bottom no-repeat;
}
#side1 ul#recentcomments li a,
#side2 ul#recentcomments li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #07368E;
}
#side1 ul#recentcomments li a:hover,
#side2 ul#recentcomments li a:hover {
	color: #E2041B;
	text-decoration: underline;
}
/* タグクラウド
─────────────────────────────────────────────── */

#side1 .tagcloud,
#side2 .tagcloud {
	font-size: 13px;
	line-height: 200%;
	margin: 0 0 20px 0;
	padding: 5px 10px 26px;
 *padding: 2px 5px 13px;
	border-top: none;
	background: #f2f2f2 url(img/ul_shadow.png) bottom center no-repeat;
	-moz-background-size: 100% 10px;
	background-size: 100% 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	clear: both;
	overflow: hidden;
}
#side1 .tagcloud a,
#side2 .tagcloud a {
	margin: 5px 0;
	padding: 4px 4px;
	text-align: center;
	text-decoration: none;
	line-height: 200%;
	border: #dedede 1px solid;
	background: #EEEEEE;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	box-shadow: 0 0 5px #ccc, 0 0 5px #FFF;
	-webkit-box-shadow: 0 0 5px #ccc, 0 0 5px #FFF;
	display: inline;
}
#side1 .tagcloud a:hover,
#side2 .tagcloud a:hover {
	color: #E2041B;
	margin: 2px 0;
	padding: 2px 4px;
	text-align: center;
	text-decoration: underline;
}
/* カレンダー
─────────────────────────────────────────────── */

#wp-calendar caption {
	margin: 0;
	padding: 12px 12px 14px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
	text-align: center;
	line-height: 18px;
	border: 1px #ddd solid;
	border-bottom: none;
	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;
	box-shadow: 0 0 4px #eee, 0 0 4px #FFF;
	-webkit-box-shadow: 0 0 4px #eee, 0 0 4px #FFF;
	clear: both;
}
#wp-calendar {
	width: 220px;
	padding: 0;
	margin: 0 0 20px;
	color: #616B76;
	background: #FFF;
	border: 1px #ddd solid;
	text-align: center;
}
#wp-calendar thead {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#wp-calendar thead tr th {
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	border-left: 1px #f2f2f2 solid;
	border-right: 1px #ddd solid;
}
#wp-calendar tbody td {
	margin: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	background: url(img/c_shadow.png) bottom repeat-x;
	border-bottom: 1px #ddd solid;
	border-right: 1px #ddd solid;
}
table#wp-calendar td#today {
	color: #616B76;
	background: #e8e8e8;
	font-weight: bold;
}
/* 検索フォーム
─────────────────────────────────────────────── */

#searchform,
#main_contents #searchform {
	margin: 0 0 20px;
	padding: 0;
	background: url(img/sub_back1.png) top no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px #ccc solid;
}
#searchform .screen-reader-text {
	display: none;
}
/* カテゴリー・アーカイブ
─────────────────────────────────────────────── */

.postform,
select {
	width: 100%;
	height: 40px;
	margin: -2px 0 20px;
	padding: 10px;
}
.screen-reader-text {
	display: none;
}
/* 検索エリア
─────────────────────────────────────────────── */

#s {
	width: 60%;
	height: 32px;
	line-height: 30px;
	padding: 0 5%;
	margin: 0;
	vertical-align: bottom;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	box-shadow: 0px 0px 7px 2px #efefef inset;
	color: #999;
	background: #FFF url(img/g_line.png) right center no-repeat;
}
#s:focus {
	color: #333;
}
/* 検索ボタン
─────────────────────────────────────────────── */

#searchsubmit {
	width: 30%;
	height: 32px;
	vertical-align: bottom;
	border: none;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
	color: #555;
	background: #DDDDDD;
	background: -webkit-linear-gradient(top, #f5f5f5, #ddd);
	background: -moz-linear-gradient(top, #f5f5f5, #ddd);
	background: linear-gradient(top, #f5f5f5, #ddd);
	cursor: pointer;
}
#searchsubmit:hover {
	background: #F3F3F3;
	background: -webkit-linear-gradient(top, #ddd, #f5f5f5);
	background: -moz-linear-gradient(top, #ddd, #f5f5f5);
	background: linear-gradient(top, #ddd, #f5f5f5);
}
#searchsubmit:active {
	border: 1px solid #ddd;
	border-bottom-color: #fff;
	box-shadow: 0 1px 0 #ddd, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #ddd;
}
/* RSS購読設定
─────────────────────────────────────────────── */

.rss-space {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
.rss-button {
	text-align: center;
	width: 100%;
	padding: 5px;
	clear: both;
}
.rss-space a {
	text-decoration: none;
}
/* お気に入りに追加ボタン
─────────────────────────────────────────────── */

.favorite-space {
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
	clear: both;
}
.favorite-button {
	text-align: center;
	width: 100%;
	padding: 5px;
	clear: both;
}
/* アイキャッチ付き最新記事
─────────────────────────────────────────────── */

ul#eye_news li {
	margin-bottom: 0px;
}
ul#eye_news li a {
	text-decoration: none;
	display: block;
}
ul#eye_news li a:hover {
	color: #E2041B;
	text-decoration: none;
}
#eye_news img {
	padding: 1px;
	line-height: 100%;
	border: 1px solid #ccc;
	background: #FFF;
}
#eye_news p {
	height: 55px;
	text-align: left;
	font-size: 12px;
	margin: -58px 0 0 60px;
	line-height: 150%;
	overflow: hidden;
}
#footer_box_matome ul#eye_news ul {
	margin: 0;
}
#footer_box_matome ul#eye_news li {
	padding: 2px 2px 2px 18px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻る */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (min-width: 768px) {
#go_top {
	height: 50px;
	width: 50px;
	display: block;
	background: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#go_top a {
	height: 50px;
	width: 50px;
	display: block;
	text-decoration: none;
	background: url(img/top_btn.png) center no-repeat;
}
#go_top a:hover {
	height: 50px;
	width: 50px;
	display: block;
	text-decoration: none;
	background: url(img/top_btn_on.png) center no-repeat;
}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターBOX設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	font-size: 12px;
	background: #E9E7E7;
	border-bottom: 1px #cccccc solid;
	overflow: hidden;
	box-shadow: 0px 2px 3px 0px #CCC inset;
}
#f_box_matome {
	width: 950px;
	min-height: 0px;
	margin: 0 auto;
	padding: 2px 0 0;
	clear: both;
	background: url(img/ex-line.png) top repeat-x;
}
/* フッターウィジェット
─────────────────────────────────────────────── */

#footer_box .mini_box {
	min-width: 305px;
	max-width: 305px;
	margin: 10px 5px 0;
	min-height: 0px;
	color: #5D5D5D;
	text-align: left;
	display: block;
	float: left;
}
#footer_box .title {
	width: 90%;
	margin: 4px 0 0;
	padding: 8px 5%;
	font-size: 14px;
	color: #5D5D5D;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	border-top: none;
	border-bottom: 1px solid #9D9D9D;
	background: none;
	clear: both;
}
#f_box_matome .mini_box .textwidget {
	font-size: 12px;
	padding: 10px 0 0;
	margin: 0 4px 6px;
	border: none;
	border-top: 1px solid #FFF;
	text-align: left;
}
#f_box_matome .mini_box p {
	font-size: 12px;
	text-align: left;
	padding: 5px 0;
	clear: both;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box ul {
	color: #5D5D5D;
	margin: 0 5px;
	padding: 10px 5px;
	list-style: inside;
	text-align: left;
	text-decoration: none;
	border-top: 1px solid #FFF;
}
#f_box_matome #calendar_wrap {
	width: 270px;
	color: #5D5D5D;
	margin: 10px 45px 2px;
	text-align: center;
}
#f_box_matome #searchform {
	color: #5D5D5D;
	margin: 4px 10px 10px;
	text-align: center;
}
.mini_box .tagcloud {
	color: #5D5D5D;
	margin: 0 10px 10px;
	padding: 10px 2px 2px;
	text-align: left;
	border: none;
	border-top: 1px solid #FFF;
}
.mini_box .tagcloud a {
	margin: 5px 0;
	padding: 2px 4px;
	text-align: center;
	line-height: 180%;
	border: #dedede 1px solid;
	background: #EEEEEE;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	box-shadow: 0 0 5px #ccc, 0 0 5px #FFF;
	-webkit-box-shadow: 0 0 5px #ccc, 0 0 5px #FFF;
}
.mini_box .tagcloud a:hover {
	color: #E2041B;
	margin: 2px 0;
	padding: 2px 4px;
	text-align: center;
	border: underline;
}
.mini_box ul.menu {
	border-top: none;
}
.mini_box ul li.b {
	border-left: 5px #FFF solid;
	border-bottom: 2px #FFF solid;
	list-style: none;
	text-align: left;
	margin: 3px auto 5px;
	_margin: 1px auto 2px;
	padding: 3px;
	font-size: 14px;
	background: none;
}
.mini_box ul#eye_news {
	color: #5D5D5D;
	margin: 0 5px;
	padding: 10px 5px;
	list-style: none;
	text-align: left;
	text-decoration: none;
	border-top: 1px solid #FFF;
}
.mini_box ul#eye_news img {
	border: 1px solid #ccc;
	background: #FFF;
}
.mini_box ul li {
	text-align: left;
	list-style-image: url(img/fotter_img.png);
	margin: 3px 0 0;
}
/* フッターul入れ子設定
─────────────────────────────────────────────── */
.mini_box ul.children,
.mini_box ul.sub-menu {
	margin: 0;
	padding: 3px;
	list-style: inside;
	border: none;
}
.mini_box ul.children li,
.mini_box ul.sub-menu li {
	margin: 3px 0 0;
	padding-left: 15px;
	list-style-image: url(img/fotter_img.png);
}
.mini_box li .post-date {
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	text-decoration: none;
	background: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box a {
	color: #5D5D5D;
	margin: 0;
	text-align: left;
	text-decoration: none;
}
.mini_box a:hover {
	color: #E2041B;
	margin: 0;
	text-align: left;
	text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#f_box_matome #calendar_wrap a {
	color: #555;
	margin: 0 2px 2px;
	text-align: center;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	margin: 0 auto;
	color: #FFF;
}
#footer p {
	width: 950px;
	margin: 0 auto;
	padding: 7px 0 0;
 *padding: 7px 0 0;
	color: #FFF;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #E2041B;
	text-decoration: underline;
}
/* マーク
─────────────────────────────────────────────── */

ul.mark {
	margin: 0px 20px 0px 20px;
	padding: 0;
}
ul.mark li {
	list-style: none;
	font-size: 13px;
	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-weight: normal;
}
/* サイトマップページ・ アーカイブページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

h4.sitemap-cate-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 20px 0 15px;
	padding: 5px 10px 0 10px;
	background: #FFF;
	clear: both;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	color: #E2041B;
	text-decoration: underline;
}
ul.sitemap {
	font-size: 13px;
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style: none;
}
ul.sitemap li {
	font-size: 13px;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: disc;
	line-height: 22px;
	text-decoration: none;
}
ul.sitemap li a {
	text-decoration: none;
}
ul.sitemap li a:hover {
	color: #E2041B;
	text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ショートコード
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.docter_man,
.docter_woman,
.nurse,
.man,
.old_man,
.woman,
.old_woman {
	float: left;
}
/* 大枠フキダシ */
.fkdsbox_black,
.fkdsbox_blue,
.fkdsbox_green,
.fkdsbox_red,
.fkdsbox_pink,
.fkdsbox_orange {
	max-width: 60%;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.go_ranking {
	margin: 10px 0;
	text-align: right;
	background: url(img/ranking/rank-a.png) right 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;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ設定
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* グラフ１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph {
	width: 100%;
	border-top: none;
	border-collapse: collapse;
}
table.graph tr {
	margin: 0;
	padding: 0;
	border: 1px solid #DDDCCC;
}
table.graph th {
	margin: 0;
	padding: 7px 10px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border-left: 1px solid #DDDCCC;
	border-right: 1px solid #DDDCCC;
}
table.graph td {
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
	border: 1px solid #DDDCCC;
}
/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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 .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 64px;
	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 64px;
	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 64px;
	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 64px;
	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 64px;
	background: url(img/ranking/01no5.png) no-repeat left center;
}
.rankingvera td {
	width: 30%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: none;
}
.rankingvera td p {
	line-height: 160%;
}
#contents_in .rankingvera p.catch {
	font-weight: bold;
	color: #ff0000;
	margin: 5px 0 10px;
}
.rankingvera td a {
	text-decoration: underline;
}
.rankingvera td.rbg {
	width: 96%;
 *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: 100%;
	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;
	background: url(img/ranking/orange_moji_back.png) repeat;
	border: 3px #FFE49A solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング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-style: 1px solid #DDDCCC;
 border-width:
}
.rankingverb th {
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border: 1px solid #DDDCCC;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.rankingverb td {
	width: 30%;
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	background-color: none;
	float: left;
}
.rankingverb .rb-img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.rankingverb td .rb-img a img {
	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%;
}
#main .rankingverb td p.catch {
	max-width: 100%;
	margin: 5px 0 10px;
	font-weight: bold;
	color: #ff0000;
}
.rankingverb td a {
	text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングc
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingc-box {
	width: 98%;
	border-bottom: 3px dotted #CCCDDD;
	margin: 0 0 10px;
	padding: 10px 0;
}
.rankingverc {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.rankingverc tr {
	margin: 0;
	padding: 0;
}
.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: 40%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.rankingverc td.rbg {
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px 0;
 *folat:right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.rankingverc td.rbg {
	width: 90%;
	margin-left: 10%;
}
}
.rankingverc .rc-img {
	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%;
}
/*--------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.rankingverc td.c_photo {
	width: 30%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.rankingverc .rc-img {
	width: 100%;
	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%;
	margin: 0;
}
}
/*--------------------------------------------*/

.rankingverc .seal {
	width: 35%;
	height: 25px;
	position: absolute;
	top: -12px;
	left: 35%;
}
.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
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingd-box {
	margin: 0;
	padding: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.box_in_ranking_black a {
	text-decoration: none;
	background: none;
}
#main .box_in_ranking_black p {
	padding: 2px 0 5px;
	clear: both;
}
#main .box_in_ranking_black p.catch {
	font-weight: bold;
	color: #ff0000;
	padding: 10px 0 5px;
}
#main .box_in_ranking_black p.r-link {
	padding: 5px 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;
}
.box_in_ranking_black img {
	max-width: 100%;
 *width:95%;
	margin: 0;
 *margin: 0 auto;
	padding: 0;
	float: left;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* RSS　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pc-header-feed {
	padding: 10px 0;
}
#pc-header-feed .feed-list {
	overflow: hidden;
}
#pc-header-feed .feed-list .feed {
	width: 255px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
}
/*#pc-header-feed .feed-list .feed:nth-child(4n) {
	margin: 0;
}
#pc-header-feed .feed-list .feed:nth-child(5n) {
	margin: 0 10px 0 0;
	clear:both;
}*/
#pc-header-feed .feed-list .thumbnail {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#pc-header-feed .feed-list .thumbnail img {
	width: 150%;
	margin-left: -25%;
}
#pc-header-feed .feed-list .feed a {
	display: inline-block;
}
#sp-header-feed {
	width: 96%;
	margin: 10px auto;
}
#sp-header-feed .feed-list {
	overflow: hidden;
}
#sp-header-feed .feed-list .feed {
	/*width: 100%;
	margin: 10px 0;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #FFF;
	overflow: hidden;*/
	text-align: left;
	margin: 10px 5px;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
#sp-header-feed .feed-list .thumbnail {
	/*	width: 100%;
	height: 200px;
	margin: 0 0 10px 0;
	overflow: hidden;*/
	height: 210px;
	overflow: hidden;
}
#sp-header-feed .feed-list .thumbnail img {
	width: 150%;
	margin-left: -25%;
}
.feed-title {
	margin: 10px 0;
	font-size: medium;
}
.feed-date {
	font-size: 12px !important;
	color: #666;
}
.feed-pr {
	font-size: 12px !important;
	color: #666;
	padding: 0 4px;
}
#sp-header-feed .feed-list .feed a {
	text-decoration: none;
}
#sp-feed-list,
#sp-feed-list2,
#sp-feed-list3 {
	width: 96%;
	margin: 10px auto;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #FFF;
}
.sp-feed-list-title {
	color: #000;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: solid 1px #333;
	text-align: left;
}
#sp-feed-list .feed-list,
#sp-feed-list2 .feed-list,
#sp-feed-list3 .feed-list {
	list-style: none;
}
#sp-feed-list .feed-list .feed,
#sp-feed-list2 .feed-list .feed,
#sp-feed-list3 .feed-list .feed {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
	overflow: hidden;
	border-bottom: solid 1px #333;
}
#sp-feed-list .feed-list .feed:last-of-type,
#sp-feed-list2 .feed-list .feed:last-of-type,
#sp-feed-list3 .feed-list .feed:last-of-type {
	margin: 0;
	border: none;
}
#sp-feed-list .feed-list .thumbnail,
#sp-feed-list2 .feed-list .thumbnail,
#sp-feed-list3 .feed-list .thumbnail {
	width: 120px;
	height: 90px;
	margin: 0 0 10px 0;
	float: left;
	overflow: hidden;
}
#sp-feed-list .feed-list .thumbnail img,
#sp-feed-list2 .feed-list .thumbnail img,
#sp-feed-list3 .feed-list .thumbnail img {
	width: 100%;
}
#sp-feed-list .feed-list .feed a,
#sp-feed-list2 .feed-list .feed a,
#sp-feed-list3 .feed-list .feed a {
	text-decoration: none;
	font-weight: bold;
}
#sp-popular-posts {
	width: 96%;
	margin: 10px auto;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #FFF;
}
#sp-popular-posts .feed-list {
	list-style: none;
}
#sp-popular-posts .feed-list .feed {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
	overflow: hidden;
	border-bottom: solid 1px #333;
	list-style: none;
}
#sp-popular-posts .feed-list .feed:last-of-type {
	margin: 0;
	border: none;
}
#sp-popular-posts .feed-list .feed a {
	text-decoration: none;
	font-weight: bold;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Entry　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry {
	background: #FFF;
	border: 1px solid #FFF;
	margin: 0 0 10px 0;
}
.c-first-entry {
	margin: 10px 5px;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
.c-first-entry a {
	text-decoration: none;
}
.c-first-entry .c-first-entry-title {
	margin: 10px 0;
	font-size: medium;
}
.c-first-entry .c-first-entry-thumbnail {
	height: 210px;
	overflow: hidden;
}
.c-first-entry .c-first-entry-thumbnail img {
	max-width: 100%;
	margin: 0 0 10px 0;
}
.c-first-entry .c-first-entry-date {
	font-size: 12px !important;
	color: #666;
}
.c-first-entry .c-first-entry-comment-number {
	font-size: 12px !important;
	color: #666;
	padding: 0 4px;
}
.c-entry {
	margin: 10px 5px;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
.c-entry a {
	text-decoration: none;
}
.c-entry .c-entry-title {
	margin: 0 0 4px 0;
	font-size: medium;
}
.c-entry .c-entry-thumbnail {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
}
.c-entry .c-entry-thumbnail img {
	width: 100%;
	margin: 0 0 10px 0;
}
.c-entry .c-entry-date {
	font-size: 12px !important;
	color: #666;
}
.c-entry .c-entry-comment-number {
	font-size: 12px !important;
	color: #666;
	padding: 0 4px;
}
.entry .content h2 {
	font-size: 16px;
}
/* Header Category */
#header-category {
	width: 98%;
	margin: 10px auto;
}
#category-select {
}
#category-select .postform {
	height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	margin: 0 !important;
}
/* Message Board */
#message-board {
	margin: 10px 5px;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
/* Search */
#header-search {
	width: 98%;
	margin: 10px auto;
}
#header-search .text {
	width: 60%;
	height: 32px;
	line-height: 30px;
	padding: 0 5%;
	margin: 0;
	vertical-align: bottom;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	box-shadow: 0px 0px 7px 2px #efefef inset;
	color: #999;
	background: #FFF url(img/g_line.png) right center no-repeat;
}
#header-search .searchsubmit {
	width: 30%;
	height: 32px;
	vertical-align: bottom;
	border: none;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
	color: #555;
	background: #DDDDDD;
	background: -webkit-linear-gradient(top, #f5f5f5, #ddd);
	background: -moz-linear-gradient(top, #f5f5f5, #ddd);
	background: linear-gradient(top, #f5f5f5, #ddd);
	cursor: pointer;
}
/*20160610 e7th*/
#pc-header-feed .feed-list .feed {
	width: 245px;
	height: 290x;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
#pc-header-feed .feed-list .feed {
	background: none repeat scroll 0 0 #A30000;
	border: 3px solid #A30000;
	border-radius: 15px;
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
	width: 245px;
	padding-bottom: 1px;
}
#pc-header-feed .feed-list .thumbnail img {
	width: 100%;
	min-width: 245px;
	height: 180px;
	margin-left: 0;
}
.feed a:hover {
	position: static;
	left: 0px;
	top: 0px;
	text-decoration: none;
	color: #E2041B;
}
#pc-header-feed .feed-list .feed span {
	background-color: #A30000;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	height: 45px;
	line-height: 1.5;
	padding: 5px 8px;
	position: absolute;
	text-align: left;
	width: 240px;
	text-shadow: gray 2.5px 1.3px;
}
.banner-in img {
	width: 500px;
	height: auto;
	margin: 0 auto 0 0;
}
.banner-in {
	text-align: left;
}
#sp-header-feed .feed-list .thumbnail img {
	width: 100%;
	min-width: 245px;
	height: auto;
	margin-left: 0;
}
div#combtn {
	margin: 10px 0;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
div#combtn a {
	color: #55555;
	text-decoration: none;
}
.jackl {
	/*position: relative;*/
/*top: 10px; /*広告の位置微調整*/
/*left: 50%;*/ /*広告の位置微調整*/
/*height: 1030px;*/ /*広告の縦幅*/
	height: 1030px;
	width: 180px;
	position: fixed;
	top: 3px;
	left: auto;
	margin-left: -185px;
	z-index: 2147483647;
}
.jackr {
	position: fixed;
	top: 3px;
	left: auto;
	margin-left: 1060px;
}
div#main {
	width: 1030px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.mini_box .my-tagcloud {
	color: #5D5D5D;
	margin: 0 10px 10px;
	padding: 10px 2px 2px;
	text-align: left;
	border: none;
	border-top: 1px solid #FFF;
}
.mini_box .my-tagcloud a {
	display: inline-block;
	max-width: 100px;
	font-size: 14px !important;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.mini_box .my-tagcloud a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}
/* Form */

div.wpcf7 {
	margin: 10px 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
	cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
}
.post input,
.post textarea {
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
}
.post #search input {
	border: none;
}
.wpcf7-submit {
	width: 100%;
	background: #f3f3f3;
	color: #000;
	border: 1px solid #DDD;
	margin: 0 auto;
	padding: 10px;
	display: block;
	box-sizing: border-box;
}
.wpcf7-submit:hover {
	opacity: 0.9;
	cursor: pointer;
	background: #f9f9f9;
}
div.wpcf7 p {
	margin: 10px 0;
}
/* Button */
#post-button {
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -ms-linear-gradient( top, #ff2819 0%, #ab0000);
	background: -moz-linear-gradient( top, #ff2819 0%, #ab0000);
	background: -webkit-gradient( linear, left top, left bottom, from(#ff2819), to(#ab0000));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #cc2b2b;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(173,142,173,0.4), 0px 1px 0px rgba(092,026,092,0.3);
	display: block;
	text-align: center;
	text-decoration: none;
}






/*
20170305

PC記事下
*/

#pc-single-feed{
width:100%;
height:auto;
overflow:hidden;
position:relative;

margin:5px 0 30px 0;
}

#pc-single-feed ul.feed-list{
list-style:none;
}


#pc-single-feed ul.feed-list li{
margin:0;
width:330px;
height:auto;
float:left;
}

#pc-single-feed .feed-list li:nth-child(odd){
margin-right:8px;
}


#pc-single-feed .feed-list li .thumbnail {
width:330px;
height:200px;
/*border:#3A4199 solid 1px;*/
}

#pc-single-feed .feed-list li .thumbnail img{
width:330px;
height:200px;
border:#3A4199 solid 1px;
}

#pc-single-feed .feed-list li a {
font-size:16px;
letter-spacing:normal;
text-decoration:none;
}


/*
20170305

PC再度バー
*/

#pc-sidebar-feed{
width:100%;
height:auto;
overflow:hidden;
position:relative;

margin:5px 0 30px 0;
}

#side2 #pc-sidebar-feed ul.feed-list{
list-style:none;
}


#side2 #pc-sidebar-feed .feed-list li.sidebar-feed{
background:none;
margin:0;
width:298px;
height:auto;
}

/*#side2 #pc-sidebar-feed .feed-list li:nth-child(odd){
margin-right:8px;
}
*/

#pc-sidebar-feed .feed-list li .feed-box{
width:298px;
height:auto;
overflow:hidden;
position:relative;
border-bottom:#dcdcdc solid 1px;
padding-bottom:5px;


}

#pc-sidebar-feed .feed-list li .thumbnail {
width:124px;
height:90px;
float:left;
margin-right:8px;
/*border:#3A4199 solid 1px;*/
}

#pc-sidebar-feed .feed-list li .thumbnail img{
width:124px;
height:90px;
}

#pc-sidebar-feed .feed-list li a {
font-size:13px;
font-weight:normal;
color:#000000;
text-decoration:none;
}

#pc-sidebar-feed .feed-list li a:hover {
font-size:13px;
font-weight:normal;
color:#0033FF;
text-decoration:underline;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
