/* マージン、パディング */
.mgBottom5 {
	margin-bottom: 5px;
}

.mgBottom10 {
	margin-bottom: 10px;
}

.mgBottom20 {
	margin-bottom: 20px;
}

.mgBottom30 {
	margin-bottom: 30px;
}

.mgBottom50 {
	margin-bottom: 50px;
}

.mgBottom80 {
	margin-bottom: 80px;
}



.mgLeft3 {
	margin-left: 3px;
}

.mgLeft4 {
	margin-left: 4px;
}

.mgLeft5 {
	margin-left: 5px;
}

.mgLeft8 {
	margin-left: 8px;
}

.mgLeft11 {
	margin-left: 11px;
}

.mgLeft16 {
	margin-left: 16px;
}

.mgLeft25 {
	margin-left: 25px;
}

.mgLeft30 {
	margin-left: 30px;
}

.mgLeft50 {
	margin-left: 50px;
}


.mgRight3 {
	margin-right: 3px;
}

.mgRight5 {
	margin-right: 5px;
}

.mgRight7 {
	margin-right: 7px;
}

.mgRight10 {
	margin-right: 10px;
}

.mgRight15 {
	margin-right: 15px;
}

.mgRight20 {
	margin-right: 20px;
}

.mgRight25 {
	margin-right: 25px;
}

.mgRight130 {
	margin-right: 130px;
}

.mgTop-15 {
	margin-top: -15px;
}

.mgTop-5 {
	margin-top: -5px;
}

.mgTop0 {
	margin-top: 0px;
}

.mgTop2 {
	margin-top: 2px;
}

.mgTop5 {
	margin-top: 5px;
}

.mgTop8 {
	margin-top: 8px;
}

.mgTop10 {
	margin-top: 10px !important;
}

.mgTop15 {
	margin-top: 15px !important;
}

.mgTop20 {
	margin-top: 20px !important;
}

.mgTop25 {
	margin-top: 25px !important;
}

.mgTop30 {
	margin-top: 30px !important;
}

.mgTop40 {
	margin-top: 40px !important;
}

.mgTop50 {
	margin-top: 50px !important;
}

.mgTop60 {
	margin-top: 60px !important;
}

.mgTop70 {
	margin-top: 70px !important;
}

.mgTop80 {
	margin-top: 80px !important;
}

.mgTop100 {
	margin-top: 100px;
}

.pdLeft30 {
	padding-left: 30px;
}

.pdTop10 {
	padding-top: 10px;
}

.pdTop20 {
	padding-top: 20px;
}

.pdTop30 {
	padding-top: 30px;
}


.pdBottom20 {
	padding-bottom: 20px;
}

.pdBottom30 {
	padding-bottom: 30px;
}

.pdBottom40 {
	padding-bottom: 40px;
}

.pdBottom300 {
	padding-bottom: 300px;
}





/* 整列 */
.left {
	float: left;
}

.right {
	float: right;
}

.txt_left {
	text-align: left !important;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.mg_left {
	margin-left:0;
}

.mg_right {
	margin-right:0;
}

.mg-auto {
	margin-left: auto;
	margin-right: auto;
}

.small05 {
	font-size: 0.5em;
}

.small065 {
	font-size: 0.65em;
}

.small07 {
	font-size: 0.7em;
}

.small075 {
	font-size: 0.75em;
}

.small08 {
	font-size: 0.8em;
}

.small085 {
	font-size: 0.85em;
}

.small09 {
	font-size: 0.9em;
}

.large11 {
	font-size: 1.1em;
}

.large12 {
	font-size: 1.2em;
}

.large13 {
	font-size: 1.3em;
}

.large14 {
	font-size: 1.4em;
}

.large15 {
	font-size: 1.5em;
}

.large16 {
	font-size: 1.6em;
}

.large17 {
	font-size: 1.7em;
}

.large18 {
	font-size: 1.8em;
}

.large19 {
	font-size: 1.9em;
}

.large20 {
	font-size: 2em;
}




/* clea */
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.cleardiv {
	clear: both;
}


