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

/* clearfix（任意で） */
*:after { display:block; clear:both; }
/* はみ出し対策 */
body { width:100%;}

/* ↓以下通常CSSを記載していく */

/* 全体の設定
--------------------*/
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
}

.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

.clear{ clear:both}



body{font-size:13px;-webkit-text-size-adjust:100%;}


img{border:none;}
li{list-style:none;}

a{color:#ff970f;}/* リンク色変更はここ */

p.resizeimage img { width: 100%; }


