@charset "utf-8";
/*
==================================================
Reset, Base
==================================================
*/
/*
--------------------------------------------------
Reset Style
--------------------------------------------------
*/
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, textarea,
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;
  font-size: 100%;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  overflow-y: scroll;
}

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

b,
strong {
  font-weight: bold;
}

nav, ol, ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

input,
button,
textarea {
  line-height: 1.231;
  color: #444444;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
  font-size: 13px;
}

select,
input,
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6,
p, dl, dt, dd, ul, ol, li, table, th, td,
div, blockquote, pre,
form, fieldset, legend,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  *zoom: 1;
}

/*
--------------------------------------------------
@:Default Style
--------------------------------------------------
*/
body {
  *position: relative;
  line-height: 1.231;
  color: #444444;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
  font-size: 13px;
}
body.ExOsMac {
  font-family: "sans-serif";
}

a {
  cursor: pointer;
}
a:link, a:visited {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #2d90c5;
  text-decoration: underline;
}

/*
==================================================
Contents specific style
==================================================
*/
html, body {
  height: 100%;
  min-height: 100%;
}

body {
  background: #f4f7ff;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
  min-width: 1000px;
}

a {
  color: #333;
  text-decoration: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.header .headerInner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 59px;
}
.header .headerLogo {
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.header .headerLogo .livedoor,
.header .headerLogo .blog,
.header .headerLogo .logo10th {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  padding: 0;
  border: none;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
  *word-wrap: normal;
  vertical-align: top;
}
.header .headerLogo .livedoor {
  width: 78px;
  height: 30px;
  margin-top: 17px;
  background: url(/blog_portal/pc/img/lp/welcome/bg_globalHeader.png) no-repeat 0 0;
}
.header .headerLogo .blog {
  width: 90px;
  height: 30px;
  margin-top: 17px;
  background: url(/blog_portal/pc/img/lp/welcome/bg_globalHeader.png) no-repeat -78px 0;
  margin-left: 1px;
}
.header .headerLogo .logo10th {
  width: 80px;
  height: 60px;
  background: url(/blog_portal/pc/img/10th/10th_s.png) no-repeat 0 0;
}
.header .social {
  float: right;
  margin-top: 18px;
}
.header .social ul {
  overflow: hidden;
}
.header .social li {
  float: left;
  margin-left: 20px;
}

iframe.twitter-share-button {
  width: 105px!important;
}

#globalContainer {
  background: url("/blog_portal/pc/img/10th/present/bg.jpg") no-repeat fixed center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 100%;
  position: relative;
}

.main {
  width: 980px;
  margin: auto;
  padding-top: 61px;
}
.main .wrap {
  width: 420px;
  padding: 0 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff)";
}
.main .wrap:not(:target) {
  filter: none;
  -ms-filter: none;
}
.main .read {
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.main .title {
  margin: 19px 0 0 -20px;
  width: 460px;
  height: 131px;
  background: url("/blog_portal/pc/img/10th/present/ttl.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.main .item {
  *zoom: 1;
  margin: 16px 0 23px;
}
.main .item:after {
  content: "";
  display: block;
  clear: both;
}
.main .item li {
  display: block;
  float: left;
  margin-left: 14px;
}
.main .item li:first-child {
  margin-left: 0;
}
.main .item li a {
  width: 130px;
  height: 153px;
  background: url("/blog_portal/pc/img/10th/present/nav.png") no-repeat left top;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.main .item .pen a {
  background-position: 0 0;
}
.main .item .pen a:hover {
  background-position: 0 -153px;
}
.main .item .note a {
  background-position: -144px 0;
}
.main .item .note a:hover {
  background-position: -144px -153px;
}
.main .item .sticker a {
  background-position: -288px 0;
}
.main .item .sticker a:hover {
  background-position: -288px -153px;
}
.main p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  word-break: normal;
  word-wrap: normal;
}
.main .target {
  margin-top: 53px;
}
.main .target h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.main .target .notes {
  margin-top: 4px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.main .schedule {
  margin-top: 33px;
}
.main .schedule h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.main .schedule .apply {
  display: block;
  width: 346px;
  margin: 37px auto 0;
  padding: 18px 0 14px;
  background: #00a0e9;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-text-shadow: #033169 0 -1px 0;
  -moz-text-shadow: #033169 0 -1px 0;
  text-shadow: #033169 0 -1px 0;
}
.main .schedule .apply:hover {
  background: #39b5ee;
  text-decoration: none;
}
.main .schedule .notes {
  width: 346px;
  margin: 15px auto 0;
  font-size: 12px;
}
.main .nb {
  margin-top: 55px;
}
.main .nb h1 {
  font-size: 12px;
}
.main .nb ul {
  margin-left: 1em;
  font-size: 12px;
  line-height: 1.8;
}
.main .nb li {
  text-indent: -1em;
  color: #666;
  word-break: normal;
  word-wrap: normal;
}
.main .nb a {
  color: #2d90c5;
  text-decoration: underline;
}
.main .nb a:hover {
  text-decoration: none;
}

footer {
  padding: 50px 0 40px;
}
footer .copyright {
  font-size: 12px;
  color: #666;
  font-family: Arial;
}

#overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000)";
  text-align: center;
  display: none;
  z-index: 1000;
}
#overlay:not(:target) {
  filter: none;
  -ms-filter: none;
}

.litebox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: auto;
  position: relative;
  top: 185px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  text-align: center;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.litebox .ttl {
  text-align: left;
  font-size: 12px;
  color: #515151;
  margin: 12px 0 0 15px;
}
.litebox .close {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url("/blog_portal/pc/img/10th/present/close.png") no-repeat left top;
}
.litebox .close:hover {
  background-position: 0 -12px;
}
.litebox img {
  margin: 40px;
}
