@charset "utf-8";

/* =============================================================
 * 天台宗 - Local Pages
 * =============================================================
 * URL: http://tendai.or.jp/
 * Created: 2015-04-01
 * Last modified: 2015-04-01
 * Copyright (C) TENDAISHU. All Rights Reserved.
 * ------------------------------------------------------------- */

/* 法要 */

#contents .section {
  background-image: url("../images/local/content_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}

#contents .infobox {
}

#contents .infobox dl {
  padding: 0;
  margin: 0 auto 40px auto;
  background-image: url("../images/local/menu_bg.gif");
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
  width: 95%;
}
#contents .infobox dl dt {
  padding: 8px 10px 5px 30px;
  margin: 0;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  font-family: mincho;
  background-image: url("../images/local/menu_icon.png");
  background-position: 5px center;
  background-repeat:no-repeat;
  background-size: 20px;
  font-size: 1.1em;
}

#contents .infobox dl dt:first-child {
  border-radius: 6px 6px 0 0;
}

#contents .infobox dl dd {
  padding: 8px 10px 5px 40px;
  margin: 0;
  border-bottom: 1px solid #fff;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#contents .infobox dl dd:last-child {
  border-bottom: 0;
}

