@charset "UTF-8";

/*------------- 印刷用 -------------*/

* {
	overflow: visible !important;
}

#headertools,
#globalnavi,
#topdummy,
#sidebar,
#footernavi,
#footertools {
	display: none;
}

#top {
	position: static !important;
	min-width: 0px;
}

#header {
	width: auto;
}

#logo {
	margin-bottom: 15px;
}


#breadcrumbs {
	width: auto;
	min-width: 0px;
}


#breadcrumbs ul {
	width: auto;
}

#main {
	width: auto;
}

#categoryvisual img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


#contents {
	width: auto;
	display: block;
	float: none;
}

#footer {
	min-width: 0px;
	border-top: 1px solid #0077be;
}


#footer p {
	width: auto;
}

#contents .categorytopmenu {
	margin-left: -4%;
}

#contents .categorytopmenu .menu {
	width: 46%;
	margin-left: 4%;
}

#contents .categorytopmenu .submenus {
	width: 46%;
	margin-left: 4%;
}

#contents .categorytopmenu .menu > a img {
	max-width: 100%;
	height: auto;
}

#contents > .table,
#contents > .map {
	margin-left: 0px;
	width: 100%;
}

