@charset "UTF-8";
/*フォント*/
.font_larger {
    font-size: 16px;
    line-height: 20px;
}

.font_m_larger {
    font-size: 24px;
    line-height: 28px;
}

.font_smaller {
    font-size: 12px;
    line-height: 16px;
}

.font_smaller_normal {
    font-size: 12px;
    line-height: 16px;
	color: #333;
	font-weight: normal;
}


.font_normal {
    font-size: 14px;
    line-height: 18px;
}

.font_bold {
    font-weight: bold;
}

.font_red_bold {
    font-weight: bold;
    color: #FF0000;
}

.font_dred_bold {
    font-weight: bold;
    color: #CC0000;
}

.font_bn_bold {
    font-weight: bold;
    color: #669933;
}

.font_red {
    color: #FF0000;
}

.font_green_bold {
	font-weight: bold;
	color: #006600;
}

.font_brue {
    color: #0000FF;
}

.font_dgreen {
    color: #336633;
}

.font_l_orange {
    font-size: 32px;
    line-height: 36px;
    color: #FF6600;
}


/*Width*/
.wd45 {
    width: 45px;
}

.wd50 {
    width: 50px;
}

.wd56 {
    width: 56px;
}

.wd60 {
    width: 60px;
}

.wd70 {
    width: 70px;
}

.wd80 {
    width: 80px;
}

.wd90 {
    width: 90px;
}

.wd95 {
    width: 95px;
}

.wd100 {
    width: 100px;
}

.wd105 {
    width: 105px;
}

.wd110 {
    width: 110px;
}

.wd120 {
    width: 120px;
}

.wd125 {
    width: 125px;
}

.wd135 {
    width: 135px;
}

.wd140 {
    width: 140px;
}

.wd155 {
    width: 155px;
}

.wd160 {
    width: 160px;
}

.wd170 {
    width: 170px;
}

.wd190 {
    width: 190px;
}

.wd200 {
    width: 200px;
}

.wd215 {
    width: 215px;
}

.wd220 {
    width: 220px;
}

.wd225 {
    width: 225px;
}

.wd230 {
    width: 230px;
}

.wd250 {
    width: 250px;
}

.wd260 {
    width: 260px;
}

.wd265 {
    width: 265px;
}

.wd270{
    width: 270px;
}

.wd280 {
    width: 280px;
}

.wd295 {
    width: 295px;
}

.wd300 {
    width: 300px;
}

.wd320 {
    width: 320px;
}

.wd330 {
    width: 330px;
}

.wd350 {
    width: 350px;
}

.wd360 {
    width: 360px;
}

.wd380 {
    width: 380px;
}

.wd400 {
    width: 400px;
}

.wd440 {
    width: 440px;
}

.wd460 {
    width: 460px;
}

.wd480 {
    width: 480px;
}

.wd520 {
    width: 520px;
}

.wd540 {
    width: 540px;
}

.wd570 {
    width: 570px;
}

.wd615 {
    width: 615px;
}

.wd630 {
    width: 630px;
}

.wd655 {
    width: 655px;
}

.wd660 {
    width: 660px;
}

.wd680 {
    width: 680px;
}

/*box*/
.box_btm5 {
    margin-bottom: 5px;
    text-align: left;
}

.box_btm70 {
    margin-bottom: 70px;
    text-align: left;
}

/*others*/
.block {
    display: block;
}

.pad_10 {
    padding: 10px;
}

.pddleft5 {
    padding-right: 10px;
}

.pddleft20 {
    padding-left: 20px;
}

.mgn_btm_5 {
    margin-bottom: 5px;
}

.mgn_btm_15 {
    margin-bottom: 15px;
}

.mgn_btm_50 {
    margin-bottom: 50px;
}

.mgn_btm_200 {
    margin-bottom: 200px;
}

.mgn_rgt_10 {
    margin-right: 10px !important;
}

.mgn_top_15 {
	margin-top: 15px;
}

.centering {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0;
}

.img_valign_middle {
    vertical-align :middle;
}

.line_100per {
    width: 100%;
    background: url(../images/line_tate.gif) repeat-x bottom;
    height: 1px;
}

th.disabled { color: #999; }
td.disabled { color: #999; }
