@charset "utf-8";

/*clearboth [
----------------------------------------------------------- */
.clrb
{
   clear: both;

}

/*clearfix [
----------------------------------------------------------- */
.clearfix {
	width: 100%;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

	
.floatLeft{float:left !important;}	
.floatRight{float:right !important;}

/*font [
----------------------------------------------------------- */
.textbold {
	font-weight: bold;
}
.textColRed {
	color: Red;
}
.fontSize1P5em {
	font-size: 1.5em;
}

/*text [
----------------------------------------------------------- */
.textAlignLeft {
  text-align: left !important;
}
.textAlignCenter {
  text-align: center !important;
}
.textAlignRight {
  text-align: right !important;
}

.txt10{font-size:10px !important;}
.txt12{font-size:12px !important;}
.txt14{font-size:14px !important;}

.aqua {color: #00ffff !important;}
.black {color: #000000 !important;}
.blue {color: #0000ff !important;}
.bu_red {color: #cc0000 !important;} /* Boston University Red */
.fuchsia {color: #ff00ff !important;}
.gray {color: #808080 !important;}
.green {color: #008000 !important;}
.lime {color: #00ff00 !important;}
.maroon {color: #800000 !important;}
.navy {color: #000080 !important;}
.olive {color: #808000 !important;}
.orange {color: #ffA500 !important;}
.purple {color: #800080 !important;}
.red {color: #ff0000 !important;}
.silver {color: #c0c0c0 !important;}
.teal {color: #008080 !important;}
.white {color: #ffffff !important;}
.yellow {color: #ffff00 !important;}

/*image [
----------------------------------------------------------- */
.imageCenter {
	display: block;
	margin: auto;
}

/*マージン関係 [
----------------------------------------------------------- */
.marT00{/*上マージン0px*/
	margin-top:0px  !important;
	}
.marT03{/*上マージン3px*/
	margin-top:3px  !important;
	}
.marT05{/*上マージン5px*/
	margin-top:5px  !important;
	}
.marT10{/*上マージン10px*/
	margin-top:10px  !important;
	}
.marT15{/*上マージン15px*/
	margin-top:15px  !important;
	}
.marT20{/*上マージン20px*/
	margin-top:20px  !important;
	}
.marT25{/*上マージン5px*/
	margin-top:25px  !important;
	}
.marT30{/*上マージン30px*/
	margin-top:30px  !important;
	}
.marT35{/*上マージン35px*/
	margin-top:35px  !important;
	}
.marT40{/*上マージン40px*/
	margin-top:40px  !important;
	}
.marT45{/*上マージン45px*/
	margin-top:45px  !important;
	}
.marT50{/*上マージン50px*/
	margin-top:50px  !important;
	}
.marT60{/*上マージン60px*/
	margin-top:60px  !important;
	}
.marT70{/*上マージン70px*/
	margin-top:70px  !important;
	}

.marB00{/*下マージン0px*/
	margin-bottom:0px  !important;
	}
.marB02{/*下マージン2px*/
	margin-bottom:2px  !important;
	}
.marB03{/*下マージン3px*/
	margin-bottom:3px  !important;
	}
.marB05{/*下マージン5px*/
	margin-bottom:5px  !important;
	}
.marB10{/*下マージン10px*/
	margin-bottom:10px  !important;
	}
.marB15{/*下マージン15px*/
	margin-bottom:15px  !important;
	}
.marB20{/*下マージン20px*/
	margin-bottom:20px  !important;
	}
.marB25{/*下マージン25px*/
	margin-bottom:25px  !important;
	}
.marB30{/*下マージン30px*/
	margin-bottom:30px  !important;
	}
.marB35{/*下マージン35px*/
	margin-bottom:35px  !important;
	}
.marB40{/*下マージン40px*/
	margin-bottom:40px  !important;
	}
.marB45{/*下マージン45px*/
	margin-bottom:45px  !important;
	}
.marB50{/*下マージン50px*/
	margin-bottom:50px  !important;
	}

.marL00{/*左マージン0px*/
	margin-left:0px  !important;
	}
.marL05{/*左マージン5px*/
	margin-left:5px  !important;
	}
.marL10{/*左マージン10px*/
	margin-left:10px  !important;
	}
.marL12{/*左マージン12px*/
	margin-left:12px  !important;
	}
.marL15{/*左マージン15px*/
	margin-left:15px  !important;
	}
.marL20{/*左マージン20px*/
	margin-left:20px  !important;
	}
.marL30{/*左マージン30px*/
	margin-left:30px  !important;
	}
.marL40{/*左マージン40px*/
	margin-left:40px  !important;
	}
.marL55{/*左マージン55px*/
	margin-left:55px  !important;
	}

.marL60{/*左マージン60px*/
	margin-left:60px  !important;
	}
.marL100{/*左マージン100px*/
	margin-left:100px  !important;
	}

.marR00{/*右マージン0px*/
	margin-right:0px  !important;
	}
.marR03{/*右マージン3px*/
	margin-right:3px  !important;
	}
.marR05{/*右マージン5px*/
	margin-right:5px  !important;
	}
.marR10{/*右マージン10px*/
	margin-right:10px  !important;
	}
.marR15{/*右マージン15px*/
	margin-right:15px  !important;
	}
.marR20{/*右マージン20px*/
	margin-right:20px  !important;
	}
.marR30{/*右マージン30px*/
	margin-right:30px  !important;
	}

.marR40{/*右マージン40px*/
	margin-right:40px  !important;
	}

.marR50{/*右マージン50px*/
	margin-right:50px  !important;
	}
