.nt_contents {
	width:540px;
	margin:0 auto;
}
.nt_contents p {
}
.nt_contents img {
	vertical-align: bottom;
}
.nt_contents_tit {
	height:28px;
	background:url(../img/nt_contents_bg.gif) repeat-x;
	margin-bottom:10px;
}
.nt_contents .device {
	position:relative;
}
.arrow-left_box {
	position:absolute;
	left:0;
	top:10%;
	z-index:999;
} 
.arrow-right_box {
	position:absolute;
	right:0;
	top:10%;
	z-index:999;
}
.nt_contents_inner {
	border:#86b686 solid 1px;
	background:url(../img/bg.jpg) repeat-x left top;
	width:530px;
	margin:0 auto 8px auto;
	position:relative;
}
.nt_contents_inner .mr_nav {
	position:absolute;
	z-index:100;
	bottom:0;
	right:10px;
}
.swiper-wrapper {
	min-height:210px;
}
.nt_contents .swiper-container {
	width:480px;
	margin:0 auto;
}
.swiper-slide_tit {
	background:url(../img/arw_tit.png) no-repeat left center;
	padding-left:15px;
	font-weight:bold;
	border-bottom:#666666 dashed 1px;
	margin:5px auto 5px auto;
	line-height:200%;
}
.swiper-slide_read {
	color:#006400;
	font-weight:bold;
	margin:5px auto 5px auto;
}
.swiper-slide_box {
	line-height:1.1;
}
.swiper-slide_photo {
	font-size:10px;
	vertical-align:top;
	width:100px;
	padding-top:2px;
	text-align:center;
	padding-bottom:5px;
}

.swiper-slide_photo img {
	margin-bottom:4px;
	display:block;
}

.swiper-slide_data {
	width:350px;
}

.swiper-slide_data th {
	color:#006400;
	background:#ffffff;
	border:1px solid #86b686;
	padding:3px;
	text-align:center;
	font-weight:bold;
}
.swiper-slide_data td {
	padding:3px;
}
.swiper-slide_btn {
	padding:10px 0 !important;
}
.swiper-slide_btn img{
	margin-right:8px;
}
.swiper-slide_btn td {
	padding:0!important
}
/*----  clearfix ---- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
