<html>
<head>
<style type="text/css">
<!--
  a:link    { text-decoration:     none; color:palevioletred; }
  a:visited { text-decoration:     none; color:palevioletred; }
  a:active  { text-decoration:     none; color:palevioletred; }
-->

#answer{ /* 応答のセンタリング */
     text-align
}

#bottom{/* 応答表示より下の要素のセンタリング */
    text-align:center;
}

.pic_box{/*キャラ画像を囲む要素*/
	padding:3px;
	text-align:center;
}
.pic_box>img{
	max-width:100vh;
	max-height:100vh;
}</style>
</head>

