@charset "utf-8";

p.txt {
	line-height: 1.4;
}

/*----------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
	
p.txt {
	line-height: 1.8;
	font-size: 0.9em;
}
.step {
	margin-left: 30px;
}
.step1,
.step2 {
	
	padding-bottom: 30px;
	width: 440px;
	float: left;
}
.step1 {
	margin-right: 30px;
}
.step2 {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}
#contents .con_lnk {
	margin: 5px 0 0;
}
.bg {
	padding: 10px 20px !important;
}

}
