@charset "utf-8";


.main_img{
	margin: 0 0 80px 0;
}

.yakusoku{
	float:left;
	width: 980px;
	margin: 0 0 100px 0;
}

.yakusoku p{
	float:left;
}
.yakusoku .in_r{
	float:right;
	margin: 10px 0 0 20px;
	width: 725px;
}
.yakusoku .in_r h2{
	margin: 0 0 10px 0;
}
.yakusoku .in_r p{
	font-size: 16px;
	margin: 0 0 5px 0;
}

.first_dl{
	background:#8EC3DF;
	float:left;
	width: 453px;
	text-align:center;
	border-radius: 5px;
	padding: 3px 0;
}
.first_dl dt{
	color:#FFFFFF;
}
.first_dl dd{
	color:#FFFFFF;
}

.first_dl span{
	font-size: 18px;
	color:#FFFFFF;
}

.first_dl dd a{/*リンクされた文字*/
    color:#2E3192;
    font-style:normal;
    text-decoration:underline;
}
.first_dl dd a:link {/*未訪問のリンク*/
    color:#2E3192;
    font-style:normal;
    text-decoration:underline;
}
.first_dl dd a:visited {/*訪問後のリンク*/
    color:#2E3192;
    text-decoration:underline;
}
.first_dl dd a:hover {/*マウスをのせたとき*/
    color:#2E3192;
    font-style:normal;
    text-decoration: none;
}
.first_dl dd a:active {/*クリック中*/
    text-decoration:none;
}

.first_shop{
	background:url(../image/first/bg_kirei.png) no-repeat center;
	width: 980px;
	height: 320px;
	float:left;
	padding: 60px 0px 0 0px;
}
.first_shop p{
	text-align:center;
	font-size: 16px;
	line-height: 1.6em;
}

.first_shop dl{
	float:left;
	text-align:center;
	margin: 0 30px 0 0;
}
.dl_box{
	width: 390px;
	margin:0 auto;
}
