@charset "utf-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}
/*touch-device link speed */
a,area,button,[role="button"],input:not([type=range]),label,
select,summary,textarea {
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
}
/* reset */
input, button, select, textarea {
    -webkit-appearance: none;
}
input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
	border:solid 1px #b2b2b2;
  }
html{
	min-height: 100%;
}
body{
	min-height: 100%;
}
/*image size max-width-100% */
img{
	max-width:100%;
	height:auto;
	width/***/:auto;
	vertical-align: bottom;
	}
 
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section,details, menu{
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
input, textarea{
    margin: 0;
    padding: 0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
    outline:none;
}
table {
    width:100%;
}
a{
	text-decoration: none;
}
/* コピー禁止 */
h1,h2,h3,h4,h5,p,img,ul,ol{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/*float clear overflow */
.flclear{
	clear: both;
	overflow: hidden;
}

/* flex between */
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mgnbtm0{
	margin-bottom: 0!important;
}


 /*
テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
 
ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}
透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}
//responsive
@media screen and (max-width: 767px){
}
@media screen and (min-width: 768px) and (max-width: 1024px){
}
@media screen and (min-width: 1025px){
}
--------------- */