@charset "UTF-8";
/* init */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	line-height: 1.2em;
	/*word-break: keep-all;
	word-wrap: break-word;*/
}
header {
	background: #fff;
	position: relative;
	width: 100%;
	height: 37px;
	-webkit-box-shadow: 0px 1px 2px;
	box-shadow: 0px 1px 2px;
}
#logo-konami img {
	width: 130px;
	height: auto;
	float: left;
}
strong,b,.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.main {
	width: 92%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	font-size: 16px;
	line-height: 30px;
	word-wrap: break-word;
}
.wrap {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #b9cdd6 0%, #fff 100%) no-repeat;
	padding: 10px 0;
}
.main h1 {
    text-align: center;
    font-weight: bold;
    margin: 30px;
    font-size: 24px;
}
.lang-box {
	text-align: center;
	margin: 20px 0;
}
.lang-box select {
	padding: 15px;
}
