@charset "utf-8";
/* CSS Document */



#main {
	background: url(../images/take/main_back.jpg) no-repeat;
	background-size: cover;
	background-position:center;
	height:357px;
}

#take {
	width:1060px;
	margin:auto;
	padding:40px 0 60px 0;
	text-align: center;
}

#take ul {
	max-width: 860px;
	text-align: center;
	margin: 30px auto 0;
}

#take ul li {
	font-size: 20px;
	border: solid #007209 1px;
	padding: 10px 20px;
	color: #007209;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	display: inline-block;
	margin: 10px 20px;
}

h2 {
	font-size:2.4em;
	text-align:center;
}

p.text01 {
	text-align:center;
	font-size:1.2em;
	font-weight:500;
	margin-top:10px;
	line-height:160%;
}

h3 {
	background:url(../images/take/h3.png) repeat-x;
	background-position:bottom left;
	padding-bottom:30px;
	font-size:2.6em;
	font-weight:bold;
	padding-top:80px;
	text-align:center;
}

h3.b {
	background:url(../images/take/h3_2.png) repeat-x;
	background-position:bottom left;
}

p {
	font-size:1.6em;
	margin-top:20px;
}