@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
Theme Name: Unlimited Template「THE WORLD」 beauty ver
Theme URI: http://www.unlimited-club.com/
Description: 
本テンプレートはUnlimited Template「THE WORLD」beautyバージョンです。
Author: UNLIMITED CLUB
Author URI: http://www.unlimited-club.com/
Version: 1.1.3
.
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

* {	margin: 0;
	padding: 0;}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','Helvetica';
}
p {	font-size: 12px;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	color: #06F;
	text-decoration: underline;
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
}
a:hover {
	text-decoration: underline;
	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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.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;}
p img { margin:15px 0;}
.imgl {
	padding: 0px 0px 20px 20px;
	float: right;}
.imgr {
	padding: 0px 0px 20px 20px;
	float: right;}
.imgc {
	width: 100%;
	padding: 0 6%;
	text-align: center;
	clear: both;}
.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;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトル部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tittle_folder {
	width: 100%;
	margin: 0;
	padding: 0 0 45px;
	overflow: hidden;
}
#tittle {
	width: 940px;
	margin: 0 auto;
	padding: 0 5px;
	_margin-left: auto;
	_margin-right: auto;
	clear: both;
}
h1 {
	width: 840px;
	margin: 7px 0 20px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	float: left;
}
h2 {
	width: 840px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
	transition: 1s;
}

