@charset "UTF-8";

/*---------------------------------------- mainphoto*/
#mainimage {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 501px;
	text-align: center;
}
	#mainimage_txt img{
		display: block;
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		margin: auto;
		width: 288px;
		height:501px;
		z-index:9999;
	}
	.bxslider img{
		display: block;
		width: 1140px;
		height:501px;
	}

@media screen and (max-width: 991px) {
#mainimage {
	height: 413px;
}
	#mainimage_txt img{
		width: 237px;
		height:413px;
	}
	.bxslider img{
		display: block;
		width: 940px;
		height:413px;
	}
}
@media screen and (max-width: 767px) {
#mainimage {
	height: 316px;
}
	#mainimage_txt img{
		width: 181px;
		height: 316px;
	}
	.bxslider img{
		display: block;
		width: 493px;
		height:316px;
	}
}
@media screen and (max-width: 479px) {
#mainimage {
	height: 180px;
}
	#mainimage_txt img{
		width: 103px;
		height: 180px;
	}
	.bxslider img{
		display: block;
		width: 281px;
		height:180px;
	}
}

/*---------------------------------------- intro*/
#mainnavi{
  margin-bottom: 10px;
}

/*---------------------------------------- intro*/
.intro_p {
	letter-spacing: -1px;
}
@media print, screen and (max-width:991px) {
.intro_p {
	display: block;
	margin-top: -7px;
	letter-spacing: 0;
}
}

/*---------------------------------------- banner*/
.index_banner {
	margin-top: 25px;
}
	.index_banner div{
		margin-bottom: 15px;
	}
		.index_banner div img {
			margin: 0 auto;
			box-shadow: 0 0 3px rgba(0,0,0,0.3);
		}

/*---------------------------------------- news*/
#news01 {
	width: 100%;
	overflow: hidden;
}
	#news01 dl {
		padding-bottom: 15px;
	}
		#news01 dl dt,
		#news01 dl dd {
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -o-box-sizing: border-box;
		  -ms-box-sizing: border-box;
		  box-sizing: border-box;
		 }
		#news01 dl dt {
			float: left;
			font-weight: normal;
			width: 140px;
			background: url(../img/common_img/ico_arrow_double.png) no-repeat right center;
			-webkit-background-size: 12px;
			background-size: 12px;
		  line-height: 1;
		}
		#news01 dl dd {
			margin-left: 155px;
		}
			#news01 dl dd,
			#news01 dl dd p{
	      max-width:100%;
	      white-space: nowrap;
	      overflow: hidden;
	      text-overflow: ellipsis;
			  line-height: 1;
			}

@media print, screen and (max-width:479px) {
		#news01 dl dt {
			width: 120px;
		}
		#news01 dl dd {
			margin-left: 130px;
		}
}
