@charset "shift_jis";

/* =======================
 PC‚Ì‚Ý
=======================*/

@media screen and (min-width: 762px){


#main{
	background:url(../img/main_pc.jpg) no-repeat center top;
	height:601px;
}
#main span{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display:block;
}

.sec01{
	padding:40px 0 0px 0;
}

.sec01 .hgroup{
	float:left;
}

.sec01 h3 img{
	border:1px solid #919191;
	margin-bottom:137px;
}

.sec01 .txt{
	float:right;
	width:630px;
}
.sec01 .txt p{
	line-height:2;
}

}

