@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
  font-size: 13px;
	line-height: 1.6;
	color: #000;
	margin: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic', YuGothic, "游ゴシック", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

h2 img {
  width: 100%;
}

.fb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  	display: flex;
  	-webkit-box-direction: row;
  	-ms-flexbox-direction: row;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.fbstart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  	display: flex;
  	-webkit-box-direction: row;
  	-ms-flexbox-direction: row;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
  	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.fbbetween {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: row;
	-ms-flexbox-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pc {
  display: none;
}


/*=====================================================================

    共通

======================================================================= */

.band {
  width: 100%;
  margin-top: 50px;
}

.toTop {
  display: none;
  position: fixed;
  width: 40px;
  bottom: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

.toTop img {
  width: 100%;
}

.snsBlock {
  margin-top: 80px;
  padding-top: 20px;
  border-top: solid 1px #000;
}

.snsBlock ul {
  width: 180px;
  margin: 0 auto;
}

.snsBlock li {
  width: 35px;
  height: 35px;
}

.snsBlock li img {
  width: 100%;
}




/************************
        header
************************/

header {
  position: fixed;
  width: 100%;
  top: 0;
  padding-top: 10px;
  background: #E3001D;
  overflow-x: scroll;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}

header::-webkit-scrollbar {
    height: 5px;
}

header::-webkit-scrollbar-thumb{
  background: #999;
  border-radius: 5px;
}

header::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.headerInner {
  display: block;
  width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.headerInner .glovalNav {
  display: block;
  width: 800px;
}

.headerInner h1 {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}

.headerInner h1 img {
  width: 100%;
}

.headerInner .glovalNav li {
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.headerInner .glovalNav li a {
  display: block;
  color: #fff;
  line-height: 30px;
}

.headerInner .glovalNav li a.cs {
  opacity: .65;
}

/************************
        footer
************************/

footer {
  background: #000;
  color: #fff;
  margin-top: 20px;
  padding-bottom: 70px;
  box-sizing: border-box;
  text-align: center;
}


footer a {
  color: #fff;
  position: relative;
  line-height: 1;
}

.footerNav li {
  margin-top: 15px;
  text-align: left;
  border-bottom: solid 1px #fff;
  margin: 0;
}

.footerNav li a {
  display: block;
  padding: 25px 40px 25px 25px;
  line-height: 1.5;
  box-sizing: border-box;
}

.footerNav li a::before {
  content: " ";
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 10px;
  background: url("../img/icon_blank_black.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.footerBottom {
  margin-top: 30px;
}

.footerBottom .organizer {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.footerBottom .organizer li {
  display: block;
  text-align: left;
}

.footerBottom .organizer li:nth-child(2) {
  margin-top: 15px;
}

.footerBottom .organizer li span {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 10px;
  line-height: 1;
  border: solid 1px #fff;
  box-sizing: border-box;
}

.footerBottom .organizer li a {
  display: inline-block;
  position: relative;
}

.footerBottom .organizer li a::before {
  content: " ";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0px;
  right: -25px;
  background: url("../img/icon_blank_black.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.footerBottom .organizer li a.border {
  position: relative;
  margin-right: 40px;
}

.footerBottom .organizer li a.border::after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background: #fff;
  top: -1px;
  right: -36px;
}

.footerBottom .copyright {
  margin-top: 15px;
}

.footerBottom .copyright img {
  display: block;
  width: 150px;
  margin-left: 5%;
}

.footerBottom .copyright p {
  display: block;
  width: 90%;
  text-align: left;
  font-size: 11px;
  margin: 10px auto 0;
}




/*=====================================================================

    トップ

======================================================================= */



/************************
     メインビジュアル
************************/

.mvBlock {
  width: 100%;
  line-height: 0;
  margin-top: 50px;
}

.mvBlock img {
  width: 100%;
}

.mv_band {
  width: 100%;
  padding: 10px 0;
  background: #000;
}

.mv_band img {
  display: block;
  width: 85%;
  margin: 0 auto; 
}

.mv_band img.pc {
  display: none;
}


/************************
       　バナー
************************/

.bannerBlock {
  width: 90%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

.bannerBlock h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.bannerBlock img {
  width: 100%;
  margin-top: 10px;
}

.bannerBlock .movPlay {
  display: block;
  position: relative;
  width: 100%;
}

.modalmovie {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modalmovie .movwrap {
    width: 100%;
    height: 0;
    max-width: 960px;
    padding-top: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modalmovie .movwrap .inner {
    position: absolute;
    max-height: 540px;
    height: 56.25%;
    width: 100%;
    top: -5%;
    bottom: 0;
    margin: auto;
}

.modalmovie .movwrap .inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modalmovie .movwrap .inner img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modalmovie .movwrap .inner .close {
    position: absolute;
    display: table;
    width: 80px;
    left: calc(50% - 40px);
    bottom: -50px;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background: #E3001D;
    border: solid 1px #E3001D;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s;
    box-sizing: border-box;
}

.modalmovie .movwrap .inner .close:hover {
    color: #E3001D;
    background: #fff;
}

.mod-playicon::after {
    content: " ";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../img/btn-play.png');
    background-size: 100%;
}

/************************
        最新情報
************************/

.newsBlock {
  padding: 40px 0 60px;
}

.newsBlock h2 {
  width: 38%;
  margin: 0 auto;
}

.newsBlock .newsBox {
  width: 90%;
  margin: 20px auto 0;
}

.newsBlock .newsBox li {
  border-bottom: dotted 1px #000;
  box-sizing: border-box;
}

.newsBlock .newsBox li:first-child {
  border-top: dotted 1px #000;
}

.newsBlock .newsBox li a {
  padding: 20px 0;
}

.newsBlock .newsBox .imgArea {
  width: 40%;
}

.newsBlock .newsBox .imgArea img {
  width: 100%;
}

.newsBlock .newsBox .textArea {
  width: 55%;
}

.newsBlock .newsBox .textArea .newsDate {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  color: #000;
  border: solid 1px #E3001D;
  box-sizing: border-box;
}

.newsBlock .newsBox .textArea .newsTitle {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.newsBlock .newsBox .textArea .more {
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  color: #E3001D;
}

.newsBlock .newsBox .textArea .more::before {
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -20px;
  top: 3px;
  background: url("../img/arrow.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.newsBlock .moreBtn {
  display: table;
  margin: 40px auto 0;
}



/************************
        竜王戦とは
************************/

.pattern {
  width: 100%;
}

.aboutBlock {
  line-height: 0;
}

.aboutBlock h2 {
  width: 75%;
  margin: 0 auto;
}

.aboutBlock h2 img {
  width: 100%;
}

.aboutBox {
  width: 100%;
  padding: 40px 0;
  background: url("../img/bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.aboutBlock p {
  display: block;
  width: 90%;
  line-height: 2;
  margin: 30px auto 0;
}


/************************
       リンクエリア
************************/

.linkBlock {
  width: 90%;
  margin: 60px auto 0;
  overflow: hidden;
}

.linkBlock ul.pc {
  display: none;
}

.linkBlock li {
  width: 100%;
}

.linkBlock li:nth-child(n+2) {
  margin-top: 20px;
}

.linkBlock li img {
  width: 100%;
}





/************************
        大会概要
************************/

.outlineBlock {
  margin-top: 40px;
}

.outlineBlock h2 {
  width: 38%;
  margin: 0 auto;
}

.outlineBlock table {
  width: 100%;
  margin: 20px auto 0;
  line-height: 1.8;
}

.outlineBlock table tr {
  border-bottom: solid 1px #000;
  box-sizing: border-box;
}

.outlineBlock table tr:first-child {
  border-top: solid 1px #000;
}

.outlineBlock table th {
  width: 30%;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  color: #000;
  padding: 20px 10px 20px 15px;
  background: #eee;
  box-sizing: border-box;
}

.outlineBlock table td {
  font-size: 12px;
  color: #000;
  padding: 20px 10px 20px 15px;
}

.outlineBlock table td .bold {
  font-weight: bold;
  color: #E3001D;
}

.out {
  position: relative;
  color: #E3001D;
  margin-right: 20px;
}

.out::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0px;
  right: -15px;
  background: url("../img/icon_blank_red.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}





/*=====================================================================

    ゲーム部門・カードゲーム部門

======================================================================= */


.gameContent {
  display: block;
  width: 100%;
  padding: 40px 0;
}

.gameContent h3 {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}

.gameContent .gameContentBox {
  margin-top: 30px;
}

.gameContent .gameContentBox:nth-child(n+3) {
  margin-top: 30px;
}

.gameContent .gameContentBox .heading {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 5px 15px;
  box-sizing: border-box;
}

.gameContent .text {
  width: 90%;
  margin: 20px auto 0;
}

.gameContent .gameContentBox ul {
  display: block;
  width: 90%;
  margin: 20px auto 0;
}

.gameContent .gameContentBox ul li {
  padding-left: 15px;
  border-left: solid 2px #000;
  font-weight: bold;
  line-height: 1.8;
  box-sizing: border-box;
}

.gameContent .gameContentBox ul li a {
  color: #E3001D;
}

.gameContent .gameContentBox ul li:nth-child(n+2) {
  margin-top: 20px;
}

.gameContent .gameContentBox ul li a span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: url("../img/icon_blank_red.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.gameContent .gameContentBox ul li .caution {
  font-size: 11px;
}

.cautionBlock {
  width: 90%;
  font-size: 11px;
  margin: 40px auto 0;
}

.linkBtn {
  width: 75%;
  margin: 20px auto 0;
}

.linkBtn img {
  width: 100%;
}


/*=====================================================================

    特別招待選手情報

======================================================================= */

.playerContent {
  width: 100%;
  padding: 40px 0;
}

.playerContentBox {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.playerContent h3 {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}

.playerContent .text {
  width: 90%;
  margin: 20px auto 0;
}

.playerContent .bar {
  width: 100%;
  margin-top: 50px;
}

.playerContentBox .heading {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 5px 15px;
  margin-top: 60px;
  box-sizing: border-box;
}

.playerContentBox .playerList {
  display: block;
  margin-top: 40px;
}

.playerContentBox li {
  width: 100%;
}

.playerContentBox li:nth-child(odd) {
  margin-right: 0;
}

.playerContentBox li:nth-child(n+2) {
  margin-top: 40px;
}

li .gold {
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  background: url("../img/obi.jpeg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
}

.playerContentBox li .imgBox .imgArea {
  width: 50%;
  height: auto;
}

.playerContentBox li .imgBox .imgArea img {
  width: 100%;
  display: block;
}

.playerContentBox li .imgBox .textArea {
  display: block;
  width: 50%;
  font-size: 22px;
  background: #000;
  color: #fff;
  text-align: center;
}

.playerContentBox li .imgBox .textAreaInner {
  display: table;
  width: 100%;
  height: 100%;
}

.playerContentBox li .imgBox .textArea p {
  display: table-cell;
  vertical-align: middle;
}

.playerContentBox li .textArea p.small {
  font-size: 21px;
}

.playerContentBox li .imgBox .textArea p span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}


.playerContent .big {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}


/*=====================================================================

    よくある質問

======================================================================= */

.questionContent {
  display: block;
  width: 100%;
  padding: 40px 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.questionContent h3 {
  font-size: 18px;
  font-weight: bold;
}

.questionContent h4 {
  font-size: 15px;
  font-weight: bold;
}

.questionContent .questionList {
  width: 100%;
  margin-top: 20px;
}

.questionContent .questionList li {
  margin-top: 5px;
}

.questionContent .questionList li .question {
  position: relative;
  background: #eee;
  padding: 20px 60px;
  box-sizing: border-box;
}

.questionContent .questionList li .question::before {
  content: "Q";
  position: absolute;
  font-size: 20px;
  /*font-weight: bold;*/
  top: 50%;
  left: 20px;
  line-height: 1;
  transform: translateY(-10px);
}

.questionContent .questionList li .question::after {
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  line-height: 1;
  background: url("../img/qanda_arrow.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transform: translateY(-5px);
  transform-origin: center;
  transition: transform .3s;
}

.questionContent .questionList li .question.open::after {
  transform: translateY(-5px) rotate(180deg);
}


.questionContent .questionList li .answer {
  display: none;
  position: relative;
  padding: 20px 20px 20px 60px;
  border: solid 2px #eee;
  box-sizing: border-box;
}

.questionContent .questionList li .answer::before {
  content: "A";
  position: absolute;
  font-size: 20px;
  /*font-weight: bold;*/
  top: 50%;
  left: 20px;
  line-height: 1;
  transform: translateY(-10px);
}



/*=====================================================================

    最新情報

======================================================================= */


#news .newsBlock {
  padding: 20px 0 0 0;
}

#news .newsContent {
  padding: 40px 0;
}

#news .titleArea {
  width: 90%;
  margin: 0 auto;
}

#news .titleArea p {
  margin-top: 20px;
}

#news .newsContent .date {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  margin: 0;
  color: #000;
  border: solid 1px #E3001D;
  box-sizing: border-box;
}

#news .newsContent h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

#news .bar {
  width: 100%;
  margin-top: 40px;
}

#news .newsDetail {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

#news h3 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  margin: 40px 5% 0;
  line-height: 1.4;
  border-left: solid 8px #000;
}

#news .newsDetail p {
  margin: 20px 5% 0;
}

#news .heading {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 5px 15px;
  box-sizing: border-box;
}

#news .newsDetail .heading {
  margin: 20px 0 0;
}

#news footer .heading {
  display: block;
  padding: 0;
}


/************************
      2017.09.12
************************/

#news .playerBlock {
  width: 100%;
  margin: 0 auto;
}

#news .playerBlock h3 {
  margin: 40px 5% 0;
}

#news .playerList {
  margin-top: 50px;
}

#news .playerList ul {
  margin-top: 40px;
  line-height: 0;
}

#news .playerList ul li:nth-child(n+2) {
  margin-top: 30px;
}

#news .playerList ul li {
  width: 100%;
}

#news .playerList ul li img {
  width: 100%;
}

#news .playerList ul li .name {
  display: table;
  text-align: right;
  color: #fff;
  background: #000;
  font-size: 13px;
  padding: 10px 15px;
  margin-left: auto;
  line-height: 1;
  box-sizing: border-box;
}


/************************
      2017.12.01
************************/

#news .playerBlock.champion h3 {
  line-height: 1.6;
}

#news .playerBlock.champion .gold {
  padding: 10px 0;
  line-height: 1;
}

#news .playerBlock.champion ul {
  display: block;
  width: 90%;
  margin: 40px auto 0;
}

#news .champion .playerList ul li:nth-child(n+2) {
  margin-top: 30px;
}

#news .playerBlock.champion ul li:first-child {
  margin: 0;
}


/************************
      2017.12.15
************************/

#news .playerBlock.player1215 .heading {
  line-height: 1.5;
}

#news .playerBlock.player1215 li:nth-child(n+2) {
  margin-top: 50px;
}

#news .playerBlock.player1215 li img {
  margin-top: 30px;
}

/************************
      2017.12.22
************************/

#news.news171222 .playerList ul li {
  width: 100%;
}

#news.news171222 .playerContentBox li .imgBox .textArea p,
#news.news171222 .playerContentBox li p.text {
  line-height: 1.8;
}

