@charset "UTF-8";
/* ------------------------------------

(C) 2018 NPC. All rights reserved.

画像ファイル指定、各色指定

------------------------------------ */

/* -----------
	色指定
----------- */

/* PCでのベースの背景、文字 */
body.pc {
	color:#131313;
	background-color: #000;
}

/* テキスト反転時 */
::selection {
	background-color: #CBCBCB;
}
::-moz-selection {
	background-color: #CBCBCB;
}

/* テキストリンク */
a {
	color: #131313;
}
a:hover {
	color: #131313;
}
a:focus,a:visited {
	color: #131313;
}

/* 応募期間背景 */
.main h2 {
	background-color: #000;
}
/* 各ボタン背景 */
#content2-link li.mail a, .camtop a ,.post-area .official a {
	background-color:#e60012;
}

/* ナビゲーション未選択タブ */
body nav p {
	background-color: #EEEEEE;
}

/* ナビゲーションアイコン */
nav p::before {
	color: #000;
}

/* 各コンテンツタイトル */
article>section h2,#Content4 #content4-list, #Content4 #content4-list li {
	color: #e60012;
	border-color: #e60012;
}

/* ---- みんなの投稿 ---- */
	/* 「ただいまBoommy中！」数字 */
	#boommy-count-num {
		color: #e60012;
	}
	/* ★ */
	#boommy-star-item,#allpost-parts .cont .cont-people-txt span.star i {
		color: #efd70a;
	}
	/* 平均評価数字 */
	#boommy-star-num {
		color: #e60012;
	}
	/* 各投稿背景 */
	#allpost-parts .cont {
		background-color: #d6d6d6;
	}
	/* コメントを読む */
	#allpost-parts .cont .cont-txt.netabare .btn {
		color: #fff;
		background-color: #e60012;
	}
	/* もっと見る */
	#allpost-more span {
		color: #fff;
		background-color: #e60012;
	}

/* ---- 動画 ---- */
	/* 複数動画がある場合のリスト */
	#Content4 #content4-list li.now {
		color: #fff;
		background-color: #e60012;
	}
	body:not(.sphone) #Content4 #content4-list li {
		font-size: .8em;
	}
	body.sphone #Content4 #content4-list li:first-child {
		line-height: 3em;
	}
	body.sphone #Content4 #content4-list li {
		font-size: .6em;
	}
/* ---- 投稿する ---- */
	/* ボタン */
	.post-area .post-sendbtn {
		color: #fff;
		background-color: #e60012;
	}

/* フッターリスト仕切り線 */
footer li:not(:last-of-type)::after {
	color: #131313;
}


/* -----------
	画像指定
----------- */

/* 投稿画面タイトル */
.post h1 {
	background-image: url(../items/post-title.jpg);
}

/* Boommyロゴ */
/* 赤：logo.png、白：logo_w.png、黒：logo_b.png */
.post h1::before {
	background-image: url(https://boommy.jp/parts/images/logo.png);
}
footer address {
	background-image: url(https://boommy.jp/parts/images/logo.png);
}