/* 上部ボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#btn_folder {
	width: 100px;
	height: 32px;
	margin: -2px auto 0;
	padding: 0;
	display: block;
	float: right;
}
#btn_folder ul {
	width: 100px;
	height: 32px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
#btn_folder ul li.sitemap, #btn_folder ul li.RSS {
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
}
#btn_folder ul li a img{
	width: 32px;
	height: 32px;
	display: block;
}
#btn_folder ul li a:hover img{
	text-decoration: none;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.menubtn {
	display: none;
}
.togmenu {
	display:block;
}
#navi_folder{
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
}
#navi_folder ul{
	width: 950px;
	height: 70px;
	margin: -35px auto 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-radius:8px;
	background: url(img/navi.png) repeat;
	border-left: none;
	clear: both;
}
#navi_folder ul li{
	width: 20%;
	height: 70px;
	max-height: 70px;
	margin: 0;
	padding: -10px auto 15px;
	font-size: 13px;
	position: relative;
	line-height: 65px;
	float: left;
	background:url(img/n_line.png) right repeat-y;
}
#navi_folder ul li:last-child {
	background:none;
}
#navi_folder ul li a{
	height: 70px;
	padding: 0;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow:hidden;
	border: none;
	display:block;
}
#navi_folder ul li a:hover{
	height: 70px;
	padding: 0;
	color: #FFF;
	overflow:hidden;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#navi_folder ul.sub-menu{
	width: 100%;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	top: 70px;
	left: 0;
	box-shadow: none;
}
#navi_folder ul.sub-menu li{
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: block;
	background: url(img/navi.png) repeat-x;
	float: left;
}
#navi_folder ul.sub-menu li a:hover{
	color: #FFF;
}
#navi_folder .menu ul li ul{
	padding: 0;
	left: 100%;
	top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#navi_folder ul li:hover > a,
#navi_folder ul a:focus {
	font-weight: bold;
	list-style:none;
}
#navi_folder ul.menu li:hover > ul {
	display: block;
}
.abc{
	display: none;
}
#navi_folder .abc{
	display: block;
}
#navi_folder a .abc{
	font-weight: nomal;
	height:80px;
	font-size: 10px;
	line-height: 120px;
	display:block;
	margin-top: -75px;
	color: #CBC0A2;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#navi_folder a:hover .abc{
	color:#FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイト説明文設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#ex_folder {
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
	background: url(img/bread_back.png) repeat-x;
	clear: both;
}
#ex_folder p {
	width: 950px;
	color: #555;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#banner_background {
	width: 100%;
	margin: 10px 0;
	clear: both;
}
#banner_background img {
	width: 950px;
	margin: 15px auto 0;
	border-radius:8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

p.breadcrumb_folder {
	width: 950px;
	margin: 10px auto;
	padding: 0;
	color: #444;
	font-size: 12px;
	text-align: left;
}
p.breadcrumb_folder a {
	color: #444;
	text-decoration: none;
}
p.breadcrumb_folder a:hover {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#folder3, #folder2r, #folder2l, #folder,#folderk3, #folderk2r, #folderk2l, #folderk1 {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

/* 共通 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_folder {
	width: 250px;
	margin: 0 0 20px;
	padding: 0 10px 10px;
	font-size: 14px;
	border-radius:8px;
	float: left;
}
#right_folder {
	width: 250px;
	margin: 0 0 20px;
	padding: 0 10px 10px;
	font-size: 14px;
	border-radius:8px;
	float: right;
}

/* 3カラム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#folder3 #center_folder, #folderk3 #center_folder{
	width: 400px;
	margin: 0;
	padding: 0;
	float: right;
}
#left_center_folder{
	width: 690px;
	float: left;
}

/* 2カラム左 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#folder2l #center_folder, #folderk2l #center_folder {
	width: 665px;
	margin: 0;
	padding: 0;
	float: right;
}

/* 2カラム右 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#folder2r #center_folder, #folderk2r #center_folder {
	width: 665px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

/* 1カラム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#folder #center_folder, #folderk1 #center_folder {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ソーシャルボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.sns_folder {
	max-width: 370px;
	padding: 0;
	margin: 0 0 10px;
	text-align: left;
	display: inline;
	float: left;
}
ul.sns_folder li{
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
    	vertical-align: top;
	line-height: 200%;
	margin-right: 4px;
	float: left;
}
ul.sns_folder li:last-child {
	margin-right: 0;
}
iframe.twitter-share-button {
	width: 88px!important;
}
ul.SNS_button {
	padding: 0;
	margin: -50px 0px 0;
	text-align: center;
	line-height: 200%;
	display: block;
	clear: both;
}
.twitter_b a{
	width: 80px;
	height: 70px;
	display: block;
	background: url(img/twitter_m.png) no-repeat;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.date{
	padding: 3px 0 0;
	overflow: hidden;
	float: right;
}
.left_time { 
	width: 110px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-align: right;
	float: right;
	background: url(img/time.png) left 2px no-repeat;
}
.date_time { 
	width: 120px;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
	float: right;
	background: url(img/date.png) left 2px no-repeat;
}
.no_day { 
	width: 50%;
	margin: 0;
	text-align: right;
	float: right;
}
.dnone {
	height: 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.econtent img.attachment-200x200, .econtent-none img.attachment-200x200 { 
	float: left;
	margin: 0 20px 10px 0;
	border-radius: 8px;
}
.econtent-i img.attachment-200x200, .econtent-none-i img.attachment-200x200 { 
	float: right;
	margin: 0 0 10px 20px;
	border-radius: 8px;
}
.eye-catch-img {
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-title, .comment_box h3{
	font-size: 22px;
	border:none;
	color:#555;
	text-align:left;
	position:relative;
	margin:0 0 0 -10px;
	*margin:0 0 0 -5px;
	padding:15px 15px 15px 20px;
	border-top: 1px #E9DCBA solid;
	border-right: 1px #E9DCBA solid;
	background:#FFF url(img/navi.png) bottom repeat-x;
}
.econtent-none .entry-title, .econtent-none-i .entry-title{
	font-size: 22px;
	border:none;
	color:#555;
	text-align:left;
	position:relative;
	display: block;
	margin:-8px -20px 0 -30px;
	*margin:-8px -10px 0 -15px;
	padding:15px 15px 20px 20px;
	background:#FFF url(img/navi.png) bottom repeat-x;
}
.kanrenmenu_thumb .entry-title{
	font-size: 22px;
	border:none;
	color:#555;
	text-align:left;
	position:relative;
	display: block;
	margin:0 0 0 -10px;
	*margin:0 0 0 -5px;
	padding:15px 15px 15px 20px;
	background:#FFF url(img/navi.png) bottom repeat-x;
}
.comment_box h3{
	font-size: 22px;
	border:none;
	border-top: 1px #E9DCBA solid;
	color:#555;
	text-align:left;
	position:relative;
	margin:-1px 0 0 -10px;
	*margin:-1px 0 0 -5px;
	padding:15px 15px 15px 30px;
	background:#FFF url(img/navi.png) bottom repeat-x;
}
.comment_box{
	background: #FFF;
	margin-bottom: 20px;
	border: 1px #E9DCBA solid;
}
.entry-title:before, .comment_box h3:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#437C0F;
}
.entry-title a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.econtent, .econtent-i {
	margin: 0 0 10px;
	_margin: 0 0 5px;
	padding: 8px 20px 10px;
	line-height: 150%;
	text-align: left;
	color: #444;
	background: #FFF url(img/note_line.png) repeat;
	border: 1px #E9DCBA solid;
	overflow: hidden;
	clear: both;
}
.econtent-none{
	margin: 0 0 10px;
	_margin: 0 0 5px;
	padding: 8px 20px 10px;
	line-height: 150%;
	text-align: left;
	color: #444;
	background:#FFF;
	border: 1px #E9DCBA solid;
	overflow: hidden;
	clear: both;
}
.econtent-none-i {
	margin: 0 0 10px;
	_margin: 0 0 5px;
	padding: 8px 20px 10px;
	line-height: 150%;
	text-align: left;
	color: #444;
	background:#FFF;
	border: 1px #E9DCBA solid;
	overflow: hidden;
	clear: both;
}
.econtent-none p, .econtent-none-i p, .econtent p, .econtent-i p {
	line-height: 150%;
}
.econtent ul, .econtent-none ul, .econtent-none-i ul, .econtent-i ul{
	list-style-position:inside;
	padding: 0 0 0 10px;
}
.econtent-none ol, .econtent-none-i ol, .econtent ol, .econtent-i ol{
	list-style:inside none decimal;
	padding: 0 0 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 25px;
}
}
.econtent img, .econtent-i img, .econtent-none img, .econtent-none-i img{
	max-width: 99%;
	height: auto;
}
.sns_folder img{
	width: 88px;
	height: 20px;
}
.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 100%;
	overflow: hidden;
}
.video-wrap iframe,　.video-wrap object,　.video-wrap embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.common_contents {
	margin: 0;
	padding: 0;
	clear: both;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.common_contents {
	margin: 20px 0 0;
	padding: 0;
	clear: both;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	margin: 20px 0;
	*margin: 10px 0px;
	padding: 12px 10px 10px;
	color: #333;
	font-size: 22px;
	line-height: 26px;
	background: #F7F1E6;
	clear: both;
}
h4 {
	margin: 20px 0px;
	*margin: 10px 0px;
	padding: 11px 10px 10px;
	font-size: 20px;
	color: #333;
	border-bottom: 2px solid #CCC;
	clear: both;
}
h5 {
	margin: 20px 0px;
	*margin: 10px 0px;
	padding: 11px 10px 5px;
	font-size: 18px;
	color: #333;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.more-link span {
	padding: 0;
}
p.search_to_home {
	margin: 0;
}
.more-link {
	height: 30px;
	margin: 15px 0 15px;
	*margin: 8px 0 8px;
	padding: 5px 10px;
	text-align: right;
	line-height:30px;
	font-size: 14px;
	border-radius: 8px;
	color: #333;
	background: url(img/navi.png) bottom repeat-x;
	border-radius: 8px;
	border: 1px #E9DCBA solid;
	text-decoration: none;
	float: right;
}
.more-link:hover{
	color: #333;
	background: #E9DCBA;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* blockquote設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

blockquote {
	background: #F7F7F7 url(img/blockquote.png) no-repeat 0 0;
	padding: 15px;
	border: 1px solid #CCC;
	border-right: none;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他タグ一覧設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.con_f_info {
	font-size: 12px;
	text-align: right;
	margin: 10px 0 0;
	padding: 0;
	clear:both;
}
.econtent-none-i .con_f_info {
	font-size: 12px;
	text-align: right;
	margin: 10px 0 0;
	padding: 0;
}
.con_f_info a {
	color: #444;
	text-decoration: none;
}
.con_f_info a:hover {
	text-decoration: underline;
}
.cate_tag {
	padding-left: 25px;
	background: url(img/icon_tag.png) left center no-repeat;
}
.cate_cate {
	padding-left: 25px;
	background: url(img/icon_folder.png) left 1px no-repeat;
}
.cate_comment {
	padding-left: 25px;
	background: url(img/icon_comment.png) left 0 no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanrenmenu_thumb, .Kanrenmenu {
	margin: 0 0 20px;
	_margin: 0 0 10px;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	color: #333;
	background: #FFF;
	border: 1px #E9DCBA solid;
	clear: both;
}
.kanrenmenu_thumb ul, .Kanrenmenu ul {
	margin: 0 10px 10px;
	padding: 5px;
	list-style: none;
	clear: both;
}
.kanrenmenu_thumb ul li, .Kanrenmenu ul li {
	margin: 5px;
	padding: 0 0 5px;
	text-decoration: none;
	text-align: left;
	background: none;
	overflow: auto;
	clear: both;
}
.kanrenmenu_thumb ul li img {
	padding: 1px;
	margin: 5px 20px 3px 0;
	float: left;
	border-radius: 8px;
}
.kt-tag {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
}
.kt-tag p.r-time-data {
	font-size: 13px;
	text-align: left;
	line-height: 120%;
	margin: 8px 0 0;
}
.kt-tag p.r-title-l {
	text-align: left;
	margin: 10px 0 0;
	line-height: 120%;
}
.kt-tag a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.kt-tag a:hover {
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
 
.c_c_t_w, .c_c_b_w{
	max-width: 100%;
	margin: 0 0 20px;
	padding: 0 0 -10px;
	border: 1px #E9DCBA solid;
	background: #FFF;
}
.c_c_t_w select, .c_c_b_w select{
	margin: 0;
}
.c_c_t_w .textwidget, .c_c_b_w .textwidget {
	line-height: 130%;
	text-align: left;
	margin: 0;
	padding: 20px;
	clear: both;
	word-wrap:break-word;
	overflow: hidden;
}
.c_c_t_w .textwidget p, .c_c_b_w .textwidget p {
	line-height: 130%;
	padding: 0;
	margin: 0;
	word-wrap:break-word;
	overflow: hidden;
}
.c_c_b_w .tagcloud, .c_c_t_w .tagcloud {
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin: 0 0 20px;
	padding: 20px 10px;
	clear: both;
	overflow : hidden;
}
#left_folder .textwidget, #right_folder .textwidget{
	line-height: 130%;
	text-align: left;
	margin: 0;
	padding: 0 0 20px;
	clear: both;
	word-wrap:break-word;
	overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w ul, .c_c_b_w ul {
	margin: 0;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
	list-style-type: none;
	overflow : hidden;
}
.c_c_t_w ul li, .c_c_b_w ul li {
	margin: 0;
	padding: 0;
	color: #333;
}
.c_c_t_w ul.sub-menu, .c_c_b_w ul.sub-menu,
.c_c_t_w ul ul, .c_c_b_w ul ul{
	margin: 0;
	padding:0;
	background: none;
	border: none;
	overflow: hidden;
}
.c_c_t_w ul li.cat-item, .c_c_b_w ul li.cat-item{
	margin:5px 0 1px 0;
	padding: 0 0 4px 0;
	color: #333;
	line-height: 140%;
	text-align: left;
}
.c_c_t_w ul.sub-menu li, .c_c_b_w ul.sub-menu li,
 .c_c_t_w ul li.cat-item li, .c_c_b_w ul li.cat-item li{
	margin: 4px 0 -4px 0;
	padding: 4px 0 6px 20px;
	color: #333;
	line-height: 140%;
	border-bottom: none;
}
.c_c_t_w ul.sub-menu li li, .c_c_b_w ul.sub-menu li li,
 .c_c_t_w ul li.cat-item li li li, .c_c_b_w ul li.cat-item li li{
	margin: 4px 0 -10px 0;
	padding: 4px 0 10px 20px;
	color: #333;
}
.c_c_t_w ul.sub-menu li li li, .c_c_b_w ul.sub-menu li li li,
 .c_c_t_w ul li.cat-item li li li, .c_c_b_w ul li.cat-item li li li{
	margin: 4px 0 -10px 0;
	padding: 4px 0 7px 20px;
	color: #333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w ul li a, .c_c_b_w ul li a {
	color: #333;
	text-decoration: none;
	display: block;
}
.c_c_t_w ul li a:hover, .c_c_b_w ul li a:hover {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.new-content {
	margin: 0 0 20px;
	*margin: 0 0 10px;
	padding: 0;
	background: #FFF;
	border: 1px #E9DCBA solid;
	clear: both;
}
.new-content .entry-title, .c_c_b_w .entry-title, .c_c_t_w .entry-title{
	border-top:none;
	border-right:none;
}
.new-content ul {
	margin: 0 20px 10px;
	*margin: 0 10px 5px;
	padding: 20px 0 15px;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	list-style-type: none;
	overflow : hidden;
}
.new-content ul li {
	min-height:50px;
	margin: 0;
	padding: 5px 0;
	color:#333;
	text-decoration: none;
	border-bottom: 1px #E9DCBA dotted;
	background: #FFF;
	display: block;
	overflow:hidden;
}
.new-content ul li a {
	margin-left: 10px;
	color:#333;
	text-decoration: none;
	line-height:25px;
}
.new-content ul li a:hover {
	text-decoration:underline;
}
.new-content time{
	height: 15px;
	margin: 0;
	padding: 5px 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	float:left;
}
.new-content .new_cate{
	height: 17px;
	margin: 0;
	padding: 3px 10px 2px;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	color: #FF6C00;
	float: left;
}
.new-content .new_title{
	height: 18px;
	width: 100%;
	margin: 20px 0 0;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	color: #ccc;
	clear: both;
}
.new-content .new_title a{
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページナビ・個別記事ナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tablenav {
	font-size: 14px;
	background: none;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
}
a.page-numbers, .tablenav .current {
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
a.page-numbers:hover {
	color: #FFF;
	border-radius:6px;
}
.tablenav .current {
	font-size:15px;
	font-weight: bold;
}
.tablenav .next, .tablenav .prev {
	border: 0 none;
	backround: transparent;
	font-weight: bold;
}
.tablenav a{
	color: #666;
}
.cont_navi {
	background: none;
	margin: 20px auto;
	padding: 10px 0 0;
	text-align: center;
}
.cont_navi p {
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
}
.cont_navi a {
	color: #E9DCBA;
	text-decoration: none;
}
.kiji-navigation .s_home{
	width: 20%;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto 20px;
	color: #666666;
	float: left;
}
.kiji-navigation .s_pr,.kiji-navigation .s_ne{
	width: 37%;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 20px;
	*margin: 0 auto 10px;
	padding: 0 0 0 3%;
	color: #666666;
	text-align: right;
	float: left;
}
.kiji-navigation .s_ne{
	padding: 0 3% 0 0;
	text-align: left;
}
.kiji-navigation a{
	color: #666666;
	padding: 5px;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comments-box {
	zoom: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}
.comments-box img {
	margin-top: 30px;
	vertical-align: middle;
}
.cancel-comment-reply {
	padding: 0;
	margin:-3px 0 0;
}
.cancel-comment-reply a {
	color: #000;
}
.text {
	padding: 2px;
	color: #777;
	width: 200px;
}
.comment-meta img{
	margin: 10px 10px 0 10px;
	float: left;
}
.comment-meta-list{
	margin: 40px 10px 0 20px;
}
.comment-meta-list li{
	margin: 0 10px 0 30px;
}
.comment-content p{
	padding: 0 20px 10px;
}
.comment-author-name{
	padding:0;
	marign-top:60px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.children .comment-meta .comment-meta-list{
	margin: 30px 0 0 0;
	padding: 0;
}
ul.children .comment-meta .comment-res .comment-reply a{
	margin: 0;
	padding: 0;
}
ul.children .comment-meta .comment-date{
	margin: 0 ;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフレーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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: 0;
	padding: 0;
	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-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 {
	width: 100%;
	margin: -27px 10px 0;
	*margin: -13px 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.comment-meta-list li.comment-author-name, .comment-res .comment-author-name{
	padding: 0;
	margin: 0;
}
.commentlist li.comment-res, .commentlist li ul.children li.comment-res{
	width: auto;
	margin: -28px 22px 10px 0;
	text-align: right;
}
.commentlist li.comment-date{
	width: auto;
	margin: -3px 82px 10px 8px;
	text-align: left;
}
.commentlist li ul.children li.comment-date{
	width: auto;
	margin: -30px 82px 10px 0;
	text-align: left;
}
.commentlist li div.comment-meta a {
	color: #555;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.commentlist li div.comment-meta a:hover {
	color: #F80;
	text-decoration: none;
}
.commentlist li p {
	font-size: 13px;
	margin: 5px 0 0 0;
	line-height: 1.4em;
}
.commentlist li ul.children li {
	margin: 0 10px 0;
}
.commentlist li ul.children li li.alt {
	margin: 0 10px 0;
	background: #FFF;
}
.commentlist li ul.children li.depth-2 {
	background: #FBF8F3;
	border-left: #E9DCBA 3px solid;
	margin: 0x 10px 0 0;
}
.commentlist li ul.children li.depth-3 {
	background: #F7F3E9;
	border-left: #E9DCBA 3px solid;
}
.commentlist li ul.children li.depth-4 {
	background: #F7F3E9;
	border-left: #E9DCBA 3px solid;
}
.commentlist li ul.children li.depth-5 {
	background: #FBF8F3;
	border-left: #E9DCBA 3px solid;
}
.commentlist li ul.children li.depth-6 {
	background: #FBF8F3;
	border-left: #E9DCBA 3px solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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 input{
	padding: 0.25em;
	margin: -15px 0 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバック */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
	padding: 10px 20px;
	display: block;
	border-top: 1px #E9DCBA solid;
	background: url(img/navi.png) bottom repeat-x;
}
.trackback-content {
	margin-top: 10px;
}
ul#trackback-list {
	font-weight: normal;
	margin: 0 20px;
	padding: 0;
	background-color: #FFF;
	border: none;
}
#trackback-list li {
	list-style: none;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	background-color: #FFF;
	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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title{
	margin: 0;
	padding: 10px 8px 8px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	text-shadow: 1px 1px 0 #FFF;
	text-align: left;
	line-height: 18px;
	clear: both;
}
#left_folder .title, #right_folder .title, #wp-calendar caption{
	margin: 0 0 20px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	text-shadow: 1px 1px 0 #FFF;
	background:#F0E7D2 url(img/navi.png) top repeat-x;
	text-align: left;
	line-height: 18px;
	border: 1px #E9DCBA solid;
	clear: both;
}
#wp-calendar{
	display: inline;
}
#wp-calendar caption{
	margin: 0 0 10px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	text-shadow: 1px 1px 0 #FFF;
	background:#FFF url(img/navi.png) 70px repeat-x;
	text-align: left;
	line-height: 18px;
	border: 1px #E9DCBA solid;
	clear: both;
}
.footer_mini_folder .title, .footer_mini_folder #wp-calendar caption{
	margin: 0 0 20px;
	padding: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	text-shadow: 1px 1px 0 #FFF;
	text-align: left;
	line-height: 18px;
	clear: both;
}
#left_folder ul, #right_folder ul, .footer_mini_folder ul{
	margin: 0 0 20px;
	padding: 0 0 2px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	list-style-type: none;
	border-top: none;
}
#left_folder ul li, #right_folder ul li, .footer_mini_folder ul li {
	margin: 0 0 2px;
	padding: 0 5px 5px;
	color: #333;
	text-decoration: none;
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー最近の投稿日付設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_folder ul ul li .post-date, #right_folder ul li .post-date, .footer_mini_folder ul li .post-date{
	color: #666;
	margin: 0;
	padding: 5px 0 0;
	background: none;
	border: none;
	display: block;
}
#left_folderul ul li .post-date a, #right_folder ul li .post-date a, .footer_mini_folder ul li .post-date a{
	color: #666;
	margin: 0;
	padding: 5px 0 0;
	background: none;
	border: none;
	display: block;
	-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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー・カスタムメニュー入れ子設定 (サイド＋フッター) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_folder ul li.cat-item, #right_folder ul li.cat-item, 
