* {
	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: 16px "PT Sans", Arial, Helvetica, sans-serif;
	line-height: 1.35;
	font-weight: 300;
	background: #f5f5f5;
	color: #1a171b;

    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
	color: #000;
}
h1, h2, h3, .no_hyphens {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
}
a:hover {
    text-decoration: underline;
}
a, h3, h1  {
	color: #67b7e1;
}
p {
    text-align: justify;
}
.important {
	color: #67b7e1;
}
.main {
	margin: 25px auto;
	width: 790px;
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	-webkit-box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
.logo {
	width: 400px;
	display: inline-block;
	padding: 40px 0 0 70px;
}
.head {
	padding: 30px 70px 0 70px;
}
.url_top {
	display: block;
	text-decoration: none;
	font-weight: 500;
	text-align: right;
	margin: -20px 0 20px 0;
	padding: 0 0 4px 0;
	border-bottom: 2px solid #67b7e1;
}
.content {
	padding: 0 70px;
}
.footer {
	padding: 15px 70px 65px 70px;
}
h1 {
	font-size: 23px;
	line-height: 1.3;
	padding: 2px 0 15px 0;
}
.h1_small {
	display:inline-block;
    font-size: 16px;
	font-weight: 600;
}

h3 {
	font-size: 16px;
	padding: 10px 0 5px 0;
	font-weight: 600;
}
h1,
h1 strong,
h1 b {
	font-weight: 600;
}

b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 15px 0;
}
ul  {
	width: 98%;
    padding: 0 0 0px 0px;
    list-style-type: none;
}
li  {
    padding: 0 0 0 30px;
    position: relative;
}
li:before {
    content: "\00a0";
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 9px 0 0 -28px;
    background-color: #67b7e1;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
sup, sub {
    line-height: 100%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
hr {
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0 0 20px 0;
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.main {
		margin: 1% auto;
	    width: 98%;
	    border: 0;
	}
	.logo {
		width: 280px;
		padding: 5% 5% 5% 5%;
	}
	.head {
		padding: 2% 5% 0 5%;
	}
	.content {
		padding: 0 5%;
	}
	.footer {
		padding: 2px 5% 5% 5%;
	}
	ul {
		width: auto;
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}