@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background: url(./images/common/bg-dot.png) #333; } /*背景色の上に透過された小さなドットを配置*/
* html #container{ background: #333; } /* IE6 */

/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333;
	-webkit-text-size-adjust: 100%;}

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #34495E  ; }
a:hover,
a:active{ color: #1aafbc   ; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 0px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: absolute;
	top: 0;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(./images/icon/icon-arrow03.png) left center no-repeat;
}

#top-menu li a:link,
#top-menu li a:visited{ color: #fff; }
#top-menu li a:hover,
#top-menu li a:active{ color: #f60; }


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	border-bottom: 0px solid #000;
	color: #fff;
	font-size: 1.2em;
	background:#ffffff;
}

#header-in{ padding: 25px 0; }

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 59.5%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
	margin-bottom: 0.2em;
	font-size: 3em;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #fff; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	width: 40%;  /*・1行の幅はwidthの値を変更*/
}

#header h1{
	margin-bottom: 0em;
	padding-left: 0.5em;
	font-size: 1.167em;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	border-top: 0px solid #555; /*メニュー上のラインの設定*/
	border-bottom: 0px solid #40ad3b; /*メニュー下のラインの設定*/
	background:#34495E ;


}

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#global-nav #menu{
	font-size: 14px;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
	font-weight: bold;
}


#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 13px 45px 13px 45px;
	background: umrl(./images/icon/icon-gnav.png) 0.5em center no-repeat;
	color: #fff; /* メニューのフォントの色*/
	text-decoration: none;
}

#global-nav #menu li a:hover,
#global-nav #menu li a:active{
	background-color: #476482; /*マウスカーソルを乗せた時、クリック時の背景色*/
}

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul li a:link,
#global-nav #menu li ul li a:visited{ color: #555; } /*標準時と既に訪れたリンクの背景色*/
#global-nav #menu li ul li a:hover,
#global-nav #menu li ul li a:active{
	color: #fff;
	filter: alpha(opacity=100); /* ie8以下用の透明度を設定 */
	-moz-opacity: 1.0; /* Firefox用の透明度を設定 */
	opacity: 1.0; /* 透明度を設定 */
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

.article{
	padding:0px 10px;
}

.article img{
	margin-top:8px;
	border:1px solid #ddd;
	padding:5px;
	background:#eee;
}


#main{
	background-color: #eeede9;
}

#main-in{
	padding-top: 1em;
	padding-bottom: 1em;
}


/*●メイン画像*/
#main-image{
	border-bottom: 1px solid #c8c8c8;
	background: url(./images/common/bg-main-image.gif) center bottom repeat-x #fff;
}

#main-image-in{
	position: relative;
	padding: 1em 0;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(./images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 16px !important; 
/*Android Chromeフォントバグ対策*/
max-height: 999999px;
}

#main-contents .contents{
	margin-bottom: 0px; 
	padding: 20px 10px 20px 10px;
	border-bottom: 0px solid #E6E5E1!important;
}

#main-contents img{
}

#main-contents a:hover img{
}


/*●H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0.3em 0.5em;
	border-left: 0px solid #40ad3b;
	color: #34495E;
	font-size: 25px;
	font-weight:bold;
}

* html #main-contents h2{ background: #333; } /* IE6 */

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #34495E; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

/*●H3タグ*/
#main-contents h3{
	margin: 0px 0px 0px 0px !important;
	padding: 7px 0px 7px 15px;
	background:#eee;
	border-left: 0px solid #333 ;
	font-size: 19px;
	font-weight: bold;
	color:#333;	
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }


/*●段落タグ*/
#main-contents p{ margin-bottom: 2.5em; }
.t_post p{ margin-bottom: 0px !important; }

/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 2.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0em 0em 2.5em 0em;
	padding: 1em 1em 0em 1em;
	border: 3px solid #d7d7d7;
	background: url(./images/common/bg-blockquote2.png) 3px 3px no-repeat #F4F4F4 ;
	background-position:bottom 10px right 10px;
	color: #444;
}

