@charset "utf-8";
/* CSS Document */

/* A Modern CSS Reset start */
*, *::before, *::after {
    box-sizing: border-box
}
ul[class], ol[class] {
    padding: 0
}
body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
    margin: 0
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}
ul[class], ol[class] {
    list-style: none
}
a:not([class]) {
    text-decoration-skip-ink: auto
}
img {
    max-width: 100%;
    display: block
}
article>*+* {
    margin-top: 1em
}
input, button, textarea, select {
    font: inherit
}
img:not([alt]) {
    filter: blur(10px)
}

@media(prefers-reduced-motion:reduce) {
* {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
}
}
/* A Modern CSS Reset end */
html {
    background: #00478B;
    color: #ffffff;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.market-price {
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
	/*border: 1px solid #f00;*/
	height: 205px;
}
#simplified .market-price {
	height: 205px;
}
#detailed .market-price {
	height: 320px;
}
.title, .update, .price-table, .button {
    margin-left: auto;
    margin-right: auto;
}
.title, .update {
    margin-bottom: 0.5rem;
}
.title {
    font-size: 1.5rem;
    font-weight: bold;
}
.update {
    text-align: right;
    font-size: 0.75rem;
}
.update:after {
	content: ' 更新';
}
.flex {
    display: flex;
    width: 100%;
}
.gold, .platinum {
    width: 100%;
}
.headline {
    font-weight: bold;
}
.price-table {
    background: #ffffff;
    color: #00478B;
    border-collapse: collapse;
    width: 100%;
    font-size: 1rem;
	margin-bottom: 1rem;
}
.price-table th, .price-table td {
    border: 1px solid #00478B;
	padding: 0;
}
.material {
    font-weight: normal;
}
.price {
    font-weight: bold;
	font-size: 1.5rem
}
/*.price:after {
	content: ' 円/g';
}*/
.button {
    background: #ffffff;
    color: #00478B;
    border: 1px solid #00478B;
    border-radius: 50px;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
	font-size: 1rem;
	height: 50px;
	position: relative;
	
}
.button a {
    text-decoration: none;
    color: #00478B;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 3rem;
}