@charset "utf-8";
/* ------------------------------------------------------------

 【デザイン依頼】【CSP】分社化に伴うロゴ変更対応/プラポリ・約款対応

------------------------------------------------------------ */

div#footer {
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
div#footer #linkRecruitGroup {
	color: #435B67;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	line-height: 2;
}
div#footer address {
	float: left;
	margin-top: 3px;
	text-align: left;
}
.copy {
	color: #435B67;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}


div#footer p	{
	float: left;
}

div#footer .links {
	float: none;
}

div#footer .linkForShop	{
	float: left;
	padding-left: 25px;
	padding-top: 15px;
}
div#footer .linkForShop p	{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 8px;
	min-height: 17px;
}

div#footer .linkForShop p .strong	{
	font-weight: bold;
}

div#footer .linkForShop p .mrkTxtLinkOr	{
	padding-top: 2px;
	padding-left: 18px;
	padding-bottom: 2px;
	background-image: url(/SYS/cmn/images/common/mark_link_or.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	vertical-align: middle;
}

div#footer .linkForShop p > a {
	vertical-align: middle;
}

.footerWrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto 18px;
	padding-top: 8px;
}

.footerRelatedLinkWrap {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CCCCCC;
	color: #4E4E4E;
}
.footerPageLinkWrap {
	display: flex;
	height: 10px;
	margin-left: auto;
	justify-content: flex-end;
	order: 3;
}

.footerPageLinkWrap > li {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #CCCCCC;
	line-height: 1;
	font-size: 10px
}
.footerPageLinkWrap > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.footerWrap .contentLeft {
	display: flex;
	align-items: flex-end;
}

.recruitLinkWrap {
	font-size :initial;
}

.recruitLinkWrap > a {
	display: flex;
	align-items: flex-end;
}
/* ↓古いreset.cssに上書きされるため止むを得ずimportantを使っています */
.recruitLinkWrap > a,　
.recruitLinkWrap > a:hover,
.recruitLinkWrap > a:active {
	text-decoration: none !important;
}

.recruitLogoWrap {
	width: 100px;
	height: 26px;
}

.recruitLogoWrap > img {
	width: 100%;
	height: 100%;
}

.recruitLinkWrap > a:hover img {
	opacity: 1;
}

.footerWrap .copyright {
	display: block;
	margin-left: 10px;
	color: #435B67;
	font-size: 10px;
	font-family: 'メイリオ', sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
}

.linkForStoreWrap {
	display: flex;
	align-items: baseline;
	padding-left: 35px;
}

.linkForStoreText {
	position: relative;
	padding: 0 8px 0 18px;
	font-size: 10px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 1;
}

.linkForStoreText::before,
.linkForStoreText::after {
	position: absolute;
	top: 5px;
	transform: translate3d(0, -50%, 0);
	content: "";
}

.linkForStoreText::before {
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #F6A004;
}

.linkForStoreText::after {
	left: 4px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 5px solid #FFFFFF;
}

.linkForStoreWrap > a {
	font-size: 10px;
	line-height: 1;
}
