@charset "UTF-8";


/* --------------------------------------------------------------------------------
guide-faq.css
-----------------------------------------------------------------------------------*/

/* format
-------------------------------------------------*/
#faq #d_main-header {
  border-bottom: 1px solid #b0b0b0;
  padding: 0 10px;
  margin-bottom: 30px;
}
#faq #d_main-header h1{
  font-size: 29px;
  font-weight: normal;
  color: #1c1c1c;
  text-align: left;
  line-height: 1.2;
  padding-bottom: 20px;
  margin: 0;
}
#faq #d_anchor-navgations ul {
	margin: 0 15px 15px;
	overflow: hidden;
}
#faq #d_anchor-navgations li {
	float: left;
	margin: 0 15px 15px 0;
  line-height: 1.1;
}
#faq #d_anchor-navgations li a {
	font-size: 12px;
	color: #1c1c1c;
  text-decoration: none;
	display: block;
  background: url("../../images/guide/btn-nav-side.png") no-repeat center left;
	padding: 0 30px 0 12px;
}
#faq #d_anchor-navgations li a:hover {
	text-decoration: underline;
}
#faq a.textlink {
	color: #2c54af;
	text-decoration: underline;
	padding: 0 4px;
}
#faq h2 {
  font-size: 20px;
  line-height: 1.0;
  color: #1c1c1c;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fdfdfd', endColorstr = '#f8f8f8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fdfdfd', endColorstr = '#f8f8f8')";
  background-image: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);
  background-image: -ms-linear-gradient(top, #fdfdfd, #f8f8f8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8);
  background-image: linear-gradient(top, #fdfdfd, #f8f8f8);
  border: 1px solid #dfdfdf;
  padding: 15px 10px 13px;
}
#faq h2 span {
  display: block;
  border-left: 5px solid #a096c3;
  padding-left: 10px;
}
#faq .column {
	margin-bottom: 50px;
}
#faq .column-inner {
	border: solid 1px #eaeaea;
	border-top: none;
	padding: 25px 14px;
	overflow: hidden;
}


/* inner design
-------------------------------------------------*/
#faq .qa-wrap dt {
	margin-top: -1px;
	padding: 16px 20px;
	border: solid 1px #dfdfdf;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
}
#faq .qa-wrap dt:after {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	right: 20px;
	top: 28%;
	background: transparent url(../../images/guide/icon-plus.png) no-repeat center center;
}
#faq .qa-wrap dt.on:after {
	background: transparent url(../../images/guide/icon-minus.png) no-repeat center center;
}
#faq .qa-wrap dt span:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 27px;
	padding-right: 10px;
	background: url(../../images/guide/icon-Q.png) no-repeat left 5px;
	background-size: 20px 20px;
	vertical-align: bottom;
}
#faq .qa-wrap dd {
	padding: 25px 20px 50px 55px;
	background: url(../../images/guide/icon-A.png) no-repeat 20px 28px;
	background-size: 20px 20px;
	font-size: 13px;
	line-height: 1.75;
}

#faq .shopTop {
	margin: 10px 0 30px 0;
	padding: 0 0 30px 0;
	font-size: 14px;
}
#faq .shopTop dl {
	border-top: solid 1px #d7d7d7;
	margin: 30px 0 0;
	padding: 30px 0 0;
}
#faq .shopTop ul {
	margin-top: 10px;
	font-size: 0;
}
#faq .shopTop li {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	padding: 10px 15px;
}
#faq .shopTop li:last-child {
	padding-right: 0;
}
#faq .shopTop li:first-child {
	padding-left: 0;
}
#faq .shopTop ul a {
	font-weight: bold;
}