.footer_mini_folder ul li.cat-item {
	margin: 0 0 4px;
	padding: 0 7px 4px;
}
#left_folder ul.sub-menu, #right_folder ul.sub-menu, 
#left_folder ul li.cat-item ul, #right_folder ul li.cat-item ul, 
#left_folder ul.sub-menu li ul, #right_folder ul.sub-menu li ul, 
.footer_mini_folder ul li.cat-item ul, .footer_mini_folder ul.sub-menu{
	margin: 0;
	padding: 0 0 0 1px;
	border: none;
}
#left_folder ul li.cat-item ul li, #right_folder ul li.cat-item ul li, 
.footer_mini_folder ul li.cat-item ul li,
#left_folder ul.sub-menu li, #right_folder ul.sub-menu li, 
.footer_mini_folder ul.sub-menu li,
#left_folder ul.sub-menu li ul li, #right_folder ul.sub-menu li ul li, 
.footer_mini_folder ul.sub-menu li ul li{
	margin: 0;
	padding: 7px 10px 0 20px;
	color: #333;
	text-decoration: none;
	border: none;
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_folder ul li a, #right_folder ul li a, .footer_mini_folder ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	-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;
	clear:both;
}
#left_folder ul li a:hover, #right_folder ul li a:hover, 
.footer_mini_folder ul li a:hover{
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_folder ul#recentcomments, #right_folder ul#recentcomments {
	margin: 0 0 20px;
	padding: 0 6px 2px ;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	list-style-type: none;
	border-top: none;
}
#left_folder ul#recentcomments li, #right_folder ul#recentcomments li {
	margin: 0 0 4px;
	padding: 0 0 7px 0;
	color: #333;
	text-decoration: none;
	display: block;
}
#left_folder ul#recentcomments li a, #right_folder ul#recentcomments li a {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	background: none;
	border: none;
}
#left_folder ul#recentcomments li a:hover, #right_folder ul#recentcomments li a:hover {
	text-decoration: underline;
	background: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タグクラウド */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tagcloud{
	margin: 10px 0 20px;
	clear: both;
	overflow: hidden;
}
.tagcloud a {
	padding: 0 2px;
	color: #555;
	text-align: center;
	text-decoration: none;
	line-height:120%;
	-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;
	clear: both;
	overflow: hidden;
}
.tagcloud a:hover {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wp-calendar {
	width: 250px;
 	padding: 0;
 	margin: 0 0 20px;
 	text-align: center;
}
/*曜日行*/
#wp-calendar thead {
	margin: 0;
	padding: 0;
    	font-size: 12px;
}
/*曜日セル*/
#wp-calendar thead tr th {
	margin: 0;
	padding: 7px 0;
	border-radius: 8px;
	color:#FFF;
}
/*日付セル*/
#wp-calendar tbody td {
	margin: 0;
	width: 24px;
	height: 24px;
	text-align: center;
}
#wp-calendar td#prev a, #wp-calendar td#next a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
}
#wp-calendar td#next a{
	text-align: right;
}
/*当日*/
 table#wp-calendar td#today {
	font-weight: bold;
	border-radius: 8px;
}
 table#wp-calendar td a{
	font-weight: bold;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#searchform{
	margin: 0;
	padding: 0;
	background: url(img/sub_back1.png) top no-repeat;
	clear: both;
}
#center_folder #searchform{
	margin: 0;
	padding: 0;
	background: url(img/sub_back1.png) top no-repeat;
	border: none;
	clear: both;
}
#searchform .screen-reader-text{
	display: none;
}
/* 検索エリア */
#s {
	width: 65.5%;
	height: 32px;
	line-height: 30px;
	margin: 0;
	padding: 0 2%;
	vertical-align: bottom;
	border: none;
	outline: none;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	color: #777777;
	background:#FFF;
}
#right_folder #s, #left_folder #s{
	width: 63.5%;
	height: 32px;
	line-height: 30px;
	margin: 0 0 20px;
	*margin: 0 0 10px;
	padding: 0 3.2%;
	vertical-align: bottom;
	border: none;
	outline: none;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	border: 1px #E9DCBA solid;
	border-right: none;
	color: #777777;
	background:#FFF;
	float: left;
}
#s: focus {
	color: #333;
}
/* 検索ボタン */
#right_folder #searchsubmit, #left_folder #searchsubmit{
	width: 29.5%;
	height: 34px;
	vertical-align: bottom;
	margin: 0 0 20px;
	*margin: 0 0 10px;
	border: none;
	color: #555;
	cursor: pointer;
	float: right;
	border: 1px #E9DCBA solid;
	border-left: none;
	background: url(img/navi.png) bottom repeat-x;
}

