@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
Theme Name: Unlimited Template「THE 7th Formula」
Theme URI: http://www.unlimited-club.com/
Description: 本テンプレートはUnlimited Template「THE 7th Formula」です。
Author: UNLIMITED CLUB
Author URI: http://www.unlimited-club.com/
Version: 1.0.0
.
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}
p {
	font-size: 12px;
	line-height: 160%;
}

/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	color: #0585CF;
	text-decoration: underline;}
a:hover {
	color: #AAE800;
	text-decoration: underline;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000;}
.ao { color: #241CBE;}
.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;}

.b { font-weight: bold;}
.strong { font-weight: bold;}
.em { font-weight: bold;}

.yline { background: #ffff00;}

.center {
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.left {
	text-align: left;
	padding: 5px 5px 0px 0px;
}
.right {
	text-align: right;
	padding: 5px 0px 0px 5px;
}

.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right;
}
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right;
}

/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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;}

/* 画像間隔 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.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;}

.padding-bottom5 { padding-bottom: 5px;}
.padding-bottom10 { padding-bottom: 10px;}
.padding-bottom15 { padding-bottom: 15px;}
.padding-bottom20 { padding-bottom: 20px;}
.padding-bottom25 { padding-bottom: 25px;}
.padding-bottom30 { padding-bottom: 30px;}
.padding-bottom35 { padding-bottom: 35px;}
.padding-bottom40 { padding-bottom: 40px;}
.padding-bottom45 { padding-bottom: 45px;}
.padding-bottom50 { padding-bottom: 50px;}
.padding-top5 { padding-top: 5px;}
.padding-top10 { padding-top: 10px;}
.padding-top15 { padding-top: 15px;}
.padding-top20 { padding-top: 20px;}
.padding-top25 { padding-top: 25px;}
.padding-top30 { padding-top: 30px;}
.padding-top35 { padding-top: 35px;}
.padding-top40 { padding-top: 40px;}
.padding-top45 { padding-top: 45px;}
.padding-top50 { padding-top: 50px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header{
	width: 100%;
	margin: 0 auto;
	dispaly: block;
	background: #FFFFFF;
	overflow:auto;
}
#head_box {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#head_box_in {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	float: left;
}
h1 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
h2 {
	width: 100%;
	margin: 0;
	padding: 2px 0 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	background: none;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	color: #AAE800;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ソーシャルボタン等 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#social_box {
	width: 200px;
	height: 32px;
	margin: 20px 0 0;
	padding: 0;
	display: block;
	float: right;
}
#social_box ul {
	width: 200px;
	height: 32px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
#social_box ul li a {
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	text-decoration: none;
}
#social_box ul li a:hover {
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.menubtn {
	width: 100%;
	height: 60px;
	margin: 0 ;
	display: none;
	line-height: 60px;
	clear: both;
}
nav #manu .togmenu{
	display: block;
	list-style:none;
}	
#gnavi {
	width: 100%;
	height: 65px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	clear: both;
}
#gnavi ul {
	width: 970px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
	text-align: center;
	clear: both;
}
#gnavi ul li {
	width: 22.5%;
	height: 65px;
	margin: 0;
	padding: 0 auto;
	font-size: 14px;
	text-align: center;
	position: relative;
	float: left;
}
#gnavi ul li:first-child {
	width: 10%;
}
#gnavi ul li a {
	height: 65px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	line-height: 62px;
	display: block;
	overflow: hidden;
}
#gnavi ul li a:hover{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 5px #FFF;
	text-decoration: none;
}
#gnavi .abc{
	display: block;
}
#gnavi a .abc{
	font-weight: nomal;
	height:67px;
	font-size: 10px;
	line-height: 120px;
	display:block;
	margin-top: -72px;
}
#gnavi a:hover .abc{
	font-weight: nomal;
	color: #FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#gnavi ul.sub-menu{
	width:100%;
	height: 65px;
	margin: 0;
	display: none;
	list-style:none;
	position: absolute;
	z-index: 99999;
	top: 65px;
	left:0;
	border:none;
	box-shadow:none;
	width: 100%;
}
#gnavi ul.sub-menu li{
	height:65px;
	line-height: 60px;
	width:100%;
	list-style-type:none;
	border:none;
	padding:0;
}
#gnavi ul.sub-menu li a{
	height:65px;
	line-height: 60px;
	float:left;
	width:100%;
	margin: 0;
	color: #FFFFFF;
	display:block;
	font-weight: bold;
	border:none;
	border-radius: none;
}
#gnavi ul.sub-menu li a:hover{
	float:left;
	margin:0;
	color: #FFF;
	font-weight: bold;
	border-radius:none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
#gnavi .menu ul li ul{
	width:100%;
	color: #444;
	margin-top:0;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height:48px;
	padding: 0;
	height:48px;
	border-bottom: 0;
}
#gnavi .menu ul li ul a {
	height:65px;
	line-height:65px;
	width:100%;
	color: #FFFFFF;
	margin:0;
}
#gnavi .menu ul li ul a:hover{
	float:left;
	width:100%;
	margin:0;
	height:65px;
	line-height:65px;
	font-weight: bold;
	color: #FFFFFF;
	border:none;
}
#gnavi .menu ul li ul {
	width:100%;
	left: 100%;
	top: 0;
}
#gnavi .menu ul.menu ul.sub-menu ul.sub-menu{
	margin:0 0 0 100%;
	width:100%;
	list-style: none;
}
#gnavi .menu ul.menu ul.sub-menu ul.sub-menu li{
	width:80%;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height:65px;
	padding: 0 20% 0 0;
	height:48px;
}
#gnavi .menu ul.menu ul.sub-menu ul.sub-menu li a {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height:65px;
	margin: 0;
	height:48px;
}
#gnavi .menu ul.menu ul.sub-menu ul.sub-menu li a:hover {
	float:left;
	font-weight: normal;
	border-radius:none;
	color: #FFFFFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#gnavi ul li:hover > a,
#gnavi ul a:focus {
	list-style:none;
}
#gnavi ul.menu li:hover > ul {
	display: block;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#head_banner {
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	background: #FFFFFF;
}
#head_banner  img{
	width:950px;
	margin: 0;
	padding: 10px;
	background: #FFFFFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#breadcrumb{
	width: 100%;
	color: #555555;
	font-weight: bold;
	margin: 0 0 10px;
	*margin: 0 0 5px;
	padding: 10px 0;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px #DDDDDD solid;
	background: url(img/bbg.png) top repeat-x
}
#breadcrumb .bread_in{
	width: 970px;
	margin: 0 auto;
}
#breadcrumb a{
	margin:0;
	color: #555555;
	text-decoration: none;
	clear: both;
}
#breadcrumb a:hover{
	color: #AAE800;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper3, #wrapper2r, #wrapper2l, #wrapper1,#wrapperk3, #wrapperk2r, #wrapperk2l, #wrapperk1 {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0 0;
	border: none;
	clear: both;
}

/* 共通 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_side {
	width: 250px;
	margin: 0 20px 20px 0;
	padding: 0;
	font-size: 13px;
	float: left;
}
#right_side{
	width: 250px;
	margin: 0 0 20px 20px;
	padding: 0;
	font-size: 13px;
	float: right;
}

/* 3カラム  */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_contents_frame{
	width: 700px;
	float: left;
}
#wrapper3 #center_box, #wrapperk3 #center_box {
	width: 430px;
	margin: 0;
	padding: 0;
	background: none;
	float: right;
}

