@charset "UTF-8";
/* css Document */
@media screen and (min-width: 961px) {
  /*pc用のcssを記述*/
}
@media only screen and (min-width: 376px) and (max-width: 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width: 375px) {
  /*スマホ用のcssを記述*/
}
body {
  background-color: #fff;
  font-size: 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;*/
}
/*
div.container-ws{
	width: 100%;
	margin: 0px auto;
	background-color: #fff;

	background-repeat: no-repeat;
	-webkit-box-shadow:0px 0px 50px #bbb;
	box-shadow::0px 0px 50px #bbb;
	}
*/
header {
  /*	width: 1500px;*/
  padding: 0;
  background-image: url(img/headerBg.png);
  background-repeat: repeat;
}
header div.to-top {
  text-align: right;
}
/*
header div.title{
	width: 960px;
	margin: 0px auto;

	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	height: 280px;
	}
*/
.lead {
  background-color: #f3f3f3;
  padding: 30px;
  text-align: left;
}
.lead p {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 140%;
  padding: 5px;
}
@media screen and (max-width: 450px) {
  .lead {
    font-size: 0.8em;
    padding: 20px;
    text-align: left;
  }
}
.gotoSusume {
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  background: #eee;
}
@media screen and (max-width: 450px) {
  .gotoSusume {
    font-size: 0.8em;
    padding: 20px;
    text-align: left;
  }
}
section {
  margin: 20px;
}
footer {
  /*	margin-top: 60px;過去のインタビューへのリンク掲載時コメントアウト。*/
  text-align: center;
  padding: 20px;
  background-color: #000;
  color: #fff;
  line-height: 120%;
  font-size: 0.85em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  footer {
    font-size: 0.7em;
  }
}
.va-top {
  font-size: 0.6em;
  font-weight: bold;
  color: #000;
  vertical-align: top;
}
.va-sub {
  vertical-align: sub;
}
.va-super {
  font-size: 0.6em;
  font-weight: bold;
  color: #000;
  vertical-align: super;
}
.va-baseline {
  font-size: 0.6em;
  font-weight: bold;
  vertical-align: baseline;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
/*# sourceMappingURL=./researcher_interview_common2.css.map */