@charset "utf-8";
#title_back {
	background-image: url(../imgs/title_back.jpg);
	background-repeat: repeat-x;
	background-position: 50%;
}
#staff_text {
	height: auto;
	width: 850px;
	float: left;
	margin-left: 70px;
	line-height: 20px;
	z-index: 20;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}
#busho_box {
	height: auto;
    float: left;
	margin-left: 70px;
    margin-right: -20px;
	z-index: 20;
    position: relative;
}
#busho {
	height: auto;
    width: 100%;
	float: left;
	line-height: 20px;
	z-index: 20;
	font-size: 20px;
	margin-bottom: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EEB528;
	padding-bottom: 5px;
	font-weight: bold;
}
#nigaoe {
	height: 220px;
	width: 114px;
	float: left;
    margin-right: 7px;
    font-size: 12px;
	text-align: center;
	line-height: 20px;
	z-index: 20;
}
#nigaoe img {
	margin-bottom: 10px;
}
/* モーダルウィンドウ ---------------------------------------------------------- */
.modal-overlay {
	z-index: 110;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.modal-overlay (:target) {height:100%\9} /* IE9,10 */
a.modal-open:hover {cursor:pointer}
.modal-content {
	display:none;
	position:fixed;
	z-index: 120;
	margin:10px;
	padding:25px;
	border-radius:20px;
	background:#fff;
	width: 750px;
	box-shadow: 0px 0px 7px 0px #333;
	-webkit-box-shadow: 0px 0px 7px 0px #333;
	-moz-box-shadow: 0px 0px 7px 0px #333;
}
.modal-content img {width:auto;max-height:70vh}
.modal-content h1 {
	font-size:120%;
	margin-bottom:0.5em;
	font-weight: bold;
}
.modal-content p {max-width:565px; text-align:left}
a.modal-close {
	position:absolute;
	top:0;
	right:10px;
	color:#b29c33;
	font-size:35px;
	line-height:1;
	font-weight:bold;
	text-decoration:none}
a.modal-close:hover {
	cursor:pointer;
	opacity:.6}
#nigaoe_l {
	height: auto;
	width: 300px;
	float: left;
	margin-top: -10px;
}
#name {
	height: auto;
	width: 440px;
	float: left;
	font-size: 17px;
	font-weight: bold;
	color: #FFAC00;
	margin-top: 15px;
}
.text_name {
	color: #000;
	font-size: 25px;
	line-height: 30px;
}
#list {
	height: auto;
	width: 440px;
	float: left;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 15px;
}
#list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#list li  {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#list li#hn1 {
	height: auto;
	position : relative;
	width: 149px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	color: #777;
	font-weight: bold;
}
#list li#hn2 {
	height: auto;
	position : relative;
	width: 275px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
}


