@charset "utf-8";

/* font-face
---------------------------------------------------------- */
@font-face {
	font-family: 'fontello';
	src: url('../ccms.woff?20151210') format('woff'),
		 url('../ccms.ttf?20151210') format('truetype'),
		 url('../ccms.svg?20151210#ccms') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* basic element
---------------------------------------------------------- */
html { font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { color: #222; background-color: #f7f4f4; }
textarea { resize: vertical; }
input[type="file"] { max-width: 100%; }

/* IOSで拡大を防ぐ */
input,
textarea,
select,
.form-control { font-size: 1.6rem; }
