@charset "UTF-8";

/* -----------------------------------------------
FileName: base.css
----------------------------------------------- */


body {
	margin: 0;
	padding:0;
	color: #282828;
	background:#fff;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
	line-height:2em;
	letter-spacing:.05em;
	font-size:16px;
	position:relative;
	font-weight:400;
    min-width:1100px;
    counter-reset: rank_number;
}

body.line {
    color: #333;
}

body.request {
    min-width:900px;
}

html, body, h1, h2,h3, h4, h5, h6, p, dl, dt, dd, li, ul, ol, form, div, img, table, td, th, tr{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	font-size:1em;
	border-collapse:collapse;
}


img {
	border: none;
	vertical-align:bottom;
}

input,select {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
	font-size: 1em;
}

textarea {
	font-size: 1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
}

button {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
}

iframe {
    vertical-align: bottom;
}


/* Anchor - Nomal */

a {
	color: #282828;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

a:hover {
/* 	color: #282828; */
	text-decoration: underline;
}

figure {
	text-align: center;
    margin-bottom: 12px;
    font-size: 12px;
}

pre {
	overflow-x: auto;
	white-space: pre-wrap;
	background-color: #000;
    color: #fff;
    padding: 20px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
}
pre::-webkit-scrollbar{
  display:none;
}

code {
	word-wrap: normal;
    white-space: pre;
}