/* clearfix
***************************************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}  

.clearfix { display: inline-table; }  
* html .clearfix { height: 1%; }
.clearfix { display: block; }  

/* Breadcrumb
***************************************************************/
#breadcrumb {
	background:#FFFFFF;
}
#breadcrumb #body{
	width: 950px;
	margin: 0 auto;
	padding: 7px 0 10px;
	font-size: 100%;
	line-height: 100%;
}
#breadcrumb a {
	color:#003F98;
}
#breadcrumb a:hover {
	text-decoration:none;
}

/* contents
***************************************************************/
#introApp a {
	color:#06C;
}
#introApp a:hover {
	text-decoration:none;
}
#introApp #contentsArea {
	background:url(/tyo/app/images/bg_contents.jpg) 0 0 repeat-x;
}
#introApp #contentsArea .contentsInner {
	width:960px;
	margin:0 auto;
	padding:0 5px;
	background:url(/tyo/app/images/bg_contents_inner.png) 0 0 repeat-y;
}
#introApp #contentsArea .contentsInner #titleArea {
	clear:both;
}

#introApp #contentsArea .contentsInner #titleArea.overseas {
	padding:20px 0 0 3px;
}

#introApp .appList {
	margin:0 0 0 -1px;
	padding:0 0 20px;
}
#introApp .appList dl {
	display:block;
	width:270px;
	height:264px;
	margin:14px 0 0 14px;
	padding:0 15px 0 175px;
	position:relative;
	color:#333;
	float:left;
}
#introApp .appList dl.air {
	background:url(../images/bg_air.jpg) 0 0 no-repeat;
}
#introApp .appList dl.hotel {
	background:url(../images/bg_hotel.jpg) 0 0 no-repeat;
}
#introApp .appList dl.service {
	background:url(../images/bg_service.jpg) 0 0 no-repeat;
}

#introApp .appList dl.info {
	background:url(../images/bg_info.jpg) 0 0 no-repeat;
}
#introApp .appList dl dt {
	margin:0 0 10px;
	padding:12px 0 0 55px;
	font-weight:bold;
	color:#039;
	height:52px;
	font-size:16px;
	line-height:1.4;
}
#introApp .appList dl dd {
	line-height:1.5;
	font-size:12px;
}
#introApp .appList dl dd.new {
	position:absolute;
	top:37px;
	left:11px;
	z-index:1000;
}
#introApp .appList dl .icon {
	position:absolute;
	top:9px;
	left:170px;
}
#introApp .appList dl .appStore {
	position:absolute;
	bottom:35px;
	left:170px;
}
#introApp .appList dl .googlePlay {
	position:absolute;
	bottom:35px;
	left:312px;
}
#introApp .appList dl .more {
	padding:0 8px 0 0;
	background:url(/tyo/app/images/arrow.gif) right center no-repeat;
	position:absolute;
	bottom:10px;
	left:175px;
	font-size:13px;
}
#introApp .appList dl .display {
	position:absolute;
	bottom:1px;
	left:7px;
}

p.info {
	clear:both;
	padding:10px 4px 0 0;
	font-size:10px;
	text-align:right;
}
.one {
    float: left;
}
