@charset "Shift_JIS";

/*--------------------------------------------------------
  トップページ
--------------------------------------------------------*/

/* テーマ */
#toppage-teema {
	margin-bottom: 16px;
	background-image: url(../img/catch_item_01.png);
	background-repeat: no-repeat;
	background-size: 124px;
	background-position: center right 20px;
	padding: 20px 0;
}

#toppage-teema p.toppage-teema-main{
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#toppage-teema p.toppage-teema-sub{
	text-align: center;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	margin: 8px 0 0 0;
	padding: 0;
}


/* インフォメーション */
table#toppage-info {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
  border: none;
  border-top: 1px solid #cccccc;
}

table#toppage-info th{
	background-color: #20b971;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 24px 10px;
	width: 134px;
	vertical-align: middle;
}

table#toppage-info td{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 18px;
	vertical-align: middle;
  border-right: 0;
}

table#toppage-info td .small {
	font-size: 15px;
	font-weight: normal;
}


/* ニュース */
#toppage-news{
	border: 3px solid #c9c9c9;
	border-radius: 8px;
	margin: 0 0 60px 0;
}

#toppage-news h3{
  font-size: 15px;
	color: #20b971;
  font-weight: bold;
  padding: 13px 10px 5px 20px;
	margin: 0;
	background-image: none;
}

#toppage-news dl{
	margin-bottom: 12px;
}

#toppage-news dt{
  color: #000;
  font-size: 14px;
  width: 136px !important;
  background-image: url(../img/news_imte_01.png);
  background-repeat: no-repeat;
  background-position: left 14px top 13px;
  background-size: 8px auto;
  padding-left: 30px;
}

#toppage-news dd{
  padding-left: 120px;
  padding-left: 20px;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  color: #000;
  font-size: 14px;
}

#toppage-news dt:first-child + dd{
  border-bottom: 1px solid #c9c9c9;
}

#toppage-news dd:last-child{
  border: none;
}



/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

  /* インフォメーション */
  table#toppage-info th{
    display: block;
    width: 100%;
    border: none;
    padding: 10px 12px;
  }

  table#toppage-info td{
    display: block;
    width: 100%;
    border: none;
  }


  /* ニュース */
  #toppage-news{
  	margin: 0 0 40px 0;
  }

  #toppage-news dd{
    padding-top: 4px;
  }
}
