a{
  color:#333;
}

.title_area a{
  width:146px;
  margin: 0 auto;
  display:block;
}

.title_area a img{
  width:100%;
}

.c-alert{
  color:#333;
  background:#efefef;
}

.c-button {
    background: #efefef;
  	border-radius: 0px;
}

.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
    color: #333;
}

.c-button:hover {
    background: #ddd;
}



.c-button--primary{
  color:#fff;
  background:#000;
  border-radius: 0px;
}

.c-button--primary:hover{
  color:#fff;
  background:#999;
}


.c-input--text {
    border: 1px solid #ccc;
    border-radius: 0px;
}