/*
h1,h2,h3,h4,h5,h6,address{
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
}
*/



.bnr_list_sp{display: none;}

body.iframe-mode footer{display:none;}

h2{display: none;}

#to_home:not(.self){display:none;}
#to_home{
	float: right;
	font-size:24px;
	margin-right: 10px;
}

h2.self, #to_home{
	display: inline-flex;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	align-items: center;
	line-height:1.6em;
	line-break:strict;
	margin-top: 5px;
}

h2.self span.hd::after{
	content:attr(data-text);
	font-size:21px;
	font-weight: bold;
	text-shadow: 1.5px 1.5px 1px #b8c6e2;
	color: #3769CC;
	margin-top: 5px;
}



div,blockquote,pre,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
	border:0;
}

tr td p{
	margin:1 0 1 0;
	padding: 0 ;
	border: 0 ;
}

table,caption,th,td{
	font-style:normal;
	font-weight:normal;
}

form,fieldset,input,button,select,optgroup,option,textarea,label,legend{
	margin:0;
	padding:0;
}

span,em,strong,dfn,code,samp,kbd,var,cite,abbr,acronym,q,br,ins,del,a,img,object{
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:inherit;
}

ul{list-style-type:none;}

body{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}


body,h2,h4,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,ol{
	font-family:"ＭＳ Ｐゴシック", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size:small;
	font-weight:normal;
	line-height:1.4em;
	line-break:strict;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	color:#333333;
	word-break:break-all;
}

#to_home .material-symbols-outlined{margin-right: 0px;}


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;}/*クリック時のリンク設定*/

strong{font-weight: bold;}

.crr{
font-size:0;
line-height:0;
padding:0;
margin:0;
clear:both;
}



table{
	width:100%;
	height:100%;
	border-collapse: collapse;
}

tr{
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #396CD2 1px, transparent 1px);
	background-position: left bottom;
	background-repeat: repeat-x;	
}

body.iframe-mode tr:not(.top_news){display:none;} /*iframe内ではtop_newsクラス以外非表示にする*/
#archive{display:none}
body.iframe-mode #archive{
	display:block;
	float:right;
}

td{
	padding-top: 10px;
	padding-bottom: 10px;

}
td.day{
	padding-left: 10px;
	width: 85px;
	vertical-align:top;
}

@media screen and (min-width:840px){
	#wrap{
		width: 840px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 840px){
	#wrap{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

