@charset "UTF-8";

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

/* basic */
.ct_body { padding: 0 0 20px; }
.ct_mt5 { margin-top: 5px !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: 50px 0 0; 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 { width: 376px; }
.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_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;}

