@charset "utf-8";

body {
	background-color:#DDD200;
}

/*=========================
  一覧
  =========================*/
.articleList article {
	float: left;
	margin-bottom: 40px;
}
.articleList .text {
	float: right;
	margin-right: 21px;
	width: 200px;
}
.articleList figure {
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
	margin-right: 10px;
}
.articleList h1 {
	font-size: 18px;
	margin: 8px 0 2px;
	color: #444;
	font-weight: normal;
}
.articleList h2 {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #333;
	min-height: 32px;
	font-weight: normal;
}
.articleList h3 {
	font-size: 11px;
	color: #999;
	border-left: 2px solid #DDD200;
	padding-left: 7px;
}
#contentsHeader > p {
	border-left: 5px solid #F5F1B2;
	background: #FCFBE8;
	color: #444;
	padding: 0 0 35px 120px;
	font-size: 13px;
}
.lead {
	line-height: 1.6;
	margin-bottom: 64px;
	text-indent: -0.3em;
}
/*=========================
  詳細
  =========================*/
.detail {
	margin-bottom: 40px;
}
.detail section {
	line-height: 1.8;
}
.detail section > h2 {
	background: url(http://a-care.net/wp-content/themes/a-care/doctor/images/bg_002.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.detail .text {
	float: right;
	width: 440px;
}
.detail figure {
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
}
.detail hgroup {
	width: 257px;
}
.detail hgroup h3 {
	color: #999;
	padding: 3px 11px;
	border-left: 3px solid #DDD200;
	font-size: 18px;
	font-weight: normal;
}
.detail hgroup h1 {
	color: #333;
	font-size: 32px;
	margin: 30px 0 10px;
	font-weight: normal;
}
.detail hgroup h2 {
	font-size: 15px;
	color: #333;
	font-weight: normal;
	line-height: 1.3;
}
.history dl {
	margin-bottom: 30px;
}
.history dt {
	float: left;
}
.history dd {
	margin-left: 63px;
}

.history th {
	font-weight: normal;
	padding: 4px 1em 4px 4px;
	text-align: left;
}
.history td {
	padding: 4px;
}

.back {
	text-align: right;
	background: url(http://a-care.net/wp-content/themes/a-care/doctor/images/bg_001.gif) no-repeat left top;
	padding-top: 20px;
}