﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
html {
	font-size: 120%;
}
footer ul{
	font-size: 85%;
}
p {
	margin: 0 0 20px 0;
	background-image: url(1px-transparent.gif);
	} /* スマホでpタグ表示が崩れる対策 */  

header, nav, #slider, #slider ul li img, #level, #contents, footer {
	width: 700px;
}
nav ul {
	margin: 0;
}
#slider {
	height: 290px;
	margin-bottom: 15px;
	padding-top: 10px;
}
#main {
	width: 100%;
	float: none;
}
nav ul li {
	margin: 0;
}
#sub {
	margin-left: 10px;
	float: none;
}
#sub aside {
	margin-bottom: 10px;
}
footer #info_group {
	padding: 8px 0 0 0;
	height: 250px;
}
footer #info_group ul:nth-child(3) {
	margin: 0px 0 5px 30px;
}
footer #info_group ul:nth-child(4) {
	margin: 0px 0 5px 30px;
}
footer #info_group ul li {
	margin: 0px;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
/* 「会社概要」ページ ここから↓ */

#table_about {
	margin-left: 10px;
}
#table_about tr {
	display: block;
	margin-bottom: 0.5em;
}
#table_about th, #table_about td {
	display: list-item;
	padding: 5px;
	margin: 0;
	border: none;
	list-style-type: none;
}
#table_about th {
	background-color:#dddddd;
}
#table_about td {
	margin-left: 10px;
	background-image: url(1px-transparent.gif);
	} /* スマホでtdタグ表示が崩れる対策 */  
.photo_office dt img{
	width: 100%;
	padding: 0px;
}
.history_about {
	margin-top: 20px;
	overflow: hidden;
}
.history_about:last-child {
	margin-bottom: 10px;
}
.history_about ul li {
	margin:0;
	padding-top: 10px;
	float: none;
	background-image: url(1px-transparent.gif);
	} /* スマホでliタグ表示が崩れる対策 */  
.history_about ul li:nth-child(odd) {
	width: 100%;
	text-indent: 20px;
	border-bottom: none;
}
.history_about ul li:nth-child(even) {
	width: 100%;
	text-indent: 20px;
	border-bottom: 1px dotted #333333;
}
/* 「事業内容」ページ ここから↓*/
.facility_group figure {
	width:65%;
	margin: 0 20px 25px 0;
	float: none;
	border-bottom: 1px dotted #333333;
}
/* 「採用情報」ページ ここから↓ */
#contents_recruit {
	width: 650px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#contents_recruit thead, #contents_recruit tbody {
	display: block;
	margin-left: 5px;
	text-align: left;
}
#contents_recruit thead {
	display: none;
}
#contents_recruit tbody {
	display: block;
}
#contents_recruit tbody tr {
	display: block;
	margin-bottom: 0.5em;
}
#contents_recruit tbody th, #contents_recruit tbody td {
	display: list-item;
	border: none;
}
#contents_recruit tbody th {
	margin-bottom: 5px;
	list-style-type: none;
	background-color:#dddddd;
}
#contents_recruit tbody td {
	padding: 5px;
	margin: 0;
	list-style-type: none;
	background-image: url(1px-transparent.gif);
}
#contents_recruit tbody td:nth-child(2):before { content: "【業務内容】"; }
#contents_recruit tbody td:nth-child(3):before { content: "【募集人員】"; }

/* 「交通アクセス」ページ ここから↓ */
/* 「サイトポリシー」ページ ここから↓ */
/* 「個人情報保護方針」ページ ここから↓ */
.h2_group_access_policy dd {	 
	background-image: url(1px-transparent.gif);
} /* スマホでddタグ表示が崩れる対策 */











