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

(C) 2018 NPC. All rights reserved.

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

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

/* -----------
	色指定
----------- */
/* 文字色 */
body {
	color:#090909;
}

/* PCでのベースの背景 */
body.pc {
	background-color: #231815;
}

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

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

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

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

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

/* ---- みんなの投稿 ---- */
	/* 「ただいまBoommy中！」数字 */
	#boommy-count-num {
		color: #ff002c;
	}
	/* 各投稿背景 */
	#allpost-parts .cont {
		background-color: #bfe5ff;
	}
	/* もっと見る */
	#allpost-more span {
		color: #fff;
		background-color: #031a39;
	}

/* ---- 投稿する ---- */
	/* ボタン */
	.post-area .post-sendbtn {
		color: #fff;
		background-color: #031a39;
	}

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


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

/* 投稿画面タイトル */
.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);
}
