@charset "utf-8";

.imgfr img {
	width: 110px;
	height: auto;
	border: solid 1px #e6e6e6;
}

#sima_popbox .cms_image img {
	border: solid 10px #333;
}
#sima_popbox .cms_caption_b {
	color: #fff;
}
.frBox {
	float: right;
}
.imgfr .frBox img {
	float: none;
}
.imgfr .frBox .btn-a a {
	font-size: 1.4rem;
	min-width: 110px;
	margin-left: 10px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* 開催年 tb */
	.headTb.record table tr td:nth-of-type(2)::before {
		content: "開催年：";
		font-weight: 500;
	}
	/* 会場 tb */
	.headTb.record table tr td:nth-of-type(3)::before {
		content: "会場テーマ：";
		font-weight: 500;
	}
	/* 講演 tb */
	.headTb.record table tr td:nth-of-type(4)::before {
		content: "講演：";
		font-weight: 500;
	}
	
	
	/* PopBox 強制変更 */
	.modal-controls #sima_popbox_back {
		opacity: 1 !important;
	}
	.modal-controls #sima_popbox {
		padding: 5% !important;
		left: 0 !important;
		right: 0 !important;
		margin: auto !important;
	}
	
	.modal-controls .btnClose {
		position: absolute !important;
		top: -25px !important;
		right: 50% !important;
		margin-right: -20px;
	}
	.modal-controls .btnPrev {
		top: -50px !important;
		left: 0 !important;
	}
	.modal-controls .btnNext {
		top: -50px !important;
		right: 0 !important;
	}
}


/* ↓↓↓ここからポップアップ↓↓↓ */


/* サムネイル */
.bx-pager li {
	float: left;
	margin-bottom: 15px;
	padding: 2px;
}
.bx-pager li:not(:last-child) {
	margin-right: 15px;
}
.bx-pager a {
	display: block;
	width: 60px;
	height: 60px;
	background-position: 50% 0%;
	background-size: cover;
}
.bx-pager a.active {
	outline: 2px solid #0078C8;
}

/* スライダー */
.slider-box {
	width: 400px;
}

.is-horizontal .slider-box {
	/*width: 800px;*/
	width: 800px;
}


/* そのほかスタイル */
.slider-box .cms_caption_b {
	color: #fff;
}

/* コントロール */
.modal-controls-prev,
.modal-controls-next {
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.modal-controls-prev {
	left: -100px !important;
}
.modal-controls-next {
	right: -100px !important;
}
.modal-controls-prev:before,
.modal-controls-next:before {
	content: '';
	display: block;
	position: absolute;
	width: 60%;
	height: 60%;
	-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    left: 30%;
    top: 15%;
}
.modal-controls-next:before {
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: auto;
    right: 30%;
}
.modal-controls-close {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed !important;
	top: 25px !important;
	right: 25px !important;
}
.modal-controls-close:before,
.modal-controls-close:after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 2px;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.modal-controls-close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-controls-close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-controls-prev:hover,
.modal-controls-next:hover,
.modal-controls-close:hover {
	opacity: .5;
}


@media (max-width: 767px) {
	.is-horizontal .slider-box {
		width: 400px;
	}
	.modal-controls-prev {
		left: -60px !important;
	}
	.modal-controls-next {
		right: -60px !important;
	}
}

@media (max-width: 560px) {
	.modal--show {
		padding-top: 45px;
	}
	/* サムネイル */
	.bx-pager li {
		margin-bottom: 10px;
	}
	.bx-pager li:not(:last-child) {
		margin-right: 5px;
	}
	.bx-pager a {
		width: 40px;
		height: 40px;
	}
	/* スライダー */
	.modal-content {
		/*width: 75%;*/
		width: 85%;
		max-height: 90% !important;
		max-height: calc(100% - 25px) !important;
	}
	.is-horizontal .slider-box,
	.slider-box {
		width: 100%;
	}
	.modal-controls-prev:hover,
	.modal-controls-next:hover,
	.modal-controls-close:hover {
		opacity: 1;
	}
	.modal-controls-prev,
	.modal-controls-next,
	.modal-controls-close {
		/* 削除
		width: 25px;
		height: 25px;
		*/
		width: 45px;
		height: 35px;
	}
	.modal-controls-close:before,
	.modal-controls-close:after {
	    width: 1px;
	    /* 追加 */
	    height: 25px;
	}
	.modal-controls-prev:before,
	.modal-controls-next:before {
		/* 追加 */
		width: 15px;
		height: 15px;
	    border-left: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	    margin: auto;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	}
	.modal-controls-prev {
		position: fixed !important;
		/*top: 20px !important;*/
		/* 修正 */
		top: 12px !important;
		/*left: 12.5% !important;*/
		left: 7.5% !important;
		margin-left: -8px;
	}
	.modal-controls-next {
		position: fixed !important;
		/*top: 20px !important;*/
		/* 修正 */
		top: 15px !important;
		/*right: 12.5% !important;*/
		right: 7.5% !important;
		margin-right: -8px;
	}
	.modal-controls-close {
		/*top: 20px !important;*/
		/* 修正 */
		top: 15px !important;
		right: auto !important;
		left: 50% !important;
		/*
		margin-left: -15px;
		*/
		/* 修正 */
		margin-left: -17.5px;
	}
}

/* ノートPCのみ */
@media (min-width: 768px) and (max-height: 770px) {
	.slider-box {
		width: 300px;
	}
	.is-horizontal .slider-box {
		width: 600px;
	}
}
