@media print {

#wrapper {
	width: 600px;
}

/*　トップナビ　サブ　*/
#topNaviSub {
	visibility: hidden;
	height: 0px;
}

/*　トップナビ　*/
#topNavi {
	visibility: hidden;
	height: 0px;
}

/*　パンくずリスト　*/
#pankuzu {
	visibility: hidden;
	height: 0px;
}

/*　サイドナビ　*/
#sideNavi {
	visibility: hidden;
	width: 0px;
}

/*　サブナビ　*/
#subNavi {
	visibility: hidden;
	height: 0px;
	display:none;
}

/*　フッタナビ　*/
#footer #footerNavi{
	visibility: hidden;
	height: 0px;
}




/*　検索ページ用　*/
.textBox{
	float: none;
	width: 600px;
	padding-bottom:10px;
}

.textBox_2{
	float: none;
	width: 600px;
	padding-bottom:10px;
}
.iconBox{
	float: none;
	width: 100%;
}
.iconBox_2{
	float: none;
	width: 100%;
}

}







