@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: bottom;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
  font: inherit;
  color: inherit;
}

input:not([type="radio"]) {
  -webkit-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="search"] {
  border: 1px solid;
}

input[type="submit"] {
  border: none;
  background-color: transparent;
  font-size: 0;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="url"], input[type="email"], select, textarea {
  border-radius: 0;
  border: 1px solid #888888;
  outline: none;
}

select {
  background-color: #fff;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}

/* buttonの子要素にimgで表示させる事前提。
cssで表現する場合も考え、保険でfontを入れておく */
button {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* micro clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

div.left_seo {
  background: #f7f7f7;
  line-height: 1.6;
  font-size: 10px;
  letter-spacing: normal;
  padding: 5px 10px;
}
