@charset "utf-8";

#mv{
	background: url(../../staff/image/bg-staff.jpg) no-repeat center center / cover;
}
#contents{
	background: rgba(255,255,255,0.9);
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0!important;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	line-height: 1.8;
}
#contents #txt-intro{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
#contents h2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#686868+1,7b7b7b+100 */
	background: #686868; /* Old browsers */
	background: -moz-linear-gradient(top, #686868 1%, #7b7b7b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #686868 1%,#7b7b7b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #686868 1%,#7b7b7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#7b7b7b',GradientType=0 ); /* IE6-9 */
	margin-bottom: 40px;
}

.profile{
	margin-bottom: 100px;
	padding: 0 50px;
}
.profile:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .profile { 
	height: 1px;
	overflow: visible;
}
/**/

.comment{
	width: 100%;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	margin-bottom: 40px;
	padding: 20px;
	font-size: 24px;
	text-align: center;
}
.profile table{
	width: 420px;
	box-sizing: border-box;
	float: left;
	background: #fff;
	padding: 30px;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
}
.profile:nth-of-type(even) table{
	float: right;
}
.profile table th{
	width: 100px;
	background: #fff;
	padding: 14px 20px 14px 0;
	text-align: right;
	border-bottom: 1px dotted #aaa;
}
.profile table td{
	border-bottom: 1px dotted #aaa;
}
.profile p{
	float: right;
}
.profile:nth-of-type(even) p{
	float: left;
}
