@charset "Shift_JIS";

/*
 Follow link	
*/
#follow-link {
	position: absolute;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 5000;
	display: none;
}

#follow-link li {
	background-color: #fff;
}

#follow-link li:nth-child(even) {
	background-color: #ebebeb;
}

#follow-link a {
	font-size: 1.7em;
	color: #00234b;
	display: block;
	padding: 18px 7px 18px 54px;
	text-decoration: none;
	position: relative;
	height: 80px;
	font-weight: bold;
}

#follow-link a:before {
	content: "";
	display: inline-block;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#follow-link a .text-small {
	font-size: 0.8em;
	margin: 0 2px;
}

#follow-link a#follow-aboutUs {
	border-left: 9px solid #19bad1;
}

#follow-link a#follow-aboutUs:hover {
	background-color: #19bad1;
}

#follow-link a#follow-aboutUs:before {
	width: 36px;
	height: 36px;
    left: 12px;
	background: url(../img/icon_earth@23.png) transparent no-repeat scroll left top;
}

#follow-link a#follow-bankruptcyEstablishment {
	border-left: 9px solid #4dbf6f;
	padding-top: 28px;
	padding-bottom: 28px;
}

#follow-link a#follow-bankruptcyEstablishment:hover {
	background-color: #4dbf6f;
}

#follow-link a#follow-bankruptcyEstablishment:before {
	width: 29px;
	height: 45px;
    left: 16px;
	background: url(../img/icon_building@23.png) transparent no-repeat scroll left top;
}

#follow-link a#follow-homeTown {
	border-left: 9px solid #d9ea5c;
	padding-top: 28px;
	padding-bottom: 28px;
}

#follow-link a#follow-homeTown:hover {
	background-color: #d9ea5c;
}

#follow-link a#follow-homeTown:before {
	width: 33px;
	height: 49px;
    left: 14px;
	background: url(../img/icon_chair@23.png) transparent no-repeat scroll left top;
}

#follow-link a#follow-revenueTrends {
	border-left: 9px solid #dcdfff;
	padding-top: 28px;
	padding-bottom: 28px;
}

#follow-link a#follow-revenueTrends:hover {
	background-color: #dcdfff;
}

#follow-link a#follow-revenueTrends:before {
	width: 37px;
	height: 28px;
    left: 11px;
	background: url(../img/icon_piggy_bank@23.png) transparent no-repeat scroll left top;
}

#follow-link a#follow-lifespan {
	border-left: 9px solid #96e4b5;
	padding-top: 28px;
	padding-bottom: 28px;
}

#follow-link a#follow-lifespan:hover {
	background-color: #96e4b5;
}

#follow-link a#follow-lifespan:before {
	width: 12px;
	height: 58px;
    left: 25px;
	background: url(../img/icon_candle@23.png) transparent no-repeat scroll left top;
}


/*
 Structure	
*/
.topicPath {
    position: relative;
    border-top: 1px #ccc solid;
    background: #f0f5fe;
    z-index: 9999;
    font-size: 12px;
}

.topicPath ul {
    width: 980px;
    margin: 0 auto;
}

.topicPath ul li {
    display: inline-block;
    line-height: 40px;
}

.topicPath ul li a {
    color: #333;
    text-decoration: underline;
}

.topicPath ul li:first-child:before {
    content: "";
}

.topicPath ul li:before {
    content: " > ";
}

#trivia {
	background-color: #fff;
}

#trivia .logo {
	width: 980px;
	margin: 7px auto;
}

.section {
	width: 1024px;
	margin: 0 auto;
}

.stage {
	width: 980px;
	margin: 0 auto;
}

#triviaHeader {
	padding-top: 46px;
	background: url("../img/bg_header@23.png") #fff repeat-x scroll left top;
}

#header {
	padding: 17px 0 19px;
    background: #fff;
    font-size: 0;explanation
}

#header div {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#triviaTitle {
	text-align: center;
	margin-bottom: 18px;
}

