@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :mammys.css
 author     :Ability Consultant
style info  :ジュンマミーズ倶楽部
=================================================================== */
#main {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  background: url(../images/header/bg_main.jpg) center bottom repeat-x;
}
.con_main .box_main {
  height: 250px;
  margin: 0 auto;
  background: url(../mammys/images/bg_title.jpg) center 0 no-repeat;
}
.con_main .box_main h2 {
  padding-top: 100px;
  text-align: center;
}

/* -----------------------------------------------------------
	.pager
----------------------------------------------------------- */
.pager {
  overflow: hidden;
  margin: 40px 0 0 0;
}
.pager .txt_page {
  float: left;
}
.pager .txt_page span {
  font-size: 18px;
}
.pager .txt_page span.all {
  color: #764d17;
}
.pager ul {
  float: right;
  overflow: hidden;
}
.pager ul li {
  float: left;
  margin-left: 10px;
}
.pager ul li:first-child {
  margin-left: 0;
}
.pager ul li a {
  display: block;
  padding: 5px 10px;
  background: #ecdcbb;
  color: #764d17;
  border: 1px solid #d6cb8c;
  text-decoration: none !important;
}
.pager ul li a:hover, .pager ul li a.active {
  background: url(../images/common/bg_brown.jpg) 0 0;
  color: #fff !important;
}
.pager ul li.prev span {
  display: block;
  background: url(../images/common/ic_arrow_left.png) 0 center no-repeat;
  padding-left: 15px;
}
.pager ul li.prev a:hover span {
  background-image: url(../images/common/ic_arrow_left_over.png);
}
.pager ul li.next span {
  display: block;
  padding-right: 15px;
  background: url(../images/common/ic_arrow_right.png) right center no-repeat;
}
.pager ul li.next a:hover span {
  background-image: url(../images/common/ic_arrow_right_over.png);
}
.pager.bottom {
  clear: both;
  background: url(../images/common/bg_subst.png) 0 0 repeat-x;
  padding-top: 20px;
}

.con_mammys {
  margin: 40px 0 0 0;
  padding: 0 40px 0 55px;
}
.con_mammys .box_mammys {
  overflow: hidden;
  padding: 20px 0;
}
.con_mammys .box_mammys.hovered {
  background: #E5D6BE;
}
.con_mammys .box_mammys.hovered a {
  text-decoration: none !important;
}
.con_mammys .box_mammys .box_title {
  background: url(../images/common/bg_subst.png) 0 bottom repeat-x;
  margin-bottom: 15px;
}
.con_mammys .box_mammys .box_title .date {
  float: left;
  color: #fff;
  padding: 3px 10px;
  font-size: 90%;
  background: #9a7d4e;
  margin-bottom: 10px;
}
.con_mammys .box_mammys .box_title h3 {
  clear: both;
  background: url("../images/common/ic_subst.png") 0 5px no-repeat;
  color: #764D17;
  font-size: 120%;
  padding: 2px 0 9px 24px;
}
.con_mammys .box_mammys .box_title h3 a {
  text-decoration: none !important;
}
.con_mammys .box_mammys .pdflink {
  background: url("../images/common/ic_pdf.png") 0 0 no-repeat;
  padding: 3px 0 5px 22px;
  margin-bottom: 0;
  float: right;
}
