@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
	width: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
h1{
	font-size: 100%;
	font-weight: normal;
}
h2 img {
	margin-bottom: 10px;
}
a img {
	border: none;
}
a:link {
	color: #0098CC;
	text-decoration: none;
}
a:visited {
	color: #0098CC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
header, section, footer, aside, article, figure {
	display: block;
}
.clear {
	clear:both;
}


/*-- ▼フォントサイズ --*/
.font90 {
	font-size: 90%;
}
.font80 {
	font-size: 80%;
}
.font70 {
	font-size: 70%;
}
.font60 {
	font-size: 60%;
}
.font50 {
	font-size: 50%;
}
.font30 {
	font-size: 30%;
}

.right{
	text-align: right;
}
.left{
	text-align: left;
}

/*-- ▼レイアウト --*/

header {
	width: 1020px;
	height: 113px;
	background: #FFF url(../img/common/head-back.jpg) no-repeat;
	margin: 0 auto;
}
#main {
	overflow: hidden;
	margin: 0 auto;
	clear: both;
}
footer {
	height: 100px;
	margin: 30px auto 0 auto;
	clear: both;
}
.sidebar {
	float: left;
	width: 250px;
	margin: 15px 0 0 35px;
}
article {
	float: right;
	width: 690px;
	margin-right: 35px;
}


/*-- ▼ヘッダー --*/


header div.logo {
	width: 304px;
	height: 98px;
	float:left;
	padding: 15px 0 0 10px;
	display: block;
}
header .h_right {
	float: right;
	font-size: 80%;
	color: #FFF;
	padding: 10px 10px 0 0;
	text-align: right;
}
header .h_right form{
	display: inline;
}


/*-- ヘッドメニュー --*/

header .head-navi {
	width: 1020px;
	height: 35px;
	margin: 0;
	clear:both;
}
header .head-navi li {
	float: left;
}
header .head-navi li a {
	height: 42px;
	display: block;
	text-indent: -9999px;
}
header .head-navi li.bt1 a {
	background: url(../img/common/head-menu1.png);
	width: 127px;
}
header .head-navi li.bt2 a {
	background: url(../img/common/head-menu2.png);
	width: 128px;
}
header .head-navi li.bt3 a {
	background: url(../img/common/head-menu3.png);
	width: 127px;
}
header .head-navi li.bt4 a {
	background: url(../img/common/head-menu4.png);
	width: 128px;
}
header .head-navi li.bt5 a {
	background: url(../img/common/head-menu5.png);
	width: 127px;
}
header .head-navi li.bt6 a {
	background: url(../img/common/head-menu6.png);
	width: 128px;
}
header .head-navi li.bt7 a {
	background: url(../img/common/head-menu9.png);
	width: 127px;
}
header .head-navi li.bt8 a {
	background: url(../img/common/head-menu8.png);
	width: 128px;
}
header .head-navi li.bt1 a:hover, header .head-navi li.bt2 a:hover, header .head-navi li.bt3 a:hover, header .head-navi li.bt4 a:hover, header .head-navi li.bt5 a:hover, header .head-navi li.bt6 a:hover, header .head-navi li.bt7 a:hover, header .head-navi li.bt8 a:hover, header .head-navi li.current a {
	background-position: 0 -42px;
}

/*-- ▼フッター --*/

footer {
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	overflow: hidden;
	text-align: center;
}
footer .link{
	font-size: 80%;
	position: relative;
	overflow: hidden;
}
footer .link ul{
	float: left;
	left: 50%;
	position:relative;
}
footer .link ul li{
	float: left;
	margin: 10px 20px;
	left: -50%;
	position: relative;
}
footer .copy{
	font-size: 60%;
}
/*-- ▼メイン --*/

#main {
	width: 1020px;
	margin: 0 auto;
}

/*-- ▼トップ  --*/

#top-main {
	overflow: hidden;
	width:1020px;
	height: 244px;
	margin: 0 auto;
	clear: both;
	background: url(../img/top-img.jpg) no-repeat;
	text-align: right;
}

