@charset "UTF-8";

/*=========================================
    RESET
=========================================*/
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;
}


/*=========================================
    COMMON
=========================================*/

/*-----------------------------------------
    font
*/
table { font-size:inherit; font:100%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.fb {font-weight: bold !important;}
.fn {font-weight: normal !important;}

.color_01 { color: #f0669f; }
.color_red {color:#f00;}

/*-----------------------------------------
    float
*/
.fl{float:left;}
.fr{float:right;}
.cl{
font-size:0;
line-height:0;
clear:both;
}
.clf:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clf{
min-height: 1px;
}
* html .clf{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}


/*-----------------------------------------
    display
*/
.bl{display:block;}
.in{display:inline;}
.heightLineParent{}
.heightLine-group1{}

/*-----------------------------------------
    position
*/
.mcen{margin-right:auto; margin-left:auto;}

.vt{vertical-align: top !important;}
.vm{vertical-align: middle !important;}
.vb{vertical-align: bottom !important;}

.tac{text-align:center !important;}
.tar{text-align:right !important;}
.tal{text-align:left !important;}