/* 2カラム左  */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper2l #center_box, #wrapperk2l #center_box {
	width: 700px;
	margin: 0;
	padding: 0;
	background: none;
	float: right;
}

/* 2カラム右 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper2r #center_box, #wrapperk2r #center_box {
	width: 700px;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	float: left;
}

/* 1カラム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper1 #center_box, #wrapperk1 #center_box {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.content_frame {
	margin: 0 0 15px;
	padding: 0;
}
.econtent, .econtent-i, .link-content, .sitemap-contents, .econtent-none, .econtent-none-i, .econtent-s{
	margin: 0 0 20px;
	*margin: 0 0 10px;
	padding: 20px 20px 0;
	line-height: 150%;
	text-align: left;
	color: #333333;
	border-left: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
	background: #FFFFFF;
	overflow : hidden;
	clear: both;
}
.econtent .textwidget, .econtent-i .textwidget, .econtent .textwidget p, .econtent-i .textwidget p{
	border: none;
	padding: 0;
	line-height: 150%;
	text-align: left;
	color: #333333;
}
.mini_box .textwidget{
	border: none;
	padding: 0;
	line-height: 150%;
	text-align: left;
	color: #333333;
}
.mini_box .textwidget_border0{
	border: none;
	padding: 0;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
}
.mini_box .textwidget_border0 p{
	color: #FFFFFF;
}
.mini_box .textwidget a, .mini_box .textwidget p a, .mini_box .textwidget_border0 a, .mini_box .textwidget_border0 p a{
	color: #08F;
}
.econtent-s{
	border-bottom: 1px #DDDDDD solid;
	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;
	padding: 20px 20px 10px;
}
.econtent p, .econtent-i p, .econtent-s p {
	line-height: 150%;
}

/* ソーシャルボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.econtent ul.sns_button, .econtent-i ul.sns_button, .econtent-s ul.sns_button {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	display: block;
	clear: both;
}
.econtent ul.sns_button_b, .econtent-i ul.sns_button_b, .econtent-s ul.sns_button_b {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: left;
	display: block;
	clear: both;
}
ul.sns_button li, ul.sns_button_b li {
	height: 73px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	line-height: 200%;
	float: left;
}
ul.sns_button li.nbr img, ul.sns_button_b li.nbr img {
	width: 70px;
	height: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	line-height: 200%;
	float: left;
}
ul.sns_button li:last-child, ul.sns_button_b li:last-child {
	margin-right: 0;
}
iframe.twitter-share-button {
	width: 68px!important;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.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;
}

/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-title{
	margin: 0 auto;
	padding: 20px 20px 10px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	border: none;
	background: none;
	clear: both;
}
.title_area .entry-title, .title_area_s .entry-title{
	margin: 0 auto;
	padding: 15px 15px 10px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	display: block;
	border-radius: 0px;
	clear: both;
}
.title_area_s .title_area_bottom{
	max-height: 10px;
}
.title_area .entry-title a{
	color: #333333;
	text-decoration: none;
}
.entry-title a:hover, .title_area .entry-title a:hover{
	color: #AAE800;
}
.title_area, .title_area_s{
	margin: 0;
	padding: 0;
	display: block;
	color: #333333;
	border: 1px #DDDDDD solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
	background: #FFFFFF url(img/h3_title.png) bottom repeat-x; 
	display: block;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title_area_bottom {
	width: 95%;
	min-height: 10px;
	max-height: 25px;
	margin: 0;
	padding: 0 2.5%;
	text-align: left;
	display:inline-block;
	clear: both;
}
.date_time { 
	width: 110px;
	min-height: 25px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	float: left;
}
.left_time { 
	width: 120px;
	min-height: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 12px;
	text-align: left;
	background: url(img/time.png) left 1px no-repeat;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#new-content h3.entry-title, .c_c_t_w .entry-title, .c_c_b_w .entry-title,.kanren_box .title_area .entry-title{
	color:#333333;
	background: url(img/shadow_w.png) top repeat-x;
	font-size: 18px;
	padding: 10px 10px 8px 15px;
	margin: 0;
	border: 1px #DDD solid;
	border-radius: none;
}
.kanren_box .title_area .entry-title{
	padding: 10px 10px 8px 15px;
	margin: 0;
	border-radius: 3px;
	border: 1px #DDD solid;
}
#center_box .c_c_b_w h3.entry-title, #center_box .c_c_t_w h3.entry-title, #new-content h3.entry-title{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
}
.econtent ul, .econtent-none ul, .econtent-none-i ul, .econtent-i ul, #review_in ul, #mail_magazine ul {
	list-style-position:inside;
	margin: 15px 0 0;
	*margin: 8px 0 0;
	padding: 0;
}
.econtent-none ol, .econtent-none-i ol, .econtent ol, .econtent-i ol, #review_in ol, #mail_magazine 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, #review_in ol, #mail_magazine ol {
		margin: 0 0 0 25px;
	}
}
.econtent img, .econtent-i img, .econtent-none img, .econtent-none-i img, #review_in img, #mail_magazine_in img {
	max-width: 99%;
	height: auto;
}
.sns_button 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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 見出し設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0;
	*margin: 10px 0;
	padding: 10px 10px 10px 15px;
	border: 1px #DDDDDD solid;
	background: url(img/shadow_w.png) bottom repeat-x;
	clear: both;
}
h4 {
	margin: 15px 0;
	*margin: 5px 0;
	padding: 8px 10px 6px;
	font-size: 20px;
	font-weight: bold;
	txet-algin: left;
	color: #333333;
	clear: both;
}
h5 {
	margin: 15px 0;
	*margin: 5px 0;
	padding: 10px 10px 5px;
	font-size: 18px;
	font-weight: bold;
	txet-algin: left;
	color: #333333;
	clear: both;
}

/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.more-link a{
	margin: 10px 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
	float:right;
}
.more-link a:hover{
	color: #AAE800;
}

/* blockquote設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

blockquote {
	background: #F7F7F7 url(img/blockquote.png) no-repeat 0 0;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	clear:both;
}

/* その他タグ一覧設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sns_tag_box{
	min-height: 10px;
	margin: -20px 0 20px;
	*margin: -10px 0 10px;
	padding: 0 2% 10px;
	border: 1px #DDDDDD solid;
	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;
	background: #FFFFFF;
	clear: both;
}
.tag_box {
	width: 96%;
	text-align: right;
	margin: 0;
	padding: 0;
	clear: both;
}
#center_box .tag_box{
	font-size: 12px;
	margin: 0;
	padding: 0 15px;
}
.sns_tag_box .tag_box a:link {
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.sns_tag_box .tag_box a:visited{
	color: #333333;
}
.sns_tag_box .tag_box a:hover {
	color: #AAE800;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事下タグ・カテゴリー・コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.cate_tag {
	padding: 2px 10px 0 20px;
	background: url(img/pic_tagu.png) left center no-repeat;
}
.cate_cate {
	padding: 2px 2px 0 20px;
	background: url(img/pic_fol.png) left center no-repeat;
}
.cate_comment {
	padding: 2px 10px 0 20px;
	background: url(img/pic_come.png) left center no-repeat;
}

/* 関連記事設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanren_box{
	padding: 0 0 5px;
	margin: 0;
	display: black;
	clear: both;
}
.kanren_box .title_area{
	padding: 0;
	border: none;
	border-bottom: none;
	background: url(img/shadow_w.png) bottom repeat-x;
}
.kanrenmenu_thumb{
	min-height: 100px;
	margin: 0 0 15px;
}
.kanrenmenu_thumb .entry-title {
	margin: 0;
	padding: 10px 10px 12px;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #333;
	overflow : hidden;
	border: none;
	clear: both;
}
.kanrenmenu_thumb ul, .Kanrenmenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	clear: both;
}
.kanrenmenu_thumb ul li, .Kanrenmenu ul li {
	width: 48%;
	margin: 10px 1% 20px;
	padding: 0;
	text-decoration: none;
	text-align: left;
	background: none;
	overflow: auto;
	float: left;
}
.kanrenmenu_thumb ul li img {
	padding: 2px;
	margin: 0 15px 0 10px;
	border: 1px #DDDDDD solid;
	background: #FFFFFF;
	float: left;
}
.kt-tag {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
}
.kt-tag p.r-time-data {
	font-size: 12px;
	text-align: left;
	line-height: 110%;
	margin-bottom: 10px;
}
.kt-tag p.r-title-l {
	text-align: left;
	line-height: 150%;
}
.kt-tag a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	line-height: 150%;
}
.kt-tag a:hover {
	color: #AAE800;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w{
	margin: 0 0 20px;
}
.c_c_t_w .textwidget, .c_c_b_w .textwidget, .c_c_t_w .textwidget_border0, .c_c_b_w .textwidget_border0{
	line-height: 150%;
	text-align: left;
	margin: -1px 0 20px;
	*margin: -1px 0 10px;
	padding: 20px;
	clear: both;
	overflow: hidden;
}
.c_c_t_w .textwidget_border0, .c_c_b_w .textwidget_border0{
	padding: 0;
	border: none;
	background: none;
	text-align: left;
}
.c_c_t_w .textwidget p, .c_c_b_w .textwidget p, .c_c_t_w .textwidget_border0 p, .c_c_b_w .textwidget_border0 p{
	line-height: 150%;
}
.c_c_b_w .tagcloud, .c_c_t_w .tagcloud {
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	margin: 0 0 20px;
	padding: 20px 10px;
	clear: both;
	overflow : hidden;
}
.c_c_t_w ul, .c_c_b_w ul {
	margin: 10px 0;
	*margin: 5px 0;
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	list-style-type: none;
	overflow : hidden;
}
.c_c_t_w ul li, .c_c_b_w ul li {
	margin: 0;
	padding: 6px 0 0 24px;
	color: #333333;
	text-decoration: none;
}
.c_c_t_w ul#recentcomments li.recentcomments, .c_c_b_w ul#recentcomments li.recentcomment{
	margin: 6px 0px 0px;
	padding: 6px 0 0 20px;
	background: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
	box-shadow: none;
	overflow: hidden;
}
.c_c_t_w ul li.cat-item, .c_c_b_w ul li.cat-item{
	margin:0;
	padding: 7px 0 0 20px;
	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: 0;
	padding: 7px 0 0 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: 0;
	padding: 7px 0 0 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: 0;
	padding: 7px 0 0 20px;
	color: #333;
}

/* リンク */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w ul li a, .c_c_b_w ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	margin: 6px 0 0;
	padding: 0 0 0 24px;
	color: #333;
	text-decoration: none;
	display: block;
}
.c_c_t_w ul li a:hover, .c_c_b_w ul li a:hover {
	color: #AAE800;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#new-content{
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
#new-content ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#new-content li {
	height:50px;
	line-height:100%;
	margin:0;
	padding: 15px 0 0 15px;
}
#new-content .image { 
	float:left;
	margin:-2px 0 0;
}
#new-content .image img { 
	width:50px;
	height:50px;
	padding: 2px;
	background: #FFFFFF;
	border: 1px #DDDDDD solid;
	display:block;
}
#new-content .info {
	max-width: 88%;
	height:50px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	overflow: hidden;
	float: left;
}
#wrapper3 #new-content .info, #wrapperk3 #new-content .info{
	max-width: 80%;
}
#new-content .date_cate { 
	height: 28px;
	font-size:12px;
	display: inline;
}
#new-content .date { 
	margin: 0;
	padding: 4px 5px 2px 5px;
	font-weight: bold;
}
#new-content .category {
	border:none;
	font-size:12px;
	line-height: 150%;
	padding:0;
}
#new-content .category a {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	text-decoration: underline;
}
#new-content .category a:hover {
	color: #AAE800;
	text-decoration: none;
}
#new-content .info .title{
	width: 100%;
	max-height: 20px;
	margin: 5px 2px;
	overflow: hidden;
	padding: 0;
}
#new-content .info .title a {
	margin: 0;
	padding: 0 0 3px;
	font-size: 16px;
	color: #333333;
	line-height: 150%;
	font-weight: normal;
	text-decoration: none;
}
#new-content .info .title a:hover {
	color: #AAE800;
	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: 4px 10px;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	padding: 7px 11px 6px;
	border: 1px #CCC solid;
	border-radius: 3px;
	background: url(img/shadow_w.png) bottom repeat-x;
}
a.page-numbers:hover {
	color: #AAE800;
}
.tablenav .current {
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 5px 10px ;
	border-radius: 3px;
}
.tablenav .next, .tablenav .prev{
	border: 0 none;
	background: transparent;
	font-size: smaller;
	font-weight: bold;
	padding: 7px 11px 6px;
	border: 1px #CCC solid;
	border-radius: 3px;
	background: url(img/shadow_w.png) bottom repeat-x;
}
.cont_navi {
	background: none;
	margin: 20px auto;
	padding: 10px 0 0;
	text-align: center;
}
.cont_navi p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}
.cont_navi a {
	color: #444444;
	text-decoration: none;
}
.cont_navi a:hover {
	color: #AAE800;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comments_box {
	zoom: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}
