@charset "utf-8";

* {
	box-sizing: border-box;
	max-height: 999999px;
	font-family: Meiryo, 'Noto Sans JP', system-ui, sans-serif;
	/* font-family:'Noto Sans JP', system-ui, Meiryo, sans-serif; */
	/* font-family:'Noto Sans JP', 'Yu Gothic UI', YuGothic, 'Yu Gothic', Meiryo, system-ui, sans-serif; */
	/* font-family:system-ui, "Yu Gothic UI", YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif; */
	/* font-family:'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif; */
	/* font-family:"游ゴシック  Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td ,figure ,article,section,header,footer,nav,aside{
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}


body {
	text-align: left;
	width: 100%;
	overflow-y: scroll;
	position: relative;
}

html, body{
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	color: #767676;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;
}

table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
	border: 0;
}
li {list-style-type: none;}
a {
	color: #FFF;
	text-decoration: none;
}
a img {
	transition: 0.2s;
	opacity: 1;
}
address {font-style: normal;}

pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* ******** CLEARFIX ******** */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/* ******** COMMON ******** */
.center {
	display: -webkit-box;
	-webkit-box-pack: center;
	display: -moz-box;
	-moz-box-pack: center;
	width: 100%;
	box-sizing: border-box;
}
.center-margin {
	margin-right:auto;
	margin-left:auto;
}
.table{
	display:table;
	width:100%;
	height:100%;
}
.table-cell{
	display:table-cell;
	vertical-align:middle;
}
/* ******** IMG ******** */
.img-wrapper img,
.img-wrapper input[type="image"]{
	width:100%;
}
/* ******** WIDTH ******** */
.w200{
	width:200px;
}
.w180{
	width:180px;
}
.w160{
	width:160px;
}
.w140{
	width:140px;
}
.w120{
	width:120px;
}
.w100{
	width:100px;
}
.w80{
	width:80px;
}

/* ******** padding ******** */
.p5 {
	padding:5px;
}
.p8 {
	padding:8px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}

/* ******** image trim ******** */
.trim-square {
	overflow: hidden;
	position: relative;
}
.trim-square img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
}