.description {
	font-size: 1.6em;
	margin-bottom: 60px;
	color: #00234b;
	text-align: center;
}

#triviaGlobal {
	width: 950px;
	margin: 0 auto;
}

#gNav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 30px;
}

#gNav li {
	flex: 1;
}

#gNav li#navAboutus {
	margin-top: -11px;
}

#gNav li a {
	display: block;
	text-indent: -9999px;
}

#gNav li#navAboutus a {
	width: 173px;
	height: 297px;
	background: url(../img/btn-about-teikoku-data-bank@23.png) transparent no-repeat scroll left top;
}

#gNav li#navAboutus a:hover {
	background: url(../img/btn-about-teikoku-data-bank-on@23.png) transparent no-repeat scroll left top;
}

#gNav li#navBankruptcyEstablishment a {
	width: 171px;
	height: 286px;
	background: url(../img/btn-tousan-sougyo@23.png) transparent no-repeat scroll left top;
}

#gNav li#navBankruptcyEstablishment a:hover {
	background: url(../img/btn-tousan-sougyo-on@23.png) transparent no-repeat scroll left top;
}

#gNav li#navHomeTown a {
	background: url(../img/btn-hometown@23.png) transparent no-repeat scroll left top;
}

#gNav li#navHomeTown a:hover {
	background: url(../img/btn-hometown-on@23.png) transparent no-repeat scroll left top;
}

#gNav li#navRevenueTrends a {
	background: url(../img/btn-profit@23.png) transparent no-repeat scroll left top;
}

#gNav li#navRevenueTrends a:hover {
	background: url(../img/btn-profit-on@23.png) transparent no-repeat scroll left top;
}

#gNav li#navLifespan a {
	background: url(../img/btn-lifespan@23.png) transparent no-repeat scroll left top;
}

#gNav li#navLifespan a:hover {
	background: url(../img/btn-lifespan-on@23.png) transparent no-repeat scroll left top;
}

/*
 Common
*/
.over a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    background: #fff;
}

.areaTitle {
	text-align: center;
}

.areaTitle img {
	margin-top: 0;
}

.explanation {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	display: table;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

.explanation .ex-text {
	color: #00234b;
	font-size: 1.4em;
	padding: 24px;
	width: 700px;
	display: table-cell;
}

.explanation small {
	font-size: 0.75em;
	display: inline-block;
	margin-top: 0.6em;
}

.explanation cite {
	font-size: 0.625em;
	display: inline-block;
}

.explanation a {
	width: 280px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	background-color: #748aa9;
	font-size: 1.8em;
	position: relative;
}

.explanation a:hover {
	text-decoration: none;
	background-color: #1e55a3;
}

.explanation a:after {
	content: "";
    display: block;
    width: 16px;
    height: 14px;
    background: url("../img/link-hover-icon@23.png") transparent no-repeat scroll left top;
    
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.explanation a span {
	
/*
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
*/
	padding: 0 40px 0 30px;
    display: table-cell;
    vertical-align: middle;
}

.explanation a span.definition {
	font-size: .78em;
}

.explanation a span strong {
	font-size: 1.36em;
}

/*
 éf[^oNÉÂ˘Ä
*/
#aboutUs {
	background: url("../img/bg_aboutUs.png") #fff repeat-x scroll left top;
}

#aboutUs .section {
	height: 1121px;
	background: url("../img/bg_aboutUs_section@23.png") #fff no-repeat scroll center top;
}

#aboutUs .canvas_stage {
	width: 1024px;
	height: 699px;
	margin-top: -35px;
}

#homeTown .canvas_stage {
	margin-top: -11px;
}

#homeTown .stage {
	width: 1024px;
}

/*
 éĆĚ|YEnĆ
*/
#bankruptcyEstablishment {
	background: url("../img/bg_triviaAbankruptcyEstablishment.png") #fff repeat-x scroll left top;
}

