@charset "utf-8";

/*共通項目*/
#header{
	width: 100%;
}
body{
	background:url(img/bg4tablet.jpg) center center no-repeat fixed #1f0e02;
}

#cts{
	margin: 0 auto;
	height:100%;
	width:100%;
	text-align:center;
}

#cts .wrapper{
	text-align:center;
}
#cts .ttl{
	margin:150px 0 20px 0;
}
img#ttl{
	margin:5px 0 0 0;
}
.wpWakuWrap{
	width:560px;
	border:solid #00abb6 2px;
	margin:20px auto;
}
.wpWaku{
	text-align:center;
	margin:3px;
	background:#00abb6;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:10px;
}

#cts .exp{
	font-size:12px;
	line-height:1.8em;
	margin:10px auto;
}
#cts p{
	font-size:10px;
	margin:10px auto 10px auto;
}
#cts ul{
	width:740px;
	list-style: none;
	margin:0 auto;
}
#cts li{
	float: left;
	text-align:center;
	margin:10px;
}
#cts li .name{
	margin:5px 0px 15px 0px;
}
#cts li p{
	background-color:#FFF;
	margin:0 auto;
}

#cts #cr{
	color:#003;
	clear:both;
	font-size:10px;
	line-height:1.2em;
	margin:20px auto 10px auto;
}