#main-contents blockquote p{
	margin: 0em 0em 1.5em 0em;
	border: 0px solid #d7d7d7;
}

#main-contents .blockquote-title{
	font-weight:bold;
	font-size:19px;
	margin-bottom: 0px;
	padding: 7px 0px 10px 20px;
	border-bottom: 1px dotted #aaa;
	color: #fff;
	border:3px solid #555;
	background:#555;
	box-shadow: 0px -20px 30px 0px #333 inset;
}

.blockquote-title .fa-lightbulb-o {
	font-size:30px;
	margin-right:13px;
	margin-left:-3px;	
	color:#FFDF00 ;
}

#main-contents .blockquote-hosoku{
	text-align: right;
	font-size:12px;
	margin-top: -17px !important;
	margin-bottom: 10px !important;
	padding: 0px 0px 0px 0px;
	color: #aaa;
}

#main-contents .blockquote-hosoku a:link,
#main-contents .blockquote-hosoku a:link{
	color: #aaa;
}

#main-contents .blockquote-hosoku a:hover,
#main-contents .blockquote-hosoku a:active{
	color: #777;
	text-decoration:underline dotted;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #a6a6a6;
	color: #fff;
	font-weight: bold;
	text-align: left;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/



/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #187fc4; }
#main-contents dl.news dd.cat.color02{ background: #e9546b; }
#main-contents dl.news dd.cat.color03{ background: #00a95f; }
#main-contents dl.news dd.cat.color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05{ background: #a64a97; }
#main-contents dl.news dd.cat.color06{ background: #94c917; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(./images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r.png) 0 5px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) 0 5px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxのタイトルの背景色*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999;
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 0 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 0 6px no-repeat;
}


/*●Twitterウィジェット用*/
#main .twtr-widget{ margin-bottom: 15px; }

#main .twtr-doc{ margin: auto; }

#main .twtr-hd h3,
#main .twtr-hd h3{
	clear: none;
	width: auto;
	border: 0;
	background: none;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sub-contents dd,
#sidebar dd{
	margin: 0;
	padding: 0;
	
}

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 14px; }

.sub-column li{ list-style: none; }

