@charset "utf-8";
/*------------------------------------
  Coder: TORIYAMA Yuko
  Date : 2015/03/27
  Msg  : the mobile page for Vector
------------------------------------*/
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, hgroup,
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 {
  line-height: 1;
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border: 1px solid #999999;
  border-radius: 0.25rem;
  height: 2rem;
  font-size: 1rem;
}
input[type="text"]{
  width: 60%;
}
input[type="submit"]{
  background-color: #dddddd;
  padding: 2%;
}

/* Link
--------------------------------------------- */
a {
  color: #0e69cd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Structure
--------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: #f5f5f5;
}

.container {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#main {
  width: 100%;
}

/* Header
-------------------------------------------------------------- */
#header {
  width: 100%;
  z-index: 9999;
  background-color: #bce3f6;
  padding: 5px 0;
}
#header .logo {
  max-height: 40px;
  width: auto;
  margin: auto;
  display: block;
}

#searchform{
  text-align: center;
  padding: 0.75rem;
  background-color:#81c0e0;
}

/* Footer
--------------------------------------------- */
#footer {
  clear: both;
  width: 100%;
  position: relative;
  color: #999999;
  border-top: solid 1px #dddddd;
  padding-top: 1em;
  text-align: center;
}
#footer ul {
  width: calc(98% / 2);
  max-width: 220px;
  display: inline-block;
  font-size: 13px;
  padding: 0 1%;
}
#footer ul li {
  text-align: left;
}
#footer ul li a {
  display: block;
  color: #999999;
  padding: 3px;
}
#footer .copyright {
  clear: both;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}
#footer .copyright a {
  color: #333333;
}
#footer #back-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 3;
}
#footer #back-top a {
  background: none repeat scroll 0 0 #dddddd;
  border-radius: 5px 5px 0 0;
  display: block;
  height: 2em;
  width: 7em;
  padding-top: 0.4em;
  opacity: 0.7;
  text-align: center;
  text-decoration: none;
}
#footer #back-top a span {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
#footer #back-top a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}