@charset "utf-8";


#news-column dl:after,
#news-column ul:after,
#topics-column li:after {
	clear: both;
	display: block;
	content: "";
	visibility: hidden;
}

* html #news-column dl,
* html #news-column ul,
* html #topics-column li {
	display: inline-block;
}
*+html #news-column dl,
*+html #news-column ul,
*+html #topics-column li {
	display: inline-block;
}



#scroll-indicator {
	position: absolute;
	width: 402px;
	height: 100px;
	left: 50%;
	top: -200px;
	z-index: 10000;
	margin-left: -201px;
}
#scroll-indicator span {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	left: 186px;
	top: 81px;
	background: transparent url(../img/black_20.png) 0 0 repeat;
}
#scroll-indicator em {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 5px;
	top: 11px;
	background: transparent url(../img/motionicon/arrow_bottom_white.png) 0 50% no-repeat;
}




#scroll-buttons {
	position: fixed;
	height: 68px;
	width: 30px;
	left: 50%;
	bottom: 0;
	z-index: 10000;
	margin: 0 0 0 -15px;
}

#scroll-buttons span {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	background: transparent url(../img/black_20.png) 0 0 repeat;
}
#scroll-buttons span.up {
	left: 0;
	top: 0;
}
#scroll-buttons span.down {
	left: 0;
	top: 32px;
}

#scroll-buttons span a {
	display: block;
	height: 30px;
}
#scroll-buttons span em {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 5px;
}

#scroll-buttons span.up a em {
	top: -1px;
	background: transparent url(../img/motionicon/arrow_top_white.png) 0 50% no-repeat;
}
#scroll-buttons span.down a em {
	top: 11px;
	background: transparent url(../img/motionicon/arrow_bottom_white.png) 0 50% no-repeat;
}

#scroll-buttons span.disabled {
	opacity: 0.3;
	filter: alpha("opacity=50");
}

#scroll-buttons span.disabled a {
	cursor: default;
}
#scroll-buttons span.disabled a em {
	background-position: 0 50% !important;
}

#debug {
	display: none;
}


#timeline {
	position: relative;
	height: 28000px;
	z-index: 500;
	background: transparent url(../img/top/bg_28000.png) 0 0 repeat-x;
}


#foot {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin: 0 0 0 -500px;
}

*+html #foot {
	position: relative;
}

#foot .extra {
	padding: 22px 26px 20px;
	border: none;
	background: transparent url(../img/white_20.png) 0 0 repeat;
}

#foot .sub-nav {
	border-top: none;
	background: transparent url(../img/separator_shadow.png) 0 0 repeat-x;
}


#foot-jump-pagetop a {
	background-image: url(../img/motionicon/arrow_top_white.png);
}

h1 {
	display: none;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	min-height: 1000px;
}

#nav {
}

#foot {
	z-index: 1500;
}

#top-wrap {
	position: relative;
	width: 100%;
	height: 840px;
	z-index: 1000;
	background: #fffdf8;
}

body.pc .timeline-section {
	position: fixed;
	width: 1000px;
	height: 660px !important;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -330px;
}
.timeline-section .box {
}

#debug {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
}

body.home #main h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	line-height: 1.2;
	font-size: 28px;
	font-weight: normal;
	color: #444;
}

.top-title {
	position: relative;
}
.top-title span {
	position: absolute;
	right: 0;
	bottom: 0;
}
.top-title a {
	text-decoration: none;
}


.top-title span em {
	display: inline-block;
	width: 20px;
	height: 7px;
	margin: 0 0 0 4px;
	line-height: 12px;
	background: transparent url(/shared/img/motionicon/arrow_nano.png) 0 50% no-repeat;
}


#topics-column .top-title span {
	bottom: 8px;
	font-size: 93%;
}





#news-column {
	margin-bottom: 50px
}
#topics-column {
	margin-bottom: 80px;
}

#news-column .top-title:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

#news-column h2 {
	float: left;
	width: auto;
	font-size: 32px !important;
}
#news-column .shortcut {
	float: left;
	width: auto;
	margin: 14px 0 0 30px;
}

#news-column .shortcut li {
	position: relative;
	float: left;
	width: auto;
}
#news-column .shortcut li + li {
	margin-left: 15px;
}
#news-column .shortcut li a em {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 7px;
	top: -3px;
	margin: 0 0 0 2px;
	line-height: 12px;
	background: transparent url(../img/motionicon/arrow_nano.png) 0 50% no-repeat;
}


#news-column dl {
}
#news-column dt {
	float: left;
	width: 340px; 
}
#news-column dd {
	position: relative;
	float: right;
	width: 325px;
	padding: 18px 0 0;
	border-top: 1px solid #ccc;
}

