@charset "utf-8";
/*manager.css*/


.openingGame2015PageTitl h2{
	margin: 0 0 10px;
}
.openingGame2015PageTitl h2 img{
	width:100%;
}
.openingGame2015NavArea{
	margin-bottom: 30px;
}
.openingGame2015NavArea ul {
	display: table;
	width: 100%;
}
.openingGame2015NavArea ul li {
	display: table-cell;
	/*width:33.33%;*/
	width:25%;
	vertical-align: top;
}

.openingGame2015NavArea ul li.active a {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
.openingGame2015NavArea ul li a {
	background-color: rgba(0,0,0,0.1);
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0px;
}
.openingGame2015NavArea ul li:nth-last-child(2) a {
	padding:11px 0;
}
.openingGame2015NavArea ul li a:hover{
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
.managerArea{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ece3d6;
	padding: 20px;
}
.managerArea .ttlNoLink{
	margin-bottom: 25px;
}
.managerArea .ttlNoLink h3{
	background: url("/img/opening-game_2015/bg_h3.png") no-repeat scroll left top / 100% auto transparent;
	padding: 12px 0 22px;
	font-size: 20px;
	text-align: center;
}
.managerArea > p.detail{
	margin:25px 15px;
	line-height: 1.5;
	font-size: 14px;
}
.managerProfArea{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.managerProfArea figure{
	display: table-cell;
	width:240px;
	padding-right: 20px;
	vertical-align: top;
}
.managerProfArea .profDetail{
	display: table-cell;
	vertical-align: top;
}
.profDetail ul li{
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #97405b;
	margin-bottom: 18px;
	padding-bottom: 3px;
}
.profDetail ul li:last-child{
	border-bottom-width: 0;
	margin-bottom: 0;
}
.profDetail ul li h4{
	display: inline;
}
.profDetail ul li > p{
	display: inline-block;
	line-height: 1.3;
	width:230px;
}
.profDetail ul li > span{
	display: inline-block;
	font-size: 14px;
	color: #9a465f;
	width:90px;
}

.profDetail ul li > span.deview{
	width:100%;
}
.profDetail ul.profLink{
	margin:15px 0 0;
}
.profDetail ul.profLink li{
	font-size:13px;
	border-bottom-width: 0;
	margin-bottom: 5px;
}
.profDetail ul.profLink li > span{
	width:auto;
	font-size: 14px;
	padding-right:5px;
}
.profAppearance{
	border: 1px solid #97405b;
	padding: 14px 12px;
	margin-top:3px;
}
.profAppearance p{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 15px;
}
.profAppearance p:last-child{
	margin-bottom: 0;
}
.profAppearance p span{
	display: block;
	font-weight: bold;
}
.managerCommentArea .ttlNoLink h4, .managerGalleryArea .ttlNoLink h4{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url("/img/opening-game_2015/bg_line.jpg") repeat-x left top;
	padding:12px 10px;
	margin-bottom: 20px;
}
.videoOneArea{
	margin-bottom:20px;
}
.commentTex p{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 18px;
}
.commentTex p:last-child{
	margin-bottom: 0;
}
.managerGalleryArea{
	margin-top: 30px;
}
.col2 li{
	width:280px;
	margin-bottom: 20px;
}
.col2 li figure img{
	vertical-align: bottom;
}
.barLinkmn {
	width: 580px;
	height: 280px;
	margin: 0 auto 40px;
	position: relative;
	top: -20px;
}
.barLinkmn a{
	display: block;
	width: 580px;
	height: 250px;
	padding-top:20px;
}
.barLinkmn a:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#breadcrumbList{
	margin-left: 20px;
}
