/*--------------------------------------------------------------------*/
/* global                                                        */
/*--------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture, source {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
	margin:0;
	padding:0;
    color: #333;
	-webkit-text-size-adjust:100%;
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 100%;
    line-height: 1.4;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
	color: #333575;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style-type: none;
}
input,textarea,select {
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
html {
	font-size: 10px;
}

header {
	position: relative;
	margin: 0 0 30px;
	padding: 3px 0 0;
	width: 100%;
	background: #333575 url(https://www.kadokawa.co.jp/common/img/bg_rainbow_bd.gif) center top repeat-x;
}
header .inner {
	margin: 0 auto;
	padding: 0 38.5px;
	position: relative;
	height: 56px;
}
header #logo {
	margin: 0 5px;
}
header #logo a img {
	margin-top: 7px;
	width: 290px;
	height: auto;
}
footer {
	margin: 0;
	padding: 15px;
	background: #333575;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer strong {
	font-size: 14px;
	font-size: 1.4rem;
}
.title-wrap {
	position: relative;
	border-bottom: 3px solid #d6d7e3;
	margin-bottom: 25px;
}
.title-wrap h2 {
	color: #323276;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 3px solid #323276;
	margin-bottom: -3px;
	padding-bottom: 10px;
}
#main {
	margin: 0 auto;
	width: 100%;
	max-width: 680px;
}
#main .information-box {
	margin: 30px auto;
    padding: 18px;
    border: 1px solid #d7d5e3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#main .information-box h3 {
	margin-bottom: 1em;
	color: #333575;
	font-size: 18px;
	font-size: 1.8rem;
}
#main .information-box p {
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
}
#main .information-box strong {
	font-weight: bold;
}
/* Sphone */
@media (max-width: 640px) {
header {
	background: #323276 url(https://www.kadokawa.co.jp/common/img/bg_rainbow_bd_sp.gif) repeat-x center top;
}
header .inner {
	padding: 0 10px;
}
header #logo a {
	-moz-background-size: 400px 79px;
	-webkit-background-size: 400px 79px;
	background-size: 400px 79px;
	background-position: 0 -52px;
}
header #logo a img {
	margin-top: 14px;
	width: 210px;
	height: auto;
}
#main {
	margin: 0 10px;
	width: auto;
	max-width: initial;
}
.title-wrap h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
}
