@charset "utf-8";

body {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,游ゴシック,'YuGothic','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #0033cc;
}
a:hover {
	color: #3366ff;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
#pagebody {
	background: #fff;
	width: 1000px;
	min-width: 1000px;
	height: 100%;
	min-height: 100%;
}
body > #pagebody{
	height: auto;
}
div#pagebody {
	display: table;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0 auto;
}
div#container {
	display: table;
	background-color: #fff;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 992px;
}
div#header {
	display: table;
	width: 990px;
}
div#header h1 {
	width: 315px;
}
div#header h1 img {
	float: left;
	margin: 5px;
}
div#header ul {
	float: right;
	display: table;
	margin: 15px 7px;
}
div#header ul li {
	display: table-cell;
	line-height: 0;
	width: 125px;
}
div#header ul li a img:hover {
	opacity: 0.75;
}
div#header ul li a img:hover {
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
div#headimg {
	clear: both;
	display: table;
	line-height: 0;
	width: 990px;
}
div#mainmenu {
	display: table;
	background-image: url(img/bg_menu.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0 0 12px 0;
	width: 990px;
}
div#mainmenu ul {
	display: table;
	background-color: #fff;
}
div#mainmenu ul li {
	display: table-cell;
	line-height: 0;
	width: 162px;
}
div#mainmenu ul li a img:hover {
	opacity: 0.75;
}
div#mainmenu ul li a img:hover {
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
div#topmain {
	display: table;
	_background-image: url(img/bg_topmain.jpg);
	_background-repeat: no-repeat;
	_background-position: left top;
	width: 990px;
}
div#topmain div#topleft {
	display: table-cell;
	_background-image: url(img/bg_topleft.png);
	_background-repeat: no-repeat;
	_background-position: 100% 100%;
	vertical-align: top;
	padding: 0 0 30px 0;
	width: 315px;
}
div#topmain div#topleft h3 {
	line-height: 0;
	margin: 25px;
}
div#topmain div#topleft p {
	font-size: 11px;
	line-height: 2;
	margin: -10px 25px;
	width: 265px;
}
div#topmain div#topleft ul {
	display: table;
	margin: -25px 25px;
}
div#topmain div#topleft ul li {
	display: block;
	line-height: 0;
	border-bottom: 1px dotted #999;
}
div#topmain div#topleft ul li a img:hover {
	opacity: 0.75;
}
div#topmain div#topleft ul li a img:hover {
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
div#topmain div#topright {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 30px 0;
	width: 675px;
}
div#topmain div#topright h2 {
	margin: 25px;
}
div#topmain div#topright ul {
	margin: 0px auto;
	width: 625px;
	height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