.contents a:link { color: #34495E   ;text-decoration:none;}
.contents a:visited { color: #34495E    }
.contents a:hover { color: #1aafbc; }
.contents a:active { color: #1aafbc; }


/*●コンテンツ*/
.sub-column .contents{
	background:#fff;
	margin-bottom: 30px;
	padding: 15px 15px 20px 15px;
	box-shadow:0px 1px 1px 0px #cbcbcb;
 -moz-border-radius: 3px;    /* Firefox */
 -webkit-border-radius: 3px; /* Safari,Chrome */
 border-radius: 3px;         /* CSS3 */
}

.sub-column hr{ clear: both;
}

.sub-column h3{
	font-size: 16px;
	line-height:30x;
	height:30px;
	margin:-15px -15px 15px -15px !important;
	padding: 10px 0px 5px 15px;
	border: 0px solid #959595; /*サイドバー見出しの枠線*/
	border-bottom: 0px solid #a6a6a6; /*見出しの上部の線*/
	background: #34495E; 
	color: #fff;
	font-weight: bold;
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;    /* 右上 */

}

* html .sub-column h3{ background: #333; } /* IE6 */

.sub-column .contents h3{
	margin: 0px;
	margin-bottom: 0px;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #a6a6a6;
	color: #fff;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.sub-column table#wp-calendar tbody td{ text-align: center; }

.sub-column table#wp-calendar tfoot td{ border-right: none; }

.sub-column table#wp-calendar tfoot td#next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table#wp-calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 0px;
	border-bottom: 0px solid #000; /*フッターの最下部のボーダーの指示*/
	background: #40444d; /*フッター全体の背景を指定*/
	color: #fff; /*文字色の指定*/
	font-size: 1.2em;
}

* html #footer{ background: #333; } /* IE6 */

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	border-left: 21px solid #40ad3b;
	background: url(./images/title/bg-footer-h3.gif) #e0e0e0;
	color: #333;
	font-weight: bold;
}

* html #footer h3{ background: #e0e0e0; } /* IE6 */

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 39%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 60%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left center no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left top no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(./images/icon/icon-arrow03.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	border-top: 1px solid #000;
}

#footer-banner ul{
	padding: 20px 0;
	border-top: 1px solid #555;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	border-top: 0px solid #555;
	background: #34495E;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

* html .copyright{ background: #333; } /* IE6 */


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 0px;
	z-index: 99;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 14px;
	border: 0px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.page-top a:link,
.page-top a:visited{
	background: #333;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background:#575757 ;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents  h2.post-title{
	margin-bottom: 0.5em;
}

#main-contents .contents h3{
	margin: 0 -0.8em 1.5em;
}

.archive-title{
	font-size: 20px;
	margin-bottom: 20px !important;
	margin-right: 0px !important;
	padding: 19px;
	font-weight: bold;
	background: #FFFFFF;
	color: #34495E;
	box-shadow:0px 1px 1px 0px #cbcbcb,0px -20px 20px 0px #f5f5f5 inset;
	 -moz-border-radius: 3px;    /* Firefox */
	 -webkit-border-radius: 3px; /* Safari,Chrome */
	 border-radius: 3px;         /* CSS3 */
	 text-shadow:0px 2px 1px #fff;
}


.archive-title .fa-search{
	font-size:23px;
	margin-right:3px;
}


/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 6px no-repeat;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}


.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column h3 a.rsswidget:link,
.sub-column h3 a.rsswidget:visited{ color: #fff; }

.sub-column  a.rsswidget:hover,
.sub-column  a.rsswidget:active{ color: #f60; }


.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #39f; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #f60; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #cfcfcf;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: right;
}

/*------------------------------------------------------------
　コメント欄 h3
-------------------------------------------------------------*/
h3#comments_h3_1 {
	margin-top:-17px !important;
	font-size:19px !important;
	padding:10px 10px 10px 15px !important;
}

h3#comments_h3_2 {
	margin-top:-20px !important;
	font-size:19px !important;
	padding:10px 10px 10px 15px !important;
}

#respond p{
    margin-bottom:1em;
}

/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{ padding: 10px; }

#main-contents .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	list-style: none;
	position:relative;
}

#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
	
}

#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

.comment-meta{ font-size:12px;
color:#eee !important;
position:absolute;
right:5px;
bottom:5px;
}

.comment-meta a:link,
a:visited{ color: #888; }
.comment-meta a:hover,
a:active{ color: #333; }


#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 22px;
	background: url(./images/icon/icon-arrow_r.png) 0 1px no-repeat;
}

.comment-author img{
	padding:0px 0px 0px 0px !important;
	margin-right:10px !important;
	border:0px !important;
	background:none ;
	border-radius: 50px;
	  -webkit-border-radius: 50px;
	  -moz-border-radius: 50px;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
}

img.alignright{
	float: right;
	padding-left: 30px;
}

img.aligncenter{
	display: block;
	margin: auto;
}


/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

#sitemap_list li{
	list-style: none;
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 8px no-repeat;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}


/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(./images/icon/icon-arrow_r.png) right 7px no-repeat;
}


/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }


/*------------------------------------------------------------
　トップ　記事一覧
-------------------------------------------------------------*/
.i_left {
	width:200px;
	height:150px;
	background:#eAeAeA;
	float: left;
	margin-right: 20px;
	margin-left:-2px;
	border: 1px solid #DDDDDD;
	padding:3px;

		}
	

.i_left img {
background: none !important;
border: 0px solid #DDDDDD !important;
padding: 0px !important;
margin-top:0px !important;
}

.i_excerpt{
	margin-top:-12px;
	font-size:13px;
	width:730px;
	color:#5e5e5e;
	word-break:break-all;
}

