@charset "UTF-8";
/* CSS Document */

#pd{
	width: 600px;
	height: auto;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
/* title */
table.title {
  width: 400px;
  height: auto;
  margin: 60px 0px 50px 1%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 4px solid #e60012;/*red*/
       -o-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
table.title th {
  width: 200px;
  height: auto;
  padding: 12px 0px 12px 0px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #e60012;/*red*/
  border-right: 4px solid #e60012;/*red*/
}
table.title td {
  width: 200px;
  height: auto;
  padding: 12px 0px 12px 0px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #604431;/*light brown*/
  background: #fff;
}
table.title td h2 span {
  color: #e60012;/*red*/
  font-size: 120%;
  font-weight: bold;
}
/* title end */

/* content */
table.content {
    width: 98%;
    height: auto;
    margin: 0px auto 50px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 4px solid #e60012;/*red*/
         -o-border-radius: 30px;
       -moz-border-radius: 30px;
        -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    }
    table.content th {
        width: 100%;
        height: auto;
        padding: 12px 0px 12px;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.1em;
        color: #fff;
        background: #e60012;/*red*/
        position: relative;
        z-index: 1;
        }
        table.content th span.count {
          display: block;
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 13px;
          text-align: center;
          background: #f29300;/*orange*/
                 -o-border-radius: 50%;
               -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
          position: absolute;
          z-index: 2;
          left: 4px;
          top: 4px;
    }
    table.content td {
        width: 100%;
        height: auto;
        padding: 15px 0px 10px;
        text-align: center;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.1em;
        color: #604431;/*light brown*/
        background: #fff;
        }
        table.content td p {
            width: 90%;
            height: auto;
            line-height: 2.5em;
            margin: 15px auto;
            padding-bottom: 20px;
            text-align: justify;
            text-justify: inter-ideograph;
            font-size: 120%;
            letter-spacing: 0.1em;
            color: #604431;/*light brown*/
            font-weight: 600;
            background: url(../img/share/text_back01.png) 0px 0px repeat-y;
}
/* content end */

/* title_g */
table.title_g {
  width: 400px;
  height: auto;
  margin: 60px 0px 50px 1%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 4px solid #4ba456;/*light green*/
       -o-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
table.title_g th {
  width: 200px;
  height: auto;
  padding: 12px 0px 12px 0px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #4ba456;/*light green*/
  border-right: 4px solid #4ba456;/*light green*/
}
table.title_g td {
  width: 200px;
  height: auto;
  padding: 12px 0px 12px 0px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #604431;/*light brown*/
  background: #fff;
}
table.title_g td h2 span {
  color: #e60012;/*red*/
  font-size: 120%;
  font-weight: bold;
}
/* title_g end */

/* content_g */
table.content_g {
    width: 98%;
    height: auto;
    margin: 0px auto 50px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 4px solid #4ba456;/*light green*/
         -o-border-radius: 30px;
       -moz-border-radius: 30px;
        -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    }
    table.content_g th {
        width: 100%;
        height: auto;
        padding: 12px 0px 12px;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.1em;
        color: #fff;
        background: #4ba456;/*light green*/
        position: relative;
        z-index: 1;
        }
        table.content_g th span.count {
          display: block;
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 13px;
          text-align: center;
          background: #f29300;/*orange*/
                 -o-border-radius: 50%;
               -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
          position: absolute;
          z-index: 2;
          left: 4px;
          top: 4px;
    }
    table.content_g td {
        width: 100%;
        height: auto;
        padding: 15px 0px 10px;
        text-align: center;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.1em;
        color: #604431;/*light brown*/
        background: #fff;
        }
        table.content_g td ul {
            width: 90%;
            height: auto;
            line-height: 2.4em;
            margin: 15px auto;
            padding-bottom: 0px;
            text-align: justify;
            text-justify: inter-ideograph;
            font-size: 120%;
            letter-spacing: 0.1em;
            color: #604431;/*light brown*/
            font-weight: 600;
            }
            table.content_g td ul li span {
              color: #4ba456;/*light green*/
        }
        table.content_g td p {
            width: 90%;
            height: auto;
            line-height: 2.4em;
            margin: 15px auto;
            padding-bottom: 20px;
            text-align: justify;
            text-justify: inter-ideograph;
            font-size: 120%;
            letter-spacing: 0.1em;
            color: #604431;/*light brown*/
            font-weight: 600;
            background: url(../img/share/text_back01.png) 0px 0px repeat-y;
}
/* content end */


