body {
	background-color: #eee;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #3c3c3b;
	margin: 0;
}

.body_container .logo_container img.logo {
	width: 250px;
	max-width: 70%;
}

.logo_container {
	margin: 0 auto 40px;
	text-align: center;
}

a {
	color: #00aeef;
	border-bottom: solid 1px #00aeef;
	text-decoration: none;
}

a:hover {
	color: #ec008c;
	border-bottom: solid 1px #ec008c;
	text-decoration: none;
}

.body_container {
	max-width: 680px;
	margin: 5vw auto;
	text-align: left;
	background-color: #fff;
	padding: 5vw;
}

.body_container img {
	margin: 15px 0;
	width: 100%;
	height: auto;
}

.caption {
	margin-top: 0;
	margin-bottom: 30px;
	color: #999;
	font-size: 0.875em;
}

a.button {
	background-color: #008858;
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px;
	border-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 1.25em;
	margin: 40px 0 10px 0;
	border-radius: 7px;
}

a.button.news_button.buy_button {
	background-color: #e6007e;
	border: solid 5px #ca006e;
	margin-top: 60px;
	margin-bottom: 60px;
}

a.button.buy_button.buy_button2 {
	margin-top: 60px;
	margin-bottom: 60px;	
}

a.button.news_button.buy_button:hover {
	background-color: #ca006e;
	
}

a.button:hover {
	background-color: #005738;
	border-bottom: 0;
}

a.button.news_button {
	background-color: #1d97ab;
	margin: 0 0 40px 0
}

a.button.news_button:hover, a.normal_button:hover {
	background-color: #135661;
}

a.normal_button {
	background-color: #1d97ab;
	
}

table.colour_chart td, table.colour_chart th {
border: #ddd solid 1px;
padding: 10px;
min-width: 30px;
text-align: center;
}

table.colour_chart th {
	background-color: #333;
	color: #fff;
}

table.colour_chart td:first-child {
	font-weight: bold;
}

table.colour_chart td.cyan { background-color: #c9e9fb; }
table.colour_chart td.magenta { background-color: #f9d3e6; }
table.colour_chart td.yellow { background-color: #fffad2; }
table.colour_chart td.black { background-color: #ddd; }

table.colour_chart td.cyan0, 
table.colour_chart td.magenta0, 
table.colour_chart td.yellow0, 
table.colour_chart td.black0 {
	background-color: #fff;
}

table.colour_chart td:last-child {
	border-left: solid 50px;
}

/* ============================
Media Queries
============================ */

@media only screen and (max-width: 760px) {
	.body_container {
		margin: 0 auto;
	}
}