@charset "UTF-8";

* {
	margin:0; padding:0; 		/*全要素のマージン・パディングをリセット*/
}


body {
	width:100%;			/*ページ全体の横幅*/
	background-color:white;
	background-image:none;		/*ウェブページ全体の背景画像を無しにする*/
	font-size:100%;	 		/* フォントサイズを100%にする */
	-webkit-text-size-adjust: 100%; /* iOSで文字サイズがおかしくなる */
}

div#pagebody {
	width:100%; margin:0 auto;	/*内容全体をセンタリング*/
	background-image:none;		/*コンテンツ全体の背景画像を無しにする*/
	background-repeat:no-repeat;	/*背景画像を繰り返さない*/
}




.bbody {
	text-align:center;
	color:black;
}










.yokowake {
	display: flex;
	flex-direction: column-reverse; /* 縦並びにする（lmain と rmenu を）*/
	align-items: center;
}






/* 左メインの設定  */



.lmain {
	width:100%;
	margin:0px; 			/*マージン0px*/
	padding-top:15px;
	background-color:white;
}


.aka {
	color:#ff3300;
}

.cha {
	color:#990000;
}






table.tablemenu{
	width:100%;
}



table.tablenakami{
	width:100%;
}


.kuroneko {
	width: 100%;
}

.netprot {
	width: 100%;
}









div#footer {
	clear:both;			/*回り込みを解除する*/
	height:40px;			/*高さの指定*/
	padding:10px 0px 0px 0px;	/*パディング*/
	font-size:x-small;		/*フォントサイズを小さくする*/
	text-align:center;		/*センタリング*/
}



/*上へもどる矢印*/
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #961818;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
/*上へもどる矢印終了*/



