﻿@charset "utf-8";


/* ラーメン横丁用CSS
 --------------------------------------------------------------------------------- */


/* common */

#bg_wrapper {
	background-color: black;
}

#slider h1 {
	color: white;
}
#slider p.date {
	color: #aaa;
}

#articles .caption {
	margin: 1rem 0;
	text-align: center;
}
#articles article {
	background-color: black;
}
#articles article .contents h1 {
	color: white;
}
#articles article .contents p.date {
	color: #aaa;
}
#news h1,
#news p.date,
#news p.title a {
	color: white;
}


/* PC */
@media screen and (min-width: 751px) {

/* 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;
}
.pagenation .post_before, .pagenation .post_next {
    display: block;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pagenation li, .pagenation li a {
    color: #00d195;
}
#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 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: '';
}

#news .photo {
	background: initial;
}

#news li:nth-child(odd) h1,
#news li:nth-child(odd) p.date,
#news li:nth-child(odd) p.title a {
	color: black;
}

}