.i_date {
    text-align: center;
	font-size:12px;
	color:#AAAAAA;
	position:absolute;
	left:590px;
	top:155px;
	background:#f8f8f8 ;
	height:25px;
	line-height:25px;
	width:163px;
	padding:0px 0px;
}


.alllink {
	border:0px solid #333;
	position:relative;
	background:#ffffff;
	width:100%;	
	border-bottom: 0px solid #E6E5E1!important;
	margin-bottom:20px;

	box-shadow:0px 1px 1px 0px #cbcbcb;
 -moz-border-radius: 3px;    /* Firefox */
 -webkit-border-radius: 3px; /* Safari,Chrome */
 border-radius: 3px;         /* CSS3 */
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

p.linkarea {
	text-align:right;
}

p.linkarea a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:left;
	text-indent:-9999px;
	filter:alpha(opacity=0);
}

.alllink:hover {
	padding-left:0px;
	position:relative;
	width:100%;
	color:#fff;
	background:#f6f6f6   !important;
	border:0px solid #fff;
	box-shadow: 0px 0px 5px #ededed; 
	box-shadow:0px 1px 1px 0px #cbcbcb,0px 0px 5px 0px #E2E2E2,0px 0px 0px 4px #fff inset; 
}

/*------------------------------------------------------------
　 個別記事　スタイル
-------------------------------------------------------------*/

.k_left {
	width:200px;
	height:150px;
	background:#eAeAeA;
	float: left;
	margin-right: 20px;
	margin-left:0px;
	margin-bottom:30px;
	border: 1px solid #DDDDDD;
	padding:3px; 
}


.k_left img{
background: none !important;
border: 0px solid #DDDDDD !important;
padding: 0px !important;
margin:0px !important;
}



h2.k_title {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color:#34495E !important;
	font-weight:bold;
	font-size: 35px !important;
	margin-bottom:10px !important;
	margin-left: 0px !important; 
	margin-right: 0px !important; 
}


.m_read {
	margin-top:10px;
	margin-bottom:5px;
	height:50px;
	line-height:50px;
	padding: 0px 0px 0px 0px;
	border:#BABABA   0px solid;
	display: block;
	background: #f97e76 ;
	
}

.m_read a:link{ 
	color: #fff ;
	font-size:17px;
	font-weight:bold;
	display: block;
	text-align:center;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	text-shadow: 0px 0px 0px #da6c65  ;
}

.m_read a:hover { 
	color: #fff ;
	background: #fa968f  ;
}
	
