@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
#pageTitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
#pageTitle h2 {
	background-image: url(../imgs/pagetitle.png);
}

/* policy */
#policy .title {
	background-image: url(../imgs/title-policy.gif);
}
#policy .imageText {
	zoom: 1;
}
#policy .imageText:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#policy .imageText .image {
	float: left;
}
#policy .imageText .text {
	margin-left: 330px;
}

/* patient */
#patient .title {
	background-image: url(../imgs/title-patient.gif);
}
#patient .list {
	margin-bottom: 25px;
}
#patient .list li {
	display: table;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 31px;
	background: url(../../common/imgs/kkk.gif) repeat-x left bottom;
}
#patient .list li:first-child {
	margin-top: 0;
}
#patient .list li .image {
	display: table-cell;
	width: 120px;
	vertical-align: top;
}
#patient .list li dl {
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
}
#patient .list li dt {
	margin-bottom: 10px;
	color: #f0831e;
	font-size: 128.6%;
}



/*--------------------------------------------------
 SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	/* index
	--------------------------------------------------*/
	/* layout */
	#pageTitle {
		background-image: url(../imgs/sp/bg-pagetitle.jpg);
	}
	#breadcrumbs li.child span {
		background-image: url(../imgs/sp/bread-medical.png);
	}

	/* policy */
	#policy .imageText .image {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	#policy .imageText .text {
		margin-left: 0;
	}

	/* patient */
	#patient .list li {
		display: block;
		background-image: url(../../common/imgs/sp/kkk.gif);
		-webkit-background-size: 3px 1px;
		background-size: 3px 1px;
	}
	#patient .list li .image {
		display: block;
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	#patient .list li dl {
		display: block;
		padding-left: 0;
	}
	#patient .list li dt {
		text-align: center;
	}
}