.comments_box img {
	vertical-align: middle;
}
.cancel-comment-reply {
	padding: 5px 0 0 0;
}
.cancel-comment-reply a {
	color: #000;
}
.comment-reply-link{
	padding: 5px;
	border: 1px #DDDDDD solid;
	background: url(img/shadow_w.png) top repeat-x;
}
.text {
	border: 1px solid #CCC;
	padding: 2px;
	color: #777;
	width: 200px;
}
.comments_box h3{
	color:#333333;
	background: url(img/shadow_w.png) top repeat-x;
	font-size: 18px;
	padding: 10px 10px 8px 15px;
	margin: 0 0 15px;
	*margin: 0 0 7px;
	border: 1px #DDD solid;
	border-radius: none;
}

/* コメントフレーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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: none;
}
ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #95AAC5;
}
ol.commentlist li div.vcard img.avatar-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 {
	font-size: 13px;
	margin: 15px 0 0 0;
	line-height: 1.4em;
}
ol.commentlist li div.reply{
	margin: 20px 0 10px;
	*margin: 10px 0 5px;
	background: none;
	color: #333;
	line-height: 16px;
}
ol.commentlist li div.reply a {
	margin: 0 0 10px;
	*margin: 0 0 5px;
	padding: 5px 10px;
	color: #333 !important;
	background: url(img/shadow_w.png) top repeat-x;
	text-decoration: none;
}
ol.commentlist li div.reply a:hover {
	color: #FF8800;
	text-decoration: none;
}
ol.commentlist li ul.children li {
	margin: 20px 0 0 0;
	background: #F6F6F6;
	border: none;
}
ol.commentlist li ul.children li li.alt {
	background: #F6F6F6;
}
ol.commentlist li ul.children li.depth-2 {
	background: #eee;
}
ol.commentlist li ul.children li.depth-3 {
	background: #E4E4E4;
}
ol.commentlist li ul.children li.depth-4 {
	background: #DEDEDE;
}
ol.commentlist li ul.children li.depth-5 {
	background: #EAEAEA;
}

/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

input[type=submit] {
	color: #333;
}
#respond {
	position: static;
	margin: 0 0 20px;
	*margin: 0 0 10px;
	padding: 0 15px;
	overflow : hidden;
}
#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: 15px;
	-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;
	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: url(img/shadow_w.png) bottom repeat-x;
	border: 1px solid #DDD;
	border-radius: 3px;
}
.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;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title, #wp-calendar caption{
	margin: 0 0 20px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px 8px 0;
	margin-bottom: 10px;
	*margin-bottom: 5px;
	text-align: left;
	clear: both;
}
#right_side .title, #left_side .title, #wp-calendar caption{
	margin: 0 0 20px;
	color: #333;
	background: transparent url("img/shadow_w.png") repeat-x scroll center top;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 10px 11px 15px;
	margin-bottom: 10px;
	*margin-bottom: 5px;
	text-align: left;
	border: 1px solid #DDD;
	border-radius: 3px;
	clear: both;
}
#left_side ul, #right_side ul{
	margin: 0 0 20px;
	*margin: 0 0 10px;
	padding: 0 0 0 15px;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	list-style-type: none;
	border-top: none;
}
#left_side ul li, #right_side ul li{
	margin: 4px 0 4px;
	*margin: 2px 0 2px;
	padding: 7px 0 0 24px;
	color: #333333;
	text-decoration: none;
	display: block;
}
#left_side ul li ul.children, #right_side ul li ul.children{
	margin:  0;
	padding: 0;
	color: #333333;
	text-decoration: none;
	border: none;
	display: block;
}
#left_side ul ul, #right_side ul ul{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	list-style-type: none;
	border-top: none;
}
#left_side ul li ul .children li, #right_side ul li ul .children li{
	margin: 4px 0 4px;
	*margin: 2px 0 2px;
	padding: 7px 0 0 24px;
	color: #333333;
	text-decoration: none;
	border: none;
	display: block;
}

/* サイドバー最近の投稿日付設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_side ul ul li .post-date, #right_side ul li .post-date {
    margin: 0;
    padding: 5px 0 0;
    background: none;
    border: none;
    display: block;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー・カスタムメニュー入れ子設定 (サイド＋フッター) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_side ul li .cat-item, #right_side ul li .cat-item, 
.mini_box ul li .cat-item {
	margin: 4px 0 4px;
	*margin: 2px 0 2px;
	padding: 7px 0 0 24px;
	color: #333333;
	text-decoration: none;
	display: block;
}

#left_side ul .sub-menu, #right_side ul .sub-menu, 
#left_side ul li .cat-item ul, #right_side ul li .cat-item ul, 
#left_side ul .sub-menu li ul, #right_side ul .sub-menu li ul, 
.mini_box ul li .cat-item ul, .mini_box ul .sub-menu{
	margin: 0;
	padding: 0;
	border: none;
}
#left_side ul li .cat-item ul li, #right_sideul li .cat-item ul li, 
.mini_box ul li .cat-item ul li,
#left_side ul .sub-menu li, #right_side ul .sub-menu li, 
.mini_box ul .sub-menu li,
#left_side ul .sub-menu li ul li, #right_side ul .sub-menu li ul li, 
.mini_box ul .sub-menu li ul li{
	margin: 0;
	padding: 10px 0 0 24px;
	color: #333333;
	text-decoration: none;
	border: none;
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_side ul li a, #right_side ul li a{
	color: #333333;
	text-decoration: none;
	display: block;
}
#left_side ul li a:hover, #right_side ul li a:hover, 
.mini_box ul li a:hover{
	color: #AAE800;
	text-decoration: none;
}
.mini_box ul li.recentcomments a{
	color: #FFFFFF;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_side ul#recentcomments, #right_side ul#recentcomments {
	margin: 0 0 20px;
	*margin: 0 0 10px;
	padding: 10px 10px 0;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	list-style-type: none;
	border-top: none;
}
#left_side ul#recentcomments li, #right_side ul#recentcomments li {
	margin: 0 0 15px;
	padding: 0;
	color: #333333;
	text-decoration: none;
	background: none;
	display: block;
}
#left_side ul#recentcomments li a, #right_side ul#recentcomments li a {
	margin: 0;
	padding: 0;
	color: #0585CF;
	font-weight: bold;
	text-decoration: underline;
	background: none;
	border: none;
}
#left_side ul#recentcomments li a:hover, #right_side ul#recentcomments li a:hover {
	color: #AAE800;
	text-decoration: underline;
	background: none;
}

/* タグクラウド */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tagcloud {
	text-align: center;
	margin: 0 0 20px;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
.tagcloud a {
	margin: 0 5px;
	color: #555;
	text-decoration: none;
	line-height:120%;
}
.tagcloud a:hover {
	color: #AAE800;
	text-decoration: underline;
}

.kiji-navigation{
	width: 100%;
}
.kijinavi-left, .kijinavi-right{
	background: #FAFAFA;
}
.kijinavi-left a{
	width: 45%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	*margin-bottom: 10px;
	padding: 10px 2% 8px;
	border: 1px #DDDDDD solid;
	border-radius: 3px;
	background: url(img/shadow_w.png) bottom repeat-x;
}
.kijinavi-right a{
	width: 45%;
	float: right;
	text-align: center;
	margin-bottom: 20px;
	*margin-bottom: 10px;
	padding: 10px 2% 8px;
	border: 1px #DDDDDD solid;
	border-radius: 3px;
	background: #FFFFFF url(img/shadow_w.png) bottom repeat-x;
}
.kijinavi-left a, .kijinavi-right a{
	color: #555555;
	text-decoration: none;
}
.kijinavi-left a:hover, .kijinavi-right a:hover{
	color: #AAE800;
	text-decoration: underline;
}

/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#calendar_wrap{
	padding: 0;
	margin: 0;
}
#wp-calendar {
	width: 100%;
 	padding: 0 0 20px;
 	margin: 0 0 20px;
	*margin: 0 0 10px;
 	color: #444444;
 	text-align: center;
	margin: 0;
}
/*曜日行*/
#wp-calendar thead {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}
/*曜日セル*/
#wp-calendar thead tr th {
	margin: 0;
	padding: 0 0 3px;
	font-weight: bold;
	border-radius: 3px;
	color: #333333;
	background: none;
}
/*日付セル*/
#wp-calendar tbody td {
	margin: 0;
	width: 20px;
	height: 18px;
	text-align: center;
}
#wp-calendar td a{
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
}
#wp-calendar td#prev, #wp-calendar td#next{
	padding: 0;
	margin: 0;
}
#wp-calendar td#prev a, #wp-calendar td#next a{
	width: 50%;
	margin: 0;
	padding: 7px 21px;
	border: 1px #DDDDDD solid;
	border-radius: 3px;
	background:#FFF url(img/shadow_w.png) top repeat-x;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
}
#wp-calendar td#next a{
	float: right;
}
#wp-calendar td a:hover, #wp-calendar td#prev a:hover, #wp-calendar td#next a:hover{
	font-weight: bold;
	color: #FF8800;
	text-decoration: underline;
}
/*当日*/
 table#wp-calendar td#today {
	font-weight: bold;
	font-size:14px;
	border-radius:3px;
	border: 1px #DCDCDC solid;
	background: url(img/shadow_w.png) top repeat-x;
	color:#333333;
}
 table#wp-calendar td#today a{
	color: #333333;
	text-decoration: underline;
}
 table#wp-calendar td#today a:hover{
	color: #FF8800;
	text-decoration: underline;
}

