@charset "utf-8";

*{
	word-break:break-all;
}

/* 以下ページ用 */
p{
	line-height:150%;
	color:#000;
}

#content h1{
	margin:-8px auto 0;
}

#content h2{
	margin: 0;
	text-align: center;
}

#main_content{
	background:url("/static/docs/PC/campaign/ameba/20130114/bg.gif") repeat scroll center center #FF3366;
	padding-bottom:10px;
}

/*
#main_content a{
	color: #ffe100;
}
*/

#flow {
	margin:0 auto 60px;
	width: 800px;
 	background-color: #fff;
	padding: 20px 0 0;
	text-align: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 35px;
}

#flow h3 {
	width: 760px;
	margin: 0 auto 25px;
}

#flow .step{
	padding:0 0 25px 25px;
}

#flow .image {
	float: left;
	margin-right: 20px;
	text-align: left;
	width: 285px;
}

#flow .text {
	float: left;
	text-align: left;
	width:455px;
}

#flow .lead {
	margin-bottom: 10px
}

#flow .step p {
	padding-left:10px;
}

.obj{
	margin: 0 auto 30px;
	text-align:center;
}

div.sub{
	font-size:22px;
	/*border-bottom:1px solid #333;*/
	text-align:left;
	margin:30px auto;
	width:900px;
	color: #ff3366;
}

/*
div.sub h3{
	margin-bottom:5px;	
}
*/

.button {
	text-align: left;
	width:406px;
}

.button_entry {
    background: url("/static/docs/PC/campaign/ameba/20130114/btn_register_off.png") no-repeat;
    display: block;
    height: 57px;
    width: 406px;
    text-indent: -9999px;
	margin: 0 0 5px 10px;
}

.button_entry:hover {
    background: url("/static/docs/PC/campaign/ameba/20130114/btn_register_on.png") no-repeat;
}

.button_ameg {
    background: url("/static/docs/PC/campaign/ameba/20130114/btn_ameg_off.png") no-repeat;
    display: block;
    height: 57px;
    width: 406px;
    text-indent: -9999px;
	margin: 0 0 5px 10px;
}

.button_ameg:hover {
    background: url("/static/docs/PC/campaign/ameba/20130114/btn_ameg_on.png") no-repeat;
}

.button_serial {
    background: url("/static/docs/PC/campaign/ameba/20130114/btn_serial_off.png") no-repeat;
    display: block;
    height: 57px;
    width: 406px;
    text-indent: -9999px;
	margin: 0 0 5px 10px;
}

.button_serial:hover {
    background: url("/static/docs/PC/campaign/ameba/20130114/btn_serial_on.png") no-repeat;
}


#content div.detail{
	/*background:#ddd;*/
	padding:0 30px 20px;
	text-align:left;
}

#content div.detail h2{
	background:#000;
	color:#FDC041;
	padding:10px;
	font-size:18px;
}
#content div.detail div{
	background:#FFF;
	padding:10px 10px 0;
}
#content div.detail li{
	padding-bottom:10px;
}
#content div.detail li h3{
	color:#FF5F00;
	line-height:175%;
	margin-bottom:5px;
	font-size:14px;
}
#content div.detail li h4{
	color:#ff3366;
	line-height:175%;
}
#content div.detail li p{
	line-height:175%;
	margin-bottom:10px;
}

.pagetop{
	bottom: 10px;
    position: absolute;
    right: 20px;
}

#balance_invite {
	width:920px;
	height:215px;
	background:url(/static/docs/PC/images/parts/invite/balance/banner_members_w920h215.jpg) no-repeat;
	position:relative;
	margin: 10px auto 20px;
}
#balance_invite .button_detail {
	width:120px;
	height:32px;
	top:152px;
	left:23px;
	border-radius:5px;
	overflow:hidden;
}
#balance_invite .button_register {
	width:172px;
	height:70px;
	top:40px;
	left:725px;
	border-radius:5px;
	overflow:hidden;
}
#balance_invite .button_login {
	width:172px;
	height:52px;
	top:147px;
	left:725px;
	border-radius:5px;
	overflow:hidden;
}
#balance_invite .button_detail, 
#balance_invite .button_register,
#balance_invite .button_login {
	position:absolute;
	display:block;
	text-indent:-9999px;
}
#balance_invite .button_detail:hover, 
#balance_invite .button_register:hover,
#balance_invite .button_login:hover {
	background:#FFFFFF;
	opacity:0.2;
	filter: alpha(opacity=20);
	zoom:1;
}

#members_invite{
	background:url(/static/docs/PC/images/parts/invite/figure-mybitcash-02.jpg) no-repeat;
	width:920px;
	height:215px;
	position:relative;
	margin: 10px auto 20px;
}

.red {
	color: #e50000;
	font-weight: bold;
}





