.uno-col-md-9,.uno-col-md-3 {
  float:left;
  margin:20px;
}
.uno-col-md-9 {
  width:680px;
}
.uno-col-md-3 {
  width:220px;
}
@media screen and (max-width: 768px) {
  .uno-col-md-9,.uno-col-md-3 {
    float:none;
    margin:0;
    padding:10px;
  }
  .uno-col-md-9 {
    width:100%;
  }
  .uno-col-md-3 {
    width:100%;
  }
}

/** uno-commons */
.uno-breadcrumb {
  margin:150px 0 10px 0;
}
.uno-breadcrumb a:link {
  text-decoration:none;
}
.uno-breadcrumb a {
  text-decoration:none;
  color:#068EFF;
}
.top-banner-image {
  margin:0 20px;
}
.top-banner-image img {
  widht:100%;
}
@media screen and (max-width: 768px) {
  .top-banner-image {
    padding-top:140px;
    margin:0;
  }
  .top-banner-image img {
    widht:100%;
  }
  .uno-breadcrumb {
    display:none;
  }
}

/** 提言 */
.teigen p {
  padding:0;
  line-height: 150%;
  font-size:120%; 
  margin-bottom:10px; 
}

.teigen h2 {
  border-bottom: 4px solid #42210B;
  padding: 10px 0;
  line-height: 140%;
  margin-top: 20px;
  font-size: 170%;
}
.teigen h3 {
  font-weight: bold;
  border-bottom: 1px dotted #999;
  color: #555;
  text-align: left;
  background: none;
  font-size: 140%;
  margin: 20px 0;
  padding: 0;
}
.teigen .profile .name {
  font-size:20px;
  border-top: 1px solid #999;
}
.teigen .profile .title {
  font-size:120%;
}
.teigen .profile .post {
  margin-bottom:10px;
  line-height:140%;
  font-size:120%;
}

.teigen .profile .name span {
  font-size:12px;
}
.teigen .profile p, .teigen .publist p {
  font-size:100%;
}
.teigen .publist {
   border:1px solid #999;
}
.teigen .publist > .title {
   text-align: center;
   padding:4px;
   border-bottom:1px solid #999;
}
.teigen .publist ul {
  list-style: none;
  margin: 0;
  padding:10px;
}
.teigen .publist ul li {
   margin-bottom:20px;
}
.teigen .publist ul li .pub-image {
   text-align: center;margin-bottom:8px;
}
.teigen .publist ul li > .title {
  font-size:120%;
  font-weight: bold;
  text-align: center;
}
.teigen .info-text {
  text-align:center;
  font-size:100%;
  margin-top:40px;
}
.teigen-image {
  width:100%;
}
.teigen-image img {
  width:100%;
  margin:0 auto;
}
.teigen-marker {
  background: #FFF10F;
  font-weight: bold;	
}
.teigen-links {
  text-align:center;
  margin:20px 0;
}
.teigen-links a:link {
  text-decoration:none;
}
.teigen-links a.teigen-all-links{
  padding:8px;
  width:40%;
  background:#333;
  color:#fff;
  margin-right:20px;
  font-size: 12px;
}
.teigen-links a.teigen-prev-link{
  padding:8px;
  width:40%;
  background:#333;
  color:#fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .teigen .publist p {
    font-size:120%;
    padding:0 20px;
  }
}