html,
body,
address,
blockquote,
div,
dl,
form,
ol,
pre,
dd,
dt,
tbody,
tfoot,
th,
thead,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.2;
}
.page_width {
  width: 1300px;
  margin: 0 auto;
  overflow: auto;
}
.bg1 {
  background-color: #fff;
}
.cnl_title {
  background-color: #f00;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  max-width: 70%;
  border: 4px dashed #000;
}
.cnl {
  background-color: #f00;
  padding: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.color1 {
  color: #c000ff;
}
.m_show {
  display: none;
}
.m_hide {
  display: block;
}
.p85 {
  width: 85%;
}
.p80 {
  width: 80%;
}
.p70 {
  width: 70%;
}
.p50 {
  width: 50%;
}
.p30 {
  width: 30%;
}
.p25 {
  width: 25%;
}
.p20 {
  width: 20%;
}
.p15 {
  width: 15%;
}
.p15,
.p20,
.p25,
.p30,
.p50,
.p70,
.p80,
.p85 {
  float: left;
}
/* prop box
*/
.p_outer_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.p_inner_wrap {
  padding: 4px 4px 10px 4px;
  margin: 10px 4px;
  width: 318px;
  border: 1px solid #000;
  background-color: #fff;
}
.p_title {
  background-color: #8fc6f3;
  padding: 4px;
}
.p_id {
  font-size: 12px;
  font-weight: bold;
  color: #00f;
}
.p_img {
  max-height: 240px;
  max-width: 318px;
  text-align: center;
}
.p_info {
  font-size: 12px;
}
.p_highlight_feature {
  color: #5100ff;
}
.s_highlight {
  color: #000;
  background-color: #ffff00;
}
.p_price {
  color: #00f;
  padding: 3px;
  margin: 5px 0;
  font-size: 18px;
}
/* prop box END
*/
nav#main {
  clear: both;
  background-color: #024f9f;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav ul li {
  display: inline-block;
  line-height: 2.2em;
  padding: 2px 5px;
  margin: 4px 8px;
  background-color: #024f9f;
  border: 1px solid #fff;
  font-weight: bold;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}
nav ul li:hover {
  background-color: #000;
}
@media screen and (max-width: 1470px) {
  nav ul a {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1300px) {
  .page_width {
    width: 100%;
  }
  .bg1 {
    padding: 0 7px;
  }
  nav ul li a {
    font-size: 18px;
  }
  nav ul li {
    line-height: 1.8em;
    padding: 0 4px;
    margin: 6px;
  }
}
@media all and (max-width: 768px) {
  .p15,
  .p20,
  .p25,
  .p30,
  .p50,
  .p70,
  .p80,
  .p85 {
    width: 100%;
    float: none;
    clear: both;
  }
  body {
    font-size: 15px;
  }
  nav ul li {
    padding: 8px 15px;
    margin: 3px 4px;
    line-height: 1.3em;
  }
  nav ul li a {
    font-size: 18px;
  }
  h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 530px) {
  .m_show {
    display: block;
  }
  .m_hide {
    display: none;
  }
  nav ul li {
    padding: 6px;
    line-height: 1em;
  }
  nav ul li a {
    font-size: 15px;
  }
}
.d_padding {
  padding: 0 3px 0 4px;
}
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.c_both {
  clear: both;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  border: 3px solid black;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: white;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
footer {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ccc;
  font-family: Verdana;
  font-size: 13px;
  line-height: 2em;
  text-align: center;
}
footer a {
  display: inline-block;
  background-color: #ffffff;
  font-weight: bold;
  padding: 2px 7px;
}
footer a:hover {
  background-color: #fc9294;
}
h1 {
  color: #024f9f;
  text-decoration: underline;
}
.bigger1 {
  font-size: 17px;
}
.smaller1 {
  font-size: 11px;
}
.font2 {
  font-size: 15px;
  line-height: 1;
}
.red {
  font-family: Tahoma, Geneva, sans-serif;
  color: #f00;
  background-color: #fff;
}
.blue {
  font-family: Tahoma, Geneva, sans-serif;
  color: #00f;
  background-color: #fff;
}
.adm {
  padding: 2px;
  background-color: #f9b97a;
  font-weight: bold;
  margin: 3px 0;
}
.adm_txt {
  color: #e57200;
}
input,
textarea,
select {
  border: 1px solid #000;
  background-color: #fff;
}
input,
textarea {
  max-width: 100%;
}
input[type="submit"] {
  background-color: #00a3ff;
  color: #ffffff;
  font-weight: bold;
  padding: 7px;
  margin: 6px;
}
input[type="submit"]:hover {
  background-color: #00006f;
  color: #8ed5fd;
}
