@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Staff
Made by Ngoc Thuy (ゴックトゥイ)
/////////////////////////////////////
*/

#Subvisual {
	width: 100%;
	min-height: 370px;
	position: relative;
	background: url(../images/staff/staff_mail.jpg) no-repeat center #fdf9ef;
}

/* Content */
#Container {
	background: url(../images/common/bg_content.png) repeat 50% 0;
	background-size:contain;
}
.lt-ie9 #Container {
	background:none!important;
}
#Content {
	padding-bottom: 120px;
}
.section-inner {
	background: url(../images/common/bg_section_inner.png) repeat 0 0;
	border: 5px solid #ffbf64;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius:40px;
	padding: 20px 45px 30px;
	margin-bottom: 25px;
}

.section-inner2 {
	background: url(../images/common/bg_section_inner.png) repeat 0 0;
	border: 5px solid #ffbf64;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius:40px;
	padding: 18px 45px 13px;
	margin-bottom: 25px;
}

.ttl-h4 {
	text-align: center;
	margin-bottom: 20px;
}
.ttl-h5 {
	text-align: center;
}
.block-right {
	float: left;
	width: 409px;
	margin-left: 20px;
}
.list-info {
	font-size: 117%;
	color: #333;
	line-height: 23px;
	margin-top: -2px;
}
.list-info dt {
	float: left;
}
.list-info dd {
	border-bottom: 2px solid #cc9b9b;
	padding:0 0 5px 125px;
	margin-bottom: 10px;
}
/*list-box */
.list-box {
	padding-bottom: 20px;
}
.list-box li {
	background: url(../images/common/bg_section_inner.png) repeat 0 0;
	border: 5px solid #c2dc43;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius:40px;
	padding: 20px 20px 45px;
	width: 411px;
}
.text-info01 {
	color: #333;
	font-size: 117%;
	height: 30px;
	text-align:center;
}
.text-info02 {
	color: #333;
	font-size: 117%;
}
.section-inner01 {
	border: 5px solid #61c9d8;
	padding-bottom: 50px;
}
.section-inner02 {
	border: 5px solid #b48dc4;
}
.list-photo li {
	float: left;
	margin-right: 18px;
	padding-top:20px ;
}

/* 高橋淳追加 */

.list-horse li {
	padding: 20px;
	border-radius:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-image: url("../images/common/bg_section_inner.png");
	width:32%;
	float:left;
	border: 5px solid #c2dc43;
	margin-bottom: 25px;
}
.list-horse li:first-child + li {
	margin: 0 2%;
}

.list-horse h4 {
	text-align:center;
}

.list-horse p {
    height: 4em;
    margin-top: 1em;
    text-align: center;
    font-size: 117%;
}

.list-horse p + a > img {
	width:100%;
}

.list-horse-ume {
	border-color:#61c9d8!important;
	height: 500px;
	margin: 0 0 0 2% !important;
	width: 66% !important;
}

.list-horse-ume-img {
	width:47%;
	float:left;
}

.list-horse-ume-right {
	float:right;
	width:50%;
}
.list-horse-ume dl {
	font-size: 117%;
	color: #333;
	line-height: 23px;
	margin-top: -2px;
}
.list-horse-ume dl dt {
	float: left;
}
.list-horse-ume dl dd {
	border-bottom: 2px solid #cc9b9b;
	padding:0 0 5px 125px;
	margin-bottom: 10px;
}
