@charset "utf-8";

div{
	zoom:1;
}
div:after{
	content:" ";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

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

#content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    min-height: 100%;
    text-align: center;
	width: 100%;
}

/*
#content h1{
	margin-top:-8px;
}
*/

#mobage_header {
    background: url("/static/docs/PC/campaign/mobage/20121001/bg_main.jpg") no-repeat scroll center top #002154;
}


#main_content{
	background:url("/static/docs/PC/campaign/mobage/20121001/bg_summary.jpg") no-repeat scroll center top #002154;
	padding-top: 30px;
}

#flow {
    background: url("/static/docs/PC/campaign/mobage/20121001/bg_blue.jpg") repeat scroll center center #0c80b2;
}

#flow_inner{
	background:url("/static/docs/PC/campaign/mobage/20121001/bg_flow.jpg") no-repeat scroll center top transparent;
}

#flow h2{
    background-image: url("/static/docs/PC/campaign/mobage/20121001/bg_title-flow.png");
    background-position: center top;
    background-repeat: repeat-x;
    margin-bottom: 20px;
    padding: 0;
	text-align: center;
}

#flow p{
	color: #fff;
}

#flow a{
	color: #1af7ff;
}

.stitle {
	margin: 0 auto 20px;
}

.figure{
	/*margin:0 auto 40px;*/
	padding-bottom: 30px;
}

#summary{
	margin:0 auto;
	width:960px;
}

#summary h3{
	float:left;
	text-align:center;
	margin: 0 10px 0 30px;
}

.step{
	margin:0 auto 35px;
	text-align:center;
}

.finish{
	margin:-15px auto 0;
	text-align:center;
}

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

div.sub{
	font-size:16px;
	border-bottom:1px solid #0D3773;
	text-align:left;
	margin:30px auto;
	width:900px;
}

div.sub h3{
	margin-bottom:5px;
	color: #0D3773;	
}

.button {
	margin: 0 auto;
	height: 190px;
	text-align: center;
    background: url("/static/docs/PC/campaign/mobage/20121001/bg_button.jpg") repeat scroll center center #0e5f88;
}

.button_entry {
    background: url("/static/docs/PC/campaign/mobage/20121001/btn_register_off.png") no-repeat;
    display: block;
    height: 90px;
    width: 555px;
    text-indent: -9999px;
	margin:30px auto 10px;
}

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

#bitcash {
    background: url("/static/docs/PC/campaign/mobage/20121001/bg_gray.jpg") repeat scroll center center #ededed;
}
	

#bitcash h2{
    background-image: url("/static/docs/PC/campaign/mobage/20121001/bg_title-bitcash.png");
    background-position: center top;
    background-repeat: repeat-x;
    margin-bottom: 20px;
    padding: 0;
	text-align: center;
}

.box {
    margin: 0 auto 30px;
 	background-color: #FFFFFF;
	width: 860px;
	padding: 20px;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 0px #c2c2c2;
	-webkit-box-shadow: inset 0px 1px 0px #c2c2c2;
	box-shadow: inset 0px 1px 0px #c2c2c2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#bitcash h3{
	margin-bottom: 20px;
}

.box div {
	float: left;
	margin-right: 20px;
}

.merit {
    margin: 20px auto 0;
	text-align: center;
	width:900px;
	padding-bottom: 40px;

}

.merit1 {
	float: left;
	margin-right:20px;
}

.merit2 {
	float: left;
}


div.detail{
	/*background:#ddd;*/
	padding:0 30px 50px;
	text-align:left;
	width:900px;
	margin: 0 auto;
}

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

p.totop{
	margin:5px;
	text-align:right;
}

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

#footer{
	border-top:1px solid #DCDCDC;
	position:relative;
	padding:10px 0 10px;
	width:100%;
	text-align:center;
}

#footer div.pmark{
	position:absolute;
	top :20px;
	left:20px;
}

#footer #copyright{
	margin-top:10px;
}

#footer ul {
	margin-top:10px;
}

#footer li{
	border-right: 1px solid #666;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#footer li.right{
	border:none;
}

#footer div{
	margin-bottom:5px;
}

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

.large {
	font-size: 16px;
	font-weight: bold;
}

.orange {
	color: #ff4800;
	font-weight: bold;
}
.error{
	color:#ff3300;
	font-size:24px;
}

