@charset "UTF-8";

img {
  border: none;
  vertical-align: middle;
}

input {
  vertical-align: middle;
}

input {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
}

textarea {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
  width: 1200px;
  margin: 24px auto 30px;
  font-size: 1.2rem;
}

.navitopicpath_ a {
  margin: 0 0.5em;
  color: #000;
  text-decoration: underline;
}

.navitopicpath_ a:first-child {
  margin-left: 0;
}

.navitopicpath_ a:hover {
  text-decoration: none;
}

.navitopicpath_ span.current_ {
  margin: 0 0.5em;
  font-weight: normal;
}
