@charset "uts-8";
.planbox{
	position: relative;
}
p.plan_type {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 8.3%;
}
p.plan_type img {
    width:100%;
}
p.plan_type_static {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 8.3%;
}
p.plan_type_static img {
    width:100%;
}