/*■■■■■■■■■■■■■■■■■■■■■■*/
/*■トップのタイムライン*/


#header{
	margin: 1px;
	}
.timeline-box.new:after{
	content:"";
	position:absolute;
	margin:0;
	top:0;
	right:0;
	z-index:1;
	width:0px;
	height:0px;
	border:14px solid #fff;
    border-left-color:transparent;
    border-bottom-color:transparent;
}
.timeline-box.new:before{
	font-size:9px;
	content:"NEW";
	position:absolute;
	top:4px;
	right:0px;
	z-index:2;
    -webkit-transform: rotate( 45deg );
    -moz-transform:    rotate( 45deg );
    -o-transform:      rotate( 45deg );
    transform:         rotate( 45deg );
}
.timeline-box{
	border:1px solid #000;
	margin-bottom:10px;
	position:relative;
}
.timeline-title{
	background-color:#7F7F7F;
	color:#fff;
	padding:3%;
	font-size:13px;
}
.timeline-date{
	margin-left:15px;
	font-size:70%;
}
.timeline-body{
	padding:5%;
	font-size:11px;
}
.timeline-body img{
	padding-bottom:5%;
}
.timeline-body h3{
	font-size:14px;
}
#timeline-load{
	margin-left:25%;
	width:50%;
	background-color:#7F7F7F;
	text-align:center;
	padding:5px;
}
#timeline-load a{
	color:#fff;
}