@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background: #f5f5f5 } /*背景色の上に透過された小さなドットを配置*/
* html #container{ background: #f5f5f5; } /* IE6 */

/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #00b; }
a:hover,
a:active{ color: #f60 !important; }

iframe {
  max-width: 100%; /* スマホでYouTube埋め込み動画がはみ出ないようにするために追加(2016/1/20) */
}


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	padding-top:8px;
	background:#fff !important;
	border-top: solid 5px #0066cc;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 1.2em;
}

#header-in{ padding: 0em 0 .4em 0; color:#111;
 }


/*--------------------------------------------------------
ヘッダータイトル
--------------------------------------------------------*/
.header-title-container{
	float: left;
	width: 60%;
/*	color:#111; */
}

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	width: 59.5%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
/*	margin-bottom: 0.2em; */
/*	font-size: 3em; */
}

/*h1を画像に*/
.hide-text{
	height: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.title-logo{
	margin-top:-2px;
}
/*●ヘッダーロゴテキスト*/
.header-logo a{ 
	text-decoration: none; 
	color:#111;
}

.header-logo a:link,
.header-logo a:visited{ color: #111; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	width: 100%;  /*・1行の幅はwidthの値を変更*/
	color:#111;
	margin-bottom: 0.5em;
}

#header h1{
/*	margin-bottom: 1em; */
	font-size: 0.9em;
	text-align: right;
}

/*--------------------------------------------------------
HOME　サイトマップ 検索バー
--------------------------------------------------------*/
.top-menu-container{
	float: right;
	width: 40%;
	color:#111;
}

#top-menu{ 
	overflow: hidden;
	float: right;
	width: 233px;
}

#top-menu li{
	float: left;
	width: 112px;
	list-style: none;
}

#top-menu .even{
	margin-right: 4px;
}

#top-menu li a{
	display: block;
	background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCCCCC), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
	background-image: linear-gradient(to top, #CCCCCC 0%, #FFFFFF 100%);
	border-radius: 4px;
	border:solid 1px #aaa;
	width: 112px;
	padding:.4rem 0 .2rem 0;
	color:#003399;
	font-weight: bold;
/*	font-size: 13px; */
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
}

#top-menu li a:link,
#top-menu li a:visited{ color: #003399; }
#top-menu li a:hover,
#top-menu li a:active{ color: #f60; }


/*ヘッダーの検索バー*/
.header-search-container{
	float: right;
	width: 310px;
}

.input-search{
	float: left;
	width: 254px;
	height: 23px;
	padding:0;
	box-sizing:border-box;
	border:none;
	border:solid 1px #ddd;
	border-right: none;
}

input.search-submit {
	cursor: pointer;
	float: left;
	width: 55px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url(images/common/form-submit.png) no-repeat 0 0;
}

/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/
.menu-btn{ display:none; }
#global-nav{
	width:100%;
	background:url(images/common/menu-bg.png) right top;
	border-bottom: solid 1px #666666;
}

#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{
	box-shadow:inset 0 1px 0 0 rgba(141,187,233,.5), inset 1px 0 0 rgba(141,187,233,.5), inset -1px 0 0 rgba(141,187,233,.5);
}

#global-nav #menu li{
	position: relative;
	float: left;
	width:12.5%; /* もじ、グローバルメニューの横幅を可変にしたければここら辺をいじれば良い */
	box-sizing:border-box;
	margin: 0;
	list-style: none;
	text-align:center;
}

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	width:100%;
	padding: .7em 0em .7em 0em;
	background:url(images/common/menu-line.png) no-repeat right top;
	color: #fff; /* メニューのフォントの色*/
/*	font-size: 15px; */  /* スマホ対応で相対値にした */
	font-size: 1.3em;
	text-align:center;
	text-decoration: none;
}

/*メニューの最後に区切り線はいらないので*/
#global-nav #menu li:last-child a{
	background:none;
}

#global-nav #menu li a:hover,
#global-nav #menu li a:active{

}

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

#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; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	background-color: #f0f0f0; /*背景を指定*/
	background-color: #F4F4EA; /*背景を指定*/
	margin-top: 4px;
	padding-bottom: 40px;
}

#main-in{
	width: 1011px !important;
	margin-bottom: 40px;
	border:solid 1px #bbb;
	padding:12px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	box-sizing:border-box;
	box-shadow: 0 4px 8px 6px rgba(0,0,0,.2);
	background: #f9f9f9;
}


