/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/



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;

}

/* ??????????? ?????

================================================== */

ul.simple-list{
 padding-bottom: 15px;
 list-style: disc inside none!important;
}
ul.simple-list li{
 padding-left: 3px;
 padding-bottom: 10px;
}

ol.simple-list{
 padding-bottom: 15px;
 list-style: decimal inside none!important;
}
ol.simple-list li{
 position: relative;
 padding-left: 3px;
 padding-bottom: 10px;
}

simple-bold {
font-weight: bold!important;
}

simple-bold p{
font-weight: bold!important;
}

.h1style{
color: #333;
font-weight: 600;
letter-spacing: -0.2px;
font-size: 28px; 
line-height: 50px;
padding:28px 0px 0px 0px; 
}

.h2style{
color: #333;
font-weight: 600;
letter-spacing: -0.2px;
font-size: 22px; 
line-height: 30px;
padding:28px 0px 0px 0px; 
}

.h3style{
color: #333;
font-weight: 600;
letter-spacing: -0.2px;
font-size: 28px; 
line-height: 50px;
font-size: 18px; 
line-height:1.2;
padding:28px 0px 0px 0px;  
}

.h4style{
color: #333;
font-weight: 600;
letter-spacing: -0.2px;
font-size: 28px; 
line-height: 50px; 
font-size: 14px; /*line-height: 30px;*/
line-height:1.3;
padding:28px 0px 0px 0px; 
}
	

.simple-table p{
 margin: 0;
 padding: 0;
}
.simple-table {
 border-collapse: collapse;
 border-spacing: 0;

 border-top: 1px solid #cacaca;
 border-bottom: 1px solid #cacaca;
 color: #656565;
 margin-bottom: 25px;
}
.simple-table td{
 padding: 10px;
 line-height: 1.0;
}
.simple-table tr:first-child{
 font-weight: bold;
}
.simple-table tr:nth-child(2n){
 background-color:#e9e9e9; /*???? ???? ?????? ?????*/
}



/* #Reset & Basics (Inspired by E. Meyers)

================================================== */

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

}