@charset "utf-8";

/*日記一覧定義*/
/*右カラム背景色*/
#right-contents {
  background:#f5f4ef;
}
h1{
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding-right: 20px;
  background:url(/history/images/title_information_l.png) no-repeat;
  background-size: 100%;
  line-height: 50px;
  text-align: right;
  box-sizing: border-box;
}

#search-word-display{
  text-align:center;
}

/*top日記一覧リスト定義*/
#histry-list-area{
  width: 100%;
  line-height: 20px;
  opacity: 0.0;
  filter: alpha(opacity=0);
}

#main-contents table.histry-list {
  width: 100%;
  border-bottom: 1px dotted #f5ad4b;
}
#main-contents table.histry-list td,
#main-contents table.histry-list th {
  padding: 4px 5px;
  border: 0;
  border-top: 1px dotted #f5ad4b;
  background: #fff;
  text-align: left;
  vertical-align: middle;
}
#main-contents table.histry-list .title {
  display: block;
  font-weight: bold;
  text-align: left;
}
#main-contents table.histry-list .stars {
  display: block;
  float: right;
}

/*タイトル*/
div#histry-title{
  width:626px;
  margin:5px auto;
  padding:5px;
  border:2px solid #eb6557;
  border-radius: 5px;
  color:#6d3923;
  font-size:13pt;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;   /* Firefox用 */
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
}


/*-----
20130624
-----*/
/* 一覧 - 年リスト*/
.history_yearBox {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 50px;
  font-size: 1rem;
  letter-spacing: 1.2pt;
  line-height: 2.0em;
}
.history_yearBox a{
  display: inline-block;
  width: calc( 100% / 11);
}
.history_yearBox span {
  display: inline-block;
  width: calc( 100% / 11);
  margin: 0;
  font-weight: 800;
}

/* 一覧 - お知らせリスト*/
/* 見出し */
.history_heading{
  font-size: 20px;
  font-weight: bold;
}
.history_heading img{
  margin: 0 10px 3px 0;
  vertical-align: middle;
}
/* 一覧 */
.historyListArea {
  padding: 0 10px 15px;
  font-size: 18px;
  letter-spacing: 1.2pt;
  line-height: 2.0em;
}
.historyListItem {
  margin-top:15px;
  border-bottom:1px dotted black;
}
.historyListItem a{
  text-decoration:none;
}

/*詳細*/
.historyTtl{
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
  border: none;
  box-shadow: none;
  color: #333;
  font-size: 20px;
  font-weight: 800;
  border-bottom:2px solid #fa7418;
}
.historyTtl .date{
  font-size:15px;
}
.historyBody {
  margin: 30px 10px 10px 0;
  font-size: 17px;
}


/* 以下本文で使用しているもの */
/*h3設定*/
.historyBody h3{
  position: relative;
  margin: 10px 0px 0px 0px;
  padding: 8px 10px;
  border-radius: 6px;
  background-color: #82bb73;
  color: #ffffff;
  font-size:120%;
}
.historyBody .btn{
  display: inline-block;
  margin: 10px auto 0px auto;
  padding: 10px 15px;
  border: 1px solid #e64f0d;
  border-radius: 3px;
  background-color:#ee6f18;
  color: #ffffff;
  font-size:110%;
  text-align: center;
  text-decoration:none;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4)
}

.historyBody .btn:hover{
  background-color:	#f5a975;
  border: 1px solid #f1843b;
}

.historyBody .btn_center{
  text-align: center;
}

.historyBody .fa{
  padding: 0px 5px 0px 0px;
}

.buttonGraySmall {
  display: inline-block;
  padding: 5px 10px;
  border: #fff solid 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #d8d8d8;
  background: -webkit-linear-gradient(top, #e6e6e6, #d8d8d8);
  background: -moz-linear-gradient(top, #e6e6e6, #d8d8d8);
  background: -o-linear-gradient(top, #e6e6e6, #d8d8d8);
  background: linear-gradient(to bottom, #e6e6e6, #d8d8d8);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #454545 !important;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  letter-spacing: -0.1em;
  *display: inline;
  *zoom: 1;
}
.buttonGraySmall:hover {
  background-color: #e6e6e6;
  background: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
  background: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
  background: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
  background: linear-gradient(to bottom, #f5f5f5, #e6e6e6);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/*h4設定*/
.historyBody h4{
  position: relative;
  margin: 10px 0px 0px 0px;
  padding: 5px 10px;
  border-left: 8px solid #3498db;
  background:#ffffff;
  font-size:130%;
  font-weight:bold;
}

.historyBody h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #cccccc;
  content: '';
}

/*テキストカラー*/
.historyBody .dark-orange{
 color: #ff711c;
}

/*特集バナー*/
.historyBody .featureBnr a:hover{
  opacity: 0.7;
}

.historyBody .featureBnr img{
  width: 50%;
}

/*PCのみ画像縮小、画像下注意書き*/
.historyBody .historyImgArea.img-L{
  width: 60%;
}
.historyBody .historyImgArea.img-S{
  width: 50%;
}
.historyBody .historyImgArea.img-L img,
.historyBody .historyImgArea.img-S img{
  width: 100%;
}
.historyBody .historyImgArea img + p{
  margin-top: 5px; 
}