@charset "utf-8";

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

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

template,
[hidden] {
	display: none;
}

*,
::before,
::after {
	background-repeat: no-repeat; 
	box-sizing: inherit; 
}

::before,
::after {
	text-decoration: inherit; 
	vertical-align: inherit; 
}

html {
	box-sizing: border-box; 
	cursor: default; 
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 'Roboto' , serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%;
	color: #ffffff;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

hr {
	height: 0; 
	overflow: visible; 
}

nav ol,
nav ul {
	list-style: none;
	margin: 0;
    padding: 0;
}

abbr[title] {
	border-bottom: 1px dotted; 
	text-decoration: none; 
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ffff00;
	color: #444;
}

progress {
	vertical-align: baseline;
}

small {
	font-size: 83.3333%;
}

sub,
sup {
	font-size: 83.3333%; 
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	color: #f8f8f8;
	text-shadow: none;
	background-color:#c80034;
}

::selection {
	color: #f8f8f8; 
	text-shadow: none;
	background-color:#c80034;
}

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

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background-color: transparent; 
	-webkit-text-decoration-skip: objects;
}

a:-webkit-any-link{
	cursor:pointer;
}

:hover {
	outline-width: 0;
}

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

button,
input,
select,
textarea {
	background-color: transparent; 
	border-style: none; 
	color: inherit; 
	font-size: 1em; 
	margin: 0; 
}

button,
input { 
	overflow: visible;
}

button,
select { 
	text-transform: none;
}

button,
html [type="button"], 
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; 
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	display: table; 
	max-width: 100%; 
	padding: 0; 
	white-space: normal; 
}

textarea {
	overflow: auto; 
	resize: vertical; 
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

[aria-busy="true"] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

[hidden][aria-hidden="false"] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

ul,li,p,a,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
li,p,a,h1,h2,h3,h4,h5,h6,th,td,dd,dt{
	letter-spacing: .1em;
}

li{
	display: list-item;
    text-align: -webkit-match-parent;
}

ul li{
	list-style:none;
}
