body {
	color: #231815;
}

img {
	vertical-align: bottom;
	height: auto;
}
.img-responsive {
	max-width: 100%;
	margin: 0 auto;
}
.display-inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}

.container {
    width: 970px;
}

.site-header {
    padding: 15px 0;
}
.site-footer {
	border-top: solid 1px #efefef;
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
}
.navbar-collapse {
	padding-right: 10px;
	padding-left: 10px;
}
.nav > li > a {
	padding-right: 8px;
	padding-left: 8px;
}

@media (min-width: 768px) {
	.navbar-nav > li:not(:last-child) {
	    margin-right: 3px;
	}
}
.keyvisual {
	margin: 0 0 15px 0;
}
.keyvisual img {
	border-radius: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	line-height: 1;
}
figcaption {
	font-size: 13px;
}
em {
	color: #FF0000;
	font-style: normal;
}

.h1 {
	margin-top: 0;
	padding: 10px 10px 10px 30px;
	background-color: #fff;
	border: solid 1px #eeeeee;
	position: relative;
}
.h1:before {
	content:"";
	width: 10px;
	height: 100%;
	background-color: #00479D;
	position: absolute;
	left: 0;
	top: 0;
}

.h2 {
	padding-bottom: 5px;
	color: #00479D;
	font-weight: bold;
	text-shadow:2px 2px 2px #ccc;
	border-bottom: solid 1px #ccc;
}
.h2 .styleA {
	color: #000;
	font-size: 20px;
}
.h2 .styleB {
	font-size: 20px;
}
.h3 {
	font-size: 24px;
	padding: 0 0 0 30px;
	position: relative;
}
.h3:before{
	content: "";
	background-color: #2096D5;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}
.h4 {
	padding: 2px 5px;
	background-color: #709BB0;
	color: #fff;
}


.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
	margin-top: 0;
}

.font-size32 {
	font-size: 32px;
}


.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listStyleA {
	font-size: 24px;
	margin: 0 0 0 1em;
}
.listStyleA>li:before {
	content: "▶";
	display: inline-block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 20px;
}

.listStyleB {
	font-size: 14px;
}
.listStyleB>li {
	line-height: 24px;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	position: relative;
}
.listStyleB .num {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	background-color: #004492;
	border-radius: 4px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.listStyleC {}
.listStyleC li {
	padding: 0 0 0 20px;
	position: relative;
}
.listStyleC>li:before {
	content: "";
	background-color: #B6B5B6;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}

.tableStyleA {
	font-size: 12px;
	background-color: #fff;
}

.tableStyleA th,
.tableStyleA td {
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	vertical-align: middle!important;
}
.tableStyleB{
	background-color: #fff;
}
.tableStyleB th,
.tableStyleB td {
	vertical-align: middle!important;
	text-align: center;
}
.boxStyleA .box-body {
	min-height: 480px;
	position: relative;
}
.boxStyleA .box-body .box {
	position: relative;
	z-index: 2;
	width: 360px;
}
.boxStyleA .box-body .bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.boxStyleA .h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: inherit;
	padding-left: 20px;
}
.boxStyleA .h3:before {
	width: 14px;
	height: 14px;
	top: 2px;
}