@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
/* banner
================================================== */
#tmp_banner {
    width: 100%;
    padding: 32px 30px 33px;
    margin: 4px auto 40px;
    display: table;
    color: #333333;
    background: #ffffff url(/shared/templates/movie/images/main/banner_bg.jpg) no-repeat left top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
#tmp_banner .banner_ttl {
    display: table-cell;
    width: 300px;
    padding-right: 20px;
    vertical-align: middle;
}
#tmp_banner .banner_txt {
    display: table-cell;
    padding-top: 7px;
    vertical-align: middle;
    font-size: 133.3333%;
    font-weight: bold;
}
/* cnt_provided
================================================== */
#tmp_cnt_provided .chanel_head {
    margin-bottom: 20px;
    color: #333333;
    background-color: #ffffff;
}
#tmp_cnt_provided .chanel_head .chanel_number {
    float: left;
    min-width: 68px;
    padding: 18px 5px 10px;
    min-height: 67px;
    text-align: center;
    font-size: 155.56%;
    font-weight: bold;
    background: transparent url(/shared/templates/movie/images/main/bg_chanel_number.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    box-shadow: 0px 2px 4.75px 0.25px rgba(12, 49, 84, 0.15);
    -moz-box-shadow: 0px 2px 4.75px 0.25px rgba(12, 49, 84, 0.15);
    -webkit-box-shadow: 0px 2px 4.75px 0.25px rgba(12, 49, 84, 0.15);
} 
#tmp_cnt_provided .chanel_head h1 {
    padding: 20px 10px 21px 88px;
    font-size: 177.77%;
    line-height: 1.4;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#tmp_cnt_provided .items_lists {
    margin: 0 -12px;
}
#tmp_cnt_provided .items_lists > li {
    width: 33.3333333%;
    float: left;
    padding: 0 12px;
    margin-bottom: 21px;
    list-style: none;
}
#tmp_cnt_provided .items_lists > li:nth-child(3n+1) {
    clear: both;
}
#tmp_cnt_provided .items_lists .item_img {
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -moz-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -webkit-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    transition: 0.3s background-color ease-in-out;
    -webkit-transition: 0.3s background-color ease-in-out;
    -moz-transition: 0.3s background-color ease-in-out;
    -ms-transition: 0.3s background-color ease-in-out;
    -o-transition: 0.3s background-color ease-in-out;
}
#tmp_cnt_provided .items_lists .item_infor_inner.active .item_img {
    background-color: rgba(29, 119, 204, 0.6);
}
#tmp_cnt_provided .items_lists .item_img img {
    width: 100%;
    height: auto;
    position: relative;
	vertical-align:top;
}
#tmp_cnt_provided .item_infor_inner:hover .item_img img,
#tmp_cnt_provided .item_infor_inner:focus .item_img img {
    z-index: -1;
}
#tmp_cnt_provided .items_lists .cnt_date {
    margin-bottom: 10px;
}
#tmp_cnt_provided .items_lists .cnt_date .chanel_nu {
    min-width: 40px;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 4px 4px 2px;
    margin-right: 11px;
    margin-top: -5px;
    min-height: 22px;
    color: #ffffff;
    background-color: #1b72c1;
}
#tmp_cnt_provided .items_lists .tem_txt_cnt {
    color: #333333;
    background-color: #ffffff;
}
#tmp_cnt_provided .items_lists .tem_txt_cnt a {
    display: inline-block;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    background-color: transparent;
}
.no_javascript #tmp_cnt_provided .items_lists .tem_txt_cnt a:hover {
	text-decoration:underline;
}
/* box_search_lft
================================================== */
.box_search_lft {
    padding: 18px 20px 19px;
    margin-bottom: 40px;
    color: #333333;
    background-color: #e6e8eb;
}
.box_search_lft .site_sch_ttl {
    margin-bottom: 13px;
}
.box_search_lft .site_sch_ttl label {
    display: inline-block;
    font-size: 133.3333%;
    font-weight: bold;
    padding-left: 31px;
    color: inherit;
    background: transparent url(/shared/templates/movie/images/icon/icon_search_pc.png) no-repeat left 6px;
}
.box_search_lft .site_sch_input p{
    text-align: center;
}
/* site_query
================================================== */
#tmp_site_query {
    padding: 5px;
    border: none;
    height: 40px;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #e6e8eb;
}
#tmp_site_sch_btn {
    min-width: 100px;
    min-height: 32px;
    margin-right: 13px;
    letter-spacing: 4px;
    text-indent: 3px;
    border: none;
    font-size: 111.11%;
    color: #ffffff;
    background-color: #1761a6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    transition: 0.3s background-color ease-in-out;
    -webkit-transition: 0.3s background-color ease-in-out;
    -moz-transition: 0.3s background-color ease-in-out;
    -ms-transition: 0.3s background-color ease-in-out;
    -o-transition: 0.3s background-color ease-in-out;
}
#tmp_site_sch_btn:hover,
#tmp_site_sch_btn:focus {
    background-color: #1d77cc;
}
/* section_chanel
================================================== */
.section_chanel .section_chanel_head {
    padding: 12px 10px 8px 20px;
    font-size: 133.3333%;
    font-weight: bold;
    color: #ffffff;
    background-color: #1761a6;
}
.section_chanel .section_chanel_head p {
    padding-left: 38px;
    background: transparent url(/shared/templates/movie/images/icon/icon_chanel_head_pc.png) no-repeat left 6px;
}
.section_chanel {
    margin-bottom: 40px;
    border: 1px solid #1761a6;
    border-bottom-width: 0;
    border-left-width: 0;
    box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -webkit-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -moz-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
}
.section_chanel .section_chanel_lists ul li {
    width: 100%;
    list-style: none;
    display: table;
    border-bottom: 1px solid #1761a6;
}
.section_chanel .section_chanel_lists .chanel_number {
    width: 59px;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 111.11%;
    font-weight: bold;
    color: #ffffff;
    background-color: #1d77cc;
}
.section_chanel .section_chanel_lists .chanel_cnt {
    display: table-cell;
    height: 50px;
    line-height: 1.4;
    vertical-align: middle;
    font-weight: bold;
    color: #333333;
    background: #ffffff;
}
.section_chanel .section_chanel_lists .chanel_cnt a {
	display:block;
    padding: 15px 5px 15px 10px;
    text-decoration: none;
    color: #333333;
    background-color: transparent;
	position:relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.section_chanel .section_chanel_lists .chanel_cnt a::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.section_chanel .section_chanel_lists .active .chanel_cnt a,
.section_chanel .section_chanel_lists .chanel_cnt a:hover,
.section_chanel .section_chanel_lists .chanel_cnt a:focus {
     background-color: #edeff2;
}
.section_chanel .section_chanel_lists .active .chanel_cnt a::before,
.section_chanel .section_chanel_lists .chanel_cnt a:hover::before,
.section_chanel .section_chanel_lists .chanel_cnt a:focus::before {
	border-color: transparent transparent transparent #1d77cc;
}
.section_chanel .section_chanel_lists .txt_block {
    display: block;
}
.section_chiba_img {
    margin-bottom: 86px;
}
.section_chiba_img img {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.section_chiba_img a:hover img,
.section_chiba_img a:focus img,
.section_chiba_img a:active img {
    opacity: 0.8;
}

/* ==================================================
Top Page
================================================== */
/* top_block
================================================== */
#tmp_top_block {
    padding: 4px 0 40px;
}
.top_block_inner {
    background: transparent url(/shared/templates/movie/images/top/top_banner_bg.png) no-repeat top left;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    color: #333333;
    padding:38px 20px 30px 40px;
}
.top_block_lft {
    width: 50%;
    float: left;
	padding:40px 40px 0 0;
}
.top_block_rgt {
    width: 50%;
    float: right;
}
.top_banner_sub {
    font-size: 133.33%;
	margin:0 0 24px;
}
.top_banner_sub h1 {
    font-size: 100%;
}
.top_banner_txt {
    line-height: 2;
}
.mv_inner {
    background: transparent url(/shared/templates/movie/images/top/mv_bg.png) no-repeat top left;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    padding: 10px 10px 5px;
    color: inherit;
}
.mv_txt {
    text-align: center;
    background-color: inherit;
    color: #ffffff;
    font-size: 133.3333%;
    font-weight: bold;
    padding: 0 0 5px;
}
.slide_block {
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0px 4px 9.6px 0.4px rgba(12, 49, 84, 0.2);
    -webkit-box-shadow: 0px 4px 9.6px 0.4px rgba(12, 49, 84, 0.2);
    -moz-box-shadow: 0px 4px 9.6px 0.4px rgba(12, 49, 84, 0.2);
}
/* movie_top_slide */
#tmp_movie_top_slide.splide {
	visibility:visible;
}
#tmp_movie_top_slide .splide__list {
	list-style:none;
}
#tmp_movie_top_slide .splide__slide .mv_cap {
    padding:10px 15px;
}
#tmp_movie_top_slide .splide__controls {
	padding:0 15px 10px;
	margin:0;
	text-align:center;
	-webkit-justify-content: center;
    justify-content: center;
}
#tmp_movie_top_slide .splide__arrows {
	display:none !important;
}
#tmp_movie_top_slide .splide__pagination {
	position:static;
}
#tmp_movie_top_slide .splide__pagination li {
	width:12px;
	margin:0 7px;
}
#tmp_movie_top_slide .splide__pagination li .splide__pagination__page {
	background-color:#ffffff;
	border:1px solid #6d6d6d;
	display:block;
	width:12px;
	height:12px;
	opacity:1;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_movie_top_slide .splide__pagination li .splide__pagination__page.is-active {
	background-color:#18669e;
	border-color:#18669e;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
#tmp_movie_top_slide .splide__toggle__play::before {
	border-color:transparent transparent transparent #666666;
}
#tmp_movie_top_slide .splide__toggle__pause:before,
#tmp_movie_top_slide .splide__toggle__pause:after{
	width: 2px;
    background-color: #666666;
}
.no_javascript #tmp_movie_top_slide .splide__list,
#tmp_movie_top_slide.no-splide .splide__list {
	display:block;
}
.no_javascript #tmp_movie_top_slide .splide__track {
	height:360px;
	padding:0 10px 0 0;
	overflow:hidden;
	overflow-y:auto;
}
.no_javascript #tmp_movie_top_slide .splide__slide {
	margin:0 0 15px;
}
/* chanel_head
================================================== */
.type_movietop #tmp_cnt_provided .chanel_head h2 {
    padding: 19px 0 16px 25px;
    font-size: 155.55%;
    border-top: none;
    background: url(/shared/templates/movie/images/icon/top_h2_icon.png) no-repeat 0 18px, url(/shared/templates/movie/images/top/top_h2_bg.png) no-repeat 100% 0;
    background-color: transparent;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