#top-main p{
	width: 450px;
	padding-top: 20px;
	color: #FFF;
	font-size: 110%;
	line-height: 180%;
	display: inline-block;
	text-align: left;
}
nav.top-navi {
	width: 1020px;
	height: 35px;
	margin: 20px auto;
}
nav.top-navi li {
	float: left;
}
nav.top-navi li a {
	height: 42px;
	display: block;
	text-indent: -9999px;
}
nav.top-navi li.bt1 a {
	background: url(../img/top-bt1.png);
	width: 255px;
}
nav.top-navi li.bt2 a {
	background: url(../img/top-bt2.png);
	width: 255px;
}
nav.top-navi li.bt3 a {
	background: url(../img/top-bt3.png);
	width: 255px;
}
nav.top-navi li.bt4 a {
	background: url(../img/top-bt4.png);
	width: 255px;
}

nav.top-navi li.bt1 a:hover, nav.top-navi li.bt2 a:hover, nav.top-navi li.bt3 a:hover, nav.top-navi li.bt4 a:hover {
	background-position: 0 -42px;
}

.top-left {
	float: left;
	width: 750px;
	margin: 20px 0 0 10px;
}

.top-right  {
	float: right;
	width: 250px;
	margin: 20px 10px 0 0;
}

/*-- ▼トップトピックス  --*/

div.top-news {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #CCC;
}
div.top-news h3{
	width: 680px;
	height: 34px;
	text-indent: -9999px;
	background: url(../img/top-news-title.png) no-repeat;
}
div.top-news ul{
	width: 660px;
	margin: 10px auto ;
	overflow: hidden;
}
div.top-news ul li{
	clear: both;
	padding: 10px 0;
}

div.top-news ul li img{
	float:left;
	overflow: auto;
}
div.top-news ul li div{
	padding: 0 10px;
	overflow: hidden;
}

/*-- ▼サブページ --*/

.sub-left {
	float: left;
	width: 240px;
	margin: 20px 0 0 0;
}
.sub-left ul {
	width: 200px;
	margin: 0 auto;
}
.sub-left ul li{
	text-align: left;
	margin-bottom: 10px;
	padding: 6px 0 3px 5px;
	border-left:7px solid #1E2C5C;
	color: #111;
}
.sub-left ul li a{
	display: block;
	color: #111;
}
.sub-left ul li a:hover, .sub-left ul li.current a {
}
.sub-right  {
	float: right;
	width: 750px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 20px;
	border-left: 1px solid #CCC;
	overflow: hidden;
}
.sub-right h1.line{
	float: left;
	width: 200px;
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 0 20px;
	border-left: 5px solid #1E2C5C;
	overflow: hidden;
}
.sub-right h1.line2{
	float: left;
	width: 300px;
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 0 20px;
	border-left: 5px solid #1E2C5C;
	overflow: hidden;
}
 
.sub-right h1.line span {
	display: table-cell;
	vertical-align: middle;
	height: 140px;
}




/*-- ▼タイトル --*/

#title {
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	background: #f7f7f7;
	border-bottom: 1px solid #d7d7d7;
}
#title .wrapper {
	width: 1020px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	text-align:left;
}
#title .wrapper .title{
	float:left;
	margin: 22px 0 0 10px;
}
#title .wrapper .img{
	float:right;
	margin: 0 10px 0 ;
}


/*-- ▼ぱんくずリスト --*/

.path {
	margin: 10px 0 0 40px;
	font-size: 85%;
	color: #333;
}


/*-- ▼ページ先頭へ --*/

.page-top {
	float: right;
	margin: 30px 0;
}

/*-- 求人情報 --*/


