@charset "UTF-8";

@media only screen and (min-width: 641px) {

/* ---------------------------------------------------------
    CSS Document PC
--------------------------------------------------------- */

html, body {
	background: #E5F3B4;
}

#visual {
	/* 背景画像 */
	background-image: url(https://function5.biz/sbin/mt-static/support/theme_static/nadeshiko/images/header_simple_green.jpg);
	/* テキスト位置 */
	text-align: center;
}

#visual dt a {
	/* 文字色 */
	color: white;
}

#visual dd {
	/* 文字色 */
	color: white;
}

}

@media only screen and (max-width: 640px) {

/* ---------------------------------------------------------
    CSS Document SP
--------------------------------------------------------- */

#header {
    background: #E5F3B4;
}

#header h1 a {
	color: white;
}

#visual {
	/* 背景画像 */
	background-image: url(https://function5.biz/sbin/mt-static/support/theme_static/nadeshiko/images/header_simple_green.jpg);
}

#visual dt a {
	/* 文字色 */
	color: white;
}

#visual dd {
	/* 文字色 */
	color: white;
}

}
