@media screen and (max-width: 767px) {
    #body .archivephoto {
        width: 288px;
        margin: 20px 0 0px 0;
    }


    #body li .archivetext {
        font-size: 13px;
        margin: 0 0 10px 0;
        line-height: 1.8em;
        font-style: normal;
        color: #333;
    }

    #body p.archivetext img {
        width: 20px;
        margin: 0 7px 0 0;
    }


    #body p.archivetext {
        font-size: 13px;
        margin: 5px 0 10px 0;
        line-height: 1.4em;
        color: #333;
        font-style: normal;
        font-weight: bold;

    }


    #body p.archivetext a {
        font-size: 12px;
        margin: 5px 0 10px 0;
        line-height: 1.4em;
        color: #333;
        font-style: normal;
        font-weight: bold;
        text-decoration: underline;

    }


    #body .beyond {
        margin: 12px 15px 0px 15px;
        color: #333;


    }


    #body p.archivetext .black {
        font-size: 12px;
        margin: 0 0 0px 0;
        line-height: 1.8em;
        color: #333;
        font-style: normal;
        /* text-decoration: underline;*/

    }


    #body p.archivetext .black a {
        font-size: 12px;
        margin: 0 0 0px 0;
        line-height: 1.8em;
        color: #333;
        font-style: normal;
        border-bottom: solid 0px #333;



    }


    #body .archivedate {
        font-size: 12px;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        line-height: 1.8em;
        font-style: italic;

        font-size: 13px;
        letter-spacing: normal;

    }

    /*色red*/
    #body .archivedate .italic {
        font-size: 12px;
        margin: 0 0 0px 0;
        padding: 0 0 20px 0;
        line-height: 1.8em;
        font-style: italic;

        font-size: 13px;
        letter-spacing: normal;
        color: rgb(208, 7, 69);
    }

    /*色green*/
    #body .archivedate .italicgreen {
        font-size: 12px;
        margin: 0 0 0px 0;
        padding: 0 0 20px 0;
        line-height: 1.8em;
        font-style: italic;

        font-size: 13px;
        letter-spacing: normal;
        color: rgb(32, 132, 2);
    }

    /*色purple*/
    #body .archivedate .italicpurple {
        font-size: 12px;
        margin: 0 0 0px 0;
        padding: 0 0 20px 0;
        line-height: 1.8em;
        font-style: italic;

        font-size: 13px;
        letter-spacing: normal;
        color: #800080;
    }

    /*色blue*/
    #body .archivedate .italicblue {
        font-size: 12px;
        margin: 0 0 0px 0;
        padding: 0 0 20px 0;
        line-height: 1.8em;
        font-style: italic;

        font-size: 13px;
        letter-spacing: normal;
        color: rgb(30, 149, 239);
    }


    /*色orange*/
    #body .archivedate .italicorange {
        font-size: 12px;
        margin: 0 0 0px 0;
        padding: 0 0 20px 0;
        line-height: 1.8em;
        font-style: italic;

        font-size: 13px;
        letter-spacing: normal;
        color: rgb(255, 169, 0);
    }


    #body .archivedate .italicblck {
        font-size: 9px;
        margin: 0 0 0px 7px;

        line-height: 1.8em;
        color: #333;

        font-style: italic;

    }

    #body .archivedate .icon {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin: 0 2px 0 20px;
    }


    /* pager */
    ul.M_pager {
        margin: 16px auto 10px;
        padding: 0;
        text-align: center;
    }

    ul.M_pager li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 12px;
    }

    ul.M_pager li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 12px;
    }

    #Pager ul.M_pager li.prev a, #category ul.M_pager li.next a {
        background: none;
        width: auto;
        height: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        color: #333;
    }

    #Pager {
        width: 300px;
        margin: 0 auto 50px;
    }

    #Pager .next {
        display: block;
        width: 120px;
        font-size: 13px;
        color: #666;
        line-height: 18px;
        padding: 0 0 0 0px;
        margin: 50px 0 30px 0;
        text-decoration: none;
        float: center;
    }

    #Pager ul.M_pager li a,
    #Pager ul.M_pager li.active {
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        padding: 0;
        border: none;
        background: #D9D9D9;
        line-height: 28px;
        color: #999;
        font-size: 14px;
        margin: 0px 3px 12px 3px;
    }

    #Pager ul.M_pager li.active,
    #Pager ul.M_pager li a:hover {
        background: #000;
        color: #fff;
    }

    #Pager ul.M_pager li.prev a,
    #Pager ul.M_pager li.next a {
        background: none;
        width: auto;
        height: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        color: #333;
    }

    #Pager ul.M_pager li.prev a:hover,
    #Pager ul.M_pager li.next a:hover {
        color: #888;
        text-decoration: none;
    }

    /* pager */
    /* pagerpremium */
    ul.M_pagerpremium {
        margin: 16px auto 10px;
        padding: 0;
        text-align: center;
    }

    ul.M_pagerpremium li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
    }

    ul.M_pagerpremium li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
    }

    #Pager ul.M_pagerpremium li.prev a, #category ul.M_pagerpremium li.next a {
        background: none;
        width: auto;
        height: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        color: #333;
    }

    #Pager {
        width: 295px;
        margin: 0px auto 50px;
    }

    #Pager .next {
        display: block;
        width: 122px;
        font-size: 15px;
        color: #666;
        line-height: 18px;
        padding: 0 0 0 0px;
        margin: 50px 0 25px 0;
        text-decoration: none;
        float: center;
    }

    #Pager ul.M_pagerpremium li a,
    #Pager ul.M_pagerpremium li.active {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 4%;
        /* -webkit-border-radius: 50%; */
        -moz-border-radius: 50%;
        padding: 0;
        border: none;
        background: #F1F1F1;
        line-height: 34px;
        color: #999;
        font-size: 14px;
        margin: 0 3px;
    }

    #Pager ul.M_pagerpremium li.active,
    #Pager ul.M_pagerpremium li a:hover {
        background: #000;
        color: #fff;
    }

    #Pager ul.M_pagerpremium li.prev a,
    #Pager ul.M_pagerpremium li.next a {
        background: none;
        width: auto;
        height: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        color: #333;
    }

    #Pager ul.M_pagerpremium li.prev a:hover,
    #Pager ul.M_pagerpremium li.next a:hover {
        color: #888;
        text-decoration: none;
    }

    /* pagerpremium*/
    #JTBtn {
        width: 280px;
        margin: 0 auto 50px;
    }

    #JTBtn li {
        float: left;
        display: block;
        width: 280px;

        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
        background: #10955e;
        color: #fff;
        s: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;


    }

    #JTBtn li a {
        background: #10955e;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        text-decoration: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }


    #JTBtn li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); /* Ie用 */
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
    }


    li.ApriB {
        padding: 0;
        margin: 0;
    }


    li.ApriB span {
        margin: 10px 0px 0px 10px;
        font-size: 26px;
    }


    li.ApriB p {
        margin: 0px 0 0 10px;
        /* font-size: 12px; */
        /* line-height: 1.8em; */
        /* margin: 0; */
        font-size: 12px;
        text-align: center;
        color: #fff;
    }


    #CaliforniapruneTn {
        width: 280px;
        margin: 0 auto 50px;
    }

    #CaliforniapruneTn li {
        float: left;
        display: block;
        width: 280px;

        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
        background: #6a4f9a;;
        color: #fff;
        s: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;


    }

    #CaliforniapruneTn li a {
        background: #6a4f9a;;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        text-decoration: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }


    #CaliforniapruneTn li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); /* Ie用 */
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
    }


    li.CpriP {
        padding: 0;
        margin: 0;
    }


    li.CpriP span {
        margin: 10px 0px 0px 10px;
        font-size: 18px;
    }


    li.CpriP p {
        margin: 0px 0 0 10px;
        /* font-size: 12px; */
        /* line-height: 1.8em; */
        /* margin: 0; */
        font-size: 12px;
        text-align: center;
        color: #fff;
    }


    #FOODpriB {
        width: 280px;
        margin: 0 auto 50px;
    }

    #FOODpriB li {
        float: left;
        display: block;
        width: 280px;

        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
        background: #10955e;
        color: #fff;
        s: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;


    }

    #FOODpriB li a {
        background: #10955e;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        text-decoration: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }


    #FOODpriB li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); /* Ie用 */
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
    }


    li.FOODpriBB {
        padding: 0;
        margin: 0;
    }


    li.FOODpriBB span {
        margin: 10px 0px 0px 10px;
        font-size: 26px;
    }


    li.FOODpriBB p {
        margin: 0px 10px 0 10px;
        /* font-size: 12px; */
        /* line-height: 1.8em; */
        /* margin: 0; */
        font-size: 12px;
        text-align: center;
        color: #fff;
    }


    #jinnaifarmBtn {
        width: 280px;
        margin: 0 auto 50px;
    }

    #jinnaifarmBtn li {
        float: left;
        display: block;
        width: 280px;

        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
        background: #b30f1a;
        color: #fff;
        s: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;


    }

    #jinnaifarmBtn li a {
        background: #b30f1a;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        text-decoration: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }


    #jinnaifarmBtn li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); /* Ie用 */
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
    }


    li.JpriB {
        padding: 0;
        margin: 0;
    }


    li.JpriB span {
        margin: 10px 0px 0px 10px;
        font-size: 26px;
    }


    li.JpriB p {
        margin: 0px 0 0 10px;
        /* font-size: 12px; */
        /* line-height: 1.8em; */
        /* margin: 0; */
        font-size: 18px;
        text-align: center;
        color: #fff;
    }


    /*.nextpage500
    ==========================================*/
    .nextpage500 {
        text-align: left;
        margin: 20px 50px 40px 12px;
        width: 280px;
        padding: 30px;
        border: 1px solid #dddddd;
        color: #000000;
        text-decoration: underline;
    }

    .nextpage500 p {
        font-size: 100%;
        line-height: 24px;
        padding: 0px 0 0 0;
        color: #666;
        margin: 0px 0px 0px 10px;
    }

    .nextpage500 p span {
        font-style: italic;

    }

    .nextpage500 a {
        color: #333;
    }


    #body .moreinfoCon {
        margin: 5px 0 5px 0px;
        padding: 5px 3px 5px 3px;
        background-color: #fff;
        font-size: 10px;
        text-align: left;

    }


    #body .moreinfoCon p {
        margin: 0px 0px 0 -10px;
        padding: 5px 0 5px 0px;
        background-color: #fff;
        font-size: 15px;
        text-align: left;

    }

    #body .moreinfoCon .textukiha10 {
        margin: 0px 0px 0 -10px;

        font-size: 11px;
        letter-spacing: normal;
        font-style: normal;
        text-align: left;
        padding: 5px 5px 5px 5px;
        line-height: 1.5em;
    }

    #body .moreinfoCon .textukiha10B {
        margin: 0px 0px 0 -10px;
        font-size: 11px;
        letter-spacing: normal;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        padding: 5px 5px 5px 5px;
        line-height: 1.5em;
    }


    #body .moreinfoPINK {
        margin: 0px 0 15px 0px;
        padding: 15px 15px 15px 15px;
        background-color: #fff5f1;
        font-size: 12px;
        text-align: left;

    }


    #body .moreinfoPINK p {
        margin: 0px 0px 0 -10px;
        padding: 15px 0 5px 0px;
        background-color: #fff5f1;
        font-size: 15px;
        text-align: left;

    }


    #body .moreinfoPINK .text16 {
        font-size: 16px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        font-weight: bold;
        text-align: center;
        padding: 15px 15px 5px 35px;
    }

    #body .moreinfoPINK p span {
        margin: 0px 0px 0 -10px;

        font-size: 16px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        font-weight: bold;
        text-align: left;
    }

    #body .moreinfoPINK .text {

        font-size: 16px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        font-weight: bold;
        text-align: left;
        margin: 0px 0px 0 -10px;
    }

    #body .moreinfoPINK .text12 {
        margin: 0px 0px 0 -10px;

        font-size: 12px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        text-align: center;
        padding: 15px 15px 5px 10px;
    }


    #body .moreinfoPINK .text16B {
        margin: -10px -10px -10 -10px;
        font-size: 16px;
        background-color: #669900;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 5px 15px 5px 15px;
    }


    #body .moreinfoPINK .textukiha10 {
        margin: 0px 0px 0 -10px;

        font-size: 9px;
        letter-spacing: normal;
        font-style: normal;
        color: #669900;
        text-align: left;
        padding: 15px 15px 5px 10px;
        line-height: 1.5em;
    }

    #body .moreinfoPINK .textukiha10B {
        margin: 0px 0px 0 -10px;
        font-size: 10px;
        letter-spacing: normal;
        font-style: normal;
        font-weight: bold;
        color: #669900;
        text-align: left;
        padding: 15px 15px 5px 10px;
        line-height: 1.5em;
    }


    #body .SPSdgIconI {
        margin: 0px 0 15px 0px;
        padding: 15px 2px 19px 2px;
        background-color: #b3f1f7;
        font-size: 11px;
        text-align: left;

    }


    #body .SPSdgIconI p {
        margin: 0px 0px 0 -10px;
        padding: 15px 0 5px 0px;
        background-color: #b3f1f7;
        font-size: 15px;
        text-align: left;

    }


    #body .SPSdgIconI .text16 {
        font-size: 16px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        font-weight: bold;
        text-align: center;
        padding: 15px 15px 5px 5px;
    }

    #body .SPSdgIconI p span {
        margin: 0px 0px 0 -10px;

        font-size: 16px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        font-weight: bold;
        text-align: left;
    }

    #body .SPSdgIconI .text {

        font-size: 16px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        font-weight: bold;
        text-align: left;
        margin: 0px 0px 0 -10px;
    }

    #body .SPSdgIconI .text12 {
        margin: 0px 0px 0 -10px;

        font-size: 12px;
        letter-spacing: normal;
        font-style: normal;
        color: #333;
        text-align: center;
        padding: 15px 15px 5px 10px;
    }


    #body .SPSdgIconI .text16B {
        margin: -10px -10px -10 -10px;
        font-size: 16px;
        background-color: #669900;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 5px 15px 5px 5px;
    }


    #body .SPSdgIconI .text10 {
        margin: 0px 0px 10px -5px;
        font-size: 12px;
        　padding-left: 1em;
        text-indent: -1em;
        height: 0px;
        letter-spacing: normal;
        font-style: normal;
        font-weight: normal;
        color: #333;
        text-align: left;
        padding: 15px 15px 40px 10px;
        line-height: 1.5em;
    }

    #body .SPSdgIconI .text10B {
        margin: 0px 0px 0 -5px;
        font-size: 14px;
        letter-spacing: normal;
        font-style: normal;
        font-weight: bold;
        color: #333;
        text-align: left;
        padding: 15px 15px 5px 10px;
        line-height: 1.5em;
    }


    #body .SPSdgIconI .icon1 {
        font-size: 14px;
        background-color: #e70e21;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;

        padding: 2px 5px 0px 13px;
        margin: 2px 10px 15px 5px;
    }


    #body .SPSdgIconI .icon2 {
        font-size: 14px;
        background-color: #dcac00;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;

        padding: 2px 5px 0px 13px;
        margin: 2px 10px 15px 5px;
    }


    #body .SPSdgIconI .icon3 {
        font-size: 14px;
        background-color: #199d37;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;

        padding: 2px 5px 0px 13px;
        margin: 2px 10px 15px 5px;
    }

    #body .SPSdgIconI .icon4 {
        font-size: 14px;
        background-color: #c9192d;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;

        padding: 2px 5px 0px 13px;
        margin: 2px 10px 15px 5px;
    }


    #body .SPSdgIconI .icon7 {
        font-size: 14px;
        background-color: #fbc000;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 13px;
        margin: 2px 10px 15px 5px;
    }


    #body .SPSdgIconI .icon8 {
        font-size: 14px;
        background-color: #9e1533;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 13px;
        margin: 2px 10px 15px 5px;
    }


    #body .SPSdgIconI .icon9 {
        font-size: 14px;
        background-color: #ef7208;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 13px;
        margin: 2px 10px 15px 5px;
    }


    #body .SPSdgIconI .icon11 {
        font-size: 14px;
        background-color: #f5aa00;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 5px;
        margin: 2px 10px 18px 5px;
    }

    #body .SPSdgIconI .icon12 {
        font-size: 14px;
        background-color: #d79a01;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 5px;
        margin: 2px 10px 18px 5px;
    }


    #body .SPSdgIconI .icon13 {
        font-size: 14px;
        background-color: #4f8237;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 5px;
        margin: 2px 10px 18px 5px;
    }


    #body .SPSdgIconI .icon14 {
        font-size: 14px;
        background-color: #007dc0;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 5px;
        margin: 2px 10px 18px 5px;
    }


    #body .SPSdgIconI .icon15 {
        font-size: 14px;
        background-color: #3fae36;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 5px;
        margin: 2px 10px 18px 5px;
    }


    #body .SPSdgIconI .icon17 {
        font-size: 14px;
        background-color: #00376d;
        letter-spacing: normal;
        font-style: normal;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 20px;
        padding: 2px 5px 0px 5px;
        margin: 2px 10px 18px 5px;
    }


    #body .textbigVT {
        font-size: 16px;
        margin: 0px 5px;
        padding: 0;
        font-weight: bold;

    }

    #body .textbigVT span.italic {

        font-style: italic;
    }

    #body .textbigVT span {
        font-size: 12px;
        font-weight: bold;
        font-style: normal;

    }


    #body .readbig {
        font-size: 15px;
        margin: 0 0 0px 0px;
        line-height: 1.8em;
        color: #333;
        font-weight: bold;
        font-style: normal;
        /* text-decoration: underline;*/
    }


    #body .readbigA {
        font-size: 15px;
        margin: 0 0 0px 15px;
        line-height: 1.6em;
        color: #333;
        font-weight: bold;
        font-style: normal;
        /* text-decoration: underline;*/
    }


    #SdGBtn {
        width: 280px;
        margin: 0 auto 50px;
    }

    #SdGBtn li {
        float: left;
        display: block;
        width: 280px;

        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
        background: #29A5B3;
        color: #fff;
        s: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;


    }

    #SdGBtn li a {
        background: #29A5B3;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        text-decoration: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }


    #SdGBtn li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); /* Ie用 */
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
    }


    #body .moreinfo {
        margin: 20px 0 15px 0px;
        padding: 15px 15px 15px 15px;
        background: #eeeeee;
        font-size: 10px;
        text-align: left;

    }


    #body .moreinfo p {
        margin: 20px 0 15px 0px;
        padding: 15px 0 15px 15px;
        background: #eeeeee;
        font-size: 15px;
        text-align: left;

    }


    #body .moreinfo img {
        margin: 1px 0 10px 0px;
        width: 278px;
        text-align: left;

    }


    #body .moreinfo span {
        margin: 0px 0 15px 0px;
        padding: 0px 0 15px 0px;
        background: #eeeeee;
        font-size: 15px;
        text-align: left;
    }


    #body .moreinfo .big {
        margin: 0px 0 15px 0px;
        padding: 0px 0 15px 0px;
        background: #eeeeee;
        font-size: 18px;
        text-align: left;
    }


    #body .moreinfo .small {
        margin: 0px 0 15px 0px;
        padding: 0px 0 15px 0px;
        background: #eeeeee;
        font-size: 11px;
        text-align: left;
    }


    .hrdot {
        list-style-type: none;
        padding: 5px 0;
        border-bottom: dotted 1px #cccccc;
    }


    #ApplicationBtn {
        width: 280px;
        margin: 0 auto 50px;
    }

    #ApplicationBtn li {
        float: left;
        display: block;
        width: 280px;
        height: 50px;
        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
        background: #29A5B3;
        color: #fff;
        s: block;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;


    }

    #ApplicationBtn li a {
        background: #29A5B3;
        display: block;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-shadow: none;
        text-decoration: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }


    #ApplicationBtn li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); /* Ie用 */
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 3px; /* CSS3草案 */
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
        -moz-border-radius: 3px; /* Firefox用 */
    }


    li.ApriB {
        padding: 0;
        margin: 0;
    }

}
