@charset "UTF-8";
/*==============================================================================
company CSS
==============================================================================*/


header {
	background-image: url(../img/company/company_top.jpg);
}

th, td{
	border:none;
	border-bottom:solid 1px #fff;
	text-align:left;
	vertical-align:top;
	padding:1em 1.4em;
	line-height:1.6em;
}
table{
	border:solid 1px #fff;
}
th{
	white-space:nowrap;
	font-size:12px;
}

h2 {
	font-family: 'Roboto';
	letter-spacing: 0.2em;
	font-size: 36px;
	text-align:center;
}
h3 {
	letter-spacing: 0.6em;
	font-size: 20px;
	font-weight:bold;
	padding:0.4em 0 1em 0.2em;
	text-align:center;
}
#recruit-text{
	padding:3em 0;
}
table caption{
	padding-bottom:0.4em;
}
table td a:link, table td a:visited{
	color:#fff;
}
figure {
	margin: 0;
}
.sbi_header_text h3 {
	letter-spacing: 0 !important;
}
@media print, screen and (min-width:768px) {/*768px以上のCSS PC用*/
th{
	padding-top:1.4em;
}
}
