@charset "utf-8";

/*
CSS information
	FileName    : qa.css
	Description : よくあるご質問レイアウト用
	Version     : 2.0.0 (20100707)
	Author      : Fukazawa, szk
*/

/*====================================================================================================
	Q&A
====================================================================================================*/

#container {
  line-height: 1.5;
}

#qaShell {
	padding: 35px 35px 0;
}

.leftbox {
	width: 430px;
	float: left;
}
.rightbox {
	width: 430px;
	float: right;
}

dl {
	width: 430px;
	margin-bottom: 15px;
}

dt img {
	cursor: pointer;
}

dd {
	background-image: url(../../qa/images/qabox_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 29px;
}

.lead {
  color: #666;
  margin: 5px 0 30px 5px;
}

.inner {
	background-image: url(../../qa/images/qabox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 30px 29px 30px;
}

.answerSign {
	float:left;
	width:40px;
}

.text {
  float: right;
  width: 310px;
  color: #666;
  line-height: 1.8;
}

.text a {
  font-weight: bold;
  text-decoration: underline;
}

.cf {
	margin: 10px 0;
	padding-left: 12px;
	font-weight: bold;
	background-image: url(../../qa/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.cf a {
  text-decoration: none;
}

.more {
	color: #666;
	padding: 20px 0;
	border-top: solid 1px #999999;
	clear: both;
}

.more img{
	float: right;
	margin-left: 20px;
}

