@charset "UTF-8";

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

http://www.jleague.jp/css/opening-game.css
2016/2/15 ISM

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

/*--- common ---*/
.content .sub {
    margin-top: 47px;
}
.blockTit {
    border-left: 5px solid #e60012;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.backLink {
    text-align: center;
}
.backLink a {
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
}
.backLink a:before {
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0 .3em;
    text-decoration: none;
    padding-right: 10px;
}
.backLink a:hover {
    background: #EAEAEA;
    text-decoration: none;
}

.ttlNoLink h3, .ttlNoLink .blockTit{
    background: #080808;
}
.openingGArea .leedTxt{
    margin: 25px 0 30px;
    text-align: center;
}
.leedTxt img.dispSP{
  display: none;
}

.openingGArea .leedTxt img{
    margin-bottom: 15px;
}
.openingGArea .leedTxt p{
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
    text-align: left;
}
.photoArea .thumlist.douga li a figcaption span:after{
    content: none;
}
/*.accordionWrap*/
.accordionWrap.entryAcc .accordionIndex {
    display: block;
    cursor: pointer;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
    font-size: 15px;
    text-align: center;
    color: #E60012;
    position: relative;
    margin-top: 25px;
    line-height: 1.65;
    margin-bottom: 1em;
    font-weight: bold;
}
.accordionWrap .accordionIndex:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 10px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 11px;
    color: #e60012;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.accordionWrap.entryAcc .desc {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.desc h4 {
    background: #e60012;
    color: #fff;
    width: 100px;
    padding: 5px 0;
    width: 100px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
}
.accordionWrap.entryAcc .desc ol {
    margin: 20px 0;
}
.accordionWrap.entryAcc .desc ol li {
    font-size: 12px;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1em;
    /*text-indent: -1em;*/
    margin-bottom: 5px;
}
.desc h4:nth-of-type(n+2) {
    margin-top: 20px;
}
.accordionWrap.entryAcc .desc ul li {
    font-size: 12px;
    margin-bottom: 10px;
}


/*--- KV area ---*/
/*.kvArea{
  position: relative;
  margin: 0;
  height: 308px;
  }*/


.tabSelecter .tab li a:hover {
    background: #efefef;
    color: #a9a9a9;
    opacity: 1;
}

.kvArea .navWrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background: #000;*/
}
.content .kvArea .navWrap {
    position: relative;
}
.navList{
    display: block;
    letter-spacing: -.40em;/*隙間用*/
    width: 100%;
    text-align: center;
}
.navList li{
  letter-spacing: normal;/*隙間用*/
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  vertical-align: top;
    width: 16.66%;
}
.navList li:last-child{
	border-right: none;
}
.content .kvArea ul.navList li > a, .content .kvArea ul.navList li > span{
  font-size: 12px;
    display: table-cell;
    background: #7f7b54;
    color: #fff;
    height: 37px;
    vertical-align: middle;
    width: 500px;
    line-height: 1.2;
}
.navList li span{
	background: #4B4B4B;
	color: #2A2A2A;
}
.navList li a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.navList li.nav_mascot a{
    background: #55ACEE;
}
.kvArea img {
    display: block;
}
body.tagboard .kvArea .navList li.nav_tagboard a,
body.event .kvArea .navList li.nav_event a,
body.analysis .kvArea .navList li.nav_analysis a,
body.top .kvArea .navList li.nav_top a,
body.transfer .kvArea .navList li.nav_transfer a,
body.photo .kvArea .navList li.nav_photo a,
body.video .kvArea .navList li.nav_video a,
body.data .kvArea .navList li.nav_data a{
    background: #fff;
    color: #002F45;
}




/*--- tab ---*/
.tabSelecter {
  margin: 0 0 20px 0;
}
.tabSelecter ul {
  border-bottom: 1px solid #ccc;
}
.tabSelecter .tab li{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
    
}
.tabSelecter .tab.twoline {
  
}
.tabSelecter .tab li:first-child {
    border-left: 1px solid #ccc;
}
.tabSelecter .tab li.current a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}
.tabSelecter li a,
.tabSelecter li span {
    font-size: 13px;
    line-height: 1.2;
    color: #4f4f4f;
    font-weight: normal;
    background: #f9f9f9;
    display: table-cell;
    padding: 0;
    width: 310px;
    height: 40px;
    letter-spacing: -0.07em;
}
.tabSelecter.leagueTab .tab li#tab1.current{border-top: 5px solid #e60012; }
.tabSelecter.leagueTab .tab li#tab1.current a{color:#e60012;}
.tabSelecter.leagueTab .tab li#tab2.current{border-top: 5px solid #017f40; }
.tabSelecter.leagueTab .tab li#tab2.current a{color:#017f40;}
.tabSelecter.leagueTab .tab li#tab3.current{border-top: 5px solid #333; }

.tabSelecter.leagueTab li a i{
    font-style: normal;
}

/*.video .tabSelecter .tab li#tab1.current,
.photo .tabSelecter .tab li#tab1.current,
.video .tabSelecter .tab li#tab2.current,
.photo .tabSelecter .tab li#tab2.current{
    border-top: 1px solid #ccc;
}*/

.tabSelecter li.current a i{
  font-weight: bold;
}


/*--- tab ---*/
.catchCopylist{
    font-size: 0;
}
.catchCopylist > li{
	margin-bottom: 20px;
	box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
}

.catchCopylist > li:nth-child(odd){
    margin-right: 20px;
}
.catchCopylist > li figure{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;/*隙間用*/
	position: relative;
}
.catchCopylist > li figure img{
    width: 460px;
	height: auto;
	vertical-align: top;
	z-index: 1111111111111111;
    position: relative;
}
.catchCopylist > li ul{
    font-size: 0;
}
.catchCopylist > li ul li{
    font-size: 14px;
	display: inline-block;
	box-sizing: border-box;
    margin-top: 10px;
}
.catchCopylist > li ul li:first-child{
    margin-right: 10px;
}
.catchCopylist > li ul li a,
.catchCopylist > li ul li span{
    width: 225px;
    background: #bbb;
    padding: 15px;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
.catchCopylist > li ul li span{
    background: #7f7f7f;
    color: #4b4b4b;
}

.catchCopylist > li ul li a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    text-decoration: none;
}
.catchCopylist > li ul li.makeBtn a{
    background: #7f7b54;
}
.catchCopylist > li ul li.tktBtn a{
    background: #e23030;
}
.catchCopylist > li ol li a,
.catchCopylist > li ol li > span,
.catchCopylist > li ol li div{
	display: table-cell;
	width: 130px;
	text-align: center;
	vertical-align: middle;
	background: #878787;
	color: #fff;
	border-radius: 3px;
	padding: 10px 0;
	font-size: 13px;
	box-sizing: border-box;
}
.catchCopylist > li ol li a:hover {
    text-decoration: none;
    opacity: 0.65;
}
.catchCopylist > li ol li.twtBTN a,
.catchCopylist > li ol li.twtBTN div{
	background: #55ACEE;
	height: 110px;
	color: #fff;
	position: relative;
	padding-top: 45px;
}
.catchCopylist > li ol li.twtBTN div{
    background: #DCDCDC;
    padding-top: 10px;
    color: #B3B3B3;
}
.catchCopylist > li ol li.twtBTN a:before{
	position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    color: #fff;
    font-weight: normal;
    font-size: 27px;
    top: 20px;
    left: 50%;
    margin-left: -13px;
}
.catchCopylist > li ol li a span,
.catchCopylist > li ol li div span{
    display: block;
}
.catchCopylist > li ol li.ticketBTN a{
	background: #f00;
	color: #fff;
	height: 60px;
}
.catchCopylist > li ol li.ticketBTN > span{
    color: #A8A8A8;
    height: 60px;
    background: #ccc;
}



/* transferTeamList */
.transferTeamListBlock{
    margin-top: 10px;
}
.transferTeamList{
    display: block;
    letter-spacing: -.40em;/*隙間用*/
    width: 100%;
    margin-bottom: 10px;
}
.transferTeamList.col5{
    width: 88%;
    margin:10px 6% 10px;
}
.transferTeamList li{
    display: inline-block;
    letter-spacing: normal;/*隙間用*/
    vertical-align: top;
    width: 16%;
    margin-bottom: 10px;
    border-right: 1px dotted #ccc;
}
.transferTeamList li:nth-child(6n){ border-right:none; }

.transferTeamList li a {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    width: 90px;
    vertical-align: top;
        padding-left: 7px;
}
.transferTeamList li a:hover{
    text-decoration: none;
    color:#06c;
}
.transferTeamList li a span {
    float: left;
    margin-right: 2px;
    margin-left: 5px;
}





/* transferTeamTitle */
.transferTeamTitle {
    background-color: #f6f6f6;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.transferTeamTitle h4 {
    padding:0 20px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
}
.transferTeamTitle h4 span {
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 7px;
}


.eventDate{
    font-size: 12px;
    text-align: right;
    margin-bottom: 3px;
}
.transferTeamArea{
    margin-top: 40px;
}



/* nyc2colArea */
.nyc2colArea{
    display: table;
}
.nyc2colArea .nyc2colLeft{
    width: 300px;
    display: table-cell;
}
.nyc2colArea .nyc2colRight{
    width: 300px;
    display: table-cell;
    padding-left: 20px;
}
.nyc2colLeft .blockTit{
    background: none repeat scroll 0 0 #004d96;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 12px 16px;
    position: relative;
}
.nyc2colRight .blockTit{
    background: none repeat scroll 0 0 #e60012;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 12px 16px;
    position: relative;
}
.clubInfoList .dataTable td{
    text-align: left;
}
.clubInfoList .dataTable thead td{
    padding: 10px;
}
.clubInfoList .dataTable td b{
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 5px 5px;
    display: inline-block;
}




/* tabnav */
.bordernav.tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.bordernav.tabnav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bordernav.tabnav li {
    display: table-cell;
    font-size: 13px;
    color: #333;
    vertical-align: top;
}
.bordernav.tabnav li a,
.bordernav.tabnav li span {
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 500px;
    height: 50px;
}
.bordernav.tabnav li a:hover{
    opacity: 0.65;
    text-decoration: none;
}
.bordernav.tabnav li:last-child {
    border-right: 1px solid #000;
}
.bordernav.tabnav li.current a,
body.photo.pressCon1 .tabnav li#pressCon1 a,
body.photo.pressCon2 .tabnav li#pressCon2 a,
body.photo.playback .tabnav li#playback a,
body.data.infographics .tabnav li#infographics a,
body.data.ranking .tabnav li#ranking a,
body.data.goalranking .tabnav li#goalranking a {
    background: #000;
    color: #fff;
}







/*--- thumlist ---*/
.thumlist{
    letter-spacing: -.40em;/*隙間用*/
}
.thumlist li{
    letter-spacing: normal;/*隙間用*/
    display: inline-block;
    width:200px;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
}
.thumlist li a,
.thumlist li span{
    color: #333;
    position: relative;
    display: block;
}
.thumlist li:nth-child(3n){
    margin-right: 0;
}
.thumlist li figcaption{
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: left;
}
.thumlist li figcaption span{
    margin-top: 5px;
    display: block;
    letter-spacing: -0.05em;

}
.thumlist li.douga a:after {
  position: absolute;
  font-size: 54px;
  top: 45px;
  left: 50%;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.thumlist li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.thumlist li img{
  width: 200px;
  height: auto;
}


body.infographics .thumlist li{
	width: 300px;
	margin-right: 20px;
    border:1px solid #ccc;
    box-sizing: border-box;
}
body.infographics .thumlist li img {
    width: 298px;
    height: auto;
    box-sizing: border-box;
    vertical-align: bottom;
}
body.infographics .thumlist li:nth-child(3n){
    margin-right: 20px;
}
body.infographics .thumlist li:nth-child(2n){
    margin-right: 0;
}
body.infographics .thumlist li figcaption {
    background: #e8e8e8;
    padding: 10px;
    margin:0;
    text-align: center;
}
body.infographics .thumlist li figcaption span{
    font-size: 17px;
    padding-top: 5px;
    display: block;
}
.thumlist.video li figure:after {
    position: absolute;
    font-size: 54px;
    top: 30px;
    left: 50%;
    margin-left: -27px;
    font-family: 'icomoon3';
    content: "\ec601";
    color: #fff;
    line-height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
.thumlist.video li figure figcaption{
	font-size: 14px;
    line-height: 1.4;
}
.thumlist.video li figure figcaption span {
    font-size: 10px;
}
body.infographics .thumlist li img{
	font-size: 10px;
}









/*--- winning_rate ---*/
.winning_rate > li{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.winning_rate > li h4 .embM {
	display:inline-block !important;
	vertical-align:middle;
	margin:0 5px 0 0;
}
.winning_rate > li h4 {
	padding-top: 5px;
	padding-left: 10px;
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
}
.winning_rate > li h4 span.rankText {
	display: inline-block;
    width: 55px;
    background: #919191;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 20px;
}
.winning_rate > li h4 i {
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

.winning_rate > li img.teamphoto {
	float:left;
	width:200px;
	height:auto;
	padding-left: 10px;
}
.winning_rate > li .textArea {
	width:400px;
	float:right;
}
.winning_rate > li ul.record {
}
.winning_rate > li ul.record li span {
	display:block;
	width:135px;
	margin:0 10px 0 0;
	float:left;
}
.winning_rate > li ul.record li {
	margin-bottom:10px;
	line-height:1.4;
}
.winning_rate > li ul.record li table {
	width:245px;
	float:left;
	table-layout:fixed;
	border-left:1px solid #C8C8C8;
}
.winning_rate > li ul.record li table th,
.winning_rate > li ul.record li table td {
	text-align:center;
	border-right:1px solid #C8C8C8;
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	padding:5px;
	font-size:14px;
}
.winning_rate > li ul.record li table th {
	font-size:12px;
}
.winning_rate > li ul.record li:first-child {
	color:#FF0004;
	font-weight:bold;
	font-size:22px;
}
.winning_rate > li.rank1 {background-color: #F9F5DF;}
.winning_rate > li.rank1 .rankText {background-color: #C3AF43;}

.winning_rate > li.rank2 {background-color: #EEECEC;}
.winning_rate > li.rank2 .rankText {background-color: #666;}

.winning_rate > li.rank3 {background-color: #F0E7DD;}
.winning_rate > li.rank3 .rankText {background-color: #AA7E4D;}



/*--- goalranking1 ---*/
.goalranking1 > li{
	display: table;
	width: 100%;
	border-bottom: #ccc 1px solid;
    padding: 10px 0;
}
.goalranking1 > li ul{
	display: table-cell;
	vertical-align: top;
}
.goalranking1 > li ul.rankingDetail {
	
}
.goalranking1 > li ul.moviearea {
	width:225px;
	text-align:left;
	font-size:0;
	padding-top:3px;
	padding-left: 10px;
}
.goalranking1 > li ul.moviearea li {
	display:inline-block;
	width:110px;
	height:65px;
	vertical-align:bottom;
	font-size:1rem;
}
.goalranking1 > li ul.moviearea li img {
	width:110px;
	height:auto;
	vertical-align: top;
}
.goalranking1 .ranking {
	line-height:25px;
	font-size:16px;
	position:relative;
	margin-bottom:2px;
	padding-left: 10px;
}
.goalranking1 .ranking span {
	font-size:20px;
}
.goalranking1 .ranking span:first-child {
	display:inline-block;
	margin:0 10px 0 0;
	font-weight:bold;
}
.goalranking1 .ranking span.embS {
	display:inline-block;
	font-size:1;
	margin:0 2px 0 0;
	vertical-align:bottom;
}

.goalranking1 .ranking strong {
	display:inline-block;
	margin:0 20px 0 0;
	font-size:20px;
	font-weight:bold;
}

.goalranking1 .ranking i {
	font-size:14px;
	font-style:normal;
	font-weight:bold;

}
.goalranking1 .ranking > div {
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
}
.goalranking1 .goalcount {
	font-size:12px;
	line-height:1.3;
	background-color:#EAE8D8;
	color:#FF0004;
	padding:0 10px;
}
.goalranking1 .active {
	background-color:#f4f4f4;
}
.goalranking1 .goalcount span {
	display:inline-block;
	width:75px;
}
.goalranking1 .goalcount strong {
	font-size:28px;
	font-weight:bold;
	font-family: Arial;
}

.goalranking1 .goalcount .boaliconArea {
	font-size:27px;
	color:#333;
	display:inline-block;
	vertical-align:top;
}
.goalranking1 .goalcount .boaliconArea i {
	margin:0 3px 0 0;
	font-size: 20px;
}
.goalphoto {
	margin:0 5px 0 0;
}
.goalranking1 .videoColBox a div {
    width: 110px;
    height: 62px;
    position: relative;
    overflow: hidden;
}
.goalranking1 .videoColBox a div:after{
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-family: "icomoon3";
    content: "\ec601";
    color: #FFF;
    line-height: 100%;
    opacity: 0.7;
}




.videoOneArea {
    margin-bottom: 20px;
    background: #e8e8e8;
}
.videoOneArea p {
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 140%;
    padding: 15px 20px;
    margin-bottom: 20px;
}







/*--- table ---*/
table{
  width: 100%;
  border-bottom: solid 1px #ccc;
}
table tr{
  border-top: solid 1px #ccc;

}
table th,
table td{
  line-height: 1.4;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
table th:first-child,
table td:first-child{
  border-left: none;
}
table th{
    background: #e7e7e7;
    font-size: 12px;
}
table td{
    font-size: 14px;
}

.outlineTable th{
    background: #e7e7e7;
    font-size: 15px;
    color: #07058C;
}
.outlineTable td{
    font-size: 16px;
}
.outlineTable td p{
  display: table;
  margin-bottom: 10px;
}
.outlineTable td span{
    padding-left: 10px;
    display: table-cell;
}
.outlineTable td span.th{
    
    background: #A09164;
    padding: 5px 0;
    width: 100px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}


.howto{
  margin-bottom: 20px;
}
.touhyou{

}
.outlineTable td .touhyou span{
  color: #E60012;
  font-weight: bold;
}
.outlineTable td .touhyou span.th{
    background: #E60012;
    color: #fff;
}
.outlineTable td .kettei{
    position: relative;
    border: 2px solid #E60012;
    border-radius: 3px;
    padding: 10px;
    color: #E60012;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
}
.outlineTable td .kettei:before{
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 50px;
}

.outlineTable td dl {
  margin: 20px 0;
}
.outlineTable td dl dt{
font-size: 14px;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}
.outlineTable td dl dd{
      font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
}
.outlineTable td dl dd ol{
    margin: 10px 0;
}
.outlineTable td dl dd ol li{
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1em;
    padding-top: 10px;
}
.shiteihashu{
      background: #E7E7E7;
      padding: 15px;

}



/*--- hashTaglist ---*/
.hashTagWrap{
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
}
.hashTaglist {
    display: table;
    table-layout: fixed;
    margin: 0;
    width: 100%;
}
.hashTaglist .hashleague{
    display: table-cell;
}
.hashTagWrap .hashTaglist h4{
  font-size: 12px;
  background: #333;
  padding: 5px 0;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin: 5px;
}
.hashTagWrap .hashTaglist h4.j1{ background: #E60012; }
.hashTagWrap .hashTaglist h4.j2{ background: #017f40; }

.hashTagWrap .hashTaglist ul{
  padding: 5px;
}
.hashTagWrap .hashTaglist ul li{
  font-size: 13px;
  line-height: 1.4;
}
.hashTagWrap .hashTaglist p{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1em;
}
#niconama_thum{display: none;}

/*make*/
.posterArea .step01 {
    margin-bottom: 70px;
}
.posterArea .step01, .posterArea .step02 {
    border: solid 2px #e61e2e;
    padding: 40px 30px;
    border-radius: 5px;
    position: relative;
}
.posterArea .step01:before {
    position: absolute;
    bottom: -44px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 65px;
}
.posterArea.afterMake .step01:before {
    content: none;
}
.posterArea .step01 .stepInner {
    width: 620px;
    margin: 0 auto;
}
.posterArea h3 {
    text-align: center;
    margin-bottom: 30px;
}
.posterArea .step01 .stepInner p {
    font-size: 14px;
    color: #e61e2e;
    font-weight: bold;
    line-height: 1.6;
}
.posterImgList {
    font-size: 0;
    margin-top: 20px;
    text-align: center;
}
.posterImgList img {
    width: 620px;
    vertical-align: top;
}
.posterArea h4 {
    padding-bottom: 10px;
    font-size: 15px;
    margin: 25px 0 5px;
    color: #e61e2e;
    text-align: center;
    text-align: left;
    font-weight: bold;
}
.commentList {
    margin: 0px auto;
    font-size: 0;
    width: 620px;
}
.commentList li:first-child {
    margin-right: 20px;
}
.commentList li {
    font-size: 14px;
    display: inline-block;
    width: 300px;
}
.commentList li span {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 60px;
    background: #9b8950;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: border-box;
    box-sizing: border-box; 
    border-radius: 5px 5px 5px 5px; 
}
.commentList li input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    margin-top: 5px;
    width: 300px;
    font-size: 20px;
    padding: 5px;
}
.commentList li span, .commentList li input {
    display: inline-block;
}
.thanks .mascotArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.detail_Btn {
    font-size: 13px;
    line-height: 1.6em;
    margin: 10px 0 0;
}
.detail_Btn input, .detail_Btn a, .detail_Btn span {
    display: block;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    background: #28a4bb;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    height: 50px;
    font-size: 15px;
    width: 100%;
}
.posterArea .detail_Btn input {
    background: #e61e2e;
    width: 620px;
}
.posterArea {
    margin-bottom: 40px;
    margin-top: 40px;
}
.detail_Btn input {
    border-style: none;
}
.posterArea .detail_Btn input:hover {
    cursor: pointer;
}
.detail_Btn input:hover, .detail_Btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.make .posterArea .step01 p {
    margin: 20px 0 15px;
}
.make .posterArea .step01 p span {
    margin: 20px 0 10px;
    display: block;
    font-size: 14px;
}
.make .posterArea.afterMake .step01 input {
    width: 620px;
    box-sizing: border-box;
}
.make .posterArea .step01 .makeSns {
    margin: 0 auto;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.make .posterArea .step01 .makeSns li {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}
.make .posterArea .step01 .makeSns li a {
    color: #fff;
    width: 300px;
    display: inline-block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    height: 50px;
    line-height: 30px;
}
.make .posterArea .step01 .makeSns li.twitter a {
    background: #28aae1;
}
.make .posterArea .step01 .makeSns li.twitter a span {
    position: relative;
    padding-left: 20px;
}
.make .posterArea .step01 .makeSns li.twitter a span:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    font-size: 16px;
    font-weight: normal;
    left: 0px;
    top: 50%;
    margin-top: -14px;
}
.make .posterArea .step01 .makeSns li.facebook a {
    position: relative;
    padding-left: 20px;
    background: #2e4da0;
}
.make .posterArea .step01 .makeSns li.facebook a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f09a";
    font-size: 16px;
    font-weight: normal;
    left: 61px;
    top: 50%;
    margin-top: -14px;
}
.make .posterArea .step01 .inner {
    width: 620px;
    margin: 0 auto;
}
.make .posterArea .step01 .makeSns li a:hover {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
}
.backlink a, .nextlink a {
    position: relative;
    background: #111;
    color: #fff;
    padding: 10px 20px;
    display: block;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}
.backlink a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    content: "";
}
.backlink a:hover, .nextlink a:hover {
    opacity: 0.6;
    text-decoration: none;
}

/*./eventArea*/
.hashtagArea .imgList li p{
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
}
.hashtagArea .imgList{
    width: 100%;
    font-size: 0;
}
.hashtagArea .imgList li{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
/*.battleImgs{
    margin: 20px 0;
}*/
.hashtagArea .vsList{
    font-size: 0;
}
.hashtagArea .vsList li.clubL{
    margin-bottom: 5px;
    position: relative;
    padding-left: 55px;
    box-sizing: border-box;
    height: 45px;
    font-size: 19px;
    line-height: 1.3;
    /*width: 50%;*/
    display: inline-block;
}
.hashtagArea .vsList li.vs{
    font-size: 20px;
    font-weight: bold;
}
.hashtagArea .vsList li{
    width: auto;
}
.hashtagArea .vsList li span.clubWin{
    font-size: 14px;
    display: block;
    padding: 3px 0 0;
}
.hashtagArea .vsList li span.embM{
    position: absolute;
    left: 7px;
    top: 9px;
}
.hashtagArea .vsList li span.twBtn{
    margin-top: 3px;
    display: block;
}
.hashtagArea .vsList li span.twBtn a{
    display: block;
    background: #1B95E0;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
}
.hashtagArea .vsList li span.twBtn a span{
    position: relative;
    padding-left: 16px;
}
.hashtagArea .vsList li span.twBtn a span:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    font-size: 14px;
    font-weight: normal;
    left: -2px;
}
.hashtagArea .vsList li span.twBtn a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.hashtagArea .vsList li.clubL:nth-of-type(1){
    margin-right: 10px;
}
.hashtagArea .imgList li p a{
    font-size: 18px;
}
.hashtagArea .imgList li p a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.hashtagArea .imgList li figure img{
    width: 100%;
    display: block;
}
.hashtagArea .imgList li:nth-child(odd){
    padding-right: 10px;
}
.hashtagArea .imgList li:nth-child(even){
    padding-left: 10px;
}

.hashtagArea .tab1 .imgList li p span{
    border-left: solid 5px #e40014;
    padding-left: 5px;
}
.hashtagArea .tab2 .imgList li p span{
    border-left: solid 5px #007f45;
    padding-left: 5px;
}
.hashtagArea .tab3 .imgList li p span{
    border-left: solid 5px #231815;
    padding-left: 5px;
}

.hashtagArea .upDate{
    color: #e70707;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tabSelecter .tab li#tab1.current a {
    color: #e60012;
}
.tabSelecter .tab li#tab2.current a {
    color: #017f40;
}
