@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS P Gothic", Tahoma,Verdana,Arial,sans-serif;
}

body {
	background-color: #f6f6f6;
}

.wrapper {
	width: 1100px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

.text {
	width: 1px;
	height: 1px;
	overflow: hidden;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 80px;
	text-align: center;
}


h2 {
	font-size: 30px;
	text-align: center;
	color: #333;
	font-weight: 300;
}

.head p {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}

.t2  {font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 100px;
}

.footer {
	margin-top: 100px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	padding: 10px 0;
}


.container ul {
	margin-left: 0;
}

.container li {
	list-style: none;
	float: left;
	width: 258px;
	padding-bottom: 30px;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.container li:nth-child(4n) {
	margin-right: 0;
}



































