@charset "utf-8";







/* ////////////////////////////////////////////////// 共通 */



/* common.css 上書き */

#main {

    padding:0 0 35px;

}



/* サブナビ */

#subnav {

    clear:both;

    width:810px;

    margin:0 auto;

    padding:30px 0 20px;

    list-style:none;

}

#subnav li {

    float:left;

}

#subnav li a {

    text-indent:-9999px;

    display:block;

    width:250px;

    height:53px;

    margin:0px 10px 10px; /* 30 10 */

}

#subnav li a.guidance {background:url(../img/question/subnav_bg_guidance.gif) 0 0 no-repeat;}

#subnav li a.enter    {background:url(../img/question/subnav_bg_enter.gif)    0 0 no-repeat; margin-left:145px;}

#subnav li a.short    {background:url(../img/question/subnav_bg_short.gif)    0 0 no-repeat;}

#subnav li a:hover.guidance, #subnav li a.guidance-current {background:url(../img/question/subnav_bg_guidance.gif) 0 -53px no-repeat;}

#subnav li a:hover.enter,    #subnav li a.enter-current    {background:url(../img/question/subnav_bg_enter.gif)    0 -53px no-repeat; margin-left:145px;}

#subnav li a:hover.short,    #subnav li a.short-current    {background:url(../img/question/subnav_bg_short.gif)    0 -53px no-repeat;}



/* ページ上部の質問一覧 */

#main ul.question-list {

    display:block;

    padding:15px 0 15px 23px;

    float:left;

}

#main ul.question-list li {

    display:block;

    list-style-type:none;

}



/* h3 */

#main h3 {

    clear:both;

    padding:15px 20px 15px;

    float:left;

}



/* QA枠 */

#main dl {

    clear:both;

    background-color:#f7f6f0;

    margin:0 30px 15px;

    padding:0 15px 15px 10px;

}

#main dl dt {

    clear:both;

    width:40px;

    color:#fff;

    font-weight:bold;

    text-align:center;

    padding:15px 0 0 0;

    float:left;

}

#main dl dt.q {

    background:url(../img/question/bg_q.gif) no-repeat 0 13px;

}

#main dl dt.a {

    background:url(../img/question/bg_a.gif) no-repeat 0 13px;

}

#main dl dd {

    padding:15px 0 0 50px;

}







/* ////////////////////////////////////////////////// 施設入所サービス・短期入所生活介護 */



/* ページ内スクロール */

#main ul {

    padding:16px 20px 0;

    float:right;

}

#main ul li {

    display:inline;

}





