html,body {
	height:100%;
}

body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height:1.5;
	font-size:14px;
	color:#333;
	margin:0px;
}
#terms-area{
	max-width: 980px;
	margin: 0 auto;
}
#terms-title{
	max-width: 980px;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	font-weight: bolder;
	font-size: 24px;
	padding: 30px 10px;
	margin-bottom: 20px;
}
#terms-img{
	border: 0;
	max-width: 980px;
	text-align:center;
	display:block;
	margin-bottom: 20px;
}
.terms-img-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#terms-description{
	/*margin-bottom: 20px;*/
	margin: 0 15px 20px 15px;
}
#terms-details {
	margin:0 15px;
}
#terms-details dl{
	margin: 0 0 20px;
}
#terms-details dt{
	font-weight: bolder;
	margin-bottom: 10px;
	font-size: 1.1em;
}
#terms-details dd{
	margin-left: 0;
}
.terms-copyright {
	width:100%;
	max-width:980px;
	text-align:center;
	margin-bottom: 10px;
	border-top:solid 1px darkgray;
}

.paragraph{
	margin-left: 50px !important;
}


@media all and (max-width:640px)
{

}