



/*  プリント向けのスタイル */
@media only print {

.pc_on{
	display:block;
	}
.pc_off{
	display:none;
	}
.sp_icbox{
	display: none;}
	
.sp_on{
	display: none;
}

.sp_off{
		display:block;
}
	

#page h1{
display: none;
}


#page{ background: #fff; width:auto;  text-align:left; }
#page #header{/*  */position:relative; width:100%;margin:0 auto 10px; overflow: hidden;} 


#page #header #header_ue{ clear: both; position: relative; }
#page #header #logo{ color:#999; font-size:32px; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height: auto;
	padding: 0px 0 0 0px; margin:0px 0 0 0px; z-index:4; width:200px; float: left;}
#page #header #logo a{ color:#fff; /* customize_header_logo */ margin:0 0 0px 0px; overflow: hidden;}
#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }

#head_mailto {
overflow: hidden;
margin: 20px 0 0 500px;
text-align: right;
}

#page #header #header_ue_r{float:right; position: relative ; overflow: hidden; padding: 0px 0 0 0;}

#page #header #header_ue_r #header_ue_r_in2{width:100%; position: relative ; overflow: hidden;
padding: 0px 0 0 0;
}





}
/* //ここまでプリント用 */
