﻿@charset "utf-8";
/*====================================================

	File Name: index.css

====================================================*/

/*----------------------------------------------------
	▼mainImg
----------------------------------------------------*/
div.wrapper{
	background: url(/images/bg_wrapper.gif) repeat-x left top;
}
div.mainImage{
	height: 733px;
	background: url(/images/bg_mainimg.jpg) no-repeat center center;
}
div.mainImage div.inner{
	position: relative;
	width: 970px;
	margin: 0 auto;
}
div.mainImage div.btn{
	position: absolute;
	left: 486px;
	top: 560px;
}

/*----------------------------------------------------
	▼main
----------------------------------------------------*/
/*-----
　最新情報
-----*/
div.news ul{
	margin-left: 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #e0e0e0;
}
div.news ul li{
	list-style-type: none;
	padding-left: 23px;
	background: url(/images/common/icon_arrow.gif) no-repeat left top;
}
div.news p.lead{
	padding: 10px 0;
}
div.news img.photo{
	float: right;
	margin: 0 0 1em 30px;
	border: solid 1px #e0e0e0;
}
/*-----
　新日本建築が事業用太陽光発電設置に選ばれる理由
-----*/
div.reason ol li{
	padding-top: 5px;
	padding-bottom: 5px;
}
div.reason ol li span{
	color: #539f23;
	font-weight: bold;
	font-size: 125%;
}

/*-----
　無料相談受付中
-----*/
div.construction p.lead{
	padding: 5px 0;
}
div.construction div.question{
	float: left;
}
div.construction div.question table{
	width: 330px;
}
div.construction div.question table td{
	padding: 4px 8px 4px 28px;
	background: url(/images/common/icon_arrow.gif) no-repeat 5px center;
}
div.construction div.support{
	float: right;
}
div.construction div.banner{
	margin: 1em 0;
}

