@charset "UTF-8";
/* CSS Document */
.tomonokai {
	width: 800px;
	margin-bottom: 50px;
	border-collapse: collapse;
}
.tomonokai thead th{
	border-left: 15px solid #FFF;
	border-right: 15px solid #FFF;
	text-align: center;
	background-color: #992244;
	color: #FFF;
	padding: 30px 0 10px;
}
.tomonokai thead th h5{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}
.tomonokai thead th p{
	width: 120px;
	margin: 0 auto 10px;
	background-color: #FFFFFF;
	color: #43341B;
	font-size: 16px;
	line-height: 1.2em;
	padding: 6px;
	font-weight: bold;
	border-radius: 50px;
}
.tomonokai thead th:first-of-type{
	background-color: #FFF;
	border-left: none;
}
.tomonokai thead th:last-of-type{
	background-color: #43341B;
}
.tomonokai tbody th{
	position: relative;
}
.tomonokai tbody td{
	border-left: 15px solid #FFF;
	border-right: 15px solid #FFF;
	background-image: url(../../img/member/bg01.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	width: 38%;
	padding: 20px 36px;
	position: relative;
}
.tomonokai tbody td p{
	width: 100%;
	margin: 0 auto;
}
.tomonokai tbody td hr{
	position: absolute;
	bottom: 0;
	width: calc(100% - 72px);
    border: none;
	border-top: 1px dashed #43341B;
}
.tomonokai tbody th hr{
	position: absolute;
	bottom: 0;
	width: 100%;
    border: none;
	border-top: 1px dashed #43341B;
}
.tomonokai tbody tr:last-of-type td{
	border-bottom: 10px solid #992244;
}
.tomonokai tbody tr:last-of-type td:last-of-type{
	border-bottom: 10px solid #43341B;
}
.tomonokai tbody td:last-of-type{	
	background-image: url(../../img/member/bg02.png);
}
.eventlink {
	padding-bottom: 30px;
}
.eventlink .link {
	margin-left: auto;
	margin-right: auto;
}
.tomokailink{
	display: block;
	padding-bottom: 30px;
}
.tomokailink .box{
	width: 100%;
	padding-right: 0%;
}
.tomokailink .box:nth-of-type(2n){
	padding-right: 0;
	padding-top: 20px;
}
.tomokailink .box h5{
	font-size: 18px;
	line-height: 1.6em;
	color: #FFF;
	background-color: #992244;
	padding: 15px 20px;
	font-weight: bold;
}
.tomokailink .box:nth-of-type(2n) h5{
	background-color: #43341B;
}
.tomokailink .box li{
	border-bottom: 1px solid;
}
.tomokailink .box li a{
	display: block;
	padding: 25px 0;
	text-decoration: none;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 95% center;
	transition: 0.2s;
}

.tomokailink .box li a:hover {
	background-size: 33px auto;
}
.tomokailink .box li a img{
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.center2link.mp50{
	margin-bottom: 30px!important;
	padding-bottom: 0!important;
}