@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name  : extend.css
 * style info  :  index top
 -----------------------------------------------------------*/ 
 /* =Wrapper
-----------------------------------------------------------------------------*/
#wrapper_registration {
	z-index: 100;
	width: 100%;
	background: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

 /* index
----------------------------------------------------------- */
.red{
	color: #c1272d;
}

div.btn-center {
	width: 670px;
	margin: 45px auto 0 auto;
	text-align: center;
}
.button_noagree {
	float: left;
}
.button_agree {
	float: right;
	width: 320px;
	margin: 0 auto;
	background: url("../img/button_agree_over.png") no-repeat;
}
.button_agree input:hover {
	opacity: 0.0;
	/* IE */
	filter: alpha(opacity=0);
}

/* 任意の文字をリストマーク */
ul.disc {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-position: outside;
}
ul.disc li {
	position: relative;
	list-style: none;
	margin-bottom: 0em;
	margin-left: 0.5em;
}
ul.disc li span {
	position: absolute;
	top: 0;
	left: -1em;
}
* html ul.disc li span {
	top: -0em;
} /* for win ie6 */
*:first-child+html ul.disc li span {
	top: -0em;
} /* for win ie7 */
ol.num {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-position: outside;
}
ol.num li {
	position: relative;
	list-style: none;
	margin-bottom: 0em;
	margin-left: 0.5em;
}
ol.num li span {
	position: absolute;
	top: 0;
	left: -1.5em;
}
* html ol.num li span {
	top: -0em;
} /* for win ie6 */
*:first-child+html ol.num li span {
	top: -0em;
} /* for win ie7 */

ol.num2 {}
ol.num2 li {
	position: relative;
	list-style: none;
	margin-bottom: 0em;
	margin-left:2em;
}
ol.num2 li span {
	position: absolute;
	top: 0;
	left: -2em;
}
* html ol.num2 li span { top: -0em; } /* for win ie6 */
*:first-child+html ol.num2 li span { top: -0em; } /* for win ie7 */

ol.num3 {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-position: outside;
}
ol.num3 li {
	position: relative;
	list-style: none;
	margin-bottom: 0em;
	margin-left: 0.5em;
}
ol.num3 li span {
	position: absolute;
	top: 0;
	left: -1.5em;
}
* html ol.num3 li span {
	top: -0em;
} /* for win ie6 */
*:first-child+html ol.num3 li span {
	top: -0em;
} /* for win ie7 */

.MB_50px {
	margin-bottom: 50px;
}
