@charset "utf-8";
/* --------------------------------------------------
	reset
-------------------------------------------------- */

.l-main {
	width: 100%;
	display: inline;
}
.entry h2 {
	font-size: 124%;
}
.entry h3 {
	font-size: 114%;
}
.entry h4 {
	font-size: 110%;
}
.entry h5 {
	font-size: 105%;
}
.entry h6 {
	font-size: 100%;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}

/* for sp */
@media screen and (max-device-width:767px){
	body {min-width: 100%;}
	table {
		width: 100% !important;
		font-size:86%;
	}

	#main th,
	#main td {
		white-space: normal;
	}
	.link_l,
	.file_pdf,
	.file_excel,
	.file_word,
	.file_etc {
		margin-left: 5px;
		padding-left: 20px;
	}
	.sp_mega_menu_li a,
	.sp_mega_menu_li a:link,
	.sp_mega_menu_li a:hover,
	.sp_mega_menu_li a:active,
	.sp_mega_menu_li a:visited,
	.sp_category_a,
	.sp_category_ul li .sp_menu_lead {
		color:#fff;
	}

	.sp_category_special .sp_menu_lead {
		color:#333 !important;
	}

	.sp_slide_li a,
	.sp_moji,
	.footer_info_li a,
	.footer_other_li a {
		color: #333;
	}
}