#bankruptcyEstablishment .section {
	height: 1173px;
	background: url("../img/bg_bankruptcyEstablishment_section.png") #fff no-repeat scroll center top;
}

#last-ten-year-tab {
	width: 560px;
	height: 64px;
	margin: 50px auto 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	z-index: 2000;
}

#last-ten-year-tab li {
	flex: 1;
	text-align: center;
}

#last-ten-year-tab li a {
	display: block;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: bold;
    color: #99afaa;
    padding-top: 17px;
    cursor: pointer;
    width: 280px;
    height: 64px;
    text-align: center;
}

#last-ten-year-tab li a:hover {
	background-color: #72a481;
}

#last-ten-year-tab li a#building {
	background: url(../img/bg-last-ten-year-total@23.png) transparent no-repeat scroll left top;
}

#last-ten-year-tab li a#building:active,
#last-ten-year-tab li a#building.active {
	background: url(../img/bg-last-ten-year-total-active@23.png) transparent no-repeat scroll left top;
}

#last-ten-year-tab li a#building:hover {
	color: #30a254;
	background: url(../img/bg-last-ten-year-total-hover@23.png) transparent no-repeat scroll left top;
}

#last-ten-year-tab li a#building_graph {
	background: url(../img/bg-last-ten-year-hikaku@23.png) transparent no-repeat scroll left top;
}

#last-ten-year-tab li a#building_graph:active,
#last-ten-year-tab li a#building_graph.active {
	background: url(../img/bg-last-ten-year-hikaku-active@23.png) transparent no-repeat scroll left top;
}

#last-ten-year-tab li a#building_graph:hover {
	color: #30a254;
	background: url(../img/bg-last-ten-year-hikaku-hover@23.png) transparent no-repeat scroll left top;
}

#last-ten-year-tab li a span {
	font-size: 1.15em;
	margin: 10px
}

#last-ten-year-tab li a.active {

	background-color: #069631;
    color: #fff;
}

#last-ten-year-tab li a#building_graph.active {
	left: -10px;
}

#canvas_scene_2,
#canvas_scene_2_2 {
	margin-top: -60px;
}

#canvas_scene_2_2 {
	display: none;
}

#bankruptcyEstablishment .explanation {
	position: relative;
	margin-top: -90px;
	z-index: 2000;
}

/*
 ĐˇĚogn
*/
#homeTown {
	background: url("../img/bg_triviaHomeTown.png") #fff repeat-x scroll left top;
}

#homeTown .section {
	height: 1158px;
	background: url("../img/bg_homeTown_section.png") #fff no-repeat scroll center top;
}

/*
 éĆĚűvÚ
*/
#revenueTrends {
	background: url("../img/bg_triviarevenueTrends.png") #fff repeat-x scroll left top;
}

#revenueTrends .section {
	height: 1147px;
	background: url("../img/bg_revenueTrends_section.png") #fff no-repeat scroll center top;
}

#revenueTrends h3 {
	font-size: 2.8em;
	color: #00234b;
	position: relative;
	top: 40px;
}

#revenueTrends .canvas_stage {
	height: 669px;
	background: url(../img/bg_piggy_screen_no_piggy@23.png) transparent no-repeat scroll 236px top;
	margin-bottom: 20px;
	position: relative;
	opacity: 0;
}

#revenueTrends .canvas_stage #canvas_inside {
	height: 100%;
	position: relative;
	opacity: 0;
}

#revenueTrends .canvas_stage #piggy {
	position: absolute;
	background: url(../img/piggy.png) transparent no-repeat scroll left top;
	width: 210px;
    height: 133px;
    z-index: 2;
    top: 510px;
    left: 0;
	opacity: 0;
}

#revenueTrends .canvas_stage #light {
	position: absolute;
	background: url(../img/bg_yellow_light@23.png) transparent no-repeat scroll center top;
	width: 91px;
    height: 442px;
    z-index: 1;
    top: 130px;
    left: 133px;
	display: none;
}

