body{

}

#extra{
    margin-top: 20px;
}



/* --- 以下、基本的に変更しない --- */
#page-wrap{
    overflow: hidden;
}

@media only screen and (min-width: 641px) {/*PC*/
.header-inner{
  display: none;
}
#sp-floating-layer{
  display: none;
}
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  .billboard img{
  width:100%;
  }
#global-nav{
  display: none;
}
#global-list{
  display:none;
}
#category-nav{
  display: none;
}
#extra{
  display: none;
}
#group-sites{
  display: none;
}
div.social-bookmark {
  display: none;
}
#social-under{
  display: none;
}
#page-wrap {
    width: auto;
}
#main {
    width: auto;
}
}

footer {
    background-color: #fff;
    z-index: 2;
    margin-top: 20px;
}


body#top #main h1 {
    font-weight: bold;
    font-size: 16px;
    background-color: #000;
    color:white;
    margin:20px 0 10px 0;
  }
body#top #main h1 span{
    color:black;
    display: block;
    margin:0 0 0 10px;
    padding:8px 0 8px 14px;
    border-left:1px solid white;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

}


#main ul.list-02 li {
    background-color: white;
    margin: 0 0 20px 0;
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

#main ul.list-02 li .body {
    vertical-align: top;
}

#main ul.list-02 li .body>div {}

#main ul.list-02 li .body .image {
    float: left;
    width: 200px;
    vertical-align: top;
    margin: 0 15px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main ul.list-02 li .body .image {
    width:120px;
    margin-right:9px;
}
}
#main ul.list-02 li .body .image img {
    max-width: 100%;
    max-height: auto;
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #main ul.list-02 li div.body div.image img {
        max-height: 300px;
        height: auto;
    }
}

#main ul.list-02 li .body .text {
    padding: 5px 15px 0px 6px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
}

#main ul.list-02 li .body .text ul {
    list-style-type: none;
}

#main ul.list-02 li .body .text .category {
    color: #777;
    font-size: 12px;
    list-style-type: none;
}

#main ul.list-02 li .body .text .title {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-size: 18px;
    overflow: hidden;
    font-weight:bold;
}
#main ul.list-02 li .body .text .subtitle {
    color:#555;
}
#main ul.list-02 li .body .text .pubdate {
    color:#555;
    text-align:right;
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
#main ul.list-02 li .body .text .title a {

    text-decoration: none;
}

#main ul.list-02 li .body .text .title a:hover {
    color: #333;
    text-decoration: none;
}

#main ul.list-02 li .body .text .outline {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

#main ul.list-02 li .body .text .date {
    font-size: 12px;
    color: #777;
    text-align: right;
}


@media only screen and (min-width: 641px) {/*PC*/
footer>nav>ul.group-sites>li.column.c4 {
    width: 22%;
}
footer>nav>ul.group-sites>li.column.c5 {
    width: 13%;
}
}


.youtube{
    position:relative;
    width:100%;
    margin:0 0 20px 0;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}
#extra .pickup ul.list-02 li.item{
    padding:7px 0 7px 0;
}
#extra .pickup ul.list-02 li.item div.body div.text p.title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}

.select{
    margin-bottom:20px;
}
.select li{
    display: inline-block;
    width:48%;
    margin:1%;
    box-sizing: border-box;
    vertical-align: top;
}
.select li .body{
    position: relative;
    height:210px;
    overflow: hidden;
    background-color: black;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*sp*/
.select li .body{
    height:180px;
}
}
.select li .image{
    overflow: hidden;
    padding:0;
}
.select li .text{
    position: absolute;
    bottom:0;
background-color: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
min-height:60px;
padding:5px 10px 5px 10px;
width:100%;
}
.select li .text .title,.select li .text .title a{
    color:white!important;
    font-weight: bold;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
.select li img{
    width: 100%;
}
.select li .list-label{
    display: none;
}

article dl.list-01{
    font-size:90%;
    border:1px solid #ccc;
    background-color: #f3f3f3;
    padding:10px 10px 5px 10px;
}
article dl.list-01 dd{
        margin: 0 0 8px 0;
}
nav#breadcrumb{
    display: none;
}