@charset "utf-8";

/*for margin setting*/
.mb0 {
	margin-bottom:0 !important;
}
.mb2 {
	margin-bottom:2px !important;
}
.mb3 {
	margin-bottom:3px !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mtb0 {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.mtb5 {
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.mtb10 {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.mtb15 {
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.mtb20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mr0 {
	margin-right:0 !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;
}
.ml0 {
	margin-left:0 !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;
}

/*for padding setting*/
.pd0 {
	padding:0 !important;
}
.pd3 {
	padding:3px !important;
}
.pd5 {
	padding:5px !important;
}
.pd10 {
	padding:10px !important;
}
.pd15 {
	padding:15px !important;
}
.pd20 {
	padding:20px !important;
}
.pdb0 {
	padding-bottom:0 !important;
}
.pdb5 {
	padding-bottom:5px !important;
}
.pdb10 {
	padding-bottom:10px !important;
}
.pdb15 {
	padding-bottom:15px !important;
}
.pdb20 {
	padding-bottom:20px !important;
}
.pdt0 {
	padding-top:0 !important;
}
.pdt5 {
	padding-top:5px !important;
}
.pdt10 {
	padding-top:10px !important;
}
.pdt15 {
	padding-top:15px !important;
}
.pdt20 {
	padding-top:20px !important;
}
.pdtb0 {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pdtb5 {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.pdtb10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.pdtb15 {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.pdtb20 {
	padding-top:20px !important;
	padding-bottom:20px !important;
}

/*for list format*/
ul.normal li,ul li.normal,ol.normal li ul.normal li{
	background:none;
	list-style-type:disc;
	margin:0 0 0 1.6em;
	padding-left:0;
}
ul.square li {
	background:none;
	list-style-type:square;
	margin:0 0 0 1.6em;
	padding-left:0;
}
ul.nomark li {
	background:none;
	list-style-type:none;
	margin:0;
	padding-left:0;
}
ol.normal li {
	background:none;
	list-style-type:decimal;
	margin:0 0 0 2em;
	padding-left:0;
}

dl.normal dt {
	font-weight:bold;
	margin-bottom:0.6em;
}
dl.normal dt dd {
	margin-bottom:0.6em;
}

.li-space-left {
	margin-left: 10px;
}
