@charset "UTF-8";

/* ///////////////////////////////////////////////
【よくあるご質問】
title: faq.css
paths: common/css/faq.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
Table Of Contents

#01 共通
#02 メインイメージ
#03 左タイトル
#04 質問
#05 QA
----------------------------------------------- */



/* -----------------------------------------------

#01 共通

----------------------------------------------- */
div.section {
width: 590px;
margin: 0 auto;
}



/* -----------------------------------------------

#02 メインイメージ

----------------------------------------------- */
div.mainImg h2 {
background: url(../../faq/img/faq_ttl_main.jpg) no-repeat;
}



/* -----------------------------------------------

#03 左タイトル

----------------------------------------------- */
div.boxA h2 {
width: 56px;
height: 433px;
margin: 0 auto;
background: url(../../faq/img/faq_ttl_left.gif) no-repeat;
}



/* -----------------------------------------------

#04 質問

----------------------------------------------- */
div.qLink dl {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: dotted 1px #999;
}

div.qLink dl dt {
float: left;
width: 3.0em;
margin-bottom: 0.7em;
padding-left: 20px;
background: url(../../faq/img/faq_ico_arrow.gif) left center no-repeat;
color: #003366
}

div.qLink dl dd {
margin-left: 3.0em;
margin-bottom: 0.7em;
}
div.qLink dl dd a {
color: #003366
}



/* -----------------------------------------------

#05 QA

----------------------------------------------- */
div.qa dl {
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px dotted #999;
}

div.qa dl dt {
float: left;
width: 2.5em;
margin-bottom: 5px;
font-weight: bold;
}
div.qa dl dt.qaQ {
color: #003366;
}
div.qa dl dt.qaA {
color: #333;
}

div.qa dl dd {
margin: 0 0 5px 3.0em;
}
div.qa dl dd.qaQTxt {
color: #003366;
font-weight: bold;
}
div.qa dl dd.qaATxt {
padding: 5px;
background: #eee;
color: #333;
}

div.qa p.qaPT {
margin-bottom: 10px;
text-align: right;
font-size: 85%;
}

div.qa p.attention {
color: #cc0000;
font-size: 110%;
text-align: center;
}

