@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

* { margin: 0;	padding:0; }
body { 
	height:100%;
	margin:0;
	font-size: 14px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	position:relative;
}
p {
	font-size: 12px;
	line-height:160%; }

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

a{
	color:#06F;
	text-decoration:underline; }
a:hover{
	color:#F60;
	text-decoration:underline; }

/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

img{
	border: none;
	margin: 0;
	padding:0; }
a img {
	border: none; }
.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; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#h1_inframe{
	width:976px;
	margin:0 auto 20px;
	*margin:0 auto 10px;
	padding:0 0 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1{
	width:260px;
	margin:0;
	font-size:11px;
	font-style:normal;
	text-align:right;
	line-height:180%;
	color:#FFFFFF;
	float: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h2{
	max-width:620px;
	margin:0;
	text-align:left;
	background-color: #FFFFFF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	float: left;
	overflow: hidden;
}
h2 a{
	margin: 0;
	padding: 0; 
	color:#333;
	text-shadow: 0px 2px 2px #CCC;
	text-decoration:none;
	overflow: hidden;
}
h2 a:hover{
	color:#F60;
	color:#FF5D95;
	text-shadow: 0px 1px 1px #FF95BA;
	text-decoration: underline;
}
#fb-root {
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインバナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_box3, #main_box2l, #main_box2r,#main_box,#main_boxk3, #main_boxk2l, #main_boxk2r, #main_box1, #main_boxk1{
	width:970px;
	min-height:200px;
	margin:20px auto 5px;
	padding:10px 0 0;
	background: url(img/clear.png) repeat;
	border:3px #FFFFFF solid;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}
#main_banner img{
	width:950px;
	margin:0 auto;	
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*サイト説明設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#blog_explain_box{
	width:680px;
	padding:0;
	text-align:left;
}
#blog_explain_box p{
	font-size:13px;
	padding:8px 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本体設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contents_in{
	width:970px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menubtn {
	display: none;
}
.togmenu {
	display:block;
}
#global_n_box{
	width:100%;
	height:60px;
	margin:10px auto 0;
	padding:0;
	list-style-type:none;
}
#global_n_box ul{
	width:950px;
	height:60px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	text-align:center;
	background:url(img/gnavi.png) top repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	clear:both;
}
#global_n_box ul li{
	width:20%;
	height:60px;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:60px;
	text-align:center;
	position: relative;
	float:left;
}
#global_n_box ul li.first a, #global_n_box ul li a, #global_n_box ul li.last a{
	height:60px;
	padding:0 10px;
	color:#FFF;
	text-shadow: 1px 1px 1px #FF95BA;
	font-weight:bold;
	text-decoration:none;
	display:block;
	overflow:hidden;
	background:none;
}
#global_n_box ul li a:hover{
	width:84%;
	margin:5px;
	height:50px;
	line-height:50px;
	text-decoration:none;
	background:url(img/gnavi.png) bottom repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}

/* ------------------------------------------------------------------------ */

#global_n_box ul.sub-menu{
	width:100%;
	margin: 0;
	display: none;
	position: absolute;
	top: 60px;
	left:0;
	width: 100%;
	z-index: 99999;
	list-style:none;
}
#global_n_box ul.sub-menu li{
	width:100%;
	border-left:none;
	list-style-type:none;
	background:url(img/gnavi.png) top repeat-x;
}
#global_n_box ul.sub-menu li a{
	float:left;
	width:90%;
	color: #444;
	display:block;
	font-weight: bold;
	border-radius: none;
	background:url(img/gnavi.png) top repeat-x;
}
#global_n_box ul.sub-menu li a:hover{
	float:left;
	width:84%;
	font-weight: bold;
	background:url(img/gnavi.png) bottom repeat-x;
	border-radius:none;
}
#global_n_box .menu ul ul a {
	width:100%;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height:60px;
	padding: 0;
	height:60px;
	border-bottom: 0;
}
#global_n_box .menu ul ul a:hover{
	float:left;
	width:96%;
	height:50px;
	line-height:50px;
	font-weight: bold;
	background:url(img/gnavi.png) bottom repeat-x;
	border-radius:none;
}
#global_n_box .menu ul ul {
	width:100%;
	left: 100%;
	top: 0;
}
#global_n_box .menu ul.menu ul.sub-menu ul.sub-menu{
	margin:0 0 0 100%;
	width:100%;
	list-style: none;
}
#global_n_box .menu ul.menu ul.sub-menu ul.sub-menu li a {
	width:90%;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height:60px;
	padding: 0;
	height:60px;
	border-bottom: 0;
}
#global_n_box .menu ul.menu ul.sub-menu ul.sub-menu li a:hover {
	float:left;
	width:95%;
	height:50px;
	line-height:50px;
	font-weight: bold;
	background:url(img/gnavi.png) bottom repeat-x;
	border-radius:none;
}

/* ------------------------------------------------------------------------ */

