@charset "Shift_JIS";

/* Width */

.w030p {width: 30%;}
.w100 {width: 100px;}
.w150 {width: 150px;}
.w340 {width: 340px;}

/* Float */

.cl-fl {clear: both;}
.cl-le {clear: left;}
.cl-ri {clear: right;}

.fl-le {float: left;}
.fl-ri {float: right;}

/* Margin / Padding */

.mr-t010 {margin-top: 10px;}
.mr-t030 {margin-top: 30px;}
.mr-t050 {margin-top: 50px;}
.mr-t100 {margin-top: 100px;}

.mr-r010 {margin-right: 10px;}
.mr-r020 {margin-right: 20px;}

.mr-b005 {margin-bottom: 5px;}
.mr-b010 {margin-bottom: 10px;}
.mr-b020 {margin-bottom: 20px;}
.mr-b030 {margin-bottom: 30px;}
.mr-b050 {margin-bottom: 50px;}

.mr-l020 {margin-left: 20px;}
.mr-l050 {margin-left: 50px;}
.mr-l070 {margin-left: 70px;}
.mr-l120 {margin-left: 120px;}

.pd-b020 {padding-bottom: 20px;}

/* Font */

.font-t {font-family: "lr SVbN", "Osaka|", monospace;}

.ind-1 {text-indent: -1em;}
.ind1 {text-indent: 1em;}
.ind15 {text-indent: 1.5em;}
.ind2 {text-indent: 2em;}
.ind3 {text-indent: 3em;}
.ind5 {text-indent: 5em;}

.t-le {text-align: left;}
.t-ce {text-align: center;}
.t-ri {text-align: right;}

.nor {font-weight: normal;}
.bol {font-weight: bold;}

.font-sr {font-size: smaller;}
.font-lr {font-size: larger;}

.lh15 {line-height: 1.5em;}
.lh18 {line-height: 1.8em;}

.ls01 {letter-spacing: 1em;}

/* Color */

.c-c00 {color: #c00;}

.b-eef {background-color: #eef;}
.b-efe {background-color: #efe;}
.b-fee {background-color: #fee;}
.b-eee {background-color: #eee;}

/* DisPlay */

.blk {display: block;}

