@charset "UTF-8";
*, *:before, *:after {
	box-sizing: border-box;
}
html{
     	background-color:#ccc;
      margin:0px;
	padding:0px;
	font-family:"BIZ UDPGothic", Meiryo,sans-serif;
}
body {
	text-align: left;
	margin:0;
	padding: 0;
	width:100%;
	background-color:#888;
}

header{
	background-color:#fff;
	text-align:center;
	margin:0 ;
}
header p{
	background-color:#fff;
	line-height:150%;
}


article{
	background-color: #fff;
	width:100%;
	max-width:750px;
	margin:0 auto;
	padding:1em;

}
section p{
	line-height:175%;
	margin: 0.5em 0.5em;
	text-indent:1em;
}

#日付{
	text-align:right;
	font-size:80%;
}
h1{  
	color: #000;
	padding:0.3em 0;
	text-align:center;
	margin:0 100px;
	font-size:18pt;
	text-decoration: underline;
	word-break: keep-all;
}
div#所属{
	color:#046;
	line-height:80%;
	text-align:right;
	
}

.red{
	color:red;
	font-weight: normal;
}

a {
	color: #00A; 
 }


#戻る{
	position:fixed;
	top:0.2em;
	left:0.2em;
	text-decoration: none;
}

.楕円{
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-size:20pt;
	padding:0.2em;
	width:3.5em;
	border:2px solid gray;
	text-align:center;
	border-radius:0.5em;
	opacity:0.3;
}

.楕円:hover{
	opacity:1;
	border-color:red;
	background-color:white;
	text-shadow:3px 3px 3px #C9C9F8;
	color:red;
}

#回覧{
	position:absolute;
	top:0.5em;
	left:60%;
	font-size:22pt;
	border:2px solid red;
	border-radius:0.2em;
	padding:0.1em 0.5em;
	color:red;
}

table{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	table-layout:fixed;
	border:2px solid #ddd;
	margin:1em auto;
}
td	{
	border:3px solid #eee;
	padding:0.25em 0.5em;
}
.右寄{
	text-align:right;
}
tr td:nth-of-type(1){
	width:6em;
	text-align:justify;
	font-weight: bold;
}

div#自治会長{
	display:inline-block;
	vertical-align:top;
	border:4px dotted #8bb;
	max-width:20em;
	line-height:150%;
	margin:0 0.3em;
	padding:0 0.5em;
}
#ハート{
	color:red;
	font-size:140%;
	position:relative;
	top:0.1em;
}
#イラスト{
	display:inline-block;
	width:350px;
	max-width:100%;
}
#イラスト2{
	display:inline-block;
	width:50%;;
	max-width:100%;
	float:right;
	margin:0 0.5em;
}

#防災訓練 b{
	font-size:120%;
}

footer{
	text-align:center;
	padding:0.5em;
	background-color: white ;
}
footer a{
	display:inline-block;
	line-height:200%;
	text-decoration:underline ; 
}
footer a:hover{
	color:red;
}


