@charset "utf-8";

/*========================

個人情報保護方針

========================*/

/*------------------------

常にインクルードするCSS

------------------------*/

@import "reset.css";
@import "base.css";

/*-----------------------------------------

マージン

-----------------------------------------*/

.marginTop1em {
	margin-top: 1em;
}

.marginLeft3em {
	margin-left: 3em;
}

/*-----------------------------------------

テキスト

-----------------------------------------*/

.txtRight {
	text-align:right;
}

/*-----------------------------------------

リスト

-----------------------------------------*/

.text .mokuteki {
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.mokuteki li {
	list-style: decimal;
}

.text .riyo {
	margin-top: 1em;
	margin-bottom: 1em;
}

.riyo li {
	list-style: none;
}

ol.list {
	margin-left: 3em;
}

ol.list li {
	list-style-type:decimal;
}

ol.list li ul li {
	list-style-type:none;
}

/*-----------------------------------------

お問い合わせ

-----------------------------------------*/

.contact {
	margin-top:10px;
	padding-top:10px;
	border-top:#CCC solid 1px;
}