@charset "Shift-JIS"; 
/*
16px基準文字サイズ対応表
10px  62.5%
11px  68.75%
12px  75%
13px  81.25%
14px  87.5%
15px  93.75%
16px  100%
17px  106.25%
18px  112.5%
19px  118.75%
20px  125%
21px  131.25%
22px  137.5%
23px  143.75%
24px  150%
25px  156.25%
26px  162.5%
*/
/* reset */
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 {
  overflow-y: scroll;
  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;
}
a, abbr {
  text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
body {
  width:100%;
  height:100%;
  font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",Arial,Verdana,Helvetica,sans-serif;
  font-size:16px;
  line-height:20px;
}
#eam-wrapper {
  background:#00a2ff;
}
#eam-container {
  width: 980px;
  margin: 0 auto;
}

/*app-download*/
#eam-container .app-download {
  padding: 35px 10px 45px;
  border-bottom:1px solid #000000;
}
#eam-container .app-download h2 {
  font-size:125%;
  font-weight: bold;
}
#eam-container .app-download .app-download-main {
  position: relative;
  width: 625px;
  padding: 0 0 0 135px;
  margin: 20px auto 0;
}
#eam-container .app-download .app-download-main .app-img {
  position: absolute;
  left: 0;
  top:0;
}
#eam-container .app-download .app-download-main h3 {
  font-size:125%;
  padding: 15px 0;
  font-weight: bold;
}
#eam-container .app-download .app-download-main p.lead {
  font-size:75%;
  line-height: 1.333;
}
#eam-container .app-download .app-download-main ul {
  overflow: hidden;
}
#eam-container .app-download .app-download-main ul li {
  margin: 15px 12px 0 0;
  float: left;
}
#eam-container .app-download .app-download-main ul li a {
  display:block;
}
#eam-container .app-download .app-download-main ul li a img {
  vertical-align: bottom;
  transition: all 0.3s ease 0s;
}
#eam-container .app-download .app-download-main ul li a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}
#eam-container .app-download .app-download-main ul li:last-child img {
  width:75px;
  height:75px;
}
#eam-container .app-download .app-download-main dl {
  margin: -20px 0 0 0;
  font-size:75%;
  line-height: 1.333;
}

/* ----------------------------------------------------------------------- */
/* header */
/* ----------------------------------------------------------------------- */
#header img {
  vertical-align: bottom;
}
#header .common-menu {
  position: relative;
  height: 43px;
}
#header .common-menu p a {
  display: inline-block;
}
#header .common-menu p.konami {
  position: absolute;
  top:10px;
  left: 8px;
}
#header .common-menu p.ea-top {
  position: absolute;
  top:8px;
  right:8px;
}

/*main*/
#eam-container .main .info {
  overflow: hidden;
  padding: 35px 10px 45px;
}
#eam-container .main .infoL {
  float: left;
  width: 480px;
}
#eam-container .main .infoL .site-info h2 {
  margin: 0 0 10px;
  font-size: 125%;
  line-height: 1;
  font-weight: bold;
}
#eam-container .main .infoL .site-info dt {
  padding: 10px 0 20px;
  text-align: center;
}
#eam-container .main .infoL .site-info dd.lead {
  font-size:81.25%;
  line-height: 1.268;
}
#eam-container .main .infoL .site-info dd.btn {
  padding: 15px 0 30px;
  text-align: center;
}
#eam-container .main .infoL .site-info dd.btn a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 30px 10px 60px;
  text-decoration: none;
  background: #000000;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: #ffffff;
  font-size: 125%;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
#eam-container .main .infoL .site-info dd.btn a:hover {
  background: #00a2ff;
}
#eam-container .main .infoL .site-info dd.btn a em {
  position: absolute;
  display: block;
  margin: -14px 0 0 0;
  width: 28px;
  height: 28px;
  left: 15px;
  top:50%;
  background:url(../img/icon_anniversary.png) no-repeat;
}
#eam-container .main .infoL .site-info dd.btn a span {
  position: absolute;
  display: block;
  margin: -11px 0 0 0;
  width: 12px;
  height: 22px;
  right: 10px;
  top:50%;
  background:url(../img/icon_link.png) no-repeat;
}
#eam-container .main .infoL .site-info dt img {
  vertical-align: bottom;
}
#eam-container .main .infoL .newspaper-attend dt {
  margin: 0 0 10px;
  font-size: 125%;
  line-height: 1;
  font-weight: bold;
}
#eam-container .main .infoL .newspaper-attend dd ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 75%;
  line-height: 1.25;
}
#eam-container .main .infoL .newspaper-attend dd ul li span {
  position: absolute;
  left: 0;
}

