@charset "utf-8";


/* マージン */

.mgnT5{margin-top:5px;}
.mgnT10{margin-top:10px;}
.mgnT15{margin-top:15px;}
.mgnT20{margin-top:20px;}
.mgnT25{margin-top:25px;}
.mgnT30{margin-top:30px;}
.mgnT35{margin-top:35px;}
.mgnR5{margin-right:5px;}
.mgnR10{margin-right:10px;}
.mgnR15{margin-right:15px;}
.mgnR20{margin-right:20px;}
.mgnR25{margin-right:25px;}
.mgnR30{margin-right:30px;}
.mgnR35{margin-right:35px;}
.mgnB5{margin-bottom:5px;}
.mgnB10{margin-bottom:10px;}
.mgnB15{margin-bottom:15px;}
.mgnB20{margin-bottom:20px;}
.mgnB25{margin-bottom:25px;}
.mgnB30{margin-bottom:30px;}
.mgnB35{margin-bottom:35px;}
.mgnL5{margin-left:5px;}
.mgnL10{margin-left:10px;}
.mgnL15{margin-left:15px;}
.mgnL20{margin-left:20px;}
.mgnL25{margin-left:25px;}
.mgnL30{margin-left:30px;}
.mgnL35{margin-left:35px;}

/* パディング */
.pdngT10 {padding-top: 10px;}
.pdngT30 {padding-top: 30px;}
.pdngB10 {padding-bottom: 10px;}
.pdngL1em {padding-left: 1em;}

/* 位置 */

.alnL { text-align: left; }
.alnC { text-align: center; }
.alnR { text-align: right; }

.fltR { float: right;}
.fltL { float: left; }

.veralnB { vertical-align: bottom; }

/* 幅 */
.width20 {
  width: 20%;
}
.width100 {
  width: 100%;
}

/* display */
.dis_inline {
  display: inline;
}

.break{
	overflow: hidden;
	zoom: 1;
}

/* ボールド */

.bold{ font-weight: bold; }
.offbold{ font-weight:normal; }

/* clear fix */

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

.cf{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	 overflow: visible;  /* for DW*/
}

