@charset "utf-8";


/* タイムライン
---------------------------------------------------- */
img { border: 0; max-width: 100%; }

.page-header h1 {
	font-size: 3.26em;
	text-align: center;
	color: #efefef;
	text-shadow: 1px 1px 0 #000;
}
#phtimeline{
	padding-top: 10px;
}
/** timeline box structure **/
.timeline {
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding: 0 0 1px;
	list-style: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	background:url(img/bg.png) repeat-y center top;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: #CCC;
	left: 50%;
	margin-left: -2px;
}
.tldate {
	display: block;
	width: 640px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.timeline li {
	*overflow: hidden;
	position: relative;
	margin-top: -150px;
	*margin-top: 0;
	margin-bottom: 20px;
}
.timeline li:nth-child(1),
.timeline li:nth-child(2){
	margin-top:0 !important;
}
/*.timeline li.last {
	margin-bottom: 0;
}*/
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
.timeline li:after {
	clear: both;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
	float: left;
	width: 276px;
	background: #EEEEEE;
	padding: 10px;
	position: relative;
}
.timeline li .timeline-panel img{
	border: 3px solid #FFF;
}

/** panel arrows **/
.timeline li .timeline-panel:before {
	position: absolute;
	top: 20px;
	right: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-left: 10px solid #EEEEEE;
	border-right: 0 solid #EEEEEE;
	border-bottom: 10px solid transparent;
	content: " ";
}
.timeline li .timeline-panel:after {
	position: absolute;
	top: 20px;
	right: -10px;
	display: inline-block;
	border-top: 10x solid transparent;
	border-left: 10px solid #EEE;
	border-right: 0 solid #EEE;
	border-bottom: 10x solid transparent;
	content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
	top:0;
	right:0;
	display: none;
	border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
	float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 10px;
	left: -10px;
	right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 10px;
	left: -10px;
	right: auto;
}

/** timeline circle icons **/
.timeline li .tl-circ {
	position: absolute;
	top: 20px;
	left: 50%;
	text-align: center;
	background: #FF290B;
	color: #333;
	width: 14px;
	height: 14px;
	line-height: 12px;
	margin-left: -10px;
	border: 3px solid #FFF;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 8000;
	font-weight: bold;
	font-size: 10px;
}
/*.timeline li.timeline-inverted .tl-circ {
	top: -150px;
}*/

/** timeline content **/
.tl-heading h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.2;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.timeline p.date{
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.tl-body p, .tl-body ul {
	margin-bottom: 0;
}
.tl-body > p + p {
	margin-top: 5px;
}
.tl-heading p.date {
	margin-bottom: 5px;
}
.tl-body p {
	position: relative;
	z-index: 5000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.tl-body p.read_more {
	text-align: right;
}
.tl-body p.read_more img{
	border: none;
}
.timeline p a img:hover,
.timeline p.read_more a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
