@charset "utf-8";

/* ------------------------------------------------
	お客様の声に全力を挙げて
------------------------------------------------ */
#maincts .vis
	{
	margin-top: 10px;
	}

#maincts .txt
	{
	margin-top: 10px;
	}

#maincts .subttl
	{
	font-weight: bold;
	margin-top:20px;
	}

/* cts block layout-01 */
#maincts .ctsblk .cts01 {
	padding:20px 0 0;
}

#maincts .ctsblk .cts01 .infoblk {
	float:left;
	width:440px;
	padding-top:20px;
}

#maincts .ctsblk .cts01 .imgblk {
	float:right;
	width:203px;
	padding-top:20px;
}

#maincts .ctsblk .cts01 .imgblk p {
	padding-bottom:10px;
}

#maincts .ctsblk .cts01 .imgblk p span.sub {
	display:block;
	padding-top:2px;
}

/*
	リニューアルヘッダー対応
----------------------------------------------------- */
#stage {
	padding-top: 0 !important;
}

#stage #content {
	padding-top: 110px;
}

@media only screen and (max-width: 1024px) {
	#stage #content {
		padding-top: 70px;
	}
}

