/*----------------------------------------

	PC CSS

----------------------------------------*/
@media print, screen and (min-width: 768px) {

#homeMainImg_sp {
	display: none;
}
#homeMainImg_pc {
	width: 100%;
	background-color: #fff;
	min-height: 300px;
	height: auto !important;
	height: 300px;
    	background:url(../img/bg_mainimg_pc.jpg)no-repeat bottom;
	background-size:cover;
}
#homeMainImg_pc .wrap {
	position: relative;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#homeMainImg_pc h1 {
    margin: 0 auto;
    padding-top: 0;
    display: none;
    z-index: 100;
}


	.dl_news{
		border-bottom:2px dotted #33AAFF;
	}
	.dl_news dt {
    float: left;
    clear: both;
    width: 200px;
    color: #33AAFF;
    font-weight: bold;
}	
    .dl_news dd {
    margin-left: 200px;
    line-height: 1.8em;
    padding-bottom: 10px;
	}	
	}
