.conBlockInner{
  border:1px solid gray;
}
.conBlockInner .title{
  background: -webkit-gradient(linear, right top, left bottom, from(#EBD9B8),  to(#6F4800));
  background: linear-gradient(to left bottom, #EBD9B8, #6F4800);
  color:#FFFFFF;
  font-weight:bold;
  font-size:32px;
  padding-top:8px;
  padding-bottom:8px;
  text-align:center;
}
@media screen and (max-width: 640px) {
 .conBlockInner .title{
    font-size:20px;
  }
}
@media screen and (max-width: 320px) {
 .conBlockInner .title{
    font-size:16px;
  }
}

.conBlockInner .subtitle{
  font-weight:bold;
  font-size:20px;
  padding-top:5px;
  text-align:center;
}
@media screen and (max-width: 640px) {
 .conBlockInner .subtitle{
    font-size:18px;
  }
}
@media screen and (max-width: 320px) {
 .conBlockInner .subtitle{
    font-size:14px;
  }
}

.indevBox .conBlock img {
    margin-bottom: 0px;
}