@charset "utf-8";

/* 本体定義 */
body,td,th {
    margin: 0px;
	padding: 0px;
	background: #FFF;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
	font-family: Helvetica, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:medium;
	font-weight:normal;
    color: #333333;
	line-height:1.4em;
	line-break:strict;
	voice-family:"\"}\"";
	voice-family:inherit;
	word-break:break-all;
}
a {
	overflow:hidden;
}
a:link {
	color:#196bc7;
	text-decoration:none;
}
a:visited {
	color:#196bc7;
	text-decoration:none;
}
a:hover {
	color:#196bc7;
	text-decoration:underline;
}
a:active {
	color:#196bc7;
	text-decoration:none;
}

/* 中央・左・右寄せ */
div.ta-c {
	text-align: center;
}
div.ta-l {
	text-align: left;
}
div.ta-r {
	text-align: right;
}

/* 掲示板メイン */
div.main {
	width: 96%;
    max-width: 960px;
	margin: 0 auto;
}

/* 掲示板タイトル */
h1{
	font-size: 18px;
	font-weight: bold;
    text-align: left;
	padding: 8px 15px 8px 15px;
	margin: 8px auto 8px auto;
	color: #FFFFFF;
    background: #3092C0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* 記事デザイン */
div.article {
	width: 100%;
	margin: 10px auto 20px auto;
    padding-bottom: 10px;
	text-align: left;
}

div.art-sub {
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
	background: #3092C0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    padding: 4px 10px 4px 10px;
    margin: 0 auto 0 auto;
    width: 95%;
    border-radius: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

div.art-date {
	text-align: right;
    font-size:small;
    margin: 0 auto;
    width: 95%;
}

div.art-com {
    width: 95%;
    margin: 0 auto;
}

div.pg-btn {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

/* 記事中の画像 */
img.img {
	border: none;
	vertical-align: bottom;
    margin-right: 5px;
    box-shadow: 0 0 5px #C6B9AE;
    -moz-box-shadow: 0 0 5px #C6B9AE;
    -webkit-box-shadow: 0 0 5px #C6B9AE;
}

/* TOPパネルボタン */
div.top-panel {
	margin: 1em;
	text-align: left;
}
div.top-panel input {
	width: 52px;
	margin-right: 2px;
}

/* 赤文字 */
p.red {
	color: #dd0000;
}

/* pagetop */
div.pg-top, div.pg-top a {
	text-align: right;
	font-size: 90%;
	color: #196bc7 !important;
	padding-bottom: 10px;
    background-image: url(../../images/common/hr_black.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 1em 0;
	padding: 10px;
}
ul.pager li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #3092C0;
	color: #fff;
	border: 1px solid #3092C0;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	color: #3092C0;
	border: 1px solid #3092C0;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #99cbf7;
}

/* アイコン */
img.icon {
	vertical-align: middle;
}

@media (prefers-color-scheme: dark) {
    body,td,th {
        background: #1C1C1E;
        color: #FFF;
    }
    div.main {
        background: #1C1C1E;
    }
}
