@charset "utf-8";

#contents{
	background-image: url(../company/img/bg.png);
	background-position: center 300px;
	background-repeat: no-repeat;
}
.subtitle{
	margin-bottom: 370px;
}
.bluebox .sec p{
	overflow: hidden;
}
.bluebox .sec div span,
.bluebox .sec p span{
	display: block;
	text-align: center;
	font-size: 130%;
	margin-bottom: 0.5em;
}
.bluebox .indent li{
	margin: 0 0 0.3em 0;
}
.bluebox .indent li a{
	color: #FFF;
}
.bluebox .indent li a:hover{
	text-decoration: underline;
}
hr.line {
	border-top: 1px dashed #CCC;
	border-right: 0px dashed #CCC;
	border-bottom: 0px dashed #CCC;
	border-left: 0px dashed #CCC;
	margin: 2em 0 2em;
	display: block;
}
table.data {
	border-collapse:separate;
	border-spacing:0;
	width: 100%;
	border-top: 1px solid #BBB;
}

table.data th,
table.data td{
	padding: 1.5em 1em;
	border-bottom: 1px solid #BBB;
}
table.data tr:nth-of-type(2n+1) th,
table.data tr:nth-of-type(2n+1) td{
	background-color: #EDEDED;
}
