/* ------------------------
印刷用CSS media=print
--------------------------*/


@media print {

/*---------------------------
	英語ページのみ適応部分	
---------------------------*/
#footer_navi ul{
	margin-left: 220px;
}
#footer_navi ul li{
	display: block;
	border: none;
	width: 100%;
	text-align: left;
}
.tile_box p{
	font-size: 12px;
	line-height: 1.4em;
}
#story01 #box06 .right_box{
    width: 345px;
    float: left;
}
#story01 #box16 .inner_box ul li,
#story02 #box17 .inner_box ul li,
#story03 #box17 .inner_box ul li{
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
#story03 #box17 .left_box,
#story03 #box17 .right_box{
	width: 50%;
}


/************************
京の冬の旅　キャンペーン
************************/

#campaign_onsen .contents_title {
	font-size: 130%;
}

/* name */
#campaign_onsen .onsen_box li h4 {
	position: relative;
	margin-top: 0;
	display: table;
}
#campaign_onsen .onsen_box li h4 img {
	width: 134px;
	height: auto;
	position: absolute;
	top: -16px;
	left: -9px;
}
#campaign_onsen .onsen_box li h4 a {
	display: table-cell;
	vertical-align: middle;
	color: #4A1507;
	text-decoration: none;
	width: 100%;
	font-size: 22px;
	line-height: 1.2;
	padding: 20px 0 10px;
}


}