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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* 謎のニコちゃんマークを消す */
img#wpstats {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

/* Simple Lightbox のフォントサイズ調整 */
body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-size: 14px;
	line-height: 2;
}

/* マウスロールオーバー */
a:hover img.over, a:hover img.imageWide, #site-title a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

/*
ブログと最新情報の日付の色（やり方を探し中）
span.infoTxt a:hover {
	color: #000000;
}
*/
/* メインメニューの文字サイズを少し大きく */
.menu-item strong {
	font-size: 14px;
}

/* 設備紹介の各画像の下余白 */
.machine-aki {
	padding-bottom: 40px;
}

/* 技術紹介のレイアウト調整 */
.tec-contents {
	width: 100%;
	height: 150px;
	margin-bottom: 45px;
}

/* テキストウィジェットの設定 */
.textwidget {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

/* メインメニューのカレント */
#gMenu .current-menu-item {
	background-color: #edfffa;
}

/* 光伸テックにお任せくださいの下のアキ */
#topFreeArea {
	margin-bottom: 0;
}

/* アクセスカウンターの書式追加設定 */
.cpd {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	padding-top: 3px;
}

/* コメント欄の項目を非表示 */
.comment-form-url {
	display: none;
}

.form-allowed-tags {
	display: none;
}

/* jetpackの共有ラベルを非表示 */
.sd-title {
	display: none !important;
}

.sd-content {
	float: left !important;
}

/* コピーライトを削除 */
#powerd {
	display: none;
}

/* 最新情報一覧を非表示 */
#topInfo .moreLink {
	display: none;
}

/* トップページのブログタイトルのズレを修正 */
#content #topBlog.infoList ul li .infoTxt {
	clear: both;
}

