/*======================================

	新ニュース枠

=======================================*/
#NewsArea {
	float:left;
	width: 769px;
	height:147px;
	margin-bottom: 12px;
	font-size:12px;
}

#NewsArea .bg {
	background: url(/images/common/sprite_common_clmn.png) 0 0;
}
#NewsArea .bg.top {
	padding: 7px 0 0 0;
}
#NewsArea .bg.btm {
	background-position:-1540px bottom;
	padding: 0 0 7px;
}
#NewsArea .bg.mdl {
	background-position:-770px 0;
	background-repeat:repeat-y;
	padding:5px 12px;
}
#NewsArea h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	padding: 0 0 5px 7px;
	margin: 0 0 9px;
	color: #333;
}
#NewsArea dl {
	margin:5px 0 0;
	padding:0 0 0 7px;
}
#NewsArea dl dt {
	display:inline;
	/* *display:inline; */
	/* *zoom:1; */
	font-size: 13px;
	width:615px;
}

#NewsArea dl dt a { color:#1D3994 !important; font-weight:bold;}

#NewsArea dl dd {
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 13px;
	padding: 0 54px 0 0;
	margin: 0 10px 0 0;
	vertical-align: top;
}
#NewsArea dl dd.tour {
	background:url(/images/index/news/inon_tour.gif) right center no-repeat;
}
#NewsArea dl dd.air {
	background:url(/images/index/news/inon_air.gif) right center no-repeat;
}
#NewsArea dl dd.kokunai {
	background:url(/images/index/news/inon_kokunai.gif) right center no-repeat;
}
#NewsArea dl dd.other {
	background:url(/images/index/news/inon_other.gif) right center no-repeat;
}
#NewsArea dl dd.hotel {
	background:url(/images/index/news/inon_hotel.gif) right center no-repeat;
}
#NewsArea .NewsValue {
	color: #F00;
	font-weight: bolder;
	font-size:12px;
}
#NewsArea a:hover .NewsValue {
	color:#1D3994;
}

/* 20130828追加 最新のお知らせ 隣バナー */
#NewsArea_side {
	float:left;
	width:181px;
	height:147px;
	padding-left:10px;
}

/* 20130828追加 国内旅行用 最新のお知らせ */
#NewsArea_dome {
	float:left;
	width: 737px;
	height:147px;
	font-size:12px;
	}

#NewsArea_dome h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	padding: 0 0 5px 7px;
	margin: 0 0 9px;
	color: #333;
}
#NewsArea_dome dl {
	margin:5px 0 0;
	padding:0 0 0 7px;
}
#NewsArea_dome dl dt {
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 13px;
	width:605px;
}
#NewsArea_dome dl dd {
	float:left;
	font-size: 13px;
	margin: 0 5px 0 0;
	vertical-align: top;
}

#NewsArea_dome .NewsValue {
	color: #F00;
	font-weight: bolder;
	font-size:12px;
}
#NewsArea_dome a:hover .NewsValue {
	color:#6CF;
}

@media screen and (max-device-width:480px) {
#NewsArea dl dt { font-size: 9px;}
#NewsArea_dome dl dt { font-size: 12px;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#NewsArea dl dt, #NewsArea dl dt span.b { font-size: 10px;}
#NewsArea_dome dl dt { font-size: 12px;}
}