@charset "utf-8";



li{
list-style:none;
}

.indent{
text-indent:-9999px;}


/*------------------------------------------------
   マージン、パディング
------------------------------------------------*/

.mat40{margin-top:40px;}
.mat35{margin-top:35px;}
.mat30{margin-top:30px;}
.mat25{margin-top:25px;}
.mat20{margin-top:20px;}
.mat15{margin-top:15px;}
.mat10{margin-top:10px;}
.mat5{margin-top:5px;}


.mab5{margin-bottom:5px;}
.mab10{margin-bottom:10px;}
.mab15{margin-bottom:15px;}
.mab20{margin-bottom:20px;}
.mab25{margin-bottom:25px;}
.mab30{margin-bottom:30px;}


.mar15{margin-right:15px;}

.pat15{padding-top:15px;}
.pat20{padding-top:20px;}
.pat25{padding-top:25px;}
.pat30{padding-top:30px;}

.pab10{padding-bottom:10px;}
.pab20{padding-bottom:20px;}
.pab5{padding-bottom:5px;}

.pal10{padding-left:10px;}
.par10{padding-right:10px;}


/*------------------------------------------------
   Default
------------------------------------------------*/

/* float */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
zoom:1;
}


.fleft{float:left;}
.fright{float:right;}



