/*
Theme Name: samplemobile
Template: project-smp
*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
li, ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
html, body {
  width: 100%;
  height: 100%;
}
img {
  display: block;
}
/* -----------------------------------------------------------
contactform
----------------------------------------------------------- */
.contactform .info_ttl {
    background: #eee;
    font-weight: 700;
    margin: 6px 10px;
    padding: 10px;
    text-align: center;
}
.contactform .infobox {
    border: 3px solid #ddd;
    height: 180px;
    margin: 6px 10px 15px;
    padding: 10px;
    overflow: scroll;
}
.contactform .infobox p {
    font-size: 12px;
}
.contactform .infobox .ttl01 {
    font-size: 13px;
    color: #d50000;
}