/* palette pink */
.bg_0 {
	background-color:#e5669c;	
}
.bg_1 {
	background-color:#ed94ba;	
}
.bg_2 {
	background-color:#FDE4EF;	
}

.bg_0i {
	background-color:#e5669c !important;	
}
.bg_1i {
	background-color:#ed94ba !important;	
}
.bg_2i {
	background-color:#FDE4EF !important;	
}

.cl_0 {
	color:#e5669c !important;	
}
.cl_1 {
	color:#ed94ba !important;
}
.cl_2 {
	color:#FDE4EF !important;
}

.bc_0 {
	border-color:#e5669c !important;	
}
.bc_1 {
	border-color:#ed94ba !important;	
}	
.bc_2 {
	border-color:#FDE4EF !important;	
}	


.grd_0 {
	background: -moz-linear-gradient(top, #ed94ba 0%, #ed94ba 50%, #e5669c 51%, #e5669c 100%);
	background: -webkit-linear-gradient(top, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%);
	background: linear-gradient(to bottom, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%);
}
.grd_0i {
	background: -moz-linear-gradient(top, #ed94ba 0%, #ed94ba 50%, #e5669c 51%, #e5669c 100%) !important;
	background: -webkit-linear-gradient(top, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%) !important;
	background: linear-gradient(to bottom, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%) !important;
}
.grd_1 {
	background: -moz-linear-gradient(left, #ed94ba 0%, #ed94ba 50%, #e5669c 51%, #e5669c 100%);
	background: -webkit-linear-gradient(left, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%);
	background: linear-gradient(to right, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%);
}
.grd_1i {
	background: -moz-linear-gradient(left, #ed94ba 0%, #ed94ba 50%, #e5669c 51%, #e5669c 100%) !important;
	background: -webkit-linear-gradient(left, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%) !important;
	background: linear-gradient(to right, #ed94ba 0%,#ed94ba 50%,#e5669c 51%,#e5669c 100%) !important;
}
.grd_2 {
	background: -moz-linear-gradient(top, #e5669c 0%, #e5669c 50%, #ed94ba 51%, #ed94ba 100%);
	background: -webkit-linear-gradient(top, #e5669c 0%,#e5669c 50%,#ed94ba 51%,#ed94ba 100%);
	background: linear-gradient(to bottom, #e5669c 0%,#e5669c 50%,#ed94ba 51%,#ed94ba 100%);
}
.grd_2i {
	background: -moz-linear-gradient(top, #e5669c 0%, #e5669c 50%, #ed94ba 51%, #ed94ba 100%) !important;
	background: -webkit-linear-gradient(top, #e5669c 0%,#e5669c 50%,#ed94ba 51%,#ed94ba 100%) !important;
	background: linear-gradient(to bottom, #e5669c 0%,#e5669c 50%,#ed94ba 51%,#ed94ba 100%) !important;
}
.deg-grd {
	background:linear-gradient(40deg,#e5669c,#ed94ba) !important;
}


.menu_img {
	background-image:url(../toppage_img/menu-pink.png) !important;
}
.map-img {
	background-image:url(../toppage_img/map-pin-pink.png) !important;
}
.tel-img {
	background-image:url(../toppage_img/tel-pink.png) !important;
}
