@charset "euc-jp";

/*
Site Name: GetMoney!
Description: いぬのきもち
Last Update: 2024/05/31 m-ido
*/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用
    1.1 - ヘッダー
    1.2 - ボタン
2.0 - トップページ
    2.1 - 記事一覧
    2.2 - 右カラム
    2.3 - ページャー
    2.4 - 注意事項
3.0 - 個別記事ページ
    3.1 - ヘッダー
    3.2 - コンテンツ
4.0 - スタンプページ
5.0 - 広告
---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用
/*-------------------------------------------*/

body .contents {
    width: 950px;
    margin: 20px auto 0;
    overflow: hidden;
    line-height: 1.6;
    font-size: 14px;
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.mainImage {
    margin-bottom: 30px;
}

/*  1.1 - ヘッダー
-------------------------------------------- */
.header {
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
}
h1.title{
   float: left;
   height: 15px;
   margin: 0 auto;
   padding: 5px 0 12px;
   font-size: 11px;
   text-align: left;
   color: #666;
   max-width: 500px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.header .naviArea {
    height: 135px;
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.naviArea div {
    width: 950px;
    display: inline-block;
    position: relative;
}
.naviArea p.top {
    float: left;
}
.naviArea p.gmtop {
    position: absolute;
    right: 0;
    top: 0;
}
p.home {
    width: 950px;
    margin: 5px auto -10px;
    text-align: right;
    font-size: 14px;
}


/*  1.2 - ボタン
-------------------------------------------- */
.btn, span.btn {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
.contents .readMore,
.stampPage a.readMore {
    width: 450px;
    padding: 15px 5px;
    border: #2882d6 1px solid;
    color: #2882d6;
    font-size: 17px;
    font-weight: bold;
}
.stampPage a.readMore:hover {
    background-color: #c6def5;
    border: #5a9fdf 1px solid;
    border-radius: 2px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
.contents .getStamp,
.contents a.login {
    width: 450px;
    background: #fbc600;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #a8a8a8;
    box-sizing: border-box;
    color: #010101;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 15px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fcdf72;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
    border: none;
}
.contents a.login:hover,
.contents .getStamp:hover {
    background: #fbdb00;
    color: #010101;
}
.contents a.pageBack {
    width: 450px;
    display: block;
    background: #c9c9c9;
    color: #4d4d4d;
}
.contents a.pageBack:hover {
    opacity: 0.8;
}
.contents a.login {
    display: block;
    margin-bottom: 15px;
    width: 450px;
    background: #fecc1d;
    color: #63473c;
}
.btn {
    display: block;
    position: relative;
    text-align:center;
    text-decoration:none;
    cursor: pointer;
}
.btn::before,
.btn::after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
}
.btn.readMore::before {
    right: 17px;
    background: #2882d6;
}
.btn.readMore::after {
    right: 20px;
    background: #fff;
}
.btn.readMore:hover::after {
    right: 20px;
    background: #c6def5;
}
.btn.getStamp::before {
    right: 17px;
    background: #fff;
}
.btn.getStamp::after {
    right: 20px;
    background: #2882d6;
}
.btn.pageBack::before {
    right: 17px;
    background: #4d4d4d;
}
.btn.pageBack::after {
    right: 20px;
    background: #c9c9c9;
}
.category .btn::before {
    right: 17px;
    background: #4d4d4d
}
.category .btn::after {
    right: 20px;
    background: #fff;
}


/*-------------------------------------------*/
/*  2.0 - トップページ
/*-------------------------------------------*/

.mainContents {
    width: 620px;
    float: left;
}
.rightColumn {
    width: 300px;
    float: right;
}

/*  2.1 - 記事一覧
-------------------------------------------- */
.categoryTitle {
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 28px;
    border-bottom: 2px solid #cbe758;
}
.nodata {
    padding: 30px 10px;
    text-align: center;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
}
.latestArticle {
    position: relative;
    margin-bottom: 30px;
}
.latestArticle a {
    display: block;
    text-decoration: none;
}
.latestArticle .figure img {
    object-fit: cover;
}
.latestArticle .txt {
    width: 100%;
    position: absolute;
    bottom: 6px;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 28px;
    text-align: left;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.articleList li {
    padding: 20px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.articleList li.read {

    position: relative;
    background: #eee;
}
.articleList li:last-child {
    border-bottom: 1px solid #ccc;
}
.articleList li a {
    display: block;
    color: #333;
}
.articleList li a:hover {
    opacity: 0.8;
}
.articleList img {
    float: left;
}
.articleList img.articleImg {
    width: 200px;
    height: 130px;
    object-fit: cover;
}
.latestArticle img.stamp,
.articleList img.stamp {
    display: none;
}
.latestArticle.read img.stamp,
.articleList li.read img.stamp {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.articleList .summary {
    width: 340px;
    float: right;
    text-align: left;
}
.articleList .summary h2 {
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    background: none;
    border: none;
    color: #333;
}
.articleList .summary p {
    font-size: 14px;
}

/*  2.2 - 右カラム
-------------------------------------------- */
.rightColumn .stampStatus p{
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
}
.rightColumn p.lessStamp {
    background: #CBE758;
    color: #333;
}
.rightColumn p.lessStamp span {
    font-size: 18px;
    font-weight: bold;
}
.rightColumn p.allStamp {
    background: #fff;
    border: 1px solid #4d4d4d;
}
.rightColumn h4 {
    padding: 10px;
    background: #e6fb97;
    border-bottom: solid 3px #cbe758;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.rightColumn .category {
    margin-bottom: 30px;
}
.rightColumn .category li {
    margin-bottom: 5px;
    border-bottom: 1px dashed #d8d8d8;
}
.rightColumn .category a {
    position: relative;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 16px;;
    text-align: left;
    text-decoration: none;
    color: #333;
}
.rightColumn .category a:hover {
    opacity: 0.8;
}

/*  2.3 - ページャー
-------------------------------------------- */
ul.pager {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 3px;
    border: none;
}
.pager li a, .pager li.select {
    box-sizing: border-box;
    padding: 3px 11px;
    font-size: 17px;
}
.pager li.next a, .pager li.prev a {
    padding: 7px 11px;
    font-size: 14px;
}
ul.pager li.prev { margin-right: 10px;}
.pager li.next { margin-left: 10px;}
.pager li:nth-child(n+1) { margin-right: 0;}

/*  2.4 - 注意事項
-------------------------------------------- */
.note {
    width: 950px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    background: #f0f0f0;
    text-align: left;
    font-size: 12px;
}
.note h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.note li {
    margin-bottom: 10px;
}


/*-------------------------------------------*/
/*  3.0 - 個別記事ページ
/*-------------------------------------------*/

.articlePage {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.articlePage h1 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}
.articlePage p.date {
    text-align: left;
    font-size: 16px;
}
.articlePage > div.ad {
    display: inline-block;
    width: 300px;
    margin: 20px 3px 40px;
    text-align: center;
}
.articlePage .description p {
    margin-bottom: 30px;
    text-align: left;
}
.articlePage .description div.ad {
    margin-bottom: 20px;
    display: inline-block;
}
.articlePage .description img {
    max-width: 100%;
    margin: 40px 0;
}
.articlePage .description h2 {
    height: auto;
    padding: 0 0 0 20px;
    margin-top: 100px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    border-left: solid 10px #e6fb97;
    border-bottom: none;
    border-top: none;
    border-right: none;
    background: none;
    color: #555;
}

/*-------------------------------------------*/
/*  4.0 - スタンプページ
/*-------------------------------------------*/

.stampPage {
    text-align: center;
    margin-bottom: 100px;
}
.stampArea {
    margin: 15px 0 20px;
    padding: 20px 0;
    background-image: linear-gradient(
    -45deg,
    #eeeeec 25%,
    #e9e9e9 25%, #e9e9e9 50%,
    #eeeeec 50%, #eeeeec 75%,
    #e9e9e9 75%, #e9e9e9
    );
    background-size: 8px 8px;
}
.stampArea h2 {
    margin-bottom: 30px;
}
.stampArea .stampCard {
    width: 800px;
    height: 327px;
    margin: 0 auto 20px;
    background: url(../../img/article/dog/bg_stampcard.png) no-repeat;
}
.stampCard ul {
    width: 650px;
    margin: 0 auto;
    padding: 50px 0 0;
    overflow: hidden;
}
.stampCard li {
    width: 125px;
    height: 125px;
    float: left;
    margin-bottom: 10px;
    background: url(../../img/article/dog/stamp_empty.png) no-repeat 9px 0px;
}
.stampCard li.empty img {
    display: none;
}
.stampArea span {
    text-align: center;
    font-size: 11px;
    color: #7c7c7c;
}
.stampPage a.readMore {
    margin: 0 auto 15px;
}
.stampPage a.externalLink {
  text-decoration: none;
  color: #333;
}
.stampPage a.externalLink:hover {
  text-decoration:underline;
  color: #197fde;
}

/* 他記事コンテンツへの誘導バナー */

.stampPage .other_contents {
    margin: 0 0 15px;
}
.stampPage .other_contents p {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}
.stampPage .other_contents ul {
    width: 840px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: space-around;
}
.stampPage .other_contents a {
    display: block;
}

/*-------------------------------------------*/
/*  5.0 - 広告
/*-------------------------------------------*/
.ad {
    margin-bottom: 30px;
}