"Shift_JIS";

* {
	font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.text10-12 {
	font-size: 10px;
	line-height: 12px;
}
.text12-14 {
	font-size: 12px;
	line-height: 14px;
}
.text14-16 {
	font-size: 14px;
	line-height: 16px;
}
.text18-20 {
	font-size: 18px;
	line-height: 20px;
}
.text10-13 {
	font-size: 10px;
	line-height: 13px;
}
.text12-16 {
	font-size: 12px;
	line-height: 16px;
}
.text12-16-2 {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 10px;
}
.text14-18 {
	font-size: 14px;
	line-height: 18px;
}
.text15-20 {
	font-size: 15px;
	line-height: 20px;
}
.text18-22 {
	font-size: 18px;
	line-height: 22px;
}
.text16-18 {

	font-size: 16px;
	line-height: normal;
}
.text13-15 {
	font-size: 13px;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

body {  color: #666666;}
a {  text-decoration: none;color: #333333;}
a:link {
	text-decoration: none;
	color: #003300;
	left: auto;
} 
a:hover {  text-decoration: underline; color: #FF6600;
	position: relative;
}

.imgbox {
	width: 270px;
	text-align: right;
}

/* スタッフ紹介 */
.staff ul {
	list-style: none;
	width: 530px;
	padding: 0;
	margin: 20px 0 20px -10px;
	letter-spacing: -0.4em;
	font-size: 75%;
	line-height: 1.45;
}
.staff li {
	letter-spacing: normal;
	display: inline-block;
	width: 255px;
	margin-top: 20px;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}
.staff li:after {
	content: "";
	display: block;
	clear: both;
}
.staff li:first-child,
.staff li:first-child + li {
	margin-top: 0;
}
.staff li .name {
	color: #333333;
	font-size: 117%;
	font-weight: bold;
	border-bottom: 1px solid #943603;
	margin-bottom: 8px;
	padding: 0 5px;
}
.staff li .photo {
	float: right;
	border: 1px solid #CCCCCC;
}
.staff li .photo + div {
	margin: 0 105px 0 5px;
}
.staff li .photo + div > div + div {
	margin-top: 5px;
}
.staff li .midashi {
	color: #808080;
	font-weight: bold;
}
.staff li .midashi + div {
	color: #333333;
}
