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

/* -------------------------------------------------------- reset defaultsetting */

html
{
    font-size: 62.5%; /* 10px */
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
brockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object,
hr
{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
code,
kbd,
samp,
acronym,
input,
textarea,
button
{
    font-size: 1.6rem;

    color: #333;
    /* font-weight: normal; */
}

a,
ins
{
    text-decoration: none;
}

address,
em,
cite,
dfn,
var
{
    font-style: normal;
}

input,
textarea
{
    font-weight: normal;
}

img
{
    border: none;
}

.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

.clearfix
{
    min-height: 1px;
}

* html .clearfix
{
    height: 1px;
    /*¥*//*/
  	height: auto;
  	overflow: hidden;
  	/**/
}

a
{
    color: #337ab7;
    outline: none;
}

a:hover
{
    text-decoration: none;
}

body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6em; /* 16px */
    line-height: 1.5;

    color: #333;
}

/* @end */

ul
{
    list-style: none;
}
