@charset "UTF-8";
/*====================================================================================
	Normal Display Setting 
====================================================================================*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, HiraKakuProN-W3, sans-serif;
	color: #444444;
	line-height: 150%;
	background-color: #FFF;
	background-image: url('/img/purchase_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat;
	-webkit-text-size-adjust: none;
}

header {
	text-align: left;
	background-color: #262729;
	padding: 7px;
	margin-bottom: 12px;
	overflow: auto;
}

header h1 {
	width: 99px;
	height: 30px;
	line-height: 1%;
	text-indent: -9999px;
	background-image: url('/img/purchase_logo_normal.png');
	background-size: 99px 30px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: table-cell;
	float: left;
}

header div#lang {
	line-height: 100%;
	font-size:12px;
	float: right;
}

header div#lang img {
	margin-right: 4px;
	vertical-align: text-bottom;
}

header div#lang a {
	color:#fff;
	text-decoration: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	header h1 {
		width: 99px;
		height: 30px;
		line-height: 1%;
		text-indent: -9999px;
		background-image: url('/img/purchase_logo_normal.png');
		background-size: 99px 30px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		display: table-cell;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	header h1 {
		width: 99px;
		height: 30px;
		line-height: 1%;
		text-indent: -9999px;
		background-image: url('/img/purchase_logo_retina.png');
		background-size: 99px 30px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		display: table-cell;
	}
}

section {
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
	padding: 12px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 19px;
}

section h1 {
	font-size: 120%;
	color: #000;
	margin-bottom: 12px;
}

p.explain {
	text-align: left;
	display: block;
	margin-bottom: 19px;
}

table {
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

table th, table td {
	font-weight: normal;
	padding: 12px;
	border: solid 1px #CCC;
}

table th {
	width: 80px;
	height: auto;
	text-align: right;
	vertical-align: middle;
	background-color: #F0F0F0;
}

table td {
	text-align: center;
	vertical-align: middle;
}

table span {
	font-weight: bold;
	color: #F00;
}

p.buy {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

p.buy a {
	color: #FFF;
	font-size: 150%;
	font-weight: normal;
	text-decoration: none;
	text-shadow: -1px -1px 1px #930;
	height: auto;
	padding: 12px;
	border: solid 1px #F60;
	border-radius: 6px;
	display: block;
    background: -moz-linear-gradient(top, #FC6, #F60);  
    background: -webkit-gradient(linear, left top, left bottom, from(#FC6), to(#F60));
}

p.notes {
	text-align: left;
	margin-top: 10px;
	display: block;
}

div.restore {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top: #CCC 1px solid;
}

div.restore #explain {
	text-align: left;
	margin-bottom: 12px;
	display: block;
}

p.page-top {
	font-size: 80%;
	text-align: right;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 12px;
}

footer {
	background-color: #262729;
	padding: 7px;
	text-align: center;
}

footer address {
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.1em;
}

img {
	border: none;
}

a {
	color: #006699;
	outline: none;
}

address {
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 0.1em;
}

/*----------------------------------------------------------------------------------
	Select Lang
------------------------------------------------------------------------------------*/
#select-lang {
	width: 110px;
	height: 30px;
	float: right;
	overflow: hidden;
	background-color: #262729;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

#select-lang select {
	color: #D9E0E6;
	font-size: 12px;
	line-height: 1;
	width: 110px;
	height: 30px;
	padding: 9px 8px 8px 12px;
	margin: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #262729;
	background-image: url('/img/btn/selectLang_handle.png');
	background-position: 76px -6px;
	background-repeat: no-repeat;

    -webkit-appearance: button;
       -moz-appearance: button;
        -ms-appearance: button;
    		appearance: button;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Firefox Hack */
@-moz-document url-prefix() {
	#select-lang {
		width: 110px;
		height: 30px;
	}
}

@-moz-document url-prefix() {
	#select-lang select {
		width: 110px;
		height: 30px;
		padding: 9px 8px 8px 12px;
	}
}
/*----------------------------------------------------------------------------------
	Select Lang end
------------------------------------------------------------------------------------*/