﻿/*
member.css
いなべ商工会CSS
*/

/*=======================================
お知らせ一覧
=======================================*/


.info-li .content li {
  float: left;
  width: 400px;
  margin-right: 20px;
}

.info-li .content li:nth-child(2n) {
  margin-right: 0;
}


.info-dl h3 {
  background: #4040a1;
  border: 1px solid #4040a1;
  border-radius: 4px;
  color: #fff;
  padding:0.5% 1% 0.5% 1.5%;
}

.info-dl dt {
  float: left;
  width: 10em;
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 0;
}

.info-dl dd {
  margin-left: 10em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-top: 1px dotted #ccc;
}

.info-dl dt:first-child,
.info-dl dt:first-child + dd {
　padding-top: 0;
  border-top: 0;
}

