
@charset "UTF-8";



/*
 * サブコンテンツ関連
 */
div#ct-left .sub-contents {
  width: 100%;
  margin: 0 0 0 auto;
  word-wrap: break-word;
  overflow-wrap : break-word;
}
div#ct-left .sub-contents:first-of-type {
	margin-top: 2em;
}
div#ct-area .sub-contents h3 span {
    background: none;
    display: inline;
    margin-left: 30px;
    /* padding-left: 0; */
    border-left: none;
}
div#ct-area .sub-contents h3:hover{
  text-decoration: underline;
}
div#ct-left .sub-contents h3.close {
  font-size: 120%;
  background: none;
  margin-bottom: 0;
  text-align: left;
  display: block;
  clear: both;
  padding: 0;
  border-top: 1px dotted #666;
  border-bottom: none;
  margin: 0;
  cursor: pointer;
  color: #001eaa;
  padding: 29px 10px 026px 18px;
  line-height: 1.3em;
  position: relative;
  background-color: #f4f4f4;
	background-color: #f4f4f4;
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(top, #ffffff, #f4f4f4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0)";
}
div#ct-left .sub-contents h3.open {
  font-size: 120%;
  background: none;
  margin-bottom: 0;
  text-align: left;
  display: block;
  clear: both;
  padding: 0;
  border-top: 1px dotted #666;
  border-bottom: none;
  margin: 0;
  cursor: pointer;
  color: #001eaa;
  padding: 29px 10px 026px 18px;
  line-height: 1.3em;
  position: relative;
  background-color: #f4f4f4;
	background-color: #eef0f9;
	background-image: -moz-linear-gradient(top, #eef0f9, #ffffff);
	background-image: -ms-linear-gradient(top, #eef0f9, #ffffff);
	background-image: -o-linear-gradient(top, #eef0f9, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eef0f9), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eef0f9, #ffffff);
	background-image: linear-gradient(top, #eef0f9, #ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef0f9', endColorstr='#ffffff', GradientType=0)";
}
div#ct-left .sub-contents h3.close span:before {
    background: rgba(0, 0, 0, 0) url("/product/img/icn_plus.png") no-repeat scroll left top;
    content: "";
    height: 24px;
    left: 16px;
    margin-top: -2px;
    position: absolute;
    width: 24px;
}
div#ct-left .sub-contents h3.open span:before {
    background: rgba(0, 0, 0, 0) url("/product/img/icn_minus.png") no-repeat scroll left top;
    content: "";
    height: 24px;
    left: 16px;
    margin-top: -2px;
    position: absolute;
    width: 24px;
}
div#ct-left .sub-body{
	display: none;
	font-size: 105%;
}