/* 検索フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#searchform , #center_box #searchform {
	margin: 0 0 20px;
	padding: 0;
	background: #FFF;
}
#searchform .screen-reader-text {
    display: none;
}
/* 検索エリア */
#s {
	width: 60%;
	height: 40px;
	line-height: 30px;
	margin: 0 0 20px;
	*margin: 0 0 10px;
	padding: 0 5%;
	vertical-align: bottom;
	border: none;
	outline: none;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	font-size:15px;
	color: #333333;
	box-shadow: 0 0 1px #AAA;
	border-radius: none;
	float: left;
}
#s: focus {
    color: #333;
}
/* 検索ボタン */
input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
	border-radius: none;
}
#searchsubmit {
	width: 30%;
	height: 40px;
	vertical-align: bottom;
	border: none;
	color: #333333;
	display:block;
	cursor: pointer;
	font-weight: bold;
	border-radius: none;
	box-shadow: 0 0 1px #AAA;
	background: #FFFFFF url(img/shadow_w.png) top repeat-x;
	float:right;
}
#searchsubmit a{
	background: #FFFFFF url(img/shadow_w.png) bottom repeat-x;
}
#searchsubmit:hover {
	background: #FFFFFF url(img/shadow_w.png) bottom repeat-x;
	color: #AAE800;
}

