@charset "utf-8";


/* -- reset ----------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
}




/* -- body ----------------------------------------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 100%;
	line-height: 1.8;
	background: #f0f0f0;
	word-wrap: break-word;
}

a:link,
a:visited {
	color: #106dff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #3377ff;
	text-decoration: none;
}



#F{
    /*display: none;*/
}
.F{
    display: inline-block;
    background: #b6beff;
    padding: 5px 10px;
    cursor: pointer;
    display: none;
}
.G{
    background: #ffaf74;
    display: none;

}

#F:checked + label + .G {
    display: unset;
}



.button-area > .title-area {
    float: left;
    font-size: xx-large;
    color: #000000;
    margin-left: 0px;
    padding-left: 0px;
}


.innerB {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 30px;
}

.Message {
width: 80%;
}



.bbstable{
    margin: 20px auto;
    width: 90%;
　　border: 1px solid #595959;
}

.bbstable td{
	border: 1px solid #595959;
	border-collapse: collapse;
}

.bbstime{
    text-align: end;
}

.bbsth{
    padding-left: 20px;
    width: 20%;
}

.oubo {
    margin-top: 10vh;
}

@media only screen and (max-width: 768px){
.bbsth{
    padding-left: 15px;
    width: 30%;
}
}

.bbshidden{
visibility:hidden
}