/* styles written in this file is for Standard */

body{
	font-size: 12px;
	line-height: 140%;
	color: #666;
}
ul,h1,h2,p,img { margin:0; padding:0; }

#main {
	width: 870px;
	margin: 0 auto;
}

/* detail 1 */
.detail1 {
	margin: 0 0 40px;
}
.detail1 .left {
	float: left;
}
.detail1 .right {
	float: right;
}
.detail1 .item {
	width: 420px;
	height: 294px;
	margin-bottom: 40px;
	position: relative;
}

.detail1 .item h2 {
	margin-bottom: 4px;
}
.detail1 .item p.read {
	padding-left: 12px;
}
.detail1 .item .btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.detail1 p.come {
	position: absolute;
	bottom: 0;
	left: 12px;
	line-height: 180%;
}


/* detail 2 */
.detail2 .item {
	width: 266px;
	height: 276px;
	margin-bottom: 40px;
	position: relative;
}
.detail2 .left {
	margin-right: 36px;
	float: left;
}
.detail2 .right {
	float: right;
}
.detail2 .item h2 {
	margin-bottom: 4px;
}
.detail2 .item p.read {
	padding-left: 12px;
}
.detail2 .item .pic {
	position: absolute;
	bottom: 40px;
	left: 0;
}
.detail2 .item .btn {
	position: absolute;
	bottom: 0;
	right: 0;
}



p.come {
	font-size: 80%;
}