#eam-container .main .infoR {
  float: right;
  padding: 0 30px 0 0;
  width: 400px;
}
#eam-container .main .infoR h3 {
  margin: 0 0 20px;
  font-size: 125%;
  line-height: 1;
  font-weight: bold;
}

/*box-list*/
#box-list {
  background: #FFF;
  overflow: auto;
  width: 400px;
  height: 730px;
}
#box-list .loader {
  position: relative;
}
#box-list .loader .loader-detail {
  font-size: 10px;
  margin: 30px auto;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #00a2ff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #00a2ff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #00a2ff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #00a2ff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #00a2ff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#box-list .loader .loader-detail:before {
  width: 50%;
  height: 50%;
  background: #00a2ff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#box-list .loader .loader-detail:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#box-list li.box {
    border-bottom:1px solid #D1D0CE;
}
#box-list li.box a.article-link {
    display: block;
    padding: 15px 15px 0 15px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
#box-list li.box a.article-link:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
#box-list li.box dl {
  position: relative;
  /*overflow: hidden;*/
}
#box-list li.box dl.share-profile {
  padding: 15px 15px 0 15px;
}
#box-list li.box dl dt img {
  width: 40px;
  float: left;
}
#box-list li.box dl dt.achievement {
  position: relative;
}
#box-list li.box dl dt.achievement img {
  width: 35px;
}
#box-list li.box dl dt.achievement span {
  position: absolute;
  left: 20px;
  top: 18px;
}
#box-list li.box dl dt.achievement span img {
  width: 21px;
  height: 21px;
}

#box-list li.box dl dd {
  padding: 0 0 0 50px;
}
#box-list li.box dl dd.name {
  font-size: 87.5%;
  line-height: 1.286;
  font-weight: bold;
  color: #f92b77;
}
#box-list li.box dl dd.time {
  font-size: 62.5%;
  color: #666666;
}
#box-list li.box dl dd.time span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 0 10px;
}
#box-list li.box dl dd.user-info {
  position: absolute;
  right: -15px;
  top:-15px;
}
#box-list li.box dl.share-profile dd.user-info {
  position: absolute;
  right: 0;
  top:0;
}
#box-list li.box dl.share-profile dd.user-info {
  position: absolute;
  right: 0;
  top:0;
}
#box-list li.box .share dl dd.user-info {
  position: absolute;
  right: -15px;
  top: -15px;
}
#box-list li.box a.article-link p.text {
  padding: 13px 0 0;
  font-size: 87.5%;
  line-height: 1.286;
  color: #333333;
  word-break:break-all;
  word-wrap:break-word;
}
#box-list li.box a.article-link p.image {
  padding: 11px 0 0;
}
#box-list li.box a.article-link p.image img {
  width: 353px;
}

#box-list li.box .url-info {
  margin: 15px 15px 0;
  padding: 11px 15px;
  background: #F7F7F7;
  border:1px solid #D1D0CE;
}
#box-list li.box .url-info h3 {
  font-weight: bold;
  font-size: 87.5%;
  line-height: 1.286;
}
#box-list li.box .url-info p.url-img {
  padding: 11px 0 0 0;
}
#box-list li.box .url-info p.url-img img{
  width: 321px;
  vertical-align: bottom;
}
#box-list li.box .url-info .url-text {
  padding: 11px 0 0 0;
  font-size: 75%;
  line-height: 1.333;
}
#box-list li.box .url-info a {
  display: block;
  /*padding: 11px 0 0 0;
  font-size: 75%;
  line-height: 1.333;*/
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease 0s;
}
#box-list li.box .url-info a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

