/*展示室コンテンツ*/
.boothcontent{
	padding-bottom:50px;
	overflow:hidden;
	min-height:700px;
}
.boothcontent .toplead{
	margin:55px 60px 0px 180px;
	font-size:18px;
	line-height:180%;
}

/*-------プロフィール----------*/
.boothcontent .profile{
	margin:10px 60px 0px 180px;
	padding-bottom:20px;
	overflow:hidden;
}
.boothcontent .profile{
	margin:30px 60px 0px 180px;
	padding-bottom:20px;
	overflow:hidden;
}
.boothcontent .profile h2.title{
	font-size:20px;
	clear:both;
	color:#2798B4;
}
.boothcontent .profile p{
	margin:10px 10px 20px 0px;
	font-size:16px;
	line-height:180%;
}
/*-------カルーセルエリア　slickプラグイン  ２つ----------*/
.boothcontent .slick_main_area{
	margin:0px auto 0px auto;
	clear:both;
	width:750px;
	height:0px;
	position:relative;
	overflow:hidden;
	opacity:0;
}
.boothcontent .slick_main_area_height{
	height:750px;
}
.boothcontent #autobtn{
	margin:10px 120px 0 0;
	float:right;
	font-size:12px;
	padding:35px 0 0 0;
	text-align:center;
	display:none;
	cursor:pointer;
	width:200px;
	height:25px;
	color:#999;
}
#autobtn:hover{
	color:#09F;
}
.autobtn_on{
	background:url(../images/bg_auto_on.png) no-repeat;
}
.autobtn_off{
	background:url(../images/bg_auto_off.png) no-repeat;
}
.boothcontent .slick_main{
	margin:10px 40px 0px 40px;
}
.boothcontent .slick_main div .photo{
	display: flex;
	align-items: center;
	height:640px;
}

.boothcontent .slick_main h2{
	text-align:center;
	white-space:nowrap;
}
.boothcontent .slick_main img{
	text-align:center;
	margin:0 auto;
}
.boothcontent .slick_main p{
	text-align:left;
	margin:5px 10px 0 10px;
}
.boothcontent .slick_main p.cnt{
	margin-top:10px;
	text-align:center;
	color:#999;
}
.boothcontent .slick_thumb_area{
	margin:50px 20px 80px 20px;
	height:185px;
	position:relative;
	/*overflow:hidden;*/
}
.boothcontent .slick_thumb{
	margin:10px 40px;
	padding-top:20px;
}
.boothcontent .slick_thumb div{
	cursor:pointer;
	display: flex;
	align-items: center;
}
.boothcontent .slick_thumb div img{
	/*overflow:hidden;*/
	width:200px;
}
.boothcontent .slick_thumb div .tate{
	height:200px;
	width:auto;
	margin:0 auto 0 auto;
}


#arrows_main .slick-prev,
#arrows_main .slick-prev:hover,
#arrows_main .slick-prev:focus {
	top:340px;
}
#arrows_main .slick-next,
#arrows_main .slick-next:hover,
#arrows_main .slick-next:focus {
	top:340px;
}
/*-------作者からメッセージ----------*/
.boothcontent .author{
	margin:20px 60px 0px 60px;
	background-color:#FFFCDF;
	border: 1px solid #999;
	clear:both;
	overflow:hidden;
}
.boothcontent .author h2{
	font-size:14px;
}
.boothcontent .author p{
	margin:0;
	font-size:14px;
	line-height:160%;
}
.boothcontent .author .box1{
	float:left;
	padding:20px 0 20px 20px;
	margin-right:20px;
}
.boothcontent .author .box2{
	float:left;
	width:590px;
	padding:15px 0 15px 0px;
	margin-right:30px;
}
.boothcontent .author dl{
	margin:5px 0  5px 0;
	font-size:12px;
}
.boothcontent .author dt{
	/*width:55px;*/
	float:left;
	clear:left;
}
.boothcontent .author dd{
	width:300px;
	float:left;
}

