@charset "utf-8";

/*=====================================================================================
	
	Document    : flow.css
	Description : 診療の流れ
 
=====================================================================================*/

/*-------------------------------------------------------
   写真
-------------------------------------------------------*/

span.photo-r {
	max-width:200px;
	text-align:center;
}


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

   外来受診に必要なもの

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

.block01 {
	border:2px solid #f0f095;
	background-color:#fdfdea;
	padding:20px 25px;
    border-radius:3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.block01 dt {
	font-weight:bold;
}

.block01 ul {
	margin-left:1.15em;
	padding-top:0.5em;
}


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

   受付

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

.block02 dt {
	font-weight:bold;
	background-color:#f6bb5c;
	color:#fff;
    border-radius:3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	margin-bottom:60px;
	padding:10px 15px;
}

.block02 dt+dd {
	border:2px solid #f9d395;
	background-color:#fef5e7;
	text-align:center;
	padding:15px;
	margin-bottom:20px;
	font-weight:bold;
    border-radius:3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
}


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

   お薬について

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

.block04 dt {
	font-weight:bold;
	padding-top:1em;
}

.block04 dt:first-child {
	padding-top:0;
}

.block04 dd {
	padding-left:1.25em;
}

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

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

