@charset "utf-8";

/* ========================================
* File Name: history.css
* Created Date: 2014.03
* Author: TAM
======================================== */

#contentsWrap.history{
	overflow: hidden;
	zoom: 1;
	width: 984px;
	margin: 0 auto;
	padding: 47px 0 94px;
}


/* base */
.contents{
	overflow: hidden;
	zoom: 1;
	line-height: 1.8;
}
.photoArea{
	float: left;
	width: 228px;
	font-size: 11px;
}
.main{
	float: right;
	width: 731px;
	font-size: 12px;
}

/* photoBox */
.photoBox{
	margin: 0 0 28px;
}
.photoBox .photo{
	padding: 0 0 9px;
}

/* historyWrap */
.historyWrap{
	padding: 0 0 54px;
}
.historyRow{
	overflow: hidden;
	zoom: 1;
}
.historyRow .time{
	float: left;
}
.historyRow .textArea{
	float: right;
	width: 623px;
}

.historyLinkBtn{
	width: 264px;
	margin: 3px 0 0;
	text-align: center;
}
.historyLinkBtn a{
	display: block;
	padding: 17px 0;
	color: #FFF;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184',HY DaHeiTi,"Verdana",Simsun;
	font-weight: bold;
	border-radius: 5px;
	background: #666;
}
.historyLinkBtn a:hover{
	text-decoration: none;
}