@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © Le uwin. ALL RIGHTS RESERVED.

HTML CSS Selectors Staff

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#mv {
	height: 500px;
}
#mv h2 {
	text-align: center;
	font-family: 'Bad Script', cursive;
	font-size: 28px;
	line-height: 1;
	color: #fff;
}
#mv h2 span {
	display: block;
	font-family: 'Italianno', cursive;
	font-size: 21px;
	line-height: 1;
	padding-top: 290px;
	border-bottom: none;
}
#contents-wrapper {
	padding-top: 35px;
	background-image: none;
}

/*スタッフ詳細*/
#staff-detail {
	width: 870px;
	margin: 0 auto 67px;
	padding-bottom: 75px;
	background-image: url(../img/common/icon_contents.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#staff-detail .data {
	padding-bottom: 48px;
	padding-left: 470px;
	;min-height: 205px
}
#staff-detail .data h3 {
	text-align: center;
	font-family: 'Bad Script', cursive;
	font-size: 36px;
	line-height: 1;
	padding-bottom: 26px;
}
#staff-detail .data h3 span {
	font-size: 20px;
}

#staff-detail .data table {
}
#staff-detail .data th {
	width: 100px;
	font-weight: bold;
}
#staff-detail .data td {
	width: 300px;
	padding-bottom: 15px;
}

#staff-detail .photo {
	width: 400px;
	position: absolute;
	top: -107px;
	left: 25px;
}
#staff-detail .photo p {
	padding-bottom: 20px;
	background-image: url(../img/staff/photo_shadow.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#staff-detail .sns {
	padding-bottom: 50px;
	text-align: center;
}
#staff-detail .sns a {
	display: inline-block;
	padding: 0 17px;
}
#staff-detail .comment {
	width: 660px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#staff-detail .reserve {
	width: 250px;
	height: 50px;
	padding: 53px 10px 10px 58px;
	margin: 0 auto;
	background-image: url(../img/staff/bg_reserve.png);
	background-repeat: no-repeat;
}
#staff-detail .reserve a {
	display: block;
	position: relative;
}
#staff-detail .reserve a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#staff-detail .reserve a:hover {
	opacity:1;
}

/*Other Staff*/
#other-staff {
	padding-top: 50px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#other-staff p {
	padding-top: 34px;
	text-align: center;
}
#other-staff a {
	font-size: 16px;
	line-height: 1;
	text-decoration: underline;
}


/*Other Style*/
#other-style {
	padding-top: 50px;
	padding-bottom: 75px;
	background-image: url(../img/common/line_double.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#other-style h3 {
	margin-bottom: 32px;
}
#other-style .more {
	padding-top: 30px;
	text-align: center;
}
#other-style .more a {
	font-size: 16px;
	line-height: 1;
	text-decoration: underline;
}
