/*headar*/
#globalheader{background-color:#add700;width:100%;height:160px;}
#header-wrapper{padding:0px 0;width:960px;margin:auto;}
#global-navi { margin:0; width:960px; height:160px;}
#global-logo { float:left; background-color:#add700; width:160px;height:160px; margin-right:0px;}
#global-logo a{
	float:left;
	background: transparent url("../images/global-header/newmrtlogo60.png") center center no-repeat;
	width:160px;
	height:160px;
	margin:0;
}
#global-logo a:hover{
	margin: 15px 0 0 0px;
}
#globalflat-icon a{
	float:left;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

#g-nav-mrtnews{ display:block; width:160px; height:160px; background: #d9466f url('../images/global-header/gIcon-mrtnews.png') center center no-repeat;}
#g-nav-television{ display:block;width:160px;height:40px;background: #b5931e url('../images/global-header/gIcon-television.png') center center no-repeat;}
#g-nav-televisiontable{ display:block;width:160px;height:120px;background: #e7ba3c url('../images/global-header/gIcon-televisiontable.png') center center no-repeat;}
#g-nav-radio{ display:block;width:160px;height:40px;background: #2e7e99 url('../images/global-header/gIcon-radio.png') center center no-repeat;}
#g-nav-radiotable{ display:block;width:160px;height:120px;background: #57b6d5 url('../images/global-header/gIcon-radiotable.png') center center no-repeat;}
#g-nav-announcers{ display:block;width:160px;height:120px;background: #f47863 url('../images/global-header/gIcon-announcers.png') center center no-repeat;}
#g-nav-sns{ display:block;width:80px;height:40px;background: #00a96f url('../images/global-header/gIcon-sns.png') center center no-repeat;}
#g-nav-blog{ display:block;width:80px;height:40px;background: #8468fe url('../images/global-header/gIcon-blog.png') center center no-repeat;}
#g-nav-event{ display:block;width:160px;height:80px;background: #12b0ae url('../images/global-header/gIcon-event.png') center center no-repeat;}
#g-nav-weather{ display:block;width:160px;height:80px;background: #FCB630 url('../images/global-header/gIcon-weather.png') center center no-repeat;}
                                                                
#globalflat-icon a:hover{ background-color:#d2f348; }
.flat-box{
	float:left;
	width:160px;
	height:160px;
}

/*breadCrumb*/
#breadCrumb{background-color:#eeeeee;width:100%;}
#breadCrumbs{width:960px;margin:auto;background-color:#eeeeee;}
#breadCrumbs ul {
	list-style: none;
	display: inline-table;
	padding:0;
	margin:0;
}
#breadCrumbs ul li {
	display: inline;
}
#breadCrumbs ul li a {
	font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
	font-weight: normal;
	display: block;
	float: left;
	height: 16px;
	background: #7b8b72;
	text-align: center;
	padding: 6px 15px 6px 30px;
	position: relative;
	margin: 0 10px 0 0; 
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	line-height:16px;
	
}
#breadCrumbs ul li span {
	font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
	font-weight: normal;
	display: block;
	float: left;
	height: 16px;
/*	text-align: center;*/
	text-align: left;
	padding: 6px 15px 6px 20px;
	position: relative;
	margin: 0 10px 0 0; 
	font-size: 11px;
	text-decoration: none;
	color: #555555;
	line-height:16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}
#breadCrumbs ul li a:after {
	content: "";  
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #7b8b72;
	position: absolute; right: -14px; top: 0;
	z-index: 1;
}
#breadCrumbs ul li a:before {
	content: "";
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #eeeeee;
	position: absolute; left: 0; top: 0;
}
#breadCrumbs ul li:first-child a {
}
#breadCrumbs ul li:first-child a:before {
	display: none; 
}
#breadCrumbs ul li:last-child a {
}
#breadCrumbs ul li:last-child a:after {
}
#breadCrumbs ul li a:hover {
	background: #1ed355;
}
#breadCrumbs ul li a:hover:after {
	border-left-color: #1ed355;
}

