@charset "Shift_JIS";



body {
	background-color:#F0E8E0;	/*ページ全体の背景色*/
	text-align:left;		/*IE6以下で左寄せするための対策*/
}


.box {
  width: 200px;                /* 横幅を200pxに指定 */
  height: 200px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}

p{
font-size:25px;
}

DT{
font-size:20px;
}
.container{
  wdisplay: flex;
  justify-content: center;
  align-items: center;
}
DD{
font-size:15px;
}


<h2 style="color:red"> </h2>

p {
	width:60px;		/*幅の指定*/
	margin:10px;		/*マージン*/
	text-indent:1em;		/*インデント幅*/
}

img {
  max-width: 100%; 
}

* {
  margin: 10px;
  padding: 0px;
  line-height: 1.5;
  
}

.box {
  width: 200px;                /* 横幅を200pxに指定 */
  height: 200px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}