@charset "UTF-8";
/* CSS Document */

/* 基本CSSはstyle.css */


/* --------------------------------------------------
  ご利用のご案内　guide.html スタイル指定
-------------------------------------------------- */

.guide-main-img{
	text-align: center;
	margin-bottom: 30px;
}
.guide-main-img img{
    width:700px;
	margin: 0 auto;
}
.guide-img{
	text-align: center;
}
.guide-img img{
	max-height: 230px;
	padding:10px;
}
.guide{
	width:70%;
	margin:0 auto;
}
.guide h3{
	margin-bottom: 0;
	margin-left:25px;
}
.guide-list{
	margin-left:25px;
}
.guide-list dt{
	margin-top:25px;
	font-weight:bold;
}
.guide-list dd{
    margin-top:10px;
	margin-left:-0.5px;
}
.guide p{
	color:#00a73c;
	font-weight:bold;
	margin-top:50px;
}
