@media print{
@page { size: A4 portrait;/* A4縦 */	
 } 
body {
        -webkit-print-color-adjust: exact;
    }
header {
	background-color: #fff!important;
    }
footer {
	display:none;
    }

.print{
	display:block;
	}
.go-topics , .go-media{
	display:none;
	}


#page-top{
	display:none;
	}

.t-RecommendContents h2,.t-RecommendContents p {
	color: inherit;
}
.t-RecommendContents p{
	}

.s-detailSearch{
	background:none;
	padding:0;
	}
.go-search{
	display:none;
	}
.leftColumn{
	display:none;
	}

.rightColumn {
	width:100%;
	margin-top:20px;
	}

.nav{
	margin-top:30px;
	}
.s-categoryTopics dl.list, .s-categoryList dl.list {
	padding:8px 0;
	}

.s-category h2, .s-detailSearch h2, .s-categoryTopics h2{
	font-size:1.4em;
	}
.s-categoryTopics dl.list dd.title, .s-categoryList dl.list dd.title {
	color:#222;
	font-size:1.2em;
	margin-bottom:0px;
	line-height:130%;
}

}