﻿@charset "utf-8";
/* CSS Document */

/***** contets *****/
/* 取り扱い商品 */
#contents li {
	width: 462px;
	height: 233px;
	float: left;
	border: 1px solid #dedede;
	margin-bottom: 30px;
}

#contents div {
	width: 460px;
	margin: 1px auto;
}

#contents li.li-r {
	float: right;
}

#contents h3 {
	width: 460px;
	height: 40px;
	border-bottom: 1px solid #dedede;
	position: relative;
	text-indent: 1em;
	color: #fff;
	font-size: 130%;
	line-height: 40px;
}

#contents .transasia h3 {
	color: #fff;
}

#contents span.flag {
	width: 40px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 20px;
}

#contents li a {
	width: 462px;
	height: 190px;
	display: block;
}

/* イースター航空 */
#contents .easter h3 { background: #ff0000 }

/* 上海吉祥航空 */
#contents .juneyao h3 { background: #993366 }

/* ウズベキスタン航空 */
#contents .uzbekistan h3 { background: #339966 }

/* トランスアジア航空 */
#contents .transasia h3 { background: #4b0082 }

/* 韓国LCC航空券比較【韓国.net】 */
#contents .korea h3 { background: #ff6600 }

/* 保険 */
#contents .hoken h3 { background: #00a0eb; margin-bottom: 6px; }
#contents .hoken .kaigai {
	width: 220px;
	float: left;
	margin-left: 3px;
}
#contents .hoken .kokunai {
	width: 220px;
	float: right;
	margin-right: 3px;
}
#contents .hoken a {
	width: 220px;
	height: 110px;
}
#contents .hoken img { width: 220px; }