/* カテゴリー・アーカイブ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.postform, select{
	width: 99.8%;
	margin: 0 0 20px;
	padding: 10px 10px 10px 10px;
	border: none;
}
.screen-reader-text{
	display: none;
}

/* その他ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mail_signup img, #center_box .mail_signup img{
	width: 100%;
}
.textwidget, .textwidget_border0{
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	overflow: hidden;
	text-align: left;
	border: 1px #DDDDDD solid;
	border-radius: 3px;
	background: #FFFFFF;
}
.textwidget_border0{
	padding: 0;
	border: none;
	background: none;
}
#left_side .textwidget, #right_side .textwidget{
	padding: 10px;
}
#left_side .textwidget_border0, #right_side .textwidget_border0{
	padding: 0;
}
.textwidget p, .textwidget_border0 p{
	font-size: 13px;
	line-height: 22px;
}
.textwidget img, .textwidget_border0 img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.post-date{
	margin: 0;
	padding: 0 10px 0 0;
	background: #FFFFFF;
	display: block;
}

/* 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;
}

/* 追尾型サイドバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fix_box1, #fix_box2{
	min-width:200px;
	max-width: 250px;
	width:100%;
	margin: 10px 0 20px;
	padding: 0;
}

/* アイキャッチ付き最新記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#eye_news img{
	width: 30%;
	height:auto;
	padding:2px;
	border: 1px #DDDDDD solid;
	margin-left:0;
	line-height:100%;
	background: #FFFFFF;
	float: left;
}
#left_side ul#eye_news ul, #right_side ul#eye_news ul{
	margin:0;
	clear: both;
}
#left_side ul#eye_news li, #right_side ul#eye_news li{
	height: 74px;
	padding: 0px 2px 0px 18px;
	background: none;
	overflow: hidden;
}
#left_side .sf_daca, #left_side .sf_daca a, #right_side .sf_daca, #right_side .sf_daca a{
	max-height: 30px;
	padding: 3px 0;
	margin: 0 0 3px;
	color: #333333;
	border-bottom: 1px solid #DEDEDE;
	width: 70%;
	float: right;
}
#left_side ul#eye_news li .category, #right_side ul#eye_news li .category{
	width: 94%;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
	float: left;
}
#left_side ul#eye_news li .date, #right_side ul#eye_news li .date{
	width: 100%;
	text-align: left;
	padding-top: 0;
	font-size: 12px;
	font-weight: bold;
	float: right;
} 
#left_side #eye_news img, #right_side #eye_news img{
	width: 30%;
	padding: 2px;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
	margin: 2px 0 5px -17px;
	line-height: 100%;
	float: left;
}
#left_side #eye_news a p, #right_side #eye_news a p{
	width: 70%;
	max-height: 75px;
	text-align: left;
	color: #333333;
	margin: 2px 0 0 ;
	line-height: 150%;
	overflow: hidden;
	float: right;
}
#left_side #eye_news a:hover p, #right_side #eye_news a:hover p,
ul#eye_news li a:hover, .mini_box ul#eye_news li .category a:hover, #left_side ul#eye_news li .category a:hover, #right_side ul#eye_news li .category a:hover{
	color: #AAE800;
}
#footer_box_matome ul#eye_news ul{
	margin:0;
	clear: both;
}
#footer_box_matome ul#eye_news li{
	height: 89px;
	padding: 0px 2px 0px 18px;
	background: none;
	overflow: hidden;
}
#footer_box_matome  ul#eye_news li a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#footer_box_matome .sf_daca, #footer_box_matome .sf_daca a{
	max-height: 30px;
	padding: 3px 0;
	margin: 0;
	width: 70%;
	float: right;
}
#footer_box_matome ul#eye_news li .category {
	width: 94%;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
	float: left;
}
#footer_box_matome ul#eye_news li .date{
	width: 100%;
	text-align: left;
	margin-bottom: -2px;
	font-size: 12px;
	font-weight: bold;
	float: right;
} 
#footer_box_matome #eye_news img{
	width: 30%;
	padding: 2px;
	background: #FFFFFF;
	border: none;
	margin: 2px 0 5px -17px;
	line-height: 100%;
}
#footer_box_matome #eye_news p{
	width: 70%;
	max-height: 75px;
	text-align: left;
	margin: 5px 0 0;
	line-height: 140%;
	overflow: hidden;
	float: right;
}
#footer_box_matome #eye_news li a p{
	color: #FFFFFF;
}
#footer_box_matome #eye_news li a:hover p{
	color: #AAE800;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top_return{
	width: 100%;
	height: 40px;
	margin: 0;
	display: block;
	clear: both;
	text-decoration: none;
}
.top_bottun{
	width: 980px;
	margin: 0 auto;
}
.top_bottun a{
	width: 57px;
	height: 57px;
	margin: 0 30px -30px -50px;
	line-height: 38px;
	color: #FFF;
	display: block;
	text-decoration: none;
	float:right;
}
.top_bottun a:hover{
	color: #AAE800;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	color:#FFFFFF;
	clear: both;
}

/* フッタースペース */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box_matome {
	width: 980px;
	margin: 0 auto;
	padding: 2px 0 0;
	background: none;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box {
	width: 31.5%;
	margin: -2px 0.8% 10px;
	color: #FFF;
	text-align: left;
	display: block;
	float: left;
}
.mini_box p{
	color: #FFF;
}
.mini_box .textwidget p{
	padding: 5px;
	color: #333333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box a, .mini_box p a{
	color: #333333;
	text-align: left;
	text-decoration: none;
}
.mini_box a:hover {
	color: #AAE800;
	text-align: left;
	text-decoration: none;
}
.mini_box li .post-date{
	margin:5px 0 0 0;
	padding:0;
	border:none;
	color: #AAAAAA;
	text-decoration: none;
	background:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box .title {
	margin: 0 0 10px;
	*margin: 0 0 5px;
	padding: 10px 10px 10px;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 26px;
	border-radius: 3px;
	clear: both;
}
.mini_box ul {
	margin: 0 10px 20px;
	padding: 0;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	list-style-type: none;
	border-top: none;
}
.mini_box ul li {
	margin: 2px 0;
	*margin: 1px 0;
	padding: 3px 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.mini_box ul li.cat-item{
	padding: 0px;
}
.mini_box ul li a{
	color: #FFFFFF;
}
.mini_box ul li a:hover{
	color: #AAE800;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box_matome #searchform {
    margin: 0 0 10px;
    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;
}

/* copyright設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 100%;
	margin: 0;
	text-align: center;
	clear: both;
}
#footer p {
	width: 950px;
	height: 35px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 7px 0 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 35px;
	overflow:hidden;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #AAE800;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特定商取引法に基づく表記 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main, #main_mail {
	width: 100%;
	margin:20px auto;
}
#main h2, #main_mail h2 {
	color: #000;
	font-size:22px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 20px 0;
	padding:0 0 5px;
}
#main p, #main_mail p {
	font-size:21px;
	line-height:170%;
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
	text-indent:0em;
	margin:0 0 1em 0;
}
#main table, #main_mail table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin:10px 0 20px 0;
	border-bottom:#cccccc solid 1px;
	clear: both;
}
#main th, #main_mail th.mail_t {
	font-size:15px;
	font-weight:bold;
	line-height:170%;
	text-align:left;
	white-space: nowrap;
	padding:12px 15px;
	background:#EDEDED;
	border-top:#cccccc solid 1px;
}
#main td, #main_mail td.mail_e {
	font-size:15px;
	line-height:170%;
	text-align:left;
	padding:12px 15px;
	border-top:#cccccc solid 1px;
	background:#FFFFFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.sitemap {
	margin: 15px 0 15px 15px;
	padding: 0;
}
.sitemap li {
	list-style: none;
	font-size: 13px;
	margin: 8px 0 0;
	*margin: 4px 0 0;
	padding: 0px 0 6px 25px;
	line-height: 150%;
}
.sitemap li a {
	text-decoration: none;
}
.sitemap li a:hover {
	color: #AAE800;
	text-decoration: underline;
}
h4.sitemap-cate-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 180%
	margin: 20px 0 0;
	padding: 15px 15px 12px;
	*padding: 7px 5px 6px;
	border: 1px #DDD solid;
	border-radius: 3px;
	background: url(img/shadow_w.png) bottom repeat-x;
	clear: both;
}
h4 a {
	color: #333333;
	text-decoration: none;
}
h4 a:hover {
	color: #AAE800;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ登録ページ/レビューページ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine, #review {
	width: 914px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bg.png) repeat-y;
}
#mail_magazine_in, #review_in {
	margin: 0;
	padding: 20px 50px;
	text-align: left;
}
#mail_magazine p, #review p, #mail_magazine_in p, #review_in p {
	font-size: 16px;
	line-height: 160%;
	padding: 0;
}
#widget_form {
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
#widget_form p {
	font-size: 15px;
	line-height: 160%;
	padding: 0;
}
#wrapper3 #widget_form p, #wrapperk3 #widget_form p {
	padding: 0 10px;
}

/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine h1, #review h1 {
	width: 900px;
	margin: 0 7px;
	padding: 0;
	display: block;
}

/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.opt_blue {
	width: 100%;
	margin: 40px auto;
	padding: 1px;
	background: #32597A;
}
.opt_black {
	width: 100%;
	margin: 40px auto;
	padding: 1px;
	background: #333333;
}
.opt_green {
	width: 100%;
	margin: 40px auto;
	padding: 1px;
	background: #33725A;
}
.opt_orange {
	width: 100%;
	margin: 40px auto;
	padding: 1px;
	background: #CE7700;
}
.opt_pink {
	width: 100%;
	margin: 40px auto;
	padding: 1px;
	background: #F9627C;
}
.opt_red {
	width: 100%;
	margin: 40px auto;
	padding: 1px;
	background: #A30000;
}
.opt-in {
	margin: 0;
	padding: 10px;
	border: 1px solid #ffffff;
	text-align: center;
	overflow: hidden;
}
#widget_form .opt_blue, #widget_form .opt_black, #widget_form .opt_green, #widget_form .opt_pink, #widget_form .opt_orange, #widget_form .opt_red {
	margin: 0 auto;
}
#mail_magazine p.opt-catch {
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
	color: #ffffff;
	text-align: center;
	margin: 10px 0;
	padding: 0;
}
#widget_form p.opt-catch {
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
	color: #ffffff;
	text-align: center;
	margin: 10px 0;
	padding: 0;
}
#wrapper3 #widget_form p.opt-catch, #wrapperk3 #widget_form p.opt-catch {
	font-size: 24px;
}

/* メール入力フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.form_mail {
	width: 100%;
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 90px;
	padding: 0;
}
#widget_form table.form_mail {
	width: 100%;
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 70px;
	padding: 0;
}
table.form_mail td.mailleft {
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 0;
}
table.form_mail td.mailright {
	text-align: left;
	padding: 7px 0;
}
input.mail-form {
	font-size: 14px;
	width: 405px;
	padding: 6px 0 0 10px;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
}
#widget_form input.mail-form {
	font-size: 14px;
	width: 350px;
	padding: 6px 0 0 10px;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
}
input.name-form {
	font-size: 14px;
	width: 189px;
	padding: 6px 0 0 10px;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
}
#widget_form input.name-form {
	font-size: 14px;
	width: 161px;
	padding: 6px 0 0 10px;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
}
#wrapper3 #widget_form, #wrapperk3 #widget_form {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
#wrapper3 #widget_form input.mail-form, #wrapperk3 #widget_form input.mail-form {
	width: 97%;
}
#wrapper3 #widget_form table.form_mail, #wrapperk3 #widget_form table.form_mail {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
#wrapper3 #widget_form table.form_mail td.mailleft, #wrapperk3 #widget_form table.form_mail td.mailleft {
	min-width: 200px;
	width: 90%;
	padding: 0 5%;
	float: left;
	text-align: left
}
#wrapper3 #widget_form table.form_mail td.mailright, #wrapperk3 #widget_form table.form_mail td.mailright {
	width: 90%;
	padding: 7px 5%;
	float: left;
}

/* ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine input.btn, #widget_form input.btn {
	width: 400px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#wrapper3 #widget_form input.btn, #wrapperk3 #widget_form input.btn {
	width: 100%;
	height: auto;
	display: block;
}
#review .easy_mode_button a {
	width: 600px;
	height: 90px;
	line-height: 90px;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 40px auto 20px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #555;
	display: block;
	overflow: hidden;
	clear: both;
}

/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .content-box, #review .content-box {
	width: 820px;
	margin: 0 38px 0 48px;
	padding: 0;
	text-align: left;
	clear: both;
	overflow: hidden;
}

/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine h2, #review h2 {
	width: 860px;
	font-size: 32px;
	color: #333333;
	margin: 50px auto 30px;
	padding: 20px 20px 20px;
	text-align: center;
	background: url(img/mail_review/h2.png) no-repeat bottom;
	clear: both;
}

/* ブレット１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine #bullet1 {
	margin: 30px 0;
	padding: 0;
	clear: both;
}
#mail_magazine .bullet1_head {
	width: 805px;
	height: 13px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet1_head.png)  no-repeat;
}
#mail_magazine .bullet1_body {
	width: 805px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet1_body.png)  repeat-y;
}
#mail_magazine .bullet1_foot {
	width: 805px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	background: url(img/mail_review/bullet1_foot.png)  no-repeat;
}
#mail_magazine .bullet1_body ul {
	text-align: left;
	margin: 10px 30px 20px;
	padding: 0;
}
#mail_magazine .bullet1_body li {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 35px;
	background: url(img/mail_review/check.png)  no-repeat left 8px;
	border-bottom: 2px dotted #CCCCCC;
}

/* ブレット２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .bullet2_top {
	margin: 10px 0 0;
	padding: 40px 0 0;
	background: url(img/mail_review/bullet2_top.png) no-repeat left top;
}
#mail_magazine .bullet2_bottom {
	margin: 0 0 40px;
	padding: 0 0 50px;
	background: url(img/mail_review/bullet2_bottom.png) no-repeat right bottom;
}
#mail_magazine ul.bullet2 {
	text-align: left;
	margin: 0;
	padding: 0;
}
#mail_magazine ul.bullet2 li {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	margin: 0 50px;
	padding: 10px 0 0 35px;
	background: url(img/mail_review/check.png)  no-repeat left 8px;
}

/* 個人情報の管理・取扱い */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#about-privacy {
	width: 780px;
	height: 100px;
	overflow: auto;
	font-size: 14px;
	margin: 30px auto;
	padding: 10px 15px;
	border: 2px solid #CCCCCC;
}
#mail_magazine #about-privacy p {
	font-size: 12px;
	line-height: 180%;
	text-align: justify;
	text-justify: inter-ideograph; 
	margin: 0;
	padding: 5px 0;
}
#mail_magazine h3#pp {
	font-size: 14px;
	text-align: left;
	margin: 5px 0;
	padding: 0;
	background: none;
	border: none;
	clear: both;
}

