/*■□■□■□共通ＣＳＳの読み込み□■□■□■*/
@import url("/pc/css/common.css");

#index h3 {
	display: block;
	height: 79px;
	width: 540px;
	margin-bottom: 10px;
}
/* 上部質問項目テキストリンク設定 */
#index ul {
	width: 540px;
	display: block;
	background-image: url(/pc/free/image/faq/right_image_07.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#q1 {
	background-image: url(/pc/free/image/faq/q1.gif);
	height: 27px;
	width: 279px;
	display: block;
}

#q2 {
	background-image: url(/pc/free/image/faq/q2.gif);
	height: 27px;
	width: 279px;
	display: block;
	margin-top: 5px;
}
#q3 {
	background-image: url(/pc/free/image/faq/q3.gif);
	height: 27px;
	width: 279px;
	display: block;
	margin-top: 5px;
}
#q4 {
	background-image: url(/pc/free/image/faq/q4.gif);
	height: 27px;
	width: 279px;
	display: block;
	margin-top: 5px;
}
#q5 {
	background-image: url(/pc/free/image/faq/q5.gif);
	height: 27px;
	width: 279px;
	display: block;
	margin-top: 5px;
}
#q6 {
	background-image: url(/pc/free/image/faq/q6.gif);
	height: 27px;
	width: 279px;
	display: block;
	margin-top: 5px;
}
#q7 {
	background-image: url(/pc/free/image/faq/q7.gif);
	height: 27px;
	width: 279px;
	display: block;
	margin-top: 5px;
}

/* 上部質問項目テキストリンク位置・フォントサイズ設定 */
#q1 h4,#q2 h4,#q3 h4,#q4 h4,#q5 h4,#q6 h4,#q7 h4{
	display: block;
	padding-top: 5px;
	padding-left: 44px;
}
#q1 a,#q2 a,#q3 a,#q4 a,#q5 a,#q6 a,#q7 a{
	font-size: 12px;
	font-weight: normal;
}

/* 各質問事項設定 */
#question h5{
	display: block;
	height: 45px;
	width: 538px;
}

/* トップに戻る画像アイコン設定 */
#question1 img,#question2 img,#question3 img,#question4 img,#question5 img,#question6 img,#question7 img{
	display: inline;
}
/* トップに戻るテキストサイズ・位置設定 */
.topback{
	font-size: 10px;
	display: inline;
	float: right;
}
/* 回答エリア背景画像設定 */
.question p{
	width: 540px;
	height:115px;
	background:url(/pc/free/image/faq/content_bg.jpg) no-repeat;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 165px;
	color: #333333;
}