/*
 Map Graph change tab	
*/
#change-map {
	width: 120px;
	position: absolute;
	top: 154px;
	left: 0;
}

#change-map li {
	margin-bottom: 6px;
}

#change-map .map-graph-list {
	color: #8284a1;
	font-size: 1.6em;
	display: block;
	width: 120px;
	height: 126px;
	text-indent: -9999px;
}

#change-map #trend-map {
	background: url(../img/btn_map_off@23.png) transparent no-repeat scroll left top;
}

#change-map #trend-map:hover {
	background: url(../img/btn_map_hover@23.png);
}

#change-map #trend-map:active,
#change-map #trend-map.active {
	height: 120px;
	margin-bottom: 6px;
	background: url(../img/btn_map_on@23.png) transparent no-repeat scroll left bottom;
}

#change-map #trend-graph {
	background: url(../img/btn_graph_off@23.png) transparent no-repeat scroll left top;
}

#change-map #trend-graph:hover {
	background: url(../img/btn_graph_hover@23.png);
}

#change-map #trend-graph:active,
#change-map #trend-graph.active {
	height: 120px;
	margin-bottom: 12px;
	background: url(../img/btn_graph_on@23.png) transparent no-repeat scroll left bottom;
}

#bar-graph {
	display: none;
	position: relative;
}

#bar-graph img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#trendTab {
	position: absolute;
	right: -13px;
	top: 174px;
	width: 130px;
	height: 349px;
}

#trendTab:after {
	content: "";
	display: block;
	width: 130px;
	height: 349px;
	background: url(../img/bg-year-list-base@23.png) transparent no-repeat scroll 5px 4px;
	position: absolute;
	top: 0;
}

#trendTab .trendList {
	position: relative;
	z-index: 3;
	margin-left: -10px;
}

#trendTab .trendList:after {
	content: "";
	display: block;
	height: 2px;
	background: url(../img/bg-year-list-border@23.png) transparent no-repeat scroll 8px top;
}

#trendTab .trendList:last-child:after {
	background: none;
}

#trendTab .trendList a {
	display: block;
	width: 105px;
	height: 62px;
	position: relative;
	text-indent: -9999px;
}



#trendTab #y-2007 a {
	background: url(../img/y-2007@23.png) transparent no-repeat scroll 8px top;
}

#trendTab #y-2007 a:hover,
#trendTab #y-2007.active a {
	background: url(../img/y-2007-hover@23.png) transparent no-repeat scroll 0px top;
}

#trendTab #y-2009 a {
	background: url(../img/y-2009@23.png) transparent no-repeat scroll 8px top;
}

#trendTab #y-2009 a:hover,
#trendTab #y-2009.active a {
	background: url(../img/y-2009-hover@23.png) transparent no-repeat scroll 0px top;
}

#trendTab #y-2011 a {
	background: url(../img/y-2011@23.png) transparent no-repeat scroll 8px top;
}

#trendTab #y-2011 a:hover,
#trendTab #y-2011.active a {
	background: url(../img/y-2011-hover@23.png) transparent no-repeat scroll 0px top;
}

#trendTab #y-2013 a {
	background: url(../img/y-2013@23.png) transparent no-repeat scroll 8px top;
}

#trendTab #y-2013 a:hover,
#trendTab #y-2013.active a {
	background: url(../img/y-2013-hover@23.png) transparent no-repeat scroll 0px top;
}

#trendTab #y-2015 a {
	background: url(../img/y-2015@23.png) transparent no-repeat scroll 8px top;
}

#trendTab #y-2015 a:hover,
#trendTab #y-2015.active a {
	background: url(../img/y-2015-hover@23.png) transparent no-repeat scroll 0px top;
}




#trendTab .trendList a img {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.each-trend {
	display: none;
}

#con-2007 {
	display: block;
}

#trend-2007-graph,
#trend-2009-graph,
#trend-2011-graph,
#trend-2013-graph,
#trend-2015-graph {
	display: none;
}

