/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*----------------------------------------------------------------------
grid
------------------------------------------------------------------------*/
.grid_1 { width: 3.75%; }
.grid_2 { width: 12.5%; }
.grid_3 { width: 21.25%; }
.grid_4 { width: 30%; }
.grid_5 { width: 38.75%; }
.grid_6 { width: 47.5%; }
.grid_7 { width: 56.25%; }
.grid_8 { width: 65%; }
.grid_9 { width: 73.75%; }
.grid_10 { width: 82.5%; }
.grid_11 { width: 91.25%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: block;
	float: left;
	margin: 0 5% 5% 0;
}

/*----------------------------------------------------------------------
set
------------------------------------------------------------------------*/
.fL { float: left !important; }

.fR { float: right !important; }

.tC { text-align: center !important; }

.tL { text-align: left !important; }

.tR { text-align: right !important; }

.mL0 { margin-left: 0 !important; }

.mR0 { margin-right: 0 !important; }

.mR10 { margin-right: 10px !important; }

.mR20 { margin-right: 20px !important; }

.mT0 { margin-top: 0 !important; }

.mT10 { margin-top: 10px !important; }

.mT20 { margin-top: 20px !important; }

.mT30 { margin-top: 30px !important; }

.mT40 { margin-top: 40px !important; }

.mT60 { margin-top: 60px !important; }

.mT80 { margin-top: 80px !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; }

.mB35 { margin-bottom: 35px !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; }

.f10 { font-size: 10px !important; font-size: 1.0rem !important; }

.f11 { font-size: 11px !important; font-size: 1.1rem !important; }

.f12 { font-size: 12px !important; font-size: 1.2rem !important; }

.f13 { font-size: 13px !important; font-size: 1.3rem !important; }

.f14 { font-size: 14px !important; font-size: 1.4rem !important; }

.f15 { font-size: 15px !important; font-size: 1.5rem !important; }

.f16 { font-size: 16px !important; font-size: 1.6rem !important; }

.f17 { font-size: 17px !important; font-size: 1.7rem !important; }

.f18 { font-size: 18px !important; font-size: 1.8rem !important; }

.f19 { font-size: 19px !important; font-size: 1.9rem !important; }

.f20 { font-size: 20px !important; font-size: 2.0rem !important; }