@charset "UTF-8";

/*-----------------------

http://www.jleague.jp/css/fxsc2017.css
2016/11/10 ISM

------------------------*/
/*.cntArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}*/

.content .kvArea .navWrap {
    position: relative;
}

.content .kvArea ul.navList li > a,
.content .kvArea ul.navList li > span,
.ttlLink h3,
.ttlNoLink h3,
.ttlNoLink .blockTit {
    background: #003690;
}
.content .kvArea ul.navList li.nav_mascot a {
    background: #28a4bb;
}

/*.content .kvArea ul.navList li:nth-child(n+5){
    width: 20%;
}*/

body.gourmet .kvArea .navList li.nav_gourmet a{
    background: #FFF !important;
    color: #07325C;
}


article > section{
	margin-bottom: 30px;
}
.leftRedTit{
    border-left:5px solid #ac985c;
}
#ticket2 .leftRedTit{ border-color: #000; }
.detalArea .figureArea img {
    width: 300px;
}
.campaign p{
  font-size: 15px;
  margin: 20px 0;
  line-height: 1.5em;
}

/* nav */
body.video_2017 .tabSelecter .tab li.nav_2017 a,
body.photo_2017 .tabSelecter .tab li.nav_2017 a,
body.photo.past .tabSelecter .tab li.nav_past a,
body.video.past .tabSelecter .tab li.nav_past a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}
.tabSelecter .tab li a:hover {
    background: #ffffff;
    color: #666;
    opacity: 1;
}
body.ticket .kvArea .navList li.nav_ticket a{
  background: #f4f4f4 !important;
  color: #07325C;
}
/* historyTable */
.historyTable td{
    border-left: 1px solid #ccc;
}
.historyTable td:first-child {
    border-left: none;
}
.historyTable td.linkWrap ul {
    padding: 5px 0;
}

.historyTable td.linkWrap ul {
    letter-spacing: -.40em;
}
.historyTable td.linkWrap ul li {
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 13px;
    margin: 0;
    width: 100%;
    line-height: 25px;
}
.historyTable td.linkWrap ul li:first-child {
    padding-left: 0;
}
.historyTable td.linkWrap ul li {
    letter-spacing: normal;
    display: inline-block;
}
.historyTable td.linkWrap ul li a:hover {
    background: #2EA3DF;
    color: #fff !important;
    opacity: 1 !important;
    text-decoration: none;
}
.historyTable td.linkWrap ul li a,
.historyTable td.linkWrap ul li span {
    border: none;
    width: 90%;
    display: block;
    padding: 4px 10px;
}
.historyTable th.photoVideo{width: 160px;}
.historyTable th:nth-child(2),
.historyTable th:nth-child(4){width: 120px;}



/* ticketTable */
.ticketTable1,
.ticketTable2{
    margin-bottom: 30px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.ticketTable1 tbody th{
    width: 150px;
    /*background: #ccc;
    border-color: #fff;*/
}
.ticketTable1 td{
    text-align: left;
    padding-left: 10px;
}
.ticketBTN a,
.ticketBTN span.tktOff{
    display: block;
    width: 450px;
    padding: 10px;
    text-align: center;
    background: #ac985c;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.ticketBTN span.tktOff{
    background: #bbb;
    color: #989797;
}
.ticketBTN a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.commonTable caption{
    background: #8fa1be;
    color: #fff;
    padding: 10px;
    font-size: 15px;
}
.campaign .commonTable caption{
    background: #e23030;
}
.ticketIMG{
    text-align: center;
    margin: 30px 0;
}
.ticketTable2 td{
    border-right: 1px solid #ccc;
}
.ticketTable2 th:nth-child(2){
    width: 50px;
}
.ticketTable2 td:nth-last-child(1),
.ticketTable2 td:nth-last-child(2),
.ticketTable2 td:nth-last-child(3){
    width: 70px;
}
.ticketTable2 td:nth-last-child(4){
    width: 150px;
}
.ticketTable2 td:last-child{
    border-right: none;
}

.ticketatt{
    margin-bottom: 30px;
}
.ticketatt ol,
.ticketatt ul{
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 1em;
}
.ticketatt ol li,
.ticketatt ul li{
  padding-bottom: 0.3em;
}
.ticketatt p{
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.ticketatt h5{
  padding: 9px;
  color: #2c2c2c;
  font-size: 14px;
  background: #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}

#enjoyseat{
  border: 1px solid #ccc;
  padding: 20px;
}
#enjoyseat h5{
  font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px 0;
    color: #003690;
}
#enjoyseat p.kome{
  margin-bottom: 0;
}

