@charset "utf-8";

/* -----------------------------------------
	Reset Item
----------------------------------------- */
@media print {
	body{
		width: 1050px;
	}
}
#jreFooter {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	color: #333333;
	font-family:"メイリオ",'Meiryo',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
}



#jreFooter input[type="text"],
#jreFooter select,
#jreFooter textarea,
#jreFooter button  {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
}

#jreFooter input::-ms-expand,
#jreFooter select::-ms-expand {display: none;}

#jreFooter input::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}

#jreFooter input::-moz-placeholder {
	color: #999;
	font-size: 13px;
	
}

#jreFooter input:-ms-input-placeholder{
	color: #999;
	font-size: 13px;
}
/* -----------------------------------------
	Base Item
----------------------------------------- */
#jreFooter * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}



#jreFooter img{max-width: 100%;}

/*表示/非表示切り替え*/
#jreFooter .sp,
#jreFooter .spb{display: none;}


/*スマホ　縦*/
@media screen and (max-width: 750px){

	#jreFooter img{width: 100%;}
	#jreFooter img.auto{width: auto;}
	#jreFooter img.pcauto{max-width: 100%; width: 100%;}

	#jreFooter .pc{display: none;}
	##jreFooter .sp{display: inline;}
	#jreFooter .spb{display: block;}
}

@media screen and (max-width: 639px){
	#jreFooter {
		display: block;
	}
}


#jreFooter {
	text-align: left;
}

#jre_mtd_footer {
	z-index: 0;
}

#jreFooter a, #jreFooter a:link, #jreFooter a, #jreFooter a:visited {
	text-decoration: none;
}
#jreFooter a:hover {text-decoration: underline}

.main_skipLink {
	width: 0;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.skipLink {
	display: none !important;
}
