@charset "UTF-8";
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, main, menu, nav, section, summary {
  display: block;
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #000 repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
 */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/**
 * override
 */
body {
  width: 100%;
  min-width: 1000px;
  background-color: #0b141e;
  color: #bec5cd;
  font-family: 'YuGothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
}

.wrapper {
  width: 100%;
  position: relative;
}

/**
 * basic
 */
.block .block-inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.block .title-milestone {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.block .column-milestone {
  margin-top: 145px;
  *zoom: 1;
}
.block .column-milestone:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.block .column-milestone .text {
  width: 440px;
  float: right;
}
.block .column-milestone .photo {
  width: 440px;
  float: left;
}
.block .column-milestone p {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 2px;
}
.block .column-milestone p + p {
  margin-top: 14px;
}
.block .column-milestone .catch {
  margin-top: -8px;
  padding-bottom: 17px;
  color: #9e8a5a;
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
}
.block .column-milestone .button {
  display: block;
  margin-top: 46px;
}
.block .column-milestone .button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.block .column-milestone.type1 .text {
  float: right;
}
.block .column-milestone.type1 .photo {
  float: left;
}
.block .column-milestone.type2 .text {
  float: left;
}
.block .column-milestone.type2 .photo {
  float: right;
}

/**
 * pageheader
 */
.pageheader {
  width: 100%;
  height: 200px;
  position: absolute;
  padding: 0;
  z-index: 2;
}
.pageheader .news {
  width: 600px;
  height: 24px;
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0 5px 0 0;
  text-align: right;
}
.pageheader .news .inner {
  min-height: 24px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1.5px;
}
.pageheader .news a.inner {
  padding-right: 15px;
  background: url("../images/arrow-white.png") no-repeat 100% 7px;
}
.pageheader .sponsored {
  width: 236px;
  height: 40px;
  position: absolute;
  right: 25px;
  top: 63px;
  display: block;
}
.pageheader .sponsored:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.pageheader .logos {
  position: absolute;
  left: 25px;
  top: 25px;
}
.pageheader .logos .grampus {
  display: block;
  float: left;
}
.pageheader .logos .grampus:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.pageheader .logos .nara600 {
  display: block;
  float: left;
}

/**
 * maincontents
 */
.maincontents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/**
 * maincontents
 */
.block-mainvisual {
  width: auto;
  margin: 0 auto;
  background: url("../images/bg-mainvisual.jpg") no-repeat 50% 0;
}
.block-mainvisual .block-inner {
  min-height: 1079px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 350px 0 0 0;
  text-align: center;
}
.block-mainvisual .summary {
  margin-top: 113px;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 2.5px;
}

.block-firstgame {
  background: url("../images/bg-firstgame.jpg") no-repeat 50% 0;
}
.block-firstgame .block-inner {
  min-height: 1011px;
}

.block-game100 {
  background: url("../images/bg-game100.jpg") no-repeat 50% 0;
}
.block-game100 .block-inner {
  min-height: 1011px;
}

.block-game200 {
  background: url("../images/bg-game200.jpg") no-repeat 50% 0;
}
.block-game200 .block-inner {
  min-height: 1011px;
}

.block-game300 {
  background: url("../images/bg-game300.jpg") no-repeat 50% 0;
}
.block-game300 .block-inner {
  min-height: 1061px;
}

.block-game400 {
  margin-top: -50px;
  background: url("../images/bg-game400.jpg") no-repeat 50% 0;
}
.block-game400 .block-inner {
  min-height: 1011px;
}

.block-game500 {
  background: url("../images/bg-game500.jpg") no-repeat 50% 0;
}
.block-game500 .block-inner {
  min-height: 1111px;
}

.block-historydata {
  background: url("../images/bg-historydata.jpg") no-repeat 50% 0;
}
.block-historydata .block-inner {
  min-height: 710px;
  position: relative;
}
.block-historydata .title {
  position: absolute;
  left: 0;
  top: 58px;
}
.block-historydata .records {
  width: 440px;
  position: absolute;
  left: 0;
  top: 93px;
  margin-top: 24px;
}
.block-historydata .records li {
  margin-top: 13px;
  margin-left: -2px;
  padding-left: 30px;
  background: url("../images/icon-ball.png") no-repeat 0 0;
  color: #b49158;
  font-size: 14px;
  line-height: 20px;
}
.block-historydata .records li span {
  font-size: 12px;
}
.block-historydata .milestones {
  position: absolute;
  right: 0;
  top: 60px;
  border-top: 1px solid #232c36;
}
.block-historydata .milestones li {
  padding: 7px 0;
  border-bottom: 1px solid #232c36;
}
.block-historydata .milestones .date,
.block-historydata .milestones .no {
  font-family: monospace;
}
.block-historydata .milestones .date {
  width: 102px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.block-historydata .milestones .match {
  width: 118px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
}
.block-historydata .milestones .milestone {
  font-size: 12px;
  line-height: 20px;
}
.block-historydata .milestones .milestone .no {
  margin-right: 4px;
  color: #b49158;
  font-size: 17px;
  font-weight: bold;
}
.block-historydata .milestones li.firstgame .milestone {
  color: #b49158;
  font-size: 15px;
}
.block-historydata .contents {
  padding-top: 413px;
  padding-left: 30px;
}
.block-historydata .button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.block-blessing {
  background: #7199c0 url("../images/bg-blessing.jpg") no-repeat 50% 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-origin: 50% 50%;
  -o-background-origin: 50% 50%;
  -webkit-background-origin: 50% 50%;
  background-origin: 50% 50%;
  color: #fff;
}
.block-blessing .block-inner {
  min-height: 834px;
}
.block-blessing .title {
  padding: 85px 0 0 240px;
}
.block-blessing .twocolumns {
  margin-top: 36px;
  *zoom: 1;
}
.block-blessing .twocolumns:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.block-blessing .balloon {
  width: 400px;
  min-height: 470px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 36px 29px 40px 29px;
  background: #b01a1c url("../images/bg-blessing-balloon.png") no-repeat 50% 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.block-blessing .balloon:after {
  width: 14px;
  height: 32px;
  content: '';
  position: absolute;
  right: -14px;
  top: 218px;
  background: url("../images/bg-blessing-balloon-right.png") no-repeat 50% 50%;
}
.block-blessing .catch {
  line-height: 1.0;
}
.block-blessing .catch .text1 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
}
.block-blessing .catch .text2 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.block-blessing .description {
  margin-top: 22px;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
}
.block-blessing .description .hashtag {
  background: #efd708;
  color: #0b141e;
}
.block-blessing .subtitle {
  margin-top: 28px;
}
.block-blessing .present {
  margin-top: 9px;
  color: #ffe506;
  font-size: 15px;
  line-height: 26px;
}
.block-blessing .button {
  display: block;
  margin-top: 17px;
}
.block-blessing .twittertimeline {
  width: 570px;
  min-height: 470px;
  float: right;
}

/**
 * othercontents
 */
.block-othercontents {
  background: #0b141e url("../images/bg-othercontents.gif") repeat-x 50% 0;
}
.block-othercontents .block-inner {
  padding-top: 180px;
}
.block-othercontents .subblock .subtitle {
  text-align: center;
}
.block-othercontents .twocolumns {
  *zoom: 1;
}
.block-othercontents .twocolumns:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.block-othercontents .twocolumns .column {
  width: 440px;
  float: left;
  margin-left: 120px;
}
.block-othercontents .twocolumns .column:first-child {
  margin-left: 0;
}
.block-othercontents .twocolumns .column-full {
  width: 100%;
  padding-bottom: 115px;
  float: left;
  margin: 0 auto;
  text-align: center;
}
.block-othercontents .twocolumns .column-text {
  width: 560px;
  float: left;
  margin-top: -9px;
  text-align: left;
}
.block-othercontents .twocolumns .column-photo {
  width: 380px;
  float: right;
  margin-left: 0;
}
.block-othercontents .twocolumns .column-photo figcaption {
  margin-top: 14px;
  font-size: 12px;
  line-height: 20px;
}
.block-othercontents .twocolumns .column-other-left {
  width: 470px;
  min-height: 350px;
  float: left;
  padding-bottom: 59px;
}
.block-othercontents .twocolumns .column-other-left .itemtitle {
  margin-bottom: 48px;
}
.block-othercontents .twocolumns .column-other-right {
  width: 470px;
  min-height: 350px;
  float: right;
  padding-bottom: 59px;
}
.block-othercontents .twocolumns .column-other-right .itemtitle {
  margin-bottom: 48px;
}
.block-othercontents .items .item {
  padding-top: 55px;
  background: url("../images/bg-separator.gif") repeat-x 50% 0;
}
.block-othercontents .items p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 32px;
}
.block-othercontents .items p:first-child {
  margin-top: 0;
}
.block-othercontents .items .notes {
  margin-top: 25px;
  padding-bottom: 6px;
}
.block-othercontents .items .note {
  color: #f96f80;
  font-size: 12px;
  line-height: 20px;
}
.block-othercontents .items .note.normal {
  color: #bec5cd;
}
.block-othercontents .items .link-detail {
  padding-right: 16px;
  background: url("../images/icon-link-detail.png") no-repeat 100% 0;
  color: #bec5cd;
  font-size: 12px;
  line-height: 20px;
}
.block-othercontents .items .small {
  font-size: 12px;
  line-height: 28px;
}
.block-othercontents .items table {
  width: 100%;
  margin-top: 9px;
}
.block-othercontents .items table th, .block-othercontents .items table td {
  padding: 10px 5px;
  background: 0;
  border: 0;
  border-top: 1px solid #1e2630;
  border-bottom: 1px solid #1e2630;
  font-size: 14px;
  line-height: 24px;
}
.block-othercontents .items table th {
  width: 95px;
}
.block-othercontents .items table .note {
  margin-left: 7px;
  color: #bec5cd;
  font-size: 12px;
  line-height: 20px;
}
.block-othercontents .items p + table,
.block-othercontents .items figure + table {
  margin-top: 30px;
}
.block-othercontents .items .button {
  margin: 40px 0 0 0;
  text-align: center;
}
.block-othercontents .items .button a {
  display: inline-block;
}
.block-othercontents .items .button a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.block-othercontents .items .itemtitle {
  min-height: 64px;
  display: table;
  margin-bottom: 57px;
  padding-left: 87px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: left;
}
.block-othercontents .items .itemtitle span {
  display: table-cell;
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
}
.block-othercontents .items .itemtitle span .small {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
}
.block-othercontents .subblock-nextgame {
  padding-top: 94px;
}
.block-othercontents .subblock-nextgame .banner {
  padding-top: 31px;
}
.block-othercontents .subblock-nextgame .text p {
  line-height: 38px;
}
.block-othercontents .subblock-nextgame .ticket {
  margin-top: 106px;
}
.block-othercontents .subblock-nextgame .ticket a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.block-othercontents .subblock-event {
  margin-top: 184px;
}
.block-othercontents .subblock-event .subtitle {
  padding-bottom: 113px;
}
.block-othercontents .subblock-event .event01 .itemtitle {
  background-image: url("../images/icon-event01.png");
}
.block-othercontents .subblock-event .event02 .itemtitle {
  background-image: url("../images/icon-event02.png");
}
.block-othercontents .subblock-event .event03 .itemtitle {
  background-image: url("../images/icon-event03.png");
}
.block-othercontents .subblock-event .event04 .itemtitle {
  background-image: url("../images/icon-event04.png");
}
.block-othercontents .subblock-event .event05 .itemtitle {
  background-image: url("../images/icon-event05.png");
}
.block-othercontents .subblock-event .event06 .itemtitle {
  background-image: url("../images/icon-event06.png");
}
.block-othercontents .subblock-event .event07 .itemtitle {
  background-image: url("../images/icon-event07.png");
}
.block-othercontents .subblock-event .footer-link {
  margin-top: 55px;
  text-align: center;
}
.block-othercontents .subblock-event .footer-link a {
  display: inline-block;
  padding-right: 20px;
  background: url("../images/icon-link-detail2.png") no-repeat 100% 50%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.block-othercontents .subblock-goods {
  margin-top: 184px;
}
.block-othercontents .subblock-goods .notes-forbid {
  margin-top: 85px;
  padding-bottom: 95px;
  text-align: center;
}
.block-othercontents .subblock-goods .notes-forbid .note {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  background: url("../images/icon-forbid.png") no-repeat 0 0.45em;
  color: #f96f80;
  font-size: 12px;
  line-height: 18px;
  text-indent: 0;
}
.block-othercontents .subblock-goods .notes-forbid .note:first-child {
  margin-left: 0;
}
.block-othercontents .subblock-goods .goods01 .itemtitle {
  background-image: url("../images/icon-goods01.png");
}
.block-othercontents .subblock-goods .goods02 .itemtitle {
  background-image: url("../images/icon-goods02.png");
}
.block-othercontents .subblock-goods .goods03 .itemtitle {
  background-image: url("../images/icon-goods03.png");
}
.block-othercontents .subblock-goods .goods04 .itemtitle {
  background-image: url("../images/icon-goods04.png");
}
.block-othercontents .subblock-goods .goods05 .itemtitle {
  background-image: url("../images/icon-goods05.png");
}
.block-othercontents .subblock-goods .goods06 .itemtitle {
  background-image: url("../images/icon-goods06.png");
}
.block-othercontents .subblock-goods .goods06 figcaption {
  margin-top: 27px;
  font-size: 16px;
  line-height: 20px;
}

/**
 * block-thanks
 */
.block-thanks {
  background: #0b141e url("../images/bg-thanks.jpg") no-repeat 50% 0;
}
.block-thanks .block-inner {
  height: 780px;
}
.block-thanks .message {
  width: 560px;
  margin: 0 0 0 auto;
  padding: 94px 0 0 0;
}
.block-thanks p {
  margin-top: 13px;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 1.5px;
}
.block-thanks .name {
  margin: 0;
  padding: 0 0 11px 0;
  font-size: 16px;
}
.block-thanks .text1 {
  font-size: 14px;
}
.block-thanks .text2 {
  font-size: 18px;
}
.block-thanks .text3 {
  font-size: 24px;
}

/**
 * pagetop
 */
.pagetop {
  width: 116px;
  height: 30px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 31px;
  left: auto;
  z-index: 20;
  margin: 0 0 0 auto;
}
.pagetop a {
  width: 116px;
  height: 30px;
  display: block;
  padding: 0;
  background: none;
}
.pagetop a:hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/**
 * pagefooter
 */
.pagefooter {
  height: 72px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.pagefooter .inner {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.pagefooter .logo {
  position: relative;
  margin-top: -36px;
  float: left;
}
.pagefooter .copyright {
  right: auto;
  left: 100px;
  top: 47px;
}
.pagefooter .socialbuttons {
  width: 390px;
  float: right;
  margin: 26px 0 0 0;
  text-align: right;
}
.pagefooter .socialbuttons li {
  display: inline-block;
  vertical-align: top;
}
.pagefooter .socialbuttons .facebook-like {
  max-width: 140px;
  text-align: left;
}

/**
 * modalwindow
 */
#cboxContent {
  background: transparent;
}

#cboxClose {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  text-indent: 0;
}

.modalwindow {
  position: relative;
  padding-top: 105px;
}

.modalwindow-close {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
}

.modalwindow-contents {
  width: 920px;
  min-height: 300px;
  background: #fff;
  color: #0b141e;
}

/**
 * modalwindow-message
 */
.modalwindow-message .modalwindow-contents {
  padding-bottom: 19px;
  background: transparent url("../images/bg-modal-footer.png") no-repeat 50% 100%;
}
.modalwindow-message .title img {
  vertical-align: bottom;
}
.modalwindow-message .text {
  padding: 53px 60px 50px 60px;
  background: #fff;
}
.modalwindow-message .text p {
  margin-top: 14px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.modalwindow-message .text p:first-child {
  margin-top: 0;
}

/**
 * modalwindow-agreement
 */
.modalwindow-agreement {
  width: 800px;
  margin: 0 auto;
  padding: 60px;
}
.modalwindow-agreement .title {
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 2px;
}
.modalwindow-agreement .title.title-attention {
  padding-left: 40px;
  background: url("../images/icon-modal-attention.png") no-repeat 0 0.3em;
}
.modalwindow-agreement .title.title-twitter {
  padding-left: 40px;
  background: url("../images/icon-modal-twitter.png") no-repeat 0 0.3em;
}
.modalwindow-agreement ul {
  margin-top: 20px;
  padding-bottom: 54px;
}
.modalwindow-agreement ul li {
  padding-left: 23px;
  background: url("../images/icon-modal-pointer.png") no-repeat 0 0.65em;
  font-size: 14px;
  line-height: 30px;
}
.modalwindow-agreement .forbid {
  margin-top: -36px;
  padding-bottom: 17px;
  padding-left: 22px;
}
.modalwindow-agreement .forbid li {
  padding-left: 18px;
  background: url("../images/icon-modal-forbid.png") no-repeat 0 0.25em;
  color: #c40000;
  font-size: 12px;
  line-height: 16px;
}
.modalwindow-agreement .forbid li + li {
  margin-top: 10px;
}
