@charset "utf-8";

* {
	font-weight: normal;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}


body {
	margin: 20px;
	padding: 0px;
}


h1 {
	font-size: 100%;
	font-weight: bold;
}


h2 {
	font-size: 90%;
}


h3 {
	font-size: 70%;
	font-weight: bold;
}


p {
	font-size: 90%;
	line-height: 120%;
	border-bottom: 1px solid silver;
}


p span {
	font-size: 50%;
	color:  rgb(189, 189, 189);
	display: block;
	text-align: right;
}


span.small {
	font-size: 70%;
}


.main {
	margin: 0;
	padding: 0;
	font-size: 16px;
}


.main input[type="text"] {
	width: 60%;
}


.main p {
	word-wrap:break-word;
}


.footer {
	text-align: right;
	margin: 20px 0px 0px 0px;
}


.right {
	text-align: right;
	margin: 0px 0px 20px 0px;
}


.marinosphilosophy {
	text-align: right;
	color:  rgb(8, 0, 127);
	display: block;
}