@charset "utf-8";
@import url("contents.css");
@import url("common.css");


/****** 24時間シートページ共通 ******/
/** コンテンツエリア **/
#tf_top{
    width: 1100px;
    margin: 30px auto;
    padding: 40px 0;
    border: 1px solid #E6E5E1;
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 120%;
}
#tf{
    width: 1100px;
    margin: 30px auto;
    font-size: 15px;
    line-height: 120%;
}
#tf_top p,#tf p{
    margin-bottom: 20px;
    line-height: 120%;
}
#tf_top p.btm,#tf p.btm{
    margin-bottom: 0px;
}
#tf_top p.strong,#tf p.strong{
    font-weight: bold;
}
#tf_top span.u_bar,#tf span.u_bar{
    text-decoration: underline;
}

/** 「24時間シート」をより有効に活用するために **/
#tf_top #tf_index{
    width: 1040px;
    margin: 0 auto;
}
#tf_top #tf_index ul li{
    list-style-type: none;
}
#tf_top #tf_index ul.num{
    margin-bottom: 20px;
}
#tf_top #tf_index #tf_menu{
    width: 1040px;
    margin: 0 auto;
    margin-top: 30px;
}
#tf_top #tf_index #tf_menu ul li{
    width: 320px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 120%;
    padding: 35px 0;
    border: 1px solid #0C555D;
    background-color: #FFFFFF;
}
#tf_top #tf_index #tf_menu ul li#bottom{
    margin-bottom: 0;
}
#tf_top #tf_index #tf_menu ul li#threelane{
    padding: 22px 0 20px 0;
}
#tf_top #tf_index #tf_menu ul li:hover{
    border: 1px solid #ff6347;
    background-color: #ffe9e2;
}
#tf_top #tf_index #tf_menu ul li span.big_num{
    font-size: 30px;
    color: #ff6347;
}
#tf_top #tf_index #tf_menu ul li a{
    color: #000000;
    text-decoration: none;
}
#tf_top #tf_index #tf_menu div.left{
    float: left;
    margin-right: 35px;
}
#tf_top #tf_index #tf_menu div.center{
    float: left;
    margin-right: 35px;
}
#tf_top #tf_index #tf_menu div.right{
    float: left;
}


/** コンテンツページ　左側 **/
#tf #tf_menulist{
    width: 25%;
    float: left;
    margin-right: 2%;
}
#tf #tf_menulist li{
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding: 16px 0 16px 0;
    border: 1px solid #E6E5E1;
    background-color: #FFFFFF;
}
#tf #tf_menulist li a{
    text-decoration: none;
    color: #000000;
}
#tf #tf_menulist li:hover,#tf #tf_menulist li#selected{
    border: 1px solid #ff6347;
    background-color: #ffe9e2;
}
#tf #tf_menulist li span.num{
    color: #ff6347;
    font-size: 18px;
}
#tf #tf_menulist li#twolane{
    padding: 7px 0 7px 0;
}
#tf #tf_menulist li#twolane_selected{
    padding: 7px 0 7px 0;
    border: 1px solid #ff6347;
    background-color: #fffafa;
}

/** コンテンツページ　右側 **/
#tf #tf_contents{
    width: 72%;
    float: left;
    border: 1px solid #E6E5E1;
    background-color: #FFFFFF;
}

/** 1.介護者の日課から入居者の日課重視へ **/
div#page01{
    width: 95%;
    margin: 25px auto;
}
div#page01 table{
    width: 700px;
    text-align: center;
    margin: 25px auto 0 auto;
}
div#page01 table #service_quality{
    width: 100px;
}
div#page01 table .left_midashi{
    background-color: #365f91;
    font-size: 18px;
    padding: 7px 0 5px 0;
    color: #FFFFFF;
    width: 300px;
}
div#page01 table .right_midashi{
    background-color: #365f91;
    font-size: 18px;
    color: #FFFFFF;
    width: 300px;
    border-bottom: 3px #FFFFFF solid;
}
div#page01 table .left_ex{
    background-color: #c3def7;
    text-align: left;
    padding: 7px 20px 5px 20px;
    line-height: 18px;
    border-bottom: 3px #FFFFFF solid;
}
div#page01 table .rectangle{
    background-color: #365f91;
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 3px 0 3px 0;
}
div#page01 ul{
    margin-left: 20px;
    margin-bottom: 20px;
}

/** 2.ニーズとデマンドの双方に対応する **/
div#page02{
    width: 95%;
    margin: 25px auto;
}
div#page02 div#needs_demand{
    width: 420px;
    margin: 25px auto;
    font-size: 14px;
}
div#page02 dl{
    background-image: url("/image/tf/page2_list.png");
    background-repeat: no-repeat;
    height: 87px;
    color: #FFFFFF;
}
div#page02 dl dt{
    float: left;
    width: 87px;
    text-align: center;
}
div#page02 dl dd{
    float: left;
}
div#page02 dl#dl_upper dt{
    padding-top: 33px;
}
div#page02 dl#dl_upper dd{
    padding-top: 23px;
    padding-left: 40px;
}
div#page02 dl#dl_lower dt{
    padding-top: 23px;
}
div#page02 dl#dl_lower dd{
    padding-top: 15px;
    padding-left: 40px;
}
div#page02 ul.num{
    list-style-type: none;
    margin-bottom: 20px;
}

