/*
.index .container {
	margin-top: -60px;
}
*/
h1 {
	font-weight: lighter;
	font-size: 14px;
	padding: 5px;
}
strong {
	font-weight: lighter;
	padding: 5px 10px;
	background-color: #6a3906;
	color: #fff;
}
.titleStyle01 {
	background-image: url(../img/business/bg_title.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.description01 {
	color: #fff;
}
.description02 {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
}
.description03 {
	clear: both;
}
table.standard {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px 0;
}
.standard th {
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	font-weight: lighter;
	text-align: left;
}
.standard th.title {
	width: 15%;
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	font-weight: lighter;
	text-align: center;
}
.standard td {
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	border-width: 0 0 1px 1px;
}
.standard td.title {
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	border-width: 0 0 1px 1px;
	text-align: center;
}
.description .title {
	color: #505050;
	margin-bottom: 10px;
}
.thumbnail li {
	color: #505050;
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.thumbnail li img {
	margin-bottom: 3px;
}
.description.block {
	padding-bottom: 45px;
	border-bottom: solid 2px #d9d7d2;
	margin-bottom: 50px;
}
.description.block:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
.description01 {
	margin-bottom: 10px;
}
.description02 {
	margin: 0;
	width: 100%;
}
.thumbnail li {
	width: 48%;
	font-size: 12px;
	margin-right: 2%;
	margin-bottom: 10px;
}
.thumbnail li:nth-child(2n) {
	margin-right: 0;
}
.description.block {
	padding-bottom: 22px;
	margin-bottom: 25px;
}
table.standard {
	width: 100%;
	margin: 0 0 30px;
}
.standard th {
	text-align: left;
}
.standard th.title {
	text-align: left;
}
.standard td.title {
	text-align: left;
}
}
