@charset "utf-8";
/*reset.css*/

/* SITE：Allergy Mobile System
______________________________________*/


/*	 リセット
/*===========================================================*/

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

address, em
{
    font-style: normal;
}

strong, th
{
    font-weight: normal;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th
{
    text-align: left;
}

hr, legend
{
    display: none;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

img, fieldset
{
    border: 0 none;
}

img
{
    border: 0 none;
    vertical-align: top;
}

li
{
    list-style-type: none;
}

body
{
    color: #464646;
    font: 12px/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

html > body
{
    font-size: 16px;
}

.clear
{
    clear: both;
}

.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

* html .clearfix 
{
    height: 1%;
}

.clearfix 
{
    display: block;
}

.clearfix + *
{
    clear: both;
}

.clearfix
{
    overflow: hidden;
}
