@import "base.css";
@import "top.css";
@import "menu.css";
@import "style.css";


html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000}


body {
   font-size: 62.5%;
   line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 62.5%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    height: 0;
  	margin: 0;
  	padding: 0;
  	border: 0;
}

img {
  vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
  margin: 0;
  padding: 0;
  width: 100%;
}

input::-webkit-input-placeholder {
    color: #b3b3b3;
}
input:-moz-placeholder {
    color: #b3b3b3;
}
input::-moz-placeholder {
    color: #b3b3b3;
}
input:-ms-input-placeholder {
    color: #b3b3b3;
}

::placeholder { /* CSS Working Draft */
  color: #ccc;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="submit"] {
  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,
button[type="submit"]::-webkit-search-decoration,
button[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button[type="submit"]::focus,
button[type="submit"]::focus {
  outline-offset: -2px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