.m_read a:visited{ color: #fff; }

.k_post-meta{margin:0px 0px 0px 13px !important;font-size:12px;color:#555;}
.k_post-meta a:visited{color:#555;}
.k_post-meta a:link{color:#555;text-decoration:none;}
.k_post-meta a:hover{color:#1aafbc;text-decoration:underline;}

.k_sns{
	
}


/*------------------------------------------------------------
　記事外　スタイル
-------------------------------------------------------------*/
.waku {
	background:#ffffff;
	padding:20px 10px 20px 10px;
	margin-bottom:30px;
	box-shadow:0px 1px 1px 0px #cbcbcb;
 -moz-border-radius: 3px;    /* Firefox */
 -webkit-border-radius: 3px; /* Safari,Chrome */
 border-radius: 3px;         /* CSS3 */
	}
/*------------------------------------------------------------
　トップ記事並び　top マージン枠
-------------------------------------------------------------*/
.index_waku_margin {
    background:#eee;
    height: 30px;
    }
/*------------------------------------------------------------
　画像横回り込み枠
-------------------------------------------------------------*/
.s_text {
	margin-top:8px;
	min-height:144px;
    overflow: auto;
    margin-bottom:23px !important;
    }

/*------------------------------------------------------------
　関連記事外枠　スタイル
-------------------------------------------------------------*/
.kan_waku {
	background:#fff;
	padding:0px 0px 0px 0px;
	margin-bottom:30px;
	padding-top:10px ;
	padding-bottom:10px ;
	box-shadow:0px 1px 1px 0px #cbcbcb;
 -moz-border-radius: 3px;    /* Firefox */
 -webkit-border-radius: 3px; /* Safari,Chrome */
 border-radius: 3px;         /* CSS3 */	
	}



/*------------------------------------------------------------
　関連記事一覧
-------------------------------------------------------------*/
.wp_rp_wrap {
	padding-top:0px;
	clear: both;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-bottom:0px !important;
	margin-top:0px !important;
}

.wp_rp_wrap img {
	margin:0px !important;
}

.wp_rp_wrap .related_post_title {
	clear: both !important;
	margin:0px !important;
	padding:5px 0px 12px 15px !important;
	border: 0 !important;
	text-align: left !important;
	font-weight: bold !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-variant: normal !important;
	line-height: normal !important;
	background:#ffffff !important;
}



#main-contents .wp_rp_wrap h3{
	color:#34495E;
	box-shadow:0px -30px 30px 0px #f7f7f7 inset;
	 -moz-border-radius: 3px;    /* Firefox */
	 -webkit-border-radius: 3px; /* Safari,Chrome */
	 border-radius: 3px;         /* CSS3 */
	 text-shadow:0px 1px 2px #fff;
}


.related_post_title .fa-plus-circle{
	font-size:18px;
	padding:0px 8px 0px 2px;	
}


div.wp_rp_content {
	display: inline-block !important;
}

div.wp_rp_footer {
	text-align: right !important;
	overflow: hidden !important;
	
}
div.wp_rp_footer a {
	color: #999 !important;
	font-size: 11px !important;
	text-decoration: none !important;
	display: inline-block !important;
}
div.wp_rp_footer a.wp_rp_edit {
	color: #fff !important;
	font-size: 12px !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	background: #f79124 !important;
	border-radius: 2px !important;
	padding: 3px 0px;
	
}

ul.related_post {
	display: inline-block !important;
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.related_post li {
	position: relative !important;
	display: inline-block !important;
	vertical-align: top !important;
	zoom: 1 !important;
	*display: inline !important;
	background: none !important;
	width: 384px !important;
	margin: 0px !important;
	padding: 0px 0px !important;
	border-top: #E6E5E1 1px solid;
}

ul.related_post li:nth-child(2n) {
	border-left: #E6E5E1 1px solid;
}

ul.related_post li:nth-child(2n+1) {
	border-right: 1px transparent solid !important;
}


ul.related_post li:hover {
	background: #f4f4f4 !important;
}


ul.related_post li a {
	position: relative !important;
	display: block !important;
	font-size: 15px !important;
	text-decoration: none !important;
	margin-bottom: 5px !important;
	text-indent: 0 !important;
	margin: 0 !important;
	height:75px;
	border: 0px solid !important;
	padding: 10px 10px 10px 0px ;
	margin: 0px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: normal !important;
	font-family: arial !important;
	color: rgb(68, 68, 68) !important;
	float:left;
		font-family:"Lucida Grande","segoe UI","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",Meiryo,Arial,sans-serif !important;
}
ul.related_post li a.wp_rp_title {
	margin-top: 0px !important;
	width:249px;
	font-family:"Lucida Grande","segoe UI","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",Meiryo,Arial,sans-serif;
}
ul.related_post li img {
	display: block !important;
	width: 100px !important;
	height: 75px !important;
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 0px solid #ddd !important;
	padding-top:0px;	
	padding-left:15px;
	padding-right:0px;
}

ul.related_post li a img.wp_rp_santa_hat {
	display: none !important;
}

ul.related_post li small {
	font-size: 80%;
}


/*------------------------------------------------------------
　人気記事　ウィジェット
-------------------------------------------------------------*/
.popular-posts ul li{
	clear:left;
	margin:0px 0px 0px -20px;
	background:none !important;
	overflow:hidden；;
}
 
.popular-posts img{
	float:left;
	background:#eAeAeA;
	border: 1px solid #DDDDDD;
	padding:3px;
	margin-bottom:15px;
	margin-right:10px;
	}
 
.popular-posts .wpp-post-title,
.popular-posts .post-stats{
	width:180px;
	float:left;
	padding:5px 0px 0px 0px;
	overflow:hidden;
	margin-right:-10px;
}
/*------------------------------------------------------------
　最新記事　ウィジェット
-------------------------------------------------------------*/
#npcatch{ margin: 0; padding: 0;  }

#npcatch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 10px -20px ;
	background:none;
}

#npcatch img{
	float:left;
	background:#eAeAeA;
	border: 1px solid #DDDDDD;
	padding:3px;
}

#npcatch .title{
	width:168px;
	float:left;
	padding:5px 0px 5px 10px;
}

#npcatch li:hover{
}

#npcatch li:hover .title{
}

