
/* -------------------------------------------------------------------
 * メンバー
 * -------------------------------------------------------------------
 */
/* 
 * 共通
 */
.mlist a:link, .mpage a:link {
  color: #0000f0;
  text-decoration: none;
  font-size: large;
}

.mlist a:visited, .mpage a:visited {
  color: #000080;
  text-decoration: none;
  font-size: large;
}

.mlist a:hover, .mpage a:hover {
  color: #ff0000;
  text-decoration: underline;
  font-size: large;
}

.mlist a:active, .mpage a:active {
  color: #00c0ff;
  text-decoration: none;
  font-size: large;
}


/*
 * ページ
 */
.mpage ul {
  padding: 0;
}

.mpage ul li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;     /* 左側の線                 */
  border-bottom: solid 2px #dadada;   /* 下に灰色線               */
  background: whitesmoke;
  margin-bottom: 5px;                 /* 下のバーとの余白         */
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;    /* ポチ消す                 */
  font-weight: bold;
}

.mpage h1 {
  color: #2d8fdd;                     /* 文字色                   */
}

.mpage hr {
  border-top: none;
  border-bottom: dashed 2px #2d8fdd;  /* 線の種類（点線）2px 線色 */
}

.mpage ul li .date {
  color: #888888;
  font-weight: bold;
  display: inline-block;              /* 改行回避                 */
  margin-right: 20px;                 /* 右余白                   */
  margin-top: 0px;
  margin-bottom: 0px;
}


.items {
  display: inline-block;
  width: 48%;
  margin: 0 0 0 10px;
  vertical-align: top;
/*  height: 150px; */
/*  background-color: #dd5268; */
}

