@charset "UTF-8";
/* CSS Document */



/* ▼カレンダー */

input#datepicker {
	padding:0px;
	padding-left:5px;
	}

div#ui-datepicker-div {
    width: 276px;
    border: 1px solid #5f1e23;
    padding: 12px;
    background-color: #fff;
    border-radius: 5px;

}

div#ui-datepicker-div span.ui-icon.ui-icon-circle-triangle-w {
    background-color: #71383c;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    padding: 10px 7px;
    float: left;
    cursor: pointer;
}

div#ui-datepicker-div span.ui-icon.ui-icon-circle-triangle-e {
	background-color: #71383c;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    padding: 10px 7px;
    float: right;
    cursor: pointer;
	}
	
div#ui-datepicker-div .ui-datepicker-title {
	    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
    color: #5F1E23;
	padding-top: 10px;
	}
	
div#ui-datepicker-div th:first-child span {
	        color: #D3381C;
	}

div#ui-datepicker-div th:last-child span {
    color: #1E508C;
} 

div#ui-datepicker-div td a {
	text-align:center;
	display:block;
	margin:0 auto;
	}
	
div#ui-datepicker-div td {
    padding-bottom: 5px;
    background-color: #f4efef;
    border: 3px solid #FFF;
    padding-top: 5px;
}	

div#ui-datepicker-div button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
	display:none;
	
	}
	
div#ui-datepicker-div button{
	background: none;
    color: #281A14;
    display: inline-block;
    border: 1px solid #71383c;
    font-size: 14px;
    margin-top: 10px;
	}
	
div#ui-datepicker-div .ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
}	

div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all {
    display: block;
}

div#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all {
display: block;
}


/* ▲カレンダー */






#contents #title {
  height: 120px; }

#contents #title h2 {
  color: #5f1e23;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 2em;
  background-image: url(../img/useful/h_back.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 20px;
  padding-top: 15px; }

#contents_inner {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0px !important; }

.pc_none {
  display: none; }

.white-wrap {
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 30px; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 以下、個別CSS start */
/* ページネーション start */
#paging {
  margin-top: 20px; }

#paging .paging_m {
  text-align: center; }

#paging .paging_m a {
  background-color: #5f1e23;
  border: 1px solid #5f1e23;
  text-decoration: none;
  margin-right: 8px;
  color: #FFFFFF;
  border-radius: 8px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px; }

#paging .paging_m a:hover, #paging .paging_m .act {
  border: 1px solid #9b7378;
  text-decoration: none;
  margin-right: 8px;
  opacity: 1.0;
  border-radius: 8px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px; }

#paging .paging_m a:hover {
  background-color: #9b7378;
  color: #FFFFFF; }

#paging .paging_m .act {
  background-color: #FFFFFF;
  color: #5f1e23; }

#paging .paging_m .arrow_L1 {
  background-image: url(../img/gallery/btn_arrow_left1.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px; }

#paging .paging_m .arrow_L2 {
  background-image: url(../img/gallery/btn_arrow_left2.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px; }

#paging .paging_m .arrow_R1 {
  background-image: url(../img/gallery/btn_arrow_right1.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px; }

#paging .paging_m .arrow_R2 {
  background-image: url(../img/gallery/btn_arrow_right2.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px; }

/* ページネーション stop */
/* 今日の村上ヘッダ start */
div.today-header {
  margin-bottom: 50px; }
  div.today-header img.first {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 25px; }
  div.today-header div.second {
	display: inline-block;
	vertical-align: middle;
	width: 275px;
	height: 185px;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/today/bg-today.png);
	position: relative;
	margin-right: 40px;
}
    div.today-header div.second span.month {
      color: #5F1E23;
      font-size: 17px;
      font-weight: bold;
      position: absolute;
      top: 119px;
      left: 23px; }
    div.today-header div.second span.day {
      color: #5F1E23;
      font-size: 60px;
      font-weight: bold;
      position: absolute;
      top: 97px;
      left: 0px;
      display: block;
      width: 100%;
      text-align: center; }
    div.today-header div.second span.yobi {
      color: #5F1E23;
      font-size: 16px;
      font-weight: bold;
      position: absolute;
      top: 119px;
      left: 205px; }
  div.today-header div.third {
    display: inline-block;
    vertical-align: middle; }
    div.today-header div.third a:first-child {
      display: inline-block;
      margin-right: 40px; }
    div.today-header div.third a {
      display: inline-block;
      margin-top: 13px; }

