@charset "UTF-8";

.widget {
  width: auto;
  font-size: 1rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: solid 5px #f5f5f5;
  border-radius: 10px;
	line-height: 1.8;
}
.widget-body {
	height: 220px !important;
}
article.sugu-widget {
  padding: 0.8em;
  border-bottom: 1px solid #d9d9d9;
}

article.sugu-widget .widget-label {
  margin-bottom: 0.3em;
}
article.sugu-widget .widget-label .label {
  margin-bottom: 5px;
  display: inline-block;
  padding: 0.4em 0.6em 0.2em;
  line-height: 1.2;
  font-size: 0.8em;
}
article.sugu-widget .widget-title {
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  font-size: 1em;
	color: #395DB8;
}
article.sugu-widget .widget-text p {
  font-size: 0.8rem;
}

.widget-footer, .widget-Header {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #f5f5f5;
}
a.widget-url {
  text-decoration: none;
  padding: 0.8em 0.8em 0.4em;
  font-size: 0.9rem;
}

