﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/
 * File name: news.css
 * Summary:   NEWSコンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    news
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * news
 * ========================================
 */

#news {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/**
	 * module
	 * ----------------------------------
	 */
#news #main .itemCat {
  display: inline-block;
  width: 75px;
  margin-right: 1em;
  background-color: #000;
  color: #fff;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: uppercase;
}
#news #main .itemDate {
  display: inline-block;
  color: #c8c8c8;
  vertical-align: middle;
}
#news #main .itemTitle {
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #news #main .itemDate {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.35;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  #news #main .itemDate {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

/**
	 * News List
	 * ----------------------------------
	 */
.sectionNewsList {
}
.sectionNewsList .itemList {
  border-bottom: 1px solid #c8c8c8;
}
.sectionNewsList .itemList a {
  display: block;
  text-decoration: none;
}
.sectionNewsList .itemImage {
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionNewsList .itemText {
}
.sectionNewsList .itemTitle {
  font-size: 17px;
  font-size: 1.7rem;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionNewsList .itemList {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .sectionNewsList .itemImage {
    width: 110px;
    height: 110px;
  }
  .sectionNewsList .itemText {
    margin-left: 125px;
  }
  .sectionNewsList .itemText .itemCat {
    margin-bottom: 0.8em;
  }
  .sectionNewsList .itemText .itemDate {
    margin-bottom: 0.7em;
  }
  .sectionNewsList .itemTitle {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .sectionNewsList .itemSummary {
    line-height: 1.45;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionNewsList .itemImage {
    width: 20%;
    padding-top: 20%;
  }
  .sectionNewsList .itemText {
    margin-left: 22.5%;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionNewsList .itemImage {
    width: 138px;
    height: 138px;
  }
  .sectionNewsList .itemText {
    margin-left: 158px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionNewsList {
    margin-top: -5px;
  }
  .sectionNewsList .itemList {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .sectionNewsList .itemText .itemCat {
    margin-bottom: 1.6em;
  }
  .sectionNewsList .itemText .itemDate {
    margin-bottom: 1.15em;
  }
  .sectionNewsList .itemTitle {
    margin-bottom: 0.5em;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .sectionNewsList .itemSummary {
    line-height: 1.7;
  }
}

/* [ pagerNews ]
		------------------------------ */
.pagerNews {
}
.pagerNews a {
  color: #000;
  text-decoration: none;
}
.pagerNews a:hover {
  color: #a9a9a9;
}
.pagerNews .itemPager {
}
.pagerNews .itemPager.prev {
  float: left;
}
.pagerNews .itemPager.next {
  float: right;
}
.pagerNews .itemPager.number {
  text-align: center;
}
.pagerNews .itemPager.number a {
  padding: 0 0.5em;
}
.pagerNews .itemPager.number .is-current {
  color: #c8c8c8;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
}

/**
	 * News Detail
	 * ----------------------------------
	 */
.articleNewsDetail {
}
.articleNewsDetailTitle {
  border-bottom: 1px solid #c8c8c8;
}
#news #main .articleNewsDetailTitle .itemTitle {
  font-weight: normal;
}

.articleNewsDetailContent p {
  letter-spacing: 0.05em;
}
.articleNewsDetailContent img {
  max-width: 100%;
  height: auto;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articleNewsDetailTitle {
    margin-bottom: 20px;
    padding-bottom: 1.9em;
  }
  .articleNewsDetailTitle .itemCat {
    margin-bottom: 1em;
  }
  .articleNewsDetailTitle .itemDate {
    margin-bottom: 0.9em;
  }
  .articleNewsDetailTitle .itemTitle {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .articleNewsDetailContent p {
    margin-bottom: 1.5em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .articleNewsDetail {
    margin-bottom: -1.7em;
  }
  .articleNewsDetailTitle {
    margin-bottom: 30px;
    padding-bottom: 1.7em;
  }
  .articleNewsDetailTitle .itemCat {
    margin-bottom: 1.4em;
  }
  .articleNewsDetailTitle .itemDate {
    margin-bottom: 1.15em;
  }
  .articleNewsDetailTitle .itemTitle {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .articleNewsDetailContent p {
    margin-bottom: 1.7em;
  }
}
