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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
h4.menu_underh2 {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	padding: 5px 8px !important;
	margin-bottom: 8px !important;
}

h3#reply-title {
	background-color: #333;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
}

/*-- ナビバー --*/
nav#s-navi {
	display: none;
}

/*--------------------------------
広告
---------------------------------*/
.adspace {
	text-align: -webkit-center !important;
	margin: 5px 0;
}
.adspace-fix {
	text-align: -webkit-center !important;
	margin: 5px 0;
	height: 260px;
}

/*-- GoodLifeオーバーレイ調整 --*/
div#div_container {
	z-index: 2147483640 !important;
}
div#ad-GGL {
	z-index: 2147483640!important;
}
div#glssp_div_container {
	z-index: 2147483640 !important;
}

@media only screen and (min-width: 780px) {
	img.bbsbt-side {
		margin-bottom: 5px;
		width: 95%;
	}
}

.matome-item img {
    display: inline-table;
}

/*-- PC サイドFIXAD --*/
@media screen and (min-width: 1401px){
    .fixad_left {
        position: fixed;
        top: 420px;
        left:50%;
        margin-top: -310px;
        margin-left: -895px;
    }

    .fixad_right {
        position: fixed;
        top:420px;
        left:50%;
        margin-top: -310px;
        margin-left: 590px;
    }

}

/*-- adstir AdX サイト別ユニーク --*/
div#div-gpt-ad-1548216523927-0, #div-gpt-ad-1548216570261-0, #div-gpt-ad-1548216617968-0,#div-gpt-ad-1548216662913-0 {
    margin: auto;
}

/*-- 埋め込みyoutubeレスポンシブ --*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
 
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*-- Twitterまとめ調整 --*/
.mt-buttons {
    display: none;
}
.mt-header img {
    display: inline;
    margin-bottom: -15px;
}
.mt-header {
    font-size: 10px;
    margin-top: 20px;
}

/*-- コメント投稿 --*/
#comments input[type="submit"] {
    background-color: #00aecd !important;
    color: #fff !important;
    font-weight: bold;
}