/*●メイン画像*/
#main-image{
/*	width: 960px; */
	width: 985px;
	margin-top: 12px;
	margin-bottom: 18px;
}

#main-image-in{
	position: relative;
}

#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-top: 1em;
/*	font-size: 12px; */ /* スマホ対応で相対値にした */
	font-size: 1.0em;
}

#breadcrumbs ol{
	margin:0 0 8px 0 !important;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	text-decoration: none;
	padding-right: 15px;
	background: url(./images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.4em;}
#main-and-sub{ 
/*	margin-bottom: 40px; */
}

.contents-container{
/*	width: 643px; */
	width: 672px;
	padding:4px;
	background: #fff;
	box-sizing:border-box;
	border:solid #ddd 2px;
	border-radius: 4px;
}

#main-contents .contents{
/*	margin-bottom: 2em; */ /* スマホ時に左ペインと右ペインの間が空きすぎだったのでコメントアウト */
	padding: 0 ;
}



/*●H2タグ*/
#main-contents h2{
	position: relative;
	margin-bottom: 30px;
	padding: 0.45em 0em 0.4em 1em;
	border-radius: 2px;
	border:solid 1px #188fd5;
	background: url(./images/common/h2-blue.png);
	background-size:auto 100%;
	color: #fff;
	font-size: 1.25em;
}

#main-contents h2:after{
	position: absolute;
	display: block;
	content:"";
	width: 100%;
	bottom:-12px;
	left:0;
	border-top: solid 3px #999;
}


#main-contents .h2-orange{
	color:#fff !important;
	border:solid 1px #ff3300;
	background: url(./images/common/h2-orange.png) !important;
	background-size:auto 100% !important;
}

* html #main-contents h2{ background: #333; } /* IE6 */

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #fff; text-decoration:none; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; text-decoration:none; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
	margin: 0 0 1.5em;
	padding: 0.5em;
	padding-left: 2em;
	border-radius: 2px;
	background:#befccd url(images/common/h3-icon.png) no-repeat 8px center;
	font-size: 1.2em;
	color:#333;
	font-weight: bold;
}

#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: .25em 0 .2em 1.2em;
	border-left: solid #0066cc 4px;
	font-size: 1.1em;
	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: 1.5em; }


/*●リストタグ*/
#main-contents ul{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents ol{
	margin: 0 0.8em 1.5em 2.8em;
	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: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #d7d7d7;
	background: url(./images/common/bg-blockquote.png) 3px 3px no-repeat #e0e0e0;
	color: #444;
}

#main-contents blockquote p{
	margin-bottom: 0em;
}

/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	font-size: 0.9em;
}

#main-contents th{
	background-color: #66cc66;
	color: #333;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

#main-contents td{
	background-color: #ffffff;
}

#main-contents td.table-gray{
	background: #f2f2f2;
}



/*●テーブルタグ スタイル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 dt{
	font-weight: bold;
}

#main-contents dd{
	margin-bottom: 1em;
}


/*
更新履歴
*/

.news02{
	margin-top: 8px;
	padding-top: 0px;
}

.newpost-container{
	position: relative;
	margin: 0 10px;
	margin-top: 16px;
	padding: 0px 0px 0 0px;
	border-bottom:solid 1px #b3b3b3;
}
.newpost-title-container{
	background: url(images/common/post-icon.png) no-repeat left center;
}
.newpost-title-container p{
	margin:0 0 0 56px  !important;
}

.newpost-title-container p a{
	color:#0066cc;
	text-decoration: none;
}

.newpost-date{
	font-size: 12px;
}

.newpost-title{
	font-weight: bold;
	font-size: 18px;
}

.newpost-excerpt{
	width: 470px;
	margin-top: 6px;
	margin-left: 58px;
	font-size: 12px;
	line-height: 2;
}

.post-detail{
	position: absolute;
	right:0px;
	bottom:16px;
}

