@charset "UTF-8";
/* CSS Document */

/* ===================================================== */
/* width SET */
/* ===================================================== */

.w100{
	width: 100px;
}
.w150{
	width: 150px;
}
.w200{
	width: 200px;
}
.w250{
	width: 250px;
}
.w300{
	width: 300px;
}
.w330{
	width:330px;
}
.w350{
	width: 350px;
}
.w400{
	width: 400px;
}
.w450{
	width: 450px;
}
.w500{
	width: 500px;
}
.w550{
	width: 550px;
}
.w600{
	width: 600px;
}
.w650{
	width: 650px;
}
.wmax{
	width: 100%;
}


/* ===================================================== */
/* indent SET */
/* ===================================================== */
/* margin-top */
.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;
}
.mt25{
	margin-top:25px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt35{
	margin-top:35px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}
.mt60{
	margin-top:60px !important;
}
.mt65{
	margin-top:65px !important;
}

/* margin-right */
.mr0{
	margin-right:0px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr15{
	margin-right:15px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr25{
	margin-right:25px !important;
}
.mr30{
	margin-right:30px !important;
}
.mrt40{
	margin-right:40px !important;
}
.mr50{
	margin-right:50px !important;
}
.mr100{
	margin-right:100px !important;
}
.mr150{
	margin-right:150px !important;
}
.mr200{
	margin-right:200px !important;
}


/* margin-bottom */
.mb0{
	margin-bottom:0px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}

/* margin-left */
.mlm20{
	margin-left:-20px !important;
}
.ml0{
	margin-left:0px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml40{
	margin-left:40px !important;
}
.ml50{
	margin-left:50px !important;
}
.ml100{
	margin-left:100px !important;
}
.ml150{
	margin-left:150px !important;
}
.ml200{
	margin-left:200px !important;
}


/* padding-top */
.pt0{
	padding-top:0px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt25{
	padding-top:25px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt40{
	padding-top:40px !important;
}
.pt50{
	padding-top:50px !important;
}

/* padding-bottom */
.pb0{
	padding-bottom:0px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb25{
	padding-bottom:25px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb40{
	padding-bottom:40px !important;
}
.pb50{
	padding-bottom:50px !important;
}
/* padding-left */
.pl0{
	padding-left:0px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl15{
	padding-left:15px !important;
}
.pl20{
	padding-left:20px !important;
}
.pl25{
	padding-left:25px !important;
}
.pl30{
	padding-left:30px !important;
}
.pl40{
	padding-left:40px !important;
}
.pl50{
	padding-left:50px !important;
}

/* text-align */
.left{
	text-align:left !important;
}
.right{
	text-align:right !important;
}
.center{
	text-align:center !important;
}

/* float */
.fll{
	float:left;
}
.flr{
	float:right;
}
.fclear{
	clear:both;
}

/* font-size */
.txtL{
  font-size:125%;
}

.txtS{
  font-size:80%;
	line-height: 1.5;
}


