/* CSS Document */

/** -------------------------------------------------------
 ** rShowroomContent
 ** ------------------------------------------------------- */
.rShowroomContent {
	margin-top: 40px;
}

.rShowroomCatch {
	display: block;
	color: #495156;
	font-size: 153.9%;
	text-align: center;
}

.rSecondIdx {
	width: 910px;
	margin: 0 auto;
}

.rSecondIdxSec {
	float: left;
	width: 292px;
	margin: 0 0 0 14px;
	border: 1px solid #bbbec1;
}
.rSecondIdxSec:first-child {
	margin: 0;
}

.rSecondIdxSecTit {
	position: relative;
	padding: 20px 0 20px 96px;
	background-color: #ebeef0;
	font-size: 108%;
}
.rSecondIdxSecTit img {
	position: absolute;
	left: 10px;
	top: 5px;
}

.rSecondIdxSecInner {
	padding: 20px 24px;
}
.rSecondIdxSecInner .pic {
	text-align: center;
}
.rSecondIdxSecInner .txt {
	margin: 18px 0 0 0;
	font-size: 108%;
}

.rShowroomLink {
	padding: 50px 0 0 0;
	background: url("/business/solution/digital-signage/showroom/images/r-showroom-arrow.gif") no-repeat center 14px;
}
.rShowroomLinkInner {
	width: 640px;
	padding: 12px 10px 10px;
	margin: 0 auto;
	background-color: #275E72;
	border-radius: 6px;
}
.rShowroomLinkInner .txt {
	color: #fff;
	font-size: 108%;
	line-height: 1.5;
	text-align: center;
}
.rShowroomLinkInner .btn {
	padding: 5px;
	margin-top: 12px;
	background-color: #fff;
	border-radius: 6px;
}
.rShowroomLinkInner .btn a {
	width: 440px;
	margin: 0 auto;
}

.rShowroomAccessLink {
	margin: 32px 0 0 0;
	text-align: right;
}


/* -- SP -- */
body.responsive-sp .rShowroomContent {
	margin-top: 0;
	padding: 5% 3.125%;
	background-color: #fff;
}
body.responsive-sp .rShowroomContent .rBlock {
}
body.responsive-sp .rShowroomCatch {
	text-align: left;
	font-size: 123.1%;
}
body.responsive-sp .rSecondIdx {
	width: auto;
}
body.responsive-sp .rSecondIdxSec {
	float: none;
	width: auto;
	margin: 5% 0 0;
}
body.responsive-sp .rSecondIdxSec:first-child {
	margin-top: 0;
}
body.responsive-sp .rShowroomLinkInner {
	width: auto;
}
body.responsive-sp .rShowroomLinkInner .btn a {
	width: auto;
}
