@charset "utf-8";
/*-- 新聞ページ用css --*/
/*-- core --*/
/*#ma-vf { background: url(../../img/bg.png); }*/
// body{  background:url(../../img/bg.png); /* #99A;*/ }
body{  background-color: #4d4d4d; /* #99A;*/ }
#ma-vf { background-color: transparent; }
#ma-tp { z-index: 1200; color:#000; }

/*-- extend --*/
#F1F7FE
#DADCDD
#ma-cl {}

#viewframe {
	background: url(../../img/bg_list.png) left top repeat scroll,
		-moz-linear-gradient(top, #333435, #6B6C6E 50%, #333435);
	background: url(../../img/bg_list.png) left top repeat scroll,
		-webkit-gradient(linear, left top, left bottom, from(#333435),
		color-stop(0.5, #6B6C6E), to(#333435) );
}
#ma-tp-mn {
	background: url(../../img/btmBarBg.png);
	background-color: #F9F9F9;
}
#ma-tp-mn {
	height: 50px;
	width: 100%;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px -2px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px -2px 1px rgba(0,0,0,0.7);
	box-shadow: 0px -2px 1px rgba(0,0,0,0.7);
 	box-shadow: 0 0 6px #333333; 
}
#ma-tp-mn div{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Meiryo", sans-serif;
	letter-spacing: 0.06em;
}
#ma-tp-mn-pl a { display: block; width: 70px; height: 30px;}

/* ma-tp-mn-nm */

#ma-tp-mn-nm span { font-size: 14px; padding: 0px 15px 0px 0px;}
#ma-tp-mn #ma-tp-mn-pg {
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 1001;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 0.9em;
}

#ma-bt { height:60px; }

#ma-bt-mn {
	background: url(../../img/btmBarBg.png);
	background-color: #F9F9F9;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
  /**box-shadow: 0px 2px 4px #333, inset 0px -2px 4px #fff;*/
}
#ma-bt-mn-nm {
	color: #4d4d4d; text-align: center; font-weight:  bold; padding-top: 5px;
}
#ma-bt-mn-nm span { color: #fff;}
#ma-bt-mn-nb a { display: block; position: absolute; width: 112px; height: 40px; }

#ma-bt-mn-tl { width:100%; height: 60px;}


#ma-bt-mn-tb {
	position: absolute; left:0px; bottom:0px; width: 100%; height: 61px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
/*	border-top: 1px solid #EEFFFF;*/
	-moz-box-shadow: 0px -2px 4px #333, inset 0px -2px 4px #333;
	-webkit-box-shadow: 0px -2px 4px #333, inset 0px -2px 4px #333;
	background-color: #1f2d37;
	border: 1px solid #131c21;
	border-bottom: 1px solid #969da2;
}
#ma-bt-mn-tb #toollever {
	background: url(../../img/btn_black.png) 5px -340px no-repeat scroll;
}


