﻿@charset "utf-8";


/****************************************************************************
	事業内容設定
*****************************************************************************/
.main {
	min-width: 960px;
	background:url(../img/about/main.jpg) no-repeat center center;
}

h2{
	background:#e0f4ff;
	border-top:2px solid #28adf1;
	color:#1d258f;
	text-indent:2em;
	font-size:120%;
	font-weight:800;
	height:57px;
	line-height:57px;
	text-align:left;
	position:relative;
}
h2 span{
	font-size:70%;
	font-weight:bold;
	line-height:1.6;
	text-indent:0;
	color:#000;
	padding:5px 10px;
	background:#fff;
	position:absolute;
	right:20px;
	top:15px;
}
h3{
	text-align:left;
	font-weight:600;
	font-size:115%;
	margin-bottom:10px;
}

dl{
	width:904px;
	overflow:hidden;
	margin:20px auto;
	text-align:left;
}
dl dt{
	width:100%;
	margin:0 0 20px;
}
dl dd{
	width:100%;
	margin:0 0 20px;
	overflow:hidden;
}



















