/* content
---------------------------------------------------------- */
/* 
---------------------------------------------------------- */
.faq .right {
	margin-bottom: 40px;
}
.questionBox01 {
  margin: 0px;
}
.questionBox01 dt, .questionBox01 dd {
  padding: 24px 0 24px 0px;
  /*line-height: 1.714;*/
  letter-spacing: 0.05em;
    zoom: 1; /* float解除 for IE6/7  */
}
.questionBox01 dt:after, .questionBox01 dt:before, .questionBox01 dd:after, .questionBox01 dd:before {
    content: "";
    clear: both;
    display: block;
}
.questionBox01 dt {
  /*border-bottom: dotted 1px #E70003;*/
  padding-right: 32px;
  cursor: pointer;
  background: url(../img/faq/faq_ico_arrow02.png) right no-repeat;
}
.questionBox01 dt img {
  width: 100%;
  max-width: 46px;
  height: auto;
}
.questionBox01 dd {
  /*border-bottom: solid 1px #e0e0e0;*/
  /*padding: 30px 0 40px 0px;*/
}
.questionBox01 dt p, .questionBox01 dt p a, .questionBox01 dd p, .questionBox01 dd p a {
	font-size: 0.94em;
  line-height: 1.6em;
}
.questionBox01 dd p, .questionBox01 dd p a {
  color: #444444;
}
.questionBox01 dd .ansIcon, .questionBox01 dt .questionIcon {
	float: left;
	width: 8%;
  max-width: 48px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-align: center;
	font-size: 0.94em;
}
.questionBox01 dd .ansIcon {
	background-color: #626262;
}
.questionBox01 dt .questionIcon {
	background-color: #ca0033;
}
.questionBox01 dd .ansBox, .questionBox01 dt .questionBox {
	float: left;
	width: 92%;
  max-width: 832px;
	padding-left: 32px;
}
.questionBox01 dd img {
  margin-right: 10px;
  width: 100%;
  max-width: 46px;
  height: auto;
}
.questionBox01 dd img.faqImg {
  max-width: 175px;
}
.questionBox01 dd a {
	transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.questionBox01 dd a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    transition: 0.5s;
    opacity: 1;	
}

div.link {
	width: 100%;
	text-align: right;
}
.questionBox01 dd div.link p a img {
	width: 22px !important;
}
.questionBox01 dd div.link p a {
	transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.questionBox01 dd div.link p a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    transition: 0.5s;
    opacity: 1;	
}
/* ansBox
---------------------------------------------------------- */

@media all and (min-width: 1344px) {
	
}
@media all and (max-width: 1087px) {

}
@media all and (max-width: 805px) {
	
}
@media all and (max-width: 735px) {
	.questionBox01 dd .ansIcon, .questionBox01 dt .questionIcon {
		float: none;
		width: 12%;
		max-width: 12%;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 8px;
		padding: 0px;
	}
	.questionBox01 dd .ansBox, .questionBox01 dt .questionBox {
		float: none;
  		width: 100%;
		padding-left: 0px;
	}
  	.questionBox01 dd img {
  	margin-right: 10px;
  		width: 100%;
  		height: auto;
  	}
	.questionBox01 dd img.faqImg {
		width: 47%;
		float: left;
  		max-width: 100%;
		display: block;
		margin-bottom: 24px;
		margin-left: auto;
		margin-right: auto;
	}
	.questionBox01 dd img:nth-of-type(1).faqImg {
		margin-right: 16px;
	}
}