﻿/* General setup */
body {
  overflow: scroll;
  min-width: 1200px;
  font-family: '微軟正黑體', 'Microsoft JhengHei', 'Verdana', 'Arial', 'Helvetica', 'sans-serif', '新細明體', 'PMingLiU', '細明體';
  cursor: default;
}
div.bone {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
legend {
  margin-left: 15px;
  padding: 5px 10px;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 5px;
}
div.fP {
  vertical-align: top;
  display: inline-block;
  margin: 20px 15px;
  padding: 10px 20px;
  border: 0 dotted #eee;
}
div.fP div.h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
div.fP ul {
  font-size: 1.1em;
  padding-left: 4px;
  list-style-type: circle;
}
div.fP ul li {
  padding: 2px 0;
  font-size: 0.9em;
}
div.fP ul li > a {
  padding: 2px 0;
}
div.fP ul li > a:hover {
  text-decoration: underline;
}
div.assGap2 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
}
.hide {
  display: none;
}
div.hasButt {
  border-bottom: 1px dashed #D7C4BB;
}
.link {
  color: #0BB7E6;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
div.pHead {
  position: relative;
  overflow: hidden;
  background-image: url(/PIC/App/gray.jpg);
  background-repeat: repeat-y;
  margin: 0 auto;
}
div.pBody {
  position: relative;
  overflow: hidden;
  background: transparent;
  margin: 0px 0;
}
img#cart {
  position: relative;
  float: right;
}
div.iP {
  position: relative;
  width: 400px;
  margin: 20px 17px;
  float: left;
  background: #F8F8F8;
  border-radius: 9px;
}
div.iPv3 {
  position: relative;
  margin: 20px 17px 80px 17px;
  padding: 10px 20px;
  background: #F8F8F8;
  border-radius: 9px;
  width: 800px;
  display: inline-block;
}
div.iPv3 ol {
  font-size: 1.6em;
  line-height: 1.8em;
  margin-left: 30px;
  text-align: left;
}
div.iP.iPv2 .h1 > .picoimg_32,
div.iP .h1 > .picoimg_32 {
  margin-right: 5px;
  margin-bottom: 5px;
}
div.iP.iPv2 > ul.h2 {
  list-style-type: circle;
  font-size: 1.1em;
  color: #666;
  padding-left: 20px;
}
div.iP ul {
  font-size: 1.15em;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4em;
  padding-left: 10px;
  color: #666;
}
div.iP ul li {
  padding: 2px 0;
}
div.h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
ul {
  font-size: 1.1em;
  padding-left: 4px;
  list-style-type: circle;
}
ul li {
  padding: 2px 0;
  font-size: 0.9em;
}
ul li > a {
  padding: 2px 0;
}
ul li > a:hover {
  text-decoration: underline;
}
div#copyRight {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 0.9em;
}
.spS1 {
  margin-right: 10px;
  color: #3A8FB7;
}
.spS2 {
  color: #999;
}
.spS1C1 {
  color: #3A8FB7;
}
.spS1C2 {
  color: #89C106;
}
.spS1C3 {
  color: #F3B600;
}
.spS1C4 {
  color: #C10689;
}
.spS1C5 {
  color: #aaa;
}
table {
  width: 100%;
}
th.noB,
td.noB {
  border: 0;
}
.box-container .row {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
.box-container .row.title {
  background: #808080;
  color: white;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}
.box-container .col {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-collapse: collapse;
  padding: 3px 5px;
}
.box-container .col.title {
  background: #808080;
  color: white;
}
.box-container .col-center {
  text-align: center;
}
