@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :staff.css
 author     :Ability Consultant
style info  :スタッフ紹介
=================================================================== */
#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
	background: url(../images/header/bg_main.jpg) center bottom repeat-x;
}

.con_main .box_main {
	height: 250px;
	margin: 0 auto;
	background: url(../staff/images/bg_title.jpg) center 0 no-repeat;
}

.con_main .box_main h2 {
	padding-top: 100px;
	text-align: center;
}

.st {
	background: url(../images/common/bg_subst.png) 0 bottom repeat-x;
	margin-bottom: 10px;
}

.st h3 {
	background: url(../images/common/ic_subst.png) 0 5px no-repeat;
	color: #764D17;
	font-size: 120%;
	padding: 2px 0 9px 24px;
}

/* -----------------------------------------------------------
	.tabmenu
----------------------------------------------------------- */
#tabmenu {
	background: url(../staff/images/bg_line_tabmenu.png) 0 bottom repeat-x;
	padding-bottom: 2px;
	overflow: hidden;
	padding-left: 124px;
	margin-top: 60px;
}

#tabmenu li {
	float: left;
}

#tabmenu li a {
	display: block;
	width: 252px;
	height: 0;
	padding-top: 45px;
	overflow: hidden;
}

#tabmenu li a:hover,
#tabmenu li a.active {
	background-position: 0 -45px !important;
}

#tabmenu li.menu_doc a {
	background: url(../staff/images/tabmenu_doc.png) 0 0 no-repeat;
}

#tabmenu li.menu_vis a {
	background: url(../staff/images/tabmenu_vis.png) 0 0 no-repeat;
}

#tabmenu li.menu_sta a {
	background: url(../staff/images/tabmenu_sta.png) 0 0 no-repeat;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	padding-top: 10px;
}

.con_intro h3 {
	margin-bottom: 20px;
}

.con_intro .txt {
	text-align: center;
}

/* -----------------------------------------------------------
	.con_docter
----------------------------------------------------------- */
.con_docter {
	overflow: hidden;
	margin-top: 50px;
}

.con_docter h3 {
	margin-bottom: 30px;
}

.con_docter .wrapp_docter {
	margin-right: -40px;
	overflow: hidden;
}

.con_docter .box_docter {
	overflow: hidden;
	width: 1000px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #be9968;
}

.con_docter .box_docter .box_content {
	float: left;
	width: 700px;
}

.con_docter .box_docter .box_content.large {
	width: 1000px;
}

.con_docter .box_docter .box_content h4 {
	font-size: 130%;
	background: url(../images/common/ic_subst.png) 0 5px no-repeat;
	padding: 2px 0 0 24px;
	font-weight: normal;
}

.con_docter .box_docter .box_content .history {
	margin-top: 10px;
}

.con_docter .box_docter .box_content .history dt {
	font-size: 110%;
	border-bottom: 1px solid #9f6518;
	margin-bottom: 5px;
}

.con_docter .box_docter .photo {
	width: 270px;
	float: right;
	background: #f8eddb;
	padding: 4px;
	border: 1px solid #dfd7b5;
}

/* -----------------------------------------------------------
	.con_visit
----------------------------------------------------------- */
.con_visit {
	margin-top: 20px;
}

.con_visit .st {
	margin-bottom: 0;
}

.con_visit .bg_visit {
	background: url(../staff/images/bg_visit.png) 0 0 no-repeat;
	min-height: 460px;
	overflow: hidden;
}

.con_visit .bg_visit .txt_visit {
	float: left;
	margin: 140px 0 0 50px;
}

.con_visit .bg_visit .box_gallery {
	float: right;
	margin: 75px 70px 0 0;
	width: 400px;
}

.con_visit .bg_visit .box_gallery ul {
	overflow: hidden;
}

.con_visit .bg_visit .box_gallery ul li {
	float: left;
	overflow: hidden;
	margin-right: 30px;
	background: #f8eddb;
	padding: 4px;
	border: 1px solid #dfd7b5;
	margin-bottom: 30px;
}

.con_visit .bg_visit .box_gallery ul li span {
	display: block;
	overflow: hidden;
	width: 160px;
}

.con_visit .bg_visit .box_gallery ul li span img {
	width: 100%;
}

/* -----------------------------------------------------------
	.con_stay
----------------------------------------------------------- */
.con_stay {
	margin-top: 20px;
}

.con_stay .st {
	margin-bottom: 0;
}

.con_stay .bg_stay {
	background: url(../staff/images/bg_stay.png) 0 0 no-repeat;
	min-height: 460px;
	overflow: hidden;
}

.con_stay .bg_stay .txt_stay {
	float: left;
	margin: 140px 0 0 40px;
}

.con_stay .bg_stay .box_gallery {
	float: right;
	margin: 75px 70px 0 0;
	width: 400px;
}

.con_stay .bg_stay .box_gallery ul {
	overflow: hidden;
}

.con_stay .bg_stay .box_gallery ul li {
	float: left;
	overflow: hidden;
	margin-right: 30px;
	background: #f8eddb;
	padding: 4px;
	border: 1px solid #dfd7b5;
	margin-bottom: 30px;
}

.con_stay .bg_stay .box_gallery ul li span {
	display: block;
	overflow: hidden;
	width: 160px;
}

.con_stay .bg_stay .box_gallery ul li span img {
	width: 100%;
}
