/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
a:hover {
	color: #00a8c5;
}

/*
著作権表示させない。
*/
#powerd {
	display: none;
}

h4 a {
	font-size: 1em;
	font-weight: normal;
}

/*
更新日時をを表示させない。
*/
#cont.updateed.entry-meta-items {
	display: nones;
}

h4 a {
	font-size: 1em;
	font-weight: normal;
}

#content .updated.entry-meta-items {
	display: none;
}

#content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
	width: 98px;
}

@media (min-width: 770px) {
	#content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
		width: 98px;
	}
	
	/*****　ヘッダー画像の幅を画面いっぱいに広げる　*****/
	/*　画像フレームの幅を100%に　*/
	#topMainBnrFrame {
		width: 100%;
		height: auto;
	}
	
	/*　画像幅を100%に　*/
	#topMainBnr img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
	
	/*　画像の枠線を削除　*/
	#topMainBnrFrame .slideFrame {
		border: none;
	}
	
	/*　画像の位置調整　*/
	#topMainBnrFrame .slideFrame img {
		left: 0;
	}
	
	/*　画像の余白を削除　*/
	#topMainBnr {
		padding: 1px 0;
	}
	
	/*****　ヘッダー画像のサイズ定義を変更した場合　*****/
	@media (min-width: 970px) {
	/*　BizVektorのレスポンシブ設定による　*/
	/*　画像フレームの最小の高さを設定　*/
	#topMainBnrFrame {
		min-height: 200px;
	}
	
	/*　画像フレームの背景色・影を消す　*/
	#topMainBnr,
																																																	#topMainBnrFrame {
		background-color: transparent;
		box-shadow: none;
		border: none;
	}
	
	@media (min-width: 970px) {
	/*　BizVektorのレスポンシブ設定による　*/
	/*　画像フレームの最小の高さを設定　*/
	#topMainBnrFrame {
		min-height: 200px;
	}
}

/*　画像フレームの背景色・影を消す　*/
#topMainBnr,
#topMainBnrFrame {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

/*　リキッドレイアウトの指定　*/
p.image {
	text-align: center;
/* 3.中央寄せ */
	margin: 5px;
/* 4.余白・間隔 */
}

p.caption {
	font-size: 80%;
	text-align: left;
	margin: 7px;
/* 5.文字サイズ */
	color: #2f4f4f;
/* 6.文字色 */
	background-color: #fff;
/* 背景色 */
}

div.imagebox {
	border: 1px dashed #8dd5d8;
/* 枠線 */
	background-color: #f9f9f9;
/* 背景色 */
	width: 250px;
	height: 510px;
/* 横幅 */
	float: left;
/* 左に配置 */
	margin: 5px;
/* 周囲の余白 */
}

#content #topBlog.infoList ul li .infoCate {
	display: none;
}

/* トップページブログのカテゴリを消す */
/* ニャン部記事の上下余白 */
p.yohaku {
	margin-top: 150px;
}