@charset "UTF-8";

/* ======== Setting ======== */

/* basic */
.ct_body { padding: 0 0 20px; }
.ct_pt5 { padding-top: 5px !important; }
.ct_mt5 { margin-top: 5px !important; }
.ct_mt30 { margin-top: 30px !important; }
.ct_mt40 { margin-top: 40px !important; }
.ct_mt45 { margin-top: 45px !important; }
.ct_mt60 { margin-top: 60px !important; }
.ct_txt12 { font-size: 12px !important; }
.ct_txt14 { font-size: 14px !important; }

/* table */
.ct_table_normal { margin: 20px 0 0; width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #bdbdbd; border-left: 0; border-right: 0; background: #fff; }
.ct_table_normal th, .ct_table_normal td { padding: 10px 16px; border-bottom: 1px solid #bdbdbd; vertical-align: top; line-height: 1.43; border-left: 0; border-right: 0; }
.ct_table_normal th { padding: 10px 16px; }
.ct_table_normal td { padding: 14px 16px; }
.ct_table_normal th { background: #e0ddd5; font-weight: bold; }
.ct_table_normal td, .ct_table_normal .table_data { border-left: 1px solid #bdbdbd; }
.ct_table_normal .table_title { border-left: 0; font-weight: bold; }
.ct_table_normal .cell_first { border-left: 0; font-weight: bold; }
.ct_table_normal .multi_col .col1 { float: left; width: 320px; }
.ct_table_normal .multi_col .col2 { float: right; width: 208px; }

/* headline */
.ct_headline_section { margin: 30px 0 0; }
.ct_headline_section .heading { border-bottom: 2px solid #bdbdbd; }
.ct_headline_section .txt { position: relative; z-index: 0; padding-bottom: 12px; color: #d50000; font-size: 171%; line-height: 1.42; margin: 0; }
.ct_headline_section .txt:before { position: absolute; bottom: -2px; left: 0; z-index: 1; display: block; width: 128px; height: 2px; background: #d50000; content: " "; }

/* list_anchor */
.ct_list_anchor { margin: -8px 0 0 -8px; padding-top: 50px; line-height: 1.28; }
.ct_list_anchor + .ct_list_anchor { margin-top: 10px; }
.ct_list_anchor li a { display: block; position: relative; background-color: #fff; border-radius: 3px; border: 1px solid #bdbdbd; font-weight: bold; }
.ct_list_anchor li a.js_css3 { padding: 10px 8px; color: #333; display: table; }
.ct_list_anchor li a.js_css3 .icon { display: table-cell; vertical-align: middle; }
.ct_list_anchor.md_multi_2col .col { margin: 8px 0 0 8px !important; width: 368px; }
.ct_list_anchor.md_multi_2col .col .js_css3 { width: 354px; }
.ct_list_anchor.md_multi_2col .col1 .js_css3 { margin-right: 4px; }
.ct_list_anchor.md_multi_2col .col2 .js_css3 { margin-left: 4px; }
.ct_list_anchor.md_multi_2col .ct_list_sub { margin-left: -16px; }
.ct_list_anchor.md_multi_2col .ct_list_sub li { width: 176px; margin-left: 16px; float: left; }
.ct_list_anchor.md_multi_2col .col1 .ct_list_sub { padding-right: 4px; }
.ct_list_anchor.md_multi_2col .col2 .ct_list_sub { padding-left: 4px; }
.ct_list_anchor.md_multi_col li { margin-bottom: 0; }

/* column */
.ct_multi_img_4col { margin-top: 15px; }
.ct_multi_img_4col .col { width: 185px; float: left; margin-left: 4px; }
.ct_multi_img_4col .col:first-child { margin-left: 0; }
.ct_multi_img_4col .col_inner { display: block; text-decoration: none; }
.ct_multi_img_4col .col_inner:hover { text-decoration: underline; }
.ct_multi_img_4col .img { position: relative; border: none; width: 183px; height: 137px; }
.ct_multi_img_4col .img img { position: relative; left: 0; top: 0; border: 1px solid #bdbdbd; width: 183px; height: 137px;
	transition: transform 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-moz-transition: -moz-transform 0.25s ease-in-out;
	-ms-transition: -ms-transform 0.25s ease-in-out;
	-o-transition: -o-transform 0.25s ease-in-out;
}
.ct_multi_img_4col a:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	z-index: 100;
}
.ct_multi_img_4col .md_txt_plain { margin-top: 6px !important; font-size: 85.7%; }
/*.ct_multi_img_4col a:hover .img:before { content: " "; display: block; width: 100%; height: 100%; background: #000; position: absolute; top: 0; }*/
/*.ct_multi_img_4col a:hover .img img { opacity: 0.9; -ms-filter: "alpha( opacity=90 )"; filter: alpha(opacity=90); display: inline-block; }*/

.ct_multi_img {}
.ct_multi_img .inner { display: block; }
.ct_multi_img .img { position: relative; float:left; margin:0 16px 0 0; width: 144px; border: 1px solid #bdbdbd; }
.ct_multi_img p { float: left; margin-top: 0; width: 180px; }
.ct_multi_img a:hover .img:before { content: " "; display: block; width: 100%; height: 100%; background: #000; position: absolute; top: 0; }
.ct_multi_img a:hover .img img { opacity: 0.9; -ms-filter: "alpha( opacity=90 )"; filter: alpha(opacity=90); display: inline-block; }
.ct_multi_img a:hover p span { text-decoration: underline; }

.ct_multi_thumb {}
.ct_multi_thumb .img { position: relative; float:left; margin: 24px 16px 0 0; width: 178px; border: 1px solid #bdbdbd; }
.ct_multi_thumb .img a:hover span:before { content: " "; display: block; width: 100%; height: 100%; background: #000; position: absolute; top: 0; }
.ct_multi_thumb .img a:hover span img { opacity: 0.9; -ms-filter: "alpha( opacity=90 )"; filter: alpha(opacity=90); display: inline-block; }
.ct_multi_thumb .blt { margin-top: 0; display: inline-block; }
.ct_multi_thumb .text { float: left; padding: 8px 0 0; width: 555px; }
.ct_multi_thumb a:hover p span { text-decoration: underline; }

/* list_box */
.ct_list_box { margin: 12px 0 0 -15px; padding-bottom: 15px; }
.ct_list_box + .ct_list_box { margin-top: -16px; }
.ct_list_box.ct_list_3col .box { width: 238px; }
.ct_list_box.ct_list_3col .box .img { width: 238px; max-height: none; overflow: hidden; border:0; border-bottom: 1px solid #e0ddd5; }
.ct_list_box .box { float: left; margin: 8px 0 0 15px; border: 1px solid #e0ddd5; background: #fff; }
.ct_list_box .box .box_inner { display: block; text-decoration: none; }
.ct_list_box .box .img { overflow: hidden; }
.ct_list_box .box .title{ padding: 0 8px; }
.ct_list_box .box .title { margin: 8px 0 0; font-weight: bold; }
.ct_list_box .box a { padding-bottom: 7px; }
.ct_list_box .box a .title { color: #333; }
.ct_list_box .box a .title .icon { padding-right: 24px; }

/* box_wrap */
.ct_box_wrap { margin: 48px 0 0; padding: 20px 28px 28px; width: 694px; border: 1px solid #e0ddd5; background: #fff; }
.ct_box_wrap .md_headline_paragraph .heading { margin-top: 0; }
.ct_box_wrap .data .title { margin-top: 0; margin-bottom: 0; font-weight: bold; font-size: 129%; }
.ct_box_wrap .data dl { margin: 8px 0 0; }
.ct_box_wrap .data dl dt { float: left; font-weight: bold; max-width: 100px; }
.ct_box_wrap .data dl dd { float: left; max-width: 440px; }
.ct_box_wrap .data dl dd .list_float li { margin-top: 0; }
.ct_box_wrap .data .sub { color: #6e6e6e; }
.ct_box_wrap .data .client { margin-top: 5px; margin-bottom: 12px; }
.ct_box_wrap .multi_col { margin-top: 18px; }
.ct_box_wrap .col1 { width: 236px; margin-right: 20px; }
.ct_box_wrap .col1 .img { width: 236px; border: 1px solid #bdbdbd; max-height: 176px; overflow: hidden; }
.ct_box_wrap .col2 { margin-top: -3px; width: 438px; }
.ct_box_wrap .col2 .data > .icon_txt { vertical-align: top; }

/* list_link_box */
.ct_list_link_box.md_list_link_box .box { text-align: left; }
.ct_list_link_box.md_list_link_box .box .box_inner { width: 368px;}

/* list_nav_box */
.ct_list_nav_box.md_list_link_box { margin: 16px 0 0; border-top: #bdbdbd 1px solid; }
.ct_list_nav_box.md_list_link_box .box { margin: 0; border-bottom: #bdbdbd 1px solid; border-right: #bdbdbd 1px solid; width: 375px; text-align: left; }
.ct_list_nav_box.md_list_link_box .box:nth-child(odd) { border-left: #bdbdbd 1px solid; width: 374px; }
.ct_list_nav_box.md_list_link_box .box .box_inner { width: 375px; border: none; border-radius: 0; line-height: 1.38; text-align: left; }
.ct_list_nav_box.md_list_link_box .box .box_inner.current { background: #dddad1; font-weight: bold; }
.ct_list_nav_box.md_list_link_box .box:nth-child(odd) .box_inner { width: 374px; }

/* img_full */
.ct_img_full { margin: 24px 0 0; }

/* ct_scene_container */
.ct_scene_container { position: relative; margin-top: 15px; width: 750px; height: 575px; overflow: hidden; border: #bdbdbd 1px solid; z-index: 1000;}
.ct_scene_section { position: absolute; z-index: 1; top: 0; left: 0; width: 750px; height: 575px; background: #fff; }
.ct_scene_section.is-current { z-index: 2;}
.ct_scene_section.is-moving { z-index: 3;}
.ct_scene_section_inner { position: relative; padding: 20px 14px 20px 47px; background: #fff; }
.ct_scene_btn_prev { position: absolute; left: 0; top: 0; bottom: 0; margin: auto !important; width: 25px; height: 274px; }
.ct_scene_btn_prev a { display: block; padding: 125px 0; background: #d50000; border-radius: 0 3px 3px 0; }
.ct_scene_btn_prev a:hover { background: #9f0004;}
.ct_scene_breadcrumbs { height: 36px; overflow: hidden; background: #e0ddd5; }
.ct_scene_breadcrumbs li { display: inline-block; position: relative; padding: 8px 20px; font-weight: bold; }
.ct_scene_breadcrumbs li:last-child { padding-right: 0; }
.ct_scene_breadcrumbs li + li:before {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	width: 16px;
	height: 36px;
	background: url(/ldg/ja/air/guide/choice/img/point04_scene_bullet_breadcrumbs.png);
}
.ct_scene_breadcrumbs li a { font-weight: normal; }
.ct_scene_col { display: table-cell; }
.ct_scene_block {display: table; width: 100%; }
.ct_scene_block + .ct_scene_block { margin-top: 10px; padding-top: 10px; border-top: #bdbdbd 1px solid; }
.ct_scene_type { width: 30px; background: #575757; vertical-align: middle; font-size: 0; line-height: 1; }
.ct_scene_type + .ct_scene_col { padding-left: 10px; }
.ct_scene_item { display: table; width: 100%; }
.ct_scene_item + .ct_scene_item { margin-top: 10px; }
.ct_scene_item .img { margin: 0; border: #bdbdbd 1px solid; }
.ct_scene_item .ct_scene_col { vertical-align: top; }
.ct_scene_item > a { display: block; position: relative; padding-right: 35px; color: #333; text-decoration: none; }
.ct_scene_item > a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 17px;
	height: 100%;
	background: #d50000 url(/ldg/ja/air/guide/choice/img/point04_scene_bullet_box_r.png) no-repeat center;
	border-radius: 3px;
}
.ct_scene_item > a:hover:after {
	background-color: #9f0004;
}
.ct_scene_item_detail { padding: 0 0 0 12px; width: 440px; }
.ct_scene_item_detail_wide { width: 460px; }
.ct_scene_item_header { font-size: 16px; font-weight: bold; }
.ct_scene_item_btn { margin: 5px 0 0 !important; }
.ct_scene_item_btn .ct_btn { padding: 5px; text-align: left; }
.ct_scene_item_btn + .ct_scene_item_header { margin-top: 23px; }
.ct_scene_item_txt { margin: 5px 0 0 !important; font-size: 14px; }
.ct_scene_index {}
.ct_scene_index_item { position: relative; float: left; }
.ct_scene_index_item:nth-child(odd) { border-right: #bdbdbd 1px solid; }
.ct_scene_index_item:nth-child(odd) a { width: 374px; }
.ct_scene_index_item:nth-child(n+3) { border-top: #bdbdbd 1px solid; }
.ct_scene_index_item a { display: block;  width: 375px; height: 287px; text-decoration: none; }
.ct_scene_index_item a:hover { background: #f0f0f0; }
.ct_scene_index_item_txt { margin-top: 0 !important; padding: 10px 10px; font-size: 16px; font-weight: bold; }
.ct_scene_index_item_txt span { font-weight: normal; }
.ct_scene_index_item_txt:after {
	content: '';
	display: inline-block;
	margin-left: 7px;
	width: 15px;
	height: 24px;
	vertical-align: bottom;
	background: url(/ldg/ja/air/guide/choice/img/point04_scene_bullet_box_r_s.png);
}
.ct_scene_index_item_img { position: absolute; left: 0; top: 0; margin: 0 !important; font-size: 0; line-height: 1; }
.ct_scene_glossary { margin-bottom: 18px; }
.ct_scene_glossary_item { float: left; width: 295px; }
.ct_scene_glossary_item + .ct_scene_glossary_item { width: 320px; }
.ct_scene_glossary_item dt { float: left; padding-right: 10px; }
.ct_scene_glossary_item dd { position: relative; top: -2px; }


