body {
	margin-top: 10px;
}

#besa {
	background-color: #FFFFFF;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 0;
}

.table_max {
	width: 100%;
}

.header_left {
	width: 200px;
}

.header_right {
	text-align: right;
	vertical-align: bottom;
}

#waku {
	border: thin solid #999999;
	padding: 8px;
}

.pop3_waku01 {
	border: thin solid #B0B0B0;
	height: 95px;
	width: 225px;
	background-color: #CCFFFF;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

.pop3_waku02 {
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.pop3_waku03 {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.pop3_waku04 {
	border: thin solid #999999;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFCC;
	padding: 8px;
}

.pop3_waku05 {
	border: thin solid #999999;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #F2F2F2;
	padding: 8px;
}

.pop3_waku06 {
	border: thin solid #B0B0B0;
	height: 80px;
	width: 153px;
	background-color: #CCFFFF;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}


/* ----- font ----- */

.TextSmall {
	font-size: 10px;
	line-height: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.TextSmall_Gray {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.TextBase {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.TextBase_S {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}

.TextBase_Red {
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.TextBase_Green {
	font-size: 12px;
	line-height: 16px;
	color: #336633;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.TextBaseB {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.TextBig {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.TextBigB {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
@media (max-width: 500px) {
    #besa {
        width: 100%;
    }
    img{
        max-width: 100%;
        height:auto;
    }
    .header tr{
        display: grid;
        grid-template-columns: 2fr 3fr;
    }
    .header_left {
        width: 100%;
    }

}