/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
/* 	background:#ffffff url(bg.gif) repeat-y; */
	background-position:center;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* テーブル・段落 */
td { font-size:18px; line-height:160%; }
p  { margin:3px 5px; }
p2  { font-size: larger;  margin:3px 5px; }

table.sewa td {/*table内のtdに対して*/
  padding: 0px 5px;/*上下3pxで左右10px*/
}

table.preprogram td {/*table内のtdに対して*/
	padding: 7px 5px;/*上下10px(?)で左右10px*/
}

/* リンク */
a       { color:#0000FF; text-decoration:underline; }
a:hover { color:#aa0000; text-decoration:none; background-color:#ffcc99; }

/* コンテンツ */
h1 { color:black;  font-size:18pt; margin:0px 0px;}
h2 { color:black;  font-size:13pt; margin:0px 0px;}
h3 { color:black; font-size:11pt; margin:0px 0px;}
h4 { color:black; font-size:12pt; margin:0px 0px;}

#F { font-size: larger; }



.child {
 float: left;
}
 
.field {
	display: flex;
	 justify-content: space-around;
}

.child {
 float: left;
}
 
.child {
 color: #fff;
 text-align: center;
 line-height: 100px;
 width: 100px;
 height: 100px;
 background-color: blue;
}

.page-title{
  margin-bottom: 5px;
}

.page-subtitle{
  font-size: 0.8em !important;
}
