@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* prepare CSS [SP]
/*----------------------------------------------*/

.prepare-leadbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	margin-bottom: 20px;
x	background-color: #FF0000;
}

.prepare-leadtext {
	float: left;
x	width: 55%;
	width: 77%;
}

.prepare-leadphoto {
	float: right;
x	width: 35%;
	width: 20%;
x	margin-right: 2%;
}

.prepare-leadphoto img {
	max-width: 100%;
}
