@charset "utf-8";


/*------------------------
		option.css
------------------------*/



/*=========display=========*/
.DisPlayNone { display:none; }
.DisPlayBlock { display:block; }
.DisPlayInline { display:inline; }

/*=========float=========*/
.FRight { float: right; }
.F-left {
	float: left;
}

/*=========clear=========*/
.ClearBoth { clear:both; }
.ClearRight { clear: right; }
.ClearLeft { clear: left; }

.ClearBox {
	clear: both;
	height: 0;
	overflow: hidden;
}

/*=========visibility=========*/
.VisVis { visibility: visible; }
.VisHid { visibility: hidden; }
.VisCol { visibility: collapse; }

/*=========マージン設定=========*/
.MA0 { margin:0; }
.MRLAuto { margin-left:auto; margin-right:auto; }
.MLR10 { margin-left: 10px; margin-right: 10px; }

.MT0 { margin-top:0 !important; }
.MT5 { margin-top:5px !important; }
.MT10 { margin-top:10px !important; }
.MT15 { margin-top:15px !important; }
.MT20 { margin-top:20px !important; }
.MT25 { margin-top:25px !important; }
.MT30 { margin-top:30px !important; }
.MT40 { margin-top:40px !important; }
.MT50 { margin-top:50px !important; }
.minMT10 { margin-top:-10px !important; }
.minMT15 { margin-top:-15px !important; }

.MR0 { margin-right:0 !important; }
.MR5 { margin-right:5px !important; }
.MR10 { margin-right:10px !important; }
.MR15 { margin-right:15px !important; }
.MR20 { margin-right:20px !important; }
.MR25 { margin-right:25px !important; }
.MR30 { margin-right:30px !important; }
.MR40 { margin-right:40px !important; }
.MR50 { margin-right:50px !important; }

.MB0 { margin-bottom:0 !important; }
.MB5 { margin-bottom:5px !important; }
.MB10 { margin-bottom:10px !important; }
.MB15 { margin-bottom:15px !important; }
.MB20 { margin-bottom:20px !important; }
.MB30 { margin-bottom:30px !important; }
.MB40 { margin-bottom:40px !important; }
.MB50 { margin-bottom:50px !important; }

.ML0 { margin-left:0 !important; }
.ML5 { margin-left:5px !important; }
.ML10 { margin-left:10px !important; }
.ML15 { margin-left:15px !important; }
.ML20 { margin-left:20px !important; }
.ML30 { margin-left:30px !important; }
.ML40 { margin-left:40px !important; }
.ML50 { margin-left:50px !important; }

/*=========パディング設定=========*/
.PA0 { padding:0 !important;}
.PA5 { padding:5px !important;}
.PA10 { padding:10px !important;}
.PA20 { padding:20px !important;}
.PA30 { padding:30px !important;}

.PT0 { padding-top:0 !important; }
.PT5 { padding-top:5px !important; }
.PT10 { padding-top:10px !important; }
.PT20 { padding-top:20px !important; }
.PT30 { padding-top:30px !important; }
.PT40 { padding-top:40px !important; }
.PT50 { padding-top:50px !important; }

.PR0 { padding-right:0 !important; }
.PR5 { padding-right:5px !important; }
.PR10 { padding-right:10px !important; }
.PR20 { padding-right:20px !important; }
.PR30 { padding-right:30px !important; }
.PR40 { padding-right:40px !important; }
.PR50 { padding-right:50px !important; }

.PB0 { padding-bottom:0 !important; }
.PB5 { padding-bottom:5px !important; }
.PB10 { padding-bottom:10px !important; }
.PB20 { padding-bottom:20px !important; }
.PB30 { padding-bottom:30px !important; }
.PB40 { padding-bottom:40px !important; }
.PB50 { padding-bottom:50px !important; }

.PL0 { padding-left:0 !important; }
.PL5 { padding-left:5px !important; }
.PL10 { padding-left:10px !important; }
.PL20 { padding-left:20px !important; }
.PL30 { padding-left:30px !important; }
.PL40 { padding-left:40px !important; }
.PL50 { padding-left:50px !important; }

/*=========Font=========*/
.FontBold { font-weight: bold; }
.FontColorRed{ color: #cc0000; }
.FontSmaller { font-size:smaller; }
.FontLarger { font-size:larger; }

/*=========text-align=========*/
.TACenter {	text-align: center; }
.TARight { text-align: right; }
.TALeft { text-align: left; }

/*=========vertical-align=========*/
.VAMid { vertical-align: middle; }
.VAtTop { vertical-align: text-top; }

.VABase img { vertical-align: baseline; }
.VAMidd img { vertical-align: middle; }


/*------------------------
		module.css
------------------------*/





/*----------------------------------*/
/*									*/
/* ClearFix							*/
/*									*/
/*----------------------------------*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; }

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
