@charset "utf-8";

/* 共通class */

.main h3 {
	position: relative;
	margin: 30px 0 20px;
	padding: 0 0 0 .75em;
	color: #11244a;
	font-size: 1.5em;
	border-left: 10px solid #11244a;}
.main h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #11244a;}
.main h3.first { margin-top: 0;}

	/* table */
table {
	margin-left: 40px;
	width: 100%;
	border-collapse: collapse;}
table tr {
	width: 100%;
	border-bottom: solid 1px #999;}
table tr:first-child { border-top: solid 1px #999;}
table th {
	padding: 10px 30px;
	width: 25%;
	text-align: left;
	font-weight: normal;
	background-color: #f8f4ea;}
table td {
	padding: 10px 30px;
	width: 75%;}
.tableBlue th { background-color: #def0fe;}
.tableDot { margin-bottom: 20px;}
.tableDot tr {
	width: 100%;
	border-bottom: dotted 2px #999;}
.tableDot tr:first-child { border-top: none;}
.tableDot th {
	padding: 10px 30px;
	width: 25%;
	text-align: left;
	color: #0071bc;
	font-weight: bold;
	background-color: #fff;}

.mainWrap {
	overflow: hidden;
	margin: 30px auto;
	width: 960px;}
.ttlPage {
	float: left;
	width: 150px;}
.main {
	float: right;
	width: 810px;}

/* company 会社案内 */

.main ol {
	margin-left: 40px;
	padding-left: 1.5em;}

/* service 事業案内 */

.main > p,
.main > p.para { margin-left: 40px;}
.service {
	margin-left: 40px;
	border-top: dotted 1px #000;
	background-position: right center;}
.service#heavy {
	padding: 0 210px 30px 0;
	border-top: none;
	background-image: url(../img/img_ser_heavy.jpg);}
.service#musical {
	padding: 30px 210px 30px 0;
	background-image: url(../img/img_ser_musical.jpg);
}
.service#general {
	padding: 30px 210px 0 0;
	background-image: url(../img/img_ser_general.jpg);
}
.service h4 {
	margin-bottom: 5px;
	padding-left: 40px;
	font-size: 1.5em;
	background-position: 0 center;}
.service#heavy h4 {
	color: #0071bc;
	background-image: url(../img/ico_circle_blue.gif);}
.service#musical h4 {
	color: #f15a24;
	background-image: url(../img/ico_circle_orange.gif);}
.service#general h4 {
	color: #00a99d;
	background-image: url(../img/ico_circle_green.gif);}
.service p.etc {
	margin-bottom: 10px;
	padding-left: 1em;
	background-color: #f8f4ea;}
.storehouse {
	margin: 10px 0 10px 40px;
	padding: 10px 250px 10px 50px;
	min-height: 132px;
	border: solid 5px #d6c9a5;
	background-image: url(../img/img_ser_storehouse.jpg);
	background-position: 520px center;
	list-style: none;}
.storehouse li {
	padding-left: 40px;
	min-height: 25px;
	font-size: 1.125em;
	line-height: 2em;
	background-image: url(../img/ico_square_red.gif);
	background-position: left center;}

/* recruit 採用情報  */

/* access アクセス・お問合せ */

.tel,
.fax {
	text-align: center;
	color: #11244a;}
.tel span,
.fax span {
	padding-left: 60px;
	min-height: 40px;
	font-size: 2.875em;
	font-weight: bold;
	line-height: 1.2em;
	background-position: left center;}
.tel span { background-image: url(../img/ico_tel.gif);}
.fax span { background-image: url(../img/ico_fax.gif);}


/* 404 NotFound */

#notfound { min-height: 400px;}
#notfound h2 { font-size: 5em;}
#notfound h3 {
	margin-bottom: 20px;
	font-size: 2em;}