@charset "utf-8";
/*************************************
　デフォルトのスタイルのリセット
*************************************/
/***********
    RESET
************/
fieldset,input,textarea {
    margin: 0;
    padding: 0;
}

strong{
    color: rgb(33,33,33);
}
ul,li{
    list-style-type:none;
}


img,a img {
    border:none;
    vertical-align:bottom;
}
a:focus {
	outline:none;
}

hr{
    display:none;
}

/* ----------------------------------------------------------------------------  
　Clearfix：float解除
----------------------------------------------------------------------------  */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */