@charset "utf-8";

body {
	background-color:#BFDA1B;
}
/* For modern browsers */
.articleList article:before,
.articleList article:after {
	content:"";
	display:table;
}

.articleList article:after {
	clear:both;
}
/*======================*/
.articleList article {
	margin-bottom: 40px;
}
/* ==============================
  記事一覧ページ
  ==============================*/
.articleList article header {
	border-left: 4px solid #a5cc00;
	background: url(../../shared/images/titleBg_001.gif) repeat-x right center;
	padding: 3px 10px 3px 0;
	margin-bottom: 16px;
}
.articleList article header strong {
	font-size: 12px;
	color: #444;
	background-color: white;
	padding: 0 22px 0 10px;
}
.articleList article header time {
	font-size: 10px;
	color: #999;
	background-color: white;
	padding-right: 17px;
	padding-left: 0px;
	margin-left: -5px;
}
.articleList article figure {
	float: left;
	padding: 4px;
	border: 1px solid #eee;
}
.articleList article div {
	float: right;
	width: 485px;
	color: #333;
	margin-top: 5px;
}
.articleList article h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.articleList article h2 a {
	color: #333;
}
.articleList article p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.6;
}
/* ==============================
  記事詳細ページ（写真あり）
  ==============================*/
.detail header {
	background: url(http://a-care.net/wp-content/themes/a-care/event/images/titleBg_002.gif) no-repeat left bottom;
	padding-bottom: 8px;
}
.detail header strong {
	font-size: 14px;
	color: #A5CC00;
	float: left;
	width: 83px;
	font-weight: normal;
}
.detail header h1 {
	font-size: 12px;
	font-weight: normal;
	width: 583px;
	display: inline;
}
.detail header time {
	font-size: 10px;
	float: right;
	display: inline-block;
	margin-top: 4px;
	color: #999;
}
.detail .lead {
	line-height: 1.4;
	font-size: 21px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.photo-text figure {
	float: left;
	margin-right: 30px;
}
.photo-text > p {
	float: right;
	width: 355px;
}
.alignnone.size-full.wp-image-32 {
	margin-bottom: 40px;
}
.alignnone.size-full.wp-image-32,
.alignnone.size-full.wp-image-34 {
	padding: 3px;
	border: 1px solid #EEE;
}
.back {
	clear: both;
	text-align: right;
	margin-top: 44px;
	padding-top: 20px;
	background: url(http://a-care.net/wp-content/themes/a-care/event/images/titleBg_003.gif) no-repeat left top;
}
/* ==============================
  記事詳細ページ（写真なし）
  ==============================*/
.photo-text > p,
.text p {
	line-height: 1.6;
}