.ticketNav ul.tabnav {
    border-right: solid 1px #CCC;
    border-top: solid 1px #CCC;
}
.ticketNav ul.tabnav li {
    margin-bottom: 10px;
    display: table-cell;
    text-align: center;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    vertical-align: top;
}
.ticketNav ul.tabnav li a,
.ticketNav ul.tabnav li span {
    color: #000;
    background: #eee;
    font-size: 13px;
    letter-spacing: -1px;
    padding: 5px 5px;
    display: table-cell;
    vertical-align: middle;
    width: 500px;
    height: 40px;
    position: relative;
}
.ticketNav ul.tabnav li a:hover{
    opacity: 0.5;
}
.ticketNav ul.tabnav li > a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.ticketNav ul.tabnav li a.openwinBtn:after {
    font-family: FontAwesome;
    content: "\f08e";
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.kome.tableCap{
    position: relative; top: -25px;
}

#ticket1,
#ticket1-2,
#ticket2 {
    padding: 20px;
    margin-bottom: 20px;
}
#ticket1,#ticket1-2{background: #f2e8cf; border-top: solid 5px #b69f60;margin-top: 30px;}
#ticket2,{background: #e8e8e8; border-top: solid 5px #000;}


#ticket1 .ticketNav ul.tabnav li a,
#ticket1-2 .ticketNav ul.tabnav li a,
#ticket1 .ticketNav ul.tabnav li span,
#ticket1-2 .ticketNav ul.tabnav li span{
    background-color: rgba(255, 255, 255, 0.3);
}

.kikakuList{
    font-size: 0;
}
.kikakuList li{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 1.6em;
    box-sizing: border-box;
    vertical-align: top;
}
/*.kikakuList li:first-child{ margin-right: 4%; }*/

.kikakuList p{
    font-size: 13px;
    line-height: 1.6em;
    font-weight: bold;
    margin-top: 20px;
    background: #fff;
    padding: 5px;
    margin: 5px 0;
}
.kikakuList .ticketBTN a{
    width: 80%;
    margin: 0 auto;
}
.kikakuList .ticketBTN.pia a{
    background: #2E66CC;
}
.kikakuList .ticketBTN.jticket a{
    position: relative;
    background: #666;
    padding-left: 110px;
}
.kikakuList .ticketBTN.jticket a:before{
    background: url(/img/yncup2015/ticket/ico_jticket.png) no-repeat;
    /* background-size: 70px auto; */
    content: ".";
    display: inline-block;
    width: 140px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -17px;
    text-indent: -9999px;
}

p.ticketBTN.general{
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 1em;
}
.ticketBTN.general a{
    width: 40%;
    margin: 0 auto;
}
.ticketBTN.general.pia a{
    background: #2E66CC;
}
.ticketBTN.general.jticket a{
    position: relative;
    background: #e23030;
    padding-left: 110px;
}
.ticketBTN.general a:before{
    background: url(/img/yncup2015/ticket/ico_jticket.png) no-repeat;
    /* background-size: 70px auto; */
    content: ".";
    display: inline-block;
    width: 140px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -17px;
    text-indent: -9999px;
}


.ticketArea dl.newTkt{
    font-size: 0;
    margin-top: 15px;
    /*text-align: right;*/
}
.ticketArea dl.newTkt dt{
    background: #2e66cc;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 0 4px;
    width: 100px;
    text-align: center;
    line-height: 100%;
    margin-right: 15px;
}
.ticketArea dl.newTkt dt,
.ticketArea dl.newTkt dd{
    display: inline-block;
    font-size: 13px;
}
.ticketArea dl.newTkt dd:last-child{
    margin-left: 15px;
}
.ticketArea dl.newTkt dd a{
    position: relative;
}
.ticketArea dl.newTkt dd a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ticketArea dl.newTkt dd a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -8px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
}
.ticketArea dl.newTkt dd:last-child a:after{
    right: -15px;
}