#news-column dt img {
	width: 326px;
	height: auto;
}
#news-column dt a {
	display: block;
	width: 326px;
	height: 183px;
	overflow: hidden;
	border: 1px solid #ddd;
}

#news-column dd .date {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: bold;
	color: #222;
}
#main #news-column dd h3 {
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}
#main #news-column dd h3 a {
	color: #222;
	text-decoration: none;
}
#main #news-column dd h3 a:hover {
	color: #777;
}

#main #news-column dd .news-box {
	font-size: 93%;
	line-height: 1.5;
}
#main #news-column dd h3 a em {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 7px;
	top: -3px;
	margin: 0 0 0 7px;
	line-height: 12px;
	background: transparent url(../img/motionicon/arrow_nano.png) 0 50% no-repeat;
}



#main #news-column dd strong {
	position: absolute;
	display: block;
	width: 30px;
	height: 13px;
	right: 10px;
	top: 20px;
}

#main #news-column dd.pr strong {
	background: url(/shared/img/icon_topics_pr_g2.gif) 0 0 no-repeat;
}
#main #news-column dd.ir strong {
	background: url(/shared/img/icon_topics_ir_g2.gif) 0 0 no-repeat;
}
#main #news-column dd.info strong {
	background: url(/shared/img/icon_topics_info_g2.gif) 0 0 no-repeat;
}
#main #news-column dd.blog strong {
	background: url(../img/icon_topics_blog.gif) 0 0 no-repeat;
}

/* --------------------------
News Column
--------------------------- */
#news-column ul.topic-list {
	position: relative;
	width: 679px;
}
#news-column ul.topic-list li {
	position: relative;
	float: left;
	width: 169px;
	height: 190px;
	margin: 12px 0 0;
}
#news-column ul.topic-list li a:first-child {
	display: block;
	width: 157px;
	height: 88px;
	overflow: hidden;
	margin: 0 0 5px;
	border: 1px solid #ddd;
}
#news-column ul.topic-list li div {
}
#news-column ul.topic-list li a:hover div {
}
#news-column ul.topic-list li img {
	width: 157px;
	height: auto;
}
#news-column ul.topic-list li * {
	text-decoration: none !important;
}
#news-column ul.topic-list li div {
	position: relative;
}
#news-column ul.topic-list li div span {
	font-size: 10px;
	font-weight: bold;
}
#news-column ul.topic-list li div strong {
	position: absolute;
	display: block;
	width: 30px;
	height: 13px;
	right: 10px;
	top: 3px;
}
#news-column ul.topic-list li div p {
	width: 150px;
	margin: 3px 0 0;
	font-size: 12px;
	line-height: 1.5;
}
#news-column ul.topic-list li.pr div strong {
	background: url(/shared/img/icon_topics_pr_g2.gif) 0 0 no-repeat;
}
#news-column ul.topic-list li.ir div strong {
	background: url(/shared/img/icon_topics_ir_g2.gif) 0 0 no-repeat;
}
#news-column ul.topic-list li.info div strong {
	background: url(/shared/img/icon_topics_info_g2.gif) 0 0 no-repeat;
}
#news-column ul.topic-list li.blog div strong {
	background: url(../img/icon_topics_blog.gif) 0 0 no-repeat;
}
#news-column ul.topic-list li a em {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 7px;
	margin: 0 0 0 8px;
	background: transparent url(../img/motionicon/arrow_nano.png) 0 50% no-repeat;
}

/* --------------------------
Topics Column
--------------------------- */
#topics-column .top-title {
	margin: 0 0 4px;
	padding: 0 0 1px;
	border-bottom: 1px solid #ccc;
}
#topics-column li {
	padding: 8px 0 ;
	background: transparent url(../img/dots_h_tint.gif) 0 100% repeat-x;
}
#topics-column li a {
	display: block;
	float: left;
	width: 625px;
	padding: 0 0 0 40px;
	color: #222;
	text-decoration: none;
}
#topics-column li a:hover {
	color: #777;
}
#topics-column li.news a {
	background: transparent url(../img/icon_pr.gif) 0 50% no-repeat;
}
#topics-column li.ir a {
	background: transparent url(../img/icon_ir.gif) 0 50% no-repeat;
}
#topics-column li span {
	float: left;
	width: 120px;
	font-size: 11px;
}
#topics-column li strong {
	float: left;
	width: 545;
	font-size: 12px;
	font-weight: normal;
}

#topics-column li em {
	display: inline-block;
	width: 20px;
	height: 7px;
	margin: 0 0 0 8px;
	line-height: 12px;
	background: transparent url(../img/motionicon/arrow_nano.png) 0 50% no-repeat;
}

