﻿@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

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

html {
	font-size: 62.5%;
}
body {
	position: relative;
	background: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 1.4em;
	line-height: 1.45;
	word-wrap: break-word;
}
a:link {
	color: #f60;
}
a:visited {
	color: #808080;
}
a:hover, a:focus {
	color: #f90;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.red {
	color: #f00;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}











.box {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}



 
@media only screen and (max-device-width: 480px) {
 .box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
}




/* Index
---------------------------------------- */
.wrapper {
	position: relative;
}
.btn {
	width: 93.75%;
	margin: 1em auto;
}
body.entry .btn img {
	animation: animScale 1s infinite linear;
	transform-origin: 50% 50%;
}
@keyframes animScale {
	0% { transform: scale(1.0); }
	50% { transform: scale(0.9); }
	100%{ transform: scale(1.0); }
}
.help {
	text-align: center;
}

/* point */
.point dl {
	margin: 0 0 1.5em;
}
.point dd {
	margin: 5px 20px 0;
	color:#666
}

/* 予想家ひとこと */
.support {
	margin: 2em 0 1.5em;
}
.support .title {
	margin: 0 0 10px;
	font-size: 100%;
}
.support dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;

	margin: 0 10px 10px;
	padding: 10px;
	border: 3px solid #dcdcdc;
}
.support dt {
	-webkit-flex: 0 1 18%;
	flex: 0 1 18%;
}
.support dd {
	-webkit-flex: 0 1 78%;
	flex: 0 1 78%;
	margin: 0;
	padding: 0;
}
.support dd p {
	margin: 0;
}
.support dd .name {
	margin: 0 0 6px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.0;
}


/* Footer */
footer {
	border-top: 4px solid #c00;
	background: #333;
}
footer ul.navi {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;

	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #000;
}
footer .navi li {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	background: #000000;
	background: -moz-linear-gradient(top, #484848 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #484848 0%,#000000 100%);
	background: -o-linear-gradient(top, #484848 0%,#000000 100%);
	background: -ms-linear-gradient(top, #484848 0%,#000000 100%);
	background: linear-gradient(to bottom, #484848 0%,#000000 100%);
}
footer .navi li:nth-child(even) {
	border-left: 1px solid #505050;
}
footer .navi li a {
	display: block;
	width: 100%;
	padding: .75em 0;
	font-size: 1.2rem;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.sub footer .navi li .fa {
	font-size: 116.7%;
}
footer .copyright {
	padding: .75em 0;
	font-size: 1.1rem;
	text-align: center;
	color: #ccc;
}


/* Sub Pages
---------------------------------------- */
.subHead {
	background: #fff;
	border-bottom: 2px solid #000;
}
body.sub .wrapper {
	padding: 10px;
	background: #ec3320;
}
.sub .ttl {
	margin-bottom: 15px;
	padding-top: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
.sub .inner {
	padding: 20px 10px;
	border-radius: 4px;
	background: #fff;
	color: #000;
}


/* Settings
---------------------------------------- */
body.settings .wrapper {
	margin: 10px;
}
body.settings section + section {
	margin-top: 3em;
}
body.settings h1 {
	margin: 0 0 .5em;
	padding: .5em;
	font-size: 1.6rem;
	background: #090;
	color: #fff;
	text-align: center;
}
body.settings h2 {
	margin: 0 0 .5em;
	font-size: 1.6rem;
}
body.settings ol li {
	margin-bottom: 1em;
}
body.settings .alignC {
	text-align: center;
}
body.settings li img {
	max-width: 100% !important;
}
body.settings img.icon {
	width: auto !important;
	height: 2em;
	vertical-align: middle;
}


/* Modal window
-------------------------------------------------- */
.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	height: 100vh;
	background-color: rgba(0,0,0,0.75);
}
.modal-content {
	z-index: 2;
	display: none;
	position: fixed;
	width: 93.75%;
	margin: 0 auto;
	padding: 5px 10px 10px;
	border: 6px solid #fc6;
	border-radius: 4px;
	background: #fff;
	color: #000;
	box-shadow: 0 0 5px #000;
}
.modal-content > p {
	margin-top: .5em;
	margin-bottom: .5em;
}
.modal-close {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.modal-close::before,
.modal-close::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	top: 50%;
	left: 0;
	margin-top: -2px;
	background: #c0c0c0;
}
.modal-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-image {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.modal-text {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}