/* new window */
body.ticket.price,
body.ticket.stadium{
    background: none;
}
body.ticket.price > section,
body.ticket.stadium > section{
    margin:0;
    border:none;
    padding: 20px;
}
body.ticket.stadium .info_ticket img{
    margin-bottom: 20px;
}


body.oneCLM .content .main{
    width: 960px;
}
body.oneCLM .content .main .contentArea{
    width: 940px;
}


/*team*/
.team .tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.team .tabnav li {
    display: table-cell;
    font-size: 13px;
    color: #333;
    border-top: 1px solid #003690;
    border-bottom: 1px solid #003690;
    border-left: 1px solid #003690;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.team .tabnav li a,
.team .tabnav li span {
    padding: 13px 0;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: block;
}
body.team.kashima .tabnav li#kashima a,
body.team.urawa .tabnav li#urawa a {
    background: #003690;
    color: #fff;
}
.team .tabnav li:last-child {
    border-right: 1px solid #003690;
}
.teamArea article > section {
    margin-bottom: 30px;
}
.clubBox {
    font-size: 0;
    margin-bottom: 20px;
}
.clubBox .clubName {
    margin-bottom: 10px;
    font-size: 25px;
    color: #000;
    line-height: 40px;
}
.clubBox .clubName .embM {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.clubBox .clubPhoto {
    display: inline-block;
    vertical-align: top;
}
.clubBox .clubPhoto img {
    display: block;
    width: 280px;
    height: auto;
}
.clubBox .clubData {
    display: inline-block;
    width: 320px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 20px;
}
.clubBox .clubDataTable {
    border-top: 1px solid #555;
    width: 100%;
    height: 230px;
}
.teamArea table {
    width: 100%;
    border-bottom: solid 1px #ccc;
}
.teamArea table tr {
    border-top: solid 1px #ccc;
}
.teamArea table th:first-child,
.teamArea table td:first-child {
    border-left: none;
}
.clubBox .clubDataTable th {
    width: 84px;
}
.clubBox .clubDataTable th,
.clubBox .clubDataTable td {
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: middle;
}
.teamArea table th,
.teamArea table td {
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    text-align: left;
}
.teamArea table th {
    background: #e7e7e7;
}
.fxscTeamArea .teamProfile {
    margin-bottom: 30px;
}
.teamArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.tabBox.analysis,
.tabBox.transfer {
    margin-top: 20px;
}
.eventDate {
    font-size: 12px;
    text-align: right;
    margin-bottom: 3px;
}
.nyc2colArea {
    display: table;
}
.nyc2colArea .nyc2colLeft {
    width: 300px;
    display: table-cell;
}
.nyc2colArea .nyc2colLeft {
    width: 300px;
    display: table-cell;
}
.dataTable .bgGray {
    background-color: #eee;
}
.clubInfoList .dataTable thead td {
    padding: 10px;
}
.clubInfoList .dataTable td b {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 5px 5px;
    display: inline-block;
}
.nyc2colArea table td p {
    font-size: 12px;
    margin-bottom: 5px;
}
.nyc2colArea .nyc2colRight {
    width: 300px;
    display: table-cell;
    padding-left: 20px;
}
.fxscArea table {
    width: 100%;
    border-bottom: solid 1px #ccc;
}
.clubBox .clubDataTable td ul li{
    margin-bottom: 5px;
}
.clubBox .clubDataTable td ul li span{
    font-weight: bold;
    display: block;
}
.tabContents .tab li,
.tabContents .tab li:first-child,
.tabSelecter .tab {
    border-color: #003690;
}

/*match*/
.leftRedTit {
    border-left: 5px solid #ac985c;
}


/*NGM*/
.NgmArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.NgmArea .ngmNav {
    margin-bottom: 20px;
}
.NgmArea .ngmNav ul {
    border: solid 1px #003690;
}
.ngmNav .tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.NgmArea .ngmNav ul li:first-child {
    border: 0;
}
.NgmArea .ngmNav ul li {
    vertical-align: middle;
    border-left: solid 1px #003690;
}
.ngmNav .tabnav li {
    display: table-cell;
    font-size: 13px;
    color: #333;
}
body.ngm.ng_history .tabnav li#history a,
body.ngm.ng_outline .tabnav li#outline a,
body.ngm.ng_question .tabnav li#question a,
body.ngm.ng_match .tabnav li#live a,
body.ngm.ng_u18 .tabnav li#u18 a,
body.ngm.ng_u18 .tabnav li#u18 a i,
body.ngm.ng_highschool .tabnav li#highschool a i,
body.ngm.ng_highschool .tabnav li#highschool a {
    background: #003690;
    color: #fff;
}
.NgmArea .ngmNav ul li a,
.NgmArea .ngmNav ul li span{
    height: 50px;
    width: 500px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 8px;
    font-size: 12px;
}

