@charset "UTF-8";
.title-area {
  background-image: url(/common/image/img_imagephoto_02.jpg);
  background-position: top 70% center; }

/*一覧 ------------------------------------------------*/
.article-box {
  margin-bottom: 40px; }
  .article-box a:hover {
    opacity: 0.8;
    display: block; }
  .article-box .article-data {
    font-family: "Tangerine", cursive;
    font-size: 24px;
    color: #999;
    border-left: 2px solid #009de0;
    padding-left: 0.5em; }
  .article-box .article-photo {
    background-size: contain;
    background-position: center center; }
  .article-box .article-title {
    font-size: 14px;
    margin-bottom: 0; }

/* 詳細 ------------------------------------------------*/
p.detail-date {
  text-align: right;
  font-family: "Tangerine", cursive;
  font-size: 24px;
  color: #999;
  padding-left: 0.5em;
  margin-bottom: 50px; }

.area-topics-photo {
  margin-bottom: 50px; }
  .area-topics-photo .box-photo a {
    display: block;
    background-size: cover;
    background-position: center center; }
  .area-topics-photo .uk-modal a {
    text-decoration: none; }

/* SISE Smart Phone		 ==================================================================== */
@media (max-width: 480px) {
  .title-area {
    background-position: center center;
    margin-bottom: 50px;
    font-size: 70px; }
  .detail-area .detail-title {
    font-size: 24px; } }
