@charset "UTF-8";



/* ----------共通---------- */

/* 全体 */

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
	font-size: 14px;
	line-height: 1.8em;
}

/* リンク */

a {
	transition: 0.3s;
}

a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

/* テキストエリア */

textarea {
    resize: none;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* -----共通----- */

body {
	width: 100%;
	font-size: 14px;
	line-height: 1.3em;
}



}