@charset "utf-8";

.container-registration .fair-main h2.common-style {
	margin-bottom:2rem;
}
.list-area .cell-mode  {
	text-align : center;
	width : 100px;
}
.list-area .cell-image {
	text-align : center;
	width : 100px;
}
.list-area .cell-data  {

}
.list-area .cell-data > span {
	display : block;
	line-height : 1.4;
}
.list-item {

}
.list-area table td.cell-menu {
	width : 60px;
	text-align : center;
}

.cell-menu .btn {
	border: 1px solid #e60012;
	display: inline-block;
	padding: 1px;
	background: #fff;
	padding: 0.5rem 1rem;
	text-align: center;
	color: #e60012;
	cursor: pointer;
	font-size : 90%;
}
.cell-menu .btn:hover {
	background-color : #e60012;
	color: #fff;
}
.cell-menu .btn-view {
	color: #1c7e1c;
	border-color: #4cae4c;
}
.cell-menu .btn-view:hover {
	color: #fff;
	background-color: #5cb85c;
}




.main h3.common-style {
	font-size: 2.2rem;
	padding: 2px 0 0 1.5rem;
	border-left: 1px solid #e60012;
	line-height: 1.1;
	margin-bottom: 3rem;
	letter-spacing: .05em;
	font-weight: 500;
}
.main .list-area {
	margin-top: 30px;
}




