	/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
	border: none;
    height: 1px;
    margin: 1.7em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
input {
	font-size: 24px;
	font-weight: bold;
	padding-left: 2%;
}
button {
	border: none;
	cursor: pointer;
	padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* ==========================================================================
   Custom base styles
   ========================================================================== */
/*
// ボックス要素
*/
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.9;
	color: #fff;
	letter-spacing: 0.05em;
	background: #090707;
	padding: 25px 0 50px;
}

#container {
}
#wrapper {
    width: 90%;
    max-width: 768px;
	margin: 0 auto;
	padding: 20px 5px;
}
header {
}
footer {
	text-align: center;
}
.footer__logos.table {
	width: 320px;
	margin: 0 auto 55px;
}
.footer__logos__scrap {
}
.footer__logos__metrp {
}
.footer__copyright {
	font-size: 86%;
	opacity: 0.2;
}
section {
	
}

/*
// 個別要素
*/
img {
    max-width: 100%;
}
p {
	padding: 3px 0;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
hr.half {
	background: url(../images/hr_half.png) no-repeat center;
	width: 100%;
	height: 5px;
}
hr.full {
	background: url(../images/hr_full.png) no-repeat center;
	width: 100%;
	height: 18px;
	/* margin-bottom: 50px; */
}
hr.quarter {
	background: url(../images/hr_quarter.png) no-repeat right;
	width: 100%;
	height: 5px;
}
hr.end {
	background: url(../images/hr_end.png) no-repeat center;
	width: 100%;
	height: 39px;
	margin-bottom: 50px;
}
.pagetop {
	cursor: pointer;
	margin: 55px 0 140px;
}
.prNav {
	width: 768px;
	margin: 0 auto 63px;
}
.prNav__nav {
    background-color: #090707;
	margin-bottom: 63px;
}
.prNav__nav__item {
	float: left;
	margin-left: 2px;
    margin-bottom: 3px;
    line-height: 1;
    width: 16.4%;
}
.prNav__nav__item:first-child {
	margin-left: 0;
}
.prNav__nav__item:hover {
    opacity: 0.7;
}
.table {
	display: table;
	table-layout:fixed;
	width: 100%;
}
.table__item {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	width: 50%;
}

.footer__social {
	width: 260px;
	margin: 0 auto 70px;
}
.footer__social__tw {
	float: left;
}
.footer__social__fb {
	float: right;
}
.footer__social__tw #twitter-widget-1 {
	vertical-align: bottom !important;
}
.footer__archiveBtn {
    text-align: center;
    margin: 80px 0 20px;
}
.pagetop-fixed{
	position:fixed;
	bottom:5px;
	left:12px;
	display:block;
	height:86px;
	width:78px;
	text-align:right;
	-webkit-transition:height 500ms;
	transition:height 500ms;
	overflow:hidden;
    cursor: pointer;
}
.pagetop-fixed.is-hide{
	-webkit-transition:height 500ms;
	transition:height 500ms;
	height:0px;
}
/*
.pagetop-fixed a{
	position:relative;
	display:inline-block;
	overflow:hidden;
	color:transparent;
	width:50px;
	height:50px;
	border-radius:25px;
	background:#60ABB9;
}
*/
/*
.pagetop-fixed a::after{
	content:"";
	width:15px;
	height:15px;
	border-top:5px solid white;
	border-right:5px solid white;
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
	right:15px;
	top:50%;
	margin-top:-7px;
}
*/
#twitter-widget-0 {
	vertical-align: bottom !important;
}
.twitter-share-button {
  vertical-align: bottom !important;
}

.fixed {
    position: fixed;
    top: 0;
    width: inherit;
    z-index: 999;
}

.spol {
    display: none;
}


@media screen and (max-width:767px) {
    .pcol {
        display: none;
    }
    .spol {
        display: block;
    }
    body {
        font-size: 14px;
    }
/*
    #wrapper {
        width: 90%;
    }
*/
    .footer__logos.table {
        width: 80%;
    }
    .table__item {
        width: 30%;
    }
    .prNav {
        width: auto;
    }
    .footer__social {
        width: 65%;
        margin: 0 auto 30px;
    }
    .footer__archiveBtn {
        margin: 20px 0 20px;
    }
    .pagetop {
        margin: 25px 0 70px;
    }
    .prNav__nav__item {
        line-height: 1;
        width: 24.5%;
        margin-bottom: 2px;
    }
    .prNav__nav__item:nth-child(5) {
        margin-left: 0;
    }
    .prNav__nav__item:nth-child(6) {
        margin-left: 2px;
    }
    .prNav__nav__item:hover {
        opacity: 1;
    }
    .prNav {
        margin: 0 auto 15px;
    }
    .prNav__nav {
        margin-bottom: 15px;
    }
    .pagetop-fixed{
        bottom: 5px;
        left: 8px;
        height: 56px;
        width: 51px;
    }
    hr.full {
/*        max-width: 311px;*/
    }
}

.mb10 {
    margin-bottom: 10px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb120 {
    margin-bottom: 120px;
}




