@charset "UTF-8";

#header_explain {
	top: 60px;
	left: 260px;
}

#top_header_chara {
	width: 100%;
	min-width: 980px;
	height: 127px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: url(../gra/chronicle/header_chara.png) no-repeat center top;
}

/*ツイートされた思い出の閲覧*/
#tw_m {
	padding: 5px;
	width: 280px;
	position: absolute;
	margin-left: 660px;
	background-color: #fbf7f0;
	background: linear-gradient(
		#fbf7f0 0%,
		#fffff0 100%
	);
	border: 2px solid #b08937;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.2s linear;
}
#tw_m a {
	display: block;
	height: 40px;
	padding-left: 50px;
	color: #824032;
	background-image: url(../gra/chronicle/twitter.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	transition: all 0.2s linear;
}
#tw_m:hover {
	border: 2px solid #65c3ef;
}
#tw_m a:hover {
	color: #65c3ef;
}

#main,
#main_wrapper {
	overflow: visible;
}

/*年表のコンテンツ以外の部分*/
#wrap {
	background: url(../gra/chronicle/bg_chronicle.png) repeat-y center top;
}
#main_wrapper {
	width:980px;
	margin: 0 0;
}
#chronicle_head_text {
	margin: 0 0 0 74px;
}

.year_wrapper {
	/*overflow: hidden;*/
/*	transform: rotate(1deg);*/
}

/*年表内のコンテンツ部分*/
#chronicle_main {
	width: 900px;
	float: right;
	position: relative;
}
/*年*/
.year {
	width: 221px;
	height: 53px;
	margin: 20px 0 20px 100px;
	position: relative;
	line-height: 53;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../gra/chronicle/bg_year.png);
	background-repeat: no-repeat;
	opacity: 0;
}
/*.js .year {opacity: 0;}*/
#y2000 {background-position: 0 0;}
#y2001 {background-position: 0 -53px;}
#y2002 {background-position: 0 -106px;}
#y2003 {background-position: 0 -159px;}
#y2004 {background-position: 0 -212px;}
#y2005 {background-position: 0 -265px;}
#y2006 {background-position: 0 -318px;}
#y2007 {background-position: 0 -371px;}
#y2008 {background-position: 0 -424px;}
#y2009 {background-position: 0 -477px;}
#y2010 {background-position: 0 -530px;}
#y2011 {background-position: 0 -583px;}
#y2012 {background-position: 0 -636px;}
#y2013 {background-position: 0 -689px;}
#y2014 {background-position: 0 -742px;}
#y2015 {background-position: 0 -795px;}

/*アイテム*/
.happend_wrapper {
	width: 800px;
	margin: 20px 0 20px 167px;
	opacity: 0;
	position: relative;
}
.happend_wrapper h1 {	/*日付*/
	font-size: 18px;
	/*font-weight: bold;*/
	/*color: #a88465;*/
	color: #fff;
	font-style: italic;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	/*text-shadow: 0px 0px 5px #f00;*/
}
.happend {
	padding: 10px;
	color: #824032;
	border: 2px solid #b08937;
	background-color: #fbf7f0;
	background: linear-gradient(
		#fbf7f0 0%,
		#e4ddcf 100%
	);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	overflow: hidden;
		/*border-radius: 10px;*/
}
.happend h2 {	/*出来事*/
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	/*border-left: 6px solid #971f20;*/
	background-color: #e6d9be;
	box-shadow: 1px 1px 0px rgba(50,0,0,0.5);
	padding: 0 0 0 52px;
	background-image: url(../gra/chronicle/bg_type.gif);
	background-repeat: no-repeat;
}
.happend h2.pc {background-position: 0 0;}
.happend h2.dc {background-position: 0 -30px;}
.happend h2.psp {background-position: 0 -60px;}
.happend h2.vita {background-position: 0 -90px;}
.happend h2.ps2 {background-position: 0 -120px;}
.happend .pack {	/*画像*/
	width: 210px;
	margin: 15px 0 0;
	float: left;
	text-align: center;
	position: relative;
}
.happend .pack img {
	/*transform: rotate(3deg);*/
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
	box-shadow: 4px 4px 0px rgba(50,0,0,0.15);
}
.happend .pack img.yoko {
	position: relative;
	top: 25px;
}
.column_right {
	margin: 10px 0 0;
	width: 550px;
	min-height: 200px;
	padding: 0 0 10px 10px;
	float: right;
	border-left: 1px solid #b08937;
	position: relative;
}
.happend .data {
	width: 530px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
}
.happend .text {
	width: 510px;
	float: right;
	margin: 10px 10px 40px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.happend .link {
	position: absolute;
	bottom: 0;
	right: 0;
}
.happend .link a.btn {
	display: block;
	width: 200px;
	height: 40px;
	float: right;
	text-align: center;
	text-decoration: none;
	color: #623520;
	line-height: 40px;
	background-color: #fff;
	background: linear-gradient(
		#fbf7f0 0%,
		#fffff0 100%
	);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	transition: all 0.3s linear;
}
.happend .link a.btn:hover {
	color: #fff;
	background-color: #65c3ef;
	background: linear-gradient(
		#65c3ef 0%,
		#50bbee 100%
	);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.happend .link a.twt {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	margin: 0 0 0 6px;
}

/*twitter*/
.tweet {
	position: relative;
	float: right;
	margin: 0 0 0 10px;
	text-align: center;
}
.tweet a {
	display: block;
	width: 40px;
	height: 40px;
}
.tweet > span {
	padding: 5px;
	width: 180px;
	height: 24px;
	background: #5ea9dd;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	top: -35px;
	left: -150px;
	border-radius: 6px;
}
.tweet > span:after {
	position: absolute;
	border-width: 15px;
	border-style: solid;
	border-color: transparent;
	content: "";
	top: 25px;
	left: 154px;
	border-top-color: #5ea9dd;
	transition: all 0.3s;
}
.tweet:hover > span {
	visibility: visible;
	opacity: 1;
	top: -45px;
}

/*ページ内ナビゲーション*/
#year_navi {
	width: 86px;
	/*position: fixed;*/
	position: absolute;
	right: 50%;
	margin-right: 400px;
	top: 200px;
	padding: 0 0 98px 0;
	background: url(../gra/chronicle/bg_yearlist.png) no-repeat left bottom;
	z-index: 5;
/*	opacity: 0;*/
}
#year_navi ul {
	font-size: 14px;
	line-height: 18px;
	width: 56px;
	float: right;
	background-color: #971f20;
	border-left: 2px solid #600;
	border-top: 2px solid #600;
	border-right: 2px solid #600;
}
#year_navi li {
	width: 48px;
	padding: 2px 0;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px dotted #600;
}
#year_navi a {
	display: block;
	text-decoration: none;
	color: #321007;
}
#year_navi a:hover {
	background-color: #d4985a;
}
#year_navi a.now {
	color: #a88465;
	background-color: #321007;
}

.saigo img {
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.7);*/
}