@charset "utf-8";

/**
 * reset
 * html5doctor v1.6.1
**/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/**
 * common
 * 
**/

.clr { clear: both; }
.row { zoom: 1; }
.row:after { content: ""; clear: both; display: block; }

.float_l { float: left; }
.float_r { float: right; }

.tx_left   { text-align: left !important; }
.tx_center { text-align: center !important; }
.tx_right  { text-align: right !important; }

.valign_top      { vertical-align: top !important; }
.valign_bottom   { vertical-align: bottom !important; }
.valign_middle   { vertical-align: middle !important; }
.valign_baseline { vertical-align: baseline !important; }

/* font fixed size*/
.tx_10 { font-size: 10px; font-size: 1.0rem; }
.tx_11 { font-size: 11px; font-size: 1.1rem; }
.tx_12 { font-size: 12px; font-size: 1.2rem; }
.tx_13 { font-size: 13px; font-size: 1.3rem; }
.tx_14 { font-size: 14px; font-size: 1.4rem; }
.tx_15 { font-size: 15px; font-size: 1.5rem; }
.tx_16 { font-size: 16px; font-size: 1.6rem; }
.tx_18 { font-size: 18px; font-size: 1.8rem; }
.tx_20 { font-size: 20px; font-size: 2.0rem; }
.tx_21 { font-size: 21px; font-size: 2.1rem; }
.tx_24 { font-size: 24px; font-size: 2.4rem; }
.tx_25 { font-size: 25px; font-size: 2.5rem; }
.tx_27 { font-size: 27px; font-size: 2.7rem; }
.tx_28 { font-size: 28px; font-size: 2.8rem; }
.tx_30 { font-size: 30px; font-size: 3.0rem; }
.tx_32 { font-size: 32px; font-size: 3.2rem; }
.tx_35 { font-size: 35px; font-size: 3.5rem; }
.tx_36 { font-size: 36px; font-size: 3.6rem; }
.tx_42 { font-size: 42px; font-size: 4.2rem; }
.tx_45 { font-size: 45px; font-size: 4.5rem; }
.tx_48 { font-size: 48px; font-size: 4.8rem; }
.tx_54 { font-size: 54px; font-size: 5.4rem; }
.tx_56 { font-size: 56px; font-size: 5.6rem; }
.tx_60 { font-size: 60px; font-size: 6.0rem; }
.tx_64 { font-size: 64px; font-size: 6.4rem; }
.tx_72 { font-size: 72px; font-size: 7.2rem; }

.lh_100 { line-height: 1; }
.lh_120 { line-height: 1.2; }
.lh_125 { line-height: 1.25; }
.lh_133 { line-height: 1.33; }
.lh_150 { line-height: 1.5; }
.lh_175 { line-height: 1.75; }
.lh_200 { line-height: 2; }

