/*------------------------------------*/
/* price_table.css : main_group */
#main_group {
  font-size:1em;
  line-height:1.5em;
}

#main_group h1 {
  padding: 0px 1em;
  font-size: .8em;
}

#main_area {
  height: 200px;
}

h2 {
  clear: both;
  background-image: url('../img/h_back01.png');
  background-repeat: no-repeat;
  padding: .5em 2.5em;
  font-size: 1.5em;
  color: #0;
  letter-spacing:3px;
  text-shadow: -1px -1px 0px #acacac, 1px -1px 0px #acacac, 1px 1px 0px #acacac, -1px 1px 0px #acacac, 
               1px 2px 3px rgba(0, 0, 0, 0.6);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2 img {
  float:left;
  padding-right: 15px;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 4px;
  padding-left: 4px;
  border-bottom: solid 1px #505080;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  padding-bottom: 4px;
  padding-left: 4px;
  border-bottom: dotted 1px #505050;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  margin-bottom: 20px;
}
h3 img,
h4 img {
  float: left;
  padding-right: 15px;
}

.p01 {
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 4px;
}
.p02 {
  padding-left: 3em;
  padding-right: 1em;
}

#tbl_works {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 2em;
}
#tbl_works td {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 360px;
  height: 180px;
  border-style: none;
  background-color:transparent;
  background-image: url('../img/works_bg.png');
  background-repeat: no-repeat;
}

#works_icon {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
#works_p {
  padding-left: 2em;
  padding-right: .5em;
  padding-bottom: 1em;
  font-size: 0.8em;
}

#tbl_ptbl {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  border-spacing: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;
  box-shadow: 0 1px 1px #ccc;
}

#tbl_ptbl th, td {
  padding: 5px 20px 5px 20px;
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#tbl_ptbl th {
  background: #e3dcd5;
  box-shadow: 0 1px 0 rgb(255,255,255,0.8) inset;
  color: #69655c;
}
#tbl_ptbl tr:first-child th:first-child,
#tbl_ptbl tr:first-child td:first-child {
  -webkit-border-radius: 6px 0 0 0;
     -moz-border-radius: 6px 0 0 0;
       -o-border-radius: 6px 0 0 0;
          border-radius: 6px 0 0 0;
}
#tbl_ptbl tr:first-child th:last-child,
#tbl_ptbl tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
     -moz-border-radius: 0 6px 0 0;
       -o-border-radius: 0 6px 0 0;
          border-radius: 0 6px 0 0;
}
#tbl_ptbl tr:last-child th:first-child,
#tbl_ptbl tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
     -moz-border-radius: 0 0 0 6px;
       -o-border-radius: 0 0 0 6px;
          border-radius: 0 0 0 6px;
}
#tbl_ptbl tr:last-child th:last-child,
#tbl_ptbl tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
     -moz-border-radius: 0 0 6px 0;
       -o-border-radius: 0 0 6px 0;
          border-radius: 0 0 6px 0;
}
#td_ptbl01 {
  width: 7em;
  background: #e0e0ff;
}
#td_ptbl02 {
  width: 10em;
  background: #e0e0ff;
}
#td_ptbl03 {
  width: 7em;
  background: #f0f0ff;
}
#td_ptbl04 {
  width: 10em;
  background: #f0F0ff;
}
