/*カテゴリ表示（37号）*/
.category {
	width:100%;
	height:20px;
	margin:0 0 10px;
	background:url(../images/feature/bg_cat-line.gif) repeat-x;
}

.category #cat-tit {
	width:auto;
	height:30px;
	font-family: Times New Roman, Times, serif;
	font-size:85%;
	font-weight:bold;
	line-height:1.7em;
	margin:0;
	padding:0 0 0 43px;
	background:url(../images/feature/bg_airplane.gif) no-repeat;
}

#cat-tit span {
	padding:0 7px;
	background:#fff;
}

/*index.htmlマップ下のリスト部分*/
.flight {
	padding:0 5px;
	font-family:sans-serif;
}
.flight p {
	line-height:1.3em;
	width:270px;
	*height:1%;
	padding:3px 0 3px 20px;
	text-indent:-20px;
	float:left;
	display:block;
	/*width:280px;*/
}
.flight p img {
	margin:0 4px 0 0;
	vertical-align:middle;
}
.flight p img.btn {
	margin:0 0 0 5px;
}

.flight p a {
	padding:0 15px 0 0;
	background:url(../images/feature/arrow.gif) 100% 50% no-repeat;
}
.flight p a:hover {
	padding:0 15px 0 0;
	background:url(../images/feature/arrow_on.gif) 100% 50% no-repeat;
}

p#esp01,p#ru01 {
	*width:260px;
	*padding:3px 10px 3px 20px;
}

.flight p.ieonly a,.flight p.ieonly a:hover {
	*background:none;
}

.flight p img.test {
	display:none;
	*display:inline;
	*margin:2px 0 0 5px;
}

.flight p span {
	padding:0 15px 0 0;
	background:url(../images/feature/arrow_on.gif) 100% 50% no-repeat;
}

