@charset "utf-8";
/* ------------------------------------- */
/* Layout */
/* ------------------------------------- */
#container{
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.75;
}
#main{
	padding: 50px 0 0;
	color: #475059;
	font-size: 14px;
}
#main h1,
#main h2.h2_purchase_ttl{
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
#main h3.h3_ttl{
	font-weight: 300;
	line-height: 50px;
	border-left: 3px solid #0075c2;
	font-size: 24px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.section {
	margin-bottom: 30px;
}

.section p.more{
	text-align:right;
	margin-top: 10px;
}
div#btn_box {
	width: 100%;
	height:60px;
}

div#btn_box ul{
	margin: 0 auto;
	width: 605px;
}
div.link_box{
	height:57px;
	margin-left:160px;
}
div.link_box a.button_bitcash{
	display:block;
	background:url(/static/docs/PC/images/content/guide/button-guide-what_off.png) no-repeat left bottom;
    border: none;
    cursor: pointer;
	width:202px;
	height:57px;
    text-indent: -9999px;
}
div.link_box a.button_bitcash:hover {
	background:url(/static/docs/PC/images/content/guide/button-guide-what_on.png) no-repeat left bottom;
}
div.link_box li.active a.button_bitcash{
	background:url(/static/docs/PC/images/content/guide/button-guide-what_current.png) no-repeat left bottom;
}
div.link_box a.button_purchase{
	display:block;
	background:url(/static/docs/PC/images/content/guide/button-guide-purchase_off.png) no-repeat left bottom;
    border: none;
    cursor: pointer;
	width:200px;
	height:57px;
    text-indent: -9999px;
}
div.link_box a.button_purchase:hover {
	background:url(/static/docs/PC/images/content/guide/button-guide-purchase_on.png) no-repeat left bottom;
}
div.link_box li.active a.button_purchase{
	background:url(/static/docs/PC/images/content/guide/button-guide-purchase_current.png) no-repeat left bottom;
}
div.link_box a.button_balance{
	display:block;
	background:url(/static/docs/PC/images/content/guide/button-guide-balance_off.png) no-repeat left bottom;
    border: none;
    cursor: pointer;
	width:202px;
	height:57px;
    text-indent: -9999px;
}
div.link_box a.button_balance:hover {
	background:url(/static/docs/PC/images/content/guide/button-guide-balance_on.png) no-repeat left bottom;
}
div.link_box li.active a.button_balance{
	background:url(/static/docs/PC/images/content/guide/button-guide-balance_current.png) no-repeat left bottom;
}

div.link_box li{
	float:left;
}