/** 3.日課の性質の違いを使い分ける **/
div#page03{
    width: 95%;
    margin: 25px auto;
}
div#page03 ul{
    padding-left: 0;
    margin-bottom: 20px;
}
div#page03 ul li{
    list-style-type: none;
}
div#page03 #image{
    width: 330px;
    margin: 25px auto 0;
}

/** 4.「介護サービス計画」と「24時間シート」の違いを活かす **/
div#page04{
    width: 95%;
    margin: 25px auto;
}
div#page04 table.table1{
    margin: 25px auto;
    width: 750px;
    font-size: 15px;
}
div#page04 table.table1 td#title1{
    height: 20px;
    text-align: center;
    font-size: 16px;
}
div#page04 table.table1 td{
    height: 55px;
}
div#page04 table.table1 td.line1{
    background-color: #365f91;
    text-align: center;
    width: 22%;
    color: #FFFFFF;
}
div#page04 table.table1 td.line2{
    background-color: #4682b4;
    text-align: center;
    width: 22%;
    color: #FFFFFF;
}
div#page04 table.table1 td.line3{
    background-color: #c3def7;
    padding: 0 10px;
    width: 56%;
}
div#page04 table.extable,table#extable_bottom{
    margin: 25px auto;
    width: 750px;
    font-size: 15px;
}
div#page04 table.extable td.needs,table#extable_bottom td.needs{
    width: 23%;
}
div#page04 table.extable td.demand,table#extable_bottom td.demand{
    width: 46%;
}
div#page04 table.extable td.plan,table#extable_bottom td.plan{
    width: 31%;
}
div#page04 table.extable tr.column1 td,table#extable_bottom tr.column1 td{
    background-color: #365f91;
    padding: 10px 0;
    text-align: center;
    color: #FFFFFF;
}
div#page04 table.extable tr.column2 td{
    background-color: #c3def7;
    line-height: 18px;
    padding: 10px 5px;
    text-align: center;
}
div#page04 table#extable_bottom tr.column2 td{
    padding: 0px 5px;
    background-color: #c3def7;
}
div#page04 table#extable_bottom tr.column2 td.needs{
    text-align: center;
}
div#page04 table#extable_bottom tr.column2 td ul{
    line-height: 18px;
    margin: 10px 0 10px 25px;
}
div#page04 ul.num{
    list-style-type: none;
    margin-bottom: 20px;
}

/** 5.リスク情報と介護手順を加える **/
div#page05{
    width: 95%;
    margin: 25px auto;
}
div#page05 div#box1{
    width: 745px;
    padding: 20px 0;
    border: 1px solid #365f91;
    margin: 25px auto;
    background-color: #c3def7;
    font-size: 15px;
}
div#page05 table#table1 td.leftlane{
    width: 190px;
    vertical-align: top;
    padding-left: 40px;
}
div#page05 ul li{
    margin-left: 20px;
}
div#page05 ul.list1{
    margin-bottom: 20px;
}
div#page05 div#box2{
    border: 1px #000000 solid;
    width: 745px;
    padding: 20px 0;
    margin: 25px auto;
    font-size: 15px;
}
div#page05 div#box2 ul.list2 li{
    list-style-type: none;
}
div#page05 table#table2{
    margin: 0 auto;
}
div#page05 table#table2 td{
    width: 168px;
    height: 91px;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    background-image: url("/image/tf/rightarrow.png");
    background-repeat: no-repeat;
}

/** 6.現存システムとの共用をはかる **/
div#page06{
    width: 95%;
    margin: 25px auto;
}
div#page06 div#box1{
    width: 735px;
    border: 1px solid #365f91;
    margin: 0 auto 20px;
    background-color: #c3def7;
    padding: 10px 0 10px 10px;
}
#tf p#plus{
    font-size: 25px;
    text-align: center;
    color: #365f91;
    text-indent: 0;
}
div#page06 div#box2{
    width: 735px;
    background-color: #c3def7;
    border: 1px solid #365f91;
    padding: 15px 0 10px 10px;
    margin-bottom: 25px;
}
div#page06 div#box2 table tr#column_top td{
    padding-bottom: 10px;
}
div#page06 div#box2 table td.numlane{
    padding-left: 10px;
    vertical-align: top;
    font-size: 16px;
}
div#page06 div#box2 table td.list{
    padding-right: 10px;
    padding-left: 25px;
}
div#page06 p.impact{
    font-weight: bold;
    text-indent: 0;
}
div#page06 p.impact_btm{
    font-weight: bold;
    text-indent: 0;
    margin-bottom: 0;
}

div#page07{
    width: 95%;
    margin: 25px auto;
}
div#page07 ul{
    margin-left: 20px;
    margin-bottom: 20px;
}


/* ページトップボタン */
p#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 200%;
}
p#page-top a {
    background: #ff6347;
    text-decoration: none;
    color: #FFFFFF;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #fc2422;
}