@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;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	line-height: 1;
	/*word-break: break-all;*/
	word-wrap: break-word;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary {
	display: block;
}


/* local */
body {
    color: #444;
    font-family: Arial, Helvetica, Trebuchet, 'Lucida Grande', Geneva, Verdana, Tahoma, sans-serif;
    background: #fff;
	font-size: 1.2rem;
	line-height: 1.5em;
}
select {
	font-family: Arial, Helvetica, Trebuchet, 'Lucida Grande', Geneva, Verdana, Tahoma, sans-serif;
}
p {
	margin: 5px;
	padding: 5px;
	font-size: 87.5%;
}
* a {
	word-break: break-all;
	color: #00a0e9;
}
.url {word-break: break-all}

#logo-konami img {
    width: 130px;
    height: auto;
    float: left;
}

header {
    background: #fff;
    position: relative;
    width: 100%;
    height: 37px;
    -webkit-box-shadow: 0px 1px 2px;
    box-shadow: 0px 1px 2px;
}

.contents {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #b9cdd6 0%,#fff 100%) no-repeat;
	padding:20px 0;
}

.contents .inner {
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding:10px;
}

.contents .content-title h1 {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
}

.content-main .intro {
	margin-bottom: 20px;
}

/* list-style modify */
.article ol li {
	list-style: none!important;
}
.article ol li::before {
	content:'-';
	margin-right: 10px;
}
/* list-style modify */

/* nav */
nav ul {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 30px;
}

/* copyright */
footer .copyright {
	text-align: center;
	font-size: 0.9rem;
}

/* section */
.article section+section {
	margin-top: 30px;
}
.article section h1 {
	font-weight: bold;
	font-size: 1.5rem;
}
.article section ol {
	list-style-type: square;
}
.article section ol li {
	margin: 10px 0 0 50px;
	font-size: 87.5%;
}
.article section ul {
	list-style-type: decimal;
}
.article section ul li {
	margin: 10px 0 0 30px;
	font-size: 87.5%;
}
.article section h2 {
	font-weight: bold;
	/*font-style: italic;*/
	margin: 10px;
	font-size: 87.5%;
}
.article section table {
	font-size: 0.8rem;
}
.article section table th,
.article section table td {
	border: 1px solid #000;
}
.article section table td:nth-child(3){
	max-width: 60px;
}
.article section table th {
	background-color: #eeece1;
	font-weight: bold;
	min-width: 100px;
}
.article section table td {
	padding: 5px;
}
@media screen and (max-width:320px){
	.article section table th,
	.article section table td {
		border: 1px solid #000;
		min-width: 30px;
	}
}

/* agree & confirm */
.confirm ul {
	margin: 30px;
	text-align: center;
}
.confirm li {
	display: inline-block;
}
.confirm li+li {
	margin-left: 20px;
}
.confirm li a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 5px;
	background-color: #eee;
	color: #000;
}
.confirm a:hover {
	opacity: 0.5;
}

/* sabun */
@media screen and (max-width:400px){
	.confirm li+li {
		margin: 20px 0 0 0;
	}
}

p.btn {
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 5px;
	width: 280px;
	margin: 20px auto;
	text-align: center;
}
p.btn>a {
	width: 280px;
	display: block;
}
p.btn:hover {
	opacity: 0.4;
}

.select-area {
	width: 96%;
	margin: 0 auto 10px;
	text-align: right;
}
.select-area select {
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #b9cdd6;
	font-size: 87.5%;
	line-height: 1.2857em;
	display: inline-block;
	width: 20%;
	min-width: 200px;
}
b {
	font-weight: bold!important;
}