@charset "utf-8";
.senter-half {
	text-align: center;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}.step-1 {
	width: 18%;
	font-weight: bold;
	float: left;
}

.step-2 {
	float: left;
	width: 82%;
}
.step-2a {
	float: left;
	width: 52%;
}

.step-3 {
	float: left;
	width: 30%;
	text-align: center;
}

.last-tag {
	width: 100%;
	clear: both;
	padding-top: 20px;
}
DIV.box{
	position:relative;
	clear:both;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 1em;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
.under-line {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #036;
}
a.none-line{
	text-decoration: none;
	font-weight: bold;
}
.t-ble80 {
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 1ex;
}
/*↓クラス「nolist」を指定されたUL内のLIに対して表示をインラインレベルに変更する*/
.nolist	{
	list-style: none;
	margin: 0px;
}
.nolist li	{
	padding-bottom: 1ex;
}
/*↑クラス「nolist」を指定されたUL内のLIに対して表示をインラインレベルに変更する*/

/*▼google引用リストスタイル▼*/
.products {
	list-style: none outside;
}
.products li {
	float: left;
	width: 49.999%;
	display: inline;
	font-weight: bold;
	padding-top: 1em;
}
.products li span {
	display: block;
	margin: 0;
	margin-left: 5px;
}
.products li img {
	float: left;
}
.products li a.light {
	font-weight: normal;
	color: #77c;
}
.products li.more {
	clear: both;
	padding: .2em 0 0;
	font-weight: normal;
}
/*▲google引用リストスタイル▲*/
.underline-box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	position: relative;
	clear: both;
	float: left;
	width: 95%;
	overflow: hidden;
	display: inline;
	padding-left: 5%;
	padding-bottom: 1ex;
}
/*google引用スタイルとセット▲*/
