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

	
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-weight:normal;
	font-size:100%;
	color:#000;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span{
	margin:0;
	padding:0;
}

h1,h2,h3,h4{
	font-size:12px;
	font-weight:normal;
}

img{
	vertical-align:bottom;
}

a img{
	border:none;
	outline:none;
}

a:focus {
  outline: none;
}

ul,ol {
	list-style:none;
}

.clear{
	clear:both;
}

.clearFix {
    overflow: hidden;
}
.clearFix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
* html .clearFix {
    height: 1em;
    overflow: visible;
}

.fl{
	float:left;
}
.fr{
	float:right;
}


a{
	text-decoration:underline;
	color:#ea5404;
}

a:hover{
	text-decoration:none;
}

.text_al_c{
	text-align:center;
}

.dm{
	display:none;
}

header h1{
	text-align:center;
	background:#FFF;
	border-bottom:#e5e5e5 1px solid;
	margin-bottom:1px;
}

.r_box{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


@media screen and (max-width: 640px) {
		
	header h1 img{
		width:70%;
		height:auto;
	}

}










