﻿@charset "utf-8";


/* 汎用クラス */
.mb40{margin-bottom:40px;}
@media screen and (max-width:767px){
.mb40{margin-bottom:20px;}
.spcont {
	padding:0 10px;
}
}



/* ----------------------------------------

company

---------------------------------------- */

#company {
	width:1000px;
	margin:0 auto 90px;
}
#company > .spcont > table {
	width:100%;
	border-top:1px solid #ccc;
}
#company > .spcont > table th ,
#company > .spcont > table td {
	border-bottom:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
}
#company > .spcont > table th {
	width:30%;
	background:#f0f0f0;
	text-align:center;
	vertical-align:middle;
}
#company > .spcont > table td {
	width:70%;
}
#company > .spcont > table td p em{
	font-weight:bold;
}
@media screen and (max-width:767px){
#company {
	width:100%;
	margin:0 auto 50px;
	padding-top:10px;
}
}

