@charset "utf-8";

/*=====================================================================================
	
	Document    : procedure.css
	Description : 手続き・注意事項
 
=====================================================================================*/

/*---------------------------------------------------------------------------

   入院の手続

---------------------------------------------------------------------------*/

.block01 {
	list-style:none;
}

.p-box {
	border:2px solid #f0f095;
	background-color:#fdfdea;
	padding:15px 20px 15px 3.5em;
    border-radius:3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	position:relative;
	margin-bottom:35px;
}

.p-box:after {
	content:"";
	display:inline-block;
	width:36px;
	height:18px;
	background:url(../image/guide/arrow.gif) no-repeat center bottom;
	position:absolute;
	left:50%;
	bottom:-18px;
	margin-left:-18px;
}

.p-box:last-child:after {
	display:none;
}

.p-box span {
	background-color:#f6bb5c;
	color:#fff;
	text-align:center;
	line-height:2em;
	width:2em;
	height:2em;
    border-radius:2em;
	-moz-border-radius:2em;
    -webkit-border-radius:2em;
	
	position:absolute;
	left:1.25em;
	top:15px;
}

.bottom-border {
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 15px;
}

.pgBottomNav {
	margin-top: 30px;
	list-style: none;
}

.p-hdLine-line {
	margin-top: 30px;
}
