/*****************************************/
/*                                       */
/* オレンジ（塗り）  ：#F08C27;          */
/* オレンジ（ライン）：#EBAD50;          */
/*                                       */
/*****************************************/

/* 全体 */
html {
	background-color: #E6E6E6;
}

body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body {
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
	background-color: #E6E6E6;
	background-repeat: repeat-x;
	-webkit-text-size-adjust : exact;
	-webkit-print-color-adjust: exact;
	margin: 0;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.container-fluid {
	padding: 0 5px;
}

.row {
	margin: 0;
	padding: 0;
}

.col-sm-6 {
	padding: 0 5px;
}

@media screen and (max-width : 768px) {
	.col-sm-6 {
		width: 100%;
	}
}
/* 全体 ここまで */

/* 各ページ共通 */
.for-pc {
	display: block;
}

.for-sm {
	display: none;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: content-box;
	position: relative;
}

.main-container {
	background-color: #FFFFFF;
	float: right;
	min-height: 800px;
	width: 740px;
	padding-bottom: 20px;
	margin-top: 25px;
}

.wrap::after,
.main-container::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width : 1000px) {
	.for-pc {
		display: none;
	}

	.for-sm {
		display: block;
	}

	.wrap {
		padding: 0;
		width: 100%;
	}

	.main-container {
		width: 100%;
		float: none;
	}
}
/* 各ページ共通 ここまで */

/* ヘッダ */
header {
	background-color: #F08C27;
	color: #FFFFFF;
	height: 40px;
}

header .header-menu {
	height: 40px;
	position: relative;
}

header .header-menu ul {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
}

header .header-menu ul li {
	display: inline-block;
	position: relative;
	margin-right: 7px;
	padding-right: 8px;
}

header .header-menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

header .header-menu ul li a:hover {
	color: #FBFF9d;
	opacity: 0.7;
}

header .header-menu ul li::after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #FFFFFF;
	position: absolute;
	top: 2px;
	right: -3px;
}

header .header-menu ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

header .header-menu ul li:last-child::after {
	width: 0;
	height: 0;
}

.top-image-pc {
	background-color: #FFFFFF;
	height: 215px;
	overflow: hidden;
}

.top-image-pc h1 {
	position: absolute;
	top: 68px;
	left: 240px;
	font-size: 38px;
	color: #F08C27;
}

.top-image-sm {
	display: none;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	height: 60px;
}

.top-image-sm img.logo {
	display: block;
	width: 128px;
	position: absolute;
	top: 6px;
	left: 21px;
}

.top-image-sm .hamburger {
	background-color: #F08C27;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 15px;
	height: 33px;
	width: 34px;
	cursor: pointer;
}

.top-image-sm .hamburger:hover {
	background-color: #C0C0C0;
}

.top-image-sm .hamburger span {
	background-color: #FFFFFF;
	width: 22px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 6px;
}

.top-image-sm .hamburger span::before,
.top-image-sm .hamburger span::after {
	content: "";
	background-color: #FFFFFF;
	width: 22px;
	height: 3px;
	position: absolute;
	left: 0;
}

.top-image-sm .hamburger span::before {
	top: -7px
}

.top-image-sm .hamburger span::after {
	top: 7px;
}

.top-menu-sm {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 63px;
	left: 0;
	z-index: 10;
	display: none;
}

.top-menu-sm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.top-menu-sm ul li {
	height: 42px;
	line-height: 42px;
	background-color: #5C5C5C;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s linear;
}

.top-menu-sm ul li:last-child {
	border-bottom: none;
}

.top-menu-sm ul li:hover {
	background-color: #F08C27;
	opacity: 0.7;
}

.top-menu-sm ul li.current {
	background-color: #F08C27;
}

