@charset "utf-8";

#content {
	padding: 0;
}

img {
	border-style: none;
}

.heading_summary {
	font-weight: bold;
}

#museum_heading {
	/* height: 173px; */
	/* width: 1004px; */
	color: #006ecc;
	position: relative;
	padding: 28px;
}
#museum_heading h2 {
	/*
	position: absolute;
	left: 74px;
	top: 16px;
	*/
	padding: 0;
	margin: 0;
}
#museum_heading .heading_summary {
	/*
	position: absolute;
	left: 75px;
	top: 67px;
	*/
	font-size: 120%;
	font-family:HiraMaruPro-W4,"ヒラギノ角ゴ Pro W4","ＭＳ Ｐゴシック",sans-serif;
	margin-top: 30px;
}
#museum_heading .heading_description {
	/*
	position: absolute;
	left: 75px;
	top: 95px;
	*/
	font-size: 100%;
	font-weight: normal;
	width: 850px;
}
#museum_index {
	/*
	border-bottom: 1px solid transparent;
	*/
}
#museum_index_expand {
	position: relative;
	height: 270px;
}
#museum_index_close {
	position: absolute;
	left: 861px;
	top: 6px;
	cursor: pointer;
}
#museum_index_image {
	position: absolute;
	left: 53px;
	top: 51px;
}
#museum_index_collapse {
	position: relative;
	height: 34px;
	display: none;
}
#museum_index_button {
	position: absolute;
	left: 704px;
	top: 7px;
	cursor: pointer;
}

#chronicle {
	margin: 0 auto;
	position: relative;
	width: 924px;
	height: 100%;
	overflow: hidden;
}

#chronicle h3,
#chronicle h4,
#chronicle h5,
#chronicle h6,
#chronicle p {
	margin: 0;
	padding: 0;
}
#chronicle ul,
#chronicle ol {
	margin: 0;
	padding: 0 0 0 2em;
}

#slideboard {
	position: relative;
	width: 924px;
	background: url(images/slideboard_bg.png) repeat-y 471px;
}
#slideboard-separator {
	position: absolute;
	top: 0px;
	left: 471px;
	width: 1px;
	height: 10px;
	background: #000;
	z-index: 1;
}
#slideboard-left-shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 119px;
	height: 100%;
	background: url(images/left_shadow.png) repeat-y;
	z-index: 3;
	display: none;
}
#slideboard-right-shadow {
	position: absolute;
	top: 0px;
	left: 806px;
	width: 119px;
	height: 100%;
	background: url(images/right_shadow.png) repeat-y;
	z-index: 3;
	display: none;
}
#slideboard-arrow {
	position: absolute;
	top: 0;
	z-index: 4;
}
#slideboard-arrow-left {
	position: absolute;
	top: 0;
	left: 60px;
	display: none;
	cursor: pointer;
}
#slideboard-arrow-right {
	position: absolute;
	top: 0;
	left: 850px;
	display: none;
	cursor: pointer;
}



.year-article {
	/*
	width: 1263px;
	*/
	clear: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.year-article-label {
}
.year-article-left {
	float: left;
	width: 416px;
	position: relative;
	padding-left: 36px;
	padding-bottom: 24px;
}


.year-article-right {
	margin-left: 472px;
	padding: 4px 15px 20px 15px;
	position: relative;
}
.year-article-right-thumbnail {
	position: absolute;
	/*
	left: 15px;
	*/
	top: 4px;
	cursor: pointer;
}
.year-article-right-wrap {
	width: 435px;
	height: 344px;
	background: #001A31;
}
.year-article-right-detail {
	position: absolute;
	top: 4px;
	/*
	left: 15px;
	*/
	display: none;
	background: url(images/wrap_bg.png) top repeat-x;
	width: 791px;
}
.back_to_top {
	width: 100%;
	text-align: right;
}
.align_bottom {
	position: absolute;
	bottom: 0;
}

.blue {
	color: #006DCC;
}
.lightblue {
	color: #0084DA;
}
.cyan {
	color: #00EED6;
}
.large {
	font-size: 13px;
	line-height: 150%;
}
.medium {
	font-size: 12px;
	line-height: 150%;
}
.small {
	font-size: 11px;
	line-height: 150%;
}
.xx-small {
	font-size: 7px;
	line-height: 150%;
}


/*
 * 左側詳細
 */
.episode {
	margin-top: 16px;
	margin-bottom: 20px;
}

#chronicle ul.goods {
	padding-left: 0;
	list-style-type: none;
}
#chronicle ul.goods li {
	width: 103px;
	height: 103px;
	display: block;
	float: left;
	position: relative;
}


#chronicle .gameevents {
	color: #00EED6;
	font-size: 11px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 200px;
}

