@charset "shift_jis";

/* ------------------------------------------

レイアウト

------------------------------------------ */

/* テキスト位置 */

.alignCenter {
	text-align:center;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}


/* パディング */

.pd0 {
	padding:0;
}

.pdTop5{
	padding-top:5px;
}

.pdTop10{
	padding-top:10px;
}

.pdTop20{
	padding-top:20px;
}


.pdBottom5{
	padding-bottom:5px;
}

.pdBottom10{
	padding-bottom:10px;
}

.pdBottom15{
	padding-bottom:15px;
}

.pdBottom20{
	padding-bottom:20px;
}

.pdBottom40{
	padding-bottom:40px;
}


.pdLeft5 {
	padding-left:5px;
}

.pdLeft10 {
	padding-left:10px;
}

.pdLeft20 {
	padding-left:20px;
}


.pdRight5 {
	padding-right:5px;
}

.pdRight10 {
	padding-right:10px;
}

.pdRight20 {
	padding-right:20px;
}


/* マージン */

.mg0 {
	margin:0;
}

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

.mgTop5{
	margin-top:5px;
}

.mgTop8{
	margin-top:8px;
}

.mgTop10{
	margin-top:10px;
}

.mgTop15{
	margin-top:15px;
}

.mgTop20{
	margin-top:20px;
}

.mgTop30{
	margin-top:30px;
}


.mgBottom5{
	margin-bottom:5px;
}

.mgBottom10{
	margin-bottom:10px;
}

.mgBottom15{
	margin-bottom:15px;
}

.mgBottom20{
	margin-bottom:20px;
}

.mgBottom25{
	margin-bottom:25px;
}

.mgBottom30{
	margin-bottom:30px;
}

.mgBottom40{
	margin-bottom:40px;
}


.mgLeft5 {
	margin-left:5px;
}

.mgLeft8 {
	margin-left:8px;
}

.mgLeft10 {
	margin-left:10px;
}

.mgLeft12 {
	margin-left:12px;
}

.mgLeft15 {
	margin-left:15px;
}

.mgLeft20 {
	margin-left:20px;
}

.mgLeft25 {
	margin-left:25px;
}

.mgLeft30 {
	margin-left:30px;
}

.mgLeft80 {
	margin-left:80px;
}

.mgRight5 {
	margin-right:5px;
}

.mgRight8 {
	margin-right:8px;
}

.mgRight10 {
	margin-right:10px;
}

.mgRight12 {
	margin-right:12px;
}

.mgRight15 {
	margin-right:15px;
}

.mgRight20 {
	margin-right:20px;
}

.mgRight25 {
	margin-right:25px;
}

.mgRight30 {
	margin-right:30px;
}

.mgRight40 {
	margin-right:40px;
}

.mgRight80 {
	margin-right:80px;
}


/* クリア */

.clear {
	clear:both;
}

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clearBox {
	overflow: hidden;
}

/* ディスプレイ */

.displayInline {
	display:inline;
}

.displayBlock {
	display:block;
}





/* float
-------------------------------------------------------*/
.fl { 
	float: left;
}
  
.fr { 
	float: right;
}  

.cb { 
	clear: both;
}