#news.news171222 .playerContentBox li .imgBox .textArea p {
  font-size: 22px;
}

#news.news171222 .playerContentBox li p.text {
  display: block;
  width: 90%;
  margin: 20px auto 0;
}

.prizeBlock {
  width: 90%;
  margin: 50px auto 0;
}

.prizeBlock h2 {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.prizeBlock .second {
  margin-top: 70px;
}

.prizeBlock .second h2 {
  width: 30%;
}

.prizeBlock h2 img {
  width: 100%;
}

.prizeBox .prize {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}

.prizeBox .prize span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.prizeBox .imgArea {
  margin-top: 40px;
}

.prizeBox .imgArea img {
  width: 100%;
}

.prizeBox .imgArea .caution {
  margin-top: 15px;
}


/************************
      2018.01.12
************************/

.groupBlock {
  display: block;
  width: 90%;
  margin: 0 auto;
}

#news .groupBlock h3 {
  margin-left: 0;
}

.groupBoxWrapper {
  margin-top: 20px;
  align-items: flex-start;
  box-align: start;
  flex-align: start;
}

.groupBox {
  width: 47%;
  border: solid 1px #000;
}

.groupBox .groupHead {
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  background: #000;
  padding: 3px 0;
}

.groupBox .groupHead span {
  display: block;
  font-size: 10px;
  margin-top: -3px;
}

