@charset "utf-8";
/*******************************

　コンセプト

********************************/
.concept_table {
	width: 520px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.concept_table td {
	padding-right: 20px;
}

.specialities {
	width: 520px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
}
.specialities .left {
	display: inline;
	float: left;
	width: 250px;
}
.specialities .right {
	display: inline;
	float: right;
	width: 250px;
}
.specialities .table .td01 {
}
.specialities .table .td02 {
	width: 150px;
	line-height: 150%;
	padding-left: 5px;
	vertical-align: top;
}
.specialities .table .td03 {
	width: 100px;
	text-align: right;
	vertical-align: top;
}
.specialities .btn {
	padding-left: 5px;
}
.h2_new_title {
	display: inline;
	margin-top: 50px;
	margin-bottom: 20px;
	clear: both;
	margin-left: 20px;
}
.new {
	width: 520px;
	margin-left: 20px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 50px;
	margin-top: 10px;
}
.new .new_table {
	width: 500px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 15px;
}
.new .new_table th {
	color: #009944;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c9cacb;
	text-align: justify;
	width: 90px;
	padding-left: 5px;
}
.new .new_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c9cacb;
	text-align: left;
	padding-right: 5px;
	padding-left: 25px;
}

