div.floatblock {
  overflow: hidden;
  margin: 30px auto;
  /* margin-top: 30px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* text-align: -webkit-center; */
  justify-content: center;
  max-width: 1000px;
  /* display: block; */
}

div.floatblock > div {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  /* text-align: left; */
}

div.floatblock > div:first-child {
  /* padding-left: 0px; */
}

div.floatblock > div a {
  /* display: block; */
}

div.floatblock > div > p {
  margin-bottom: 15px;
  text-align: left;
}
div.floatblock > div > img {
  max-width: inherit;
}

div.floatblock > div a.inline {
  display: -webkit-inline-box;
}

div.floatblock .b300 {
  width: 300px;
  padding-top: 60px;
}

hr {
  /* color: #fff; */
  margin: 20px auto;
  /* width: 150px !important; */
  border: 0.5px #222 solid;
}

hr.line150 {
  /* color: #fff; */
  margin: 40px auto 40px 0;
  width: 150px !important;
  border: 1px #222 solid;
}

hr.line {
  margin: 20px auto 0 auto;
  width: 70%;
}

.txt-gray {
  padding: 10px 30px;
  color: #999;
  margin-bottom: 150px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.name {
  font-family: avenir;
  font-size: 21px;
  line-height: 24px;
}

#profile {
  background-color: #f9f9f9;
  padding: 20px 50px;
  margin: 0 0 80px 0;
  text-align: left;
}

#profile p {
  font-size: 13px;
  line-height: 18px;
}

.pr25 {
  padding-right: 25px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt30-pc {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt700 {
  padding-top: 700px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml80 {
  margin-left: 80px !important;
}

#point {
  display: inline;
  padding: 0;
  margin: 10px auto 50px auto;
}

#point a {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0px;
  display: block;
  border: 1px solid #333;
  background-color: #333;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  width: 60%;
  /*height: 25px;*/
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  /*font-family:"Century Schoolbook", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  margin: 10px auto 100px auto;
}

#point a:hover {
  background-color: #fff;
  border: 1px #333 solid;
  color: #222;
}

.fotter-menu {
  font-family: "Noto Serif JP", serif;
  width: 220px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #666666;
  padding-top: 10px;
  margin-bottom: 80px;
}

.fotter-menu p {
  font-weight: 600;
  margin: 10px auto 0 auto;
}

.fotter-menu p.sub {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  font-weight: 100;
}

.fotter-title {
  font-size: 22px;
  /*line-height: 60px;*/
  margin: 20px auto;
  /* margin-top: -130px; */
  font-weight: 700;
  line-height: 40px;
}

.fotter-menu a:hover {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.fotter-menu a {
  text-decoration: none;
  color: #999;
}
.fotter-menu img {
  max-width: inherit !important;
}

.center {
  text-align: -webkit-center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}