/* learning_cnt
================================================== */
.learning_cnt {
    margin: 40px 0 30px;
}

.learning_inner {
    border: 2px solid #fce995;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -webkit-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -moz-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    padding: 32px 0 0;
}
.learning_inner.active {
    box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.4);
    -webkit-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.4);
    -moz-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.4);
}

.learning_img {
	margin:0 auto;
	width:410px;
	height:50px;
}

.learning_img a {
	position:relative;
	display:block;
	width:410px;
	height:50px;
	background:url(/shared/templates/movie/images/top/cnt_img.png) no-repeat left top;
}

.learning_img a span {
	position:relative;
	display:block;
	width:410px;
	height:50px;
	z-index:-1;
}

.learning_img {
    text-align: center;
}

.learning_txt {
    font-size: 111.11%;
    padding: 34px 30px 27px 35px;
}
.learning_txt a {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}
/* banner_list
================================================== */
.banner_list {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 40px 0 20px;
    padding: 35px 0 20px;
}
.banner_list_ttl {
    font-size: 155.56%;
    text-align: center;
}
.banner_list_block ul {
    list-style: none;
    margin: 29px -5px 0 0;
}
.banner_list_block ul li {
	display:inline-block;
	vertical-align:top;
    margin: 0 7px 10px 0;
}
.banner_list_block ul li a {
    display: block;
    box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -moz-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -webkit-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
}
.banner_list_block ul li img {
	vertical-align:top;
}
/* tab_sp
================================================== */
#tmp_tab_sp {
    display: none;
}
.banner_list_block ul li img {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.banner_list_block ul li a:hover img,
.banner_list_block ul li a:active img,
.banner_list_block ul li a:hover img {
    opacity: 0.8;
}
/* ==============================================
Free Page
============================================== */
.type_moviefree #tmp_cnt_provided .chanel_head {
    margin: 0 0 40px;
}
#tmp_youtu_api {
    margin-bottom: 8px;
}
#tmp_contents .mv_outline {
    font-size: 111.11%;
    line-height: 1.8;
    margin-bottom:30px;
}
#tmp_contents ul.link_btn {
    list-style: none;
    margin: 0 0 40px;
}
#tmp_contents ul.link_btn li {
    margin: 0 0 21px;
    background: #fffcf4 url(/shared/templates/movie/images/main/list_bg.png) no-repeat right bottom;
    box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -webkit-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    -moz-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_contents ul.link_btn li:hover,