#npcatch li:hover .title a{
}

#npcatch li:hover .date{
}

/*------------------------------------------------------------
　フッター
-------------------------------------------------------------*/
/*●左右のエリア（幅の合計が920pxになるように）*/
 
#area01{ width: 290px; } //横幅の設定
#area02{ width: 290px; } //横幅の設定
#area03{ width: 290px; } //横幅の設定
 
#area01,
#area02,
#area03{
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
#area01,#area02{ margin-right: 50px; }


/*------------------------------------------------------------
　ページナビ
-------------------------------------------------------------*/
.ori_pagenavi {
    clear:both;
    padding:20px 0;
    position:relative;
    line-height:13px;
    margin-bottom: 0.5em;

	
}
 
.ori_pagenavi span, .ori_pagenavi a {
    display: inline-block;
    margin: 5px 8px 5px 0px;
    padding:15px 15px 15px 15px;
    text-decoration:none;
    width:auto;
	font-weight:bold;
    color:#333;
    background: #fff ;
		box-shadow:0px 0px 5px 0px #e6e6e6;
}
 
.ori_pagenavi a:hover{
    color:#fff;
    background: #34495E ;
}
 
.ori_pagenavi .current{
    padding:15px 15px 15px 15px;
    background: #34495E  ;
    color:#fff;
	
}

/*------------------------------------------------------------
 フォントアイコン
-------------------------------------------------------------*/
.fa-link {
	padding-right:5px;
	padding-top:0px !important;
	font-size:20px !important;
}

.fa-arrow-down{
	padding-right:5px;
}

.fa-twitter{
	position:absolute;
	top: 10px;
	left:20px;
	font-size:50px !important;
}

/*------------------------------------------------------------
 RSSフィード
-------------------------------------------------------------*/
#rss_area{
	margin:0px 0px 0px 0px;
}

#rss_area img{
background:none; !important;	
}

#rss_area:hover img{
background:none !important;	
}


#rss_area ul li{
	margin-left:8px;
	font-size:12px;
	overflow: hidden;
    width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
}

#rss_area ul li li{
	background: none !important;
}



#rss_a{  
  width: 365px;  
  float: left;  
  border-right:2px dotted #ddd ;
  height:140px;
  overflow-y:scroll;
  overflow-x:hidden;
}
#rss_b{  
  width: 365px;  
  float: right;  
  height:140px;
  overflow-y:scroll;
  overflow-x:hidden;
} 



/*------------------------------------------------------------
 見出し
-------------------------------------------------------------*/
.m3 {
	margin: 30px 0px 10px 0px !important;
	padding: 5px 0px 5px 15px;
	background:#eee;
	border-left: 0px solid #333 ;
	font-size: 19px;
	font-weight: bold;
	color:#333;
}

.m_tw {
	position:relative;
	margin: 0px 0px 30px 0px !important;
	padding: 20px 0px 20px 80px;
	background: #F7F1F7;
	font-size: 20px;
	font-weight: bold;
	color: #34495E;
}

/*------------------------------------------------------------
 Movie + 出典
-------------------------------------------------------------*/

.movie1{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:5px;
}

.movie1 iframe{
	position: absolute;
	top: 0;
 	right: 0;
	width: 100% !important;
	height: 100% !important;
	max-height:400px;
}