.post-detail a{
	display: block;
	width: 90px;
	padding:.8em 0 .65em 0;
	border-radius: 2px;
	border:solid 1px #ff3300;
	background: rgb(247,146,30);
	background: -moz-linear-gradient(top,  rgba(247,146,30,1) 0%, rgba(241,92,36,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,146,30,1)), color-stop(100%,rgba(241,92,36,1)));
	background: -webkit-linear-gradient(top,  rgba(247,146,30,1) 0%,rgba(241,92,36,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,146,30,1) 0%,rgba(241,92,36,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,146,30,1) 0%,rgba(241,92,36,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,146,30,1) 0%,rgba(241,92,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7921e', endColorstr='#f15c24',GradientType=0 );
	text-shadow: 0px 0px 4px rgba(0,0,0,.2);
	color:#fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.post-detail a:hover{
	color:#fff !important;
	opacity: .7;
}


.stepup-gide-container{
	margin-bottom: 24px;
	padding-top: 12px;
	padding-bottom: 18px;
	background: #f9f9f9;
}

.stepup-gides{
	overflow: hidden;
	width: 650px;
	margin: 8px auto 0 auto;
	background: #f9f9f9;
}

.stepup-gide{
	position: relative;
	float: left;
	width: 202px;
	padding:6px 6px 12px 6px;
	border:solid #ddd 1px;
	background: #f9f9f9;
	text-align: center;
}

.thumb-container{
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 16px;
	background: #ccc;
}

.show-gide-container{
	float: left;
	width: 100px;
	margin-top: 16px;
}

.show-gide-container p{
	text-align: center;
	font-size: 12px;
}

.show-gide-btn a{
	position: absolute;
	display: block;
	width: 94px;
	margin: 40px auto 0 auto;
	padding:1.1em 0 1em 0;
	bottom:12px;
	right: 6px;
	border-radius: 2px;
	border:solid 1px #ff3300;
	background: rgb(255,102,102);
	background: -moz-linear-gradient(top,  rgba(255,102,102,1) 0%, rgba(239,37,44,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,102,102,1)), color-stop(100%,rgba(239,37,44,1)));
	background: -webkit-linear-gradient(top,  rgba(255,102,102,1) 0%,rgba(239,37,44,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,102,102,1) 0%,rgba(239,37,44,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,102,102,1) 0%,rgba(239,37,44,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,102,102,1) 0%,rgba(239,37,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#ef252c',GradientType=0 );
	color:#fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.show-gide-btn a:hover{
	color:#fff !important;
	opacity: .7;
}


/*　人気の記事部分 */
.popular-post-container{
	margin-top: 24px;
	padding-bottom: 24px;
}

.popular-post-container ul{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.popular-post-container ul li{
	margin: 12px 0 10px 34px; 
	padding-top: 3px;
	padding-left: 1.8em;
	background:url(images/common/popular-post-arrow.png) no-repeat left ;
	list-style: none;
}

.popular-post-container ul li a{
	padding:.25em 0;
	color:#0066cc;
	font-size: 14px;
	text-decoration: 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;
		padding: 0;

	}

	#main-contents dl.news02 dd{

	}

	#main-contents dl.news02 dd.cat{
		margin: 0;
		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 dashed #E3B600;
		background-color: #FFFFEE;
	}

	#main-contents ul.checklist li{
		margin-bottom: 1.0em;
		padding-top: 5px;
		padding-left: 24px;
		background: url(./images/icon/icon-check01-red.png) left top no-repeat;
		list-style-type: none;
	}

	/*●チェックリスト（自作リストタグ）*/
	#main-contents ul.checklist02{
		margin: 0;
		padding-bottom: 0;
	}

	#main-contents ul.checklist02 li{
		font-weight: bold;
		color: #444;
		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;
	}


/*--------------------------------------------------------
　記事部分
--------------------------------------------------------*/

.post{
/*	width: 643px; */
	width: 672px;
	border-radius: 4px;
	box-sizing:border-box;
	padding:4px;
	background: #fff;
	border: solid #ddd 2px;
	margin-bottom: 1.5em;
}
.article{
	margin-top: 10px;
/*	margin-top: 40px; */
	padding:0 20px;
}

.article ul li{
	margin: 10px 0;
	padding-left: 1.5em;
	background:url(images/common/popular-post-arrow.png) no-repeat left ;
	list-style: none;
}

.article .none-arrow li{
	background-image: none;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0 ;
}


.article p{
/*	padding:0 1.5em; */
/*	font-size: 1em; */
/*	line-height: 1; */
}

.article a{
/*	font-size: 14px; */
	color:#0071bc;
}

/*--------------------------------------------------------
関連記事
--------------------------------------------------------*/

.sub-contents{
	margin-top: 32px;
	padding-bottom: 24px;
}


.related_post_title {
	display:none;
}

