@charset "utf-8";

/* コンテンツ用CSS
--------------------------------------------- */

#BreadList {
	font-size: 12px;
	border: #D1D1D1 1px solid;
	padding: 4px;
	}
	
#CoreBox {
	text-align: left;
	}

#CoreBox h1 {
	font-size: 1.2em;
	color: #838EBC;
	border-left: #838EBC solid 5px;
	padding: 2px 0 2px 8px;
	margin: 10px 0 10px 3px;
	}

#CoreBox h2 {
	font-size: 1.0em;
	background:url(../2008_img/h2_contents_bkg.gif) top left no-repeat;
	padding: 16px 0 8px 15px;
	margin: 10px 0 10px 0;
	}

#CoreBox h3 {
	font-size: 1.0em;
	padding: 5px 0 5px 0;
	border-bottom: #1D0E7B solid 1px;
	}

#CoreBox h4 {
	font-size: 0.88em;
	padding: 5px 0 5px 0;
	color: #171273;
	}
	
#CoreBox p.date {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 5px 20px 5px;
	padding: 0;
	text-align: right;
	}

img.left {
	float: left;
	}

img.right {
	float: right;
	margin: 0 0 5px 0;
	}
	
#CoreBox p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 5px 12px 5px;
	padding: 0;
	}

#CoreBox table {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	}



#CoreBox table p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 5px 12px 5px;
	padding: 0;
	}

#CoreBox table ul {
	font-size: 1.0em;
	margin: 0 5px 12px 25px;
	padding: 0;
	}

#CoreBox table ol {
	font-size: 1.0em;
	margin: 0 5px 12px 25px;
	padding: 0;
	}
	
#CoreBox strong {
	font-weight: bold;
	}

#CoreBox em {
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	}

#CoreBox em.blue {
	font-weight: bold;
	color: #3965B4;
	font-style: normal;
	}

#CoreBox #MiniNavi {
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: left;
	margin: 10px 0;
	padding: 10px;
	background-color: #EDEDED;
	color: #FF7979;
	}

#CoreBox #MiniNavi ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#CoreBox #MiniNavi ul li{
	float:left;
	border-left:1px #FF7979 solid;
	padding-left:5px;
	margin-right:5px;
	font-size: 1.2em;
	}
#CoreBox #MiniNavi ul li.timetable_top{
	padding-left:0px;
	border:0px;
	
}
#CoreBox ul{
	font-size: 0.8em;
	margin: 0 5px 12px 25px;
	padding: 0;
	}

#CoreBox ol {
	font-size: 0.8em;
	margin: 0 5px 12px 32px;
	padding: 0;
	}

#CoreBox li {
	margin: 0 0 5px 0;
	}
	
#CoreBox ul.follow {
	margin: 0 0 0 40px;
	}
	
#CoreBox dl {
	margin: 0 0 15px 10px;
	}

#CoreBox dt.top {
	font-size: 1.0em;
	background: url(../2008_img/dt_bkg.gif) no-repeat top left;
	padding: 0 0 5px 23px;
	}
	
#CoreBox dd {
	margin: 0 0 10px 23px;
	font-size: 0.8em;
	}

#CoreBox dt.sub {
	font-size: 0.8em;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	}
	
#CoreBox dd.sub {
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	}

/* チャイナエアラインからこんにちは専用 CSS
-----------------------------------------------*/

.New_News_Box {
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	}

.New_News_Box img {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0 10px 10px 0;
	border: #DCDBE4 solid 5px;
	}

/* 左側のナビゲーション CSS
-----------------------------------------------*/

#SideNavi {
	width: 182px;
	}

#SideNavi img {
	margin: 0;
	}
	

/* 時刻表ページのテーブルライン
-----------------------------------------------*/

table.SpecialLine {
	border-collapse: collapse;
	}
	
td.LeftLine {
	border-left: 1px solid #6C6B80;
	border-top: 1px solid #6C6B80;
	border-bottom: 1px solid #6C6B80;
	border-collapse: collapse;
	}

td.TopLine {
	border-top: 1px solid #6C6B80;
	border-bottom: 1px solid #6C6B80;
	border-collapse: collapse;
	}

td.RightLine {
	border-right: 1px solid #6C6B80;
	border-top: 1px solid #6C6B80;
	border-bottom: 1px solid #6C6B80;
	border-collapse: collapse;
	}

/* 時刻表・料金表
-----------------------------------------------*/
.price_rule {
	text-align:right;
}
.price_rule a{
	border:solid 1px #FF7979;
	padding:3px;
	background-color:#EFEFEF;
}

table.index_airfare{/*index.htmlのテーブル*/
	border:solid 1px #CCC;
	border-collapse:collapse;
	width:100%;
}

table.index_airfare th,table.index_airfare td{
	padding:3px 10px;
	border:solid 1px #CCC;
}

table.index_airfare th{
	text-align:left;
	font-weight:normal;
}

table.index_airfare thead th{
	text-align:center;
	background-color:#FFFFE5;
}

table.index_airfare td{
	text-align:center;
	width:200px;
}

#CoreBox table.airfare_table{/*詳細運賃のテーブル*/
	border:solid 1px #CCC;
	border-collapse:collapse;
	width:100%;
	margin:0;
}
table.airfare_table strong{
	color:#369;
}
table.airfare_table th,table.airfare_table td{
	padding:3px 10px;
	border:solid 1px #CCC;
	text-align:center;
}
table.airfare_table th{
background-color:#E7E5FF;
font-weight:normal;
width:18%;
text-align:left;
}

table.airfare_table tr.bk td{
background-color:#FFF3FC;
width:20%;
}

table.td5 tr.bk td{/*tdを5等分*/
width:15%;
}
table.td6 tr.bk td{/*tdを6等分*/
width:14%;
}
table.td9 tr td{/*tdを9等分*/
padding:3px 3px 3px 3px !important;
}
table.td9 tr.bk td{/*tdを9等分*/
width:8% !important;
white-space:nowrap;
}

table.japantime_table{/*japantimeのテーブル*/
	border:solid 1px #666;
	border-collapse:collapse;
	width:100%;
}
table.japantime_table strong{
	color:#369;
}
table.japantime_table th,table.japantime_table td{
	padding:3px 5px;
	border:solid 1px #666;
	text-align:center;
}
table.japantime_table th{
background-color:#ABB9E6;
font-weight:normal;
}
table.japantime_table thead th{
background-color:#EFEFEF;
}
table.japantime_table thead th.bk{
border-left:0px;
border-right:0px;
}
table.japantime_table td.bk{
background-color:#ABB9E6;
border-left:0px;
border-right:0px;
}


/* サイトマップのリスト
-----------------------------------------------*/

ul#Sitemap {
	font-size: 0.8em;
	line-height: 1.5;
	}

ul#Sitemap li {
	margin: 0 0 3px 10px;
	padding: 0;
	}

ul#Sitemap ul {
	font-size: 1.0em;
	margin: 0 0 8px 20px;
	padding: 0;
	}

/* 採用情報の表
-----------------------------------------------*/
#CoreBox table.recruit{
	border-collapse:collapse;
	margin-left:5px;
}
table.recruit th,table.recruit td{
	border:solid 1px #DDD;
	padding:3px 5px;

}
table.recruit th{
	white-space:nowrap;
	background-color:#EBF0FF;
}
table.recruit td{
}
#CoreBox table.recruit td ol{
	margin-top:0em;
	margin-bottom:0em;
}

/* clearfix
-----------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.c1 {
	color:#FFF;
	}
	
.c2 {
	font-size:10px;
	}