#tmp_contents ul.link_btn li:focus,
#tmp_contents ul.link_btn li:active {
    box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.4);
    -webkit-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.4);
    -moz-box-shadow: 0px 2px 4.9px 0.1px rgba(12, 49, 84, 0.4);
}
#tmp_contents ul.link_btn li a {
    display: block;
    font-size: 122.22%;
    padding: 31px 30px 28px 42px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    background: url(/shared/templates/movie/images/icon/arrow_icon.png) no-repeat 21px 31px;
    line-height: 1.22;
}
.box_link {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 0 8px;
    color: #333333;
    background-color: #f5f7fa;
}
.box_link_ttl {
    font-size: 133.3333%;
    font-weight: bold;
    background: transparent url(/shared/templates/movie/images/icon/box_link_icon.png) no-repeat 0 3px;
    padding: 0 0 0 20px;
}
.box_link_cnt {
    padding: 10px 17px 10px 19px;
}
#tmp_contents .box_link ul {
    list-style: none;
    margin: 0;
    background-color: #ffffff;
    color: #333333;
    padding: 17px 10px 10px 19px;
}
#tmp_contents .box_link li {
    margin: 0 0 7px;
    background: transparent url(/shared/templates/movie/images/icon/dot_icon.png) no-repeat 0 9px;
}
#tmp_contents .box_link li a {
    position: relative;
    color: #005eaa;
    display: inline-block;
    font-weight: normal;
    line-height: 1.625;
    font-size: 111.11%;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0 0 0 16px;
}
.icon_blank {
    display: inline-block;
    width: 42px;
    height: 15px;
    background: url(/shared/system/images/linkicon/icon_blank.gif) no-repeat left top;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3px;
    vertical-align: middle;
}
.icon_ext {
    display: inline-block;
    width: 42px;
    height: 15px;
    background: url(/shared/system/images/linkicon/icon_ext.gif) no-repeat left top;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3px;
    vertical-align: middle;
}
/* ==================================================
font - bold -
================================================== */
#tmp_banner .banner_txt,
#tmp_cnt_provided .chanel_head .chanel_number,
#tmp_cnt_provided .items_lists .tem_txt_cnt a,
.box_search_lft .site_sch_ttl label,
.section_chanel .section_chanel_head,
.section_chanel .section_chanel_lists .chanel_number,
.section_chanel .section_chanel_lists .chanel_cnt,
.mv_txt,
#tmp_contents ul.link_btn li a,
.box_link_ttl,
.top_banner_sub h1,
.chanel_head h2 {
	font-family: "UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents .box_link li a {
	font-family:"UD Shin Go Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_cnt_provided .chanel_head:after,
#tmp_cnt_provided .items_lists:after,
.top_block_inner:after,
.banner_list_block ul:after {
    content: '';
    display: table;
    clear: both;
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width:auto !important;
}
.container {
	width:100% !important;
	padding:0;
}
#tmp_header {
	position: static !important;
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_header .header_main {
	display: block !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#tmp_hlogo {
	display:block !important;
	-ms-flex:0 1 auto !important;
	flex:0 1 auto !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius:0 !important;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	padding:0;
}
#tmp_hlogo img {
	width:180px !important;
}
#tmp_wrap_main {
	padding-top: 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_inquiry {
	margin: 40px 0 !important;
}
#tmp_wrapper2::before,
#tmp_wrap_main::before,
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_gnavi,
#tmp_hnavi_s,
#tmp_footer .footer_address ul,
#tmp_emergency_box {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_footer .footer_lft{
	width: 49% !important;
	padding-right:0 !important;
}
#tmp_footer .footer_rgt{
	width: 50% !important;
}
#tmp_footer .footer_address address{
	float: none;
	padding-right:0;
	width:100%;
}
#tmp_footer_wrap {
	padding:0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_footer .footer_logo,
#tmp_footer .footer_corporate_num {
	display: inline-block !important;
	vertical-align: middle !important;
}
#tmp_footer .footer_logo p {
	padding:0 !important;
	background-image:none;
}
#tmp_footer .footer_logo,
#tmp_footer .footer_logo p,
#tmp_footer .footer_logo p span {
	width: auto !important;
	height: auto !important;
}
#tmp_footer .footer_logo p span{
	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 1.75rem;
}
#tmp_footer .footer_system {
	border:1px solid #000000 !important;
}
#tmp_footer .footer_copyright {
	border-top:1px solid #000000 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
.copyright {
	text-align:left !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}

}


