body{
	padding: 0;
				margin: 0;
	font-size: 12px;
	color:#fff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
}
@charset "UTF-8";

/*==========タグのハック==========*/
img{
	border:0;
	vertical-align: bottom;
}

h1{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}

h2,h3,h4,h5,h6,h7{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
}

p{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
}

form{
	margin:0;
	padding:0;
}


dl{
	margin:0;
	padding:0;
}

dt{
}

dd{
	margin-left:0;
}

ul{
	margin:0 auto;
	padding:0;
	list-style:none;
}

a:link{
	color:#cccccc;
	text-decoration:none; 
}
		
a:visited{
	color:#cccccc;
	text-decoration:none;
}
		
a:hover{
	color:#cccccc;
	text-decoration:underline;
}

a:active{
	color:#cccccc;
	text-decoration:underline;
}

marquee p {
	display:inline;
	margin-right:50px;
}

/*floatによる配置指定を解除するクラス*/
.clearBoth{
	width:0;
	height:0;
	margin:0;
	padding:0;
	clear:both;
}

/*- clearfix ------------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
}
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 280px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {

	width: 930px;
	height: 280px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 280px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width:174px;
	height:258px;
	float: left;
	margin-top:5px;
	display: inline;
	overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
			
.newstaffBox{
	width:174px;
	height:258px;
	position:relative;
	z-index:1;
	background:url(../../img/newstafflistbg.jpg);
}

	.newstaffimg{
		padding-top:3px;
		margin-left:3px;
		width:168px;
		height:252px;
	}
	.newstafftxt{
		position:absolute;
		z-index:4;
		width:164px;
		margin-left:5px;
		margin-top:205px;
		padding:5px 0px 5px 0px;
		background-color: rgba(0,0,0,0.7);
		
	}
		.newstafftxt h1{
			color:#ffffff;
			font-weight:bold;
			font-size:14px;
			margin-left:5px;
			text-align:center;
		}
			.staffage{
				font-size:12px;
				font-weight:normal;
			}
				.newstafftxt h2{
					color:#ffffff;
					margin-left:5px;
					font-size:11px;
				}
				.newstafftxt h3{
					color:#f3002f;
					margin-left:30px;
					margin-top:5px;
					height:18px;
				}
