@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
box
------------------------------------------------------*/

.boxWrap{
	overflow:hidden;
}

/*-----------------------------------------------------
float設定
------------------------------------------------------*/

.fLeft{float:left;}
.fRight{float:right;}

.clear{clear:both;}

/*-----------------------------------------------------
margin,padding設定
------------------------------------------------------*/

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}

.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}

.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}


/*-----------------------------------------------------
テキスト周り
------------------------------------------------------*/

.bold{font-weight:bold;}
.under{text-decoration:underline}

.tLeft{text-align:left;}
.tCenter{text-align:center;}
.tRight{text-align:right;}

.font30{font-size:30px;}




