.fix {
    zoom: 100%;
}
.fix:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.r{
	float: right;
}
.l{
	float: left;
}

.mt5{
	margin-top: 5px !important;
}

.img_btn{
	display: block;
	overflow: hidden;
	text-indent: 100%;
	background-position: top;
}
.img_btn:hover{
	background-position: bottom;
}

img {
    border: none;
}

a {
	text-decoration: none;
}

li{
	list-style: none;
}


/*body{
	-webkit-text-size-adjust: 100%;
}*//*スマフォfontバグ対策*/

/*Chrome(アンドロイド)fontサイズバグ修正用 font-sizeを指定した箇所に対してこれをかける*/
/*max-height: 999999px;*/