/* Bread Crumb
---------------------*/
.nav-bread{
	width: 100%;
	background: #221613;
	text-align: right;
	padding: 10px 15px;
}
.nav-bread,.nav-bread a{
	color: #fff;
	font-size: 12px;
}
.nav-bread li{
	display: inline-block;
	margin-left: 5px;
}
.nav-bread li:before{
	content: "〉";
}
.nav-bread li:first-child:before{
	content: none !important;
}




/* page nav 
---------------------*/
.nav-page{
	display: inline-block;
	width: 100%;
	margin: 50px auto;
	text-align: center;
	overflow: hidden;
}
.nav-page li{
	font-size: 16px;
	float: left;
	padding: 0 0 15px;
}

.page-message .nav-page li{width: 32%;}
.page-faq .nav-page li{width: 33%; font-size: 13px;}
.page-carrier .nav-page li{width: 49%; font-size: 14px;}

.nav-page li a{
	padding: 5px;
	text-align: center;
	display: block;
	border-right: 1px solid #717171;
}
.nav-page li:first-child a{
	border-left: 1px solid #717171;
}
/*.nav-page li:hover{
	background: url(../img/page-nav-hover.png) no-repeat center bottom;
}*/
.nav-page li.active{
	font-weight: bold;
	background: url(../img/page-nav-active.png) no-repeat center bottom;
}
.staff-list{
	overflow: hidden;
}

.staff-list li{
	width: 25%;
	height: 25%;
	padding: 5px;
	float: left;
	position: relative;
	-webkit-transition: all 0.5s;
		 -moz-transition: all 0.5s;
					transition: all 0.5s;
}
.staff-list li img{

}
.staff-list li li{
	padding: 0;
}


.staff-list li a{
	display: block;
	position: relative;
}
.staff-list li a.on{
	padding: 3px;
}
.staff-list li img{
	width: 100%;
	height: auto;
}

/* news
---------------------*/
.newsEntryBody{
	min-height: 450px;
}
.newsEntryBody img{
	max-width: 100%;
}


@media screen and (max-width: 768px){
	.nav-page{
		margin: 50px auto 30px;
	}
	.nav-page li{
		font-size: 14px;
		width: 32%;
	}
	.nav-page li a{
		padding: 5px;
	}
	.newsEntryBody{
		min-height: auto;
	}
}
@media screen and (max-width: 640px){
	.nav-page{
		margin: 30px auto 30px;
	}
	.nav-page li{
		width: auto;
		padding: 0 0 10px;
	}
	.staff-list li{
		width: 50%;
		height: auto;
	}
	.staff-list li.half{
		width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 380px){
	.nav-page li:last-child a{
		border-left: 1px solid #717171;
	}
	.page-carrier .nav-page li:last-child a,
	.page-faq .nav-page li:last-child a,
	.page-message .nav-page li:last-child a{
		border-left: none;
	}
}












/* Check Back用 */
.cb{color: #F00;}