@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
force-creative.jp
------------------------------------------------------------------------------ */
.content {
	width: 100%;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1280px;*/
	height: 380px;
	background-image: url(../robot/img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:200px;
}
.contBox {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding:30px;
	text-align:center;
}
h2 {
	margin:0px;
	padding:0px;
}
.roboTit {
	margin-bottom:18px;
}
.roboTxt01 {
	font-size:0.9em;
	margin-bottom:20px;
	margin-top:0px;
}
.roboBtnLi {
	list-style:none;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}
.roboBtnLi li {
	float:left;
	margin-right:28px;
}
.roboBtnLi li:last-child {
	margin-right:0px;
}