/*展示室コンテンツ*/
.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%;
}
.boothcontent .profile p.textright {
  text-align: right;
  margin-right: 20px;
}

/*-------カルーセルエリア　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:650px;
}
.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:550px;
}
.boothcontent .slick_main h2{
	text-align:center;
	white-space:nowrap;
}
.boothcontent .slick_main img{
	text-align:center;
	margin:0 auto;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.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:40px 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{
  max-width: 200px;
  max-height: 200px;
  margin:0 auto;
}


#arrows_main .slick-prev,
#arrows_main .slick-prev:hover,
#arrows_main .slick-prev:focus {
	top:300px;
}
#arrows_main .slick-next,
#arrows_main .slick-next:hover,
#arrows_main .slick-next:focus {
	top:300px;
}
/*-------作者からメッセージ----------*/
.boothcontent .author{
	margin:20px 60px 0px 60px;
	background-color:#FFFCDF;
	border: 1px solid #999;
  display: flex;
}
.boothcontent .author h2{
	font-size:14px;
}
.boothcontent .author p{
	margin:0;
	font-size:14px;
	line-height:160%;
}
.boothcontent .author .box1{
  width:20%;
	padding:20px 0 20px 20px;
	margin-right:20px;
}
.boothcontent .author .box1 p{
	font-size:12px;
}
.boothcontent .author .box1 img{
  max-width: 100%;
}

.boothcontent .author .box2{
  width: 80%;
	padding:15px 30px 15px 0px;
}

/*-------サブメニュー----------*/
.boothcontent .submenu{
	width:700px;
	margin:20px auto 30px;
}
.boothcontent .submenu ul{
	overflow:hidden;
}
.boothcontent .submenu li:hover{
	border:1px solid #F60;
}
.boothcontent .submenu li{
	margin:0 0 20px 0;
	border:solid 1px #CCC;
	padding:15px;
	display:table;
}
.boothcontent .submenu li .boxL{
	display:table-cell;
	vertical-align:top;
	width:25%;
}
.boothcontent .submenu li .boxL img{
	width:100%;
}
.boothcontent .submenu li .boxR{
	display:table-cell;
	vertical-align:top;
	width:75%;
	padding:0 20px;
}
.boothcontent .submenu li p{
	font-size:12px;
	line-height:1.6;
}
.boothcontent .submenu li h2{
	margin:0 0 5px 0 ;
	font-size:14px;
	line-height:160%;
	text-align:left;
}
.boothcontent .submenu li h2 span{
	font-size:14px;
}
.boothcontent .submenu li img{
	margin:10px auto;
	display:block;
}

/*-------サブメニュー2---------*/
.boothcontent .submenu2{
	width:90%;
	margin:40px auto 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.boothcontent .submenu2 ul{
	overflow:hidden;
	width:90%;
	margin:20px auto 30px;
}
.boothcontent .submenu2 li a:hover{
	text-decoration:underline;
}
.boothcontent .submenu2 li{
	float:left;
	margin:0 30px 5px 0;
	font-size:16px;
	line-height:160%;
}
.boothcontent .submenu2 li span{
	font-size:14px;
}

/*-------サブメニュー3---------*/
.boothcontent .submenu3{
	margin:0 0 50px;
}
.boothcontent .submenu3 ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
	width:80%;
	margin:0 auto;
}
.boothcontent .submenu3 ul a{
	border:solid 1px #CCC;
	width:31.5%;
	text-align:center;
	padding-bottom:5px;
}
.boothcontent .submenu3 ul a:hover{
	border:1px solid #F60;
}
.boothcontent .submenu3 li img{
	width:90%;
}
.boothcontent .submenu3 li h2{
	margin:8px 0 5px;
	font-size:16px;
	line-height:160%;
	text-align:center;
}
.boothcontent .submenu3 li h2 span{
	font-size:14px;
}


/*-------作者紹介・作品インデックスに戻る対策---------*/
header nav li.size4{
	width:253px;
	background:url(../../images/bg_li_size4_blue.png) no-repeat;
}

