/*	settings
============================== */

/* 背景色：honwan */
div.bbs-loop:nth-child(odd) {
	background-color: hsla(0,0%,100%,0.9);
}
div.bbs-loop:nth-child(even) {
	background-color: hsla(0,0%,100%,0.7);
}
/* 背景色：Twitter */
div.bbs-twitter {
	background-color:#e0f2ff;
}
@media all and (min-width: 768px) {
/* loop の paddingとmargin：PC */
div.bbs-loop {
	padding:20px;
	margin-bottom:20px;
}
}
@media all and (max-width: 767px) {
/* loop の paddingとmargin：SMP */
div.bbs-loop {
	padding:12px;
	margin-bottom:12px;
}
}
/* 文字の行間 */
div.bbs-loop {
	line-height:1.6;
}
/* 投稿のマージン */
div.bbs-loop p.bbs-message {
	margin-bottom:1.6em;
}
/* ハンドル名のマージン */
div.bbs-loop p.bbs-from {
	margin-bottom:0.5em;
}
@media all and (min-width: 768px) {
/* 文字の大きさ：PC */
div.bbs-loop {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
/* 文字の大きさ：SMP */
div.bbs-loop {
	font-size:83%;
}
}
/* 文字の色 */
div.bbs-loop p {
	color:#333;
}
/* ハンドル名：hogwan */
div.bbs-loop p.bbs-from {
	color:#2299d6;
}
/* 投稿日の色 */
div.bbs-loop p.bbs-post {
	color:#7b7b7b;
}


/*	settings (Pager)
============================== */

/* 文字の色 */
div.bbs-pager {
	color:#333;
}

/* 今いるページの色 */
div.bbs-pager ul li b {
	color:#2299d6;
}

/* リンクの色 */
div.bbs-pager ul li a {
	color:#eab266;
}
div.bbs-pager ul li.pager-prev a::before,
div.bbs-pager ul li.pager-next a::after {
	background-color:#eab266;
}

/* リンクのホバー色 */
div.bbs-pager ul li a:hover {
	color:#cc9040;
}
div.bbs-pager ul li.pager-prev a:hover::before,
div.bbs-pager ul li.pager-next a:hover::after {
	background-color:#cc9040;
}

/* 次へ前へボタン、押せないときの色 */
div.bbs-pager ul li span {
	color:#999;
}
div.bbs-pager ul li.pager-prev span::before,
div.bbs-pager ul li.pager-next span::after {
	background-color:#999;
}


/*	notice
============================== */
main#notice h2 {
	font-weight:bold;
	line-height:1.5;
	color:#0086cc;
	text-align:center;
	margin-bottom:1em;
}
main#notice ol {
	list-style-type:decimal;
	margin:0 0 20px 30px;
}
main#notice ol li {
	line-height:1.5;
	padding-bottom:0.5em;
}
main#notice p.agree {
	color:#0086cc;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:2.5em;
}
main#notice p.cap {
	font-size:87.5%;
	line-height:1.25;
	text-align:center;
	letter-spacing:0.2em;
	padding-bottom:30px;
}
main#notice p.cap a {
	padding:0.25em 2em;
}
@media all and (min-width: 768px)  {
main#notice h2 {
	letter-spacing:0.1em;
}
main#notice ol li {
	font-size:87.5%;
}
main#notice p.agree {
	font-size:87.5%;
}
main#notice p.cap a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#cc9040;
}
}
@media all and (max-width: 767px)  {
main#notice h2 {
	font-size:83%;
}
main#notice ol li {
	font-size:75%;
}
main#notice p.agree, main#notice p.cap {
	font-size:83%;
}
}



p.msg {
	line-height:1.5;
	margin-bottom:1.75em;
	background-color:hsla(0,0%,100%,0.75);
	padding:0.75em 1em;
}
@media all and (min-width: 768px)  {
p.msg {
	font-size:87.5%;
}
}
@media all and (max-width: 767px)  {
p.msg {
	font-size:83%;
}
}

.finish { font-size: 80%; padding: 10px 0 20px 0; line-height: 140%;}
/*for_W640-*/
@media screen and (min-width: 640px) {
.finish { text-align: center;}
}