/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#body-foot {
	font-size: 12px;
	color: #ffffff;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
	clear: both;
}
#body-foot a { 
	color: #ffffff;
	text-decoration: none;
}
#body-foot a: hover {
	color: #FFA500;
	text-decoration: underline;
}
#body-foot p {
	width: 780px;
	font-size: 12px;
	line-height: 180%;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
}

/* サイト更新日 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .newday, #review .newday {
	font-size: 12px;
	color: #000040;
	line-height: 100%;
	text-align: center;
	margin: 40px auto 0;
	padding: 0 0 20px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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_box .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 #DDDDDD;
}
table.graph th{
	margin: 0;
	padding: 7px 10px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
table.graph td{
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph2 {
	width: 100%;
	border-collapse: collapse;
}
table.graph2 tr{
	width: 25%;
	margin: 0;
	padding: 0;
}
table.graph2 th{
	width: 21%;
	margin: 0;
	padding: 7px 2%;
	border-style: solid;
	border-width: 1px;
}
table.graph2 td{
	width: 21%;
	margin: 0;
	padding: 7px 2%;
	background: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
#center_box .textwidget table.graph2 {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* グラフ３ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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;
	/* Firefox */
	background: -moz-linear-gradient(top center, #fff 0%, #F0F0F0 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#F0F0F0));
	/* 共通 */
	background: linear-gradient(top center, #fff 0%, #F0F0F0 100%);
	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%;
	text-align: left;
}
.ranking_box a {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#center_box .textwidget table, #center_box .textwidget_border0 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;
	overflow: hidden;
}
.rankingvera {
	width:100%;
	border: none;
	border-collapse: collapse;
	margin:0 0 10px;
}
.rankingvera tr {
	margin: 0;
}
.rankingvera .r1-title-no1 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 74px;
	background: url(img/ranking/no1.png) no-repeat;
}
.rankingvera .r1-title-no2 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 74px;
	background: url(img/ranking/01no2.png) no-repeat left center;
}
.rankingvera .r1-title-no3 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 74px;
	background: url(img/ranking/01no3.png) no-repeat left center;
}
.rankingvera .r1-title-no4 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 74px;
	background: url(img/ranking/01no4.png) no-repeat left center;
}
.rankingvera .r1-title-no5 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 74px;
	background: url(img/ranking/01no5.png) no-repeat left center;
}
.rankingvera td {
	width:25%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: none;
}
.rankingvera td p {
	line-height: 160%;
}
#center_box .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 #DDDDDD;
	border-width: 
}
.rankingverb th{
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border: 1px solid #DDDDDD;
}
.rankingverb .r1-title-no1{
	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;
}

