@charset "utf-8";

/* -----------------------------------------
	Reset Item
----------------------------------------- */
body {min-width: 1070px;}
#jreHeader,#jreFooter {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	color: #333333;
	font-family:"メイリオ",'Meiryo',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 14px;
}
#jreHeader .pdfLink:after {
	content: "";
	display: inline-block;
	background: url(/material/img/ico_pdf.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 0 5px;
}




#jreHeader input,#jreFooter input[type="text"],
#jreHeader select,
#jreHeader textarea,
#jreHeader button,
#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;
}
#jreHeader input::-ms-expand,
#jreHeader select::-ms-expand,
#jreFooter input::-ms-expand,
#jreFooter select::-ms-expand {display: none;}

#jreHeader input::-webkit-input-placeholder,
#jreFooter input::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
#jreHeader input::-moz-placeholder,
#jreFooter input::-moz-placeholder {
	color: #999;
	font-size: 13px;
	
}
#jreHeader input:-ms-input-placeholder,
#jreFooter input:-ms-input-placeholder{
	color: #999;
	font-size: 13px;
}
/* -----------------------------------------
	Base Item
----------------------------------------- */
#jreHeader *,
#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;
}

#jreHeader * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#jreFooter ul{
	padding: 0;
	list-style: none;
}


.footer_container {
	padding-top: 40px;
}

.footer_heading {
	font-size: 20px;
	text-align: center;
	color: #333333;
	margin-bottom: 30px;
	font-weight: bold;
}

.footer_pickUp {
	padding-bottom: 20px;
}
/*	Link
------------------------------*/
#jreHeader a:link {color: #008803; text-decoration: none;}
#jreHeader a:visited {color: #008803; text-decoration: none;}
#jreHeader a:hover {color: #008803;text-decoration: underline}
#jreHeader a:active {color: #008803; text-decoration: none;}


#jreHeader img,#jreFooter img{max-width: 100%;}
#jreHeader img.w100p,#jreFooter img.w100p {width: 100%;}

#jreHeader .bnrLink:hover img {
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
	transition-duration: .2s;
	opacity: 1;
}





/*表示/非表示切り替え*/
#jreHeader .sp,
#jreHeader .spb,
#jreFooter .sp,
#jreFooter .spb{display: none;}



#jreHeader .searchBox {
	height: auto;
	padding: 0;
	border: none;
	background: none;
}

#jreHeader .tit {
	margin-bottom: 00;
	padding-bottom: 0;
	border-bottom: none;
}

#jreHeader .pdfLink {
	display: inline;
	padding: 0;
	background: none;
}


#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;
}

