@charset "utf-8";
@import url(../common.css);
@import url(../article.css);
@import url(../article_color.css);
/*==========================================*/
/*	init									*/
/*==========================================*/
/*==========================================*/
/*	article									*/
/*==========================================*/
#article {
  border: 1px solid #ccc;
}

.white .side-title-link {
  color: #fff;
  background-color: #175ea2;
}

.white #article h2 {
  border-left: 4px solid #175ea2;
  color: #004f9a;
}

#article h2 span {
  display: block;
  padding: 24px 28px;
}

#article h3 {
  background: url("../../image/article-head-icon3.png") no-repeat left center;
  padding-left: 44px;
}
.white #article h3 {
  color: #175ea2;
  border-bottom: 2px solid #175ea2;
}

.paragraph.h2 {
  width: 100% !important;
  margin: 0px !important;
}

#article hr.color1,
#article table.color1 caption,
#article table.color1 td,
#article table.color1 th,
.form_btn {
  border-color: #175ea2;
}

.white #article h4 {
  color: #175ea2;
  border-bottom: 1px solid #175ea2;
}

.side-link_active,
#article .link li:before,
#article .link p:before,
#article .anchor p:before {
  color: #175ea2;
}

#article table.color1 caption,
#article table.color1 thead th,
#article table.color1 thead td,
#article table.color1 tbody th,
.form_btn {
  background-color: #eef6fd !important;
}

#article table.color2 td,
#article table.color2 th {
  border: solid 1px #f05656;
}

#article table.color2 thead th,
#article table.color2 thead td,
#article table.color2 tbody th {
  background: #fef2f2 !important;
}

.side-ttl_link {
  color: #fff;
}

#article .s_ele {
  margin-right: 2px;
  /*  width:46%; */
}

#article .s_ele,
#article .s_btn {
  border: 1px solid #aaaeb7;
}

/*
#article .s_date{
	width: 350px;
}
*/
#article .reseve .cat {
  background-color: #338e39 !important;
}

/*==========================================*/
/*	pager									*/
/*==========================================*/
.pager ul li a {
  background-color: #eef6fd;
  border-color: #004f9a;
}

.pager ul a:hover,
.pager ul li.now a {
  background-color: #d0e6f9;
}

/*# sourceMappingURL=article.css.map */