.page-image-sm {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.page-image-sm h1 {
	position: absolute;
	top: 31px;
	left: 20px;
	margin: 0;
	color: #F08C27;
	font-size: 18px;
}

.page-image-sm img.page-image {
	width: 100%;
}

@media screen and (max-width : 1000px) {
	header {
		height: 10px;
	}

	header .header-menu {
		display: none;
	}

	.top-image-pc {
		display: none;
	}

	.top-image-sm,
	.page-image-sm {
		display: block;
	}
}
/* ヘッダ ここまで */

/* サイドメニュー（PCのみ） */
.side-menu {
	position: relative;
}

.side-menu ul.main {
	list-style-type: none;
	background-color: #FFFFFF;
	width: 190px;
	margin: 0;
	padding: 0;
	z-index: 10;
	position: fixed;
	top: 0;
}

.side-menu ul.main li.main-list-item  {
	border: 1px solid #E3E3E3;
	border-top: none;
	cursor: pointer;
}

.side-menu ul.main li.top {
	height: 90px;
	text-align: center;
	padding: 17px 0 0 2px;
	transition: all 0.3s ease-in-out 0s;
}

.side-menu ul.main li.top:hover {
	opacity: 0.5;
}

.side-menu ul.main li.menu-large {
	height: 51px;
	text-align: center;
	overflow: hidden;
}

.side-menu ul.main li.menu-large img {
	margin-top: -9px;
	margin-left: -1px;
	transition: all 0.3s ease-in-out 0s;
}

.side-menu ul.main li.menu-large img:hover {
	opacity: 0.7;
}

.side-menu ul.main li.menu-small {
	padding: 8px 0 7px 45px;
	position: relative;
	transition: color 0.3s ease-in-out 0s;
}

.side-menu ul.main li.menu-small::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	left: 29px;
	border-style: solid;
	border-width: 5px 0 5px 11px;
	border-color: transparent transparent transparent #F08C27;
}

.side-menu ul.main li.menu-small:hover {
	background-color: #F08C27;
	color: #FBDDBE;
}

.side-menu ul.main li.menu-small:hover::before {
	border-color: transparent transparent transparent #FBDDBE;
}

.side-menu ul.main li.current {
	background-color: #F08C27;
	color: #FFFFFF;
}

.side-menu ul.main li.current::before {
	border-color: transparent transparent transparent #FFFFFF;
}

.side-menu ul.main li.p-mark {
	display: table;
	width: 100%;
	padding-top: 1px;
	padding-left: 6px;
}

.side-menu ul.main li.p-mark .p-mark-image {
	display: table-cell;
	width: 50px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.side-menu ul.main li.p-mark .p-mark-image img {
	width: 100%;
}

.side-menu ul.main li.p-mark .p-mark-info {
	display: table-cell;
	font-size: 11px;
	padding: 8px 8px 7px 2px;
	line-height: 1;
	vertical-align: top;
}

.sub-menu {
	display: none;
}

.sub-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FBF4E8;
	color: #666666;
}

.sub-menu ul li {
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	padding: 10px 0 10px 30px;
	cursor: pointer;
	transition: color 0.3s ease-in-out 0s;
}

.sub-menu ul li:hover {
	background-color: #F08C27;
	color: #FBDDBE;
}

.sub-menu ul li:last-child {
	border-bottom: 1px solid #E3E3E3;
}

@media screen and (max-width : 1000px) {
	.side-menu {
		display: none;
	}
}
/* サイドメニュー（PCのみ） ここまで */

/* フッター */
footer {
	margin: 50px 0 0;
	padding: 0;
}

	/* PC */
footer .footer-image-col {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	box-sizing: content-box;
	position: relative;
	z-index: 10;
}

footer .footer-image-col .footer-image-box {
	padding: 28px 3px 0 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: -8px;
	left: 0;
	height: 120px;
	width: 190px;
}

footer .footer-image-col .footer-image-box img {
	width: 100%;
}

footer .footer-image-col .go-to-top {
	position: absolute;
	top: -10px;
	right: 15px;
	z-index: 10;
	width: 80px;
	height: 25px;
	border-radius: 4px 4px 0 0;
	background-color: #F5CB9F;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

footer .footer-image-col .go-to-top:hover {
	opacity: 0.7;
}

footer .footer-image-col .go-to-top::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 35px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #F15A24;
	border-right: 4px solid #F15A24;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer .footer-above {
	margin: 0;
	padding: 0;
	height: 76px;
	background-color: #F08C27;
}

footer .footer-above .anchors {
	padding: 20px 0 0 230px;
	color: #FFFFFF;
}

footer .footer-above .anchors ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer .footer-above .anchors ul::after {
	content: "";
	display: block;
	clear: both;
}

footer .footer-above .anchors ul li {
	float: left;
	margin-right: 19.5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}

footer .footer-above .anchors ul li::after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #FFFFFF;
	position: absolute;
	top: 2px;
	right: -10px;
}

footer .footer-below {
	margin: 0;
	padding: 0;
	height: 36px;
	background-color: #F15A24;
}

footer .footer-below .copylight {
	color: #FFFFFF;
	padding: 7px 7px 0 0;
	text-align: right;
}

	/* スマホ */
footer .anchor-list {
	margin: 0;
	padding: 20px 5px 10px;
	position: relative;
	width: 100%;
	background-color: #F08C27;
}

