@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .mgn-B00 { margin-bottom: 0 !important; }
#main .mgn-B10 { margin-bottom: 10px !important; }
#main .mgn-B15 { margin-bottom: 15px !important; }
#main .mgn-B20 { margin-bottom: 20px !important; }
#main .mgn-B30 { margin-bottom: 30px !important; }
#main .mgn-B40 { margin-bottom: 40px !important; }
#main .mgn-B50 { margin-bottom: 50px !important; }


/* ----------↓ P ↓---------- */
#main div.mid {
  text-align: center;
  margin: 1em 0;
}


/* ----------↓ DIV ↓---------- */
#main div {
  margin-bottom: 4em;
}

#main div.comment {
  border: 1px solid #CCCCCC;
  font-size: 105%;
}

#main div.comment p:last-child {
  margin-bottom: 0;
}

#main div.comment {
  padding: 20px;
}


/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 1em;
}

#main ul li {
  margin-left: 23px;
  margin-bottom: 3px;
}

#main ul li img {
  padding: 10px 10px 10px 0;
}


