@charset "utf-8";

/*
**********************************************************************

* AUTHOR : futappa!
* AUTHOR SITE : http://www.futappa.jp/

* page.css

*********************************************************************
*/

/* ///////////////////////////////////////////////////////////////////
#Main
/////////////////////////////////////////////////////////////////// */
#Main {
}

/* ///////////////////////////////////////////////////////////////////
.faqSect
/////////////////////////////////////////////////////////////////// */
.faqSect {
	font-size:1.4em;
}

.faqSect .sectTit {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.faqSect .faqList {
    padding: 18px 15px 10px 0;
    margin-bottom: 20px;
    background: #fffbe5;
}
.faqSect .faqList {
  clear:both;
}
.faqSect .faqList dt {
  margin-bottom:10px;
    display: block;
    float: left;
    clear: left;
    width: 54px;
    margin-top: -20px;
    text-align: center;
    font-family:"Times New Roman";
    font-size: 2.3em;
    color: #ccb17a;
    zoom: 1;
}

.faqSect .faqList dd {
  margin-bottom:5px;
    float: left;
    width: 910px;
    line-height: 1.4;
}

