@charset "utf-8";
/* CSS Document */
/* ver1.0 */

@media print {
	.nav-animation {
		position: relative;
	}

	html body{
		width: 1000px;
	}
	.main-2colmun {
		padding: 0;
		max-width: auto;
	}
	.logo {
		margin: 15px 0 18px 15px;
	}
	.logo_screen {
		display: none;
	}
	.logo_print {
		display: block;
	}
.header {
	background: #fff;
}
.header-list li a {
	color: #444;
}
.footer {
	background: #fff;
}

.footer-sitemap li a, .fotter-title a,.footer-bottom li a {
	color: #222;
}
.footer-logo {
	display: none;
}

.footer-logo_print {
	display: inline-block;
}
.footer-bottom-link {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

table{
    border-collapse: collapse;
    border: 1px solid #000;
}

th,td{
    border-collapse: collapse;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.width-680 {
	max-width: 680px;
}

.width-700 {
	max-width: 700px;
}
table.tbl-products-property {
	margin: 0;
	font-size: 10px;
}

table.tbl-products-property th {
	padding: 2px 0px;
}
	.main-left {
		width: auto;
		min-height:auto;
	}

	.side-right {
		display: none;
	}


.header-list{
        display: none;
}
.footer-sitemap, .footer-sns-area, .footer-bottom-link, .footer-logo {
        display: none;
}
.copyright {
	color: #333;
}

}
