/* event.css 
 * HTMLを装飾するCSSファイルです。
 */
@charset "utf-8";

* { padding:0; margin:0; }

/* --- header --- */
#header {
  text-align:center;
  margin-top: 12px;
  margin-bottom: 20px;
}
#header h1 {
  padding: 20px;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: normal;
}
#header div.desc {
  /* border: 1px solid red; */
  margin-left:auto;
  margin-right:auto;
  width:674px; /* +5*2 */
  padding: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}
/* --- photo --- */
#photoFrame {
  text-align:center;
  clear: both;
}
#photoFrame > #photoItems {
  /* border: 1px solid red; */
  margin-left:auto;
  margin-right:auto;
  width:684px;
  text-align: left;
}
#photoItems div.photo {
  width: 342px;
  float: left;
  text-align: center;
}
#photoItems div.comment {
  padding: 8px;
  text-align:center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
#photoItems div.comment-left {
  padding: 8px;
  text-align:left;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
/* --- footer --- */
#footer {
  margin-top: 30px;
  text-align:center;
  border-top: 1px solid gray;
}
#footer div.text {
  /* border: 1px solid red; */
  margin-top: 12px;
  margin-left:auto;
  margin-right:auto;
  width:674px; /* +5*2 */
  padding: 5px;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
}
