@charset "UTF-8";



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

/* 全体 */

body {
	font-family: tbudgothic-std, sans-serif;
	margin: 0;
	font-size: 14px;
	line-height: 1.8em;
}



/* -----リスト----- */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* -----リンク----- */

a {
	transition: 0.3s;
	text-decoration: none;
}

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



/* -----テキスト----- */

p {
	margin: 0;
	padding: 0;
}



/* -----テキストエリア----- */

textarea {
    resize: none;
}



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



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

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



}