* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures:no-common-ligatures;
	font-variant-ligatures:no-common-ligatures;
}
body {
	font: 17px 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	background: #fff;
	color: #333333;
}
a   {
	text-decoration: none;
	color: inherit;
}
h3,
h1,
a:hover,
.important {
	color: #f06400;
}
.main {
	margin: 25px auto;
	width: 800px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #e5eef6;
}
.head {
    padding: 30px  40px;
}
.content {
	padding: 30px 40px;
}
.box_left {
    float: left;
}
.box_right {
    float: right;
}
.footer {
    background: #e5eef6;
    color: #005aaa;
    padding: 30px 40px;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
.footer h2, .footer p {
    padding-bottom: 10px;
}
p,
h1,
ul {
	padding: 0px 0px 20px 0px;
}
b, strong {
    font-weight: 600;
}
h1 {
	font-size: 31px;
	font-weight: 400;
}
.h1_small {
	font-size: 25px;
}
h2 {
    font-weight:600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #005aaa;
}
h2 b {
    font-weight:600;
}
h3 {
	font-weight: 400;
	font-size: 25px;
	padding: 0px 0px 5px 0px;
}
ul  {
    padding-left: 15px;
    list-style-image: url(img/li.png);
    list-style-type: disc;
}
li  {
    padding: 0 0 5px 5px;
}
li:last-child   {
    padding: 0 0 0px 5px;
}
div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	max-width: 100%;
  	height: auto;
}
sup, sub {
    line-height: 100%;
}
.line {
    border-bottom: 1px solid #a8c3db;
    margin: 10px 0 25px 0;
}
.btn {
    margin: 20px 0;
}
.btn a{
    background: #f06400;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 18px;
}
.btn a:hover{
    background: #fff;
    border: 1px solid #f06400;
    color: #f06400;
}
@media only screen and (max-width: 840px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
    	margin: 2em auto;
        width: 90%;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .content, .head, .footer {
    	padding: 5%;
     }
    .box_left,
    .box_right,
    .footer_left,
    .footer_right {
    	float: none;
    	width: 100%;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
     .nonmobile  {
        display: none;
    }
}