#global_n_box li:hover > a,
#global_n_box ul.sub-menu :hover > a,
#global_n_box a:focus {
	background:url(img/gnavi.png) bottom repeat-x;
}
#global_n_box ul li:hover > a,
#global_n_box ul a:focus {
	color: #FF6600;
	font-weight: bold;
	list-style:none;
	background:url(img/gnavi.png) bottom repeat-x;
}
#global_n_box ul.menu li:hover > ul {
	background:url(img/gnavi.png) bottom repeat-x;
	display: block;
}

/* ------------------------------------------------------------------------ */

#global_n_box .menu ul.menu ul.sub-menu ul.sub-menu li a:hover{
	background:url(img/gnavi.png) bottom repeat-x;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#breadcrumb{
	margin:10px;
	padding:0;
	text-align:left;
	background:#FFF;
	clear:both;
}
#breadcrumb p{
	width:930px;
	margin:0 auto;
	padding:7px 0;
	color:#444;
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	background:#FFF;
}
#breadcrumb a{
	color:#444;
	text-decoration:none;
}
#breadcrumb a:hover{
	color:#F60;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_con{
	width:725px;
	margin:0 ;
	float:left;
	background:#FFF;
}
#right_con{
	width:245px;
	margin:0;
	float:right;
	background:#FFF;
}

/* 3カラム ---------------------------------------------------------------- */

#main_box3 #main_contents_box, #main_boxk3 #main_contents_box{
	width:451px;
	margin:-10px 0 0;
	padding:10px;
	border-left:1px #FF95BA dotted;
	border-right:1px #FF95BA dotted;
	background:#FFF;
	float:right;
}
#main_box3 #left_contents_box, #main_boxk3 #left_contents_box{
	width:240px;
	margin:10px 0;
	background:#FFF;
	float:left;
}
#main_box3 #right_contents_box, #main_boxk3 #right_contents_box{
	width:240px;
	margin:10px 0;
	background:#FFF;
	float:right;
}

/* 2カラム左 -------------------------------------------------------------- */

#main_box2l #main_contents_box, #main_boxk2l #main_contents_box{
	width:691px;
	margin:-10px 0 0;
	padding:10px;
	border-left:1px #FF95BA dotted;
	background:#FFF;
	float:right;
}
#main_box2l #left_contents_box, #main_boxk2l #left_contents_box{
	width:240px;
	margin:10px 0;
	background:#FFF;
	float:left;
}

/* 2カラム右 -------------------------------------------------------------- */

#main_box2r #main_contents_box, #main_boxk2r #main_contents_box{
	width:691px;
	margin:-10px 0 0;
	padding:10px;
	border-right:1px #FF95BA dotted;
	background:#FFF;
	float:left;
}
#main_box2r #right_contents_box, #main_boxk2r #right_contents_box{
	width:240px;
	margin:10px 0;
	background:#FFF;
	float:right;
}

/* 1カラム ---------------------------------------------------------------- */

#main_box1 #main_contents_box, #main_boxk1 #main_contents_box{
	width:691px;
	margin: 0 auto;
	padding: 0;
	background:#FFF;
	clear:both;
}

/* ------------------------------------------------------------------------ */

