@charset "utf-8";

#anshin_getugaku{
	border:solid 3px #e7316e;
	border-radius:10px;
	-webkit-border-radius:10px;
	width:330px;
	float:left;
}
#anshin_price_title{
	background-color:#e7316e;
	color:#fff;
	font-weight:bold;
	width:30px;
	text-align:center;
	padding:10px 0;
}
#anshin_price_content{
	width: 300px;
    text-align: center;
    font-size: 18px;
    padding-top: 25px;
}
#anshin_price_fee{
	width:330px;
	float:right;
}
#anshin_btn{
	width:600px;
	margin:20px auto;
	padding:10px 0;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#e7316e;
	border-radius:10px;
	-webkit-border-radius:10px;
}