
/* 見出し */
.headline {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #5CC900;
  margin: 30px 0px 0px 0px;
}

/* 事業 */
#writing {
  float: left;
  background-image: url(../img/index/writing.png);
  background-repeat: no-repeat;
  width: 401px;
  height: 163px;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}
#sales {
  float: right;
  background-image: url(../img/index/sales.png);
  background-repeat: no-repeat;
  width: 401px;
  height: 163px;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}
#consult {
  float: left;
  background-image: url(../img/index/consult.png);
  background-repeat: no-repeat;
  width: 401px;
  height: 163px;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}
#hp {
  float: right;
  background-image: url(../img/index/hp.png);
  background-repeat: no-repeat;
  width: 401px;
  height: 163px;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}
#ticket {
  float: left;
  background-image: url(../img/index/ticket.png);
  background-repeat: no-repeat;
  width: 401px;
  height: 163px;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}
#minpaku {
  float: right;
  background-image: url(../img/index/minpaku.png);
  background-repeat: no-repeat;
  width: 401px;
  height: 163px;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}
.business_green {
  color: #5CC900;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 0px 0px 160px;
}
.business_desc {
  color: #000000;
  padding: 3px 20px 0px 160px;
}

/* 代表挨拶 */
#greet {
  border: 25px solid #EEF9E5;
  margin: 30px 0px 40px 0px;
}
#greet_title {
  float: left;
  margin: 30px 0px 0px 40px;
}
#greet_desc {
  float: left;
  font-size: 14px;
  margin: 20px 20px 20px 40px;
}
.greet_space {
  height: 7px;
}
#signature {
  text-align: right;
  margin: 20px 0px 0px 510px;
}

/* お知らせ */
.info_date {
  float: left;
  width: 100px;
  padding: 7px 0px 7px 0px;
}
.info {
  float: left;
  width: 700px;
  font-size: 14px;
  word-break: break-all;
  padding: 7px 0px 7px 10px;
}
.info_bar {
  clear: both;
  border: 1px dotted #C8C8C8;
  margin: 5px 0px 5px 0px;
}
.new_pc {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 0px 4px 0px 4px;
  margin: 0px 10px 0px 0px;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate; 
  -moz-animation:blink 1.5s ease-in-out infinite alternate; 
  animation:blink 1.5s ease-in-out infinite alternate; 
}
.new_sp {
  display: none;
}


