@charset "UTF-8";
/* ************************************************ 
 * 1-1 Reset CSS
 * ************************************************ */
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, font, 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 {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
	font-style:normal;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
}

/* ******************************************************** 
 * YUI Font-size Adjustment
 * 10px = 77%     11px = 85%	 12px = 93%     13px = 100%
 * 14px = 108%	  15px = 116%    16px = 123.1%  17px = 131%
 * 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 * 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 * 24px = 197%    25px = 204%    26px = 212%    27px = 219%
 * 28px = 227%    29px = 234%    30px = 242%    31px = 249%
 * ********************************************************  */
body {
    font-size:13px;
    line-height:1.231;
	font-family:arial,sans-serif;
    *font-size: small;
    *font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
}

hr {
	width:1px;
	height:1px;
	color:#FFF;
	border:none;
	clear:both;
    *margin-top:-0.5em;
    display:block;
}

/* CLICCCAR-310 2016-03-02 */
.entry-content iframe,
.entry-content object,
.entry-content embed{
	max-width: 100%;
}


/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
