@charset "UTF-8";


/* =============================================================== 
	*** reset *** 
=============================================================== */
p,ul,li,h3,h4,dl,dd,dt,br,div,table,img,h1,h2,h3{
margin:0;
padding:0;
}
img{
border:none;
}

/* =============================================================== 
	*** msbase *** 
=============================================================== */
/* text */
.tac{
text-align:center;
}
.tal{
text-align:left;
}
.tar{
text-align:right;
}

/* float */
.fll{
float:left;
}
.flr{
float:right;
}
.clear{
content:".";
display:block;
clear:both;
visibility:hidden;
height:0;
}
/* margin */
.mt0{
margin-top:0px !important;
}
.mt5{
margin-top:5px !important;
}
.mt10{
margin-top:10px !important;
}
.mt15{
margin-top:15px !important;
}
.mt20{
margin-top:20px !important;
}
.mt30{
margin-top:30px !important;
}
.mt35{
margin-top:35px !important;
}
.mt55{
margin-top:55px !important;
}
.mt75{
margin-top:75px !important;
}


.mr5{
margin-right:5px !important;
}
.mr10{
margin-right:10px !important;
}
.mr15{
margin-right:15px !important;
}
.mr20{
margin-right:20px !important;
}
.mr30{
margin-right:30px !important;
}

.mb5{
margin-bottom:5px !important;
}
.mb10{
margin-bottom:10px !important;
}
.mb15{
margin-bottom:15px !important;
}
.mb20{
margin-bottom:20px !important;
}
.mb30{
margin-bottom:30px !important;
}

.ml5{
margin-left:5px !important;
}
.ml10{
margin-left:10px !important;
}
.ml15{
margin-left:15px !important;
}
.ml20{
margin-left:20px !important;
}
.ml30{
margin-left:30px !important;
}


/* padding */
.pt5{
padding-top:5px !important;
}
.pt10{
padding-top:10px !important;
}
.pt20{
padding-top:20px !important;
}

.pr20{
padding-right:20px !important;
}
.pl20{
padding-left:20px !important;
}
.pb15{
padding-bottom:15px !important;
}
.pl10{
padding-left:10px !important;
}


/* text */
.txtxs{
font-size:0.8em;
}
.txts{
font-size:0.9em;
}
.txtm{
font-size:0.8em;
}
.txtl{
font-size:1.1em;
}
.fwb{
font-weight:bold;
}
.fs18 {
	font-size: 18px;
}


/* width */
.w30{
width:30%;
}
.w40{
width:39%;
}
.w50{
width:48%;
}
.w60{
width:58%;
}
.w100{
width:100%;
}


/* etc */
.vat{
vertical-align:top;
}
.dot{
list-style-type:disc;
}
.nowrap{
white-space:nowrap;
}


/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear {
	clear: both;
}
/* clearfix end */