@charset "utf-8";


/* div
---------------------------------------------------------------------*/
div#main #ttl{
	position:absolute;
	left:323px;
	top:-193px;
	height:336px;
	z-index:10;
}

div.section{
	position:relative;
	line-height:180%;
	margin:0 0 30px 0;
}
	div.section h2{
		margin:0 0 13px 0;
	}
	div.section p.desc{
		width:380px;
		height:115px;
		display: table-cell;
		vertical-align: middle;
		margin:0 0 13px 0;
	}
    * html div.section p.desc{
        display: inline;
        zoom: 1;
    }
    *:first-child+html div.section p.desc{
        display: inline;
        zoom: 1;
    }
	div.section img.sec_img{
		position:absolute;
		left:399px;
		top:78px;
		width:180px;
	}
	div.section table{
		width:100%;
		margin:13px 0 0 0;
	}
	div.section th,div.section td{
		font-size:11px;
		line-height:16px;
	}



