@charset 'UTF-8';
#container{padding-top: 100px;}

/*下層ボタン共通*/
#Menu {text-align: center;}

#Menu ul {
	display: inline-block;
	margin: 50px auto;
	overflow: hidden;
	padding:0;
	text-align: center;
}

#Menu ul li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
}

#Menu ul li:last-of-type {margin-right: 0;}

#Menu ul li a {
	background-color: #7B9CDD;
	display: block;
	width: 228px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

#Menu span.subtitle{ font-size: 75%;}

/*ページタイトルビジュアル*/

#lowervisual {
	background-image: url(../img/img-lowerBack.jpg);
	background-position: top center;
	height: 499px;
	position: relative;
    top: -77px;
    z-index: -20;
}


#greeting span.name,
#messageTobi span.name {
	font-size: 150%;
	font-weight: bold;
}

/*会社概要*/
#outline span.smallTxt {font-size: 80%;}

#outline .pointImage article{ margin-bottom: 30px; }
/* 以下保留
#outline .point{ position: relative;}

#outline .point article{
	height: auto;
	margin-bottom: 80px;
	position: relative;
}

#outline .point article .txt{
	background-color: #efefef;
	padding:20px;
	position: absolute;
	top: 0;
	width: 600px;
}

#outline .point article .txt h5{ margin:0;}

#outline .point article .img{
	position: absolute;
	top: -40px;
}

#outline .point article:nth-of-type(odd) .txt{ left:0;}
#outline .point article:nth-of-type(odd) .img{ right: 0}
#outline .point article:nth-of-type(even) .txt{ right: 0;}
#outline .point article:nth-of-type(even) .img{	left: 0}
*/


/*会社概要、業務内容・設備、沿革、採用情報リスト*/

.list dl dt {
    padding-left: 120px;
    width: 130px;
    }

.list dl > * {float: left;}

.list dl:first-of-type {
	border-top: 1px solid #000;
	margin-top: 0;
	padding-top: 10px;
}

.list dl {
    border-bottom: 1px solid #000;
    margin: 10px 0 0 0;
    overflow: hidden;
    font-size: 90%;
    padding-bottom: 10px;
}

.list dl dd {padding: 0;}

ol {
	margin: 0;
	padding-left: 22px;
}

ol li {margin-bottom: 10px;}

/*業務内容・設備*/
#service h4{
	text-align: left;
	margin:0;
}
#service div.innerBox {
	overflow: hidden;
	margin-bottom: 25px;
}

#service div.innerBox ul{
	margin-top: 0;
	padding-left: 30px;
}

#service div.leftbox {
	display: block;
	float: left;
	width: 620px;
}

#service div.rightbox {
	display: block;
	float: right;
	width: 300px;
}

.kato {text-align: right;}

#service .innerBox img {
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 300px;
}

#service .innerBox .kato img {
	float:right;
	width: 200px;
	 }

#service div.rightbox ul.sublist {padding-left: 54px;}

#service div.rightbox ul.sublist li {margin-bottom: 4px;}

#service .innerBox img:nth-child(even){margin-left: 0;}

#service .telBox p{
	border: 3px solid #2e3192;
	text-align: center;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	width: 294px;
	display: block;
}
#service .telBox span{
	display: block;
	padding: 10px;
	vertical-align: middle;
}
#service .telBox .upper {
	background-color: #2e3192;
	color:#fff;
}

#service .telBox .lower {
	color:#2e3192;
	font-size: 150%;
	font-weight: bold;
}
#service .telBox img {
	margin-top: 8px;
	margin-left: 14px;
	margin-right: 5px;
	vertical-align: middle;
	width: 24px;
}


/*沿革*/
#history img{width: 244px;}

.imagebox {
	position: absolute;
	top: 10px;
	left: 640px;
	width: 244px;
	margin-bottom: 20px;
}

.shizai {margin-top: 170px;}

/*社長メッセージ*/

#greeting img {
	float: right;
	margin-left: 40px;
	width: 350px;
}

/*事業内容・設備*/
#service ul {margin-bottom: 10px;}

#service ul li {list-style-type: disc;}

#service ul li.listtype {list-style-type: none;}

#service ul p {margin-top: -15px;}

/* 採用情報 */
#recruit ul li {list-style: none;}

#address{
	border: 1px solid #ccc;
	padding: 20px;
	margin:20px auto;
	width: 450px;
}

#greeting p.nameright{text-align: right;}

/*社員メッセージ*/
#messageOpe .messageback {
	background-image: url(../img/message/img-backope.jpg);}

#messageTobi .messageback {
	background-image: url(../img/message/img-backtobi.jpg);}

#messageOpe .messageback,
#messageTobi .messageback {
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#messageTobi .messagebox,
#messageOpe .messagebox {
	background-color: rgba(255,255,255,0.9);
	margin-top: 49px;
	margin-bottom: 49px;
	margin-right: 80px;
	margin-left: 80px;
	padding: 30px;
}

#messageTobi h4,
#messageOpe h4 {
	margin-bottom: 20px;
	text-align: left;
}