@charset "shift_jis";


/* Бе Common Бе---------------------------------------------*/

*{box-sizing: border-box;}
*{-moz-box-sizing: border-box;}


/* Hack For MacIE\*/
	*{letter-spacing: 1px;}
/* Hack For MacIE*/

html{overflow-y: scroll;}

/*
a:link,
a:visited{
	color: #039;
	text-decoration: none;
}

a:active,
a:hover{
	color: #AAA;
	text-decoration: underline;
}
*/

*{
	margin: 0px;
	padding: 0px;
}

hr{display: none;}
img{border: 0px;vertical-align:bottom;}
ul{list-style: none;}


/* Бе ClearFix Бе-------------------------------------------*/

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

.cf{zoom: 100%;}


/* Бе Common Float Only Бе----------------------------------*/

.fl{float: left !important;}
.fr{float: right !important;}
.fn{float: none !important;}
.fc{clear: both !important;}


/* Бе Common Display Бе-------------------------------------*/

.dn{display: none;}
.db{display: block;}


/* Бе Common Margin Бе--------------------------------------*/

.mt0{margin-top: 0px !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}

.ml0{margin-left: 0px !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml40{margin-left: 40px !important;}
.ml50{margin-left: 50px !important;}
.ml60{margin-left: 60px !important;}

.mr0{margin-right: 0px !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;}

.mb0{margin-bottom: 0px !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;}
.mb50{margin-bottom: 50px !important;}


/* Бе Common FontSize Бе -----------------------------------*/

.fs87{font-size: 87.5% !important;}
.fs75{font-size: 75% !important;}
.fs62{font-size: 62.5% !important;}


/* Бе Common TextAlign Бе-----------------------------------*/

.al{text-align: left !important;}
.ac{text-align: center !important;}
.ar{text-align: right !important;}


/* Бе Float Clear Бе----------------------------------------*/

.clr{
	clear: both;
	display: block;
	height: 0px !important;
	margin: 0px;
	font-size: 0px !important;
	line-height: 0px !important;
}

.clr hr{height: 0px !important;}
.clr br{
	height: 0px !important;
	line-height: 0px !important;
}


