@charset "UTF-8";
/* ===================================================== */
/* HTML5 */
/* ===================================================== */
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section{ display: block;
	margin: 0px;
	padding:0px; }
[hidden], command, datalist, menu[type=context], rp, source{ display: none;
	margin: 0px;
	padding:0px; }

/* ===================================================== */
/* ALL ELEMENT SET */
/* ===================================================== */
*{
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}
html {
	overflow-y:scroll;
}

/* ===================================================== */
/* BODY ELEMENT SET */
/* ===================================================== */
body {
	margin: 0px;
	padding:0px;
}


/* ===================================================== */
/* IMG ELEMENT SET */
/* ===================================================== */
img {
	margin:0px;
	padding:0px;
	border: 0px;
	vertical-align:top;
}

/* ===================================================== */
/* H ELEMENT SET */
/* ===================================================== */
h1 {
	margin:0px;
	padding:0px;
	line-height:1;
}

h2 {
	margin:0px;
	padding:0px;
	line-height:1;
}

h3 {
	margin:0px;
	padding:0px;
	line-height:1;
}

h4 {
	margin:0px;
	padding:0px;
	line-height:1;
}

/* ===================================================== */
/* P ELEMENT SET */
/* ===================================================== */
p{
	margin:0px;
	padding:0px;
}

/* ===================================================== */
/* A ELEMENT SET */
/* ===================================================== */
/* LINK COLOR */
a:link{

}

a:visited{
}

a:hover{
}

a:active{
}

/* ===================================================== */
/* LIST ELEMENT SET */
/* ===================================================== */
ul{
	margin:0;
	padding:0;
}
ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}

ol{
	margin:0;
	padding:0;
}
ol li{
	margin:0;
	padding:0;
	list-style-type:none;
}

dl{
	margin:0;
	padding:0;
}
dl dt{
	margin:0;
	padding:0;
	list-style-type:none;
}
dl dd{
	margin:0;
	padding:0;
	list-style-type:none;
}

/* ===================================================== */
/* indent SET */
/* ===================================================== */
/* margin-top */
.mt0{
	margin-top:0px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt25{
	margin-top:25px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt35{
	margin-top:35px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}

/* margin-right */
.mr0{
	margin-right:0px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr15{
	margin-right:15px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr25{
	margin-right:25px !important;
}
.mr30{
	margin-right:30px !important;
}
.mrt40{
	margin-right:40px !important;
}
.mr50{
	margin-right:50px !important;
}
.mr100{
	margin-right:100px !important;
}
.mr150{
	margin-right:150px !important;
}
.mr200{
	margin-right:200px !important;
}


/* margin-bottom */
.mb0{
	margin-bottom:0px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}

/* margin-left */
.ml0{
	margin-left:0px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml40{
	margin-left:40px !important;
}
.ml50{
	margin-left:50px !important;
}
.ml100{
	margin-left:100px !important;
}
.ml150{
	margin-left:150px !important;
}
.ml200{
	margin-left:200px !important;
}


/* padding-top */
.pt0{
	padding-top:0px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt25{
	padding-top:25px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt40{
	padding-top:40px !important;
}
.pt50{
	padding-top:50px !important;
}

/* padding-bottom */
.pb0{
	padding-bottom:0px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb25{
	padding-bottom:25px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb40{
	padding-bottom:40px !important;
}
.pb50{
	padding-bottom:50px !important;
}
/* padding-left */
.pl0{
	padding-left:0px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl15{
	padding-left:15px !important;
}
.pl20{
	padding-left:20px !important;
}
.pl25{
	padding-left:25px !important;
}
.pl30{
	padding-left:30px !important;
}
.pl40{
	padding-left:40px !important;
}
.pl50{
	padding-left:50px !important;
}

/* text-align */
.left{
	text-align:left !important;
}
.right{
	text-align:right !important;
}
.center{
	text-align:center !important;
}

/* float */
.fll{
	float:left;
}
.flr{
	float:right;
}

.clearfix:after {
	content: "";
 	clear: both;
 	display: block;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="radio"] {
}
input[type="radio"]:checked + label {
    background: #ff0000;
}