@charset "utf-8";

/* -----------------------------------------------------
 reset.css
----------------------------------------------------- */
html{
	overflow-y: scroll; 
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	font-family: inherit;
	/*font-size: inherit;*/
	line-height: inherit;
}
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,
button, input, select, textarea,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	letter-spacing: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
	/*font-size: 0;
	line-height: 0;
	vertical-align: top;*/
}
address, caption, cite, dfn, em {
  font-style: normal;
}
object, embed {
	vertical-align: top;  
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
th, td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}
hr {
	display:block;
	height:1px;
	margin:1em 0;
	padding:0;
	border:0;  
	border-top:1px solid #cccccc;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
textarea {
	overflow: auto;/* IEのテキストエリアから不要なスクロールバーを消去 */
}
label {
	cursor: pointer;
}
select, input, textarea, button {
	position: relative;
	top: 0;
	vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"] { 
	border:none; 
	top:-2px;
}
button,
textarea,
input[type="button"],
input[type="reset"],
input:not(.gsc-input)[type="text"],
input[type="password"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	background: none;
	border: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	overflow:visible; 
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}