.each-trend {
	position: relative;
	width: 587px;
	height: 592px;
	top: -37px;
}

.trendNav {
	position: absolute;
	left: 0;
	top: 105px;
}

.each-trend {
	margin-left: 235px;
}

/*
 éĆÔćřĚő˝
*/
#lifespan {
	background: url("../img/bg_triviaLifespan.png") #fff repeat-x scroll left top;
}

#lifespan .section {
	background: url("../img/bg_lifespan_section.png") #fff no-repeat scroll center top;
	padding-bottom: 155px;
}

#lifespan .canvas_stage {
	margin-top: 60px;
}

#lifespan h3 {
	font-size: 2.8em;
	color: #00234b;
}

#lifespan-qa {
	margin-bottom: 30px;
	position: relative;
}

#canvas_scene_5 {
	margin-top: -52px;
}

#answer-link .question {
	color: #fff;
    font-size: 1.3em;
    width: 131px;
    height: 58px;
    padding: 20px 0 0 20px;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    display: none;
}

#answer-link .question:before {
	content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    position: relative;
    top: 3px;
    left: -2px;
    margin-right: 4px;
}

#answer-link .question.why-long:before {
	background: url(../img/icon_green.gif) transparent no-repeat scroll left top;
}

#answer-link .question.why-long:hover:before {
	background: url(../img/icon_green_hover.gif) transparent no-repeat scroll left top;
}

#answer-link .question.why-short:before {
	background: url(../img/icon_blue.gif) transparent no-repeat scroll left top;
}

#answer-link .question.why-short:hover:before {
	background: url(../img/icon_blue_hover.gif) transparent no-repeat scroll left top;
}

#answer-link .question.why-long {
	background: url(../img/why-long@23.png) transparent no-repeat scroll center 6px;
}

#answer-link .question.why-long:hover {
	background: url(../img/why-long-on@23.png) transparent no-repeat scroll center 6px;
}

#answer-link .question.why-short {
	background: url(../img/why-short@23.png) transparent no-repeat scroll center 6px;
}

#answer-link .question.why-short:hover {
	background: url(../img/why-short-on@23.png) transparent no-repeat scroll center 6px;
}

#kougyou {
	right: 87px;
    top: 347px;
}

#kensetsu {
	right: 134px;
    top: 451px;
}

#seizou {
	top: 523px;
    right: 213px;
}

#supply {
	top: 248px;
    left: 132px;
}

#public {
	top: 89px;
    left: 352px;
}



#answer-link .answer {
	color: #00234b;
	font-size: 1.1em;
	display: none;
	width: 232px;
	height: 120px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    border-radius: 3px;
    padding: 20px 16px 0 16px;
    position: absolute;
    z-index: 20;
    left: 6px;
    top: 54px;
    cursor: default;
}

#answer-link .answer:after {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	background: url(../img/icon_close@23.png) transparent no-repeat scroll left top;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

#answer-link .why-long .answer {
	background-color: #faffe9;
}

#answer-link .why-short .answer {
	background-color: #e9f7ff;
}

#answer-link .answer a {
	display: block;
	margin-top: 1.5em;
}

#answer-link .answer a:before {
	content: "";
	width: 16px;
	height: 14px;
	display: inline-block;
	background: url(../img/icon_answer@23.png) transparent no-repeat scroll left top;
	margin-right: 7px;
	position: relative;
    top: 1px;
    left: 2px;
}

#seizou .answer {
	top: -68px;
    left: 128px;
}

/*
 Footer
*/
footer {
	background-color: #00234b;
}

footer {
	position: relative;
    padding: 0 0 71px;
    background: #002549;
    color: #fff;
    text-align: center;
    font-size: 0;
}

#btnPagetop {
    position: relative;
    top: -48px;
    margin: 0 0 -34px;
}

#toTop {
	display: block;
	text-align: center;
	position: relative;
	top: -50px;
}

.copy {
text-align: center;
font-color: #fff;
font-size: 12px;
}
