/*
Template:frontier
Theme Name:frontier_child
*/ 

#breadcrumbs { margin: 3px 10px; }

/*フッター文字中央寄せ*/ 
#bottom-bar {
  text-align: center;
}

#bottom-bar-text {
	float: none !important;
	padding: 6px 8px;
}

/*バナーマウスオーバー*/ 
.mo a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*バナー間隔の調整*/ 
.mo { margin: 20px 0 0 0 !important; }

/*テキスト選択禁止*/ 
.nocp {
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

/*bbPressスタイル調整*/
#bbp_search{ font-size: 15px; height: 23px; margin: 13px; } 
.post-0 .post-meta{ height: 27px; } 
.bbp-reply-content{ font-size: 16px; line-height: 170%; } 
.bbp-forum-title{ font-size: 16px !important; } 
.bbp-topic-permalink{ font-size: 14px !important; } 
#bbpress-forums .status-closed, 
#bbpress-forums .status-closed a { color: #555 !important; }