.c_i{
	font-size:14px;
	color:#bbb;
}


.c_i a:link,.c_i a:visited{
	 color: #8EC0CF     ; 
	 }
.c_i a:hover,.c_i a:active{
	 color: #1aafbc   ; 
	 text-decoration:underline;}


/*------------------------------------------------------------
 記事整形
-------------------------------------------------------------*/
.t_h {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color:#333;
}
.t_b{
	font-size: 17px;
	padding:0px 0px 0px 0px;
	border:0px solid #d7d7d7;
	margin-top:10px ;
	margin-bottom:62px !important;
}

.t_a{
	margin-left:0px;
	margin-top:-60px ;
	margin-bottom:62px 
	}


.q_url{
	font-size: 10px;
	margin-top:-20px ;
	margin-bottom:0px 
	}


#side_bar_ad_01{
    color:#888;
    background:#e6e6e6;
    height:250px;
    text-align:center;
    line-height:250px;
    width:300px;
    margin:-15px 0px -20px -15px !important;
}


/*------------------------------------------------------------
 広告
-------------------------------------------------------------*/
#ad-kijishita {
	background:#f5f5f5;
	border:#eee solid 1px;
	padding:15px 37px 15px 37px;
	height:250px;
	margin:30px 10px 0px 10px;
	}

#ad-kijishita img {
	background:#f5f5f5;
	border:#eee solid 0px !important;
	padding:0px !important;
	margin: 0px;
	}
 
#ad-left {
     float:left;
     }
 
#ad-right {
     float:right;
     }   

/* AA用の設定 デフォルトでよければ削除してください */

div.comment-info{
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color:#333;
}
 
cite.comment-author{
    color: green;
    font-weight:bold;
}
 

ol.commets-list p{
	font-size: 17px;
	padding:0px 0px 0px 0px;
	border:0px solid #d7d7d7;
	margin-top:10px ;
	margin-bottom:62px !important;
}
 
ol.commets-list {
	font-size:12px;
    padding-left: 0px;
}

/*------------------------------------------------------------
 ひとこと
-------------------------------------------------------------*/

.hitokoto{
	display: flex;
	margin-bottom:40px;
}
.user_icon{
	background-image: url("http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=55");
	border: #C4C4C4 6px solid;
	height:55px;
	width:55px;
	border-radius: 50%;
	margin-right:0px;
	padding-bo:2px;
}


.ed_h{
	font-size:11px;
	margin-bottom:3px !important;
	margin-left:3px !important;
	color:#777;
}

.ed_c{
	font-size:17px;
	margin-bottom:12px !important;
}


.left_balloon {
	padding:7px 10px 0px 15px;
    position: relative;
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin: 0px 0px 0px 25px;
    border-radius: 8px;
    width:500px;
}
.left_balloon:after,
.left_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #f5f5f5;
    border-width: 14px;
    margin-top: -14px;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #ddd;
    border-width: 15px;
    margin-top: -15px;
}


/*------------------------------------------------------------
 SNS_t
-------------------------------------------------------------*/

#share_t{
	padding:7px 0px 3px 10px;
	margin:20px 10px 20px 10px;
	background:#f5f5f5;
	border:1px #eee solid;
	border-radius: 8px;

}

#share_t ul{
	height:auto;
	margin-left:0px;
}
#share_t li{
	padding-left:0px;
	position:relative;
	font-size:12px;
	float:left;
	text-align:center;
	width:129px;
	margin-right:15px;
	margin-left:0px;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}

#share_t li:last-child{
	margin-right:0px;
}

#share_t li.share-twitter_t{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share_t li.share-twitter_t:hover{
	background:#83c3f3;
}

#share_t li.share-twitter_t a:before {
position:absolute;
top:8px;
left:20px;
content: "\f099";
font-family: FontAwesome;
color:#fff;
font-size:17px;
}