#box-list li.box .share {
  margin: 15px;
  background: #F7F7F7;
  border:1px solid #D1D0CE;
}
#box-list li.box .share a.article-link p.image img {
  width: 321px;
}
#box-list li.box .share .url-info {
  background: #FFF;
}
#box-list li.box .share .url-info p.url-img img{
  width: 289px;
}
#box-list li.box .share .delete-text {
  padding: 10px 0;
  text-align: center;
  font-size: 87.5%;
  line-height: 1.286;
}

#box-list li.box .footer {
  margin: 30px 0 0 0;
  position: relative;
  height: 30px;
}
#box-list li.box .footer ul {
  padding:0 0 0 15px;
}
#box-list li.box .footer ul li{
  float: left;
  font-size: 68.75%;
  line-height: 1.182;
  padding: 0 0 0 20px;
  color: #888888;
}
#box-list li.box .footer ul li.like {
  margin: 0 15px 0 0 ;
  background:url(../img/like_icon.png) left center no-repeat;
}
#box-list li.box .footer ul li.comment {
  background:url(../img/comment_icon.png) left center no-repeat;
}

#box-list li.box .footer p.game-tab {
  position: absolute;
  overflow: hidden;
  top:-25px;
  right:15px;
  background: #FFF;
  border: 1px solid #333333;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}
#box-list li.box .footer p.game-tab img {
  width: 40px;
  vertical-align: bottom;
  transition: all 0.3s ease 0s;
}
#box-list li.box .footer p.game-tab img:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

#box-list li.box .error {
  margin: 15px 0;
  padding: 175px 0 0 0;
  font-size: 87.5%;
  line-height: 1.286;
  text-align: center;
  background:url(../img/error_img.png) top center no-repeat;
}
#box-list li.readmore-btn {
  text-align: center;
}
#box-list li.readmore-btn a {
  padding: 7px 0;
  display: block;
  font-size: 87.5%;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease 0s;
}
#box-list li.readmore-btn a:hover{
  background: #e1e1e1;
}
#box-list li.readmore-btn a em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px 0 0;
  vertical-align: bottom;
  width: 19px;
  height: 22px;
  background:url(../img/icon_read_more.png) left center no-repeat;
}
#box-list li.end {
  padding: 15px 0;
  text-align: center;
  font-size: 87.5%;
  border-bottom:1px solid #D1D0CE;
  color: #999;
}
#box-list .list li.error {
  padding: 300px 15px;
  text-align: center;
  font-size: 87.5%;
}


/* ----------------------------------------------------------------------- */
/* top */
/* ----------------------------------------------------------------------- */
/*main-ttl*/
#top .main-ttl {
  padding:30px 8px;
  overflow: hidden;
  border-bottom: 1px solid #000000;
}
#top .main-ttl .main-ttlL {
  position: relative;
  float: left;
  width: 410px;
  margin-top: 170px;
}
#top .main-ttl .main-ttlL h1 {
  padding: 55px 0 0 0;
  text-align: center;
}
#top .main-ttl .main-ttlL h1 span {
  position: absolute;
  top:30px;
  right: 105px;
  font-size: 156.25%;
  line-height: 1;
  transform:rotate(-16deg);
  -webkit-transform:rotate(-16deg);
  -moz-transform:rotate(-16deg);
  text-align: right;
}

#top .main-ttl .main-ttlL h1 img {
  vertical-align: bottom;
}
#top .main-ttl .main-ttlL .lead {
  margin: 30px 0 0 0;
  text-align: center;
}
#top .main-ttl .main-ttlL .lead em {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 112.5%;
}
#top .main-ttl .main-ttlR {
  float: right;
  width: 514px;
  padding: 0 20px 20px 20px;
  background: #000000;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
  color: #FFFFFF;
}
#top .main-ttl .main-ttlR h2 {
  padding: 24px 0 ;
  text-align: center;
  font-size: 125%;
  line-height: 1;
}
#top .main-ttl .main-ttlR p.lead {
  font-size: 81.25%;
  line-height: 1.268;
}
#top .main-ttl .main-ttlR .select-area {
  margin: 20px -5px 0;
  padding: 15px 0;
  background: #FFFFFF;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: #000000;
}

