@charset "utf-8";

/* CSS Document */

/* --greet-- */
@media print, screen and (min-width: 680px) {
article{
	width:425px;
	display:inline-block;
	margin-right:40px;
	vertical-align:top;
}
article:nth-of-type(2n){
	margin-right:0;
}
.im_doctor01,
.im_doctor02,
.im_doctor03,
.im_doctor04{
	float:left;
	margin-right:10px;
}
}

@media screen and (max-width: 679px) {
.im_doctor01,
.im_doctor02,
.im_doctor03,
.im_doctor04{
	float:left;
	width:40%;
	margin-right:10px;
}
}