@charset "utf-8";

body, html {
	height: 100%;
	color: #5c5950;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif; /* font-family for Win */
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem;
}

#wrapper {
	position: relative;
	min-height: 100%;
	min-width: 1000px;
	overflow: hidden;
}

.specialOriginalFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 70px;
	background-color: #f7f7f7;
}

.specialOriginalFooterInr {
	position: relative;
	width: 960px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
}

.specialOriginalFooterLogo {
	position: absolute;
	top: 12px;
	left: 0;
	width: 76px;
	height: 23px;
}

.specialOriginalFooterLogo a {
	display: block;
	width: 76px;
	height: 23px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../img/pc/spr_parts.png) 0 0 no-repeat;
}

.specialOriginalFooterShare {
	position: absolute;
	top: 12px;
	right: 0;
	width: 274px;
}

.specialOriginalFooterShare > div {
	display: inline-block;
	vertical-align: top;
}

.specialOriginalFooterTW {
	position: absolute;
	left: 175px;
}

.specialOriginalFooterLink {
	position: absolute;
	top: 46px;
	left: 0;
	font-size: 11px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	color: #444;
}

.specialOriginalFooterLinkItem {
	display: inline-block;
	overflow: hidden;
	padding-right: 4px;
}

.specialOriginalFooterLinkItem:first-child {
	margin-left: -11px;
	padding-left: 0;
}

.specialOriginalFooterLinkItem:before {
	content: '┃';
	padding-right: 8px;
}

.specialOriginalFooterLinkItem:first-child:before {
	padding-right: 0px;
}

.specialOriginalFooterLinkCopyrights {
	position: absolute;
	top: 44px;
	right: 0;
	width: 274px;
	height: 16px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../img/pc/spr_parts.png) 0 -26px no-repeat;
}