.line_box{
	margin:0;
	padding:0 9px 0 10px;
	background:none;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-title, .comment_box h3{
	margin: 0 auto;
	padding:14px 10px 6px 35px;
	color: #333;
	text-align:left;
	font-size: 19px;
	line-height: 28px;
	background: url(img/main_ti.png) left top no-repeat;
	text-shadow: 0px 2px 2px #ccc;
	clear: both;
}
.entry-title a{
	color: #333;
	text-decoration:none;
}
.entry-title a:hover{
	color:#FF5D95;
	text-shadow: 0px 2px 2px #FF95BA;
	text-decoration: none;
}
.econtent, .econtent-i{
	margin:0 0 10px;
	_margin:0 0 5px;
	padding:10px 20px 0;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#555;
	border:none;
	background:#FFF url(img/note_line.png) repeat;
	overflow: hidden;
	clear:both;
}
.econtent-none, .econtent-none-i{
	margin:0px 0 10px;
	_margin:0 0 5px;
	padding:10px 20px 0;
	font-size:14px;
	line-height:160%;
	text-align:left;
	color:#555;
	border:none;
	background:#FFF;
	overflow: hidden;
	clear:both;
}
.econtent-none p, .econtent-none-i p, .econtent p, .econtent-i p{
	margin: 0;
	font-size:14px;
	line-height:160%;
	text-align: left;
}
.econtent ol, .econtent ul, .econtent-none ol, .econtent-none ul,
.econtent-none-i ol, .econtent-none-i ul,.econtent-i ol, .econtent-i ul{
	list-style-position:inside;
	padding: 0 0 0 10px;
}
.title{
	margin:0 0 8px;
	color:#555;
	padding:10px 12px 12px ;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px 2px 2px #CCC;
	text-align: left;
	line-height:18px;
	border-left:6px #FF95BA solid;
	background: url(img/s_ti_line.png) bottom repeat-x;
	clear:both;
}

.econtent img, .econtent-i img, .econtent-none img, .econtent-none-i img{
	max-width: 99%;
	height: auto;
}
.social_button img{
	width: 88px;
	height: 20px;
}
iframe.twitter-share-button {
	width: 88px!important;
}
.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 100%;
	overflow: hidden;
}
.video-wrap iframe,　.video-wrap object,　.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.common_contents {
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	margin: 0 10px 10px;
	*margin: 0 5px 5px;
	padding: 8px 0 8px 40px;
	text-shadow:none;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	background:url(img/h3_mark.png) left center no-repeat;
	clear: both;
}
h4 {
	margin: 10px;
	*margin: 5px;
	padding: 11px 10px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	border-left:7px #FF95BA solid;
	border-bottom:3px #FF95BA solid;
	clear: both;
}
h5 {
	margin: 9px 10px 7px;
	*margin: 4px 5px 3px;
	padding: 6px 10px 2px 30px;
	font-size:15px;
	font-weight:bold;
	background:url(img/h5_mark.png) 5px center no-repeat;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新記事*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.new-content, .comment_box{
	margin:0 0 10px;
	*margin:0 0 5px;
	padding:10px 10px 0px;
	font-size:13px;
	line-height:20px;
	text-align:left;
	color:#333;
	clear:both;
	overflow: auto;
}
.new-content ul{
	margin:3px 0 10px;
	*margin:2px 0 5px;
	padding:0;
	font-size:13px;
	line-height:24px;
	text-align:left;
	list-style-type: none;
	border:none;
	background:none;
}
.new_day{
	width:65px;
	padding:2px 6px;
	color:#333;
}
.new-content ul li{
	height:30px;
	margin:0 0 3px;
	padding:5px 0 2px 30px;
	color:#333;
	text-decoration:none;
	overflow:hidden;
	border-bottom:1px #ccc dotted;
	background:url(img/arrow.png) 13px center no-repeat;
}
.new-content ul li a{
	color:#FF5D95;
	font-weight:bold;
	margin:3px 0 0 10px;
	padding:0;
	line-height:30px;
	text-decoration:underline;
}
.new-content ul li a:hover{
	color:#FF95BA;
}
.new_cate {
	font-size:12px;
	padding:2px 2px 0;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;
}
.new_cate &nbsp;{
	font-size:2px;
	font-weight:bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ソーシャルボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.social_button {
	margin: 0;
	padding: 5px 0 15px 0;
	clear: both;
}
ul.social_button li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー・アーカイブ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.postform, select{
	width: 100%;
	height: 40px;
	margin: -2px 0 20px;
	*margin: -1px 0 10px;
	padding: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.link-next{
	color:#555;
	font-weight:bold;
	min-width:100px;
	text-align:right;
	padding: 0 20px 10px 0;
	margin:15px 0 10px;
	float:right;
	text-decoration:none ;
}
.link-next a{
	color:#555;
	text-shadow: 0px 2px 2px #ccc;
	font-weight:bold;
	padding:8px;
	text-decoration:none ;
}
.link-next a:hover{
	color:#FF5D95;
	text-shadow: 0px 2px 2px #FF95BA;
	text-decoration:underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_contents_box .date{
	height:20px;
	margin:0;
	padding:0 0 5px;
	display:block;
	border-top:none;
	font-size:12px;
	clear:both;
}
#main_contents_box .date p{
	height:10px;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	line-height:23px;
	float:right;
}
.left_time{ 
	width:auto;
	margin: 0 0 5px;
	padding:3px;
	float: left;
}
.bb_time{
	font-size:15px;
	font-weight:bold;
}
.date p{ 
	width:50%;
	font-size:13px;
	margin: 0 0 5px;
	text-align: right; 
	float: right; 
}
.no_day{ 
	width:50%;
	margin: 0 0 5px;
	text-align: right; 
	float: right; 
}
.dnone{
	height:9px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content p.tag {
	font-size:12px;
	text-align:right;
	margin:10px 0 0;
	*margin:5px 0 0;
	padding:10px;
	border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリ・タグの設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_contents_box .tag_etc {
	text-align:right;
	margin:15px 0;
	*margin:7px 0;
	padding:5px 8px;
	border:1px #fff solid;
	background: url(img/dot_color.png) repeat;
	box-shadow:0 0 1px #FF95BA,
	           0 0 1px #FF95BA;
    	-webkit-box-shadow:0 0 1px #FF95BA,
	                   0 0 1px #FF95BA; 
	clear:both;
}
#main_contents_box .tag_etc p {
	font-size: 11px;
}
#main_contents_box .tag_etc a {
	color:#444;
	text-decoration:none; 
}
#main_contents_box .tag_etc a:hover {
	color:#F60;
	text-decoration:underline;
}
.cate_tag{
	padding-left:16px;
	background:url(img/tag.png) left center no-repeat;
}
.cate_cate{
	padding-left:16px;
	background: url(img/category.png) left center no-repeat;
}
.cate_comment{
	padding-left:16px;
	background: url(img/comment.png) left center no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページナビ・個別記事ナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tablenav, .kiji-navigation {
	font-size:13px;
	background:none;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}
a.page-numbers, .tablenav .current {
	color: #555;
	padding: 5px 10px;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px; 
    	border-radius: 5px;
	box-shadow:0 0 5px #FF95BA,
	           0 0 5px #FFF;
    	-webkit-box-shadow:0 0 5px #FF95BA,
	                   0 0 5px #FFF;
	text-decoration:none;
	font-size:smaller;
	background:#FFF;
}
.kiji-navigation a{
	color:#555555;
	text-decoration:none;
}
a.page-numbers:hover, .kiji-navigation a:hover  {
	color:#F60;
	background: #FFF;
}
.tablenav .current {
	color: white;
	font-weight:bold;
	background:#FF95BA;
}
.tablenav .next, .tablenav .prev {
	border:0 none;
	background:#FFF;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドカテゴリー・サイトマップ・カスタムメニュー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_contents_box ul, #right_contents_box ul{
	margin: -5px 0 10px;
	padding:0 10px;
	font-size:12px;
	line-height:17px;
	text-align:left;
	list-style: none;
}
#left_contents_box ul li, #right_contents_box ul li{
	color:#111;
	margin:0;
	padding:10px 0;
	line-height:200%;
	color:#333;
	text-decoration:none;
	border-top: none;
	border-bottom:none;
}
#left_contents_box ul li a, #right_contents_box ul li a{
	color:#111;
	padding:0;
	margin:0;
	color:#333;
	text-decoration:none;
	background:none;
	display: block;
}
#left_contents_box ul a:hover, #right_contents_box ul li a:hover,#left_contents_box ul li.last a:hover, #right_contents_box ul li a:hover{
	color:#F60;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイド入れ子設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_contents_box ul.sub-menu, #right_contents_box ul.sub-menu{
	margin:15px 0 -10px;
	padding:0;
	border: none;
}
#left_contents_box ul.sub-menu, #left_contents_box ul.children,
#right_contents_box ul.sub-menu, #right_contents_box ul.children{
	margin:14px 0 -13px;
	padding: 0;
	color: #333;
	line-height: 140%;
	text-align: left;
}
#left_contents_box ul.sub-menu li, #left_contents_box ul.children li,
#right_contents_box ul.sub-menu li, #right_contents_box ul.children li{
	margin:0;
	padding: 15px 0 15px 20px;
	color: #333;
	line-height: 140%;
	text-align: left;
	border-bottom:none;
}
#left_contents_box ul.sub-menu li li, #left_contents_box ul.children li li,
#right_contents_box ul.sub-menu li li, #right_contents_box ul.children li li{
	margin:0;
	padding: 15px 0 15px 20px;
	color: #333;
	line-height: 140%;
	text-align: left;
	border-bottom:none;
}