ul.related_post {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
ul.related_post li {
	margin: 8px 0 8px 34px; 
	padding-top: 3px;
	padding-left: 2.5em;
	background:url(images/common/popular-post-arrow.png) no-repeat left ;
	list-style: none;
}
ul.related_post li a {
	padding:0.25em 0;
	color:#0066cc;
	font-size: 1em;
	text-decoration: none;
}



/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sidebar-in,{
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.4em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
}

.sub-column hr{ clear: both; }


#sidebar h3{
	padding:.4em 0 .4em .75em;
	border: 2px solid #ccc; /*サイドバー見出しの枠線*/
	border-bottom: 6px solid #0066cc; /*見出しの上部の線*/
	border-radius: 4px 4px 0 0;
	box-shadow:inset 0 2px 0 0 rgba(255,255,255,8), inset 1px 0 0 rgba(255,255,255,.1), inset -1px 0 0 rgba(255,255,255,.1);
	color: #333;
/*	font-size: 20px; */
	font-size: 1.2em;
}

.sub-column h3{
	background: rgb(234,234,234);
	background:  -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
}

#wpp-2 h3{
	padding-left:3.5em;
	background: rgb(234,234,234);
	background:  url("images/common/ninki.png") 12px center no-repeat,
	-moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background:  url("images/common/ninki.png") 12px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background: url("images/common/ninki.png") 12px center no-repeat,
	-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/ninki.png") 12px center no-repeat,
	-ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/ninki.png") 12px center no-repeat,
	linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
}

#categories-2 h3{
	padding-left:3.5em;
	background: rgb(234,234,234);
	background:  url("images/common/category.png") 12px center no-repeat,
	-moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background:  url("images/common/category.png") 12px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background: url("images/common/category.png") 12px center no-repeat,
	-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/category.png") 12px center no-repeat,
	-ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/category.png") 12px center no-repeat,
	linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
}

#categories-4 h3{
	padding-left:3.5em;
	background: rgb(234,234,234);
	background:  url("images/common/category.png") 12px center no-repeat,
	-moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background:  url("images/common/category.png") 12px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background: url("images/common/category.png") 12px center no-repeat,
	-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/category.png") 12px center no-repeat,
	-ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/category.png") 12px center no-repeat,
	linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
}

#recent-posts-2 h3{
	padding-left:3.5em;
	background: rgb(234,234,234);
	background:  url("images/common/saikin.png") 12px center no-repeat,
	-moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background:  url("images/common/saikin.png") 12px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background: url("images/common/saikin.png") 12px center no-repeat,
	-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/saikin.png") 12px center no-repeat,
	-ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/saikin.png") 12px center no-repeat,
	linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
}

#recent-posts-3 h3{
	padding-left:3.5em;
	background: rgb(234,234,234);
	background:  url("images/common/saikin.png") 12px center no-repeat,
	-moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background:  url("images/common/saikin.png") 12px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background: url("images/common/saikin.png") 12px center no-repeat,
	-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/saikin.png") 12px center no-repeat,
	-ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/saikin.png") 12px center no-repeat,
	linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
}

#listcategorypostswidget-2 h3 {
	padding-left:3.5em;
	background: rgb(234,234,234);
	background:  url("images/common/category.png") 12px center no-repeat,
	-moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background:  url("images/common/category.png") 12px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background: url("images/common/category.png") 12px center no-repeat,
	-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/category.png") 12px center no-repeat,
	-ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: url("images/common/category.png") 12px center no-repeat,
	linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
}

* html .sub-column h3{ background: #333; } /* IE6 */

#sub-contents h3{
	position: relative;
	margin-bottom: 30px;
	padding: 0.45em 0em 0.4em 1em;
	border-radius: 2px;
	border:solid 1px #188fd5;
	background: url(./images/common/h2-blue.png);
	background-size:auto 100%;
	color: #fff;
/*	font-size: 20px; */ /* スマホ対応で相対値にした */
	font-size: 1.2em;
}

#sub-contents h3:after{
	position: absolute;
	display: block;
	content:"";
	width: 100%;
	bottom:-12px;
	left:0;
	border-top: solid 3px #999;
}

#sub-contents .orange{
	color:#fff !important;
	border:solid 1px #ff3300;
	background: url(./images/common/h2-orange.png) !important;
	background-size:auto 100% !important;
}

/*●プロフィール*/
.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;
}

.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{
/*	width: 980px; */
	width: 1009px;
	margin-left: -12px;
	clear: both;
	padding-top: 30px;
	border-top:solid #eee 1px;
	background: #fff; /*フッター全体の背景を指定*/
/*	color: #fff; /*文字色の指定*/ */
	font-size: 1em;
}