#searchsubmit:hover, #right_folder #searchsubmit:hover, #left_folder #searchsubmit:hover {
	background: #E9DCBA;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー・アーカイブ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.postform, select, #left_folder select, #right_folder select{
	width: 99.8%;
	margin: 20px 0;
	*margin: 10px 0;
	padding: 10px 20px 10px;
	border: 1px #E9DCBA solid;
	border: none;
}
.screen-reader-text{
	display: none;
}
.footer_mini_folder .postform{
	width: 99.8%;
	margin: 0 0 20px;
	*margin: 10px 0;
	padding: 10px 20px 10px;
	border: 1px #E9DCBA solid;
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.post-date{
	margin: -10px 0 5px;
	padding: 0 10px 8px 27px;
	background: #FFF;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	display: block;
}
.textwidget img{
	margin:0;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 追尾型サイドバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#follow_folder1, #follow_folder2{
	min-width:250px;
	max-width: 250px;
	width:100%;
	margin: 10px 0 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ付き最新記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#eye_news img{
	height: 50px;
	padding: 1px;
	margin-left: -5px;
	line-height: 100%;
	border-radius: 8px;
	background: auto;
}
#eye_news p{
	height:55px;
	text-align:left;
	margin:-50px 0 0 0px;
	line-height:159%;
	color: #333;
	overflow:hidden;
	text-decoration: none;
}
#eye_news a p{
	max-height:50px;
	text-align:left;
	margin:-55px 0 0 55px;
	line-height:140%;
	text-decoration: none;
	display: block;
	color: #333;
	overflow:hidden;
}
#eye_news a:hover p{
	text-decoration: none;
	-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;
	display: block;
}
#right_folder ul li a:hover, #left_folder ul li a:hover, #footer_folder ul li a:hover{
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#go_top_folder{
	width:50px;
	height:50px;
	position: fixed !important;
	position: absolute;
	bottom: 10px;
	right: 10px;
	clear: both;
	z-index: 9999;
}
#go_top_folder a{
	width:50px;
	height:50px;
	display:block;
	text-decoration:none;
	-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;
}
#go_top_folder a:hover{
	opacity: 0.5;
	filter: alpha(opacity=60);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_folder {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	clear: both;
}