/* 今日の村上ヘッダ stop */
/* 今日の村上リスト部分 start */
div.today-list {
  margin-bottom: 60px; }
  div.today-list div.today-list-one.clearfix {
    margin-bottom: 20px; }
    div.today-list div.today-list-one.clearfix div.today-list-one-left {
      float: left;
      width: 275px;
      height: 155px;
      background-position: center center;
      background-size: cover;
      border-radius: 5px;
      margin-top: 6px; }
    div.today-list div.today-list-one.clearfix div.today-list-one-right {
      float: right;
      width: 575px; }
      div.today-list div.today-list-one.clearfix div.today-list-one-right div.today-list-one-right-header {
        margin-bottom: 10px; }
        div.today-list div.today-list-one.clearfix div.today-list-one-right div.today-list-one-right-header div.today-list-one-right-header-photo {
          width: 100px;
          height: 100px;
          background-position: center center;
          background-size: cover;
          display: inline-block;
          vertical-align: top;
          position: relative; }
          div.today-list div.today-list-one.clearfix div.today-list-one-right div.today-list-one-right-header div.today-list-one-right-header-photo div.author-photo {
            width: 70px;
            height: 70px;
            background-position: center center;
            background-size: cover;
            position: absolute;
            border-radius: 50%;
            top: 17px;
            left: 15px;
			background-size: 70%;
            background-repeat: no-repeat;
			}
        div.today-list div.today-list-one.clearfix div.today-list-one-right div.today-list-one-right-header div.today-list-one-right-header-text {
          display: inline-block;
          width: 450px;
          margin-left: 10px;
          vertical-align: top; }
          div.today-list div.today-list-one.clearfix div.today-list-one-right div.today-list-one-right-header div.today-list-one-right-header-text h3 {
            font-weight: bold;
            font-size: 125%;
            width: 100%;
            line-height: 1.4;
            margin-top: 3px;
            margin-bottom: 15px; }
          div.today-list div.today-list-one.clearfix div.today-list-one-right div.today-list-one-right-header div.today-list-one-right-header-text p span {
            font-size: 15px;
            color: #999999;
            margin-right: 10px; }

.today-list-one p{
	font-size:100%;
}

p.new-read {
    font-size: 21px;
    text-align: center !important;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    color: #5f1e23;
}

/* 今日の村上リスト 部分 stop */

/*# sourceMappingURL=style_today.css.map */

/* 今日の村上・日付検索 start */
.today-search {
	margin-bottom: 40px;
	display: inline-block;
}
.today-search .search {
	float: left;
}
.today-search .search input {
	border: 1px solid #5f1e23;
	border-radius: 4px;
	margin-right: 20px;
	background-color: #FFF;
	width: 276px;
	background-image: url(../img/today/icon_search_arrow.png);
	background-repeat: no-repeat;
	background-position: 253px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
    cursor: pointer;
}
.today-search .search input.color {
    color: #5F1E23;
}
.today-search .search input.input_color::-webkit-input-placeholder {
    color: #5F1E23;
    font-weight: normal;
}
.today-search .search input.input_color:-ms-input-placeholder {
    color: #5F1E23;
    font-weight: normal;
}
.today-search .search input.input_color::-moz-placeholder {
    color: #5F1E23;
    font-weight: normal;
}
.today-search .back {
	float: right;
}
.today-search .back .btn_area a {
	color: #FFFFFF;
	display: block;
}
.today-search .back .btn_area a:hover {
	opacity: 0.6;
}
.today-search .back .btn_back {
	width: 200px;
	padding: 10px;
	border-radius: 6px;
	background-color: #5F1E23;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
/* 今日の村上・日付検索 stop */

/* カレンダー部分の記述 start */
.calender {
  width: 338px; }
  .calender .calender-top {
    background-image: url(../img/today/calender-top-no.png);
    width: 100%;
    height: 10px; }
  .calender .calender-bottom {
    background-image: url(../img/today/calender-bottom.png);
    height: 300px;
    width: 100%;
    background-position: center bottom; 
}
  .calender .close {
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
}
  .calender .close a {
	color: #5F1E23;
	background-image: url(../img/today/calender-close.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 2px;
}
/* カレンダー部分の記述 stop */

/* カレンダー start */

#datepicker{
    padding: 20px;
  }

#datepicker .ui-datepicker-title {

  font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
        color: #5F1E23;

}

#datepicker span.ui-datepicker-month {
    font-size: 30px;
}

#datepicker span.ui-icon.ui-icon-circle-triangle-w {
    background-color: #71383c;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
        padding: 10px 7px;
    float: left;
        cursor: pointer;
}

#datepicker span.ui-icon.ui-icon-circle-triangle-e {
background-color: #71383c;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
        padding: 10px 7px;
    float: right;
        cursor: pointer;

}

#datepicker .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    padding-top: 0px;

}

#datepicker div#datepicker {
    padding: 6%;
}

#datepicker td {
    text-align: center;
        background-color: #f4efef;
}

#datepicker th.ui-datepicker-week-end span{
color:#D3381C;
}

#datepicker th:last-child span{
  color:#1E508C;
}

#datepicker th {
    padding-bottom: 10px;
    color: #5F1E23;
}

#datepicker table a:link {
color: #5F1E23;
}

#datepicker td {
    padding-bottom: 5px;
    background-color: #f4efef;
    border: 3px solid #FFF;

    padding-top: 5px;
}

#datepicker td:first-child a{
    color:#D3381C !important;
    font-weight: bold;
}

#datepicker td:last-child a{
    color:#1E508C !important;
    font-weight: bold;
}

/* イベントデー用黄色背景 start */

#datepicker td.event-day{
	background-color: #fdcd45;
	}
	
/* イベントデー用黄色背景 end */	


/* カレンダー end */


/* ▼各イベント記事のリンク▼ */

.list-board-a {
	display:block;
	}

/* ▲各イベント記事のリンク▲ */

/* ▼カレンダー日付のあたり判定▼ */
#datepicker td {
    cursor:pointer;
}

#datepicker td:hover {
    opacity:0.5;
}
/* ▲カレンダー日付のあたり判定▲ */

/* 検索結果(該当無し) start */
.search_results {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 70px;
	font-weight: bold;
	color: #999999;
	font-size: 120%;
}
/* 検索結果(該当無し) stop */



div.today-list div.today-list-one.clearfix div.today-list-one-left img {
	width:100%;
	height:auto;
	}