#top .main-ttl .main-ttlR ul {
  margin: 0 0 15px;
  text-align: center;
}
#top .main-ttl .main-ttlR ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  vertical-align: top;
}
#top .main-ttl .main-ttlR ul li.thumb {
  width: 210px;
  margin-right: 10px;
}
#top .main-ttl .main-ttlR ul li.select {
  width:130px;
  padding-top: 70px;
}
#top .main-ttl .main-ttlR ul li label {
  cursor: pointer;
}
#top .main-ttl .main-ttlR ul li.thumb img {
  width:100%;
  margin: 0;
  vertical-align: bottom;
  border:2px solid #ffffff;
  transition: all 0.3s ease 0s;
}
/*#top .main-ttl .main-ttlR ul li:hover dd img {
  border:2px solid #ff006c;
}*/
#top .main-ttl .main-ttlR ul li.on dd img {
  border:2px solid #00a2ff;
}
#top .main-ttl .main-ttlR ul li dd a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}
#top .main-ttl .main-ttlR ul li dd.select {
  opacity:0;
  /*width: 156px;*/
  padding:5px 0;
  text-align: center;
  height:0;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
#top .main-ttl .main-ttlR ul li.on dd.select {
  position: relative;
  opacity:1;
  background:#00a2ff;
  height:auto;
}
#top .main-ttl .main-ttlR ul li.on dd.select.error:before {
  content:"月を選択してください";
  display:block;
  padding:2px 10px;
  position: absolute;
  background:#000;
  color:#fff;
  font-size:75%;
  top:-35px;
  width: 120px;
  margin: 0 0 0 -70px;
  left: 50%;
  opacity:1;
  transition: all 0.3s ease 0s;
  animation: dropAnime 0.3s linear 0s 1;
  -webkit-animation: dropAnime 0.3s linear 0s 1;
}
#top .main-ttl .main-ttlR ul li.on dd.select.error:after {
  content:"";
  position:absolute;
  margin: 0 0 0 -6px;
  top:-13px;
  left:50%;
  display:block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #000;
  opacity:1;
  transition: all 0.3s ease 0s;
  animation: dropAnime2 0.3s linear 0s 1;
  -webkit-animation: dropAnime2 0.3s linear 0s 1;
}
@keyframes dropAnime {
  0%   { 
    top:-60px;
    opacity:0;
   }
   85%   { 
    top:-28px;
   }
  100% { 
    top:-35px;
    opacity:1;
   }
}
@-webkit-keyframes dropAnime {
  0%   { 
    top:-60px;
    opacity:0;
   }
  85%   { 
    top:-28px;
   }
  100% { 
    top:-35px;
    opacity:1;
   }
}
@keyframes dropAnime2 {
  0%   { 
    top:-38px;
    opacity:0;
   }
   85%   { 
    top:-8px;
   }
  100% { 
    top:-13px;
    opacity:1;
   }
}
@-webkit-keyframes dropAnime2 {
  0%   { 
    top:-38px;
    opacity:0;
   }
  85%   { 
    top:-8px;
   }
  100% { 
    top:-13px;
    opacity:1;
   }
}




#top .main-ttl .main-ttlR ul li dt {
  position: relative;
  padding: 2px 0 10px 37px;
  font-size:75%;
  line-height: 1;
  color: #333;
}
#top .main-ttl .main-ttlR ul li.on dt {
  color:#ff4c98;
}
#top .main-ttl .main-ttlR ul li dt span {
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top:5px;
  display: block;
  width: 30px;
  height: 30px;
  background:url(../img/icon_news_paper_select_off.gif) no-repeat;
}
#top .main-ttl .main-ttlR ul li.on dt span {
  background:url(../img/icon_news_paper_select_on.gif) no-repeat;
}
#top .main-ttl .main-ttlR ul li dt input {
  display: none;
}
#top .main-ttl .main-ttlR p.publish-btn{
  text-align: center;
}
#top .main-ttl .main-ttlR p.publish-btn a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 30px 10px 60px;
  text-decoration: none;
  background: #00a2ff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: #ffffff;
  font-size: 125%;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
