@charset "UTF-8";

/*
---------------------------------------------------------------------
	reset.css
---------------------------------------------------------------------
*/

html{
overflow-y:scroll;
} 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: none;
	vertical-align: top;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ul { list-style: none; }

caption,th,td {
	text-align: left;
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after { content:''; }

abbr,acronym { border: none; }

input, textarea, select { font-size: 1em; }

input[type="text"]:focus {
     border: 1px solid #aae472;
     outline: 0;  /*safariの自動フォーカスを切る */
}