* html #footer{ background: #333; } /* IE6 */

#footer a:link,
#footer a:visited{ color: #0071bc; text-decoration: none; font-size: 1em; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	color: #333;
	font-weight: bold;
/*	font-size: 13px; */ /* スマホ対応 */
	font-size: 1.1em;
}

* html #footer h3{ background: #e0e0e0; } /* IE6 */

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 15%;
	padding-left: 64px;
}

#footer .area01 h3{
	margin-bottom: 10px;
}

#footer .area02{
	float: left;
	width: 712px;
}

#footer .area02 h3{
	margin-left: 20px;
}

/*●アクセス情報*/

#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: 100%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	float: left;
	margin-bottom: 5px;
	text-align: center;
}

.footer-menu li a{
	display: block;
	border-right:solid 1px #0071bc;
	padding:0 1.3em;
	text-align: center;
}

.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{
	width: 100%;
	padding: 15px 0 15px 12px;
	margin-left: -12px;
	color: #333;
	font-size: 1.2em;
	text-align: right;
	background: #fff;
}

.copyright p{
	margin-right: 24px;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 40px;
	bottom: 20px;
	z-index: 99;
	width: 72px;
	height: 72px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	width: 72px;
	height: 72px;
	border-right: 0;
	text-decoration: none;
}

.page-top a:link,
.page-top a:visited{
	background: url(./images/common/bg-pagetop2.gif) left center no-repeat;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop2.gif) left center no-repeat;
	opacity: .7;
	color: #f60;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#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{
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #333;
	border-left: 5px solid #333;
	font-weight: bold;
}

/*●ウィジェットメニュー*/
.widget-conts{
/*	border-bottom: solid 1px #bbb; */ /* サブコンテンツ下部の謎の線を消すためにコメントアウト */
}
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding: 3px 10px 3px 20px;
}

.widget-conts ul li a{
	text-decoration: none;
}


/*------------------------------------------------------------
サイドバー 人気記事
-------------------------------------------------------------*/
#wpp-2 li{
	padding:0;
	background: #fff;
	border-bottom:solid 1px #bbb;
	border-right: solid 1px #ddd;
}

#wpp-2 li a{
	display: block;
/*	height: 50px; */
	padding:.85em 1em .6em 1em;
	color:#0066cc;
	font-size: 0.9em;
	border-left: solid 6px #39b54a;
}

#wpp-2 li:last-child a{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 60%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

/*------------------------------------------------------------
サイドバー カテゴリー
-------------------------------------------------------------*/
#categories-2 ul li, #sidebar .widget-conts ul li{
	padding:0;
	background: rgb(234,234,234);
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 81%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(81%,rgba(255,255,255,1)));
	background:	-webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background:	-ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	background:	linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 81%);
	border-left:solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom:solid 1px #bbb;
}

#categories-2 ul li a{
	display: block;
	padding:.85em 1em .6em 2.4em;
	background:url(images/common/menu-arrow.png) no-repeat 16px center;
	color:#333;
	font-size: 16px;
}


/*------------------------------------------------------------
サイドバー　最近の投稿
-------------------------------------------------------------*/
#recent-posts-2 li{
	padding:0;
	background: #fff;
	border-bottom:solid 1px #bbb;
	border-right: solid 1px #ddd;
}

#recent-posts-2 li a{
	display: block;
	padding:.85em 1em .6em 1em;
	color:#0066cc;
/*	font-size: 16px; */
	font-size: 0.9em;
	border-left: solid 6px #cc00cc;
}

#recent-posts-2 li:last-child a{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 60%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

/*デフォルトのメニュー*/
#sidebar .widget-conts:not(#wpp-2):not(#recent-posts-2) ul li a{
	display: block;
	padding:.85em 1em .6em 2.4em;
	background:url(images/common/menu-arrow.png) no-repeat 16px center;
	color:#333;
/*	font-size: 16px; */
	font-size: 0.9em;
}

.widget-conts ul li a:hover{
	color:#f60 !important;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
}

.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;
}


.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
}

.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{
	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;
}


/*コメントフォーム*/
#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;
}

#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; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 22px;
	background: url(./images/icon/icon-arrow_r.png) 0 1px no-repeat;
}


/*画像の回り込み*/
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; }

/*------------------------------------------------------------
　自作タグ
-------------------------------------------------------------*/
small {
	font-size: small;
}

/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/