@charset "utf-8";
#contentHeader h1 {
  background-image: url(../img/title.png);
}

#mainIn {
	padding-bottom: 100px;
}

#title {
  background: #39a7f0;
  color: #fff;
}
#title h2 {
  padding: 20px 38px 0 42px;
  font-size: 38px;
  font-size: 2.92308rem;
}
#title time {
  display: block;
  margin-top: -8px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../img/bdr_title.png) left center repeat-x;
  text-align: right;
}
#title time span {
  padding: 0 0 0 15px;
  background: #39A7F0;
}
#content {
  padding: 39px 0 38px 0;
  background: #fff;
}
#content .textArea {
  float: left;
  margin: 0 -290px 0 0;
  width: 100%;
}
#content .textArea > * {
	margin-right: 290px;
	padding-left: 39px;
}
#content .textArea .title {
  margin-bottom: 31px;
  color: #1891d2;
  font-size: 20px;
  font-size: 1.53846rem;
}
#content .textArea p {
  margin: 0 330px 31px 0;
  color: #313131;
  font-size: 14px;
  font-size: 1.07692rem;
}
#content .imageArea {
  float: left;
  padding: 0 39px 0 0;
  width: 250px;
}
#content .imageArea .img {
  margin-bottom: 30px;
}
#content .btnTop {
  float: right;
  margin: 100px 37px 0 0;
  width: 330px;
  height: 52px;
  background: url(../img/btnOilBase.png) 0 -52px;
  text-indent: -99999px;
}
#content .btnTop a {
  display: block;
  width: 330px;
  height: 52px;
}
#content .btnTop a:hover {
  background: url(../img/btnOilBase.png) 0 0;
}

#pastTopic {
  clear: both;
  margin: 50px auto 0;
  width: 939px;
  background: #f5f5f5;
}
#pastTopic h1 {
  margin: 0 20px 0 20px;
  padding-top: 20px;
  border-bottom: #1891d2 2px solid;
  color: #3badfa;
  font-size: 22px;
  font-size: 1.69231rem;
}
#pastTopic ul {
  margin-top: 20px;
  padding-left: 20px;
}
#pastTopic ul li.last {
  padding-bottom: 22px;
  border: none;
}
#pastTopic ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d8d8d8;
  color: #313131;
  font-size: 18px;
  font-size: 1.38462rem;
}
#pastTopic ul li:after {
	display: block;
	clear: both;
	content: "";
}
#pastTopic ul li time {
  float: right;
  padding-right: 2%;
  color: #313131;
  font-size: 12px;
  font-size: 0.92308rem;
}
#pastTopic ul li:first-child {
  padding-top: 0;
}



/* 2014_09_30 */

#content.contentSection {
  padding: 40px 20px 10px;
  line-height: 1.8;
}

#content.contentSection .col_02,
#content.contentSection .col_03 {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}

#content.contentSection .col_02 div,
#content.contentSection .col_03 div {
	float: left;
	width:auto; /* ie8 */
}

#content.contentSection .col_02 div p img,
#content.contentSection .col_03 div p img {
	/*text-align: center;*/
}

#content.contentSection .col_02 div {
	max-width: 470px;
	margin-right: 38px;
}

#content.contentSection .col_03 div {
	max-width: 300px;
	margin-right: 39px;
}

#content.contentSection .col_02 div.last,
#content.contentSection .col_03 div.last {
	margin-right: 0;
}

#content.contentSection .col_02 div img,
#content.contentSection .col_03 div img {
	height: auto!important;
	max-width: 100%;
	width:auto; /* ie8 */
}

#content.contentSection .col_02 div:last-child,
#content.contentSection .col_03 div:last-child {
	margin-right: 0;
}

#pastTopic ul li:first-child {
	margin-bottom: 30px;
}
#pastTopic ul li:first-child time {
	display: none;
}



