﻿@charset "utf-8";


/* PC tablet
------------------------------------------------------------- */
@media screen and (min-width: 751px) {
/* article list
--------------------------- */
#articles article {
	width : 100%;
    /* 
    width: 284px;
    height: 280px;
    */
    padding: 30px 10px 10px;
    background: #ffffff;
    border: solid 10px;
    border-radius: 1em;
    /* margin: 0 0 20px 0; */
    margin: auto;
    position: relative;
}
#articles article .contents .date {
    float: initial;
}
#articles article .obi {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size : 0.9rem;
}
#articles #container {
    width: inherit;
    margin: 0 auto 60px;
    padding: 20px 0 0;
}
#articles article .contents h1 {
    line-height : 1.5rem;
    padding : 0;
}


/* article detail
--------------------------- */
#article {
    width: 860px;
    margin: 15px auto 0;
    color: #333333;
    font-size: 17px;
    line-height: 24px;
    position: relative;
    padding: 20px 20px 10px;
    /*
    border: solid 10px;
    border-radius: 1em;
    background-color: #fff;
    */
}
#return {
    text-align: center;
}
#return a {
    display: inline-block;
    width: 400px;
    height: 60px;
    margin: 0;
    padding-top: 0;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    border: solid 5px #fff;
    border-radius: 0.8em;
    font-size: 16px;
    color: #fff;
    background : initial;
}
#return a, #return a::before, #return a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#return a::before, #return a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

}

/* SP
------------------------------------------------------------- */
@media screen and (max-width: 750px) {

/* article list
--------------------------- */
#articles #container {
    padding: 0 12px;
    margin-bottom: 80px;
}
#articles article {
    width : initial;
    padding: 30px 10px 10px;
    /* padding: 10px; */
    background: #ffffff;
    border: solid 5px;
    border-radius: 1em;
    margin-bottom: 10px;
    position: relative;
}
#articles article .contents .date {
    margin-top: 0;
    font-size: 13px;
    float: initial;
}
#articles article .obi {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 18px;
    color: #fff;
    text-align: center;
    font-size: 11px;
}
#articles article .photo img, .photo video {
    width: 100%;
    vertical-align: top;
    border-radius: 0.3em;
}
#articles article .contents h1 {
    font-size: 13px;
}


/* article detail
--------------------------- */
#article {
    padding: 20px 10px 10px;
    /*
    border: solid 5px;
    border-radius: 1em;
    background-color: #fff;
    */
    margin: 20px 12px 20px;
}
#return {
    text-align: center;
}
#return a, #return a::before, #return a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#return a {
    display: inline-block;
    width: 90%;
    height: 60px;
    margin: 0;
    padding-top: 0;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    border: solid 5px #fff;
    border-radius: 0.8em;
    font-size: 16px;
    color: #fff;
    background : initial;
}
#return a::before, #return a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

}




/* Common
------------------------------------------------------------- */

/* article list
--------------------------- */
#articles {
  width : inherit;
}

#wrapper2 {
    background-image: url(../bg-blue.png);
    padding-bottom: 60px;
}



/* article detail
--------------------------- */
.snsList {
    /* height: 80px; */
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}