.NgmArea .ngmNav ul li#highschool a {
    letter-spacing: -0.11em;
}

.ngmNav .tabnav li a,
.ngmNav .tabnav li span {
    padding: 13px 0;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: block;
}
.ngmNav .tabnav li span{
    background: #e8e8e8;
    color: #b7b7b7;
}
.NgmArea .ngmNav ul li a i {
    padding: 0;
    color: #000;
    font-style: normal;
}
.NgmArea .ngmNav ul li a:hover {
    opacity: 0.75;
}
.ngmNav .tabnav li i{
    font-style: normal;
}

/*NGM-preview*/
.matchPreviewArea h4{
    font-weight: bold;
    font-size: 19px;
    /* border-bottom: 2px solid #003690; */
    border-left: none;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1.3;
    border-left: none;
    padding-left: 0;
}
.matchPreviewArea .preview_photo {
    float: left;
    margin: 0 20px 20px 0;
}
.matchPreviewArea .preview_photo img {
    width: 400px;
}
.matchPreviewArea p {
    color: #444;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;
}

/*NGM-history*/
.NgmHistoryArea .textnav {
    display: table;
    margin-bottom: 15px;
    width: 100%;
    background: #DEDEDE;
}
.NgmHistoryArea .textnav li {
    font-size: 14px;
    display: table-cell;
    margin-left: 20px;
    text-align: center;
}
.NgmHistoryArea .textnav li:first-child a {
    border-left: 0;
}
.NgmHistoryArea .textnav li a {
    color: #333;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    display: block;
    line-height: 18px;
    padding: 10px 0;
    padding-right: 16px;
    border-left: solid 1px #fff;
}
.NgmHistoryArea .textnav li a:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 18px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 12px;
    text-decoration: none !important;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.NgmHistoryArea .textnav li a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.NgmHistoryArea .articleTitWrap {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.NgmHistoryArea .articleTit {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 110%;
    background: #444;
    padding: 10px 0 10px 15px;
    color: #fff;
}

.NgmHistoryArea .columnArea{
    margin-bottom: 20px;
}

/*NGM-outline*/
.NgmOutlineArea .ngmOutlineTable td ol li{
    margin-bottom: 5px;
}
.NgmOutlineArea .ngmOutlineTable td ol li:last-child{
    margin-bottom: 0;
}

/*NGM-match*/
.fxscArea .leagAccTeam p {
    font-size: 14px;
}
.fxscArea .leagRightScore p,
.fxscArea .leagLeftScore p {
    font-size: 46px;
    margin-bottom: 0;
}
.fxscArea .leagCenterTime span {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 0;
}
.NgmMatchArea .tabContents .tab li {
    width: 16.66%;
}
.NgmMatchArea .tabContents .tab li.current a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}
.NgmMatchArea .tabContents{
    margin-top: 25px;
}
.NgmMatchArea .matchSpotArea .SpotName p {
    font-weight: bold;
}
.SpotName .SpotNameLeft p,
.SpotName .SpotNameRight p {
    font-size: 14px;
}
.u18Members, .highschoolMembers {
    display: inline-block;
}
.NgmMatchArea .matchMemberArea .MemberList p {
    padding: 15px 0 0px 10px;
}
.u18Members .MemberList, .highschoolMembers .MemberList {
    display: block;
}
.MemberList p {
    font-size: 18px;
    padding: 15px 0 15px 10px;
    font-weight: bold;
}
.NgmMatchArea .matchMapArea iframe {
    width: 620px;
    height: 450px;
}
.NgmMatchArea .columnBlock h4 {
    font-weight: bold;
    font-size: 20px;
    /* border-bottom: 2px solid #003690; */
    border-left: none;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1.3;
    border-left: none;
    padding-left: 0;
}
.NgmMatchArea .columnBlock .columnArea .columnTxt p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
}