#top .main-ttl .main-ttlR p.publish-btn a:hover {
  background: #ff6eac;
}
#top .main-ttl .main-ttlR p.publish-btn a em {
  position: absolute;
  display: block;
  margin: -14px 0 0 0;
  width: 33px;
  height: 28px;
  left: 15px;
  top:50%;
  background:url(../img/icon_newspaper.png) no-repeat;
}
#top .main-ttl .main-ttlR p.publish-btn a span {
  position: absolute;
  display: block;
  margin: -11px 0 0 0;
  width: 12px;
  height: 22px;
  background: #FFFFFF;
  right: 10px;
  top:50%;
  background:url(../img/icon_link.png) no-repeat;
}
/* ----------------------------------------------------------------------- */
/* error */
/* ----------------------------------------------------------------------- */
#error .main-ttl {
  padding:30px 8px;
  border-bottom: 1px solid #000000;
}
#error .main-ttl dl {
  text-align: center;
}
#error .main-ttl dl dt {
  margin: 0 0 20px;
}
#error .main-ttl dl dd a.btn {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 30px;
  text-decoration: none;
  background: #000000;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: #ffffff;
  font-size: 125%;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
#error .main-ttl dl dd a.btn:hover {
  background: #00a2ff;
}
#error .main-ttl dl dd a.btn span {
  position: absolute;
  display: block;
  margin: -11px 0 0 0;
  width: 12px;
  height: 22px;
  right: 10px;
  top:50%;
  background:url(../img/icon_link.png) no-repeat;
}

#error .main-ttl dl dt img {
  vertical-align: bottom;
}


/* ----------------------------------------------------------------------- */
/* finish */
/* ----------------------------------------------------------------------- */
#finish .main-ttl {
  padding:30px 8px;
  overflow: hidden;
  border-bottom: 1px solid #000000;
}
#finish .main-ttl .main-ttlL {
  position: relative;
  float: left;
  width: 415px;
}
#finish .main-ttl .main-ttlL h1 {
  text-align: center;
}
#finish .main-ttl .main-ttlL h1 img {
  vertical-align: bottom;
}
#finish .main-ttl .main-ttlL p.lead {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 87.5%;
}
#finish .main-ttl .main-ttlL p.lead em {
  display: block;
  margin: 0 0 8px;
  font-size: 114.3%;
}
#finish .main-ttl .main-ttlL p.lead a.btn {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 30px;
  margin: 10px 0;
  text-decoration: none;
  background: #000000;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: #ffffff;
  font-size: 125%;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
#finish .main-ttl .main-ttlL p.lead a.btn:hover {
  background: #00a2ff;
}
#finish .main-ttl .main-ttlR {
  float: right;
  width: 490px;
  padding: 0 20px 20px 20px;
  background: #000000;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
  color: #FFFFFF;
}
#finish .main-ttl .main-ttlR h2 {
  padding: 24px 0 ;
  text-align: center;
  font-size: 125%;
  line-height: 1;
}
#finish .main-ttl .main-ttlR ol li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 75%;
  line-height: 1.25;
}
#finish .main-ttl .main-ttlR ol li span {
  position: absolute;
  left: 0;
}
#finish .main-ttl .main-ttlR p {
  padding: 15px 0 0 0;
  text-align: center;
}
#finish .main-ttl .main-ttlR p img {
  margin: 0 0 -10px;
  vertical-align: bottom;
}
#finish .main-ttl .share {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
#finish .main-ttl .share dl {
  width: 600px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
}
#finish .main-ttl .share dt {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 81.25%;
  vertical-align: middle;
}
#finish .main-ttl .share dd {
  display: inline-block;
  vertical-align: middle;
}
#finish .main-ttl .share dd ol {
  height: 40px;
}
#finish .main-ttl .share dd ol li {
  display: inline-block;
}
#finish .main-ttl .share dd ol li a {
  display: block;
}
#finish .main-ttl .share dd ol li img {
  width: 40px;
  vertical-align: bottom;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  transition: all 0.3s ease 0s;
}
#finish .main-ttl .share dd ol li img:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

/* ----------------------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------------------- */
#footer .main {
  width: 980px;
  padding: 20px 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
#footer .main ul {
  float: left;
}
#footer .main ul li {
  float: left;
}
#footer .main ul li a {
  font-size: 75%;
    text-decoration: none;
}
#footer .main ul li a:hover {
  text-decoration: underline;
}
#footer .main ul li a:after {
  content: "|";
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
}
#footer .main ul li.last a:after {
  content: "";
}
#footer .main p.copy {
  font-size: 75%;
  line-height: 1;
    text-align: right;
}

