﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:600,800&display=swap');

/* --------------------------------------------------------------------
	リセット
--------------------------------------------------------------------- */
html{
	color: #222222;
	background-color: #FFFFFF;
	font-size: 62.5%;
}
.mainframe_ {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	min-width: 1080px;
	position: relative;
}
/* IE11 */ _:-ms-lang(x)::-ms-backdrop, body {font-family: "メイリオ", Meiryo, sans-serif;}
/* Edge */ _:-ms-lang(x)::backdrop, body {font-family: "メイリオ", Meiryo, sans-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
.mainframe_ table {
	border-collapse:collapse;
	border-spacing:0;
}
.mainframe_ fieldset, .mainframe_ img {
	border:0;
}
.mainframe_ img {
	max-width: 100%;
}
.mainframe_ address, .mainframe_ caption, .mainframe_ cite, .mainframe_ code, .mainframe_ dfn, .mainframe_ em, .mainframe_ strong, .mainframe_ th, .mainframe_ var {
	font-style:normal;
	font-weight:normal;
}
.mainframe_ li {
	list-style:none;
}
.mainframe_ caption, .mainframe_ th {
	text-align:left;
}
.mainframe_ h1, .mainframe_ h2, .mainframe_ h3, .mainframe_ h4, .mainframe_ h5, .mainframe_ h6 {
	font-size:100%;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

.mainframe_ *,
.mainframe_ *:before,
.mainframe_ *:after {
  box-sizing: border-box;
}

.mainframe_ input[type="text"],
.mainframe_ input[type="password"],
.mainframe_ textarea,
.mainframe_ select,
.mainframe_ button{
    outline: none;
}

.mainframe_ input::placeholder {
	color: #aaaaaa;
}
.mainframe_ input:-ms-input-placeholder {
	color: #aaaaaa;
}
.mainframe_ input::-ms-input-placeholder {
	color: #aaaaaa;
}

/* ----FONT---- */
.alphabet{
	font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* ----リンク---- */
a {
	color: #222222;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}
