@charset "UTF-8";

#contents h1 {
	color: #fff;
	font-size: 230%;
	font-weight: bold;
	text-align: center;
	background: #e50112;
	padding: 10px 0 5px;
}
#contents h2 {
	color: #fff;
	font-size: 154%;
	font-weight: bold;
	text-align: center;
	background: #e50112;
	padding: 5px 0 2px;
}
#contents .sInner {
	margin: 0 auto;
	margin: 20px auto 0;
	max-width: 800px;
}
#contents .sInner > section {
	margin-top: 20px;
}
#contents .sInner > section .red {
	color: #e50112;
	font-weight: bold;
}
#contents .sInner > section p {
	margin: 10px 0;
	font-size: 124%;
	text-align: right;
}

#contents .sInner > section .table {
	border: 2px solid #e899d1;
}

#contents .sInner > section .table TABLE {
	width: 100%;
}

#contents .sInner > section .table tr > * {
	text-align: center;
}
#contents .sInner > section .table thead tr > * {
	font-size: 124%;
	font-weight: bold;
	background: #e899d1;
	padding: 5px 0;
}	
#contents .sInner > section .table tbody th {
	font-size: 139%;
	background: #eee;
}
#contents .sInner > section .table tbody td {
	font-size: 200%;
}
#contents .sInner > section .table tbody td .annotation {
	font-size: 70%;
}

#contents .sInner > section .table tbody td .note1::after {
	content: ' ※1';
	font-size: 70%;
	color: #e50112;
}

#contents .sInner > section .table tbody td .note2::after {
	content: ' ※2';
	font-size: 70%;
	color: #e50112;
}

#contents .sInner > section .table tbody td .note3::after {
	content: ' ※3';
	font-size: 70%;
	color: #e50112;
}

#contents .sInner > section .table tbody td .note4::after {
	content: ' ※4';
	font-size: 70%;
	color: #e50112;
}

#contents .sInner > section .table tbody tr > * {
	padding: 10px 0;
	font-weight: bold;
	vertical-align: middle;
}
#contents .sInner > section .table tbody tr > * + * {
	border-left: 1px dashed #c6c6c6;
}
#contents .sInner > section .table tbody tr + tr > * {
	border-top: 1px dashed #c6c6c6;
}
#contents .sInner > section .table tbody .col > * {
	color: #fff;
	font-size: 139%;
	border-top: none;
	border-bottom: none;
	background: #b50081;
}
#contents .sInner > section .table tbody .col + tr > * {
	border-top: none;
}
#contents .sInner > p {
	color: #b50081;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
}
#contents .sInner > section .yago {
	text-align: center;
	margin-top: 50px;
}
#contents .sInner > section > h2 {
	margin-top: 50px;
}
.pagetop {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 9999;
}
.pagetop.shift {
    bottom: 16%;
}
.yago-list {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 35px 0;
}
.yago-list li {
	display: inline-block;
}
.yago-list a {
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	position: relative;
	display: block;
	padding-bottom: 25px;
}
.yago-list a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	border-top: 3px solid;
	border-right: 3px solid;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto; 
}
.yago-list li:nth-child(1) a:after {
	border-color: #b50081;	
}
.yago-list li:nth-child(2) a:after {
	border-color: #b5004d;	
}
.yago-list li:nth-child(3) a:after {
	border-color: #e34b06;	
}
.yago-list a:hover {
	opacity: .5;
}

@media (max-width:768px){
	#contents .sInner > section p {
		font-size: 14px;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	#contents .sInner > section .table {
		margin: 0 15px;
	}
	#contents .sInner > section .table table {
		table-layout: fixed;
	}
	#contents .sInner > section .table tbody th {
		font-size: 14px;
	}
	#contents .sInner > section .table tbody td {
		font-size: 16px;
	}
	#contents .sInner > p {
		font-size: 20px;
	}
	.pagetop {
		width: 50px;
		bottom: 10%;
	}
	.pagetop img {
		width: 100%;
		height: auto;
	}
	.pagetop.shift {
	    bottom: 22%;
	}
	.yago-list li {
		float: left;
		width: calc(100%/3);
	}
	.yago-list:after {
		content: "";
		display: block;
		clear: both;
	}
	.yago-list img {
		width: 100%;
		height: auto;
	}
	.yago-list a:after {
		border-width: 2px;
		width: 7px;
		height: 7px;
	}
	.yago-list a {
		padding-bottom: 15px;
	}
	#aeon.anchor,#mv.anchor,#big.anchor {
    	padding-top: 50px;
    	margin-top: -50px !important;
	}
}