/**************************************************************************************************
INITIAL SETTINGS
**************************************************************************************************/
@charset "utf-8";


#body_wrap {
	position:relative
	height: 300px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: left;
}

#slide {
	width: 1000px;
	height: 458px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.tgt {
	opacity: 0;
	z-index: 2;
	width: 950px;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	position: relative;
	margin-left: 50px;
	padding-top: 180px;
}
.tgt span{
	display: none;
	float: left;
}
.tgt span.cur{display:none;}


.business_title {
	width: 1000px;
	padding-top: 80px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 5px;
	font-size: 15px;
	font-style: normal;
	padding-bottom: 30px;
	color: #333;
	font-weight: normal;
	float: left;
}

.business_img_R {
	padding: 19px;
	width: 270px;
	float: left;
	margin-top: 30px;
	border: 1px solid #CCC;

}

.business_img_S {
	float: left;
	width: 270px;
	padding: 19px;
	height: auto;
	margin-top: 30px;
	margin-right: 35px;
	border: 1px solid #CCC;

}

.business_img_L {
	height: auto;
	width: 270px;
	padding: 19px;
	margin-top: 30px;
	margin-right: 35px;
	float: left;
	border: 1px solid #CCC;

}


.business_txt_R {
	width: 270px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.business_txt_S {
	float: left;
	width: 270px;
	height: auto;
	margin-right: 35px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.business_txt_L {
	height: auto;
	width: 270px;
	margin-right: 35px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}


.business_title2 {
	width: 1000px;
	padding-top: 80px;
	line-height: 20px;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: normal;
	padding-bottom: 30px;
	color: #333;
	font-weight: normal;
	float: left;
	text-align: center;
}

.business_line {
	width: 1000px;
	padding-bottom: 30px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