/* --------------------------
TimeLine Contents
--------------------------- */

#timeline h1 {
	display: none;
}

.section-wrap {
}

.timeline-section .bg {
	position: absolute;
	z-index: 100;
}
.timeline-section .bgs {
	position: absolute;
	z-index: 110;
}
.timeline-section .content {
	position: absolute;
	z-index: 200;
}
.timeline-section h2 {
	position: absolute;
	z-index: 210;
}
.timeline-section h3 {
	position: absolute;
	z-index: 220;
}
.timeline-section .asset {
	position: absolute;
	z-index: 300;
}
.timeline-section .person {
	position: absolute;
	z-index: 300;
}
.timeline-section .shadow {
	position: absolute;
	z-index: 250;
}


/* --------------------------
Section1
--------------------------- */
#section-1 {
	height: 1300px;
}
#section-1 .bg {
	left: 100px;
	top: 0;
}
#section-1 h2 {
	left: 180px;
	top: 250px;
}

#section-1 h3 {
	left: 178px;
	top: 20px;
}

#section-1 .content {
	left: 178px;
	top: 110px;
}

#section-1 .asset {
	left: 518px;
	top: 240px;
}
#section-1 .person-1 {
	left: 0;
	top: 2px;
	z-index: 302;
}
#section-1 .person-2 {
	left: 100px;
	top: 33px;
	z-index: 306;
}
#section-1 .person-3 {
	left: 154px;
	top: 0;
	z-index: 301;
}
#section-1 .person-4 {
	left: 218px;
	top: 11px;
	z-index: 310;
}
#section-1 .person-5 {
	left: 300px;
	top: 7px;
	z-index: 305;
}
#section-1 .person-6 {
	left: 388px;
	top: 10px;
	z-index: 303;
}

#section-1 .shadow {
	left: -1px;
	top: 307px;
}
#section-1 h2 span {
	position: absolute;
	display: block;
	background: url(../img/top/catch.png) 0 0 no-repeat;
}
#section-1 h2 .c1 {
	width: 238px;
	height: 57px;
	left: 0;
	top: 0;
	background-position: 0 0;
}
#section-1 h2 .c2 {
	width: 139px;
	height: 59px;
	left: 253px;
	top: 0;
	background-position: -253px 0;
}
#section-1 h2 .c3 {
	width: 427px;
	height: 59px;
	left: 400px;
	top: 0;
	background-position: -400px 0;
}
#section-1 h2 .c4 {
	width: 827px;
	height: 33px;
	left: 0;
	top: 79px;
	background: url(../img/top/catch.png) 0 -79px no-repeat;
}
#section-1 .content span {
	position: absolute;
	display: block;
	width: 356px;
	background: url(../img/top/content1.png) 0 0 no-repeat;
}
#section-1 .content .c1 {
	height: 85px;
	left: 0;
	top: 0;
	background-position: 0 0;
}
#section-1 .content .c2 {
	height: 140px;
	left: 0;
	top: 111px;
	background-position: 0 -111px;
}
#section-1 .content .c3 {
	height: 31px;
	left: 0;
	top: 277px;
	background-position: 0 -277px;
}
#section-1 .content .c4 {
	height: 57px;
	left: 0;
	top: 334px;
	background-position: 0 -334px;
}
#section-1 .content .c5 {
	height: 54px;
	left: 0;
	top: 421px;
	background-position: 0 -421px;
}
#section-1 .content .c6 {
	height: 28px;
	left: 0;
	top: 502px;
	background-position: 0 -502px;
}

/* --------------------------
Section2
--------------------------- */
#section-2 {
	height: 930px;
}
#section-2 .bg,
#section-2 .bgs {
	left: -46px;
	top: 27px;
}
#section-2 h3 {
	left: 178px;
	top: 30px;
}
#section-2 .content {
	left: 178px;
	top: 157px;
}
#section-2 .asset {
	left: 788px;
	top: 41px;
}
#section-2 .shadow {
	left: 2px;
	top: 548px;
}
#section-2 .bg-elem {
	position: absolute;
}
#section-2 .bg-1 {
	left: -35px;
	top: 540px;
}
#section-2 .bg-2 {
	left: 72px;
	top: 490px;
}
#section-2 .bg-3 {
	left: 436px;
	top: 380px;
}
#section-2 .bg-4 {
	left: 421px;
	top: 556px;
}
#section-2 .content span {
	position: absolute;
	display: block;
	width: 584px;
	background: url(../img/top/content2.png) 0 0 no-repeat;
}
#section-2 .content .c1 {
	height: 171px;
	left: 0;
	top: 0;
	background-position: 0 0;
}
#section-2 .content .c2 {
	height: 28px;
	left: 0;
	top: 194px;
	background-position: 0 -194px;
}

