@charset "Shift_JIS";



body {
	background-color:#FFEEEE;	/*ページ全体の背景色*/
	text-align:left;		/*IE6以下で左寄せするための対策*/
}
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;
  color: #000000;
}