div#topmain div#topright ul li {
	display: table;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div#topmain div#topright ul li img {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #ccc;
}
div#topmain div#topright ul li dl {
	display: table;
	line-height: 1.75;
	margin: 0 20px 0 0;
}
div#topmain div#topright ul li dl dt {
	font-size: 11px;
}
div#topmain div#topright ul li dl dd {
	font-size: 13px;
}
div#topmain div#topright div#sponsor {
	clear: both;
	display: table;
	margin: 20px auto;
	width: 625px;
}
div#topmain div#topright div#sponsor h4 {
	margin: 25px 0 15px 0;
}
div#pan {
	clear: both;
	display: table;
	font-size: 11px;
	border-top: 1px dotted #ccc;
	width: 990px;
}
div#pan ul {
	display: table;
	margin: 8px 30px;
}
div#pan ul li {
	float: left;
	list-style-type: none;
}
div#pan ul li span:after {
	content: "≫";
	display: inline-block;
	margin: 0 15px;
}
div#pan ul li a:hover {
	text-decoration: underline;
}
div#footer {
	clear: both;
	display: table;
	border-top: 1px solid #ddd;
	width: 990px;
}
div#footer address {
	font-style: normal;
	font-size: 11px;
	line-height: 2;
	text-align: right;
	padding: 15px;
}
div#mainbox {
	display: table;
	margin: 30px auto;
	width: 940px;
}
div#truck {
	display: table;
	margin: 15px auto;
	width: 910px;
}
div#truck p {
	font-size: 11px;
	line-height: 2;
	margin: 15px 0;
}
div#truck ul {
	display: table;
	margin: 30px auto;
	width: 910px;
}
div#truck ul li {
	display: table-cell;
}
div#truck ul li.left {
	padding: 0 14px 0 0;
}
div#truck ul li.center {
	padding: 0;
}
div#truck ul li.right {
	padding: 0 0 0 14px;
}
div#truck ul li.centerleft {
	padding: 0 7px 0 0;
}
div#truck ul li.centerright {
	padding: 0 0 0 7px;
}
div#truck ul li img {
	margin: 15px 0;
}
div#truck ul li img.sp {
	margin-right: 294px;
}
div#truck ul li span {
	display: inline-block;
	font-size: 13px;
	text-indent: 1em;
	line-height: 2;
	border-left: 5px solid #ccc;
}
div#map {
	display: table;
	margin: 15px auto;
	padding: 0 0 30px 0;
	width: 940px;
}
div#map a {
	display: inline-block;
	font-size: 13px;
	line-height: 2;
	margin: 15px;
}
div#contact {
	display: table;
	margin: 15px auto;
	padding: 0 0 30px 0;
	width: 910px;
}
div#contact p {
	font-size: 13px;
	line-height: 2;
}
div#contact p span {
	display: inline-block;
	margin: 15px 0;
}
div#contact p span b {
	font-size: 15px;
}
form#mailform {
	margin: 0;
	padding: 0;
}
table.mailform {
	font-size: 13px;
	margin: 30px 0;
	width: 100%;
}
table.mailform tr.color {
	background-color: #F6F7F9;
}
table.mailform tr th,
table.mailform tr td {
	line-height: 2;
	vertical-align: top;
	padding: 15px;
	border-top: 1px dotted #ccc;
}
table.mailform tr th span {
	float: left;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background-color: #CC3366;
	margin: 0 15px 0 0;
	padding: 0 0.75em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
table.mailform tr th {
	text-align: right;
}
table.mailform tr.button th {
	text-align: center;
	padding: 30px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
div#privacy {
	display: table;
	margin: 0 auto;
	width: 100%;
}
div#privacy h3 {
	font-size: 17px;
	background-color: #F2F2F2;
	letter-spacing: 0.05em;
	padding: 0.5em 1em;
	border-left: 8px solid #66BB50;
}
div#privacy p {
	font-size: 13px;
	line-height: 2;
	margin: 30px 0;
}
div#privacy dl {
	display: table;
	font-size: 13px;
	line-height: 2;
	margin: 30px 0;
}
div#privacy dl dt {
	font-weight: bold;
}
div#privacy dl dd {
	padding: 5px 2em;
}
div#profile {
	display: table;
	_background-image: url(img/bg_topmain.jpg);
	_background-repeat: no-repeat;
	_background-position: left top;
	width: 990px;
}
div#profile div#left {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 30px 0;
	width: 243px;
}
div#profile div#proleft h3 {
	line-height: 0;
	margin: 25px auto 0 25px;
}
div#profile div#proleft ul {
	display: table;
	margin: 0 auto 25px 25px;
}
div#profile div#proleft ul li {
	display: block;
	line-height: 0;
	border-bottom: 1px dotted #999;
}
div#profile div#left ul {
	display: table;
	margin: 25px 20px;
}
div#profile div#left ul li {
	display: block;
	background-color: #fff;
	line-height: 0;
	margin: 10px 0;
	width: 198px;
}
div#profile div#left ul li a img:hover,
div#profile div#proleft ul li a img:hover {
	opacity: 0.75;
}
div#profile div#left ul li a img:hover,
div#profile div#proleft ul li a img:hover {
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
div#profile div#left ul.recruit li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	background-color: #fff;
	text-indent: -12px;
	line-height: 1.5;
	margin: 10px 0;
	padding: 10px 13px 10px 22px;
	border: 1px solid #ddd;
}
div#profile div#left ul.recruit li a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	border: transparent solid 4px;
	border-left-color: #66BB50;
	vertical-align: 2px;
}
div#profile div#left ul.recruit li a:hover {
	opacity: 0.75;
}
div#profile div#left ul.recruit li a:hover {
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
div#profile div#right {
	display: table-cell;
	vertical-align: top;
	padding: 30px;
	width: 747px;
}
div#profile div#right p.message {
	font-size: 13px;
	line-height: 2.5;
	margin: 30px 0;
	width: 100%;
}
div#profile div#right p.message img {
	float: right;
	margin: 0 0 60px 60px;
}
div#profile div#right p.philosophy {
	background-image: url(img/bg_philosophy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin: 15px 0;
	padding: 30px 0 400px 0;
	border: 3px double #ddd;
	width: 100%;
}
div#profile div#right p.logomark {
	font-size: 13px;
	line-height: 2;
	text-align: center;
	margin: 30px 0;
	width: 100%;
}
div#profile div#right p.logomark img {
	margin: 10px 0;
}
div#profile div#right table.outline {
	font-size: 13px;
	margin: 30px 0 60px 0;
	border-top: 1px dotted #ccc;
	width: 100%;
}
div#profile div#right table.outline th,
div#profile div#right table.outline td {
	line-height: 2;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	border-bottom: 1px dotted #ccc;
}
div#profile div#right table.outline th span {
	display: inline-block;
	text-indent: 1em;
	border-left: 5px solid #ccc;
}
div#profile div#right table.outline tr.group th,
div#profile div#right table.outline tr.group td {
	padding: 30px 15px;
}
div#profile div#right table.outline tbody.saiyo th {
	white-space: nowrap;
}
div#profile div#right table.outline tbody.saiyo u {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline #ff3 3px;
}
div#profile div#right img.officemap {
	margin: 30px 0 0 0;
}
div#profile div#right ul.customer {
	display: table;
	font-size: 13px;
	margin: 30px 0;
	border-top: 1px dotted #ccc;
	width: 684px;
}
div#profile div#right ul.customer li {
	float: left;
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	width: 342px;
}
div#profile div#right ul.customer li span {
	display: inline-block;
	text-indent: 1em;
	border-left: 5px solid #ccc;
}
div#profile div#right ul.groupimg {
	display: table;
	margin: 30px 0;
	width: 684px;
}
div#profile div#right ul.groupimg li {
	display: table-cell;
	width: 342px;
}
div#profile div#right ul.groupimg li.left {
	padding: 0 7px 0 0;
}
div#profile div#right ul.groupimg li.right {
	padding: 0 0 0 7px;
}
div#profile div#right p.saiyo,
div#profile div#right p.saiyoogata,
div#profile div#right p.saiyothank {
	font-size: 13px;
	line-height: 2;
	margin: 30px 0;
	width: 100%;
}
div#profile div#right h3 {
	font-size: 17px;
	background-color: #F2F2F2;
	letter-spacing: 0.05em;
	padding: 0.5em 1em;
	border-left: 8px solid #66BB50;
}
div#profile div#right p.saiyo strong {
	font-size: 15px;
}
div#profile div#right p.saiyoogata b {
	display: inline-block;
	font-size: 15px;
	border-bottom: 3px double #ccc;
	width: 100%;
}
div#profile div#right p.saiyoogata span,
div#profile div#right p.saiyothank span {
	display: inline-block;
	margin: 15px 0;
}
div#profile div#right p.saiyothank span b {
	font-size: 15px;
}
div#profile div#right dl.obojoken {
	display: table;
	font-size: 13px;
	margin: -30px 0 60px 0;
	width: 100%;
}
div#profile div#right dl.obojoken dt {
	display: table-cell;
	font-size: 15px;
	color: #fff;
	background-color: #66BB50;
	text-align: center;
	vertical-align: middle;
	padding: 0 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#profile div#right dl.obojoken dd {
	display: table-cell;
	padding-left: 15px;
}
div#profile div#right dl.obojoken dd ul {
	line-height: 1.75;
}
div#profile div#right dl.obojoken dd ul li {
	text-indent: -1em;
	padding: 0.5em 2em;
	border-bottom: 1px dotted #999;
}
div#profile div#right dl.obojoken dd ul li:before {
	content: "・";
	display: inline-block;
	font-weight: bold;
	color: #66BB50;
	margin: 0 0.5em;
}
div#newsbox {
	display: table;
	margin: 0 auto;
	padding: 30px 0;
	width: 910px;
}
div#newsbox h3 {
	font-size: 17px;
	background-color: #F2F2F2;
	letter-spacing: 0.05em;
	padding: 10px 15px;
	border-left: 8px solid #66BB50;
}
div#newsbox ul {
	display: table;
	margin: 30px auto;
}
div#newsbox ul li {
	display: table;
	padding: 0 0 30px 0;
	border-bottom: 1px dotted #ccc;
	width: 910px;
}
div#newsbox ul li img {
	float: left;
	background-color: #fff;
	margin: 30px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
div#newsbox ul li dl {
	display: table;
	line-height: 2;
	width: 100%;
}
div#newsbox ul li dl dt {
	font-size: 13px;
	text-align: right;
}
div#newsbox ul li dl dd {
	font-size: 15px;
	padding: 15px 0;
}
div#newsbox ul li dl.news585 {
	float: right;
	width: 585px;
}
div#newsbox ul li dl dd.right {
	text-align: right;
}
div#mainte {
	display: table;
	_margin: 0 auto;
	padding: 0 0 150px 0;
	_text-align: center;
	_width: 910px;
}
div#mainte p {
	font-size: 15px;
	line-height: 2;
	margin: 30px 0;
	padding: 30px 0;
	width: 100%;
}
