ul.box{
	display: flex;
	list-style: none;
	justify-content: center;
}

ul.box li{
	align-items: center;
	text-align: left;
	padding: 0px 20px;
}

#flexbox{
	display: flex;
	justify-content: center;
	flex-direction: row;
	height: auto;
}

.box-item{
	align-items: center;	/* not effective */
	text-align: left;
	vertical-align: center;	/* not effective */
	padding: 5px 20px;
}

span.chu {
	font-size: 95%;
}
span.midashi {
	font-size: x-large;
}

img {
	height: 300px;
	align:center;
}

img.yoko {
	height: auto;
	width: 350px;
}
img.wazukahiro {
	height: auto;
	width: 375px;
}

img.yayahiro {
	height: auto;
	width: 400px;
}

img.yayasema {
	height: auto;
	width: 300px;
}

img.semai {
	height: auto;
	width: 250px;
}

img.sukosisema {
	height: auto;
	width: 330px;
}

img.habahiro {
	height: auto;
	width: 450px;
}

img.kanarihabahiro {
	height: auto;
	width: 600px;
}

img.hikui {
	height: 250px;
	width: auto;
}

img.takai {
	height: 400px;
	width: auto;
}

img.yayatakai {
	height: 350px;
	width: auto;
}

img.tokutaka {
	height: 470px;
	width: auto;
}

img.gokutaka {
	height: 600px;
	width: auto;
}

img.yayahikui {
	height: 300px;
	width: auto;
}

table {
	margin: 10px auto;
	border: 2px #01b2a8 solid;
	border-radius: 4px;
	border-spacing: 0;
}

th {	
	background-color:#02a8a0;
	background-image:-webkit-linear-gradient(#0bc3ba, #037d77 40%, #0bc3ba);
	background-image:linear-gradient(#0bc3ba, #037d77 40%, #0bc3ba);
	color:#fff;
	padding:4px 6px;
	border-right:solid 1px #77ceca;
}
td {	background-color:#fff;
	text-align:center;
	width:450px;
	padding:4px 6px;
	border-right:solid 1px #bbb;
}
td:last-child {
	border-right:0;
}
th:last-child {
	border-right:0;
	border-top-right-radius:2px;
}
tr:nth-child(odd) {
	/* height:200px;*/
}
tr:nth-child(even) {
	height:50px;
}
th:first-child {
	border-top-left-radius:2px;
}
tr:last-child td:first-child {
	border-bottom-left-radius:2px;
}
tr:last-child td:last-child {
	border-bottom-right-radius:2px;
}
