@charset "UTF-8";
/*
-----------------------------------------------
MFC こだわりサプリ MediaBox Base Styles
Version: 1.00
----------------------------------------------- */


/* styleReset
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


/* pageStructure
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "qMmpS Pro W3", "lr oSVbN", Osaka, sans-serif;
}

h1 {
	margin: 10px 0 5px 0;
	line-height: 1em;
	font-size: 13px;
	color: #000;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.2em;
	font-size: 13px;
	color: #333333;
}

address {
	line-height: 1.4em;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

address a {
	color: #333333;
	text-decoration: none;
}


#box {
	margin: 20px 20px 0 20px;
}