/* 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/education/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/education/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/education/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/education/images_global/r_ico_hdgnav_on.png);
}

/** -------------------------------------------------------
 ** ボタン群
 ** ------------------------------------------------------- */
.rBtnGroup {
}
.rBtnGroup ul{
	text-align: center;
}
.rBtnGroup li {
	display: inline-block;
	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;
}
/*---------------------------------------------------------------------
画像比率合わせて
---------------------------------------------------------------------*/
.rPanelLazyLoad .rTileCol4 .rPanel .rPanelThumb a, .rPanelLazyLoad .rTileCol4 .rPanel .rPanelThumb .rPanelThumbLoader{
	border: 1px solid #ddd;
	/*padding-top: 62%;
	box-sizing: border-box;
	*/
}
.rPanelLazyLoad .rTileCol4 .rPanel .rPanelThumb a img, .rPanelLazyLoad .rTileCol4 .rPanel .rPanelThumb .rPanelThumbLoader img{
	/*height: auto;*/
}
/*---------------------------------------------------------------------
カテゴリーナビPC非表示
---------------------------------------------------------------------*/
.rCategoryMenu{
	display: none;
}
/*---------------------------------------------------------------------
レスポンシブ（７６８以下）
---------------------------------------------------------------------*/
@media screen and (max-width:768px){
.rCategoryMenu{
	display:block;
}
.rBtnGroup li {
	display: block;
	margin:0 auto 10px;
}

}
/*---------------------------------------------------------------------
製品の詳細を見るボタン:追記
---------------------------------------------------------------------*/


a.rBtnLink_Blank {
	position: relative;
	display: block;
	padding: 1em 0.75em 1em 3.5em; /* 16 12 16 56 / 16 */
	background-color: #cbd2d7;
	border-radius: 0.25em;
	text-decoration: none;
	color: #333;
	font-size: 100%; /* 16px */
	font-weight: bold;
}

a.rBtnLink_Blank:hover {
	opacity: 0.8;
}
a.rBtnLink_Blank:before {
	display: inline-block;
	margin-right: 0.6em;
	content: "";
}
a.rBtnLink_Blank:before {
	position: absolute;
	left: 1em;
	top: 50%;
	display: block;
	width: 1.5em; /* 24/16 */
	height: 1.5em;
	margin-top: -0.75em;
	background: url("/business/images_global/r_ico_blank_01_sp.png") no-repeat;
	background-size: 100%;
	content: "";
}