.groupBox li {
  padding: 4px 8px 0px;
  margin-bottom: 4px;
  border-top: dashed 1px #ccc;
}

.groupBox li:first-child {
  margin-top: 4px;
  border: none;
}

.groupBox:nth-child(n+3) {
  margin-top: 20px;
}

.groupBlock .caution {
  font-size: 10px;
  margin-top: 10px;
}


/************************
      2018.01.19
************************/

.winnerBlock {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.winnerBox {
  width: 100%;
  margin-top: 50px;
}

.winnerBoxLeft {
  width: 100%;
}

.winnerBoxLeft img {
  width: 90%;
  margin: 20px 0 0 5%;
}

.winnerBoxRight {
  width: 90%;
  margin: 0 auto;
}

#news .winnerBoxRight h3,
#news .winnerBoxLeft h3 {
  margin-top: 0;
}

#news .winnerBoxRight h3 span,
#news .winnerBoxLeft h3 span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.winnerName {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.winnerBox .lead {
  font-weight: bold;
  margin-top: 20px;
}

.winnerBox .winnerLink {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
}

.winnerBox .winnerLink a {
  color: #E3001D;
}

.conventionImage {
  margin-top: 80px;
}

.conventionImage .lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.conventionImage ul {
  margin-top: 30px;
}

.conventionImage li {
  width: 100%;
}

.conventionImage li p {
  font-weight: bold;
  text-align: center;
}

.conventionImage li img {
  width: 100%;
  margin-top: 10px;
}

.conventionImage li:nth-child(n+2) {
  margin-top: 20px;
}

#news .bannerBlock {
  width: 100%;
  padding-top: 30px;
}

#news .bannerBlock p.lead {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

#news .bannerBlock a {
  margin-top: 10px;
}