#wrapper3 .rankingverb td {
	width:30%;
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	background-color: none;
	float:left;
}
#wrapper3 .rankingverb td.rbg {
	width:60%;
	display:block;
	margin: 0;
	padding: 10px 0;
	float:right;
}

#left_side .rankingverb td, #right_side .rankingverb td{
	width:80%;
	padding: 10px 10%;
	clear: both;
}
#left_side .rankingverb td.rbg, #right_side .rankingverb td{
	width:100%;
	padding: 10px 0;
}
.rankingverb td p{
	max-width: 100%;
	margin: 0;
	line-height: 160%;
}
#center_box .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 #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background:#FFF;
}
.rankingverc .rc-img a img  {
	width: 100%;
}
.rankingverc .seal{
	width: 35%;
	height:25px;
	position: absolute;
	top: -12px;
	left: 35%;
}
.rankingverc td.rbg {
	width:92%;
	display:block;
	margin: 0;
	padding: 10px 0 10px 8%;
	*folat:right;
}
.rankingverc td p {
	line-height: 160%;
}
#center_box .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: 27.5%;
	float: left;
	padding: 5px 2% 10px;
	margin: 0 0.5%;
	border-color: #DDDDDD;
	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;
}
#center_box .box_in_ranking_black p {
	padding: 2px 0 5px;
	clear: both;
}
#center_box .box_in_ranking_black p.catch {
	font-weight: bold;
	color: #ff0000;
	padding: 10px 0 5px;
}
#center_box .box_in_ranking_black p.r-link {
	padding: 5px 0;
	text-align: right;
}
#center_box .box_in_ranking_black p.r-link a{
	color: #0044CC;
	font-weight: bold;
	text-decoration: underline;
}
#center_box .box_in_ranking_black p.r-link a:hover {
	color: #AAE800;
	text-decoration: none;
}
.box_in_ranking_black a img  {
	width:80%;
	margin:0 10%;
	padding:0;
	float:left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */