@charset "utf-8";
body {
	background-color: #E5E7E9;
}
div#wrap {
	background-color: white;
	margin: 0% 0%;
}

h1 {
/*	background-color: #AED6F1; */
	background-color: white;
	text-align: center;
	font-size: 140%;
	padding: 1.5rem 0.5rem 0rem 0.5rem;
	border: solid #E5E7E9;
	border-width: 2rem 0rem 0rem 0rem;
}
h2 {

	font-size:110%;
	text-align:center;

}
ol {
	list-style-type: cjk-ideographic;
	margin-left:0.5rem;
}
div.content {

		padding: 1rem 1rem;
}
div.m2 {
	font-size: 95%;
	line-height: 160%;
}
span.j {
	font-weight: bold;
	display:inline-block;
/*	border: 2px solid black; */
	width: 3.3rem;
	margin-right: 1rem;
	text-align:right;
}
table.m {
	width:100%;
}
table.m th, td{
/*	border: 0.2rem solid white; */
	text-align: right;
	font-weight: normal;
	padding: 0.3rem;
	vertical-align: top;
	font-size: 0.9rem;
}
table.m td {
	text-align: left;
}

/* ----------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px){
/* ----------------------------------------------------------------------------------- */
html {
	font-size: 17px;
	font-family: "メイリオ", "Meiryo", "Yu Gothic", "Hiragino Kaku Gothic Pro",   sans-serif;
	line-height: 180%;
}
div#wrap {
	background-color: white;
	margin: 0% 12%;
}

div.content {

		padding: 1rem 3rem;
}
table.m th, td {

	font-size: 17px;
}

/*
table.m tr:nth-child(even) {

	background-color: #EBF5FB;

}
*/

}
