@charset "utf-8";
/* CSS Document */

/*======= brown-wrap =======*/
.brown-wrap{
	margin-bottom: 60px;
}
.brown-wrap .brown-inner{
	background: #2f1701;
	color: #ffffff;	
	padding: 70px 0;
	margin-bottom: 55px;
}
.brown-wrap .txt{
	line-height: 2.6;
	font-size: 17px;
}
.brown-wrap .txt2{
	line-height: 3;
	font-size: 15px;
}

/*======= box-tab-btn =======*/
.box-tab-btn{
	border-bottom: 1px solid #e6d5a5;
}
.box-tab-btn ul{
	width: 570px;
	margin: 0 auto;
}
.box-tab-btn li{
	float: left;
	border: 1px solid #e6d5a5;
	border-bottom: none;
	margin-right: 68px;
	font-size: 22px;
}
.box-tab-btn li:last-child{
	margin-right: 0;
}
.box-tab-btn li a{
	display: block;
	width: 248px;
	padding: 10px 0;
	color: #000000;
	cursor: pointer;	
}
.box-tab-btn li a:hover{
	opacity: 0.7;
}
.box-tab-btn li .tab-txt-small{
	font-size: 13px;
}
.box-tab-btn li.active{
	background: #c59f32;
}
.box-tab-btn li.active a{
	color: #ffffff;
}

.box-tab-btn.item-bottom {
	border-top: 1px solid #e6d5a5;
	border-bottom: none;
}
.box-tab-btn.item-bottom li{
	border-bottom: 1px solid #e6d5a5;
	border-top: none;
}

/*======= box-tab-cont =======*/
.box-tab-cont{
	padding: 0 0 10px;
}

/* js-tab-lineup
==========================================*/
.js-tab-item{
	display:none;
}

/*======= profile-area =======*/
.profile-area{
	background: #e6d5a5;
}
.profile-area .profile-inner{
	width: 900px;
	margin: 0 auto;
	padding: 45px 0;	
}
.profile-area .profile-txt{
	float: left;
	width: 490px;
	text-align: left;
	font-size: 15px;
}
.profile-area .name{
	font-size: 31px;
	padding-right:25px;
}
.profile-area .r-name{
}
.career{
	line-height: 1.8;
}
.profile-area .profile-img{
	float: right;
	margin-right: 30px;
}

/*======= story-box =======*/
.story-area{
	width: 965px;
	margin: 0 auto;
	text-align: left;
	padding-left: 65px;
}
.story-area h3{
	color: #bc9113;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.8;
}
.story-area .story-box{
	border-bottom: 1px solid #f2ead3;
	padding: 60px 5px;
}
.story-area .story-box:last-child{
	border-bottom: none;
}
.story-box .left-area{
	float: left;
	width: 458px;
}
.story-box .txt-area{
	line-height: 2;
	font-size: 15px;
}
.story-box .right-area{
	float: right;
	width: 458px;
}
.story-area .move-type02{
	text-align: center;
}
