/* CSS Document */

/** -------------------------------------------------------
 ** フッタ
 ** ------------------------------------------------------- */
/* hdgNavのコピー */
#ftSolutionGNav {
	background: #5b6771;

	/*フォント指定追加 2017-01-17*/
	font-family: "源ノ角ゴシック Light", "源ノ角ゴシック", sans-serif;
}

#ftSolutionGNav ul {
	width: 950px;
	margin: auto;
	text-align: left;
	font-size: 13px;
}
#ftSolutionGNav li {
	float: left;
}

#ftSolutionGNav li a {
	text-align: center;
	display: block;
	line-height: 45px;
	padding: 0 23px;
	color: white;
	text-decoration: none;
}

#ftSolutionGNav li a:hover,
#ftSolutionGNav li a.current {
	background: #404a53;
}

#ftSolutionGNav li a:before {
	display: inline-block;
	width: 7px;
	height: 8px;
	margin-right: 6px;
	background: url(/business/solution/images_global/r_ico_hdgnav.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: 1px;
	content: "";
}
#ftSolutionGNav li a.current:before {
	background-image: url(/business/solution/images_global/r_ico_hdgnav_on.png);
}

/* SP */
body.responsive-sp #ftSolutionGNav ul {
	width: auto;
}
body.responsive-sp #ftSolutionGNav li {
	float: none;
	border-top: 1px solid #d7dbde;
}
body.responsive-sp #ftSolutionGNav li:first-child {
	border-top: 0;
}
body.responsive-sp #ftSolutionGNav li a {
	padding: 5px 10px;
	text-align: left;
	font-size: 15px;
}
body.responsive-sp #ftSolutionGNav li a:before {
	margin-right: 8px;
	vertical-align: 2px;
}

/* ftSolutionGnav追加による色調整 */
#ftGNavWall .btnPagetop a {
	background-color: #96a3ad;
}
#ftGNavWall .btnPagetop a:hover {
	background-color: #717b82;
}

/** -------------------------------------------------------
 ** フッタ
 ** ------------------------------------------------------- */
/* 法人共通に上書き */
#hdgNav li a:before {
	display: inline-block;
	width: 7px;
	height: 8px;
	margin-right: 6px;
	background: url(/business/solution/images_global/r_ico_hdgnav.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: 1px;
	content: "";
}
#hdgNav li a.current:before {
	background-image: url(/business/solution/images_global/r_ico_hdgnav_on.png);
}

/** -------------------------------------------------------
 ** ボタン
 ** ------------------------------------------------------- */
a.rInfoBtn {
	text-decoration: none;
	color: #fff;
}

a.rBtnLink,
a.rBtnBlank {
	text-decoration: none;
	color: #333;
}

/** -------------------------------------------------------
 ** ボタン群
 ** ------------------------------------------------------- */
.rBtnGroup {
}
.rBtnGroup li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rBtnGroup li:last-child {
	margin-right: 0;
}
.rBtnGroup a {
	font-size: 100%;
	line-height: 1.2;
}
.rBtnGroup a.rBtnLink,
.rBtnGroup a.rBtnBlank {
	padding-top: 1em;
	padding-bottom: 1em;
}
.rBtnGroup a.rBtnBlank:before {
	width: 1.5em;
	height: 1.5em;
	background-image: url(/business/images_global/r_ico_blank_01_sp.png);
	margin-top: -0.2em;
	margin-bottom: -0.2em;
}

/* --- SP --- */
body.responsive-sp .rBtnGroup li {
	float: none;
	margin-left: 0;
	margin-top: 10px;
}
body.responsive-sp .rBtnGroup li:first-child {
	margin-top: 0;
}
body.responsive-sp .rBtnGroup a {
	font-size: 116%;
}

/** -------------------------------------------------------
 ** sideLinkBlock
 ** ------------------------------------------------------- */