#share_t li.share-facebook_t{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share_t li.share-facebook_t:hover{
	background:#4c70ba;
}
#share_t li.share-facebook_t a:before {
position:absolute;
top:8px;
left:16px;
content: "\f230";
font-family: FontAwesome;
color:#fff;
font-size:17px;
}

#share_t li.share-google_t{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share_t li.share-google_t:hover {
	background:#e47365;
}
#share_t li.share-google_t a:before {
position:absolute;
top:9px;
left:15px;
content: "\f0d5 ";
font-family: FontAwesome;
color:#fff;
font-size:16px;
}


#share_t li.share-hatena_t{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share_t li.share-hatena_t:hover{
	background:#4888d4;
}
#share_t li.share-hatena_t a:before {
position:absolute;
top:8px;
left:22px;
content: "B!";
font-weight:bold;
font-family: FontAwesome;
color:#fff;
font-size:17px;
}

#share_t li.share-pocket_t{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share_t li.share-pocket_t:hover{
	background:#f26f7f;
}
#share_t li.share-pocket_t a:before {
position:absolute;
top:9px;
left:18px;
content: "\f265";
font-weight:bold;
font-family: FontAwesome;
color:#fff;
font-size:18px;
}

#share_t a{	
	display:block;
	padding-left:0px;
	height:25px;
	padding-top:8px;
	color:#ffffff;
	text-decoration:none;
}
#share_t a:hover{
	text-decoration:none;
	color:#ffffff;
}
.arrowBox_t {
	box-sizing:border-box;
	position:absolute;
	top:5px;
	left: 95px;
	display:inline-block;
	width: 29px;
	height: 25px;
	padding-top: 4px;
	background: rgba(0, 0, 0, 0.12);
	border: 0px solid #cccccc;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}

/*------------------------------------------------------------
 SNS
-------------------------------------------------------------*/

#share{
	padding:62px 0px 15px 20px;
	margin:20px 10px 0px 10px;
	background:#f5f5f5;
	border:1px #eee solid;
	border-radius: 8px;

}

#share ul{
	height:auto;
	margin-left:0px;
}
#share li{
	padding-left:0px;
	position:relative;
	font-size:14px;
	float:left;
	text-align:center;
	width:125px;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}

#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}

#share li.share-twitter a:before {
position:absolute;
top:9px;
left:22px;
content: "\f099";
font-family: FontAwesome;
color:#fff;
font-size:20px;
}

#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-facebook a:before {
position:absolute;
top:9px;
left:21px;
content: "\f230";
font-family: FontAwesome;
color:#fff;
font-size:18px;
}

#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-google a:before {
position:absolute;
top:10px;
left:17px;
content: "\f0d5 ";
font-family: FontAwesome;
color:#fff;
font-size:18px;
}


#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-hatena a:before {
position:absolute;
top:9px;
left:26px;
content: "B!";
font-weight:bold;
font-family: FontAwesome;
color:#fff;
font-size:20px;
}

#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-pocket a:before {
position:absolute;
top:9px;
left:24px;
content: "\f265";
font-weight:bold;
font-family: FontAwesome;
color:#fff;
font-size:19px;
}

#share a{	
	display:block;
	padding-left:20px;
	height:28px;
	padding-top:8px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
.arrowBox {
	box-sizing:border-box;
	position:absolute;
	top:-45px;
	left:0px;
	display:inline-block;
	width:100%;
	height:35px;
	padding-top:6px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	text-align: center;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}

/*------------------------------------------------------------
 カテゴリ・タグ
-------------------------------------------------------------*/

.tagst {
margin:30px 10px 0px 10px;
}

.tagst a {
	font-size:15px;
	border:1px solid #eee;
	background:#f5f5f5;
	padding:8px 15px;
	text-decoration:none;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */
	line-height:32px;
	white-space: nowrap;
}

.tagst .fa-file{
	font-size:20px !important;
	color:#bbb;
	margin-right:12px;
}

.tagst .fa-tag{
	font-size:20px !important;
	color:#bbb;
	margin-right:15px;
	margin-left:30px;
}