footer .anchor-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer .anchor-list ul li {
	margin: 0;
	padding: 1px 0 0;
	line-height: 34px;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px dotted #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}

footer .anchor-list ul li:hover {
	background-color: #DADADA;
	color: #F08C27;
	text-decoration: underline;
	opacity: 0.7;
}

footer .anchor-list .go-to-top {
	position: absolute;
	top: -10px;
	right: 50%;
	margin-right: -50px;
	z-index: 10;
	width: 100px;
	height: 30px;
	border-radius: 4px 4px 0 0;
	background-color: #F5CB9F;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

footer .anchor-list .go-to-top:hover {
	opacity: 0.7;
}

footer .anchor-list .go-to-top::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 45px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #F15A24;
	border-right: 4px solid #F15A24;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer .logo-area {
	height: 70px;
	line-height: 65px;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0 0 0 84px;
}

footer .logo-area img {
	width: 148px;
}

footer .copylight-area {
	margin: 0;
	padding: 7px 0;
	width: 100%;
	font-size: 11px;
	text-align: center;
	word-wrap: break-word;
	background-color: #F15A24;
	color: #FFFFFF;
}
/* フッター ここまで */

/* トップ */
.area-name {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0;
	color: #EBAD50;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5px;
	background-color: #FFFFFF;
	border: 1px solid #EBAD50;
	border-radius: 10px;
	transition: 0.5s;
}

.area-name:hover {
	color: #FFFFFF;
	background-color: #F08C27;
}

.area-title {
	font-size: 30px;
	color: #F08C27;
	margin: 0 10px 0 30px;
	display: inline-block;
}

.back-list {
	width: auto;
	margin: 0;
	padding: 5px 10px;
	color: #EBAD50;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EBAD50;
	border-radius: 4px;
	transition: 0.5s;
}

.back-list:hover {
	color: #FFFFFF;
	background-color: #F08C27;
}
/* トップ ここまで */

/* 展示会 */
h1.event-title {
	font-family: "uddigikyokasho-pro", sans-serif;
	font-size: 45px;
	letter-spacing: 10px;
	color: #F08C27;
	text-align: center;
	position: relative;
	padding: 10px 0 15px;
	border-bottom: 3px dashed #f08c27;
	text-shadow: 3px 3px 4px #D0D0D0;
}

.annaunce-exhibition {
	padding: 10px;
	margin-bottom: 30px;
}

h4.organizer {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 0 0 20px;
	background-color: #F08C27;
	color: #FFFFFF;
}

.anchor-hp {
	display: inline-block;
	margin: 5px 0 20px 40px;
}

table.exhibition-schedule {
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	margin: 0 0 40px 30px;
}

table.exhibition-schedule th,
table.exhibition-schedule td {
	padding: 5px 7px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

table.exhibition-schedule th {
	font-weight: normal;
	text-align: center;
}

table.exhibition-schedule th:nth-child(1) {
	width: 70px;
}

table.exhibition-schedule th:nth-child(2) {
	width: 110px;
}

.main-image {
	display: block;
	width: 100%;
}

.main-comment {
	margin: 10px 5px 20px;
	padding: 15px 10px;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
}

.tab-box {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
}

.tab-box .tab {
	display: table-cell;
	text-align: center;
	border-top: 3px solid #A6A6A6;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	background-color: #FBF4E8;
	font-size: 14px;
	font-weight: bold;
	line-height: 3;
	color: #666666;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.tab-box .tab:hover {
	border-top: 3px solid #F08C27;
	background-color: #FFFFFF;
	color: #F08C27;
	opacity: 0.7;
}

.tab-box .selected-tab {
	display: table-cell;
	text-align: center;
	border-top: 3px solid #F08C27;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 3;
	position: relative;
	color: #F08C27;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.tab-box .selected-tab:hover {
	opacity: 0.7;
}

.tab-box .selected-tab::after {
	content: "";
	border-bottom: 3px solid #FFFFFF;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 10;
}

.tab-title {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0 10px 10px;
	font-size: 160%;
	font-weight: bold;
	background-color: #F08C27;
	color: #FFFFFF;
}

.tab-title a {
	display: inline-block;
	margin-left: 20px;
	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}

.no-plan {
	margin: 20px 0 0 20px;
}

.event-list-box {
	margin: 15px 0 0;
	padding: 5px;
	border: 1px solid #EBAD50;
	width: 100%;
}

.event-list-box .box-top {
	border-bottom: 1px solid #666666;
}

.event-list-box .box-top::after {
	content: "";
	display: block;
	clear: both;
}

.event-list-box .box-top .locale {
	float: left;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 5px;
}

.event-list-box .box-top .note {
	float: left;
	margin: 3px 0 5px 10px;
	border: 1px solid #A72929;
	padding: 5px;
	color: #A72929;
	font-weight: bold;
}

.event-list-box .box-top .summary,
.event-list-box .box-top .summary-green,
.event-list-box .box-top .summary-blue,
.event-list-box .box-top .summary-red {
	float: right;
	margin: 5px 0;
	padding: 5px;
	color: #FFFFFF;
}

.event-list-box .box-top .summary {
	background-color: #4E1762;
}

.event-list-box .box-top .summary-green {
	background-color: #87C637;
}

.event-list-box .box-top .summary-blue {
	background-color: #28A4DF;
}

.event-list-box .box-top .summary-red {
	background-color: #A72929;
}

.event-list-box .box-top .event-time {
	float: right;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px;
}

.event-list-box .box-middle {
	display: table;
	width: 100%;
}

.event-list-box .box-middle .box-middle-row {
	display: table-row;
}

.event-list-box .box-middle .head {
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}

.event-list-box .box-middle .data {
	display: table-cell;
	padding: 8px 5px;
	border-bottom: 1px dotted #666666;
}

.event-list-box .box-bottom {
	padding: 10px 0 0;
}

.event-list-box .box-bottom img {
	width: 100%;
	transition: all 0.3s linear 0s
}

.event-list-box .box-bottom img:hover {
	opacity: 0.5;
}

.box-26ny {
	padding: 10px;
	line-height: 1.6;
}

h3.subtitle-26ny {
	color: red;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

h2.title-26ny {
	color: red;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.dl-26ny {
	margin: 0;
}

.dl-26ny::after {
	content: "";
	display: block;
	clear: both;
}

.dl-26ny dt {
	width: 80px;
	float: left;
}

.dl-26ny dd {
	padding-left: 80px;
}

.dl-26ny dd span {
	text-decoration: underline;
}







@media screen and (max-width : 1000px) {
	.tab-box {
		border-collapse: collapse;
	}

	.tab-box .tab,
	.tab-box .selected-tab {
		font-size: 12px;
		font-weight: normal;
	}
}
/* 展示会 ここまで */

/* 展示会詳細 */
.detail-box {
	margin: 15px 10px;
	padding: 0;
}

.detail-box h4 {
	padding: 5px 0 5px 10px;
	border-top: 1px solid #EBAD50;
	border-bottom: 1px solid #EBAD50;
	font-size: 120%;
	font-weight: bold;
}

.detail-box .detail-content {
	margin: 15px;
	padding-left: 30px;
	font-size: 110%;
	word-wrap:break-word;
}

.detail-box .detail-content p.finished {
	color: #A72929;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.detail-box .detail-content iframe {
	width: 100%;
	border: none;
}

h5.sub-title {
	margin: 30px 0 0;
	background-color: #F08C27;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #999999;
}

.bunner-box {
	margin: 15px auto 7px;
	text-align: center;
}

.bunner-box img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.seminar-lead {
	margin: 20px 15px;
	padding: 10px;
	border: 2px solid #EBAD50;
	border-radius: 4px;
	line-height: 1.6;
}

.seminar-lead p {
	margin: 0;
	text-indent: 1em;
}

dl.event-detail {
	margin: 0;
	padding: 0;
}

dl.event-detail dt {
	float: left;
	width: 70px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: normal;
}

dl.event-detail dd {
	padding-left: 70px;
	margin-bottom: 10px;
}

dl.event-detail dd .sp-maker {
	margin: 0;
	padding: 0;
}

dl.event-detail dd .sp-maker dt {
	float: left;
	width: 70px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
	background-color: #ED5537;
	color: #FFFFFF;
}

dl.event-detail dd .sp-maker dd {
	padding-left: 75px;
	margin-bottom: 5px;
}

.remain-info {
	margin: 0 0 0 30px;
	font-size: 110%;
}

.remain-alert0 {
	font-weight: bold;
}

.remain-alert1 {
	font-weight: bold;
	color: red;
}

.remain-alert2 {
	font-size: 130%;
	font-weight: bold;
	color: red;
}

.remain-alert3 {
	font-size: 160%;
	font-weight: bold;
	color: red;
}

.apply-list-remain {
	font-size: smaller;
	text-align: center;
}

.emphasis {
	color: red;
	font-size: large;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 4px;
	text-align: center;
	width: 100px;
	background-image: url("../img/exhibition/wave-orange.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: 20px auto;
}

.btn-entry {
	width: 90%;
	margin: 5px auto 20px;
	padding: 10px 0;
	background-color: #C95319;
	color: #ffffff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	transition: opacity 0.2s linear 0s;
	cursor: pointer;
}

.btn-entry:hover {
	opacity: 0.6;
}

.part-title {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 20px 0;
}

.exhibition-nothing {
	margin: 10px 15px;
}

.exhibition-box {
	margin: 0;
	padding: 0;
}

.exhibition-box h3 {
	color: #5F1985;
	margin: 20px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.exhibition-box h2 {
	color: #E50012;
	margin: 20px 10px 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.exhibition-box h4 {
	color: #5F1985;
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.exhibition-box p.announcement {
	padding: 0 30px;
	margin: 30px 0 10px;
	line-height: 1.5em;
}

.exhibition-box .publisher-box {
	margin: 10px 40px 20px;
	border: 2px dotted #8DC21F;
	padding: 30px 10px 10px;
	position: relative;
}

.exhibition-box .publisher-box .title {
	background-color: #8DC21F;
	color: #FFFFFF;
	padding: 3px 5px;
	font-weight: bold;
	position: absolute;
	top: -2px;
	left: -2px;
}

.exhibition-box .more-info {
	padding: 3px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #fad383;
	background: -moz-linear-gradient(top, #fad383 0%, #f5aa2f 100%);
	background: -webkit-linear-gradient(top, #fad383 0%, #f5aa2f 100%);
	background: linear-gradient(to bottom, #fad383 0%, #f5aa2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad383', endColorstr='#f5aa2f',GradientType=0 );
}

.event-bunner {
	margin-bottom: 10px;
	border: 3px solid #F08C27;
	transition: opacity 0.2s linear 0s;
	cursor: pointer;
}

.event-bunner:hover {
	opacity: 0.7;
}

.event-bunner h4 {
	background-color: #F08C27;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	position: relative;
}

.event-bunner h4 span {
	font-size: 9px;
	position: absolute;
	top: 4px;
	right: 12px;
}

.event-bunner h4 span::before,
.event-bunner h4 span::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 7px solid #FFFFFF;
}

.event-bunner h4 span::before {
	left: -10px;
}

.event-bunner h4 span::after {
	right: -10px;
}

.event-bunner img {
	width: 100%;
}

h2.seminar-title {
	background-color: #4E1762;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 5px 0 5px 10px;
}

img.leaflet {
	display: block;
	width: 95%;
	margin: 10px auto;
}

h3.seminar-place {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 10px;
	padding: 5px 0 5px 15px;
	border-top: 1px solid #EBAD50;
	border-bottom: 1px solid #EBAD50;
}

.btn-to-top {
	background-color: #F08C27;
	color: #FFFFFF;
	border-radius: 4px;
	font-weight: bold;
	margin: 10px auto 20px;
	padding: 10px 0;
	width: 90%;
	text-align: center;
	transition: opacity 0.2s linear 0s;
	cursor: pointer;
}

.btn-to-top:hover {
	opacity: 0.6;
}

.apply-box {
	margin: 0;
	padding: 0 10px;
}

.apply-table-for-pc {
	display: block;
}

.apply-table-for-sp {
	display: none;
}

.apply-box table {
	border-left: 1px solid #EBAD50;
	border-top: 1px solid #EBAD50;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 0;
}

.apply-box table th {
	background-color: #EBAD50;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px;
	vertical-align: middle;
	text-align: center;
}

.apply-box table .width-120 {
	width: 120px;
}

.apply-box table .width-100 {
	width: 100px;
}

.apply-box table td {
	border-bottom: 1px solid #EBAD50;
	border-right: 1px solid #EBAD50;
	padding: 3px 5px;
	vertical-align: middle;
}

.apply-box table td .finished {
	color:#A72929;
	font-weight:bold;
}

.apply-box table td .btn-apply {
	background-color: #C95319;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 auto;
	padding: 3px 0;
	cursor: pointer;
	transition: opacity 0.2s linear 0s;
}

.apply-box table td .btn-apply:hover {
	opacity: 0.6;
}

@media screen and (max-width : 540px) {
	.exhibition-box h3 {
		font-size: 15px;
	}

	.exhibition-box h2 {
		font-size: 25px;
	}

	.exhibition-box h4 {
		font-size: 13px;
	}
}

@media screen and (max-width : 700px) {
	.apply-table-for-pc {
		display: none;
	}

	.apply-table-for-sp {
		display: block;
	}
}

@media screen and (max-width : 1000px) {
	.detail-box .detail-content {
		padding-left: 0;
	}
}
/* 展示会詳細 ここまで */