/*NGM-u18,highschool*/
.NgmArea .blockTit {
    border-left: 5px solid #ECC00B;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 16px;
    padding: 5px 10px;
}
.NgmArea table.teamTable td.td_pos,
.NgmArea table.teamTable th.td_pos {
    border-left: 0;
}
.NgmArea table.teamTable th {
    text-align: center;
}
.NgmArea table.teamTable th,
.NgmArea table.teamTable td {
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.NgmArea table.teamTable td{
    text-align: left;
}
.NgmArea table.teamTable tr th:last-child{
    border-right: 0px;
}
.NgmU18Area .teamTable {
    margin-bottom: 20px;
}

/*NGM-question*/
.NgmQuestionArea .tabSelecter ul{
    height: 41px;
}
.NgmQuestionArea .tabSelecter ul li a{
    height: 40px;
}
.matchMemberArea .memberProfile .memberName {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.matchMemberArea .memberProfile .memberName .position {
    color: #FFF;
    background-color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 10px;
    margin-right: 10px;
}
.matchMemberArea .memberProfile .memberName .teamName {
    font-size: 15px;
    font-weight: normal;
    margin-left: 15px;
}
.matchMemberArea .memberProfile .memberPhoto {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0;
    position: relative;
}
.matchMemberArea .memberProfile .memberPhoto img {
    width: 200px;
}
.matchMemberArea .memberProfile .memberQuestionnaire {
    line-height: 1.5;
    font-size: 14px;
}
.matchMemberArea .memberProfile .memberQuestionnaire dt {
    font-weight: bold;
}
.matchMemberArea .memberProfile .memberQuestionnaire dd {
    margin-bottom: 20px;
}
.matchMemberArea .memberProfile {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

/*.gourmet*/
.commonTable.gourmetInfo th,
.commonTable.gourmetInfo td{
    padding: 10px;
}
.commonTable.gourmetInfo th{
    font-weight: normal;
}
.commonTable.gourmetInfo td{
    text-align: left;
}
.commonTable.gourmetInfo th{
    text-align: center;
}
.gourmetBox {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.gourmetBox h2 {
    margin-bottom: 10px;
    font-weight: bold;
}
.gourmetBox .embM {
    display: inline-block;
    vertical-align: -15px;
}
.gourmetBox h2 .stadiumName {
    font-weight: bold;
    margin-left: 5px;
}
.gourmetBox h2 .stadiumName:before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
}
.gourmetPhoto {
    float: left;
    width: 280px;
    margin-right: 20px;
}
.gourmetPhoto img {
    width: 280px;
}
.gourmetTable {
    width: 320px;
    border-collapse: separate;
    border-bottom: 0;
}
.gourmetTable tr {
    border: 0;
}
.gourmetTable td {
    font-size: 14px;
    padding: 0px 0 15px 0;
}
.gourmetTable tr:first-child td {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.gourmetTable td {
    font-size: 14px;
    padding: 0px 0 15px 0;
}
.gourmetTable tr:last-child td a {
    display: block;
    background: #1B95E0;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
}
.gourmetTable tr:last-child td a span {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    font-size: 13px;
}
.gourmetTable tr:last-child td a span:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    font-size: 14px;
    font-weight: normal;
    left: -1px;
}
.gourmetTable tr:last-child td a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.gourmetArea p{
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}

.top .topInfoBanner {
    margin-bottom: 20px;
}
.top .topInfoBanner a {
    display: block;
}
.top .topInfoBanner a img {
    width: 620px;
}
.top article > section.newsArea{
    margin-bottom: 0;
}
