@charset "UTF-8";
/* CSS Document */
.p-frame-lt {
	border-top:solid #fa305f 2px!important;
	border-left:solid #fa305f 2px!important;
}
.p-frame-t {
	border-top:solid #fa305f 2px!important;
}
.p-frame-rt {
	border-top:solid #fa305f 2px!important;
	border-right:solid #fa305f 2px!important;
}
.p-frame-l {
	border-left:solid #fa305f 2px!important;
}
.p-frame-r {
	border-right:solid #fa305f 2px!important;
}
.p-frame-lb {
	border-bottom:solid #fa305f 2px!important;
	border-left:solid #fa305f 2px!important;
}
.p-frame-rb {
	border-bottom:solid #fa305f 2px!important;
	border-right:solid #fa305f 2px!important;
}
.p-frame-b {
	border-bottom:solid #fa305f 2px!important;
}
.p-text-vetical {
    writing-mode: vertical-lr;
}
.p-text-horizontal {
    writing-mode: horizontal-tb;
    padding-bottom: 2px;
}