
/* IMPORT CSS */
@import "../css/common.css";

#c01 p{
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 30px;
}

#c01 p img{
	float: right;
	margin-left: 20px;
}

#c01 article span{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#c02{
	overflow: hidden;
	margin-bottom: 20px;
}

#c02 p{
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

#c02 p img.float-img{
	float: right;
	margin-left: 10px;
}

#c02 p span{
	display: block;
	color: #603813;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 5px 0;
}

#c02 p span.step{
	margin-bottom: 10px;
}

#c02 p strong{
	color: #f15a24;
	font-size: 1.7rem;
	font-weight: normal;
}


/*--------------------------- SMARTPHONE STYLES ---------------------------*/


/*========== 650px以下 ==========*/

@media ( max-width : 650px ) {
	
	#c01 p img{
		width: 200px;
		margin-left: 10px;
	}
	
	#c02 p img.float-img{
		float: none;
		width: 180px;
		margin-bottom: 10px;
	}
	
	.step img{
		height:45px;
	}
}
