@charset "UTF-8";

/* -----------------------------------------------------------
	メインビジュアル
--------------------------------------------------------- */
#main{
	text-align:center;
	margin:0 0 30px 0;
}
/* slidewrapper */
#slidewrapper {
  position: relative;
  width: 980px;
  height:500px;
  margin:0 auto;
  overflow: hidden;
}

/* -----------------------------------------------------------
	ビジネス
----------------------------------------------------------- */
#contentsArea #MainArea #business{
	position: relative;
	background: url(../images/top/business_bg.jpg) no-repeat right 20px;
	padding: 80px 0 0 190px;
	box-sizing: border-box;
	min-height: 607px;
}
#contentsArea #MainArea #business h2{
	position: absolute;
	top: 0;
	left: 0;
}
#contentsArea #MainArea #business .txt01{
	font-size: 140%;
	margin-bottom: 16px;
}
#contentsArea #MainArea #business .txt02{
	font-size: 110%;
	color: #E60012;
	margin-top: 16px;
}
#contentsArea #MainArea #business li{
	line-height: 1.4em;
	font-size: 90%;
}
#contentsArea #MainArea #business li:before {
  content: "■";
	font-size: 70%;
	color: #E60012;
	margin-right: 5px;
}

/* -----------------------------------------------------------
	お知らせエリア
----------------------------------------------------------- */
#feed{
	margin: 36px 0 0 0;
}
#feed dt{
	margin-top: 24px;
	background: url(../images/common/ic_circle.gif) no-repeat left;
	padding: 0 0 0 24px;
}
#feed dd{
	padding-left: 24px;
}
	