@charset "UTF-8";

/* 服薬指導チャートスタイル
-------------------------------------------------------------------------------- */
div#contents-area div#chart div#first_step {
	margin:10px 10px 0 10px;
	padding:15px;
	border:3px solid #EBC174;
}

div#contents-area div#chart div#first_step p {
	margin:20px 0 10px 0;
	padding:5px 10px;
	background:#f5e0b9;
	font-weight:bold;
	font-size:120%;
	line-height:110%;
}

div#contents-area div#chart div#first_step ul {
	margin: 0;
	padding: 0 0 0 10px;
}

div#contents-area div#chart div#first_step ul li {
	margin: 0 0 10px 0;
}

div#contents-area div#chart div#first_step ul li input {
	margin:0 5px 0 0;
}

div#contents-area div#chart div#first_step ul li ul {
	float: none;
	margin:5px 0 10px 30px;
}

div#contents-area div#chart div#first_step ul li ul li {
	list-style-type:disc;
	margin: 10px 0;
}


div#contents-area div#chart p#arrow {
	background:url(../img/ph_chart01.gif) 50% 50% no-repeat;
	height:54px;
	text-align:center;
	font-weight:bold;
	margin:20px 0;
	font-size:120%;
}


div#contents-area div#chart div#second_step {
	display:inline-block;
	margin:10px 10px 20px 10px;
	padding: 15px;
	border:3px solid #EDE7B7;
}

div#contents-area div#chart div#second_step:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#contents-area div#chart div#second_step h3 {
	margin: -15px -15px 0 -15px;
	padding: 5px 0;
	background: #EDE7B7;
	text-align: center;
}

div#contents-area div#chart div#second_step dl {
	margin: 15px 0 0 0;
}

div#contents-area div#chart div#second_step dl dt {
	float: left;
	font-size: 115%;
}

div#contents-area div#chart div#second_step dl dt img {
	margin: 0 5px 0 0;
}

div#contents-area div#chart div#second_step dl dd {
	font-weight: bold;
}

div#contents-area div#chart div#second_step dl dd h4 {
	font-size: 85%;
	font-weight: normal;
}

div#contents-area div#chart div#second_step ul {
	clear: both;
	border-top: 2px solid #CCC;
	padding: 10px 0 0 0;
}

div#contents-area div#chart div#second_step ul li {
	list-style-type: disc;
	margin: 0 0 5px 20px;
}

div#contents-area div#chart p.next {
	margin: 0 0 30px 0;
}


