@charset "UTF-8";

/*-----------------------------------------------------
 タイトル
-----------------------------------------------------*/
#pagespace h2 {
  text-align: center;
}

.op_title_remarks {
  width: 531px;
  padding: 5px 0;
  margin: 0 auto 10px auto;
  background-color: #ece5ec
}

/*-----------------------------------------------------
 オプショナルリスト
-----------------------------------------------------*/
#op_list dt {
  padding: 3px 5px;
  background-color: #ffefe8;
  border: 1px #e5acac solid;
  font-size: 13px;
  font-weight: bold;
}

#op_list dd {
  padding: 3px 5px;
  margin: 0;
  border-left: 1px #e5acac solid;
  border-right: 1px #e5acac solid;
}

#op_list dd .op_image_block {
  margin-bottom: 10px;
  text-align: center;
}


#op_list .remarks_cell {
  clear: both;
}

#op_list .link_cell {
  border-bottom: 1px #e5acac solid;
  text-align: right;
  font-weight: bold;
}

#op_list .last_cell {
  margin-bottom: 15px;
}

#op_list dd ul li {
  float: left;
  width: 140px;
}

#op_list dd ul li.wide_image {
  width: 280px;
}

#op_list dd ol {
  padding-left: 10px;
  list-style-type: none;
}

#op_list dd ol li {
  
  display: inline;
}

#op_list dd ul li img {
  padding: 1px;
  border: 1px solid #e6e6e6;
}

#op_list dd ul li.wide_image img {
  padding: 0px;
  border: 0px solid #e6e6e6;
}

/*-----------------------------------------------------
 オプショナルリスト
-----------------------------------------------------*/
.big_link_button a {
  float: right;
  display: block;
  width: 340px;
  padding: 9px 7px;
  border: 4px double #409805;
  text-align: center;
  font-size: 14px;
  font-family: 'Times New Roman', 'Times', 'ＭＳ Ｐ明朝', serif;
}

.big_link_button a:hover {
  background-color: #ccc;
}


