@charset "utf-8";


/*-------------------------------------------------トップイメージの指定*/
#cts-image{
	width:100%;
	margin:0px;
	position: relative;
	overflow: hidden;
	height: 50px;
	background:#ffffff;
}

#cts-image .inner{
	width: 1500px;
	height: 50px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-top:0px;
	margin-left: -750px;
}

#micro-photo{
	width:405px;
	height:auto;
	padding:0px;
	margin:0px;
}

#micro-txt{
	width:545px;
	height:auto;
	padding:0px;
	margin:0px;
}

