@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.enter      {background:url(../img/question/subnav_bg_enter.gif)    0 0 no-repeat;}
#subnav li a.short      {background:url(../img/question/subnav_bg_short.gif)    0 0 no-repeat;}
#subnav li a.day-loyal        {background:url(../img/question/subnav_bg_day-loyal.gif)      0 0 no-repeat;}
#subnav li a.visit      {background:url(../img/question/subnav_bg_visit.gif)    0 0 no-repeat;}
#subnav li a.homecare    {background:url(../img/question/subnav_bg_homecare.gif)  0 0 no-repeat;}
#subnav li a.houkatsu     {background:url(../img/question/subnav_bg_houkatsu.gif)    0 0 no-repeat;}
#subnav li a.carehouse  {background:url(../img/question/subnav_bg_carehouse.gif)  0 0 no-repeat;}
#subnav li a.patrol     {background:url(../img/question/subnav_bg_patrol.gif)  0 0 no-repeat;}
#subnav li a.day-nakatomi        {background:url(../img/question/subnav_bg_day-nakatomi.gif)      0 0 no-repeat;}

#subnav li a:hover.enter,    #subnav li a.enter-current     {background:url(../img/question/subnav_bg_enter.gif)     0 -53px no-repeat;}
#subnav li a:hover.short,    #subnav li a.short-current     {background:url(../img/question/subnav_bg_short.gif)     0 -53px no-repeat;}
#subnav li a:hover.day-loyal,      #subnav li a.day-loyal-current       {background:url(../img/question/subnav_bg_day-loyal.gif)       0 -53px no-repeat;}
#subnav li a:hover.visit,    #subnav li a.visit-current     {background:url(../img/question/subnav_bg_visit.gif)     0 -53px no-repeat;}
#subnav li a:hover.homecare,  #subnav li a.homecare-current   {background:url(../img/question/subnav_bg_homecare.gif)   0 -53px no-repeat;}
#subnav li a:hover.houkatsu,   #subnav li a.houkatsu-current    {background:url(../img/question/subnav_bg_houkatsu.gif)    0 -53px no-repeat;}
#subnav li a:hover.carehouse,#subnav li a.carehouse-current {background:url(../img/question/subnav_bg_carehouse.gif) 0 -53px no-repeat;}
#subnav li a:hover.patrol,   #subnav li a.patrol-current    {background:url(../img/question/subnav_bg_patrol.gif)    0 -53px no-repeat;}
#subnav li a:hover.day-nakatomi,      #subnav li a.day-nakatomi-current       {background:url(../img/question/subnav_bg_day-nakatomi.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;

}