/* コメント欄　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_contents_box li.recentcomments, #right_contents_box li.recentcomments{
	margin:0 ;
	text-align:left;
}

/* 追尾型サイドバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fix_box1, #fix_box2{
	min-width: 220px;
	max-width: 220px;
	width:100%;
	margin: 0 0 20px;
	padding: 0;
	z-index:9999;
}

/* アイキャッチ付き最新記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#eye_news li a{
	margin:-5px 0;
	text-decoration: none;
	display: block;
	background:#FFFFFF;
}
#eye_news img{
	padding:0;
	margin:0 10px -2px 0;
	line-height:100%;
}
#eye_news p{
	height:55px;
	text-align:left;
	margin:-60px 0 0 60px;
	line-height:150%;
	overflow:hidden;
}
#footer_box_matome ul#eye_news li{
	background: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.textwidget{
	font-size: 12px;
	line-height: 150%;
	text-align:left;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
.textwidget p{
	font-size: 12px;
	line-height:160%;
	margin: 0;
	padding: 5px 0;
	border:1px #FFF solid;
	background-color: none;
	text-align:left;
	border:none;
	overflow:hidden;
}
.textwidget img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
#main_contents_box .textwidget{
	margin:0 0 20px;
	_margin:0 0 10px;
	padding:20px 20px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#333;
	background:#FFF url(img/back1.png) bottom repeat-x;
	clear:both;
}
#main_contents_box .textwidget p{
	font-size:14px;
	line-height:160%;
	margin: 0;
	padding: 5px 0;
	text-align:left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w .textwidget, .c_c_b_w .textwidget{
	margin:6px 0 20px;
	_margin:3px 0 10px;
	padding:5px 20px 10px;
	font-size:13px;
	line-height:20px;
	text-align:left;
	color:#333;
	background:#FFF;
	clear:both;
	overflow: auto;
}
.c_c_t_w .textwidget, .c_c_b_w .textwidget{
	margin:6px 0 20px;
	_margin:3px 0 10px;
	padding:5px 20px 10px;
	font-size:13px;
	line-height:20px;
	text-align:left;
	color:#333;
	background:#FFF;
	clear:both;
	overflow: auto;
}

.c_c_b_w .tagcloud p, .c_c_t_w .tagcloud p{
	padding: 5px 0;
}
.c_c_t_w ul, .c_c_b_w ul{
	margin:6px 0 20px;
	padding:0 20px;
	font-size:13px;
	line-height:20px;
	text-align:left;
	color:#333;
	background:#FFF;
	clear:both;
	overflow: auto;
}
.c_c_t_w ul li, .c_c_b_w ul li{
	margin:0 0 10px;
	padding:0;
	font-size:13px;
	line-height:24px;
	text-align:left;
	list-style-type: none;
	border:none;
	background:none;
	border-bottom:1px #CCC dotted;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w ul li ul, .c_c_b_w ul li ul{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:24px;
	text-align:left;
	list-style-type: none;
	border:none;
	overflow:hidden;
	background:none;
}
.c_c_t_w ul li li, .c_c_b_w ul li li{
	margin:0 0 -10px;
	padding:10px 0 10px 10px;
	font-size:13px;
	line-height:24px;
	text-align:left;
	list-style-type: none;
	border:none;
	background:none;
	border-top:1px #CCC dotted;
}

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

.c_c_t_w ul li a, .c_c_b_w ul li a{
	margin:0;
	padding:0 10px 0 0;
	color:#333;
	text-decoration:none;
	line-height:160%;
	text-align:left;
}
.c_c_t_w a:hover, .c_c_b_w a:hover{
	color:#F60;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タグクラウド */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tagcloud{
	font-size: 14px;
	line-height: 180%;
	text-align:center;
	margin: -9px 0 10px 0;
	padding:10px 7px;
	background:none;
	clear: both;
	overflow:hidden;
}
.tagcloud a{
	color:#555;
	font-size: 18px;
	text-decoration: none;
}
.tagcloud a:hover{
	color:#F60;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#wp-calendar caption{
	margin: 0;
	padding:12px 12px 7px;
	font-size: 15px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	line-height:18px;
	background:url(img/c_back.png) repeat;
	border-bottom:5px #FF95BA solid;
	clear:both;
}
#wp-calendar {
    	width: 220px;
 	padding: 0;
 	margin:0 0 20px;
 	color: #616B76;
	background:#FFF;
 	text-align: center;
}
/*曜日行*/
#wp-calendar thead {
	margin:0;
	padding:0;
    	font-size: 12px;
}
/*曜日セル*/
#wp-calendar thead tr th {
	margin: 0;
	padding:0;
	background: #e8e8e8;
	border-left:1px #f2f2f2 solid;
	border-right:1px #ddd solid;
}
/*日付セル*/
#wp-calendar tbody td {
	margin:0;
	width:24px;
	height:24px;
	text-align: center;
}
#wp-calendar #prev a{
	color:#555;
	font-weight:bold;
	text-shadow: 0px 1px 1px #ccc;
	text-decoration:none;
}
#wp-calendar #prev a:hover{
	color:#FF5D95;
	text-shadow: 0px 1px 1px #FF95BA;
	text-decoration: underline;
}
/*当日*/
 table#wp-calendar td#today {
	color: #FFF;
	font-weight: bold;
	background:url(img/c_back.png) repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#searchform , #main_contents_box #searchform{
    	margin:0 0 20px;
    	padding:0;
    	background:#FF5D95;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px; 
    	border-radius: 5px;
	border:1px #FF95BA solid;
}
#searchform .screen-reader-text{
    display:none;
}
/* 検索エリア */
#s {
    	width: 60%;
    	height: 32px;
    	line-height: 30px;
   	 padding:0 5%;
	margin:0;
    	vertical-align: bottom;
    	border:none;
    	border-radius: 5px 0 0 5px;
    	outline: none;
    	box-sizing: content-box;
    	-webkit-appearance: textfield;
    	color: #999;
    	background:#FFF;
}
#s:focus {
    color: #333;
}
/* 検索ボタン */
#searchsubmit {
	width: 30%;
    	height: 32px;
    	vertical-align: bottom;
    	border:none;
    	border-radius: 0 5px 5px 0;
    	margin-left: -6px;
    	color: #FFF;
	*color:#333;
    	background: -webkit-linear-gradient(top, #FF5D95, #FF95BA);
    	background: -moz-linear-gradient(top, #FF5D95, #FF95BA);
    	background: linear-gradient(top, #FF5D95, #FF95BA);
    	cursor: pointer;
}
#searchsubmit:hover {
    	background: -webkit-linear-gradient(top, #FF95BA, #FF5D95);
    	background: -moz-linear-gradient(top, #FF95BA, #FF5D95);
    	background: linear-gradient(top, #FF95BA, #FF5D95);
		border-left:1px #FF95BA solid;
    }
#searchsubmit:active {
    	border-bottom-color: #fff;
    	box-shadow: 0 1px 0 #ddd,
    	0 -1px 0 #fff,
    	-1px 0 0 #fff,
    	1px 0 0 #ddd;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* RSS購読設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rss-space {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
.rss-button {
	text-align: center;
	width:100%;
	padding:5px;
	clear: both;
}
.rss-space a {
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* お気に入りボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.favorite-space {
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
	clear: both;
}
.favorite-button {
	text-align: center;
	width:100%;
	padding:5px;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターBOX設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box{
	width:100%;
	margin: 0;
	padding:8px 0 0;
	font-size:12px;
	background:url(img/footer.png) bottom repeat-x;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOPに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#go_top{
	width:970px;
	margin:0 auto;
	padding:0;
	background:none;
	display:block;
	text-align:right;
	clear:both;
	overflow:hidden;
	position:fixed;
	bottom:20px;
	right:20px;
}
#go_top a{
	width:50px;
	height:50px;
	display:block;
	margin: 0;
	padding:0;
	text-decoration:none;
	background:url(img/go_top.png) center no-repeat;
	float:right;
}
#go_top a:hover{
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターフリースペース */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#f_box_matome{
	width:970px;
	margin:-20px auto 0;
	padding:0 0.5%;
	background: url(img/clear.png) repeat;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	overflow:auto;
	*overflow:hidden;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box{
	width:31.3%;
	margin:10px 0.5% 0;
	color:#555;
	text-align:left;
	display:block;
	padding: 0.5%;
	background:#FFFFFF;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	float:left; 
}
.mini_box .title{
	margin:0 0 8px;
	padding:12px 12px 14px ;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #CCC;
	text-align: left;
	line-height:18px;
	border:none;
	box-shadow:none;
	background: url(img/s_ti_line.png) bottom repeat-x; 
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box ul{
	margin:0 0 10px;
	padding:0;
	list-style:inside;
	text-align:left;
	text-decoration:none;
}
.mini_box ul li{
	padding:5px 0 5px 20px;
	margin:0;
	text-align:left;
	list-style:none;
	border-bottom:1px #ccc dotted;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターカテゴリー・サイトマップ・カスタムメニュー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box ul.sub-menu{
	margin:6px 0 -5px;
	padding:0;
	border: none;
}
.mini_box ul.children{
	margin:6px 0 -5px;
	padding: 0;
	color: #333;
	line-height: 140%;
	text-align: left;
}
.mini_box ul.sub-menu li, .mini_box ul.children li{
	margin:0;
	padding: 6px 0 6px 20px;
	color: #333;
	line-height: 140%;
	text-align: left;
	border:none;
	border-top:1px #CCC dotted;
}
.mini_box ul.sub-menu li li, .mini_box ul.children li li li{
	margin:0;
	padding: 6px 0 6px 20px;
	color: #333;
	line-height: 140%;
	text-align: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box ul#eye_news img{
	margin: 3px 0 6px -10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box .tagcloud{
	line-height: 180%;
	text-align: center;
	margin: 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
	border: none;
	background: #FFF;
	box-shadow: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box .textwidget_border0,.mini_box .textwidget{
	background: #FFFFFF;
	padding: 10px;
	border: none;
	box-shadow: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box #wp-calendar{
	margin: auto auto 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box a{
	color:#555;
	margin: 0;
	padding:0;
	text-align:left;
	text-decoration:none;
}
.mini_box a:hover{
	color:#F60;
	margin: 0;
	padding:0;
	text-align:left;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer{
	width:100%;
	margin: 0;
	padding:0;
	text-align:center;
	clear:both;
}
#footer p{
	width:950px;
	height:37px;
	margin:0 auto;
	padding: 0;
	color:#000000;
	line-height:37px;
	font-size:13px;
	overflow:hidden;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#F60;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*関連記事ページ設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanrenmenu_thumb, .Kanrenmenu {
	margin:0px 0 20px;
	_margin:0 0 10px;
	padding:0;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#333;
	border:none;
	overflow:hidden;
	clear:both;
}
.kanrenmenu_thumb ul, .Kanrenmenu ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	clear: both;
}
.kanrenmenu_thumb ul li, .Kanrenmenu ul li {
	margin: 0;
	padding: 10px 0;
	color: #06F;
	text-decoration: none;
	text-align: left;
	background: none;
	border-bottom: 1px #CCCCCC dotted;
	overflow: auto;
	clear: both;
}
.kanrenmenu_thumb ul li img {
	padding: 1px;
	margin: 3px 0 3px 10px;
	border: 1px #CCCCCC solid;
	float: left;
}
.kt-tag {
	margin: 0;
	padding: 0 10px 0 20px;
	color: #444;
	text-decoration: none;
	overflow: hidden;
}
.kt-tag p.r-time-data {
	font-size: 13px;
	text-align: left;
	line-height: 120%;
	margin-bottom: 10px;
}
.kt-tag p.r-title-l {
	text-align: left;
	line-height: 130%;
}
.kt-tag a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.kt-tag a:hover {
	color: #F60;
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comments-box {
	zoom: 1;
	margin: 0;
}
.comments-box img {
	vertical-align: middle;
}
.cancel-comment-reply {
	padding: 5px 0 0;
}
.cancel-comment-reply a {
	color: #000;
}
.text {
	border: 1px solid #CCC;
	padding: 2px;
	color: #777;
	width: 200px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフレーム部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}
ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}
ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #CCC;
	box-shadow:0 0 5px #c5c5c5,
	           0 0 5px #FFF;
        -webkit-box-shadow:0 0 5px #c5c5c5,
	                   0 0 5px #FFF;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #95AAC5;
}
ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #CCC;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #CCC;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}
ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}
ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}
ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}
ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}
ol.commentlist li div.reply a {
	color: #333 !important;
}
ol.commentlist li div.reply a:hover {
	color: red  !important;
	text-decoration: none;
}
ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #CCC;
}
ol.commentlist li ul.children li li.alt {
	background: #fff;
}
ol.commentlist li ul.children li.depth-2 {
	background: #eee;
}
ol.commentlist li ul.children li.depth-3 {
	background: #ddd;
}
ol.commentlist li ul.children li.depth-4 {
	background: #eee;
}
ol.commentlist li ul.children li.depth-5 {
	background: #fafafa;
}
ol.commentlist li ul.children li.depth-6 {
	background: #fafafa;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

input[type=submit] {
	color: #333;
}
#respond {
	background: #FFF;
	margin: 0;
	padding: 10px;
	position: static;
	border: 1px solid #ddd;
}
#container2l #respond,#container2l #respond{
	background: #EEE;
	margin: 0;
	padding: 10px;
	position: static;
	width: 670px;
}
#respond input[type="text"] {
	display: block;
	height: 24px;
}
#respond input[type="text"], #respond textarea {
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 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;
	position: relative;
	left: auto;
	border: 1px solid #CCC;
	color: #555;
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
}
#contents .box_out {
	background-color: fafafa;
	margin-bottom: 5px;
	padding: 5px;
}
#contents .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 10px;
}
#fs {
	margin: 0px;
}
#comform input, #tb input, #comform select, #comform textarea {
	padding: 0.5em ;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバック */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
	width:100%;
	margin: 10px 0 ;
	padding:10px 0 0;
}
.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 #000033;
}
#trackback-list p {
	font-size: 14px;
	margin: 0px 10px 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comment_box p{
	line-height:20px;
	text-align:left;
	color:#222;
}
.comment_write{
	text-align:left;
}
.abox{
	margin:0;
	line-height:20px;
	text-align:left;
	color:#222;
}
.bbox{
	margin:0 0 10px 20px;
	line-height:20px;
	text-align:left;
	color:#222;
}

