@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* body
-------------------------- */
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-x: auto;
}
body {
	width: 100%;
	height: 100%;
	background: #000;
	color: #333;
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
}
/* responsive
-------------------------- */
.spSet {
	display: none !important;
}
.pcSet {
	display: block !important;
}
/* base
-------------------------- */
a:link,
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a,
a img,
.easing {
	transition: .3s ease-in-out;
	border: none;
	outline: none;
}
a img:hover {
	opacity: .7 !important;
}
/* clearfix
-------------------------- */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* header
-------------------------- */
header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000;
}
#pclogo {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pclogo a {
	display: block;
}
#pclogo img {
	height: 50px;
	display: block;
}
/* footer
-------------------------- */
#back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	background: url(../_img/pagetop.png);
	background-size: 100%;
	display: none;
	z-index: 999;
}
#back-to-top:hover {
	opacity: 0.7 !important;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#copy {
	text-align: center;
	width: 100%;
	padding: 15px;
	margin: 20px 0 0;
	font-size: 12px;
	color: #FFF;
	background: #000;
}
/* layaout
-------------------------- */
#wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: #FFF;
	padding-bottom: 50px;
}
#content {
	max-width: 1000px;
	width: 100%;
	padding: 70px 0 0;
	margin: auto;
	position: relative;
}
section {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.box_full {
	width: 100%;
	padding: 0 15px 15px;
	position: relative;
}
h3 {
	padding: 0 10px;
	margin: 30px 15px 15px;
	font-size: 128%;
	/*14-18*/
	border-left: 5px solid #FF0000;
}
p {
	padding: 2px 0 2px 10px;
}
hr {
	border-top: 1px solid #DADADA;
	margin: 5px 0;
}
hr.dot {
	border-top: 1px dotted #DADADA;
	margin: 15px 0;
}
a.btn_dark,
input.btn_dark {
	display: inline-block;
	min-width: 280px;
	max-width: 100%;
	height: 50px;
	padding: 0 20px;
	margin: 20px auto 0;
	border: 0;
	border: 1px solid #444;
	background: #000;
	line-height: 50px;
	font-size: 16px;
	color: #FFF !important;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 5px;
	cursor: pointer;
}
a.btn_dark:hover,
input.btn_dark:hover {
	background: none;
	background: #EEE;
	color: #000 !important;
}
.box_btn {
	padding: 30px 15px;
	margin: 30px 0;
	text-align: center;
	border-top: 1px dashed #CCC;
}
.box_mark {
	padding: 15px;
	text-align: right;
}
.box_mark img {
	padding: 0 15px;
}
.box_mark .p_mark img {
	width: 100px;
	height: 100px;
	padding: 0;
}
/* index :::::::::::::::::
-------------------------- */
#index01 .box_full h1 img,
#index01 .box_full h2 img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
#index01 .box_full:nth-of-type(2) {
	padding: 30px 15px 0;
	text-align: left;
}
#index01 li {
	padding: 5px 0;
	margin: 0 0 0 30px;
	list-style: disc;
}
#index01 dl.limit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px calc(50% - 12em) 0;
	margin: 30px auto 0;
	font-size: 142%;
	/*14-20*/
	font-weight: bold;
	width: 100%;
	border-top: 1px dashed #CCC;
}
#index01 dl.limit dt {
	width: 5em;
	white-space: nowrap;
}
#index01 dl.limit dd {
	width: calc(100% - 5em);
	color: #FF0000;
}
/* vote :::::::::::::::::
-------------------------- */
#answer .box_full {
	text-align: left;
}
#answer .box_full h2 img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 15px;
	display: block;
}
#answer li {
	padding: 5px 0;
	margin: 0 15px 0 30px;
	list-style: disc;
	text-align: left;
	line-height: 1.6;
}
#answer .vote {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFF;
	empty-cells: show;
	width: 95%;
	margin: 30px auto;
}
#answer .vote th {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
	color: #FFF;
	background: #2E2E33;
	padding: .5em 1em;
	text-align: left;
	width: 40%;
	vertical-align: middle;
}
#answer .vote th.ttl {
	background: #000;
	font-size: 128%;
	/*14-18*/
	font-weight: bold;
}
#answer .vote td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: .5em 1em;
	text-align: left;
	width: 60%;
	vertical-align: middle;
}
#answer .vote td.blank {
	padding: 0;
	width: 100%;
	height: 10px;
	line-height: 0;
	background: #FFF;
}
#answer .vote:last-of-type th {
	background: #000;
}
#answer .vote .caution {
	color: #FF0000;
	font-size: 85%;
	padding-left: .5em;
}
#answer .vote input[type=text],
#answer .vote select,
#answer .vote textarea {
	width: 80%;
	padding: 5px 10px !important;
	margin: 5px !important;
	font-size: 114% !important;
	border: 0;
	color: #333;
	border: solid 1px #999;
	-webkit-appearance: none;
}
#answer .vote input[type=text]:focus,
#answer .vote select:focus,
#answer .vote textarea:focus {
	outline: solid 1px #EDCF46;
	border: solid 1px #EDCF46;
	background: #FFFFBE;
}
::-webkit-input-placeholder {
	color: #CCC;
}
::-moz-placeholder {
	color: #CCC;
}
:-moz-placeholder {
	color: #CCC;
}
:-ms-input-placeholder {
	color: #CCC;
}
#answer .vote textarea {
	display: block;
}
#answer .box_btn p {
	margin: 15px 0;
	font-size: 128%;
	color: #FF0000;
}
#err_msg {
	width: 90%;
	padding: 10px 15px;
	margin: 0 auto;
	font-size: 114%;
	/*14-16*/
}
.err_txt {
	width: 100%;
	padding: 10px 15px;
}
.err_txt p {
	padding: 5px 5px 5px 1em;
	text-indent: -1em;
}
#ok_msg {
	width: 90%;
	padding: 10px 15px;
	margin: 100px auto;
	font-size: 128%;
	/*14-18*/
	text-align: center;
}
/* style
-------------------------- */
.f_normal {
	font-weight: normal !important;
}
.f_bold {
	font-weight: bold !important;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.t_center {
	text-align: center !important;
}
.v_top {
	vertical-align: top !important;
}
.v_bottom {
	vertical-align: bottom !important;
}
.v_middle {
	vertical-align: middle !important;
}
.f_left {
	float: left !important;
}
.f_right {
	float: right !important;
}
.f_none {
	float: none !important;
}
.f_red {
	color: #FF0000 !important;
}
.f_blk {
	color: #333 !important;
}
.f_l {
	font-size: 107% !important;
}
/*14-15*/
.f_2l {
	font-size: 114% !important;
}
/*14-16*/
.f_3l {
	font-size: 128% !important;
}
/*14-18*/
.f_2s {
	font-size: 80% !important;
}
/*20-16*/
.w_3em {
	width: 3.5em !important;
}
.w_4em {
	width: 4.5em !important;
}
.noto100 {
	font-weight: 100;
}
.noto300 {
	font-weight: 300;
}
.noto400 {
	font-weight: 400;
}
/*Regular*/
.noto500 {
	font-weight: 500;
}
.noto700 {
	font-weight: 700;
}
.noto900 {
	font-weight: 900;
}