@charset "utf-8";
/*------------------------------------------------------------

URL : http://www.jleague.jp/css/sp/special/trackingdata.css
DATE : 2015/09/03

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

.pageArea{
	background: #fff;
}

.pageTitlBnr{
	position: relative;
	text-align: center;
	border-bottom: 7px solid #0051a8;
}
.pageTitlBnr h2{
	background: #2EA3DF;
	line-height: 0;

}
.pageTitlBnr img{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.pageTitlBnr p{
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;

}
.pageTitlBnr p a {
    background: rgba(0, 0, 0, 0.6);
    width: 130px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.pageTitlBnr p a:hover{
	background: rgba(46, 163, 223, 0.5);
	text-decoration: none;
	color: #fff;
}


/* contentsBox */
.contentsBox{
	margin: 0 0 30px;
}
.contentsBox .titlecopy{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.8em;
    color: #63a700;
    line-height: 1.4;
    padding-left: 10px;
    border-left: 3px solid #63a700;
}
.contentsBox p.txt{
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 1em;

}
figure img{
	width: 100%;
	max-width: 300px;
	height: auto;
}



.ttlLink{
	position: relative;
    padding: 5px 8px;
    background-color: #4f4f4f;
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.nextlink,
.backlink{
	margin: 10px 0;
}
.btnArea{
	margin-top: 30px;
}
.barLink,
.nextlink a,
.backlink a{
	background-color: #555555;
    color: #fff;
    line-height: 100%;
    text-align: center;
    padding: 12px 0;
    width: 180px;
    font-size: 14px;
    display: block;
    position: relative;
    width: 100%;
    box-sizing:border-box;
    line-height: 1.2;
}
.nextlink a:hover,
.backlink a:hover{
	background: #333;
	text-decoration: none;
}
.barLink:after,
.nextlink a:after,
.backlink a:after {
    position: absolute;
    font-size: 18px;
    top: 50%;
    margin-top: -9px;
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #fff;
    line-height: 100%;
    z-index: :;
}
.barLink:after,
.nextlink a:after{right: 15px;}
.backlink a:after{left: 15px; content:"\f0d9";}

.txtLink{
	text-align: right;
	font-size: 10px;
    margin: 5px 0 10px;
}
.barLink{
	background-color: #2EA3DF;
}
.barLink:hover {
    background: #1F7BB8;

}
.barLink span{
	display: block;
}



/* infoTable */
.infoTable{
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
	border-top:1px solid #ccc;
}
.infoTable th{
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	font-weight: bold;
	background-color: #f6f6f6;
	font-size: 12px;
	height: 45px;
	width: 60px;
    padding: 0 10px;
}
.infoTable td{
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 1.5;

}
.infoTable td:last-child{ border-right:none; }

.infoTable td .mailnaiyou{
	background: #E8E8E8;
	padding: 10px;
	/*margin-left: 20px;*/
}
.infoTable td h4{
    font-weight: bold;
    font-size: 14px;
    margin: 8px 0;
}
.infoTable td p{
	margin-bottom: 5px;
}
.infoTable td a{
	width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

/* ouboFigureWrap */
.ouboFigureWrap{
	background: #e8e8e8;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}
.ouboFigureWrap dt{
	border-top:1px solid #5c80b9;
	border-bottom:1px solid #5c80b9;
	line-height: 0;
}
.ouboFigureWrap dt img{
	width: 100%;
	max-width: 300px;
	height: auto;
	}
.ouboFigureWrap dd ol{
	margin-top: 10px;
}
.ouboFigureWrap dd ol li{

	font-size: 10px;
	line-height: 1.5;
	vertical-align: top;
	margin-bottom: 10px;
}

.ouboFigureWrap dd ol li p{
	background: #fff url(/img/special/trackingdata/top_trackingCon_num.png) no-repeat 0 0;
	-webkit-background-size:50px 50px;
	background-size:50px 50px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	width: 100%;
	-webkit-border-radius:20px 0 0 0;
	border-radius:20px 0 0 0;
	padding-left: 45px;
	position: relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 5px;
	line-height: 40px;
}

.ouboFigureWrap dd ol li p i{
	position: absolute;
	left: 7px;
    top: 7px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}


.fukidashi:after{
	content: ".";
	display: block;
	position: absolute;
	  bottom: -15px;
	  left: 50%;
	  margin-left: -15px;
	  width: 0;
	  height: 0;
	  border-top: 20px solid #e8e8e8;
	  border-left: 20px solid transparent;
	  border-right: 20px solid transparent;
}