/* フッタースペース */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_folder_in {
	width: 980px;
	margin: 0 auto;
	padding: 2px 0 0;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.footer_mini_folder {
	width: 30%;
	margin: -2px 1.3% 10px;
	color: #555;
	text-align: left;
	display: block;
	float: left;
}
.footer_mini_folder .textwidget {
	overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.footer_mini_folder a {
	color: #555;
	text-align: left;
	text-decoration: none;
}
.footer_mini_folder a:hover {
	text-align: left;
	text-decoration: none;
}
.footer_mini_folder li .post-date{
	margin:5px 0 0 0;
	padding:0;
	border:none;
	text-decoration: none;
	background:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_folder_in #searchform {
	margin: 20px 0;
	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;
}

/* copyright設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 100%;
	margin: 0;
	text-align: center;
	clear: both;
}
#footer p {
	width: 980px;
	color: #333;
	margin: 0 auto;
	padding: 9px 0 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	overflow:hidden;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#footer a, #footer p{
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.sitemap ul {
	margin: 0;
	padding: 0;
}
.sitemap li {
	list-style: none;
	font-size: 14px;
	margin: 0 0 3px;
	padding: 1px 0 0 18px;
}
.sitemap li a {
	color: #555;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #F60;
	text-decoration: underline;
}
h4.sitemap-cate-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 20px 0 10px;
	padding: 12px 10px 8px;
	border: none;
	clear: both;
}
h4 a {
	color: #333;
	text-decoration: none;
}
h4 a:hover {
	color: #F60;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ショートコード */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.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;
}
#center_folder .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: #FFF;
	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: #FFF;
	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: #FFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボックス */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ranking_box {
	border-top: none;
	margin: 0;
	padding: 10px 5px 0;
}
.ranking_box p {
	line-height: 160%;
}
.ranking_box a {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#center_folder .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 84px;
	background: url(img/ranking/no1.png) left 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 84px;
	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 84px;
	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 84px;
	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 84px;
	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%;
}
#center_folder .rankingvera p.catch {
	font-size: 16px;
	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;
	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%;
}
#center_folder .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: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: -15px;
	left: 35%;
}
.rankingverc td.rbg {
	width:92%;
	display:block;
	margin: 0;
	padding: 10px 0 10px 8%;
	*folat:right;
}
.rankingverc td p {
	line-height: 160%;
}
#center_folder .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: 28%;
	float: left;
	padding: 5px 2% 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 35px;
	background: url(img/ranking/c-rank1.png) no-repeat -7px 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 35px;
	background: url(img/ranking/c-rank2.png) no-repeat -7px 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 35px;
	background: url(img/ranking/c-rank3.png) no-repeat -7px center;
}

.box_in_ranking_black a{
	text-decoration: none;
	background: none;
}
#center_folder .box_in_ranking_black p {
	padding: 2px 0 5px;
	clear: both;
}
#center_folder .box_in_ranking_black p.catch {
	font-weight: bold;
	color: #ff0000;
	padding: 10px 0 5px;
}
#center_folder .box_in_ranking_black p.r-link {
	padding: 5px 0;
	text-align: right;
}
#center_folder .box_in_ranking_black p.r-link a{
	color: #0044CC;
	font-weight: bold;
	text-decoration: underline;
}
#center_folder .box_in_ranking_black p.r-link a:hover {
	color: #F60;
	text-decoration: none;
}
.box_in_ranking_black .rc-img a img  {
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
