@charset "UTF-8";
/*---------------------------------------------------------------------------------
presentList
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import "contents.css";

/*
タイトル
---------------------------------------------------------------------------------*/
.wrap_cnt h3 {
  background: #f69;
  color: #fff;
}

/*
リスト
---------------------------------------------------------------------------------*/
.wrap_cnt ul {
  margin: 10px auto;
  width: 290px;
}

.wrap_cnt li {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
  margin: 10px 0 20px;
}

.wrap_cnt li a {
  color: #333;
  line-height: 1.5;
  margin: 0 0 5px;
  padding: 10px 10px 0;
  text-decoration: none;
  width: 270px;
}

.wrap_cnt li p {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: left;
}

.wrap_cnt li .term {
  background: #eef;
  color: #00c;
  font-weight: bold;
  text-align: center;
}

.wrap_cnt li .detail {
  background: url(../img/cmn/arrow.png) no-repeat 260px center;
  color: #f39;
  font-weight: bold;
  margin: 0;
  padding: 5px 15px 5px 5px;
  text-align: right;
}
