@CHARSET "UTF-8";


.width-062{width:62px !important;}
.width-210{width:210px !important;}
.width-280{width:280px !important;}

/**
 * 横幅指定バリエーション（%）
 */
.width-095p{width:95% !important;}


/**
 * margin-top指定バリエーション（px）
 */
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt100{margin-top:100px;}


/**
 * margin-side指定バリエーション（px）
 */
.mside03 {margin-left:3px;   margin-right:3px;}
.mside04 {margin-left:4px;   margin-right:4px;}
.mside05 {margin-left:5px;   margin-right:5px;}
.mside10 {margin-left:10px;  margin-right:10px;}
.mside20 {margin-left:20px;  margin-right:20px;}
.mside30 {margin-left:30px;  margin-right:30px;}
.mside40 {margin-left:40px;  margin-right:40px;}
.mside50 {margin-left:50px;  margin-right:50px;}
.mside60 {margin-left:60px;  margin-right:60px;}
.mside70 {margin-left:70px;  margin-right:70px;}
.mside80 {margin-left:80px;  margin-right:80px;}
.mside90 {margin-left:90px;  margin-right:90px;}
.mside100{margin-left:100px; margin-right:100px;}

/**
 * margin-top&bottom指定バリエーション（px）
 */
.mupdw5 {margin-top:5px;  margin-bottom:5px;}
.mupdw10 {margin-top:10px;  margin-bottom:10px;}
.mupdw20 {margin-top:20px;  margin-bottom:20px;}
.mupdw30 {margin-top:30px;  margin-bottom:30px;}
.mupdw40 {margin-top:40px;  margin-bottom:40px;}


/**
 * padding指定バリエーション（px）
 */
.p05 {padding :5px;}


/**
 * padding-left指定バリエーション（px）
 */
.pl20 {padding-left :20px;}
.pl30 {padding-left :30px;}
.pl40 {padding-left :40px;}
.pl50 {padding-left :50px;}
.pl120 {padding-left :120px;}

/**
 * padding-right指定バリエーション（px）
 */
.pr0 {padding-right :0 !important;}
.pr5 {padding-right :5px !important;}
.pr20 {padding-right :20px;}

/**
 * padding-top指定バリエーション（px）
 */
.pt2 {padding-top :2px;}
.pt3 {padding-top :3px;}
.pt4 {padding-top :4px;}
.pt5 {padding-top :5px;}
.pt50 {padding-top :50px;}

.aTagTop {
  display:block;
  padding-top :4px;
}

/**
 * padding-bottom指定バリエーション（px）
 */
.pb2 {padding-bottom :2px;}
.pb3 {padding-bottom :3px;}
.pb4 {padding-bottom :4px;}
.pb5 {padding-bottom :5px;}


.pside10 {padding-left:10px; padding-right:10px;}


/**
 * font-size指定バリエーション（px）
 */
.fs12 {font-size :12px;}
.fs13 {font-size :13px;}
.fs14 {font-size :14px !important;}
.fs15 {font-size :15px !important;}
.fs16 {font-size :16px !important;}
.fs17 {font-size :17px !important;}
.fs18 {font-size :18px;}
.fs19 {font-size :19px;}
.fs20 {font-size :20px;}
.fs21 {font-size :21px;}
.fs22 {font-size :22px;}
.fs23 {font-size :23px;}
.fs24 {font-size :24px;}
.fs25 {font-size :25px;}


/**
 * text-align位置バリエーション
 */
.txtcnt {text-align:center;}
.txtright {text-align:right;}

.height25 {height: 25px;}
.height26 {height: 26px;}
.height27 {height: 27px;}

.no-wrap {white-space: nowrap;}
