/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

body, h1, h2{
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
}
article {
	max-width:610px;
	margin: 0.5em auto;
}
h1 {
	font-size: 2.7em;
	text-align: center;
}
section {
	max-width: 49%;
	float: left;
	margin-right: 0.5%;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: black;
	text-decoration: none;
}
a:hover img {
	opacity:0.7;
}
a h2, a span {
	/* hide the title and caption until lighterbox shows it */
	display: none;
}
@media (max-width: 500px) {
	h1 {
		font-size: 1.5em;
	}
	section {
		max-width: 100%;
		float: none;
	}
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
