@charset "utf-8";

/*------------------------------------------------------------------*/
/* ランディングページ
/*------------------------------------------------------------------*/
/*
	Heading
--------------------------------*/
#main_f_solar_park{
	width: 980px;/*980px*/
	float: left;
	margin-right: 40px;
}

.title_lead{
	margin-bottom: 20px;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	color: #3270C5;
}

#page_title{
	margin-top:30px;
}

sup{
	vertical-align: 0.4em;
	font-size: 0.7em;
	line-height: 0.7em;
}

/*
	Module
--------------------------------*/
.section{
	position: relative;
}

.column2{
	margin-right: -30px;
	margin-bottom: 30px;
}

.column2 .col{
	float: left;
	width: 470px;
	margin-right: 30px;
}

.column3{
	margin-right: -31px;
	margin-bottom: 30px;
}

.column3 .col{
	float: left;
	width: 306px;
	margin-right: 31px;
}

.column3 .col_multi_2{
	float: left;
	width: 643px;
	margin-right: 31px;
}

.block_contents{
	margin-right: -30px;
	margin-bottom: 30px;
}

.block_contents .img_area{
	float: left;
	width: 360px;
	margin-right: 30px;
}

.block_contents .text_area{
	float: left;
	width: 590px;	
}

/*
	Title
--------------------------------*/
h1{
	margin-bottom: 32px;
}

h2{
	font-size: 130%;
	font-weight: bold;
}

h3{
	margin-bottom: 20px;
	padding: 7px 10px;
	font-size: 1.10em;
	font-weight: bold;
	color: #333;
}

h3.green{
	background: url(../images/bg_title_green.png);
}

h3.blue{
	background: url(../images/bg_title_blue.png);
}

h3.red{
	background: url(../images/bg_title_red.png);
}

/*
	Contents
--------------------------------*/
.dl_merit dt{
	padding: 10px 0 0 0;
	font-size: 1.05em;
	color: #3270C5;
}

.dl_merit dd{
	margin-bottom: 0;
}

p.contact{
	margin-top: 80px;
	margin-bottom: 50px;
}

.center{
	text-align: center;
}

.fig_border{
	border:1px solid #DDD;
}

.caption{
	font-size: 0.8em;
	line-height: 1.8em;
}