.tx_blue    { color: #004eaf; }
.tx_red     { color: #c20000; }
.tx_orange  { color: #eb6900; }
.tx_green   { color: #019697; }
.tx_purple  { color: #8749bb; }
.tx_white   { color: #fff; }
.tx_gray   { color: #999; }

.bg_white   { background: #fff !important; }
.bg_gray    { background: #666 !important; color: #fff !important; }
.bg_orange  { background: #fffaf6 !important; }
.bg_green   { background: #e1f5f5 !important; }
.bg_red     { background: #fff0f0 !important; }
.bg_purple  { background: #e2d4ee !important; }
.bg_blue    { background: #c3ecff !important; }
.bg_lgreen  { background: #e1eeb8 !important; }

.no_border { border: none !important; }
.no_bg { background: none !important; }

/* width per */
.w_10_p  { width: 10%; }
.w_15_p  { width: 15%; }
.w_20_p  { width: 20%; }
.w_25_p  { width: 25%; }
.w_30_p  { width: 30%; }
.w_35_p  { width: 35%; }
.w_40_p  { width: 40%; }
.w_45_p  { width: 45%; }
.w_50_p  { width: 50%; }
.w_55_p  { width: 55%; }
.w_60_p  { width: 60%; }
.w_65_p  { width: 65%; }
.w_70_p  { width: 70%; }
.w_75_p  { width: 75%; }
.w_80_p  { width: 80%; }
.w_85_p  { width: 85%; }
.w_90_p  { width: 90%; }
.w_95_p  { width: 95%; }
.w_100_p { width: 100%; }
.w_33_p  { width: 33.33333% }
.w_33_p2  { width: 33.33334% }

/* 12 sprit for grid */
.split_1 { width: 8.33333%;  width: calc(100% / 12 * 1); }
.split_2 { width: 16.66667%; width: calc(100% / 12 * 2); }
.split_3 { width: 25%; }
.split_4 { width: 33.33333%; width: calc(100% / 12 * 4); }
.split_5 { width: 41.66667%; width: calc(100% / 12 * 5); }
.split_6 { width: 50%; }
.split_7 { width: 58.33333%; width: calc(100% / 12 * 7); }
.split_8 { width: 66.66667%; width: calc(100% / 12 * 8); }
.split_9 { width: 75%; }
.split_10 { width: 83.33333%; width: calc(100% / 12 * 10); }
.split_11 { width: 91.66667%; width: calc(100% / 12 * 11); }
.split_12 { width: 100%; }

.row > .split_1,
.row > .split_2,
.row > .split_3,
.row > .split_4,
.row > .split_5,
.row > .split_6,
.row > .split_7,
.row > .split_8,
.row > .split_9,
.row > .split_10,
.row > .split_11,
.row > .split_12 {
	display: block;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
}


/* margin */
.first	{ margin-top: 0 !important; }
.last	{ margin-bottom: 0 !important; }
.m_0	{ margin: 0 !important; }

.m_t_0	{ margin-top: 0 !important; }
.m_t_5	{ margin-top: 5px !important; }
.m_t_10	{ margin-top: 10px !important; }
.m_t_15	{ margin-top: 15px !important; }
.m_t_20	{ margin-top: 20px !important; }
.m_t_25	{ margin-top: 25px !important; }
.m_t_30	{ margin-top: 30px !important; }
.m_t_35	{ margin-top: 35px !important; }
.m_t_40	{ margin-top: 40px !important; }
.m_t_45	{ margin-top: 45px !important; }
.m_t_50	{ margin-top: 50px !important; }
.m_t_60	{ margin-top: 60px !important; }
.m_t_80	{ margin-top: 80px !important; }
.m_t_100{ margin-top: 100px !important; }
.m_t_120{ margin-top: 120px !important; }

.m_b_0	{ margin-bottom: 0 !important; }
.m_b_5	{ margin-bottom: 5px !important; }
.m_b_10	{ margin-bottom: 10px !important; }
.m_b_15	{ margin-bottom: 15px !important; }
.m_b_20	{ margin-bottom: 20px !important; }
.m_b_25	{ margin-bottom: 25px !important; }
.m_b_30	{ margin-bottom: 30px !important; }
.m_b_35	{ margin-bottom: 35px !important; }
.m_b_40	{ margin-bottom: 40px !important; }
.m_b_45	{ margin-bottom: 45px !important; }
.m_b_50	{ margin-bottom: 50px !important; }
.m_b_60	{ margin-bottom: 60px !important; }
.m_b_80	{ margin-bottom: 80px !important; }
.m_b_100{ margin-bottom: 100px !important; }
.m_b_120{ margin-bottom: 120px !important; }

.m_l_0	{ margin-left: 0 !important; }
.m_l_5	{ margin-left: 5px !important; }
.m_l_10	{ margin-left: 10px !important; }
.m_l_15	{ margin-left: 15px !important; }
.m_l_20	{ margin-left: 20px !important; }
.m_l_25	{ margin-left: 25px !important; }
.m_l_30	{ margin-left: 30px !important; }
.m_l_35	{ margin-left: 35px !important; }
.m_l_40	{ margin-left: 40px !important; }
.m_l_45	{ margin-left: 45px !important; }
.m_l_50	{ margin-left: 50px !important; }
.m_l_60	{ margin-left: 60px !important; }
.m_l_80	{ margin-left: 80px !important; }

.m_r_0	{ margin-right: 0 !important; }
.m_r_5	{ margin-right: 5px !important; }
.m_r_10	{ margin-right: 10px !important; }
.m_r_15	{ margin-right: 15px !important; }
.m_r_20	{ margin-right: 20px !important; }
.m_r_25	{ margin-right: 25px !important; }
.m_r_30	{ margin-right: 30px !important; }
.m_r_35	{ margin-right: 35px !important; }
.m_r_40	{ margin-right: 40px !important; }
.m_r_45	{ margin-right: 45px !important; }
.m_r_50	{ margin-right: 50px !important; }
.m_r_60	{ margin-right: 60px !important; }
.m_r_80	{ margin-right: 80px !important; }

/* padding */
.p_0	{ padding: 0 !important; }

.p_t_0	{ padding-top: 0 !important; }
.p_t_5	{ padding-top: 5px !important; }
.p_t_10	{ padding-top: 10px !important; }
.p_t_15	{ padding-top: 15px !important; }
.p_t_20	{ padding-top: 20px !important; }
.p_t_25	{ padding-top: 25px !important; }
.p_t_30	{ padding-top: 30px !important; }
.p_t_35	{ padding-top: 35px !important; }
.p_t_40	{ padding-top: 40px !important; }
.p_t_45	{ padding-top: 45px !important; }
.p_t_50	{ padding-top: 50px !important; }
.p_t_60	{ padding-top: 60px !important; }
.p_t_80	{ padding-top: 80px !important; }

.p_b_0	{ padding-bottom: 0 !important; }
.p_b_5	{ padding-bottom: 5px !important; }
.p_b_10	{ padding-bottom: 10px !important; }
.p_b_15	{ padding-bottom: 15px !important; }
.p_b_20	{ padding-bottom: 20px !important; }
.p_b_25	{ padding-bottom: 25px !important; }
.p_b_30	{ padding-bottom: 30px !important; }
.p_b_35	{ padding-bottom: 35px !important; }
.p_b_40	{ padding-bottom: 40px !important; }
.p_b_45	{ padding-bottom: 45px !important; }
.p_b_50	{ padding-bottom: 50px !important; }
.p_b_60	{ padding-bottom: 60px !important; }
.p_b_80	{ padding-bottom: 80px !important; }

.p_l_0	{ padding-left: 0 !important; }
.p_l_5	{ padding-left: 5px !important; }
.p_l_10	{ padding-left: 10px !important; }
.p_l_15	{ padding-left: 15px !important; }
.p_l_20	{ padding-left: 20px !important; }
.p_l_25	{ padding-left: 25px !important; }
.p_l_30	{ padding-left: 30px !important; }
.p_l_35	{ padding-left: 35px !important; }
.p_l_40	{ padding-left: 40px !important; }
.p_l_45	{ padding-left: 45px !important; }
.p_l_50	{ padding-left: 50px !important; }
.p_l_60	{ padding-left: 60px !important; }
.p_l_80	{ padding-left: 80px !important; }

.p_r_0	{ padding-right: 0 !important; }
.p_r_5	{ padding-right: 5px !important; }
.p_r_10	{ padding-right: 10px !important; }
.p_r_15	{ padding-right: 15px !important; }
.p_r_20	{ padding-right: 20px !important; }
.p_r_25	{ padding-right: 25px !important; }
.p_r_30	{ padding-right: 30px !important; }
.p_r_35	{ padding-right: 35px !important; }
.p_r_40	{ padding-right: 40px !important; }
.p_r_45	{ padding-right: 45px !important; }
.p_r_50	{ padding-right: 50px !important; }
.p_r_60	{ padding-right: 60px !important; }
.p_r_80	{ padding-right: 80px !important; }

/* radius */
.radius_s {
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.radius {
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-ms-border-radius:     4px;
	border-radius:         4px;
}
.radius_l {
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
	-ms-border-radius:     8px;
	border-radius:         8px;
}

/* hover */
.fx_hover:hover {
	opacity: .75;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75)\9;
}



/* =============== max-width 767px =============== */
@media screen and (max-width: 767px) {

.row > .split_1,
.row > .split_2,
.row > .split_3,
.row > .split_4,
.row > .split_5,
.row > .split_6,
.row > .split_7,
.row > .split_8,
.row > .split_9,
.row > .split_10,
.row > .split_11,
.row > .split_12 {
	display: block;
	width: 100%;
}

}