@charset "UTF-8";

/*==================================================
	
  ● Title
  ○ common.css
  
  ● Created Date
  ○ 2010.07.03
  
  ● Last Update
  ○ 2010.07.03
  
  ● Coder
  ○ Yukihiro Arima
  
  ● a Table of Contents
  ○ Reset
  ○ Base
  ○ Fonts

 
==================================================*/


/*--------------------------------------------------
  ○ Colors
--------------------------------------------------*/

.kmc { color:#005282; }


.red { color:#f00; }

.blue { color:#004ae1; }

.purple { color:#ca86ff; }

/*--------------------------------------------------
  ○ Sizes
--------------------------------------------------*/


.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }


/*--------------------------------------------------
  ○ Weights
--------------------------------------------------*/


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

/*--------------------------------------------------
  ○ Aligns
--------------------------------------------------*/


.tleft { text-align:left; }
.tcenter { text-align:center; }
.tright { text-align:right; }
.center { display:block; 
	margin: 0 auto; }

/*--------------------------------------------------
  ○ Indents
--------------------------------------------------*/


.indent1{
	text-indent:-1em;
	padding:5px 0px 5px 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
