﻿@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    color: #3590cb;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:hover {
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* --------------------------------
Wonder:factory;
Last Updated: 2018-07-30
Author: http://wonderfactory.jp
-------------------------------- */

.font10 { font-size: 62.5%;}
.font12 { font-size: 75%;}
.font14 { font-size: 87.5%;}
.font18 { font-size: 112.5%;}
.font20 { font-size: 125%;}
.font22 { font-size: 137.5%;}
.font24 { font-size: 150%;}

.fl { float: left;} .fr { float: right;} .clear { clear:both;}
.clearfix,.wrap { zoom:1; }.clearfix:after,.wrap:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; overflow:hidden; font-size:0.1em; }
.al { text-align: left;} .ar { text-align: right;} .ac { text-align: center;}
.hidden { display: none;}
strong { font-weight: bold;}
img { vertical-align: top; max-width: 100%; height: auto}

table { width: 100%;}
table th {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

input,textarea,select {
	margin: 0;
	width: 100%;
	font-size: 100%;
	border: none;
	background: none;
	background-color: #f2f2f2;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	vertical-align: middle;
}
input:focus {
    border: none;
    background: #f8f8f8;
    outline: 0;
}
input[type="submit"] {
	width: 100%;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner {
	border :0px;
}
textarea {
	resize: vertical;
	line-height: 1.6;
}
select {
	cursor: pointer;
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ccc'%3E%3Cpolygon points='0,0 100,0 50,50'/%3E%3C/svg%3E");
	background-size: 12px;
	background-position: calc(100% - 12px) calc(50% + 4px);
	background-repeat: no-repeat;
	color: inherit;
}
option {
	color: inherit;
}
option:not(:checked) {
  /* color: red; prevent <option>s from becoming transparent as well */
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
select::-ms-expand { display: none;}

input[type="checkbox"],
input[type="radio"] { opacity: 0; }

input[type="radio"] + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
input[type="radio"] + label:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	margin-top: -10px;
	width: 8px;
	height: 8px;
	background: #f3f3f3;
	border: 4px #f3f3f3 solid;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	-webkit-box-shadow: 0 0 0 1px #ababab;
	-moz-box-shadow: 0 0 0 1px #ababab;
	box-shadow: 0 0 0 1px #ababab;
	transition: .3s;
}
input[type="radio"]:checked + label {
}
input[type="radio"]:checked + label:before {
	background: #ababab;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}.radio-list li {
	padding: 2px 0;
}
.select-wrap { position: relative; display: block; }

input[type="checkbox"] + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}
input[type="checkbox"] + label:after {
	position: absolute;
	top: 50%;
	left: 5px;
	content: "";
	margin-top: -10px;
	width: 14px;
	height: 14px;
	background: #f2f2f2;
	border: 1px #3590cb solid;
}
input[type="checkbox"]:checked + label:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 10px;
	width: 7px;
	height: 14px;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	     -o-transform: rotate(40deg);
	        transform: rotate(40deg);
	border-bottom: 3px #3590cb solid;
	border-right: 3px #3590cb solid;
	z-index: 1;
}