@charset "utf-8";

body {
	background-color:#FF9700;
}

/*-------------------
  汎用
-------------*/
li {
	list-style-type: none;
}
/*====================
  背景
======================*/
#about {
	background: url(../../shared/images/illust_001.gif) no-repeat left 40px;
}
#power {
	background: url(../../shared/images/illust_002.gif) no-repeat left 40px;
}
#trouble {
	background: url(../../shared/images/illust_003.gif) no-repeat left 40px;
}
/**/
#contentsHeader p {
	background: #FFF5E9;
	border-left: 5px solid #FFE0B2;
	padding: 0 80px 32px 111px;
	line-height: 1.7;
	font-size: 13px;
}
.articleType {
	margin-left: 200px;
}
.articleCategory {
	margin-bottom: 45px;
	min-height: 287px;

}
.articleCategory h2 {
	background: url(../../shared/images/titleBg_001.gif) repeat-x left center;
	margin-bottom: 20px;
}
.articleCategory h2 img {
	padding-right: 15px;
	background-color: white;
}
.articleType h3 {
	background: url(http://a-care.net/wp-content/themes/a-care/feature/images/titleBg_002.gif) no-repeat left bottom;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.articleType nav {
	margin-right: -17px;
	margin-bottom: 15px
}
.articleType li {
	padding: 2px 9px 17px 3px;
	width: 168px;
	float: left;
	margin: 0 13px 10px 0;
	position: relative;
	line-height: 1.4;
	min-height: 38px;
}
.articleType li a {
	background: url(http://a-care.net/wp-content/themes/a-care/feature/images/deco_001.gif) no-repeat 4px top;
	padding-left:33px;
	margin-left: -6px;
	display: block;
}
.articleType li a:hover {
	color: #FF9700;
}
.newIcon {
	position: absolute;
	top: 0;
	left: 0;
}
.lead {
	line-height: 1.8;
	margin-bottom: 64px;
	text-indent: -0.3em;
	font-size: 13px;
}
/*=====================
  詳細ページ
  =====================*/
.detail {
	margin-bottom: 30px;
}
header .wrap {
	margin-bottom: 18px;
}
header .wrap time {
	border-bottom: 3px solid #ff9700;
	display: inline-block;
	padding-right: 17px;
	padding-bottom: 6px;
	padding-top: 3px;
	font-size: 11px;
}
header .wrap strong {
	border-bottom: 3px solid #ffe0b2;
	display: inline-block;
	margin-left: -4px;
	font-weight: normal;
	color: #FF9700;
	padding-bottom: 6px;
}
.title {
	background: url(../../shared/images/titleBg_001.gif) repeat-x left center;
	margin-bottom: 28px;
}
.title h1 {
	background-color:#fff;
	display: inline-block;
	padding: 5px 10px 5px 0;
	font-size: 24px;
	font-weight: normal;
}
.detail h2 {
	font-size: 19px;
	color: #FF9700;
	background: #FFF8ED;
	border: 1px solid #FFEED5;
	display: inline-block;
	font-weight: normal;
	padding: 11px 17px 10px 17px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.detail p.indent {
	text-indent: 1em;
}
#feature .detail p {
	margin-bottom: 38px;
	line-height: 1.8em;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.detail small {
	font-size: 10px;
}
.colorFeature strong {
	color: #FF9700;
	font-weight: normal;
}
.relatedArticle {
	background: url(http://a-care.net/wp-content/themes/a-care/feature/images/titleBg_001.gif) no-repeat left top;
}
.relatedArticle h2 {
	font-size: 21px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: normal;
}
.relatedArticle ul {
	margin-right: -20px;
}
.relatedArticle li {
	float: left;
	width: 298px;
	margin-right: 27px;
	margin-bottom: 18px;
}
.relatedArticle li time {
	font-size: 11px;
	background: url(http://a-care.net/wp-content/themes/a-care/feature/images/iconNew2.gif) no-repeat -52px top;
	padding-left: 10px;
	border: none;
}
.relatedArticle li time.new {
	background: url(http://a-care.net/wp-content/themes/a-care/feature/images/iconNew2.gif) no-repeat left top;
	padding-left: 60px;
}
.relatedArticle li span {
	font-size: 12px;
	color: #FF9700;
	display: block;
	margin: 6px 0;
}
.relatedArticle a {
	font-size: 13px;
	background: url(http://a-care.net/wp-content/themes/a-care/feature/images/deco_001.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: -3px
}

/* For modern browsers */
.articleType nav:before,
.relatedArticle li:before,
.articleType nav:after,
.relatedArticle li:after {
	content:"";
	display:table;
}
.articleType nav:after {
	clear:both;
}
/* ------------------ */