﻿@charset "UTF-8";

input[type="text"], input[type="password"], textarea {
	box-sizing: border-box;
	padding: 5px 5px 2px 5px;
	border: 1px solid #808080;
}
input[readonly="readonly"] {
	box-sizing: border-box;
	border: none;
	margin: 1px;
}
input[type="submit"] {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: center;
}
input[type="button"] > img {
	position: relative;
	z-index: 1;
}

/*------------------------------------------------------------
	システムエラー
------------------------------------------------------------*/

#systemErrorMessage {
	margin: 0 auto;
	width: 900px;
}
#systemErrorMessage .ttl {
	padding: 6px 0;
	background-color: #e60012;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	line-height: 1;
}
#systemErrorMessage .inner {
	padding: 10px 20px;
	background-color: #ffffff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

/*------------------------------------------------------------
	システムメッセージ
------------------------------------------------------------*/

#systemMessage {
	margin: 0 auto;
	width: 900px;
}
#systemMessage .ttl {
	padding: 6px 0;
	background-color: #0032a0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	line-height: 1;
}
#systemMessage .inner {
	padding: 10px 20px;
	background-color: #ffffff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

/*------------------------------------------------------------
	wrapper
------------------------------------------------------------*/
.wrapper {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------
	banner
------------------------------------------------------------*/
.half-banner {
    width: 234px;
    height: 60px;
}

/*------------------------------------------------------------
	title
------------------------------------------------------------*/
.title01 {
	padding: 8px 12px 6px;
	background-color: #0032a0;
	color: #ffffff;
	font-size: 115.38462%;
	font-weight: bold;
}
.title02 {
	padding: 8px 12px 6px;
	background-color: #00b4dc;
	color: #ffffff;
	font-size: 115.38462%;
	font-weight: bold;
}

/*------------------------------------------------------------
	progress
------------------------------------------------------------*/
.progress-area {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.progress {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

/*------------------------------------------------------------
	legend
------------------------------------------------------------*/
.legend {
	max-height: 120px;
	overflow: auto;
}

/*------------------------------------------------------------
	calender
------------------------------------------------------------*/
.calender {
	box-sizing: border-box;
	padding: 10px;
	background-color: #eefad6;
	border: 1px solid #abe630;
	border-radius: 5px;
	position: relative;
	font-size: 120%;
	text-align: left;
}
.calender .date {
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}
.calender .date .txt {
	color: #171e47;
	font-weight: bold;
}
.calender .table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
.calender .table th, .calender .table td {
	background-color: #ffffff;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
.calender .table td:hover {
	text-decoration: underline;
}
.calender .table th a, .calender .table td a {
	padding: 5px 0 2px 0;
}

/*------------------------------------------------------------
	fix-listview
------------------------------------------------------------*/
.fix-listview-area {
	width: 650px;
	height: 500px;
}
.fix-listview-area .thd {
	padding: 5px;
}
.fix-listview-area .td {
	padding: 0;
	vertical-align: top;
}
.fix-listview-area .tddrh {
	padding: 10px 0 0 5px;
}
.fix-listview-area .tddrd {
	position: relative;
	top: 0;
	left: 0;
}
.fix-listview-area .bgcg {
	background-color: #00ced1;
}
.fix-listview-area .btb {
	border-top: 1px solid #b2e0f4;
}
.fix-listview-area .btw {
	border-top: 1px solid #ffffff;
}
.fix-listview-area .brb {
	border-right: 1px solid #b2e0f4;
}
.fix-listview-area .brw {
	border-right: 1px solid #ffffff;
}
.fix-listview-area .bbb {
	border-bottom: 1px solid #b2e0f4;
}
.fix-listview-area .bbw {
	border-bottom: 1px solid #ffffff;
}
.fix-listview-area .blb {
	border-left: 1px solid #b2e0f4;
}
.fix-listview-area .blw {
	border-left: 1px solid #ffffff;
}
.fix-listview-area .blg {
	border-right: 1px solid #00ced1;
}

/*------------------------------------------------------------
	gridview
------------------------------------------------------------*/
.gridview-area {
	width: 650px;
	overflow: auto;
}
.gridview-area .gridview {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
}
.gridview-area .gridview th {
	box-sizing: border-box;
	padding: 7px 15px 5px;
	border-spacing: 0;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-color: #b2e0f4;
}
.gridview-area .gridview th.left {
	text-align: left;
}
.gridview-area .gridview tr.alternating-item {
	background-color: #e8f0ff;
}
.gridview-area .gridview th:first-child {
	border-left: 1px solid #b2e0f4;
}
.gridview-area .gridview th.last {
	border-right-color: #B2E0F4;
}
.gridview-area .gridview td {
	box-sizing: border-box;
	padding: 7px 15px 5px;
	border-spacing: 0;
	text-align: center;
	border-bottom: 1px solid #b2e0f4;
	border-right: 1px solid #b2e0f4;
}
.gridview-area .gridview td.left {
	text-align: left;
}
.gridview-area .gridview td:first-child {
	border-left: 1px solid #b2e0f4;
}

/*------------------------------------------------------------
	treeview
------------------------------------------------------------*/
.treeview-area {
	box-sizing: border-box;
	width: 400px;
	background-color: #eefad6;
	border: 1px solid #abe630;
	border-radius: 5px;
	font-size: 130%;
	text-align: left;
}
.treeview-area > .inner {
	padding: 10px 10px 10px 10px;
}
.treeview-area .treeview {
	width: 375px;
	height: 480px;
	position: relative;
	overflow: auto;
	border: none;
	border-collapse: collapse;
}
.treeview-area .treeview th {
	margin: 0;
	/*padding: 0;*/
	border-spacing: 0;
	border: none;
}
.treeview-area .treeview th:first-child {
	border: none;
}
.treeview-area .treeview td {
	margin: 0;
	/*padding: 0;*/
	border-spacing: 0;
	border: none;
}
.treeview-area .treeview td a img {
	vertical-align: middle;
}
.treeview-area .treeview td:first-child {
	border: none;
}
.treeview-area.top-arrow:before {
	content: '';
	position: absolute;
	border-bottom: 10px solid #abe630;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -10px;
	left: 220px;
}
.treeview-area.top-arrow:after {
    content: '';
	position: absolute;
	border-bottom: 10px solid #eefad6;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -9px;
	left: 220px;
}

/*------------------------------------------------------------
	setup-treeview
------------------------------------------------------------*/
.setup-treeview-area {
	box-sizing: border-box;
	width: 245px;
	background-color: #eefad6;
	border: 1px solid #abe630;
	border-radius: 5px;
	font-size: 130%;
	text-align: left;
}
.setup-treeview-area > .inner {
	padding: 10px 10px 10px 10px;
}
.setup-treeview-area .treeview {
	width: 220px;
	height: 440px;
	position: relative;
	overflow: auto;
	border: none;
	border-collapse: collapse;
}
.setup-treeview-area .treeview th {
	margin: 0;
	/*padding: 0;*/
	border-spacing: 0;
	border: none;
}
.setup-treeview-area .treeview th:first-child {
	border: none;
}
.setup-treeview-area .treeview td {
	margin: 0;
	/*padding: 0;*/
	border-spacing: 0;
	border: none;
}
.setup-treeview-area .treeview td a img {
	vertical-align: middle;
}
.setup-treeview-area .treeview td:first-child {
	border: none;
}

/*------------------------------------------------------------
	/*listview*/
------------------------------------------------------------*/
.listview-area {
	width: 650px;
}
.listview-area .frame {
	margin-top: 5px;
	background-color: #ffffff;
	border: solid 1px #00bfff;
}
.listview-area .table-area {
	width: 100%;
	border: solid 1px #00bfff;
	border-collapse: collapse;
}
.listview-area .table-area .tr {
	border: solid 1px #00bfff;
}
.listview-area .table-area .td {
	padding: 5px;
	border: solid 1px #00bfff;
}
.listview-area .table-area .no {
	background-color: #87ceeb;
	border-right: none;
}
.listview-area .table-area .button {
	background-color: #87ceeb;
	border-left: none;
}
.listview-area .table-area .title {
	background-color: #e0ffff;
}

.listview-area .pager-area {
	margin-top: 5px;
	padding: 2px 0 4px 5px;
	background-color: #4ccae6;
	border: none;
}
.listview-area .pager-area .current {
	padding: 2px 4px;
	width: 12px;
	background-color: #0032a0;
	font-size: 76.92308%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
.listview-area .pager-area .numeric-button {
	padding: 2px 4px;
	width: 12px;
	background-color: #ffffff;
	font-size: 76.92308%;
	text-decoration: none;
	text-align: center;
	color: #0032a0;
}
.listview-area .pager-area a:hover {
	background-color: #0032a0;
	color: #ffffff;
}

/*------------------------------------------------------------
	setup-listview
------------------------------------------------------------*/
.setup-listview-area {
	width: 650px;
}
.setup-listview-area .frame {
	margin-top: 5px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 2px #b2e0f4;
}
.setup-listview-area .frame .setup-table {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-top: 1px solid #80d9ed;
}
.setup-listview-area .frame .setup-table .th {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #80d9ed;
	vertical-align: top;
	text-align: left;
	background-color: #b2e0f4;
	color: #0032a0;
	font-weight: bold;
	width: 150px;
}
.setup-listview-area .frame .setup-table .td {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #80d9ed;
	vertical-align: top;
	text-align: left;
}

/*------------------------------------------------------------
	control-listview
------------------------------------------------------------*/
.control-listview-area {
	width: 650px;
}
.control-listview-area .separate-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse; 
}
.control-listview-area .separate-table th {
	margin: 0;
	padding: 10px;
	border: 1px solid #80d9ed;
	background-color: #e8f0ff;
	text-align: left;
	vertical-align: top;
}
.control-listview-area .separate-table td {
	margin: 0;
	padding: 10px;
	border: 1px solid #80d9ed;
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
}
.control-listview-area .separate-table .title {
	font-weight: bold;
	color: #0032a0;
}
.control-listview-area .separate-table .control-status-table {
	width: 140px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.control-listview-area .separate-table .control-status-table th {
	margin: 0;
	padding: 5px;
	border: 1px solid #80d9ed;
	text-align: center;
	background-color: #b2e0f4;
}
.control-listview-area .separate-table .control-status-table td {
	margin: 0;
	padding: 0;
	border: 1px solid #80d9ed;
	text-align: center;
	background-color: #ffffff;
}
.control-listview-area .separate-table .control-status-table td .status-valid {
	padding: 5px;
	font-weight: bold;
	color: #000000;
	background-color: #ffff00;
}
.control-listview-area .separate-table .control-status-table td .status-invalid {
	padding: 5px;
	font-weight: bold;
	color: #696969;
	background-color: #ffffff;
}
.control-listview-area .layout-table {
	margin: 0;
	padding: 0;
	border: none;
}
.control-listview-area .layout-table th {
	margin: 0;
	padding: 0;
	border: none;
}
.control-listview-area .layout-table td {
	margin: 0;
	padding: 0;
	border: none;
}

.control-status-table {
	width: 140px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.control-status-table th {
	margin: 0;
	padding: 5px;
	border: 1px solid #80d9ed;
	text-align: center;
	background-color: #b2e0f4;
}
.control-status-table td {
	margin: 0;
	padding: 0;
	border: 1px solid #80d9ed;
	text-align: center;
	background-color: #ffffff;
}
.control-status-table td .status-valid {
	padding: 5px;
	font-weight: bold;
	color: #000000;
	background-color: #ffff00;
}
.control-status-table td .status-invalid {
	padding: 5px;
	font-weight: bold;
	color: #696969;
	background-color: #ffffff;
}

/*------------------------------------------------------------
	table
------------------------------------------------------------*/
.table-area {
	width: 650px;
}
.table-area .table {
	width: 100%;
	margin-right: 0 !important;
	background-color: #ffffff;
	border-collapse: collapse;
}
.table-area .table .th {
	padding: 5px;
	box-sizing: border-box;
	border-spacing: 0;
	text-align: center;
	border-right: 1px solid #ffffff;
	background-color: #b2e0f4;
}
.table-area .table .th:first-child {
	border-left: 1px solid #b2e0f4;
}
.table-area .table .th.last {
	border-right: 1px solid #b2e0f4;
}
.table-area .table .td {
	padding: 5px;
	box-sizing: border-box;
	padding: 7px 15px 5px;
	border-spacing: 0;
	border-bottom: 1px solid #b2e0f4;
	border-right: 1px solid #b2e0f4;
}
.table-area .table .td:first-child {
	border-left: 1px solid #b2e0f4;
}
.table-area .table .item {
	background-color: #ffffff;
}
.table-area .table .alternating-item {
	background-color: #f2f2f3;
}
.table-area .jspHorizontalBar {
	z-index: 200;
}

/*------------------------------------------------------------
	table pager
------------------------------------------------------------*/
.table-area .pager-row {
	border-collapse: separate;
}
.table-area .pager-row .row {
	padding: 0;
	margin: 0;
	background-color: #4ccae6;
	border: 1px #4ccae6 solid;
}
.table-area .pager-row .row .inner {
	padding-top: 4px;
	position: relative;
}
.table-area .pager-row .row .inner .bar {
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.table-area .pager-row .row .inner .pager {
	padding: 5px 5px 8px 5px;
}
.table-area .pager-row .row .inner .pager .current {
	padding: 2px 4px;
	width: 12px;
	background-color: #0032a0;
	font-size: 76.92308%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
.table-area .pager-row .row .inner .pager .numeric-button {
	padding: 2px 4px;
	width: 12px;
	background-color: #ffffff;
	font-size: 76.92308%;
	text-decoration: none;
	text-align: center;
	color: #0032a0;
}
.table-area .pager-row .row .inner .pager a:hover {
	background-color: #0032a0;
	color: #ffffff;
}

/*------------------------------------------------------------
	fix-table
------------------------------------------------------------*/
.fix-table-area {
	width: 650px;
	overflow: hidden;
}
.fix-table-area .fix-table {
	width: 100%;
	margin-right: 0 !important;
	background-color: #ffffff;
	border-collapse: collapse;
	margin-bottom: -5px;
}
.fix-table-area .fix-table .th {
	padding: 5px;
	box-sizing: border-box;
	padding: 7px 15px 5px;
	border-spacing: 0;
	text-align: center;
	border-right: 1px solid #ffffff;
	background-color: #b2e0f4;
}
.fix-table-area .fix-table .th:first-child {
	border-left: 1px solid #b2e0f4;
}
.fix-table-area .fix-table .th.last {
	border-right: 1px solid #b2e0f4;
}
.fix-table-area .fix-table .td {
	padding: 5px;
	box-sizing: border-box;
	padding: 7px 15px 5px;
	border-spacing: 0;
	border-bottom: 1px solid #b2e0f4;
	border-right: 1px solid #b2e0f4;
}
.fix-table-area .fix-table .td:first-child {
	border-left: 1px solid #b2e0f4;
}
.fix-table-area .fix-table .item {
	background-color: #ffffff;
}
.fix-table-area .fix-table .alternating-item {
	background-color: #f2f2f3;
}
.fix-table-area .jspHorizontalBar {
	bottom: 29px;
	z-index: 200;
}
.col-table {
	z-index: 100;
}
.cross-table {
	top: 0;
	right: 0;
	z-index: 100;
}
.cross-table:after {
	display: block;
	clear: both;
	content: "";
}
.cross-table > table {
	float: right;
}

/*------------------------------------------------------------
	pager-row
------------------------------------------------------------*/
.pager-row {
	border-collapse: separate;
}
.pager-row .col {
	padding: 0;
	margin: 0;
	background-color: #4ccae6;
	border: 1px #4ccae6 solid;
}
.pager-row .col .inner {
	padding-top: 4px;
	position: relative;
}
.pager-row .col .inner .bar {
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.pager-row .col .inner .pager {
	padding: 5px 5px 8px 5px;
}
.pager-row .col .inner .pager .current {
	padding: 2px 4px;
	width: 12px;
	background-color: #0032a0;
	font-size: 76.92308%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
.pager-row .col .inner .pager .numeric-button {
	padding: 2px 4px;
	width: 12px;
	background-color: #ffffff;
	font-size: 76.92308%;
	text-decoration: none;
	text-align: center;
	color: #0032a0;
}
.pager-row .col .inner .pager a:hover {
	background-color: #0032a0;
	color: #ffffff;
}

/*------------------------------------------------------------
	search-table
------------------------------------------------------------*/
.search-table {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-top: 1px solid #8098cf;
}
.search-table .th {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #8098cf;
	vertical-align: top;
	text-align: left;
	background-color: #e6eaf6;
	color: #0032a0;
	font-weight: bold;
	width: 150px;
}
.search-table .td {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #8098cf;
	vertical-align: top;
	text-align: left;
}

/*------------------------------------------------------------
	setup-table
------------------------------------------------------------*/
.setup-table {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-top: 1px solid #80d9ed;
}
.setup-table .th {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #80d9ed;
	vertical-align: top;
	text-align: left;
	background-color: #b2e0f4;
	color: #0032a0;
	font-weight: bold;
	width: 150px;
}
.setup-table .td {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #80d9ed;
	vertical-align: top;
	text-align: left;
}

/*------------------------------------------------------------
	template-table
------------------------------------------------------------*/
.template-table {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-top: 1px solid #8098cf;
}
.template-table .th {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #8098cf;
	vertical-align: top;
	text-align: left;
	background-color: #e6eaf6;
	color: #0032a0;
	font-weight: bold;
	width: 150px;
}
.template-table .td {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #8098cf;
	vertical-align: top;
	text-align: left;
}

/*------------------------------------------------------------
	condition-table
------------------------------------------------------------*/
.condition-table {
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	border-top: 1px solid #80d9ed;
}
.condition-table .th {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #80d9ed;
	vertical-align: top;
	text-align: left;
	background-color: #b2e0f4;
	color: #0032a0;
	font-weight: bold;
	width: 150px;
}
.condition-table .td {
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #80d9ed;
	vertical-align: top;
	text-align: left;
}

/*------------------------------------------------------------
	search-box
------------------------------------------------------------*/
.search-box {
	padding-right: 35px;
	position: relative;
}
.search-box .button {
	color: #ffffff;
	background-color: #808080;
	height: 29px;
	width: 35px;
}

/*------------------------------------------------------------
	file-uploader
------------------------------------------------------------*/
.file-uploader {
	padding-right: 35px;
	position: relative;
}
.file-uploader .text {
	box-sizing: border-box;
	padding: 5px 5px 2px 5px;
	border: 1px solid #808080;
}
.file-uploader .button {
	margin-top: 1px;
	color: #ffffff;
	background-color: #808080;
	height: 29px;
	width: 35px;
}
.file-uploader .uploader {
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	font-size: 169.23077%;
	cursor: pointer;
}

/*------------------------------------------------------------
	drop-down-list
------------------------------------------------------------*/
.drop-down-list {
	box-sizing: border-box;
	padding: 8px 0px 0px 5px;
	height: 28px;
	border: 1px solid #808080;
	position: relative;
}
.drop-down-list .val {
	line-height: 1;
}
.drop-down-list:before {
	position: absolute;
	content: "";
	width: 19px;
	height: 100%;
	background-color: #808080;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.drop-down-list:after {
	position: absolute;
	content: "";
	border-top: 8px solid #ffffff;
	border-right: 5px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 5px solid transparent;
	top: 10px;
	right: 4px;
	z-index: 1;
}
.drop-down-list > select {
	width: 100%;
	height: 23px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}

/*------------------------------------------------------------
	list-box
------------------------------------------------------------*/
.list-box-area {
	overflow: scroll;
}
.list-box {
	/*margin-top: 10px;*/
	/*height: 140px;*/
	border: 1px solid gray;
}

/*------------------------------------------------------------
	image-button
------------------------------------------------------------*/
.image-button-edit {
/*	background-color: #454b6c;*/
/*	border-radius: 2px;*/
}
.image-button-close {
/*	background-color: #454b6c;*/
/*	border-radius: 2px;*/
}

/*------------------------------------------------------------
	font-size
------------------------------------------------------------*/
.fs70p {
	font-size: 70%;
}
.fs85p {
	font-size: 85%;
}

/*------------------------------------------------------------
	chart
------------------------------------------------------------*/
.chart-column-1 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_1.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-column-2 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_2.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-column-3 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_3.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-column-4 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_4.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-column-5 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_5.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-column-6 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_6.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-column-7 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_7.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-column-8 {
	padding-left: 15px;
	background-image: url(../images/common/chart/column_8.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-1 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_1.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-2 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_2.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-3 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_3.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-4 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_4.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-5 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_5.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-6 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_6.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-7 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_7.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-8 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_8.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-1 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_1.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-2 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_2.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-3 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_3.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-4 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_4.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-5 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_5.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-6 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_6.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-7 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_7.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-line-point-8 {
	padding-left: 15px;
	background-image: url(../images/common/chart/line_point_8.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-1 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_1.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-2 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_2.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-3 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_3.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-4 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_4.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-5 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_5.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-6 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_6.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-7 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_7.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.chart-point-8 {
	padding-left: 15px;
	background-image: url(../images/common/chart/point_8.png);
	background-repeat: no-repeat;
	background-position:left center;
}

/*------------------------------------------------------------
	float
------------------------------------------------------------*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	text-align
------------------------------------------------------------*/

.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}

/*------------------------------------------------------------
	vertical-align
------------------------------------------------------------*/

.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}

/*------------------------------------------------------------
	overflow
------------------------------------------------------------*/

.ofa {
	overflow: auto;
}

.ofh {
	overflow: hidden;
}

.ofs {
	overflow: scroll;
}

/*------------------------------------------------------------
	width style
------------------------------------------------------------*/

.w100p {
	width: 100% !important;
}

.w0 {
	width:0px !important;
}
.w1 {
	width:1px !important;
}
.w2 {
	width:2px !important;
}
.w3 {
	width:3px !important;
}
.w4 {
	width:4px !important;
}
.w5 {
	width:5px !important;
}
.w6 {
	width:6px !important;
}
.w7 {
	width:7px !important;
}
.w8 {
	width:8px !important;
}
.w9 {
	width:9px !important;
}
.w10 {
	width:10px !important;
}
.w11 {
	width:11px !important;
}
.w12 {
	width:12px !important;
}
.w13 {
	width:13px !important;
}
.w14 {
	width:14px !important;
}
.w15 {
	width:15px !important;
}
.w16 {
	width:16px !important;
}
.w17 {
	width:17px !important;
}
.w18 {
	width:18px !important;
}
.w19 {
	width:19px !important;
}
.w20 {
	width:20px !important;
}
.w21 {
	width:21px !important;
}
.w22 {
	width:22px !important;
}
.w23 {
	width:23px !important;
}
.w24 {
	width:24px !important;
}
.w25 {
	width:25px !important;
}
.w26 {
	width:26px !important;
}
.w27 {
	width:27px !important;
}
.w28 {
	width:28px !important;
}
.w29 {
	width:29px !important;
}
.w30 {
	width:30px !important;
}
.w31 {
	width:31px !important;
}
.w32 {
	width:32px !important;
}
.w33 {
	width:33px !important;
}
.w34 {
	width:34px !important;
}
.w35 {
	width:35px !important;
}
.w36 {
	width:36px !important;
}
.w37 {
	width:37px !important;
}
.w38 {
	width:38px !important;
}
.w39 {
	width:39px !important;
}
.w40 {
	width:40px !important;
}
.w41 {
	width:41px !important;
}
.w42 {
	width:42px !important;
}
.w43 {
	width:43px !important;
}
.w44 {
	width:44px !important;
}
.w45 {
	width:45px !important;
}
.w46 {
	width:46px !important;
}
.w47 {
	width:47px !important;
}
.w48 {
	width:48px !important;
}
.w49 {
	width:49px !important;
}
.w50 {
	width:50px !important;
}
.w51 {
	width:51px !important;
}
.w52 {
	width:52px !important;
}
.w53 {
	width:53px !important;
}
.w54 {
	width:54px !important;
}
.w55 {
	width:55px !important;
}
.w56 {
	width:56px !important;
}
.w57 {
	width:57px !important;
}
.w58 {
	width:58px !important;
}
.w59 {
	width:59px !important;
}
.w60 {
	width:60px !important;
}
.w61 {
	width:61px !important;
}
.w62 {
	width:62px !important;
}
.w63 {
	width:63px !important;
}
.w64 {
	width:64px !important;
}
.w65 {
	width:65px !important;
}
.w66 {
	width:66px !important;
}
.w67 {
	width:67px !important;
}
.w68 {
	width:68px !important;
}
.w69 {
	width:69px !important;
}
.w70 {
	width:70px !important;
}
.w71 {
	width:71px !important;
}
.w72 {
	width:72px !important;
}
.w73 {
	width:73px !important;
}
.w74 {
	width:74px !important;
}
.w75 {
	width:75px !important;
}
.w76 {
	width:76px !important;
}
.w77 {
	width:77px !important;
}
.w78 {
	width:78px !important;
}
.w79 {
	width:79px !important;
}
.w80 {
	width:80px !important;
}
.w81 {
	width:81px !important;
}
.w82 {
	width:82px !important;
}
.w83 {
	width:83px !important;
}
.w84 {
	width:84px !important;
}
.w85 {
	width:85px !important;
}
.w86 {
	width:86px !important;
}
.w87 {
	width:87px !important;
}
.w88 {
	width:88px !important;
}
.w89 {
	width:89px !important;
}
.w90 {
	width:90px !important;
}
.w91 {
	width:91px !important;
}
.w92 {
	width:92px !important;
}
.w93 {
	width:93px !important;
}
.w94 {
	width:94px !important;
}
.w95 {
	width:95px !important;
}
.w96 {
	width:96px !important;
}
.w97 {
	width:97px !important;
}
.w98 {
	width:98px !important;
}
.w99 {
	width:99px !important;
}
.w100 {
	width:100px !important;
}
.w101 {
	width:101px !important;
}
.w102 {
	width:102px !important;
}
.w103 {
	width:103px !important;
}
.w104 {
	width:104px !important;
}
.w105 {
	width:105px !important;
}
.w106 {
	width:106px !important;
}
.w107 {
	width:107px !important;
}
.w108 {
	width:108px !important;
}
.w109 {
	width:109px !important;
}
.w110 {
	width:110px !important;
}
.w111 {
	width:111px !important;
}
.w112 {
	width:112px !important;
}
.w113 {
	width:113px !important;
}
.w114 {
	width:114px !important;
}
.w115 {
	width:115px !important;
}
.w116 {
	width:116px !important;
}
.w117 {
	width:117px !important;
}
.w118 {
	width:118px !important;
}
.w119 {
	width:119px !important;
}
.w120 {
	width:120px !important;
}
.w121 {
	width:121px !important;
}
.w122 {
	width:122px !important;
}
.w123 {
	width:123px !important;
}
.w124 {
	width:124px !important;
}
.w125 {
	width:125px !important;
}
.w126 {
	width:126px !important;
}
.w127 {
	width:127px !important;
}
.w128 {
	width:128px !important;
}
.w129 {
	width:129px !important;
}
.w130 {
	width:130px !important;
}
.w131 {
	width:131px !important;
}
.w132 {
	width:132px !important;
}
.w133 {
	width:133px !important;
}
.w134 {
	width:134px !important;
}
.w135 {
	width:135px !important;
}
.w136 {
	width:136px !important;
}
.w137 {
	width:137px !important;
}
.w138 {
	width:138px !important;
}
.w139 {
	width:139px !important;
}
.w140 {
	width:140px !important;
}
.w141 {
	width:141px !important;
}
.w142 {
	width:142px !important;
}
.w143 {
	width:143px !important;
}
.w144 {
	width:144px !important;
}
.w145 {
	width:145px !important;
}
.w146 {
	width:146px !important;
}
.w147 {
	width:147px !important;
}
.w148 {
	width:148px !important;
}
.w149 {
	width:149px !important;
}
.w150 {
	width:150px !important;
}
.w151 {
	width:151px !important;
}
.w152 {
	width:152px !important;
}
.w153 {
	width:153px !important;
}
.w154 {
	width:154px !important;
}
.w155 {
	width:155px !important;
}
.w156 {
	width:156px !important;
}
.w157 {
	width:157px !important;
}
.w158 {
	width:158px !important;
}
.w159 {
	width:159px !important;
}
.w160 {
	width:160px !important;
}
.w161 {
	width:161px !important;
}
.w162 {
	width:162px !important;
}
.w163 {
	width:163px !important;
}
.w164 {
	width:164px !important;
}
.w165 {
	width:165px !important;
}
.w166 {
	width:166px !important;
}
.w167 {
	width:167px !important;
}
.w168 {
	width:168px !important;
}
.w169 {
	width:169px !important;
}
.w170 {
	width:170px !important;
}
.w171 {
	width:171px !important;
}
.w172 {
	width:172px !important;
}
.w173 {
	width:173px !important;
}
.w174 {
	width:174px !important;
}
.w175 {
	width:175px !important;
}
.w176 {
	width:176px !important;
}
.w177 {
	width:177px !important;
}
.w178 {
	width:178px !important;
}
.w179 {
	width:179px !important;
}
.w180 {
	width:180px !important
}
.w181 {
	width:181px !important;
}
.w182 {
	width:182px !important;
}
.w183 {
	width:183px !important;
}
.w184 {
	width:184px !important;
}
.w185 {
	width:185px !important;
}
.w186 {
	width:186px !important;
}
.w187 {
	width:187px !important;
}
.w188 {
	width:188px !important;
}
.w189 {
	width:189px !important;
}
.w190 {
	width:190px !important;
}
.w191 {
	width:191px !important;
}
.w192 {
	width:192px !important;
}
.w193 {
	width:193px !important;
}
.w194 {
	width:194px !important;
}
.w195 {
	width:195px !important;
}
.w196 {
	width:196px !important;
}
.w197 {
	width:197px !important;
}
.w198 {
	width:198px !important;
}
.w199 {
	width:199px !important;
}
.w200 {
	width:200px !important;
}
.w201 {
	width:201px !important;
}
.w202 {
	width:202px !important;
}
.w203 {
	width:203px !important;
}
.w204 {
	width:204px !important;
}
.w205 {
	width:205px !important;
}
.w206 {
	width:206px !important;
}
.w207 {
	width:207px !important;
}
.w208 {
	width:208px !important;
}
.w209 {
	width:209px !important;
}
.w210 {
	width:210px !important;
}
.w211 {
	width:211px !important;
}
.w212 {
	width:212px !important;
}
.w213 {
	width:213px !important;
}
.w214 {
	width:214px !important;
}
.w215 {
	width:215px !important;
}
.w216 {
	width:216px !important;
}
.w217 {
	width:217px !important;
}
.w218 {
	width:218px !important;
}
.w219 {
	width:219px !important;
}
.w220 {
	width:220px !important;
}
.w221 {
	width:221px !important;
}
.w222 {
	width:222px !important;
}
.w223 {
	width:223px !important;
}
.w224 {
	width:224px !important;
}
.w225 {
	width:225px !important;
}
.w226 {
	width:226px !important;
}
.w227 {
	width:227px !important;
}
.w228 {
	width:228px !important;
}
.w229 {
	width:229px !important;
}
.w230 {
	width:230px !important;
}
.w231 {
	width:231px !important;
}
.w232 {
	width:232px !important;
}
.w233 {
	width:233px !important;
}
.w234 {
	width:234px !important;
}
.w235 {
	width:235px !important;
}
.w236 {
	width:236px !important;
}
.w237 {
	width:237px !important;
}
.w238 {
	width:238px !important;
}
.w239 {
	width:239px !important;
}
.w240 {
	width:240px !important;
}
.w241 {
	width:241px !important;
}
.w242 {
	width:242px !important;
}
.w243 {
	width:243px !important;
}
.w244 {
	width:244px !important;
}
.w245 {
	width:245px !important;
}
.w246 {
	width:246px !important;
}
.w247 {
	width:247px !important;
}
.w248 {
	width:248px !important;
}
.w249 {
	width:249px !important;
}
.w250 {
	width:250px !important;
}
.w251 {
	width:251px !important;
}
.w252 {
	width:252px !important;
}
.w253 {
	width:253px !important;
}
.w254 {
	width:254px !important;
}
.w255 {
	width:255px !important;
}
.w256 {
	width:256px !important;
}
.w257 {
	width:257px !important;
}
.w258 {
	width:258px !important;
}
.w259 {
	width:259px !important;
}
.w260 {
	width:260px !important;
}
.w261 {
	width:261px !important;
}
.w262 {
	width:262px !important;
}
.w263 {
	width:263px !important;
}
.w264 {
	width:264px !important;
}
.w265 {
	width:265px !important;
}
.w266 {
	width:266px !important;
}
.w267 {
	width:267px !important;
}
.w268 {
	width:268px !important;
}
.w269 {
	width:269px !important;
}
.w270 {
	width:270px !important;
}
.w271 {
	width:271px !important;
}
.w272 {
	width:272px !important;
}
.w273 {
	width:273px !important;
}
.w274 {
	width:274px !important;
}
.w275 {
	width:275px !important;
}
.w276 {
	width:276px !important;
}
.w277 {
	width:277px !important;
}
.w278 {
	width:278px !important;
}
.w279 {
	width:279px !important;
}
.w280 {
	width:280px !important;
}
.w281 {
	width:281px !important;
}
.w282 {
	width:282px !important;
}
.w283 {
	width:283px !important;
}
.w284 {
	width:284px !important;
}
.w285 {
	width:285px !important;
}
.w286 {
	width:286px !important;
}
.w287 {
	width:287px !important;
}
.w288 {
	width:288px !important;
}
.w289 {
	width:289px !important;
}
.w290 {
	width:290px !important;
}
.w291 {
	width:291px !important;
}
.w292 {
	width:292px !important;
}
.w293 {
	width:293px !important;
}
.w294 {
	width:294px !important;
}
.w295 {
	width:295px !important;
}
.w296 {
	width:296px !important;
}
.w297 {
	width:297px !important;
}
.w298 {
	width:298px !important;
}
.w299 {
	width:299px !important;
}
.w300 {
	width:300px !important;
}
.w301 {
	width:301px !important;
}
.w302 {
	width:302px !important;
}
.w303 {
	width:303px !important;
}
.w304 {
	width:304px !important;
}
.w305 {
	width:305px !important;
}
.w306 {
	width:306px !important;
}
.w307 {
	width:307px !important;
}
.w308 {
	width:308px !important;
}
.w309 {
	width:309px !important;
}
.w310 {
	width:310px !important;
}
.w311 {
	width:311px !important;
}
.w312 {
	width:312px !important;
}
.w313 {
	width:313px !important;
}
.w314 {
	width:314px !important;
}
.w315 {
	width:315px !important;
}
.w316 {
	width:316px !important;
}
.w317 {
	width:317px !important;
}
.w318 {
	width:318px !important;
}
.w319 {
	width:319px !important;
}
.w320 {
	width:320px !important;
}
.w321 {
	width:321px !important;
}
.w322 {
	width:322px !important;
}
.w323 {
	width:323px !important;
}
.w324 {
	width:324px !important;
}
.w325 {
	width:325px !important;
}
.w326 {
	width:326px !important;
}
.w327 {
	width:327px !important;
}
.w328 {
	width:328px !important;
}
.w329 {
	width:329px !important;
}
.w330 {
	width:330px !important;
}
.w331 {
	width:331px !important;
}
.w332 {
	width:332px !important;
}
.w333 {
	width:333px !important;
}
.w334 {
	width:334px !important;
}
.w335 {
	width:335px !important;
}
.w336 {
	width:336px !important;
}
.w337 {
	width:337px !important;
}
.w338 {
	width:338px !important;
}
.w339 {
	width:339px !important;
}
.w340 {
	width:340px !important;
}
.w341 {
	width:341px !important;
}
.w342 {
	width:342px !important;
}
.w343 {
	width:343px !important;
}
.w344 {
	width:344px !important;
}
.w345 {
	width:345px !important;
}
.w346 {
	width:346px !important;
}
.w347 {
	width:347px !important;
}
.w348 {
	width:348px !important;
}
.w349 {
	width:349px !important;
}
.w350 {
	width:350px !important;
}
.w351 {
	width:351px !important;
}
.w352 {
	width:352px !important;
}
.w353 {
	width:353px !important;
}
.w354 {
	width:354px !important;
}
.w355 {
	width:355px !important;
}
.w356 {
	width:356px !important;
}
.w357 {
	width:357px !important;
}
.w358 {
	width:358px !important;
}
.w359 {
	width:359px !important;
}
.w360 {
	width:360px !important;
}
.w361 {
	width:361px !important;
}
.w362 {
	width:362px !important;
}
.w363 {
	width:363px !important;
}
.w364 {
	width:364px !important;
}
.w365 {
	width:365px !important;
}
.w366 {
	width:366px !important;
}
.w367 {
	width:367px !important;
}
.w368 {
	width:368px !important;
}
.w369 {
	width:369px !important;
}
.w370 {
	width:370px !important;
}
.w371 {
	width:371px !important;
}
.w372 {
	width:372px !important;
}
.w373 {
	width:373px !important;
}
.w374 {
	width:374px !important;
}
.w375 {
	width:375px !important;
}
.w376 {
	width:376px !important;
}
.w377 {
	width:377px !important;
}
.w378 {
	width:378px !important;
}
.w379 {
	width:379px !important;
}
.w380 {
	width:380px !important;
}
.w381 {
	width:381px !important;
}
.w382 {
	width:382px !important;
}
.w383 {
	width:383px !important;
}
.w384 {
	width:384px !important;
}
.w385 {
	width:385px !important;
}
.w386 {
	width:386px !important;
}
.w387 {
	width:387px !important;
}
.w388 {
	width:388px !important;
}
.w389 {
	width:389px !important;
}
.w390 {
	width:390px !important;
}
.w391 {
	width:391px !important;
}
.w392 {
	width:392px !important;
}
.w393 {
	width:393px !important;
}
.w394 {
	width:394px !important;
}
.w395 {
	width:395px !important;
}
.w396 {
	width:396px !important;
}
.w397 {
	width:397px !important;
}
.w398 {
	width:398px !important;
}
.w399 {
	width:399px !important;
}
.w400 {
	width:400px !important;
}
.w401 {
	width:401px !important;
}
.w402 {
	width:402px !important;
}
.w403 {
	width:403px !important;
}
.w404 {
	width:404px !important;
}
.w405 {
	width:405px !important;
}
.w406 {
	width:406px !important;
}
.w407 {
	width:407px !important;
}
.w408 {
	width:408px !important;
}
.w409 {
	width:409px !important;
}
.w410 {
	width:410px !important;
}
.w411 {
	width:411px !important;
}
.w412 {
	width:412px !important;
}
.w413 {
	width:413px !important;
}
.w414 {
	width:414px !important;
}
.w415 {
	width:415px !important;
}
.w416 {
	width:416px !important;
}
.w417 {
	width:417px !important;
}
.w418 {
	width:418px !important;
}
.w419 {
	width:419px !important;
}
.w420 {
	width:420px !important;
}
.w421 {
	width:421px !important;
}
.w422 {
	width:422px !important;
}
.w423 {
	width:423px !important;
}
.w424 {
	width:424px !important;
}
.w425 {
	width:425px !important;
}
.w426 {
	width:426px !important;
}
.w427 {
	width:427px !important;
}
.w428 {
	width:428px !important;
}
.w429 {
	width:429px !important;
}
.w430 {
	width:430px !important;
}
.w431 {
	width:431px !important;
}
.w432 {
	width:432px !important;
}
.w433 {
	width:433px !important;
}
.w434 {
	width:434px !important;
}
.w435 {
	width:435px !important;
}
.w436 {
	width:436px !important;
}
.w437 {
	width:437px !important;
}
.w438 {
	width:438px !important;
}
.w439 {
	width:439px !important;
}
.w440 {
	width:440px !important;
}
.w441 {
	width:441px !important;
}
.w442 {
	width:442px !important;
}
.w443 {
	width:443px !important;
}
.w444 {
	width:444px !important;
}
.w445 {
	width:445px !important;
}
.w446 {
	width:446px !important;
}
.w447 {
	width:447px !important;
}
.w448 {
	width:448px !important;
}
.w449 {
	width:449px !important;
}
.w450 {
	width:450px !important;
}
.w451 {
	width:451px !important;
}
.w452 {
	width:452px !important;
}
.w453 {
	width:453px !important;
}
.w454 {
	width:454px !important;
}
.w455 {
	width:455px !important;
}
.w456 {
	width:456px !important;
}
.w457 {
	width:457px !important;
}
.w458 {
	width:458px !important;
}
.w459 {
	width:459px !important;
}
.w460 {
	width:460px !important;
}
.w461 {
	width:461px !important;
}
.w462 {
	width:462px !important;
}
.w463 {
	width:463px !important;
}
.w464 {
	width:464px !important;
}
.w465 {
	width:465px !important;
}
.w466 {
	width:466px !important;
}
.w467 {
	width:467px !important;
}
.w468 {
	width:468px !important;
}
.w469 {
	width:469px !important;
}
.w470 {
	width:470px !important;
}
.w471 {
	width:471px !important;
}
.w472 {
	width:472px !important;
}
.w473 {
	width:473px !important;
}
.w474 {
	width:474px !important;
}
.w475 {
	width:475px !important;
}
.w476 {
	width:476px !important;
}
.w477 {
	width:477px !important;
}
.w478 {
	width:478px !important;
}
.w479 {
	width:479px !important;
}
.w480 {
	width:480px !important;
}
.w481 {
	width:481px !important;
}
.w482 {
	width:482px !important;
}
.w483 {
	width:483px !important;
}
.w484 {
	width:484px !important;
}
.w485 {
	width:485px !important;
}
.w486 {
	width:486px !important;
}
.w487 {
	width:487px !important;
}
.w488 {
	width:488px !important;
}
.w489 {
	width:489px !important;
}
.w490 {
	width:490px !important;
}
.w491 {
	width:491px !important;
}
.w492 {
	width:492px !important;
}
.w493 {
	width:493px !important;
}
.w494 {
	width:494px !important;
}
.w495 {
	width:495px !important;
}
.w496 {
	width:496px !important;
}
.w497 {
	width:497px !important;
}
.w498 {
	width:498px !important;
}
.w499 {
	width:499px !important;
}
.w500 {
	width:500px !important;
}
.w501 {
	width:501px !important;
}
.w502 {
	width:502px !important;
}
.w503 {
	width:503px !important;
}
.w504 {
	width:504px !important;
}
.w505 {
	width:505px !important;
}
.w506 {
	width:506px !important;
}
.w507 {
	width:507px !important;
}
.w508 {
	width:508px !important;
}
.w509 {
	width:509px !important;
}
.w510 {
	width:510px !important;
}
.w511 {
	width:511px !important;
}
.w512 {
	width:512px !important;
}
.w513 {
	width:513px !important;
}
.w514 {
	width:514px !important;
}
.w515 {
	width:515px !important;
}
.w516 {
	width:516px !important;
}
.w517 {
	width:517px !important;
}
.w518 {
	width:518px !important;
}
.w519 {
	width:519px !important;
}
.w520 {
	width:520px !important;
}
.w521 {
	width:521px !important;
}
.w522 {
	width:522px !important;
}
.w523 {
	width:523px !important;
}
.w524 {
	width:524px !important;
}
.w525 {
	width:525px !important;
}
.w526 {
	width:526px !important;
}
.w527 {
	width:527px !important;
}
.w528 {
	width:528px !important;
}
.w529 {
	width:529px !important;
}
.w530 {
	width:530px !important;
}
.w531 {
	width:531px !important;
}
.w532 {
	width:532px !important;
}
.w533 {
	width:533px !important;
}
.w534 {
	width:534px !important;
}
.w535 {
	width:535px !important;
}
.w536 {
	width:536px !important;
}
.w537 {
	width:537px !important;
}
.w538 {
	width:538px !important;
}
.w539 {
	width:539px !important;
}
.w540 {
	width:540px !important;
}
.w541 {
	width:541px !important;
}
.w542 {
	width:542px !important;
}
.w543 {
	width:543px !important;
}
.w544 {
	width:544px !important;
}
.w545 {
	width:545px !important;
}
.w546 {
	width:546px !important;
}
.w547 {
	width:547px !important;
}
.w548 {
	width:548px !important;
}
.w549 {
	width:549px !important;
}
.w550 {
	width:550px !important;
}
.w551 {
	width:551px !important;
}
.w552 {
	width:552px !important;
}
.w553 {
	width:553px !important;
}
.w554 {
	width:554px !important;
}
.w555 {
	width:555px !important;
}
.w556 {
	width:556px !important;
}
.w557 {
	width:557px !important;
}
.w558 {
	width:558px !important;
}
.w559 {
	width:559px !important;
}
.w560 {
	width:560px !important;
}
.w561 {
	width:561px !important;
}
.w562 {
	width:562px !important;
}
.w563 {
	width:563px !important;
}
.w564 {
	width:564px !important;
}
.w565 {
	width:565px !important;
}
.w566 {
	width:566px !important;
}
.w567 {
	width:567px !important;
}
.w568 {
	width:568px !important;
}
.w569 {
	width:569px !important;
}
.w570 {
	width:570px !important;
}
.w571 {
	width:571px !important;
}
.w572 {
	width:572px !important;
}
.w573 {
	width:573px !important;
}
.w574 {
	width:574px !important;
}
.w575 {
	width:575px !important;
}
.w576 {
	width:576px !important;
}
.w577 {
	width:577px !important;
}
.w578 {
	width:578px !important;
}
.w579 {
	width:579px !important;
}
.w580 {
	width:580px !important;
}
.w581 {
	width:581px !important;
}
.w582 {
	width:582px !important;
}
.w583 {
	width:583px !important;
}
.w584 {
	width:584px !important;
}
.w585 {
	width:585px !important;
}
.w586 {
	width:586px !important;
}
.w587 {
	width:587px !important;
}
.w588 {
	width:588px !important;
}
.w589 {
	width:589px !important;
}
.w590 {
	width:590px !important;
}
.w591 {
	width:591px !important;
}
.w592 {
	width:592px !important;
}
.w593 {
	width:593px !important;
}
.w594 {
	width:594px !important;
}
.w595 {
	width:595px !important;
}
.w596 {
	width:596px !important;
}
.w597 {
	width:597px !important;
}
.w598 {
	width:598px !important;
}
.w599 {
	width:599px !important;
}
.w600 {
	width:600px !important;
}
.w601 {
	width:601px !important;
}
.w602 {
	width:602px !important;
}
.w603 {
	width:603px !important;
}
.w604 {
	width:604px !important;
}
.w605 {
	width:605px !important;
}
.w606 {
	width:606px !important;
}
.w607 {
	width:607px !important;
}
.w608 {
	width:608px !important;
}
.w609 {
	width:609px !important;
}
.w610 {
	width:610px !important;
}
.w611 {
	width:611px !important;
}
.w612 {
	width:612px !important;
}
.w613 {
	width:613px !important;
}
.w614 {
	width:614px !important;
}
.w615 {
	width:615px !important;
}
.w616 {
	width:616px !important;
}
.w617 {
	width:617px !important;
}
.w618 {
	width:618px !important;
}
.w619 {
	width:619px !important;
}
.w620 {
	width:620px !important;
}
.w621 {
	width:621px !important;
}
.w622 {
	width:622px !important;
}
.w623 {
	width:623px !important;
}
.w624 {
	width:624px !important;
}
.w625 {
	width:625px !important;
}
.w626 {
	width:626px !important;
}
.w627 {
	width:627px !important;
}
.w628 {
	width:628px !important;
}
.w629 {
	width:629px !important;
}
.w630 {
	width:630px !important;
}
.w631 {
	width:631px !important;
}
.w632 {
	width:632px !important;
}
.w633 {
	width:633px !important;
}
.w634 {
	width:634px !important;
}
.w635 {
	width:635px !important;
}
.w636 {
	width:636px !important;
}
.w637 {
	width:637px !important;
}
.w638 {
	width:638px !important;
}
.w639 {
	width:639px !important;
}
.w640 {
	width:640px !important;
}
.w641 {
	width:641px !important;
}
.w642 {
	width:642px !important;
}
.w643 {
	width:643px !important;
}
.w644 {
	width:644px !important;
}
.w645 {
	width:645px !important;
}
.w646 {
	width:646px !important;
}
.w647 {
	width:647px !important;
}
.w648 {
	width:648px !important;
}
.w649 {
	width:649px !important;
}
.w650 {
	width:650px !important;
}
.w651 {
	width:651px !important;
}
.w652 {
	width:652px !important;
}
.w653 {
	width:653px !important;
}
.w654 {
	width:654px !important;
}
.w655 {
	width:655px !important;
}
.w656 {
	width:656px !important;
}
.w657 {
	width:657px !important;
}
.w658 {
	width:658px !important;
}
.w659 {
	width:659px !important;
}
.w660 {
	width:660px !important;
}
.w661 {
	width:661px !important;
}
.w662 {
	width:662px !important;
}
.w663 {
	width:663px !important;
}
.w664 {
	width:664px !important;
}
.w665 {
	width:665px !important;
}
.w666 {
	width:666px !important;
}
.w667 {
	width:667px !important;
}
.w668 {
	width:668px !important;
}
.w669 {
	width:669px !important;
}
.w670 {
	width:670px !important;
}
.w671 {
	width:671px !important;
}
.w672 {
	width:672px !important;
}
.w673 {
	width:673px !important;
}
.w674 {
	width:674px !important;
}
.w675 {
	width:675px !important;
}
.w676 {
	width:676px !important;
}
.w677 {
	width:677px !important;
}
.w678 {
	width:678px !important;
}
.w679 {
	width:679px !important;
}
.w680 {
	width:680px !important;
}
.w681 {
	width:681px !important;
}
.w682 {
	width:682px !important;
}
.w683 {
	width:683px !important;
}
.w684 {
	width:684px !important;
}
.w685 {
	width:685px !important;
}
.w686 {
	width:686px !important;
}
.w687 {
	width:687px !important;
}
.w688 {
	width:688px !important;
}
.w689 {
	width:689px !important;
}
.w690 {
	width:690px !important;
}
.w691 {
	width:691px !important;
}
.w692 {
	width:692px !important;
}
.w693 {
	width:693px !important;
}
.w694 {
	width:694px !important;
}
.w695 {
	width:695px !important;
}
.w696 {
	width:696px !important;
}
.w697 {
	width:697px !important;
}
.w698 {
	width:698px !important;
}
.w699 {
	width:699px !important;
}
.w700 {
	width:700px !important;
}
.w701 {
	width:701px !important;
}
.w702 {
	width:702px !important;
}
.w703 {
	width:703px !important;
}
.w704 {
	width:704px !important;
}
.w705 {
	width:705px !important;
}
.w706 {
	width:706px !important;
}
.w707 {
	width:707px !important;
}
.w708 {
	width:708px !important;
}
.w709 {
	width:709px !important;
}
.w710 {
	width:710px !important;
}
.w711 {
	width:711px !important;
}
.w712 {
	width:712px !important;
}
.w713 {
	width:713px !important;
}
.w714 {
	width:714px !important;
}
.w715 {
	width:715px !important;
}
.w716 {
	width:716px !important;
}
.w717 {
	width:717px !important;
}
.w718 {
	width:718px !important;
}
.w719 {
	width:719px !important;
}
.w720 {
	width:720px !important;
}
.w721 {
	width:721px !important;
}
.w722 {
	width:722px !important;
}
.w723 {
	width:723px !important;
}
.w724 {
	width:724px !important;
}
.w725 {
	width:725px !important;
}
.w726 {
	width:726px !important;
}
.w727 {
	width:727px !important;
}
.w728 {
	width:728px !important;
}
.w729 {
	width:729px !important;
}
.w730 {
	width:730px !important;
}
.w731 {
	width:731px !important;
}
.w732 {
	width:732px !important;
}
.w733 {
	width:733px !important;
}
.w734 {
	width:734px !important;
}
.w735 {
	width:735px !important;
}
.w736 {
	width:736px !important;
}
.w737 {
	width:737px !important;
}
.w738 {
	width:738px !important;
}
.w739 {
	width:739px !important;
}
.w740 {
	width:740px !important;
}
.w741 {
	width:741px !important;
}
.w742 {
	width:742px !important;
}
.w743 {
	width:743px !important;
}
.w744 {
	width:744px !important;
}
.w745 {
	width:745px !important;
}
.w746 {
	width:746px !important;
}
.w747 {
	width:747px !important;
}
.w748 {
	width:748px !important;
}
.w749 {
	width:749px !important;
}
.w750 {
	width:750px !important;
}
.w751 {
	width:751px !important;
}
.w752 {
	width:752px !important;
}
.w753 {
	width:753px !important;
}
.w754 {
	width:754px !important;
}
.w755 {
	width:755px !important;
}
.w756 {
	width:756px !important;
}
.w757 {
	width:757px !important;
}
.w758 {
	width:758px !important;
}
.w759 {
	width:759px !important;
}
.w760 {
	width:760px !important;
}
.w761 {
	width:761px !important;
}
.w762 {
	width:762px !important;
}
.w763 {
	width:763px !important;
}
.w764 {
	width:764px !important;
}
.w765 {
	width:765px !important;
}
.w766 {
	width:766px !important;
}
.w767 {
	width:767px !important;
}
.w768 {
	width:768px !important;
}
.w769 {
	width:769px !important;
}
.w770 {
	width:770px !important;
}
.w771 {
	width:771px !important;
}
.w772 {
	width:772px !important;
}
.w773 {
	width:773px !important;
}
.w774 {
	width:774px !important;
}
.w775 {
	width:775px !important;
}
.w776 {
	width:776px !important;
}
.w777 {
	width:777px !important;
}
.w778 {
	width:778px !important;
}
.w779 {
	width:779px !important;
}
.w780 {
	width:780px !important;
}
.w781 {
	width:781px !important;
}
.w782 {
	width:782px !important;
}
.w783 {
	width:783px !important;
}
.w784 {
	width:784px !important;
}
.w785 {
	width:785px !important;
}
.w786 {
	width:786px !important;
}
.w787 {
	width:787px !important;
}
.w788 {
	width:788px !important;
}
.w789 {
	width:789px !important;
}
.w790 {
	width:790px !important;
}
.w791 {
	width:791px !important;
}
.w792 {
	width:792px !important;
}
.w793 {
	width:793px !important;
}
.w794 {
	width:794px !important;
}
.w795 {
	width:795px !important;
}
.w796 {
	width:796px !important;
}
.w797 {
	width:797px !important;
}
.w798 {
	width:798px !important;
}
.w799 {
	width:799px !important;
}
.w800 {
	width:800px !important;
}
.w801 {
	width:801px !important;
}
.w802 {
	width:802px !important;
}
.w803 {
	width:803px !important;
}
.w804 {
	width:804px !important;
}
.w805 {
	width:805px !important;
}
.w806 {
	width:806px !important;
}
.w807 {
	width:807px !important;
}
.w808 {
	width:808px !important;
}
.w809 {
	width:809px !important;
}
.w810 {
	width:810px !important;
}
.w811 {
	width:811px !important;
}
.w812 {
	width:812px !important;
}
.w813 {
	width:813px !important;
}
.w814 {
	width:814px !important;
}
.w815 {
	width:815px !important;
}
.w816 {
	width:816px !important;
}
.w817 {
	width:817px !important;
}
.w818 {
	width:818px !important;
}
.w819 {
	width:819px !important;
}
.w820 {
	width:820px !important;
}
.w821 {
	width:821px !important;
}
.w822 {
	width:822px !important;
}
.w823 {
	width:823px !important;
}
.w824 {
	width:824px !important;
}
.w825 {
	width:825px !important;
}
.w826 {
	width:826px !important;
}
.w827 {
	width:827px !important;
}
.w828 {
	width:828px !important;
}
.w829 {
	width:829px !important;
}
.w830 {
	width:830px !important;
}
.w831 {
	width:831px !important;
}
.w832 {
	width:832px !important;
}
.w833 {
	width:833px !important;
}
.w834 {
	width:834px !important;
}
.w835 {
	width:835px !important;
}
.w836 {
	width:836px !important;
}
.w837 {
	width:837px !important;
}
.w838 {
	width:838px !important;
}
.w839 {
	width:839px !important;
}
.w840 {
	width:840px !important;
}
.w841 {
	width:841px !important;
}
.w842 {
	width:842px !important;
}
.w843 {
	width:843px !important;
}
.w844 {
	width:844px !important;
}
.w845 {
	width:845px !important;
}
.w846 {
	width:846px !important;
}
.w847 {
	width:847px !important;
}
.w848 {
	width:848px !important;
}
.w849 {
	width:849px !important;
}
.w850 {
	width:850px !important;
}
.w851 {
	width:851px !important;
}
.w852 {
	width:852px !important;
}
.w853 {
	width:853px !important;
}
.w854 {
	width:854px !important;
}
.w855 {
	width:855px !important;
}
.w856 {
	width:856px !important;
}
.w857 {
	width:857px !important;
}
.w858 {
	width:858px !important;
}
.w859 {
	width:859px !important;
}
.w860 {
	width:860px !important;
}
.w861 {
	width:861px !important;
}
.w862 {
	width:862px !important;
}
.w863 {
	width:863px !important;
}
.w864 {
	width:864px !important;
}
.w865 {
	width:865px !important;
}
.w866 {
	width:866px !important;
}
.w867 {
	width:867px !important;
}
.w868 {
	width:868px !important;
}
.w869 {
	width:869px !important;
}
.w870 {
	width:870px !important;
}
.w871 {
	width:871px !important;
}
.w872 {
	width:872px !important;
}
.w873 {
	width:873px !important;
}
.w874 {
	width:874px !important;
}
.w875 {
	width:875px !important;
}
.w876 {
	width:876px !important;
}
.w877 {
	width:877px !important;
}
.w878 {
	width:878px !important;
}
.w879 {
	width:879px !important;
}
.w880 {
	width:880px !important;
}
.w881 {
	width:881px !important;
}
.w882 {
	width:882px !important;
}
.w883 {
	width:883px !important;
}
.w884 {
	width:884px !important;
}
.w885 {
	width:885px !important;
}
.w886 {
	width:886px !important;
}
.w887 {
	width:887px !important;
}
.w888 {
	width:888px !important;
}
.w889 {
	width:889px !important;
}
.w890 {
	width:890px !important;
}
.w891 {
	width:891px !important;
}
.w892 {
	width:892px !important;
}
.w893 {
	width:893px !important;
}
.w894 {
	width:894px !important;
}
.w895 {
	width:895px !important;
}
.w896 {
	width:896px !important;
}
.w897 {
	width:897px !important;
}
.w898 {
	width:898px !important;
}
.w899 {
	width:899px !important;
}
.w900 {
	width:900px !important;
}
.w901 {
	width:901px !important;
}
.w902 {
	width:902px !important;
}
.w903 {
	width:903px !important;
}
.w904 {
	width:904px !important;
}
.w905 {
	width:905px !important;
}
.w906 {
	width:906px !important;
}
.w907 {
	width:907px !important;
}
.w908 {
	width:908px !important;
}
.w909 {
	width:909px !important;
}
.w910 {
	width:910px !important;
}
.w911 {
	width:911px !important;
}
.w912 {
	width:912px !important;
}
.w913 {
	width:913px !important;
}
.w914 {
	width:914px !important;
}
.w915 {
	width:915px !important;
}
.w916 {
	width:916px !important;
}
.w917 {
	width:917px !important;
}
.w918 {
	width:918px !important;
}
.w919 {
	width:919px !important;
}
.w920 {
	width:920px !important;
}
.w921 {
	width:921px !important;
}
.w922 {
	width:922px !important;
}
.w923 {
	width:923px !important;
}
.w924 {
	width:924px !important;
}
.w925 {
	width:925px !important;
}
.w926 {
	width:926px !important;
}
.w927 {
	width:927px !important;
}
.w928 {
	width:928px !important;
}
.w929 {
	width:929px !important;
}
.w930 {
	width:930px !important;
}
.w931 {
	width:931px !important;
}
.w932 {
	width:932px !important;
}
.w933 {
	width:933px !important;
}
.w934 {
	width:934px !important;
}
.w935 {
	width:935px !important;
}
.w936 {
	width:936px !important;
}
.w937 {
	width:937px !important;
}
.w938 {
	width:938px !important;
}
.w939 {
	width:939px !important;
}
.w940 {
	width:940px !important;
}
.w941 {
	width:941px !important;
}
.w942 {
	width:942px !important;
}
.w943 {
	width:943px !important;
}
.w944 {
	width:944px !important;
}
.w945 {
	width:945px !important;
}
.w946 {
	width:946px !important;
}
.w947 {
	width:947px !important;
}
.w948 {
	width:948px !important;
}
.w949 {
	width:949px !important;
}
.w950 {
	width:950px !important;
}
.w951 {
	width:951px !important;
}
.w952 {
	width:952px !important;
}
.w953 {
	width:953px !important;
}
.w954 {
	width:954px !important;
}
.w955 {
	width:955px !important;
}
.w956 {
	width:956px !important;
}
.w957 {
	width:957px !important;
}
.w958 {
	width:958px !important;
}
.w959 {
	width:959px !important;
}
.w960 {
	width:960px !important;
}
.w961 {
	width:961px !important;
}
.w962 {
	width:962px !important;
}
.w963 {
	width:963px !important;
}
.w964 {
	width:964px !important;
}
.w965 {
	width:965px !important;
}
.w966 {
	width:966px !important;
}
.w967 {
	width:967px !important;
}
.w968 {
	width:968px !important;
}
.w969 {
	width:969px !important;
}
.w970 {
	width:970px !important;
}
.w971 {
	width:971px !important;
}
.w972 {
	width:972px !important;
}
.w973 {
	width:973px !important;
}
.w974 {
	width:974px !important;
}
.w975 {
	width:975px !important;
}
.w976 {
	width:976px !important;
}
.w977 {
	width:977px !important;
}
.w978 {
	width:978px !important;
}
.w979 {
	width:979px !important;
}
.w980 {
	width:980px !important;
}
.w981 {
	width:981px !important;
}
.w982 {
	width:982px !important;
}
.w983 {
	width:983px !important;
}
.w984 {
	width:984px !important;
}
.w985 {
	width:985px !important;
}
.w986 {
	width:986px !important;
}
.w987 {
	width:987px !important;
}
.w988 {
	width:988px !important;
}
.w989 {
	width:989px !important;
}
.w990 {
	width:990px !important;
}
.w991 {
	width:991px !important;
}
.w992 {
	width:992px !important;
}
.w993 {
	width:993px !important;
}
.w994 {
	width:994px !important;
}
.w995 {
	width:995px !important;
}
.w996 {
	width:996px !important;
}
.w997 {
	width:997px !important;
}
.w998 {
	width:998px !important;
}
.w999 {
	width:999px !important;
}
.w1000 {
	width:1000px !important;
}
.w1001 {
	width:1001px !important;
}
.w1002 {
	width:1002px !important;
}
.w1003 {
	width:1003px !important;
}
.w1004 {
	width:1004px !important;
}
.w1005 {
	width:1005px !important;
}
.w1006 {
	width:1006px !important;
}
.w1007 {
	width:1007px !important;
}
.w1008 {
	width:1008px !important;
}
.w1009 {
	width:1009px !important;
}
.w1010 {
	width:1010px !important;
}
.w1011 {
	width:1011px !important;
}
.w1012 {
	width:1012px !important;
}
.w1013 {
	width:1013px !important;
}
.w1014 {
	width:1014px !important;
}
.w1015 {
	width:1015px !important;
}
.w1016 {
	width:1016px !important;
}
.w1017 {
	width:1017px !important;
}
.w1018 {
	width:1018px !important;
}
.w1019 {
	width:1019px !important;
}
.w1020 {
	width:1020px !important;
}
.w1021 {
	width:1021px !important;
}
.w1022 {
	width:1022px !important;
}
.w1023 {
	width:1023px !important;
}
.w1024 {
	width:1024px !important;
}

/*------------------------------------------------------------
	height style
------------------------------------------------------------*/

.h0 {
	height:0px !important;
}
.h1 {
	height:1px !important;
}
.h2 {
	height:2px !important;
}
.h3 {
	height:3px !important;
}
.h4 {
	height:4px !important;
}
.h5 {
	height:5px !important;
}
.h6 {
	height:6px !important;
}
.h7 {
	height:7px !important;
}
.h8 {
	height:8px !important;
}
.h9 {
	height:9px !important;
}
.h10 {
	height:10px !important;
}
.h11 {
	height:11px !important;
}
.h12 {
	height:12px !important;
}
.h13 {
	height:13px !important;
}
.h14 {
	height:14px !important;
}
.h15 {
	height:15px !important;
}
.h16 {
	height:16px !important;
}
.h17 {
	height:17px !important;
}
.h18 {
	height:18px !important;
}
.h19 {
	height:19px !important;
}
.h20 {
	height:20px !important;
}
.h21 {
	height:21px !important;
}
.h22 {
	height:22px !important;
}
.h23 {
	height:23px !important;
}
.h24 {
	height:24px !important;
}
.h25 {
	height:25px !important;
}
.h26 {
	height:26px !important;
}
.h27 {
	height:27px !important;
}
.h28 {
	height:28px !important;
}
.h29 {
	height:29px !important;
}
.h30 {
	height:30px !important;
}
.h31 {
	height:31px !important;
}
.h32 {
	height:32px !important;
}
.h33 {
	height:33px !important;
}
.h34 {
	height:34px !important;
}
.h35 {
	height:35px !important;
}
.h36 {
	height:36px !important;
}
.h37 {
	height:37px !important;
}
.h38 {
	height:38px !important;
}
.h39 {
	height:39px !important;
}
.h40 {
	height:40px !important;
}
.h41 {
	height:41px !important;
}
.h42 {
	height:42px !important;
}
.h43 {
	height:43px !important;
}
.h44 {
	height:44px !important;
}
.h45 {
	height:45px !important;
}
.h46 {
	height:46px !important;
}
.h47 {
	height:47px !important;
}
.h48 {
	height:48px !important;
}
.h49 {
	height:49px !important;
}
.h50 {
	height:50px !important;
}
.h51 {
	height:51px !important;
}
.h52 {
	height:52px !important;
}
.h53 {
	height:53px !important;
}
.h54 {
	height:54px !important;
}
.h55 {
	height:55px !important;
}
.h56 {
	height:56px !important;
}
.h57 {
	height:57px !important;
}
.h58 {
	height:58px !important;
}
.h59 {
	height:59px !important;
}
.h60 {
	height:60px !important;
}
.h61 {
	height:61px !important;
}
.h62 {
	height:62px !important;
}
.h63 {
	height:63px !important;
}
.h64 {
	height:64px !important;
}
.h65 {
	height:65px !important;
}
.h66 {
	height:66px !important;
}
.h67 {
	height:67px !important;
}
.h68 {
	height:68px !important;
}
.h69 {
	height:69px !important;
}
.h70 {
	height:70px !important;
}
.h71 {
	height:71px !important;
}
.h72 {
	height:72px !important;
}
.h73 {
	height:73px !important;
}
.h74 {
	height:74px !important;
}
.h75 {
	height:75px !important;
}
.h76 {
	height:76px !important;
}
.h77 {
	height:77px !important;
}
.h78 {
	height:78px !important;
}
.h79 {
	height:79px !important;
}
.h80 {
	height:80px !important;
}
.h81 {
	height:81px !important;
}
.h82 {
	height:82px !important;
}
.h83 {
	height:83px !important;
}
.h84 {
	height:84px !important;
}
.h85 {
	height:85px !important;
}
.h86 {
	height:86px !important;
}
.h87 {
	height:87px !important;
}
.h88 {
	height:88px !important;
}
.h89 {
	height:89px !important;
}
.h90 {
	height:90px !important;
}
.h91 {
	height:91px !important;
}
.h92 {
	height:92px !important;
}
.h93 {
	height:93px !important;
}
.h94 {
	height:94px !important;
}
.h95 {
	height:95px !important;
}
.h96 {
	height:96px !important;
}
.h97 {
	height:97px !important;
}
.h98 {
	height:98px !important;
}
.h99 {
	height:99px !important;
}
.h100 {
	height:100px !important;
}
.h101 {
	height:101px !important;
}
.h102 {
	height:102px !important;
}
.h103 {
	height:103px !important;
}
.h104 {
	height:104px !important;
}
.h105 {
	height:105px !important;
}
.h106 {
	height:106px !important;
}
.h107 {
	height:107px !important;
}
.h108 {
	height:108px !important;
}
.h109 {
	height:109px !important;
}
.h110 {
	height:110px !important;
}
.h111 {
	height:111px !important;
}
.h112 {
	height:112px !important;
}
.h113 {
	height:113px !important;
}
.h114 {
	height:114px !important;
}
.h115 {
	height:115px !important;
}
.h116 {
	height:116px !important;
}
.h117 {
	height:117px !important;
}
.h118 {
	height:118px !important;
}
.h119 {
	height:119px !important;
}
.h120 {
	height:120px !important;
}
.h121 {
	height:121px !important;
}
.h122 {
	height:122px !important;
}
.h123 {
	height:123px !important;
}
.h124 {
	height:124px !important;
}
.h125 {
	height:125px !important;
}
.h126 {
	height:126px !important;
}
.h127 {
	height:127px !important;
}
.h128 {
	height:128px !important;
}
.h129 {
	height:129px !important;
}
.h130 {
	height:130px !important;
}
.h131 {
	height:131px !important;
}
.h132 {
	height:132px !important;
}
.h133 {
	height:133px !important;
}
.h134 {
	height:134px !important;
}
.h135 {
	height:135px !important;
}
.h136 {
	height:136px !important;
}
.h137 {
	height:137px !important;
}
.h138 {
	height:138px !important;
}
.h139 {
	height:139px !important;
}
.h140 {
	height:140px !important;
}
.h141 {
	height:141px !important;
}
.h142 {
	height:142px !important;
}
.h143 {
	height:143px !important;
}
.h144 {
	height:144px !important;
}
.h145 {
	height:145px !important;
}
.h146 {
	height:146px !important;
}
.h147 {
	height:147px !important;
}
.h148 {
	height:148px !important;
}
.h149 {
	height:149px !important;
}
.h150 {
	height:150px !important;
}
.h151 {
	height:151px !important;
}
.h152 {
	height:152px !important;
}
.h153 {
	height:153px !important;
}
.h154 {
	height:154px !important;
}
.h155 {
	height:155px !important;
}
.h156 {
	height:156px !important;
}
.h157 {
	height:157px !important;
}
.h158 {
	height:158px !important;
}
.h159 {
	height:159px !important;
}
.h160 {
	height:160px !important;
}
.h161 {
	height:161px !important;
}
.h162 {
	height:162px !important;
}
.h163 {
	height:163px !important;
}
.h164 {
	height:164px !important;
}
.h165 {
	height:165px !important;
}
.h166 {
	height:166px !important;
}
.h167 {
	height:167px !important;
}
.h168 {
	height:168px !important;
}
.h169 {
	height:169px !important;
}
.h170 {
	height:170px !important;
}
.h171 {
	height:171px !important;
}
.h172 {
	height:172px !important;
}
.h173 {
	height:173px !important;
}
.h174 {
	height:174px !important;
}
.h175 {
	height:175px !important;
}
.h176 {
	height:176px !important;
}
.h177 {
	height:177px !important;
}
.h178 {
	height:178px !important;
}
.h179 {
	height:179px !important;
}
.h180 {
	height:180px !important;
}
.h181 {
	height:181px !important;
}
.h182 {
	height:182px !important;
}
.h183 {
	height:183px !important;
}
.h184 {
	height:184px !important;
}
.h185 {
	height:185px !important;
}
.h186 {
	height:186px !important;
}
.h187 {
	height:187px !important;
}
.h188 {
	height:188px !important;
}
.h189 {
	height:189px !important;
}
.h190 {
	height:190px !important;
}
.h191 {
	height:191px !important;
}
.h192 {
	height:192px !important;
}
.h193 {
	height:193px !important;
}
.h194 {
	height:194px !important;
}
.h195 {
	height:195px !important;
}
.h196 {
	height:196px !important;
}
.h197 {
	height:197px !important;
}
.h198 {
	height:198px !important;
}
.h199 {
	height:199px !important;
}
.h200 {
	height:200px !important;
}
.h201 {
	height:201px !important;
}
.h202 {
	height:202px !important;
}
.h203 {
	height:203px !important;
}
.h204 {
	height:204px !important;
}
.h205 {
	height:205px !important;
}
.h206 {
	height:206px !important;
}
.h207 {
	height:207px !important;
}
.h208 {
	height:208px !important;
}
.h209 {
	height:209px !important;
}
.h210 {
	height:210px !important;
}
.h211 {
	height:211px !important;
}
.h212 {
	height:212px !important;
}
.h213 {
	height:213px !important;
}
.h214 {
	height:214px !important;
}
.h215 {
	height:215px !important;
}
.h216 {
	height:216px !important;
}
.h217 {
	height:217px !important;
}
.h218 {
	height:218px !important;
}
.h219 {
	height:219px !important;
}
.h220 {
	height:220px !important;
}
.h221 {
	height:221px !important;
}
.h222 {
	height:222px !important;
}
.h223 {
	height:223px !important;
}
.h224 {
	height:224px !important;
}
.h225 {
	height:225px !important;
}
.h226 {
	height:226px !important;
}
.h227 {
	height:227px !important;
}
.h228 {
	height:228px !important;
}
.h229 {
	height:229px !important;
}
.h230 {
	height:230px !important;
}
.h231 {
	height:231px !important;
}
.h232 {
	height:232px !important;
}
.h233 {
	height:233px !important;
}
.h234 {
	height:234px !important;
}
.h235 {
	height:235px !important;
}
.h236 {
	height:236px !important;
}
.h237 {
	height:237px !important;
}
.h238 {
	height:238px !important;
}
.h239 {
	height:239px !important;
}
.h240 {
	height:240px !important;
}
.h241 {
	height:241px !important;
}
.h242 {
	height:242px !important;
}
.h243 {
	height:243px !important;
}
.h244 {
	height:244px !important;
}
.h245 {
	height:245px !important;
}
.h246 {
	height:246px !important;
}
.h247 {
	height:247px !important;
}
.h248 {
	height:248px !important;
}
.h249 {
	height:249px !important;
}
.h250 {
	height:250px !important;
}
.h251 {
	height:251px !important;
}
.h252 {
	height:252px !important;
}
.h253 {
	height:253px !important;
}
.h254 {
	height:254px !important;
}
.h255 {
	height:255px !important;
}
.h256 {
	height:256px !important;
}
.h257 {
	height:257px !important;
}
.h258 {
	height:258px !important;
}
.h259 {
	height:259px !important;
}
.h260 {
	height:260px !important;
}
.h261 {
	height:261px !important;
}
.h262 {
	height:262px !important;
}
.h263 {
	height:263px !important;
}
.h264 {
	height:264px !important;
}
.h265 {
	height:265px !important;
}
.h266 {
	height:266px !important;
}
.h267 {
	height:267px !important;
}
.h268 {
	height:268px !important;
}
.h269 {
	height:269px !important;
}
.h270 {
	height:270px !important;
}
.h271 {
	height:271px !important;
}
.h272 {
	height:272px !important;
}
.h273 {
	height:273px !important;
}
.h274 {
	height:274px !important;
}
.h275 {
	height:275px !important;
}
.h276 {
	height:276px !important;
}
.h277 {
	height:277px !important;
}
.h278 {
	height:278px !important;
}
.h279 {
	height:279px !important;
}
.h280 {
	height:280px !important;
}
.h281 {
	height:281px !important;
}
.h282 {
	height:282px !important;
}
.h283 {
	height:283px !important;
}
.h284 {
	height:284px !important;
}
.h285 {
	height:285px !important;
}
.h286 {
	height:286px !important;
}
.h287 {
	height:287px !important;
}
.h288 {
	height:288px !important;
}
.h289 {
	height:289px !important;
}
.h290 {
	height:290px !important;
}
.h291 {
	height:291px !important;
}
.h292 {
	height:292px !important;
}
.h293 {
	height:293px !important;
}
.h294 {
	height:294px !important;
}
.h295 {
	height:295px !important;
}
.h296 {
	height:296px !important;
}
.h297 {
	height:297px !important;
}
.h298 {
	height:298px !important;
}
.h299 {
	height:299px !important;
}
.h300 {
	height:300px !important;
}
.h301 {
	height:301px !important;
}
.h302 {
	height:302px !important;
}
.h303 {
	height:303px !important;
}
.h304 {
	height:304px !important;
}
.h305 {
	height:305px !important;
}
.h306 {
	height:306px !important;
}
.h307 {
	height:307px !important;
}
.h308 {
	height:308px !important;
}
.h309 {
	height:309px !important;
}
.h310 {
	height:310px !important;
}
.h311 {
	height:311px !important;
}
.h312 {
	height:312px !important;
}
.h313 {
	height:313px !important;
}
.h314 {
	height:314px !important;
}
.h315 {
	height:315px !important;
}
.h316 {
	height:316px !important;
}
.h317 {
	height:317px !important;
}
.h318 {
	height:318px !important;
}
.h319 {
	height:319px !important;
}
.h320 {
	height:320px !important;
}
.h321 {
	height:321px !important;
}
.h322 {
	height:322px !important;
}
.h323 {
	height:323px !important;
}
.h324 {
	height:324px !important;
}
.h325 {
	height:325px !important;
}
.h326 {
	height:326px !important;
}
.h327 {
	height:327px !important;
}
.h328 {
	height:328px !important;
}
.h329 {
	height:329px !important;
}
.h330 {
	height:330px !important;
}
.h331 {
	height:331px !important;
}
.h332 {
	height:332px !important;
}
.h333 {
	height:333px !important;
}
.h334 {
	height:334px !important;
}
.h335 {
	height:335px !important;
}
.h336 {
	height:336px !important;
}
.h337 {
	height:337px !important;
}
.h338 {
	height:338px !important;
}
.h339 {
	height:339px !important;
}
.h340 {
	height:340px !important;
}
.h341 {
	height:341px !important;
}
.h342 {
	height:342px !important;
}
.h343 {
	height:343px !important;
}
.h344 {
	height:344px !important;
}
.h345 {
	height:345px !important;
}
.h346 {
	height:346px !important;
}
.h347 {
	height:347px !important;
}
.h348 {
	height:348px !important;
}
.h349 {
	height:349px !important;
}
.h350 {
	height:350px !important;
}
.h351 {
	height:351px !important;
}
.h352 {
	height:352px !important;
}
.h353 {
	height:353px !important;
}
.h354 {
	height:354px !important;
}
.h355 {
	height:355px !important;
}
.h356 {
	height:356px !important;
}
.h357 {
	height:357px !important;
}
.h358 {
	height:358px !important;
}
.h359 {
	height:359px !important;
}
.h360 {
	height:360px !important;
}
.h361 {
	height:361px !important;
}
.h362 {
	height:362px !important;
}
.h363 {
	height:363px !important;
}
.h364 {
	height:364px !important;
}
.h365 {
	height:365px !important;
}
.h366 {
	height:366px !important;
}
.h367 {
	height:367px !important;
}
.h368 {
	height:368px !important;
}
.h369 {
	height:369px !important;
}
.h370 {
	height:370px !important;
}
.h371 {
	height:371px !important;
}
.h372 {
	height:372px !important;
}
.h373 {
	height:373px !important;
}
.h374 {
	height:374px !important;
}
.h375 {
	height:375px !important;
}
.h376 {
	height:376px !important;
}
.h377 {
	height:377px !important;
}
.h378 {
	height:378px !important;
}
.h379 {
	height:379px !important;
}
.h380 {
	height:380px !important;
}
.h381 {
	height:381px !important;
}
.h382 {
	height:382px !important;
}
.h383 {
	height:383px !important;
}
.h384 {
	height:384px !important;
}
.h385 {
	height:385px !important;
}
.h386 {
	height:386px !important;
}
.h387 {
	height:387px !important;
}
.h388 {
	height:388px !important;
}
.h389 {
	height:389px !important;
}
.h390 {
	height:390px !important;
}
.h391 {
	height:391px !important;
}
.h392 {
	height:392px !important;
}
.h393 {
	height:393px !important;
}
.h394 {
	height:394px !important;
}
.h395 {
	height:395px !important;
}
.h396 {
	height:396px !important;
}
.h397 {
	height:397px !important;
}
.h398 {
	height:398px !important;
}
.h399 {
	height:399px !important;
}
.h400 {
	height:400px !important;
}
.h401 {
	height:401px !important;
}
.h402 {
	height:402px !important;
}
.h403 {
	height:403px !important;
}
.h404 {
	height:404px !important;
}
.h405 {
	height:405px !important;
}
.h406 {
	height:406px !important;
}
.h407 {
	height:407px !important;
}
.h408 {
	height:408px !important;
}
.h409 {
	height:409px !important;
}
.h410 {
	height:410px !important;
}
.h411 {
	height:411px !important;
}
.h412 {
	height:412px !important;
}
.h413 {
	height:413px !important;
}
.h414 {
	height:414px !important;
}
.h415 {
	height:415px !important;
}
.h416 {
	height:416px !important;
}
.h417 {
	height:417px !important;
}
.h418 {
	height:418px !important;
}
.h419 {
	height:419px !important;
}
.h420 {
	height:420px !important;
}
.h421 {
	height:421px !important;
}
.h422 {
	height:422px !important;
}
.h423 {
	height:423px !important;
}
.h424 {
	height:424px !important;
}
.h425 {
	height:425px !important;
}
.h426 {
	height:426px !important;
}
.h427 {
	height:427px !important;
}
.h428 {
	height:428px !important;
}
.h429 {
	height:429px !important;
}
.h430 {
	height:430px !important;
}
.h431 {
	height:431px !important;
}
.h432 {
	height:432px !important;
}
.h433 {
	height:433px !important;
}
.h434 {
	height:434px !important;
}
.h435 {
	height:435px !important;
}
.h436 {
	height:436px !important;
}
.h437 {
	height:437px !important;
}
.h438 {
	height:438px !important;
}
.h439 {
	height:439px !important;
}
.h440 {
	height:440px !important;
}
.h441 {
	height:441px !important;
}
.h442 {
	height:442px !important;
}
.h443 {
	height:443px !important;
}
.h444 {
	height:444px !important;
}
.h445 {
	height:445px !important;
}
.h446 {
	height:446px !important;
}
.h447 {
	height:447px !important;
}
.h448 {
	height:448px !important;
}
.h449 {
	height:449px !important;
}
.h450 {
	height:450px !important;
}
.h451 {
	height:451px !important;
}
.h452 {
	height:452px !important;
}
.h453 {
	height:453px !important;
}
.h454 {
	height:454px !important;
}
.h455 {
	height:455px !important;
}
.h456 {
	height:456px !important;
}
.h457 {
	height:457px !important;
}
.h458 {
	height:458px !important;
}
.h459 {
	height:459px !important;
}
.h460 {
	height:460px !important;
}
.h461 {
	height:461px !important;
}
.h462 {
	height:462px !important;
}
.h463 {
	height:463px !important;
}
.h464 {
	height:464px !important;
}
.h465 {
	height:465px !important;
}
.h466 {
	height:466px !important;
}
.h467 {
	height:467px !important;
}
.h468 {
	height:468px !important;
}
.h469 {
	height:469px !important;
}
.h470 {
	height:470px !important;
}
.h471 {
	height:471px !important;
}
.h472 {
	height:472px !important;
}
.h473 {
	height:473px !important;
}
.h474 {
	height:474px !important;
}
.h475 {
	height:475px !important;
}
.h476 {
	height:476px !important;
}
.h477 {
	height:477px !important;
}
.h478 {
	height:478px !important;
}
.h479 {
	height:479px !important;
}
.h480 {
	height:480px !important;
}
.h481 {
	height:481px !important;
}
.h482 {
	height:482px !important;
}
.h483 {
	height:483px !important;
}
.h484 {
	height:484px !important;
}
.h485 {
	height:485px !important;
}
.h486 {
	height:486px !important;
}
.h487 {
	height:487px !important;
}
.h488 {
	height:488px !important;
}
.h489 {
	height:489px !important;
}
.h490 {
	height:490px !important;
}
.h491 {
	height:491px !important;
}
.h492 {
	height:492px !important;
}
.h493 {
	height:493px !important;
}
.h494 {
	height:494px !important;
}
.h495 {
	height:495px !important;
}
.h496 {
	height:496px !important;
}
.h497 {
	height:497px !important;
}
.h498 {
	height:498px !important;
}
.h499 {
	height:499px !important;
}
.h500 {
	height:500px !important;
}
.h501 {
	height:501px !important;
}
.h502 {
	height:502px !important;
}
.h503 {
	height:503px !important;
}
.h504 {
	height:504px !important;
}
.h505 {
	height:505px !important;
}
.h506 {
	height:506px !important;
}
.h507 {
	height:507px !important;
}
.h508 {
	height:508px !important;
}
.h509 {
	height:509px !important;
}
.h510 {
	height:510px !important;
}
.h511 {
	height:511px !important;
}
.h512 {
	height:512px !important;
}

/*------------------------------------------------------------
	padding
------------------------------------------------------------*/

.p0 {
	padding:0px !important;
}
.p1 {
	padding:1px !important;
}
.p2 {
	padding:2px !important;
}
.p3 {
	padding:3px !important;
}
.p4 {
	padding:4px !important;
}
.p5 {
	padding:5px !important;
}
.p6 {
	padding:6px !important;
}
.p7 {
	padding:7px !important;
}
.p8 {
	padding:8px !important;
}
.p9 {
	padding:9px !important;
}
.p10 {
	padding:10px !important;
}
.p11 {
	padding:11px !important;
}
.p12 {
	padding:12px !important;
}
.p13 {
	padding:13px !important;
}
.p14 {
	padding:14px !important;
}
.p15 {
	padding:15px !important;
}
.p16 {
	padding:16px !important;
}
.p17 {
	padding:17px !important;
}
.p18 {
	padding:18px !important;
}
.p19 {
	padding:19px !important;
}
.p20 {
	padding:20px !important;
}
.p21 {
	padding:21px !important;
}
.p22 {
	padding:22px !important;
}
.p23 {
	padding:23px !important;
}
.p24 {
	padding:24px !important;
}
.p25 {
	padding:25px !important;
}
.p26 {
	padding:26px !important;
}
.p27 {
	padding:27px !important;
}
.p28 {
	padding:28px !important;
}
.p29 {
	padding:29px !important;
}
.p30 {
	padding:30px !important;
}
.p31 {
	padding:31px !important;
}
.p32 {
	padding:32px !important;
}
.p33 {
	padding:33px !important;
}
.p34 {
	padding:34px !important;
}
.p35 {
	padding:35px !important;
}
.p36 {
	padding:36px !important;
}
.p37 {
	padding:37px !important;
}
.p38 {
	padding:38px !important;
}
.p39 {
	padding:39px !important;
}
.p40 {
	padding:40px !important;
}
.p41 {
	padding:41px !important;
}
.p42 {
	padding:42px !important;
}
.p43 {
	padding:43px !important;
}
.p44 {
	padding:44px !important;
}
.p45 {
	padding:45px !important;
}
.p46 {
	padding:46px !important;
}
.p47 {
	padding:47px !important;
}
.p48 {
	padding:48px !important;
}
.p49 {
	padding:49px !important;
}
.p50 {
	padding:50px !important;
}
.p51 {
	padding:51px !important;
}
.p52 {
	padding:52px !important;
}
.p53 {
	padding:53px !important;
}
.p54 {
	padding:54px !important;
}
.p55 {
	padding:55px !important;
}
.p56 {
	padding:56px !important;
}
.p57 {
	padding:57px !important;
}
.p58 {
	padding:58px !important;
}
.p59 {
	padding:59px !important;
}
.p60 {
	padding:60px !important;
}
.p61 {
	padding:61px !important;
}
.p62 {
	padding:62px !important;
}
.p63 {
	padding:63px !important;
}
.p64 {
	padding:64px !important;
}
.p65 {
	padding:65px !important;
}
.p66 {
	padding:66px !important;
}
.p67 {
	padding:67px !important;
}
.p68 {
	padding:68px !important;
}
.p69 {
	padding:69px !important;
}
.p70 {
	padding:70px !important;
}
.p71 {
	padding:71px !important;
}
.p72 {
	padding:72px !important;
}
.p73 {
	padding:73px !important;
}
.p74 {
	padding:74px !important;
}
.p75 {
	padding:75px !important;
}
.p76 {
	padding:76px !important;
}
.p77 {
	padding:77px !important;
}
.p78 {
	padding:78px !important;
}
.p79 {
	padding:79px !important;
}
.p80 {
	padding:80px !important;
}
.p81 {
	padding:81px !important;
}
.p82 {
	padding:82px !important;
}
.p83 {
	padding:83px !important;
}
.p84 {
	padding:84px !important;
}
.p85 {
	padding:85px !important;
}
.p86 {
	padding:86px !important;
}
.p87 {
	padding:87px !important;
}
.p88 {
	padding:88px !important;
}
.p89 {
	padding:89px !important;
}
.p90 {
	padding:90px !important;
}
.p91 {
	padding:91px !important;
}
.p92 {
	padding:92px !important;
}
.p93 {
	padding:93px !important;
}
.p94 {
	padding:94px !important;
}
.p95 {
	padding:95px !important;
}
.p96 {
	padding:96px !important;
}
.p97 {
	padding:97px !important;
}
.p98 {
	padding:98px !important;
}
.p99 {
	padding:99px !important;
}
.p100 {
	padding:100px !important;
}

/*------------------------------------------------------------
	padding-top
------------------------------------------------------------*/

.pt0 {
	padding-top:0px !important;
}
.pt1 {
	padding-top:1px !important;
}
.pt2 {
	padding-top:2px !important;
}
.pt3 {
	padding-top:3px !important;
}
.pt4 {
	padding-top:4px !important;
}
.pt5 {
	padding-top:5px !important;
}
.pt6 {
	padding-top:6px !important;
}
.pt7 {
	padding-top:7px !important;
}
.pt8 {
	padding-top:8px !important;
}
.pt9 {
	padding-top:9px !important;
}
.pt10 {
	padding-top:10px !important;
}
.pt11 {
	padding-top:11px !important;
}
.pt12 {
	padding-top:12px !important;
}
.pt13 {
	padding-top:13px !important;
}
.pt14 {
	padding-top:14px !important;
}
.pt15 {
	padding-top:15px !important;
}
.pt16 {
	padding-top:16px !important;
}
.pt17 {
	padding-top:17px !important;
}
.pt18 {
	padding-top:18px !important;
}
.pt19 {
	padding-top:19px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pt21 {
	padding-top:21px !important;
}
.pt22 {
	padding-top:22px !important;
}
.pt23 {
	padding-top:23px !important;
}
.pt24 {
	padding-top:24px !important;
}
.pt25 {
	padding-top:25px !important;
}
.pt26 {
	padding-top:26px !important;
}
.pt27 {
	padding-top:27px !important;
}
.pt28 {
	padding-top:28px !important;
}
.pt29 {
	padding-top:29px !important;
}
.pt30 {
	padding-top:30px !important;
}
.pt31 {
	padding-top:31px !important;
}
.pt32 {
	padding-top:32px !important;
}
.pt33 {
	padding-top:33px !important;
}
.pt34 {
	padding-top:34px !important;
}
.pt35 {
	padding-top:35px !important;
}
.pt36 {
	padding-top:36px !important;
}
.pt37 {
	padding-top:37px !important;
}
.pt38 {
	padding-top:38px !important;
}
.pt39 {
	padding-top:39px !important;
}
.pt40 {
	padding-top:40px !important;
}
.pt41 {
	padding-top:41px !important;
}
.pt42 {
	padding-top:42px !important;
}
.pt43 {
	padding-top:43px !important;
}
.pt44 {
	padding-top:44px !important;
}
.pt45 {
	padding-top:45px !important;
}
.pt46 {
	padding-top:46px !important;
}
.pt47 {
	padding-top:47px !important;
}
.pt48 {
	padding-top:48px !important;
}
.pt49 {
	padding-top:49px !important;
}
.pt50 {
	padding-top:50px !important;
}
.pt51 {
	padding-top:51px !important;
}
.pt52 {
	padding-top:52px !important;
}
.pt53 {
	padding-top:53px !important;
}
.pt54 {
	padding-top:54px !important;
}
.pt55 {
	padding-top:55px !important;
}
.pt56 {
	padding-top:56px !important;
}
.pt57 {
	padding-top:57px !important;
}
.pt58 {
	padding-top:58px !important;
}
.pt59 {
	padding-top:59px !important;
}
.pt60 {
	padding-top:60px !important;
}
.pt61 {
	padding-top:61px !important;
}
.pt62 {
	padding-top:62px !important;
}
.pt63 {
	padding-top:63px !important;
}
.pt64 {
	padding-top:64px !important;
}
.pt65 {
	padding-top:65px !important;
}
.pt66 {
	padding-top:66px !important;
}
.pt67 {
	padding-top:67px !important;
}
.pt68 {
	padding-top:68px !important;
}
.pt69 {
	padding-top:69px !important;
}
.pt70 {
	padding-top:70px !important;
}
.pt71 {
	padding-top:71px !important;
}
.pt72 {
	padding-top:72px !important;
}
.pt73 {
	padding-top:73px !important;
}
.pt74 {
	padding-top:74px !important;
}
.pt75 {
	padding-top:75px !important;
}
.pt76 {
	padding-top:76px !important;
}
.pt77 {
	padding-top:77px !important;
}
.pt78 {
	padding-top:78px !important;
}
.pt79 {
	padding-top:79px !important;
}
.pt80 {
	padding-top:80px !important;
}
.pt81 {
	padding-top:81px !important;
}
.pt82 {
	padding-top:82px !important;
}
.pt83 {
	padding-top:83px !important;
}
.pt84 {
	padding-top:84px !important;
}
.pt85 {
	padding-top:85px !important;
}
.pt86 {
	padding-top:86px !important;
}
.pt87 {
	padding-top:87px !important;
}
.pt88 {
	padding-top:88px !important;
}
.pt89 {
	padding-top:89px !important;
}
.pt90 {
	padding-top:90px !important;
}
.pt91 {
	padding-top:91px !important;
}
.pt92 {
	padding-top:92px !important;
}
.pt93 {
	padding-top:93px !important;
}
.pt94 {
	padding-top:94px !important;
}
.pt95 {
	padding-top:95px !important;
}
.pt96 {
	padding-top:96px !important;
}
.pt97 {
	padding-top:97px !important;
}
.pt98 {
	padding-top:98px !important;
}
.pt99 {
	padding-top:99px !important;
}
.pt100 {
	padding-top:100px !important;
}

/*------------------------------------------------------------
	padding-bottom
------------------------------------------------------------*/

.pb0 {
	padding-bottom:0px !important;
}
.pb1 {
	padding-bottom:1px !important;
}
.pb2 {
	padding-bottom:2px !important;
}
.pb3 {
	padding-bottom:3px !important;
}
.pb4 {
	padding-bottom:4px !important;
}
.pb5 {
	padding-bottom:5px !important;
}
.pb6 {
	padding-bottom:6px !important;
}
.pb7 {
	padding-bottom:7px !important;
}
.pb8 {
	padding-bottom:8px !important;
}
.pb9 {
	padding-bottom:9px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pb11 {
	padding-bottom:11px !important;
}
.pb12 {
	padding-bottom:12px !important;
}
.pb13 {
	padding-bottom:13px !important;
}
.pb14 {
	padding-bottom:14px !important;
}
.pb15 {
	padding-bottom:15px !important;
}
.pb16 {
	padding-bottom:16px !important;
}
.pb17 {
	padding-bottom:17px !important;
}
.pb18 {
	padding-bottom:18px !important;
}
.pb19 {
	padding-bottom:19px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb21 {
	padding-bottom:21px !important;
}
.pb22 {
	padding-bottom:22px !important;
}
.pb23 {
	padding-bottom:23px !important;
}
.pb24 {
	padding-bottom:24px !important;
}
.pb25 {
	padding-bottom:25px !important;
}
.pb26 {
	padding-bottom:26px !important;
}
.pb27 {
	padding-bottom:27px !important;
}
.pb28 {
	padding-bottom:28px !important;
}
.pb29 {
	padding-bottom:29px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.pb31 {
	padding-bottom:31px !important;
}
.pb32 {
	padding-bottom:32px !important;
}
.pb33 {
	padding-bottom:33px !important;
}
.pb34 {
	padding-bottom:34px !important;
}
.pb35 {
	padding-bottom:35px !important;
}
.pb36 {
	padding-bottom:36px !important;
}
.pb37 {
	padding-bottom:37px !important;
}
.pb38 {
	padding-bottom:38px !important;
}
.pb39 {
	padding-bottom:39px !important;
}
.pb40 {
	padding-bottom:40px !important;
}
.pb41 {
	padding-bottom:41px !important;
}
.pb42 {
	padding-bottom:42px !important;
}
.pb43 {
	padding-bottom:43px !important;
}
.pb44 {
	padding-bottom:44px !important;
}
.pb45 {
	padding-bottom:45px !important;
}
.pb46 {
	padding-bottom:46px !important;
}
.pb47 {
	padding-bottom:47px !important;
}
.pb48 {
	padding-bottom:48px !important;
}
.pb49 {
	padding-bottom:49px !important;
}
.pb50 {
	padding-bottom:50px !important;
}
.pb51 {
	padding-bottom:51px !important;
}
.pb52 {
	padding-bottom:52px !important;
}
.pb53 {
	padding-bottom:53px !important;
}
.pb54 {
	padding-bottom:54px !important;
}
.pb55 {
	padding-bottom:55px !important;
}
.pb56 {
	padding-bottom:56px !important;
}
.pb57 {
	padding-bottom:57px !important;
}
.pb58 {
	padding-bottom:58px !important;
}
.pb59 {
	padding-bottom:59px !important;
}
.pb60 {
	padding-bottom:60px !important;
}
.pb61 {
	padding-bottom:61px !important;
}
.pb62 {
	padding-bottom:62px !important;
}
.pb63 {
	padding-bottom:63px !important;
}
.pb64 {
	padding-bottom:64px !important;
}
.pb65 {
	padding-bottom:65px !important;
}
.pb66 {
	padding-bottom:66px !important;
}
.pb67 {
	padding-bottom:67px !important;
}
.pb68 {
	padding-bottom:68px !important;
}
.pb69 {
	padding-bottom:69px !important;
}
.pb70 {
	padding-bottom:70px !important;
}
.pb71 {
	padding-bottom:71px !important;
}
.pb72 {
	padding-bottom:72px !important;
}
.pb73 {
	padding-bottom:73px !important;
}
.pb74 {
	padding-bottom:74px !important;
}
.pb75 {
	padding-bottom:75px !important;
}
.pb76 {
	padding-bottom:76px !important;
}
.pb77 {
	padding-bottom:77px !important;
}
.pb78 {
	padding-bottom:78px !important;
}
.pb79 {
	padding-bottom:79px !important;
}
.pb80 {
	padding-bottom:80px !important;
}
.pb81 {
	padding-bottom:81px !important;
}
.pb82 {
	padding-bottom:82px !important;
}
.pb83 {
	padding-bottom:83px !important;
}
.pb84 {
	padding-bottom:84px !important;
}
.pb85 {
	padding-bottom:85px !important;
}
.pb86 {
	padding-bottom:86px !important;
}
.pb87 {
	padding-bottom:87px !important;
}
.pb88 {
	padding-bottom:88px !important;
}
.pb89 {
	padding-bottom:89px !important;
}
.pb90 {
	padding-bottom:90px !important;
}
.pb91 {
	padding-bottom:91px !important;
}
.pb92 {
	padding-bottom:92px !important;
}
.pb93 {
	padding-bottom:93px !important;
}
.pb94 {
	padding-bottom:94px !important;
}
.pb95 {
	padding-bottom:95px !important;
}
.pb96 {
	padding-bottom:96px !important;
}
.pb97 {
	padding-bottom:97px !important;
}
.pb98 {
	padding-bottom:98px !important;
}
.pb99 {
	padding-bottom:99px !important;
}
.pb100 {
	padding-bottom:100px !important;
}

/*------------------------------------------------------------
	padding-left
------------------------------------------------------------*/

.pl0 {
	padding-left:0px !important;
}
.pl1 {
	padding-left:1px !important;
}
.pl2 {
	padding-left:2px !important;
}
.pl3 {
	padding-left:3px !important;
}
.pl4 {
	padding-left:4px !important;
}
.pl5 {
	padding-left:5px !important;
}
.pl6 {
	padding-left:6px !important;
}
.pl7 {
	padding-left:7px !important;
}
.pl8 {
	padding-left:8px !important;
}
.pl9 {
	padding-left:9px !important;
}
.pl10 {
	padding-left:10px !important;
}
.pl11 {
	padding-left:11px !important;
}
.pl12 {
	padding-left:12px !important;
}
.pl13 {
	padding-left:13px !important;
}
.pl14 {
	padding-left:14px !important;
}
.pl15 {
	padding-left:15px !important;
}
.pl16 {
	padding-left:16px !important;
}
.pl17 {
	padding-left:17px !important;
}
.pl18 {
	padding-left:18px !important;
}
.pl19 {
	padding-left:19px !important;
}
.pl20 {
	padding-left:20px !important;
}
.pl21 {
	padding-left:21px !important;
}
.pl22 {
	padding-left:22px !important;
}
.pl23 {
	padding-left:23px !important;
}
.pl24 {
	padding-left:24px !important;
}
.pl25 {
	padding-left:25px !important;
}
.pl26 {
	padding-left:26px !important;
}
.pl27 {
	padding-left:27px !important;
}
.pl28 {
	padding-left:28px !important;
}
.pl29 {
	padding-left:29px !important;
}
.pl30 {
	padding-left:30px !important;
}
.pl31 {
	padding-left:31px !important;
}
.pl32 {
	padding-left:32px !important;
}
.pl33 {
	padding-left:33px !important;
}
.pl34 {
	padding-left:34px !important;
}
.pl35 {
	padding-left:35px !important;
}
.pl36 {
	padding-left:36px !important;
}
.pl37 {
	padding-left:37px !important;
}
.pl38 {
	padding-left:38px !important;
}
.pl39 {
	padding-left:39px !important;
}
.pl40 {
	padding-left:40px !important;
}
.pl41 {
	padding-left:41px !important;
}
.pl42 {
	padding-left:42px !important;
}
.pl43 {
	padding-left:43px !important;
}
.pl44 {
	padding-left:44px !important;
}
.pl45 {
	padding-left:45px !important;
}
.pl46 {
	padding-left:46px !important;
}
.pl47 {
	padding-left:47px !important;
}
.pl48 {
	padding-left:48px !important;
}
.pl49 {
	padding-left:49px !important;
}
.pl50 {
	padding-left:50px !important;
}
.pl51 {
	padding-left:51px !important;
}
.pl52 {
	padding-left:52px !important;
}
.pl53 {
	padding-left:53px !important;
}
.pl54 {
	padding-left:54px !important;
}
.pl55 {
	padding-left:55px !important;
}
.pl56 {
	padding-left:56px !important;
}
.pl57 {
	padding-left:57px !important;
}
.pl58 {
	padding-left:58px !important;
}
.pl59 {
	padding-left:59px !important;
}
.pl60 {
	padding-left:60px !important;
}
.pl61 {
	padding-left:61px !important;
}
.pl62 {
	padding-left:62px !important;
}
.pl63 {
	padding-left:63px !important;
}
.pl64 {
	padding-left:64px !important;
}
.pl65 {
	padding-left:65px !important;
}
.pl66 {
	padding-left:66px !important;
}
.pl67 {
	padding-left:67px !important;
}
.pl68 {
	padding-left:68px !important;
}
.pl69 {
	padding-left:69px !important;
}
.pl70 {
	padding-left:70px !important;
}
.pl71 {
	padding-left:71px !important;
}
.pl72 {
	padding-left:72px !important;
}
.pl73 {
	padding-left:73px !important;
}
.pl74 {
	padding-left:74px !important;
}
.pl75 {
	padding-left:75px !important;
}
.pl76 {
	padding-left:76px !important;
}
.pl77 {
	padding-left:77px !important;
}
.pl78 {
	padding-left:78px !important;
}
.pl79 {
	padding-left:79px !important;
}
.pl80 {
	padding-left:80px !important;
}
.pl81 {
	padding-left:81px !important;
}
.pl82 {
	padding-left:82px !important;
}
.pl83 {
	padding-left:83px !important;
}
.pl84 {
	padding-left:84px !important;
}
.pl85 {
	padding-left:85px !important;
}
.pl86 {
	padding-left:86px !important;
}
.pl87 {
	padding-left:87px !important;
}
.pl88 {
	padding-left:88px !important;
}
.pl89 {
	padding-left:89px !important;
}
.pl90 {
	padding-left:90px !important;
}
.pl91 {
	padding-left:91px !important;
}
.pl92 {
	padding-left:92px !important;
}
.pl93 {
	padding-left:93px !important;
}
.pl94 {
	padding-left:94px !important;
}
.pl95 {
	padding-left:95px !important;
}
.pl96 {
	padding-left:96px !important;
}
.pl97 {
	padding-left:97px !important;
}
.pl98 {
	padding-left:98px !important;
}
.pl99 {
	padding-left:99px !important;
}
.pl100 {
	padding-left:100px !important;
}

/*------------------------------------------------------------
	padding-right
------------------------------------------------------------*/

.pr0 {
	padding-right:0px !important;
}
.pr1 {
	padding-right:1px !important;
}
.pr2 {
	padding-right:2px !important;
}
.pr3 {
	padding-right:3px !important;
}
.pr4 {
	padding-right:4px !important;
}
.pr5 {
	padding-right:5px !important;
}
.pr6 {
	padding-right:6px !important;
}
.pr7 {
	padding-right:7px !important;
}
.pr8 {
	padding-right:8px !important;
}
.pr9 {
	padding-right:9px !important;
}
.pr10 {
	padding-right:10px !important;
}
.pr11 {
	padding-right:11px !important;
}
.pr12 {
	padding-right:12px !important;
}
.pr13 {
	padding-right:13px !important;
}
.pr14 {
	padding-right:14px !important;
}
.pr15 {
	padding-right:15px !important;
}
.pr16 {
	padding-right:16px !important;
}
.pr17 {
	padding-right:17px !important;
}
.pr18 {
	padding-right:18px !important;
}
.pr19 {
	padding-right:19px !important;
}
.pr20 {
	padding-right:20px !important;
}
.pr21 {
	padding-right:21px !important;
}
.pr22 {
	padding-right:22px !important;
}
.pr23 {
	padding-right:23px !important;
}
.pr24 {
	padding-right:24px !important;
}
.pr25 {
	padding-right:25px !important;
}
.pr26 {
	padding-right:26px !important;
}
.pr27 {
	padding-right:27px !important;
}
.pr28 {
	padding-right:28px !important;
}
.pr29 {
	padding-right:29px !important;
}
.pr30 {
	padding-right:30px !important;
}
.pr31 {
	padding-right:31px !important;
}
.pr32 {
	padding-right:32px !important;
}
.pr33 {
	padding-right:33px !important;
}
.pr34 {
	padding-right:34px !important;
}
.pr35 {
	padding-right:35px !important;
}
.pr36 {
	padding-right:36px !important;
}
.pr37 {
	padding-right:37px !important;
}
.pr38 {
	padding-right:38px !important;
}
.pr39 {
	padding-right:39px !important;
}
.pr40 {
	padding-right:40px !important;
}
.pr41 {
	padding-right:41px !important;
}
.pr42 {
	padding-right:42px !important;
}
.pr43 {
	padding-right:43px !important;
}
.pr44 {
	padding-right:44px !important;
}
.pr45 {
	padding-right:45px !important;
}
.pr46 {
	padding-right:46px !important;
}
.pr47 {
	padding-right:47px !important;
}
.pr48 {
	padding-right:48px !important;
}
.pr49 {
	padding-right:49px !important;
}
.pr50 {
	padding-right:50px !important;
}
.pr51 {
	padding-right:51px !important;
}
.pr52 {
	padding-right:52px !important;
}
.pr53 {
	padding-right:53px !important;
}
.pr54 {
	padding-right:54px !important;
}
.pr55 {
	padding-right:55px !important;
}
.pr56 {
	padding-right:56px !important;
}
.pr57 {
	padding-right:57px !important;
}
.pr58 {
	padding-right:58px !important;
}
.pr59 {
	padding-right:59px !important;
}
.pr60 {
	padding-right:60px !important;
}
.pr61 {
	padding-right:61px !important;
}
.pr62 {
	padding-right:62px !important;
}
.pr63 {
	padding-right:63px !important;
}
.pr64 {
	padding-right:64px !important;
}
.pr65 {
	padding-right:65px !important;
}
.pr66 {
	padding-right:66px !important;
}
.pr67 {
	padding-right:67px !important;
}
.pr68 {
	padding-right:68px !important;
}
.pr69 {
	padding-right:69px !important;
}
.pr70 {
	padding-right:70px !important;
}
.pr71 {
	padding-right:71px !important;
}
.pr72 {
	padding-right:72px !important;
}
.pr73 {
	padding-right:73px !important;
}
.pr74 {
	padding-right:74px !important;
}
.pr75 {
	padding-right:75px !important;
}
.pr76 {
	padding-right:76px !important;
}
.pr77 {
	padding-right:77px !important;
}
.pr78 {
	padding-right:78px !important;
}
.pr79 {
	padding-right:79px !important;
}
.pr80 {
	padding-right:80px !important;
}
.pr81 {
	padding-right:81px !important;
}
.pr82 {
	padding-right:82px !important;
}
.pr83 {
	padding-right:83px !important;
}
.pr84 {
	padding-right:84px !important;
}
.pr85 {
	padding-right:85px !important;
}
.pr86 {
	padding-right:86px !important;
}
.pr87 {
	padding-right:87px !important;
}
.pr88 {
	padding-right:88px !important;
}
.pr89 {
	padding-right:89px !important;
}
.pr90 {
	padding-right:90px !important;
}
.pr91 {
	padding-right:91px !important;
}
.pr92 {
	padding-right:92px !important;
}
.pr93 {
	padding-right:93px !important;
}
.pr94 {
	padding-right:94px !important;
}
.pr95 {
	padding-right:95px !important;
}
.pr96 {
	padding-right:96px !important;
}
.pr97 {
	padding-right:97px !important;
}
.pr98 {
	padding-right:98px !important;
}
.pr99 {
	padding-right:99px !important;
}
.pr100 {
	padding-right:100px !important;
}

/*------------------------------------------------------------
	margin
------------------------------------------------------------*/

.m-5 {
	margin:-5px !important;
}
.m0 {
	margin:0px !important;
}
.m1 {
	margin:1px !important;
}
.m2 {
	margin:2px !important;
}
.m3 {
	margin:3px !important;
}
.m4 {
	margin:4px !important;
}
.m5 {
	margin:5px !important;
}
.m6 {
	margin:6px !important;
}
.m7 {
	margin:7px !important;
}
.m8 {
	margin:8px !important;
}
.m9 {
	margin:9px !important;
}
.m10 {
	margin:10px !important;
}
.m11 {
	margin:11px !important;
}
.m12 {
	margin:12px !important;
}
.m13 {
	margin:13px !important;
}
.m14 {
	margin:14px !important;
}
.m15 {
	margin:15px !important;
}
.m16 {
	margin:16px !important;
}
.m17 {
	margin:17px !important;
}
.m18 {
	margin:18px !important;
}
.m19 {
	margin:19px !important;
}
.m20 {
	margin:20px !important;
}
.m21 {
	margin:21px !important;
}
.m22 {
	margin:22px !important;
}
.m23 {
	margin:23px !important;
}
.m24 {
	margin:24px !important;
}
.m25 {
	margin:25px !important;
}
.m26 {
	margin:26px !important;
}
.m27 {
	margin:27px !important;
}
.m28 {
	margin:28px !important;
}
.m29 {
	margin:29px !important;
}
.m30 {
	margin:30px !important;
}
.m31 {
	margin:31px !important;
}
.m32 {
	margin:32px !important;
}
.m33 {
	margin:33px !important;
}
.m34 {
	margin:34px !important;
}
.m35 {
	margin:35px !important;
}
.m36 {
	margin:36px !important;
}
.m37 {
	margin:37px !important;
}
.m38 {
	margin:38px !important;
}
.m39 {
	margin:39px !important;
}
.m40 {
	margin:40px !important;
}
.m41 {
	margin:41px !important;
}
.m42 {
	margin:42px !important;
}
.m43 {
	margin:43px !important;
}
.m44 {
	margin:44px !important;
}
.m45 {
	margin:45px !important;
}
.m46 {
	margin:46px !important;
}
.m47 {
	margin:47px !important;
}
.m48 {
	margin:48px !important;
}
.m49 {
	margin:49px !important;
}
.m50 {
	margin:50px !important;
}
.m51 {
	margin:51px !important;
}
.m52 {
	margin:52px !important;
}
.m53 {
	margin:53px !important;
}
.m54 {
	margin:54px !important;
}
.m55 {
	margin:55px !important;
}
.m56 {
	margin:56px !important;
}
.m57 {
	margin:57px !important;
}
.m58 {
	margin:58px !important;
}
.m59 {
	margin:59px !important;
}
.m60 {
	margin:60px !important;
}
.m61 {
	margin:61px !important;
}
.m62 {
	margin:62px !important;
}
.m63 {
	margin:63px !important;
}
.m64 {
	margin:64px !important;
}
.m65 {
	margin:65px !important;
}
.m66 {
	margin:66px !important;
}
.m67 {
	margin:67px !important;
}
.m68 {
	margin:68px !important;
}
.m69 {
	margin:69px !important;
}
.m70 {
	margin:70px !important;
}
.m71 {
	margin:71px !important;
}
.m72 {
	margin:72px !important;
}
.m73 {
	margin:73px !important;
}
.m74 {
	margin:74px !important;
}
.m75 {
	margin:75px !important;
}
.m76 {
	margin:76px !important;
}
.m77 {
	margin:77px !important;
}
.m78 {
	margin:78px !important;
}
.m79 {
	margin:79px !important;
}
.m80 {
	margin:80px !important;
}
.m81 {
	margin:81px !important;
}
.m82 {
	margin:82px !important;
}
.m83 {
	margin:83px !important;
}
.m84 {
	margin:84px !important;
}
.m85 {
	margin:85px !important;
}
.m86 {
	margin:86px !important;
}
.m87 {
	margin:87px !important;
}
.m88 {
	margin:88px !important;
}
.m89 {
	margin:89px !important;
}
.m90 {
	margin:90px !important;
}
.m91 {
	margin:91px !important;
}
.m92 {
	margin:92px !important;
}
.m93 {
	margin:93px !important;
}
.m94 {
	margin:94px !important;
}
.m95 {
	margin:95px !important;
}
.m96 {
	margin:96px !important;
}
.m97 {
	margin:97px !important;
}
.m98 {
	margin:98px !important;
}
.m99 {
	margin:99px !important;
}
.m100 {
	margin:100px !important;
}

/*------------------------------------------------------------
	margin-top
------------------------------------------------------------*/

.mt0 {
	margin-top:0px !important;
}
.mt1 {
	margin-top:1px !important;
}
.mt2 {
	margin-top:2px !important;
}
.mt3 {
	margin-top:3px !important;
}
.mt4 {
	margin-top:4px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt6 {
	margin-top:6px !important;
}
.mt7 {
	margin-top:7px !important;
}
.mt8 {
	margin-top:8px !important;
}
.mt9 {
	margin-top:9px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt11 {
	margin-top:11px !important;
}
.mt12 {
	margin-top:12px !important;
}
.mt13 {
	margin-top:13px !important;
}
.mt14 {
	margin-top:14px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt16 {
	margin-top:16px !important;
}
.mt17 {
	margin-top:17px !important;
}
.mt18 {
	margin-top:18px !important;
}
.mt19 {
	margin-top:19px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt21 {
	margin-top:21px !important;
}
.mt22 {
	margin-top:22px !important;
}
.mt23 {
	margin-top:23px !important;
}
.mt24 {
	margin-top:24px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt26 {
	margin-top:26px !important;
}
.mt27 {
	margin-top:27px !important;
}
.mt28 {
	margin-top:28px !important;
}
.mt29 {
	margin-top:29px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt31 {
	margin-top:31px !important;
}
.mt32 {
	margin-top:32px !important;
}
.mt33 {
	margin-top:33px !important;
}
.mt34 {
	margin-top:34px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt36 {
	margin-top:36px !important;
}
.mt37 {
	margin-top:37px !important;
}
.mt38 {
	margin-top:38px !important;
}
.mt39 {
	margin-top:39px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt41 {
	margin-top:41px !important;
}
.mt42 {
	margin-top:42px !important;
}
.mt43 {
	margin-top:43px !important;
}
.mt44 {
	margin-top:44px !important;
}
.mt45 {
	margin-top:45px !important;
}
.mt46 {
	margin-top:46px !important;
}
.mt47 {
	margin-top:47px !important;
}
.mt48 {
	margin-top:48px !important;
}
.mt49 {
	margin-top:49px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt51 {
	margin-top:51px !important;
}
.mt52 {
	margin-top:52px !important;
}
.mt53 {
	margin-top:53px !important;
}
.mt54 {
	margin-top:54px !important;
}
.mt55 {
	margin-top:55px !important;
}
.mt56 {
	margin-top:56px !important;
}
.mt57 {
	margin-top:57px !important;
}
.mt58 {
	margin-top:58px !important;
}
.mt59 {
	margin-top:59px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt61 {
	margin-top:61px !important;
}
.mt62 {
	margin-top:62px !important;
}
.mt63 {
	margin-top:63px !important;
}
.mt64 {
	margin-top:64px !important;
}
.mt65 {
	margin-top:65px !important;
}
.mt66 {
	margin-top:66px !important;
}
.mt67 {
	margin-top:67px !important;
}
.mt68 {
	margin-top:68px !important;
}
.mt69 {
	margin-top:69px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt71 {
	margin-top:71px !important;
}
.mt72 {
	margin-top:72px !important;
}
.mt73 {
	margin-top:73px !important;
}
.mt74 {
	margin-top:74px !important;
}
.mt75 {
	margin-top:75px !important;
}
.mt76 {
	margin-top:76px !important;
}
.mt77 {
	margin-top:77px !important;
}
.mt78 {
	margin-top:78px !important;
}
.mt79 {
	margin-top:79px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt81 {
	margin-top:81px !important;
}
.mt82 {
	margin-top:82px !important;
}
.mt83 {
	margin-top:83px !important;
}
.mt84 {
	margin-top:84px !important;
}
.mt85 {
	margin-top:85px !important;
}
.mt86 {
	margin-top:86px !important;
}
.mt87 {
	margin-top:87px !important;
}
.mt88 {
	margin-top:88px !important;
}
.mt89 {
	margin-top:89px !important;
}
.mt90 {
	margin-top:90px !important;
}
.mt91 {
	margin-top:91px !important;
}
.mt92 {
	margin-top:92px !important;
}
.mt93 {
	margin-top:93px !important;
}
.mt94 {
	margin-top:94px !important;
}
.mt95 {
	margin-top:95px !important;
}
.mt96 {
	margin-top:96px !important;
}
.mt97 {
	margin-top:97px !important;
}
.mt98 {
	margin-top:98px !important;
}
.mt99 {
	margin-top:99px !important;
}
.mt100 {
	margin-top:100px !important;
}

/*------------------------------------------------------------
	margin-bottom
------------------------------------------------------------*/

.mb0 {
	margin-bottom:0px !important;
}
.mb1 {
	margin-bottom:1px !important;
}
.mb2 {
	margin-bottom:2px !important;
}
.mb3 {
	margin-bottom:3px !important;
}
.mb4 {
	margin-bottom:4px !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb6 {
	margin-bottom:6px !important;
}
.mb7 {
	margin-bottom:7px !important;
}
.mb8 {
	margin-bottom:8px !important;
}
.mb9 {
	margin-bottom:9px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb11 {
	margin-bottom:11px !important;
}
.mb12 {
	margin-bottom:12px !important;
}
.mb13 {
	margin-bottom:13px !important;
}
.mb14 {
	margin-bottom:14px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb16 {
	margin-bottom:16px !important;
}
.mb17 {
	margin-bottom:17px !important;
}
.mb18 {
	margin-bottom:18px !important;
}
.mb19 {
	margin-bottom:19px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb21 {
	margin-bottom:21px !important;
}
.mb22 {
	margin-bottom:22px !important;
}
.mb23 {
	margin-bottom:23px !important;
}
.mb24 {
	margin-bottom:24px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb26 {
	margin-bottom:26px !important;
}
.mb27 {
	margin-bottom:27px !important;
}
.mb28 {
	margin-bottom:28px !important;
}
.mb29 {
	margin-bottom:29px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb31 {
	margin-bottom:31px !important;
}
.mb32 {
	margin-bottom:32px !important;
}
.mb33 {
	margin-bottom:33px !important;
}
.mb34 {
	margin-bottom:34px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb36 {
	margin-bottom:36px !important;
}
.mb37 {
	margin-bottom:37px !important;
}
.mb38 {
	margin-bottom:38px !important;
}
.mb39 {
	margin-bottom:39px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb41 {
	margin-bottom:41px !important;
}
.mb42 {
	margin-bottom:42px !important;
}
.mb43 {
	margin-bottom:43px !important;
}
.mb44 {
	margin-bottom:44px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb46 {
	margin-bottom:46px !important;
}
.mb47 {
	margin-bottom:47px !important;
}
.mb48 {
	margin-bottom:48px !important;
}
.mb49 {
	margin-bottom:49px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb51 {
	margin-bottom:51px !important;
}
.mb52 {
	margin-bottom:52px !important;
}
.mb53 {
	margin-bottom:53px !important;
}
.mb54 {
	margin-bottom:54px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.mb56 {
	margin-bottom:56px !important;
}
.mb57 {
	margin-bottom:57px !important;
}
.mb58 {
	margin-bottom:58px !important;
}
.mb59 {
	margin-bottom:59px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb61 {
	margin-bottom:61px !important;
}
.mb62 {
	margin-bottom:62px !important;
}
.mb63 {
	margin-bottom:63px !important;
}
.mb64 {
	margin-bottom:64px !important;
}
.mb65 {
	margin-bottom:65px !important;
}
.mb66 {
	margin-bottom:66px !important;
}
.mb67 {
	margin-bottom:67px !important;
}
.mb68 {
	margin-bottom:68px !important;
}
.mb69 {
	margin-bottom:69px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb71 {
	margin-bottom:71px !important;
}
.mb72 {
	margin-bottom:72px !important;
}
.mb73 {
	margin-bottom:73px !important;
}
.mb74 {
	margin-bottom:74px !important;
}
.mb75 {
	margin-bottom:75px !important;
}
.mb76 {
	margin-bottom:76px !important;
}
.mb77 {
	margin-bottom:77px !important;
}
.mb78 {
	margin-bottom:78px !important;
}
.mb79 {
	margin-bottom:79px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb81 {
	margin-bottom:81px !important;
}
.mb82 {
	margin-bottom:82px !important;
}
.mb83 {
	margin-bottom:83px !important;
}
.mb84 {
	margin-bottom:84px !important;
}
.mb85 {
	margin-bottom:85px !important;
}
.mb86 {
	margin-bottom:86px !important;
}
.mb87 {
	margin-bottom:87px !important;
}
.mb88 {
	margin-bottom:88px !important;
}
.mb89 {
	margin-bottom:89px !important;
}
.mb90 {
	margin-bottom:90px !important;
}
.mb91 {
	margin-bottom:91px !important;
}
.mb92 {
	margin-bottom:92px !important;
}
.mb93 {
	margin-bottom:93px !important;
}
.mb94 {
	margin-bottom:94px !important;
}
.mb95 {
	margin-bottom:95px !important;
}
.mb96 {
	margin-bottom:96px !important;
}
.mb97 {
	margin-bottom:97px !important;
}
.mb98 {
	margin-bottom:98px !important;
}
.mb99 {
	margin-bottom:99px !important;
}
.mb100 {
	margin-bottom:100px !important;
}

/*------------------------------------------------------------
	margin-left
------------------------------------------------------------*/

.ml0 {
	margin-left:0px !important;
}
.ml1 {
	margin-left:1px !important;
}
.ml2 {
	margin-left:2px !important;
}
.ml3 {
	margin-left:3px !important;
}
.ml4 {
	margin-left:4px !important;
}
.ml5 {
	margin-left:5px !important;
}
.ml6 {
	margin-left:6px !important;
}
.ml7 {
	margin-left:7px !important;
}
.ml8 {
	margin-left:8px !important;
}
.ml9 {
	margin-left:9px !important;
}
.ml10 {
	margin-left:10px !important;
}
.ml11 {
	margin-left:11px !important;
}
.ml12 {
	margin-left:12px !important;
}
.ml13 {
	margin-left:13px !important;
}
.ml14 {
	margin-left:14px !important;
}
.ml15 {
	margin-left:15px !important;
}
.ml16 {
	margin-left:16px !important;
}
.ml17 {
	margin-left:17px !important;
}
.ml18 {
	margin-left:18px !important;
}
.ml19 {
	margin-left:19px !important;
}
.ml20 {
	margin-left:20px !important;
}
.ml21 {
	margin-left:21px !important;
}
.ml22 {
	margin-left:22px !important;
}
.ml23 {
	margin-left:23px !important;
}
.ml24 {
	margin-left:24px !important;
}
.ml25 {
	margin-left:25px !important;
}
.ml26 {
	margin-left:26px !important;
}
.ml27 {
	margin-left:27px !important;
}
.ml28 {
	margin-left:28px !important;
}
.ml29 {
	margin-left:29px !important;
}
.ml30 {
	margin-left:30px !important;
}
.ml31 {
	margin-left:31px !important;
}
.ml32 {
	margin-left:32px !important;
}
.ml33 {
	margin-left:33px !important;
}
.ml34 {
	margin-left:34px !important;
}
.ml35 {
	margin-left:35px !important;
}
.ml36 {
	margin-left:36px !important;
}
.ml37 {
	margin-left:37px !important;
}
.ml38 {
	margin-left:38px !important;
}
.ml39 {
	margin-left:39px !important;
}
.ml40 {
	margin-left:40px !important;
}
.ml41 {
	margin-left:41px !important;
}
.ml42 {
	margin-left:42px !important;
}
.ml43 {
	margin-left:43px !important;
}
.ml44 {
	margin-left:44px !important;
}
.ml45 {
	margin-left:45px !important;
}
.ml46 {
	margin-left:46px !important;
}
.ml47 {
	margin-left:47px !important;
}
.ml48 {
	margin-left:48px !important;
}
.ml49 {
	margin-left:49px !important;
}
.ml50 {
	margin-left:50px !important;
}
.ml51 {
	margin-left:51px !important;
}
.ml52 {
	margin-left:52px !important;
}
.ml53 {
	margin-left:53px !important;
}
.ml54 {
	margin-left:54px !important;
}
.ml55 {
	margin-left:55px !important;
}
.ml56 {
	margin-left:56px !important;
}
.ml57 {
	margin-left:57px !important;
}
.ml58 {
	margin-left:58px !important;
}
.ml59 {
	margin-left:59px !important;
}
.ml60 {
	margin-left:60px !important;
}
.ml61 {
	margin-left:61px !important;
}
.ml62 {
	margin-left:62px !important;
}
.ml63 {
	margin-left:63px !important;
}
.ml64 {
	margin-left:64px !important;
}
.ml65 {
	margin-left:65px !important;
}
.ml66 {
	margin-left:66px !important;
}
.ml67 {
	margin-left:67px !important;
}
.ml68 {
	margin-left:68px !important;
}
.ml69 {
	margin-left:69px !important;
}
.ml70 {
	margin-left:70px !important;
}
.ml71 {
	margin-left:71px !important;
}
.ml72 {
	margin-left:72px !important;
}
.ml73 {
	margin-left:73px !important;
}
.ml74 {
	margin-left:74px !important;
}
.ml75 {
	margin-left:75px !important;
}
.ml76 {
	margin-left:76px !important;
}
.ml77 {
	margin-left:77px !important;
}
.ml78 {
	margin-left:78px !important;
}
.ml79 {
	margin-left:79px !important;
}
.ml80 {
	margin-left:80px !important;
}
.ml81 {
	margin-left:81px !important;
}
.ml82 {
	margin-left:82px !important;
}
.ml83 {
	margin-left:83px !important;
}
.ml84 {
	margin-left:84px !important;
}
.ml85 {
	margin-left:85px !important;
}
.ml86 {
	margin-left:86px !important;
}
.ml87 {
	margin-left:87px !important;
}
.ml88 {
	margin-left:88px !important;
}
.ml89 {
	margin-left:89px !important;
}
.ml90 {
	margin-left:90px !important;
}
.ml91 {
	margin-left:91px !important;
}
.ml92 {
	margin-left:92px !important;
}
.ml93 {
	margin-left:93px !important;
}
.ml94 {
	margin-left:94px !important;
}
.ml95 {
	margin-left:95px !important;
}
.ml96 {
	margin-left:96px !important;
}
.ml97 {
	margin-left:97px !important;
}
.ml98 {
	margin-left:98px !important;
}
.ml99 {
	margin-left:99px !important;
}
.ml100 {
	margin-left:100px !important;
}

/*------------------------------------------------------------
	margin-right
------------------------------------------------------------*/

.mr0 {
	margin-right:0px !important;
}
.mr1 {
	margin-right:1px !important;
}
.mr2 {
	margin-right:2px !important;
}
.mr3 {
	margin-right:3px !important;
}
.mr4 {
	margin-right:4px !important;
}
.mr5 {
	margin-right:5px !important;
}
.mr6 {
	margin-right:6px !important;
}
.mr7 {
	margin-right:7px !important;
}
.mr8 {
	margin-right:8px !important;
}
.mr9 {
	margin-right:9px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mr11 {
	margin-right:11px !important;
}
.mr12 {
	margin-right:12px !important;
}
.mr13 {
	margin-right:13px !important;
}
.mr14 {
	margin-right:14px !important;
}
.mr15 {
	margin-right:15px !important;
}
.mr16 {
	margin-right:16px !important;
}
.mr17 {
	margin-right:17px !important;
}
.mr18 {
	margin-right:18px !important;
}
.mr19 {
	margin-right:19px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr21 {
	margin-right:21px !important;
}
.mr22 {
	margin-right:22px !important;
}
.mr23 {
	margin-right:23px !important;
}
.mr24 {
	margin-right:24px !important;
}
.mr25 {
	margin-right:25px !important;
}
.mr26 {
	margin-right:26px !important;
}
.mr27 {
	margin-right:27px !important;
}
.mr28 {
	margin-right:28px !important;
}
.mr29 {
	margin-right:29px !important;
}
.mr30 {
	margin-right:30px !important;
}
.mr31 {
	margin-right:31px !important;
}
.mr32 {
	margin-right:32px !important;
}
.mr33 {
	margin-right:33px !important;
}
.mr34 {
	margin-right:34px !important;
}
.mr35 {
	margin-right:35px !important;
}
.mr36 {
	margin-right:36px !important;
}
.mr37 {
	margin-right:37px !important;
}
.mr38 {
	margin-right:38px !important;
}
.mr39 {
	margin-right:39px !important;
}
.mr40 {
	margin-right:40px !important;
}
.mr41 {
	margin-right:41px !important;
}
.mr42 {
	margin-right:42px !important;
}
.mr43 {
	margin-right:43px !important;
}
.mr44 {
	margin-right:44px !important;
}
.mr45 {
	margin-right:45px !important;
}
.mr46 {
	margin-right:46px !important;
}
.mr47 {
	margin-right:47px !important;
}
.mr48 {
	margin-right:48px !important;
}
.mr49 {
	margin-right:49px !important;
}
.mr50 {
	margin-right:50px !important;
}
.mr51 {
	margin-right:51px !important;
}
.mr52 {
	margin-right:52px !important;
}
.mr53 {
	margin-right:53px !important;
}
.mr54 {
	margin-right:54px !important;
}
.mr55 {
	margin-right:55px !important;
}
.mr56 {
	margin-right:56px !important;
}
.mr57 {
	margin-right:57px !important;
}
.mr58 {
	margin-right:58px !important;
}
.mr59 {
	margin-right:59px !important;
}
.mr60 {
	margin-right:60px !important;
}
.mr61 {
	margin-right:61px !important;
}
.mr62 {
	margin-right:62px !important;
}
.mr63 {
	margin-right:63px !important;
}
.mr64 {
	margin-right:64px !important;
}
.mr65 {
	margin-right:65px !important;
}
.mr66 {
	margin-right:66px !important;
}
.mr67 {
	margin-right:67px !important;
}
.mr68 {
	margin-right:68px !important;
}
.mr69 {
	margin-right:69px !important;
}
.mr70 {
	margin-right:70px !important;
}
.mr71 {
	margin-right:71px !important;
}
.mr72 {
	margin-right:72px !important;
}
.mr73 {
	margin-right:73px !important;
}
.mr74 {
	margin-right:74px !important;
}
.mr75 {
	margin-right:75px !important;
}
.mr76 {
	margin-right:76px !important;
}
.mr77 {
	margin-right:77px !important;
}
.mr78 {
	margin-right:78px !important;
}
.mr79 {
	margin-right:79px !important;
}
.mr80 {
	margin-right:80px !important;
}
.mr81 {
	margin-right:81px !important;
}
.mr82 {
	margin-right:82px !important;
}
.mr83 {
	margin-right:83px !important;
}
.mr84 {
	margin-right:84px !important;
}
.mr85 {
	margin-right:85px !important;
}
.mr86 {
	margin-right:86px !important;
}
.mr87 {
	margin-right:87px !important;
}
.mr88 {
	margin-right:88px !important;
}
.mr89 {
	margin-right:89px !important;
}
.mr90 {
	margin-right:90px !important;
}
.mr91 {
	margin-right:91px !important;
}
.mr92 {
	margin-right:92px !important;
}
.mr93 {
	margin-right:93px !important;
}
.mr94 {
	margin-right:94px !important;
}
.mr95 {
	margin-right:95px !important;
}
.mr96 {
	margin-right:96px !important;
}
.mr97 {
	margin-right:97px !important;
}
.mr98 {
	margin-right:98px !important;
}
.mr99 {
	margin-right:99px !important;
}
.mr100 {
	margin-right:100px !important;
}
