/* --- 新着情報エリア --- */
div.update {
width: 100%; /* 新着情報エリアの幅 */
font-size: 80%;
}

/* --- 見出し --- */
div.update h3 {
margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */* html body dl.list dd div{
   display:inline-block;
}

dl.list {
   border-bottom:1px solid #999;
}

dl.list dt {
  clear: left;
   float:left;
   width:7em;
   border-top:1px solid #999;
  padding: 10px 0.5em;
}

dl.list dd {
  margin-left: 0;
  padding: 10px 0.5em 10px 8em;
   border-top:1px solid #999;
}
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
}

/* --- 日付エリア --- */
div.update dt {
  clear: left;
  float: left;
  width: 16em;
  padding: 10px 0.5em;
vertical-align: top;
line-height: 120%;
color:#ff0080;
}

/* --- 本文エリア --- */
div.update dd {
  margin-left: 0;
  padding: 10px 0.5em 10px;
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.color10{ color:#ff0080; }


/* Global properties ======================================================== */

body{ 
 border:0; font:14px; color:#404040; line-height:25px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.css3{border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; box-shadow: 0 0 4px rgba(0, 0, 0, .4); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4); position: relative;}

a{ color:#ff0080; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}
