@charset "utf-8";
/* CSS Document */
@import url(/mediq/css/common.css);

#entryflow{
	text-align:center;
	padding:20px 0 10px 0;
}

/* ステップ */
.step{
	width:720px;
	margin:10px auto;
}

.stepcontent{
	background-image:url(/mediq/images/entry/stepbox-side.gif);
	background-position:top center;
	background-repeat:repeat-y;
	width:720px;
	margin:0 auto;
}

.stepcontent h3{
	color:#D5026C;
	font-weight:bold;
	font-size:120%;
	padding-bottom:5px;
}

.stepcontent table th{
	width:150px;
	text-align:center;
}

.stepcontent table td{
	padding:5px 10px;
}

.steparrow{
	margin:10px auto;
	text-align:center;
}

.step01{
	padding:0 10px;
}

.step01 img{
	margin:10px 0;
}

.step01 p{
	padding:10px 0 0 0;
}












