@charset "UTF-8";
/*

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com

Twitter: @rich_clark

*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: #323232;
}

#wrapper {
  width: 640px;
  margin: auto;
  overflow: hidden;
}

#mainHead {
  height: 127px;
  position: relative;
}
#mainHead .menu {
  position: absolute;
  top: 25px;
  right: 25px;
}
#mainHead h1 {
  padding-top: 25px;
  margin-left: 25px;
}

#globalNavi {
  position: fixed;
  width: 640px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 50;
  top: 0;
  opacity: 0;
  display: none;
}
#globalNavi .close {
  position: absolute;
  top: 25px;
  opacity: 0;
  width: 100%;
  height: 74px;
}
#globalNavi .close p {
  position: absolute;
  height: 74px;
  width: 74px;
  right: 25px;
  opacity: 0;
}
#globalNavi ul {
  margin: 182px 25px 0;
}
#globalNavi ul li {
  width: 50%;
  float: left;
  margin-bottom: 35px;
}
#globalNavi ul li.none {
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  opacity: 0.5;
}
#globalNavi ul li a {
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  display: block;
  width: 100%;
}
#globalNavi ul li a.l1 {
  color: #ff3378;
}
#globalNavi ul li a.l2 {
  color: #7335b2;
}
#globalNavi ul li a.l3 {
  color: #00a1f1;
}
#globalNavi ul li a.l4 {
  color: #03a639;
}
#globalNavi ul li a.l5 {
  color: #ffa200;
}
#globalNavi ul li a.jp {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo;
  font-weight: bold;
}

footer {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 80px 0;
}
footer h1 {
  margin-bottom: 40px;
}
footer .sns {
  width: 300px;
  margin: 0 auto 50px;
}
footer .sns li {
  float: left;
  background: no-repeat left top #FF80AA;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: 140px;
}
footer .sns li:nth-child(2) {
  float: right;
}
footer .sns li a {
  display: block;
  padding-left: 45px;
  height: 41px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 26px;
  line-height: 41px;
  text-align: left;
}
footer .sns li.tw {
  background-image: url("../img/common/ft_tw.png");
  background-position: center;
}
footer .sns li.fb {
  background-image: url("../img/common/ft_fb.png");
}
footer .links {
  margin-bottom: 40px;
}
footer .links li {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
}
footer .links li:not(:last-child):after {
  content: "/";
  margin-left: 8px;
  margin-right: 5px;
}
footer .links li a {
  color: #FFF;
  text-decoration: none;
}
footer .copy {
  line-height: 1.8;
  margin: 0 50px 73px;
  font-size: 13px;
}

#mainHead {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background: #FFF;
}

#contents {
  padding-bottom: 105px;
}
#contents h1 {
  font-family: "Ubuntu", sans-serif;
  margin: 0 25px 20px;
  padding-top: 60px;
  font-size: 50px;
  color: #ff3378;
}
#contents h1 span {
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo;
  padding-left: 15px;
  font-weight: bold;
}

#bgArea {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#bgArea div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#bgArea .b1 {
  background: url("../img/common/bg_dot_green.png") left top;
}
#bgArea .b2 {
  background: url("../img/common/bg_dot_pink.png") center top;
}
#bgArea .b3 {
  background: url("../img/common/bg_mikatan.png") no-repeat center top;
  display: none;
}