﻿@charset "UTF-8";
body {
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
}
img {
	max-width: 100%;
	height: auto;
	width : auto;
}
#wrapper {
	max-width: 980px;
	/*padding: 0 10px 20px;*/
	margin: 0 auto;
}
section {
	margin-bottom: 20px;
}
#staff h3{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 0 2px 10px;
	margin-bottom: 8px;
}

/***************************
   スタッフプロフィール
***************************/
.profile01 .name {
	margin-bottom: 0.7em;
	border-bottom: 1px solid #ccc;
}

.profile01 .photo, .profile01 .movie, .profile01 .right {
	background: #fff;
}
.profile01 .photo {
	text-align: center;
	margin-bottom: 10px;
}

.profile01 .right h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
.profile01 .right p span{
	font-weight: bold;
}


