@charset "utf-8";
/* CSS Document */
/* ver1.0 */

@media print {

	html,body{
		height: auto;
	}

	.nav-animation {
		position: relative;
	}

	html body{
		width: 1100px;
	}
	.main-2colmun {
		padding: 0;
	}
	.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: #444;
	}
	.footer-logo {
		display: none;
	}

	.footer-logo_print {
		display: inline-block;
	}

	.main-right {
		width: auto;
		min-height:auto;
	}

	.side-menu {
		display: none;
	}

	.side-nav {
		margin: 0 ;
	}

	.side-nav-std {
		margin: 10px 0;
	}
	.main-wrapper {
		width: auto;
	}

	.main-right {
		width: 100%;
		float: none;
	}

	.main-right:after {
	  content: ""; 
	  display: block; 
	  clear: both;
	}

	.tbl-std th, .tbl-std td, .tbl-normal th, .tbl-normal td {
		background: none;
		border-bottom: 1px solid #ddd;
	}

	.border-dot-top {
		background: none;
		border-top: 1px solid #ddd;
	}

	.ul-dot li, .news-detail li, .news-list div, .article-page-list div{
		background: none;
		border-top: 1px solid #ddd;
	}

	.youtube, #foreign{
		page-break-before: always;
	}

	/* 3分で分かるUBE */
	p.print_only{
	        display:block;
	        font-size:15px;
	}

	.header-list{
	        display: none;
	}
	.footer-sitemap, .footer-sns-area, .footer-bottom-link, .footer-logo {
	        display: none;
	}
	.copyright {
		color: #333;
	}
	.readspeaker {
		display: none;
	}
	.print {
		display: none;
	}
}

