@charset "UTF-8";

/* main-container
------------------------------------ */

#main-container {
	background: none;
}

#main-container #main {
	background: none;
}

/* other-contents
------------------------------------ */

#other-contents {
	clear: both;
	padding: 0 40px 50px;
}

/* heading-01
------------------------------------ */
.heading-01 {
	background:transparent url(/tv/public_property/common/images/com_heading_bg01.gif) no-repeat 0 0;
}

/* footer-pagetop
------------------------------------ */

#footer-pagetop .pagetop {
	width: 950px;
}

/* first-child
------------------------------------ */
.first-child {
	margin-top: 0 !important;
}

/* clearFix
------------------------------------ */

#other-contents .view-col-01:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}  
* html #other-contents .view-col-01 { /* IE6 hack */
 zoom: 1; 
} 
*:first-child+html #other-contents .view-col-01 { /* IE7 hack */  
 zoom: 1; 
}
head~/* */body #other-contents .view-col-01 { /* IE8 hack */  
 zoom: 1; 
} 
html:not(:target) #other-contents .view-col-01 { /* IE8 以外のモダンブラウザ */  
 zoom: 1; 
}