.sideLinkBlock {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
}
.sideLinkBlock .blockIn {
	border: 1px solid #d7dbde;
	background-color: #ffffff;
}
.sideLinkBlock .link {
	position: relative;
	padding: 14px;
	border-top: 1px solid #d7dbde;
}
.sideLinkBlock .link:hover {
	opacity: 0.7;
}
.sideLinkBlock .link a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.sideLinkBlock .link a span {
	display: none;
}
.sideLinkBlock .hover {
	background-color: #f6f6f6;
}
.sideLinkBlock .link:first-child {
	border-top: 0;
}
.sideLinkBlock .link .lnContent {
	margin: 14px 0 0 0;
}
.sideLinkBlock .link .lnTit {
	/* font-size: 107.6923%; */
	font-size: 100.0%;
	font-weight: bold;
}
.sideLinkBlock .link .lnTxt {
	position: relative;
	padding: 0 28px 0 0;
	margin: 8px 0 0 0;
	font-size: 100.0%;
}
.sideLinkBlock .link .lnTxt:after {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 10px;
	height: 15px;
	margin-top: -8px;
	background: url("/business/solution/digital-signage/images/n-bg-ln-arw.gif") no-repeat;
	content: "";
}

/** -------------------------------------------------------
 ** rCaption
 ** ------------------------------------------------------- */
.rCaptionArea {
	padding: 12px 14px;
	background-color: #ebeef0;
	line-height: 1.6;
}

/** -------------------------------------------------------
 ** rRecProductBlock
 ** ------------------------------------------------------- */
.rRecProductBlock {
	border: 1px solid #bbbec1;
}
.rRecProductTitArea {
	background-color: #ebeef0;
}
.rRecProductTitArea dt {
	float: left;
	padding: 14px;
	background-color: #5b6771;
	color: #ffffff;
	font-weight: bold;
}
.rRecProductTitArea dd {
	float: left;
	padding: 12px;
	font-size: 123.0769%;
	font-weight: bold;
}

/* --- SP --- */
body.responsive-sp .rRecProductBlock {
}
body.responsive-sp .rRecProductTitArea dl {
	display: table;
	width: 100%;
}
body.responsive-sp .rRecProductTitArea dt {
	float: none;
	display: table-cell;
	padding: 6px;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 93%;
}
body.responsive-sp .rRecProductTitArea dd {
	float: none;
	display: table-cell;
	padding: 6px;
	vertical-align: middle;
	font-size: 100%;
}
body.responsive-sp .rRecProductBlock .rRecProductImg img {
	width: 100%;
}
body.responsive-sp .rRecProductBlock .rRecProductContent {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/*----------------------------------------------------
	※レスポンシブ
	コンテンツ下部 ご購入ご相談窓口
----------------------------------------------------*/
#footerInfoBox {
	padding: 0 8px 8px 8px;
	margin: 40px 0 0 0;
	border-radius: 4px;
	background-color: #3d3d3d;
}
#footerInfoBox .tit {
	padding: 10px 4px;
	margin: 0;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.4;
}
#footerInfoBoxInner {
	padding: 11px;
	background-color: #fffecd;
}
#footerInfoBoxInner .infoCatch {
	text-align: center;
}
#footerInfoBoxInner .infoBtn {
	width: 380px;
	margin: 1em auto 0 auto;
}
#footerInfoBoxInner .infoBtn a.rInfoBtn {
	font-size: 100%;
}

/* --- SP --- */
body.responsive-sp #footerInfoBox {
	border-radius: 0;
}
body.responsive-sp #footerInfoBoxInner {
	padding: 5%;
}
body.responsive-sp #footerInfoBoxInner .infoCatch {
	text-align: left;
}
body.responsive-sp #footerInfoBoxInner .infoBtn {
	width: auto;
}
body.responsive-sp #footerInfoBoxInner .infoBtn a.rInfoBtn {
	font-size: 123.1%;
}

/** -------------------------------------------------------
 ** rSolutionCases
 ** ------------------------------------------------------- */
.rSolutionCases {
	margin-top: 40px;
}
.rSolutionCases .rTileCol3 .rPanel {
	width: 226px;
}

/* --- SP --- */
body.responsive-sp .rSolutionCases {
	margin-top: 0;
}

/** -------------------------------------------------------
 ** 事例パネル（SPのみ共通の事例パネルを上書き）
 ** ------------------------------------------------------- */
body.responsive-sp .rPanel .rPanelThumb {
	float: none;
	width: 100%;
}
body.responsive-sp .rPanel .rPanelThumb a,
body.responsive-sp .rPanel .rPanelThumb a img {
	display: block;
}
body.responsive-sp .rPanel .rPanelThumb a img {
	width: 100%;
}
body.responsive-sp .rPanel .rPanelInner {
	margin-top: 5.35714285714286%; /* 30 / 560 */
}
