@charset "utf-8";
/* CSS Document */

/* align ==================================== */
.nc-center { text-align:center !important; }
.nc-left { text-align:left !important; }
.nc-right { text-align:right !important; }

/* effect =================================== */
.nc-bold { font-weight:bold !important; }
.nc-hand { cursor: pointer !important; }
.nc-hide { display: none !important; }

/* line-height ============================== */
.nc-lh150 { line-height:200% !important; }
.nc-lh200 { line-height:200% !important; }
.nc-lh250 { line-height:250% !important; }
.nc-lh300 { line-height:300% !important; }

/* padding ================================== */
.nc-p0 { padding: 0px !important; }
.nc-p1 { padding: 1px !important; }
.nc-p5 { padding: 5px !important; }
.nc-p10 { padding: 10px !important; }
.nc-p15 { padding: 15px !important; }
.nc-p20 { padding: 20px !important; }
.nc-p30 { padding: 30px !important; }

.nc-pt0 { padding-top:0px !important; }
.nc-pt5 { padding-top:5px !important; }
.nc-pt10 { padding-top:10px !important; }
.nc-pt15 { padding-top:15px !important; }
.nc-pt20 { padding-top:20px !important; }
.nc-pt30 { padding-top:30px !important; }

.nc-pr0 { padding-right:0px !important; }
.nc-pr5 { padding-right:5px !important; }
.nc-pr10 { padding-right:10px !important; }
.nc-pr15 { padding-right:15px !important; }
.nc-pr20 { padding-right:20px !important; }
.nc-pr30 { padding-right:30px !important; }

.nc-pb0 { padding-bottom:0px !important; }
.nc-pb5 { padding-bottom:5px !important; }
.nc-pb10 { padding-bottom:10px !important; }
.nc-pb15 { padding-bottom:15px !important; }
.nc-pb20 { padding-bottom:20px !important; }
.nc-pb30 { padding-bottom:30px !important; }

.nc-pl0 { padding-left:0px !important; }
.nc-pl5 { padding-left:5px !important; }
.nc-pl10 { padding-left:10px !important; }
.nc-pl15 { padding-left:15px !important; }
.nc-pl20 { padding-left:20px !important; }
.nc-pl30 { padding-left:30px !important; }

/* margin ===================================== */
.nc-m0 { margin: 0px !important; }
.nc-m5 { margin: 5px !important; }
.nc-m10 { margin: 10px !important; }
.nc-m15 { margin: 15px !important; }
.nc-m20 { margin: 20px !important; }

.nc-mt0 { margin-top:0px !important; }
.nc-mt5 { margin-top:5px !important; }
.nc-mt10 { margin-top:10px !important; }
.nc-mt15 { margin-top:15px !important; }
.nc-mt20 { margin-top:20px !important; }

.nc-mr0 { margin-right:0px !important; }
.nc-mr5 { margin-right:5px !important; }
.nc-mr10 { margin-right:10px !important; }
.nc-mr15 { margin-right:15px !important; }
.nc-mr20 { margin-right:20px !important; }

.nc-mb0 { margin-bottom:0px !important; }
.nc-mb5 { margin-bottom:5px !important; }
.nc-mb10 { margin-bottom:10px !important; }
.nc-mb15 { margin-bottom:15px !important; }
.nc-mb20 { margin-bottom:20px !important; }

.nc-ml0 { margin-left:0px !important; }
.nc-ml5 { margin-left:5px !important; }
.nc-ml10 { margin-left:10px !important; }
.nc-ml15 { margin-left:15px !important; }
.nc-ml20 { margin-left:20px !important; }

/* width ====================================== */
.nc-w10 { width:10px !important; display:inline-block !important; }
.nc-w20 { width:20px !important; display:inline-block !important; }
.nc-w30 { width:30px !important; display:inline-block !important; }
.nc-w40 { width:40px !important; display:inline-block !important; }
.nc-w50 { width:50px !important; display:inline-block !important; }
.nc-w60 { width:60px !important; display:inline-block !important; }
.nc-w70 { width:70px !important; display:inline-block !important; }
.nc-w80 { width:80px !important; display:inline-block !important; }
.nc-w90 { width:90px !important; display:inline-block !important; }
.nc-w100 { width:100px !important; display:inline-block !important; }
.nc-w150 { width:150px !important; display:inline-block !important; }
.nc-w200 { width:200px !important; display:inline-block !important; }
.nc-w250 { width:250px !important; display:inline-block !important; }
.nc-w300 { width:300px !important; display:inline-block !important; }

/* height ===================================== */
.nc-h10 { height:10px !important; }
.nc-h15 { height:15px !important; }
.nc-h20 { height:20px !important; }
.nc-h25 { height:25px !important; }
.nc-h30 { height:30px !important; }
.nc-h35 { height:35px !important; }

/* border ===================================== */
.nc-b1-gray { border:1px solid gray !important; }
.nc-b1-red { border:1px solid red !important; }
.nc-b3-red { border:3px solid red !important; }
.nc-b0 { border:0px; }

/* background ===================================== */
.nc-bg-white { background-color: white !important; }

/* form ======================================== */
.nc-form { background-color:#F7F7F7; padding:10px; }
.nc-search-clear { pointer-events:auto !important; cursor:pointer; }

/* tab ========================================= */
.nc-tab-title { font-size:15px !important; font-weight:bold !important; }

