@charset "utf-8";
/* module.css */

/* CLEARFIX
================= */
.clearfix{
  zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
  content:".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
* html .clearfix{
  display: inline-table;
  /*\*/display: block;/**/
}


/* LINK
================= */
button{outline: none;}
a {border: none; outline: none;}
a img {border: none; outline: none;}


/* BLOCK
================= */
.block {display: block;}
.none  {display: none;}


/* FLOAT
================= */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearLeft  {clear: left;}
.clearRight {clear: right;}
.clearBoth  {clear: both;}


/* TEXT SIZE
================= */



/* TEXT ALIGN
================= */
.left   {text-align: left;}
.right  {text-align: right;}
.center {text-align: center;}


/* TEXT LAYOUT
================= */
.bold {font-weight: bold;}


/* TEXT INDENT
================= */
.indent {
	text-indent: -1em;
	padding-left: 1em;
}


/* COLOR
================= */
.red {color: #bc0e17;}


/* LAYOUT
================= */
img {
  vertical-align: bottom;
}

/* MARGIN
================= */
.mT5  {margin-top: 5px;}
.mR5  {margin-right: 5px;}
.mB5  {margin-bottom: 5px;}
.mL5  {margin-left: 5px;}
.mT10 {margin-top: 10px;}
.mR10 {margin-right: 10px;}
.mB10 {margin-bottom: 10px;}
.mL10 {margin-left: 10px;}
.mT15 {margin-top: 15px;}
.mR15 {margin-right: 15px;}
.mB15 {margin-bottom: 15px;}
.mL15 {margin-left: 15px;}
.mT20 {margin-top: 20px;}
.mR20 {margin-right: 20px;}
.mB20 {margin-bottom: 20px;}
.mL20 {margin-left: 20px;}


/* PADDING
================= */
.pT5  {padding-top: 5px;}
.pR5  {padding-right: 5px;}
.pB5  {padding-bottom: 5px;}
.pL5  {padding-left: 5px;}
.pT10 {padding-top: 10px;}
.pR10 {padding-right: 10px;}
.pB10 {padding-bottom: 10px;}
.pL10 {padding-left: 10px;}
.pT15 {padding-top: 15px;}
.pR15 {padding-right: 15px;}
.pB15 {padding-bottom: 15px;}
.pL15 {padding-left: 15px;}
.pT20 {padding-top: 20px;}
.pR20 {padding-right: 20px;}
.pB20 {padding-bottom: 20px;}
.pL20 {padding-left: 20px;}
.pT30 {padding-top: 30px;}
.pR30 {padding-right: 30px;}
.pB30 {padding-bottom: 30px;}
.pL30 {padding-left: 30px;}