/* CSS Document */
#main-content { padding-bottom: 167px; }
h1.title-page { margin-bottom: 28px; }

#staff-profile {
	text-align: left;
	margin-bottom: 60px;
}
#staff-profile .list-social,
#staff-profile .list-social li { 
	display: inline-block;
	list-style: none;
	float:none;
}

#staff-profile .list-social li a {
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
}

#staff-profile .btn-web { 
	float: none;
	margin: 0 auto;
	height: auto;
}

#staff-profile > li:first-child { padding-right: 57px; }

#staff-profile li:first-child li {
	width: auto;
	float: none;
}

#staff-profile > li:first-child .btn {
	line-height: 28px;
	font-size: 20px;
	min-width: 220px;
	padding: 7px 18px;
}
#staff-profile > li:first-child .list-social { margin: 25px 0 20px; }

#staff-profile > li:last-child h3 {
	font-size: 26px;
	line-height: 31px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

#staff-profile > li:last-child .text-top {
	font-size: 13px;
	line-height: 1.7;
	color: #000;
	margin-bottom: 9px;
}

#staff-profile > li:last-child .name-en {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 39px;
}

#staff-profile > li:last-child h4 {
	font-size: 19px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	margin-bottom: 22px;
}

#staff-profile > li:last-child p {
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 22px;
}

/* WORK */
#works { margin-bottom: 80px; }

.list-works { margin-left: -20px; }

.list-works li {
	padding-left: 20px;
}

/*STAFF */
#staff .title-page { margin-bottom: 31px; }

@media all and (max-width: 768px) {

	#main-content {
		padding: 0 10px;
		margin-bottom: 48px;
	}

	.list-2-item li { width: 100%; }

	#staff-profile > li:first-child { padding-right: 0; }

	#staff-profile > li:first-child .list-social { margin: 22px 0 20px; }

	#staff-profile > li:first-child .btn {
		line-height: normal;
		font-size: 13px;
		min-width: 100%;
		padding: 6px 18px;
	}

	#staff-profile > li:last-child .text-top {
		font-size: 11px;
		line-height: 1.6em;
		margin-bottom: 4px;
		margin-top: 40px;
	}

	#staff-profile > li:last-child h3 {
		font-size: 21px;
		line-height: 1.6em;
		margin-bottom: 6px;
	}

	#staff-profile > li:last-child .name-en {
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 35px;
	}

	#staff-profile > li:last-child h4 {
		font-size: 16px;
		line-height: 1.6em;
	}

	#staff-profile > li:last-child p {
		font-size: 12px;
		line-height: 1.6em;
	}
	
	.fix-title-page {
		/*background-color: #808080;
		color: #fff;
		font-size: 12px;
		line-height: normal;
		font-weight: normal;
		margin: 0 -10px 10px;*/
		font-size: 16px;
		line-height: 1.6em;
	}

	.fix-title-page span {
		position: relative;
		padding: 8px 0;
		display: block;
	}

	.fix-title-page span:before { display: none; }

	#staff-profile { margin-bottom: 6px; }

	.list-works,
	.list-staff { margin-left: -10px; }

	.list-works li,
	.list-staff li { padding-left: 10px; }

	#works { margin-bottom: 25px; }

	#staff .title-page { margin-bottom: 10px; }

	.list-4-item li {
		width: 50%;
		margin-bottom: 10px;
	}

}