/* サイトマップページ・ アーカイブページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#econtent-none .sitemap ul{
	font-size:14px;
	margin: 10px 0 0 ;
	padding:0;
	list-style:none;
}
.sitemap li{
	font-size:14px;
	margin: 0 10px 10px;
	padding:0 0 0 25px;
	list-style: none;
}	
list-style:none;
	color:#06F;
	font-size:12px;
	text-decoration:none;
}
.sitemap li a{
	text-decoration: none;
	color:#555; 
}
.sitemap li a:hover{
	color:#F60;
	text-decoration: underline; 
}
h4.sitemap-cate-title {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin:2px 10px 10px;
	padding:8px 15px 6px 10px; 
	background:#FFF;
	clear:both;
}
h4 a{
	text-decoration:none;
	color:#555;
}
h4 a:hover{
	color:#F60;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ショートコード
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.docter_man, .docter_woman, .nurse, .man, .old_man, .woman, .old_woman{
	float:left;
}

/* 大枠フキダシ */
.fkdsbox_black, .fkdsbox_blue, .fkdsbox_green, .fkdsbox_red, 
.fkdsbox_pink, .fkdsbox_orange{
	max-width:60%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボタン
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ランキング用ボタン１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.go_ranking{
	margin: 20px 0 10px;
	text-align: right;
 }
#contents_in .go_ranking img {
	width: 200px;
	margin: 0;
 }
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グラフ設定
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

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