.gameinfo {
	margin-left: 210px;
	width: 220px;
}
.gameinfo-text {
	float: right;
	margin-top: 9px;
	width: 110px;
	color: #006ECC;
}
.gameinfo-image {
	margin-right: 110px;
	text-align: right;
}



/*
 * 右側詳細
 */
.platform-icon {
	position: absolute;
	left: 0;
	top: 0;
}
.year-article-right-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.description {
	padding-top: 40px;
	padding-left: 40px;
	width: 295px;
	float: left;
}
#chronicle .description h4 {
	margin: 5px 0;
}
.image {
	margin-left: 347px;
}

.year-article-right-detail h5 {
	font-size: 14px;
	font-weight: bold;
	color: #00A5FF;
	text-align: center;
	width: 100px;
	position: absolute;
	left: 4px;
	top: 0px;
}

.trivia {
	/*
	position: absolute;
	left: 20px;
	top: 303px;
	*/
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	width: 751px;
	clear: left;
}
.trivia100 {
	background-image:url(images/common/trivia100.png);
	height: 100px;
}
.trivia121 {
	background-image:url(images/common/trivia121.png);
	height: 121px;
}
.trivia141 {
	background-image:url(images/common/trivia141.png);
	height: 141px;
}
.trivia161 {
	background-image:url(images/common/trivia161.png);
	height: 161px;
}
.trivia183 {
	background-image:url(images/common/trivia183.png);
	height: 183px;
}
.trivia203 {
	background-image:url(images/common/trivia203.png);
	height: 203px;
}
.trivia ul {
	position: absolute;
	left: 12px;
	top: 42px;
	width: 700px;
	line-height: 170%;
	font-size: 12px;
	list-style: disc;
	padding-left: 300px;
}
.trivia li {
	list-style: disc;
}

.environment {
	/*
	position: absolute;
	left: 20px;
	top: 475px;
	*/
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	width: 572px;
	display: inline;
}
.environment182 {
	background-image:url(images/common/environment182.png);
	height: 182px;
}
.environment199 {
	background-image:url(images/common/environment199.png);
	height: 199px;
}
.environment224 {
	background-image:url(images/common/environment224.png);
	height: 224px;
}
.environment .environment-list {
	position: absolute;
	left: 15px;
	top: 42px;
	width: 542px;
}
.environment-label {
	clear: left;
	float: left;
}
.environment-content {
	margin-left: 80px;
}

.movie {
	/*
	position: absolute;
	left: 607px;
	top: 475px;
	*/
	position: relative;
	margin-left: 607px;
	margin-top: 10px;
	width: 164px;
}
#chronicle .movie p {
	margin-bottom: 4px;
}
.movie182 {
	background-image:url(images/common/movie182.png);
	height: 182px;
}
.movie199 {
	background-image:url(images/common/movie199.png);
	height: 199px;
}
.movie224 {
	background-image:url(images/common/movie224.png);
	height: 224px;
}
.movie .movie-content {
	position: absolute;
	left: 20px;
	top: 45px;
	width: 124px;
}


.family {
	/*
	position: absolute;
	left: 20px;
	top: 668px;
	*/
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	width: 751px;
}
.family144 {
	background-image: url(images/common/family144.png);
	height: 144px;
}
.family237 {
	background-image: url(images/common/family237.png);
	height: 237px;
}
.family330 {
	background-image: url(images/common/family330.png);
	height: 330px;
}
.family423 {
	background-image: url(images/common/family423.png);
	height: 423px;
}
#chronicle .family ul {
	padding: 0;
}
.family ul {
	position: absolute;
	left: 18px;
	top: 39px;
	width: 732px;
}
.family li {
	width: 163px;
	height: 93px;
	list-style-type: none;
	display: block;
	float: left;
	position: relative;
	margin-right: 20px;
}

.family_thumbnail {
	position: absolute;
	left: 5px;
	top: 5px;
}

.family_content {
	position: absolute;
	left: 64px;
	top: 0px;
}











#goods_overlay {
	display: none;
	position: absolute;
	left: -240px;
	top: -237px;
}
#goods_overlay_close {
	position: absolute;
	left: 13px;
	top: 12px;
}
#goods_overlay_label {
	position: absolute;
	left: 35px;
	top: 14px;
	color: #FFF;
}

#balloon {
	position: absolute;
	display: none;
	z-index: 100;
}
#balloon td {
	font-size: 6px;
}
#balloon td#balloon-content {
	font-size: 12px;
}


/*
#slideboard {
	left: -400px;
}
.year-article-right-thumbnail {
	display: none;
}
.year-article-right-detail {
	display: block;
}
.year-article-right-wrap {
	height: 1200px;
}

*/


