@charset "shift_jis";


.saiyo_professional {/*親div*/
  position: relative;
  }

.saiyo_professional #title {
  position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 1.8em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 100px;
  right: 0;
  line-height: 1.5;
  background-color: rgba(0,0,0,0.5);
  padding-top: 35px;
  }

.saiyo_professional #bumon {
  position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  bottom: 30px;
  right: 0;
  line-height: 1.5;
  text-align:right;
  }

.saiyo_professional #name {
  font-size: 1.5em;/*サイズ1.5倍*/
  }

.saiyo_professional #syuzai_end {
  clear: both;
  color: black;/*文字は黒に*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  line-height: 1.5;
  font-size: 0.9em;/*サイズ0.9倍*/
  text-align:left;
  background-color: #e8f1fb;
  padding: 10px;
  }

.saiyo_professional #bukken_data {
  width: 50%;
  border: solid 1px #333333;
  float:right;
  color: black;/*文字は黒に*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  text-align:left;
  font-size: 0.9em;/*サイズ0.9倍*/
  background-color: #ffffff;
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
  }