@charset "UTF-8";
/* CSS Document */

/* reset */
html,body{
	height: 100%;
}
body,figure{
	margin:0;
	padding:0;
}
img {
    border: medium none;
}
div,dt,dd{
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, ul, ol, li, p,dl,dt,dd{
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
}
ul{
  font-size: 0;
}
li{
  font-size: 100%;
}
ul, ol, li {
    list-style-type: none;
}
a{
  text-decoration: none;
}
table{
  border-collapse: collapse;
}
table th{
  font-weight: normal;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="date"],
textarea{
   -webkit-appearance: none;
   border-radius: 0;
}

/*.left {
    float: left;
}
.right {
    float: right;
}*/
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
