@charset "utf-8";

/* コンセプト用css */
h3{
	margin:46px 0 20px 0;
}
.store_pers{
	width:206px;
	float:left;
}

.store_subset{
	width:260px;
	border-top:1px solid #cccccc;
	float:left;
}

.store_map{
	width:250px;
	float:right;
}

.store_sub{
	width:260px;
	border-bottom:1px solid #cccccc;
	padding:8px 0 8px 0;
}
.store_sub dt{
	margin-left:10px;
	color:#7fc31c;
	font-weight:bold;
}
.store_sub dd{
	margin-left:10px;
}

.m_b{
	margin-bottom:100px;
}

.color_pink{color:#E9B2D1;}
.color_purple{color:#B675B0;}
.color_green{color:#8BC53F;}
.color_blue{color:#97CFE8;}
