@charset "UTF-8";
/* CSS Document */
/*--------------------------------------color*/
.red {
	color: #ee0000;
}
.black {
	color: #000;
}
/*--------------------------------------font-size*/
.f-small {font-size:1.2rem;}			/* 12px */
.f-middle {font-size:1.4rem;}		/* 14px */
.f-large {font-size:1.6rem;}	/* 16px */
.f-xlarge {font-size:2.0rem;}	/* 20px */
/* 12px */
.t-small {
  font-size:1.2rem;
  line-height:1.6;
}
/* 14px */
.t-middle {
  font-size:1.4rem;
  line-height:1.6;
}
/* 16px */
.t-large {
  font-size:1.6rem;
  line-height:1.6;
}
/* --------------------------------------UTILITY */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.window {
	background: url(../img/icon_window.png) right no-repeat;
	padding: 0 1.5em 0 0;
	margin: 0 0.5em 0 0;
}
.pdf {
	background: url(../img/icon_pdf.png) right no-repeat;
	padding: 0 2.8em 0 0;
	margin: 0 0.5em 0 0;
}
.fs0 {font-size:0;}

.indent-1em {display:block;margin-left:1em;text-indent:-1em;}
.indent-2em {display:block;margin-left:2em;text-indent:-2em;}
.indent-3em {display:block;margin-left:3em;text-indent:-3em;}

.text-center {text-align:center!important;}
.text-left {text-align:left!important;}
.text-right {text-align:right!important;}

.mt0 {margin-top:0!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mt70 {margin-top:70px!important;}
.mt80 {margin-top:80px!important;}
.mt90 {margin-top:90px!important;}
.mt100 {margin-top:100px!important;}

.mb0 {margin-bottom:0!important;}
.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}
.mb150 {margin-bottom:150px!important;}

.ml0 {margin-left:0!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;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}

.mr0 {margin-right:0!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;}
.mr35 {margin-right:35px!important;}
.mr40 {margin-right:40px!important;}
.mr45 {margin-right:45px!important;}
.mr50 {margin-right:50px!important;}