/* --------------------------
Section3
--------------------------- */
#section-3 {
	height: 800px;
}
#section-3 .bg {
	left: 270px;
	top: 114px;
}
#section-3 h3 {
	left: 460px;
	top: 43px;
}
#section-3 .content {
	left: 460px;
	top: 124px;
}
#section-3 .asset {
	left: 153px;
	top: 45px;
}
#section-3 .shadow {
	left: 0;
	top: 585px;
}
#section-3 .content span {
	position: absolute;
	display: block;
	width: 450px;
	background: url(../img/top/content3.png) 0 0 no-repeat;
}
#section-3 .content .c1 {
	height: 32px;
	left: 0;
	top: 0;
	background-position: 0 0;
}
#section-3 .content .c2 {
	height: 33px;
	left: 0;
	top: 54px;
	background-position: 0 -54px;
}
#section-3 .content .c3 {
	height: 87px;
	left: 0;
	top: 110px;
	background-position: 0 -110px;
}
#section-3 .content .c4 {
	height: 171px;
	left: 0;
	top: 223px;
	background-position: 0 -223px;
}
#section-3 .content .c5 {
	height: 28px;
	left: 0;
	top: 418px;
	background-position: 0 -418px;
}

/* --------------------------
Section4
--------------------------- */
#section-4 {
	height: 920px;
}
#section-4 .bg-1 {
	left: 56px;
	top: 20px;
}
#section-4 .bg-2 {
	left: 52px;
	top: 274px;
}
#section-4 h3 {
	left: 178px;
	top: 46px;
}
#section-4 .content {
	left: 178px;
	top: 145px;
}
#section-4 .asset {
	left: 650px;
	top: 52px;
}
#section-4 .person-1 {
	left: 0;
	top: 0;
}
#section-4 .person-2{
	left: 212px;
	top: 33px;
}
#section-4 .shadow {
	left: -30px;
	top: 576px;
}
#section-4 .content span {
	position: absolute;
	display: block;
	width: 404px;
	background: url(../img/top/content4.png) 0 0 no-repeat;
}
#section-4 .content .c1 {
	height: 86px;
	left: 0;
	top: 0;
	background-position: 0 0;
}
#section-4 .content .c2 {
	height: 203px;
	left: 0;
	top: 108px;
	background-position: 0 -108px;
}
#section-4 .content .c3 {
	height: 86px;
	left: 0;
	top: 335px;
	background-position: 0 -335px;
}
#section-4 .content .c4 {
	height: 27px;
	left: 0;
	top: 447px;
	background-position: 0 -447px;
}

/* --------------------------
Section5
--------------------------- */
#section-5 {
	height: 1030px;
}
#section-5 .bg-1 {
	width: 1732px;
	height: 958px;
	left: 50%;
	top: 50%;
	margin: -460px 0 0 -860px;
}
#section-5 .bg-2 {
	left: 412px;
	top: 14px;
}
#section-5 h3 {
	left: 178px;
	top: 20px;
}
#section-5 .content {
	left: 178px;
	top: 116px;
}
#section-5 .asset {
	left: 790px;
	top: 18px;
}
#section-5 .shadow {
	left: -22px;
	top: 606px;
}
#section-5 .content span {
	position: absolute;
	display: block;
	width: 574px;
	background: url(../img/top/content5.png) 0 0 no-repeat;
}
#section-5 .content .c1 {
	height: 114px;
	left: 0;
	top: 0;
	background-position: 0 0;
}
#section-5 .content .c2 {
	height: 84px;
	left: 0;
	top: 139px;
	background-position: 0 -139px;
}
#section-5 .content .c3 {
	height: 85px;
	left: 0;
	top: 248px;
	background-position: 0 -248px;
}

/* --------------------------
SP対応（今後不要に）
--------------------------- */
body.sp #top-wrap {
}
body.sp #timeline {
	position: relative;
	top: 0;
	width: 100%;
	height: 5800px;
	background-size: 0 5800px;
	background: transparent url(../img/top/bg.png) 0 0 repeat-x;
}

body.sp .timeline-section {
	position: relative;
	width: 1000px;
	height: auto;
	top: auto;
	left: 50%;
	margin-left: -490px;
	margin-top: 100px;
}
body.sp #scroll-buttons,
body.sp #scroll-indicator {
	display: none;
}
body.sp #section-1 h2 {
	top: 200px;
}
body.sp #section-1 .bg {
	top: 100px;
}
body.sp #section-1 .box {
	position: absolute;
	top: 500px;
}