#contents{
	padding:0.8em;
	font-size:10.5pt;
}

/* styles.css */
.thumb {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:1em;
    height: 10cm;
}

.thumb img {
    height: 100%; /* コンテナの高さに合わせる */
    width: auto;  /* アスペクト比を維持 */
}


img.thumb{
	max-width: 50%;
	border :1px solid gray;
}

.center{
	text-align: center;
}

.links{
	margin-bottom:0.5em;
}

h2{
	margin:0;
}

hr{
	margin-top:1em;
	margin-bottom:0.8em;
}

ul{
	margin-top:0;
	margin-left:1em;
}

li{
	padding-bottom:0;
}

#lang{
	float:right;
}

.notice{
	font-weight:bold;

}

.hint{
	width: 100%;
	text-align: center;
	font-size: small;
}

#download{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin:1em 0;
}

#download .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:auto 0.5em;
}

#download .midashi{
	text-align:center;
	font-size:small;
	font-weight:bold;
}
