@charset "Shift-JIS";

@import "../css/import.css";

/*-------------------------------------------
---------------------------------------------staff*/

#staff{
	margin:20px auto;
	width:650px;
	text-align:left;
}

#staff li{
	margin-bottom:10px;
}

#staff h2{
	background:#F30;
	font-size:larger;
	color:#FFF;
	text-align:center;
	padding:10px 0;
	margin-bottom:15px;
	font-weight:bold;
}

.copy{
	color:#F30;
	font-weight:bold;
	margin-bottom:10px;
}

#staff table{
	margin:20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #E9E9E9;
}

#staff table th,#staff table td{
	padding:15px 20px;
	border-bottom:1px solid #E9E9E9;
}

#staff table th{
	background:#E9E9E9;
	font-weight:bold;
	border-bottom:1px solid #FFF;
}

.yoyaku{
	background:#E9E9E9;
	margin-top:15px;
	padding:10px 20px;
}

.yoyaku h3{
	font-size:larger;
	font-weight:bold;
	color:#F30;
	margin-bottom:5px;
	text-align:center;
}

.yoyaku strong{
	font-weight:bold;
}
.update{
	text-align:right;
	margin-bottom:20px;
	color:#F00;
}
.twitter{
	margin-top:20px;
}