@charset "utf-8";
/*====================================
	for price
	Date of 2016.06.30
====================================*/
.priceIndex{
	color:#0080DF;
	margin-bottom:15px;
	padding:5px 10px;
	border:1px solid #48ACFF;
	background:#E3FAFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.priceImg{
	text-align:center;
	margin-bottom:20px;
}
.priceList{
	margin-bottom:25px;
}
.priceList dt{
	color:#5F5F5F;
	font-weight:600;
	margin-bottom:5px;
}
.priceList dt:before{
	content:"■";
	color:#0952CE;
}
.priceTitle{
	margin-bottom:3px;
}
.priceTitle:before{
	content: "\f111";
	font-family: FontAwesome;
	color:#1ACDB8;
	margin-right:3px;
}
.priceSubList li{
	margin-left:15px;
	list-style-type:disc;
	margin-bottom:2px;
}