ul, li {
	list-style: none;
}
header, article, footer{
	width: 90%;
	max-width: 720px;
	margin: auto;
}
header img {
	max-width: 80%;
	margin: 50px 0;
}
header input,header button{
	height:40px;
	width: 100%;
	max-width: 720px;
	display:block;
	border:0;
	border-radius:0;
}
header input[type=text]{
	color:#ff0000;
	border:1px solid #e8e8e8;
	padding:0 10px;
}
article{
	padding:44px 0;
	font-size:14px;
}
article li {
	margin-left:-2em;
	margin-bottom: 20px;
	max-width:720px;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
article li span:nth-child(2) {
	display: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #ff0000;
}
button{
	background:#0080ff;
	color:#fff;
}
button:hover,input[type=button]:hover{
	opacity: 0.5;
	color:#ff0000;
}
.page {
	width: 100%;
	height: 160px;
	line-height: 80px;
	text-align: center;
}
.page input[type=button] {
	padding: 5px; 0;
	margin: 0 5px;
	border:0;
	background:transparent;
	cursor:pointer;
}
.page select {
	width:auto;
	line-height:1;
	padding:0 10px;
	background:transparent;
	border: 0;
}
footer p {
	font-size: 12px;
	text-align: center;
	color:gray;
	margin:0;
	padding:6px 0;
}
footer a{
	color:gray;
}
footer a:hover{
	color:#ff0000;
}
footer img{
	width:64px;
}