@charset "utf-8";
/* CSS Document */
article{
	margin-bottom:100px;
}
#footer_contact,#footer_fixed_link{
	display:none;
}
#footer_sitemap{
	border-top:3px solid #f1f1f1;
}

/*
=====================================

個人情報保護方針

=====================================
*/
#prv {
	margin-top: 30px;
}
#prv dt {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
}
#prv dd {
	margin-bottom: 20px;
}
/*
=====================================
//個人情報保護方針
=====================================
*/
/*
=====================================

スマホ・タブレット対応

=====================================
*/
@media only screen and (max-width : 800px) {
}
@media only screen and (max-width : 600px) {
}
/*
=====================================
//スマホ・タブレット対応
=====================================
*/