@charset "UTF-8";
/*
Theme Name: Lazo_採用サイト
リセットCSS
*/

/*最新版のIE（特にWindowsPhoneやSurfaceなどのモバイル端末）のviewportの指定無視対策*/
@-ms-viewport {	width: width;}
@viewport {	width: width;}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  text-decoration:none;
	list-style:none;
	border:none;
}


/*ノーマライズ*/
html,body,div,section,article,aside,span {
  text-transform: none;
  margin: 0;
  padding: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

/*背景色無効
a {
	background-color: transparent;
}
*/
a:hover {
  cursor: pointer;
}

h1,h2,h3,h4,h5,p,pre,dl,dt,dd {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
}

table,th,td {border-collapse:collapse;}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

figure {
	margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

img {
	border: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
	vertical-align:bottom;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
header ul, header ul li ,
footer ul, footer ul li ,
#sidebar ul, #sidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul{padding-left: 2em}
li {list-style: outside; }
img { height: auto; }