.recruit dl {
	width: 740px;
	margin: 0;
	padding: 0;
}
.recruit dt{
	float: left;
	clear: left
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.recruit dd{
	float: left;
	margin: 0;
	padding: 0;
}


/*-- よくあるご質問 --*/

.qa > ul{
	width: 690px;
	margin: 20px 0 0 30px;
}
.qa > ul > li{
	padding: 20px 0;
	border-bottom: 1px dotted #CCC;
}
.qa > ul > li.top{
	padding-top: 0;
}
.qa > ul > li p.q{
	width: 570px;
	height: 58px;
	padding-left:120px;
	margin-bottom: 25px;
	font-size: 120%;
}
.qa > ul > li p.q span{
	display: table-cell;
	vertical-align: middle;
	height: 58px;
	
}
.qa > ul > li.q1 p.q{
	background: url(../qa/img/q1.png) no-repeat;
}
.qa > ul > li.q2 p.q{
	background: url(../qa/img/q2.png) no-repeat;
}
.qa > ul > li.q3 p.q{
	background: url(../qa/img/q3.png) no-repeat;
}
.qa > ul > li.q4 p.q{
	background: url(../qa/img/q4.png) no-repeat;
}
.qa > ul > li p.a{
	width: 570px;
	padding-left:120px;
	background: url(../qa/img/a.png) no-repeat;
	font-size: 80%;
}
.qa > ul > li ul{
	font-size: 120%;
	margin-top: 10px;
	padding-left:120px;
	overflow: hidden;	
}
.qa > ul > li ul li{
	float: left;
	margin-top: 10px;
	width: 200px;
}

/*-- 会社概要 --*/

.company h1{
	font-size: 200%;
	margin-bottom: 20px;
}
.company table th{
	vertical-align: top;
	padding: 5px 0;
	text-align: left;
}

.company table td{
	padding: 5px 0 5px 15px;
}


/*-- 工事業務内容 --*/

.about ul{
	padding: 20px 0 0 0;
}

.about ul.col4 li{
	width: 157px;
	margin-right: 20px;
	float: left;	
}
.about ul.col3 li{
	width: 213px;
	margin-right: 20px;
	float: left;	
}
.about ul.col2 li{
	width: 334px;
	margin-right: 20px;
	float: left;	
}

.about ul li.last{
	margin-right: 0;	
}


/*-- 一般ポリピグ --*/

.general h1{
	font-size: 200%;
	margin-bottom: 20px;
}

.general h3{
	margin: 30px 0 20px 0;
	overflow: hidden;
}

.general table{
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 80%;
	border-collapse: collapse;

}
.general table.w50{
	width: 50%;
}
.general table td{
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.general table td.lbd{
	border-left: 1px solid #CCC;
}
.general table td.rbd{
	border-right: 1px solid #CCC;
}

/*-- 販売・リース --*/

.sales ul{
	padding: 20px 0 0 0;
}

.sales ul li{
	width: 213px;
	margin: 0 20px 20px 0;
	float: left;	
}
.sales ul li p{
	margin-top: 10px;
	text-align: center;	
}

.about ul li.last{
	margin-right: 0;	
}


/*-- システム --*/

.system ul{
	float: right;
	padding: 20px 0 0 0;
	font-size: 80%;
}

.system ul li{
	width: 277px;
	margin: 0 0 20px 20px;
	float: left;	
}
.system ul li p{
	margin-top: 10px;
	text-align: center;	
}

.system ul li.last{
	margin-right: 0;	
}


/*-- ニュース --*/
.news h1 {
	background: #d2d5de;
	font-size: 130%;
	padding: 5px 10px;
}
.news p.published {
	padding: 5px 0;
	text-align:right;
}
.news div.img {
	float: left;
	width: 220px;
	overflow:hidden;
}
.news div.img img{
	margin-bottom:10px;
}
.news div.text {
	overflow:hidden;
}

#nav-single {
	clear:both;
	width: 300px;
	margin: 20px auto 0 auto;
}
#nav-single .nav-previous{
	float: left;
}
#nav-single .nav-next{
	float: right;
}


/*-- ▼ニュース  --*/

div.news {
}
div.news ul{
	overflow: hidden;
}
div.news ul li{
	clear: both;
	padding: 10px 0;
}

div.news ul li img{
	float:left;
	overflow: auto;
}
div.news ul li div{
	padding: 0 10px;
	overflow: hidden;
}