@charset "utf-8";

header div.MV{
	min-width: 1000px;
	padding-top: 24.3%;
	background: url(../img/space/space_mv.jpg) no-repeat top center;
	background-size: 100% auto;
	position: relative;
}
header div.MV p.mvTtl{
	padding-top: 9%;
}

#contents{
	background: url(../commons/img/bg01.png) repeat;
}

div.space{
	width: 1000px;
	margin: 0 auto;
	padding: 75px 0 118px;
}
div.space h3{
	font-size: 30px;
	padding-bottom: 15px;
	background: url(../commons/img/border_btm.png) no-repeat;
	background-position: left bottom;
}
div.space div.outline{
	width: 1000px;
	background: #00307a;
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 2px;
	margin-top: 45px;
}
div.space table.spaceOL{
	border-collapse: collapse;
}
div.space table.spaceOL th{
	width: 208px;
	background: #f3f3f3;
	border: 1px solid #b2b2b2;
	font-size: 16px;
	padding: 18px 0 20px 38px;
	text-align: left;
}
div.space table.spaceOL td{
	width: 751px;
	background: #fff;
	border: 1px solid #b2b2b2;
	font-size: 16px;
	line-height: 32px;
	padding: 16px 0 18px 38px;
}
div.space table.spaceOL td span.FS{
	font-size: 12px;
}
div.space table.spaceOL td span.LH{
	line-height: 34px;
}



 @media screen and (max-width: 480px) {

header div.MV{
	min-width: 320px;
	padding-top: 30%;
	background: url(../img/space/space_mv.jpg) no-repeat top center;
	background-size: 125% auto;
	position: relative;
}
header div.MV p.mvTtl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	width: 100%;
	padding-top: 0;
}
header div.MV p.mvTtl img{
	width: 80%;
	height: auto;
}

div.space{
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
div.space h3{
	width: 120px;
	font-size: 30px;
	padding-bottom: 15px;
}
div.space div.outline{
	width: 100%;
	background: #00307a;
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 2px;
}
div.space table.spaceOL{
	border-collapse: collapse;
}
div.space table.spaceOL th{
	width: 24%;
	background: #f3f3f3;
	border: 1px solid #b2b2b2;
	font-size: 16px;
	padding: 18px 1% 20px 2%;
	text-align: left;
}
div.space table.spaceOL td{
	width: 72%;
	background: #fff;
	border: 1px solid #b2b2b2;
	font-size: 16px;
	line-height: 24px;
	padding: 16px 0 18px 2%;
}
div.space table.spaceOL td span.FS{
	font-size: 12px;
}
div.space table.spaceOL td span.LH{
	line-height: 24px;
}

}
