@charset "UTF-8";

body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,arial,clean,sans-serif;
	opacity: 0;
}

#purchase nav {
	margin: 0px 0 13px 0;
}

.frame_header {
    background: url('../img/frame_header.png') no-repeat;
    width: 986px;
    height: 18px;
}
.frame_middle {
    background: url('../img/frame_middle.png');
    width: 968px;
}

#purchase p.txt01 {
	width: 951px;
	height: 120px;
	background: url('../img/character/txt01.png');
}
#purchase p.txt02 {
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#purchase img {
    margin-top: 15px;
    margin-left: 8px;
    margin-bottom: 12px;
}
#purchase .retailers {
	width: 968px;
	text-align: center;
}
#purchase .btn-purchase {
	display: inline-block;
    color: #ff4343;
    background-color: #000;
	border: 2px solid #ff4343;
	border-radius: 5px;
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 12px;
	transition: all .3s;
}
#purchase a.btn-purchase:hover {
	color: #fff;
	border: 2px solid #fff;
	transition: all .3s;
}

#purchase .table-contain {
	padding: 15px 0;
}

#purchase table {
    width: 948px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    border-radius: 10px;
    border-collapse: separate;
    background-color: #000;
    color: #fff;
    text-align: center;
}

#purchase table tr.table-header th img {
	margin: 4px 0 2px 0;
}

#purchase table tr th {
	border-bottom: 2px solid #fff;
}
#purchase table tr.table-platforms th {
	font-size: 16px;
	height: 30px;
	vertical-align: middle;
}
#purchase table tr.table-platforms th:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#purchase table tr td {
	padding: 10px;
}

#purchase table tr td:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#purchase table tr td {
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

#purchase table tr:last-child td {
	border-bottom: none;
}

table a, table a:visited {
	color: #fff;
}