@charset "utf-8";

/*.contents {
	width: 990px;
	margin: 0 auto;
}

.contentsInner {
	background:#FAFAFA;
	padding:38px 0 0 0;
}*/


/* .caseList */
.caseList {
  position: relative;
}

.caseList h3 {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.caseList .case-link-text {
  position: absolute;
  top: 0;
  right: 0;
}

/* .infoList01 */
.infoList01 {
	margin-bottom:36px;
}

/* .infoList02 */
.infoList02 {
	margin-bottom:63px;
}


/* .descriptonBlock  */

.descriptonBlock {
	width: 990px;
	margin: 35px auto 26px auto;
	background: #fff;
}

.descriptonBlock .descriptonBlockInner {
	padding:31px 30px 31px 30px;
}

.descriptonBlock .descriptonBlockInner .image {
	float: left;
	width:350px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.descriptonBlock .descriptonBlockInner .rightBlock {
	float: right;
	width:544px;
	min-height:210px;
	overflow:hidden;
}

.descriptonBlock .descriptonBlockInner .rightBlock .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color:#333;
	padding:0 0 15px 0;
}

.descriptonBlock .descriptonBlockInner .rightBlock .notes {
	font-size: 14px;
	line-height: 1.71;
	color:#717071;
}


/* .infoArea  */

.infoArea {
	width:990px;
	margin:0 auto 70px auto;
}

.infoArea section {
}

.infoArea section h3 {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.72;
	border-bottom: 1px solid #ddd;
}

.infoArea section table {
	width:100%;
}

.infoArea section table tbody {
}

.infoArea section table tbody tr {
}

.infoArea section table tbody tr.fistLetter th,
.infoArea section table tbody tr.fistLetter td {
	border:none;
}

.infoArea section table tbody tr th {
	width:153px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding:15px 10px 15px 0;
	color:#333333;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	text-align: left;
}

.infoArea section table tbody tr td {
	font-size:14px;
	vertical-align: middle;
	line-height: 1.42;
	color:#666666;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding:15px 0 15px 0;
	text-align: left;
}

.infoArea section table tbody tr td .txt {
}

.infoArea section table tbody tr td .gmapBlock {
}

.infoArea section table tbody tr td .txt a {
	color:#666666;
}



/* .staffArea  */

.staffArea {
	width:990px;
	margin:0 auto 45px auto;
}
.staffArea + .rightCon .contactBtn {
	float: right;
}
.staffArea section {
}

.staffArea section h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.72;
	border-bottom: 1px solid #ddd;
}

.staffArea section .staff {
}

.staffArea section .staff > ul > li {
	width:480px;
	margin:0 0 27px 0; 
	padding:0 0 20px 0;
	border-bottom:1px solid #DBDBDB;
	color:#666;
}

.staffArea section .staff > ul > li:nth-child(odd) {
	margin:10px 20px 10px 0;
	float: left;
}

.staffArea section .staff > ul > li:nth-child(even) {
	margin:10px 0px 10px 0;
	float: right;
}

.staffArea section .staff > ul > li .staffBlockTop {
	margin:0 0 10px 0;
}

.staffArea section .staff > ul > li .staffBlockTop .photo {
	display: table-cell;
	vertical-align:middle;
	float: left;
	max-height: 165px;
	overflow: hidden;
}

.staffArea section .staff > ul > li .staffBlockTop .rightBlock {
	width:378px;
	display: table-cell;
	vertical-align:middle;
	padding:0 0 0 20px;
}

.staffArea section .staff > ul > li .staffBlockTop .rightBlock .name {
	font-size: 20px;
}

.staffArea section .staff > ul > li .staffBlockTop .rightBlock .dataBlock {
}

.staffArea section .staff > ul > li .staffBlockTop .rightBlock .dataBlock ul {
}

.staffArea section .staff > ul > li .staffBlockTop .rightBlock .dataBlock ul li {
	padding:0 0 0px 0;
	line-height: 1.5;
	display:-webkit-flex;
	display:-ms-flex;
	display:-inline-flex;

}

.staffArea section .staff > ul > li .staffBlockTop .rightBlock .dataBlock ul li .dataName {
	display:inline-block;
	width:39px;
	font-size: 12px;
	font-weight: bold;
}

.staffArea section .staff > ul > li .staffBlockTop .rightBlock .dataBlock ul li .data {
	display:inline-block;
	width:338px;
	font-size: 12px;
}

.staffArea section .staff > ul > li .staffBlockBottom {
}

.staffArea section .staff > ul > li .staffBlockBottom .txt {
	font-size: 12px;
	line-height: 1.46;
}