/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph2 {
	width: 100%;
	border-collapse: collapse;
}
table.graph2 tr{
	margin: 0;
	padding: 0;
}
table.graph2 th{
	margin: 0;
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px;
}
table.graph2 td{
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

/* グラフ３ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph3 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; 
}
table.graph3 tr{
	margin: 0;
	padding: 0;
	border: none;
}
table.graph3 th {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.graph3 th: first-child {
	border-radius: 5px 0 0 0;
}
table.graph3 th: last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.graph3 td{
	margin: 0;
	padding: 7px 10px;
	background: #FFFFFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボックス
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ranking_box {
	border-top: none;
	margin: 0;
	padding: 10px 5px 0;
}
.ranking_box p {
	font-size: 14px;
	line-height: 160%;
}
.ranking_box a {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contents_in .textwidget table{
	font-size: 14px;
	line-height: 160%;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングa
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankinga-border {
	border-style: solid;
	border-width: 3px;
	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px; 
        border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.rankingvera {
	width:100%;
	border: none;
	border-collapse: collapse;
	margin:0 0 10px;
}
.rankingvera tr {
	margin: 0;
}
.rankingvera .r1-title-no1 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 64px;
	background: url(img/ranking/no1.png) no-repeat;
}
.rankingvera .r1-title-no2 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 64px;
	background: url(img/ranking/01no2.png) no-repeat left center;
}
.rankingvera .r1-title-no3 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 64px;
	background: url(img/ranking/01no3.png) no-repeat left center;
}
.rankingvera .r1-title-no4 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 64px;
	background: url(img/ranking/01no4.png) no-repeat left center;
}
.rankingvera .r1-title-no5 {
	font-size: 18px;
	font-weight: bold;
	color: #363434;
	line-height: 220%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 64px;
	background: url(img/ranking/01no5.png) no-repeat left center;
}
.rankingvera td {
	width:30%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: none;
}
.rankingvera td p {
	font-size: 14px;
	line-height: 160%;
}
#contents_in .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: 96%;
	*width:68%;
	display:block;
	margin: 0 3% 0 0;
	*margin: 0;
	padding: 0;
	background: url(img/ranking/no1_back.png) no-repeat;
	float:left;
}
.rankingvera .ra-img {
	width:100%;
	margin: 40px 0 0 4%;
	padding:0;
	float:right;
}
.rankingvera .ra-img a img {
	width: 100%;
	*width: 90%;
	margin: 0;
	padding:0;
}
.rankingvera .r-a-contents {
	margin: 0 0 15px;
	padding: 5px 10px;
	background: url(img/ranking/orange_moji_back.png) repeat;
	border: 3px #FFE49A solid;
	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px; 
        border-radius: 10px;
	overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングb
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingb-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.rankingverb{
	width:100%;
	padding:0;
	margin:0;
	border-collapse: collapse;
}
.rankingverb tr{
	width:100%;
	margin: 0;
	border-style: 1px solid #DDDCCC;
	border-width: 
}
.rankingverb th{
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking/ranking-bg.png) repeat-x;
	border: 1px solid #DDDCCC;
}
.rankingverb .r1-title-no1{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank1.png) no-repeat left center;
}
.rankingverb .r1-title-no2{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank2.png) no-repeat left center;
}
.rankingverb .r1-title-no3{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank3.png) no-repeat left center;
}
.rankingverb .r1-title-no4{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank4.png) no-repeat left center;
}
.rankingverb .r1-title-no5{
	font-size: 16px;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/a-rank5.png) no-repeat left center;
}
.rankingverb td {
	width:30%;
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	background-color: none;
	float:left;
}
.rankingverb .rb-img{
	width:100%;
	margin:0;
	padding: 0;
}
.rankingverb td .ra-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;
	font-size: 14px;
	line-height: 160%;
}
#contents_in .rankingverb td p.catch{
	max-width: 100%;
	margin: 5px 0 10px;
	font-size: 16px;
	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: -12px;
	left: 35%;
}
.rankingverc td.rbg {
	width:92%;
	display:block;
	margin: 0;
	padding: 10px 0 10px 8%;
	*folat:right;
}
.rankingverc td p {
	font-size: 14px;
	line-height: 160%;
}
#contents_in .rankingverc p.catch {
	max-width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	margin: 10px 0 0;
	padding: none;
}
.rankingverc td a {
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングd
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingd-box {
	margin: 0;
	padding: 0;
}
.box_in_ranking_black {
	width: 30%;
	float: left;
	padding: 5px 0.5% 10px;
	margin: 0 0.5%;
	border-color: #DDDCCC;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px; 
        border-radius: 5px;
}
.rankingd-box .r1-title-no1 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/c-rank1.png) no-repeat left center;
}
.rankingd-box .r1-title-no2 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/c-rank2.png) no-repeat left center;
}
.rankingd-box .r1-title-no3 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(img/ranking/c-rank3.png) no-repeat left center;
}

.box_in_ranking_black a{
	text-decoration: none;
	background: none;
}
#contents_in .box_in_ranking_black p {
	font-size: 13px;
	padding: 2px 0 5px;
	clear: both;
}
#contents_in .box_in_ranking_black p.catch {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	padding: 10px 0 5px;
}
#contents_in .box_in_ranking_black p.r-link {
	padding: 5px 0;
	text-align: right;
}
#contents_in .box_in_ranking_black p.r-link a{
	color: #0044CC;
	font-weight: bold;
	text-decoration: underline;
}
#contents_in .box_in_ranking_black p.r-link a:hover {
	color: #F60;
	text-decoration: none;
}
.box_in_ranking_black img {
	max-width:100%;
	*width:95%;
	margin:0;
	*margin: 0 auto;
	padding:0;
	float:left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */