/* Minification failed. Returning unminified contents.
(2,1): run-time error CSS1019: Unexpected token, found '@charset'
(2,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(2,17): run-time error CSS1019: Unexpected token, found ';'
 */
/* CSS Document */
@charset "utf-8";


/************************************/
/*■StationTitleArea
/************************************/
#StationTitleArea{
	width:100%;
	height:44px;
	display:table;
	border-bottom:#07185c solid 1px;
}
#StationTitle{
	display:table-cell;
	vertical-align:middle;
}
#StationTitle h2{
	display:inline-block;
	font-size:12px;
	color: #07185c;
	text-align:left;
	padding-left:12px;
	font-weight:normal;
	line-height:1;
	font-weight: bold;
}
/************************************/
/*■CloseBtn上X
/************************************/
#CloseBtnArea{
	display:table-cell;
	vertical-align:middle;
	width:44px;
	height:44px;	
}
.CloseBtn{
	width:44px;
	height:44px;
	vertical-align:middle;
}

/************************************/
/*■NeighboringMap
/************************************/
.NeighboringMap h2{
	font-size:16px;
	font-weight:bold;
	color:#07185c;
	margin-top:10px;
	margin-bottom:12px;
	margin-left:12px;
}
.MapArea{
	background-color:#fff;
	width:100%;
	height:184px;
}


/************************************/
/*■YardMap
/************************************/
#YardMap h2{
	font-size:16px;
	font-weight:bold;
	color:#07185c;
	margin-top:24px;
	margin-bottom:12px;
	margin-left:12px;
}
.MapAreaY{
	background-color:#fff;
	width:100%;
	/*height:240px;*/
}
.MapAreaY img{
	background-color:#fff;
	/*height:184px;*/
    /*height:240px;*/
	width:100%;
	
}

/**
    yardmap noriba map
*/
.YKmap{
}
.YKmap img{
    width: 100%;
}


/************************************/
/*■PCサイズ
/************************************/
@media screen and (min-width: 980px) {
	.wrap{
		position:relative;
		width:880px;
		margin:0 auto;
	}
	/************************************/
	/*■TopicPath
	/************************************/
	#TopicPath{
		font-size:14px;
		font-weight:normal;
		color:#FFFFFF;
		/*height:44px;	
		margin-top:20px;*/
	}
	/************************************/
	/*■CloseBtn上X
	/************************************/
	.CloseBtnPc{
		display:block;
		position:absolute;
		top:0; right:0;
		width:44px;
		height:44px;	
	}
	
	/************************************/
	/*■StationTitleArea
	/************************************/
	#StationTitleArea{
		height:44px;
		border-bottom:none;
		margin:24px 0;
	}
	#StationTitle{
		vertical-align:top;
	}
	#StationTitle h2{
		font-size:16.8px;
		padding-left:0px;
	}
	
	/************************************/
	/*■NeighboringMap
	/************************************/
	.NeighboringMap h2{
		font-size:18px;
		margin-top:0px;
		margin-left:0px;
	}
	.MapArea{
		height:400px;
	}
	
	
	/************************************/
	/*■YardMap
	/************************************/
	#YardMap h2{
		font-size:18px;
		margin-left:0px;
	}
	.MapAreaY{
		width:100%;
	}
    	.MapAreaY img{
		/*height:400px;*/
		width:100%;
	}
	
    /**
        yardmap noriba map
    */
    .YKmap{
        text-align:center;
        margin-top:32px;
    }
    .YKmap h2 {
        text-align:left;
    }

		
	
	/************************************/
	/*■CloseBtn下CLOSE
	/************************************/
	#CloseBtn2Area{
		text-align:center;
		margin-top:20px;
		margin-bottom:32px;
        width:100%;/*add*/
        color:#07185c;
	}
    /*add*/
    .CloseBtn2AreaDiv {
        margin-left:auto;
        margin-right:auto;
        width:138px;  
        position: relative;
    }
    .CloseBtn2AreaImg {
        width:138px; 
        height:44px; 
    }
    .CloseBtn2AreaDiv2 {
        position:absolute;
        width:138px; 
        height:44px; 
        top:10px;
        color:#07185c;
    }

    /**
        close button
    */
    #CloseBtnArea{
        display:none;
    }
}







/**
    middle
*/
@media screen and (min-width: 481px) and (max-width:979px){
    #StationTitleArea{
        margin-top:21px;
    }
}











