@charset "utf-8";

/*
-----------------------------
Frecious
Author：entacl
Update：101117
-----------------------------
*/

/* 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;/**/
}

/* EACH MODULE
========================================================== */

.clearBoth { clear: both;}

.red {color: #de002a}
.blue {color: #00aacb}

p.indent  { padding-left: 1em;text-indent: -1em;}


/* FLOAT
========================================================== */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

/* TEXT SIZE
========================================================== */

.xsmall {
	font-size: 65%;
}

.small {
	font-size: 85%;
	font-weight: normal;
}

.middle {
	font-size: 100%;
}

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 150%;
}

/* TEXT ALIGN
========================================================== */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* TEXT LAYOUT
========================================================== */
.letterSpacing {
	letter-spacing: 1em;
}


/* IMG
========================================================== */
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}

.imgBorder {
  border: #CCCCCC solid 1px;
}

/* MARGIN
========================================================== */


/* LIST DOT
========================================================== */
.dotArrow {
	padding-left: 13px;
	background-image: url(../../../common/images/dot_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
