@charset "utf-8";

/*-----------------------------------------------
	Contents
-----------------------------------------------*/
p.tel a {
  color: #3F3000;
  text-decoration: none;
}

div#TopNews {
  margin-bottom: 50px;
  padding: 25px;
  border: 1px solid #CC3300;
}

/*Newsのドットライン*/
div#Left {
  background: url(/img/line.gif) left top no-repeat;
}

p.newsIndent {
  margin-left: 1em;
  margin-bottom: 15px;
  text-indent: -1em;
  font-size: 15px;
}

p.news2ndIndent {
  background-color: #EEEEEE;
  margin-left: 1em;
  margin: 15px 0 15px 1em;
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid #aaaaaa;
}

.btn {
  display: block;
  margin: 10px 0 3px 0;
  padding: 0.5em;
  /*
  [・]付きで開業した時に一文字開ける
  padding: 0.5em 0 0.5em 1.5em;
  text-indent: -1em;
  */
  border: none;
  background-color: #2589d0;
  color: #fff;
  /* text-decoration: none; */
  text-align: center;
}

.yakumotsu {
  letter-spacing: -0.35em;
}

.btn:hover {
  background-color: #1579c0;
}

/* 
p.news2ndIndent a.btn {
  display: block;
  margin: 10px 0 0 0;
  padding-left: 0;
  text-indent: -0;
  border: 1px solid #CC3300;

} */


/*News*/
p.redImportant {
  margin-bottom: 15px;
  padding: 5px 10px 5px;
  border: 3px solid #CC3300;
  background-color: rgb(255, 231, 214);
  color: #CC3300;
  text-indent: 0;
  font-weight: bold;
}