@charset "utf-8";


/* navi
---------------------------------------------------*/
.n1{
	margin:0;
	padding:0;
	width:120px;
	float:left;
}


/* mainphoto
---------------------------------------------------*/


/* maincontent
---------------------------------------------------*/
/*topページ使用*/
.top_BOX{
	margin:0 auto;
	padding:70px 0;
	width:950px;
	overflow:hidden;
}

/*FLASH上のコンテンツ配置専用*/
.flash_BOX1{
	height:100%;
	width:100%;
	overflow:hidden;
	z-index:500;
	position:absolute;
	bottom:0;
}

.flash_BOX2{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
}

.flash_BOX3{
	margin:0 0 20px 0;/*コンテンツ位置*/
	background-image:url(../image/nav_box_back.jpg);
	background-repeat:no-repeat;
	background-size:cover;/*背景画像をコンテンツ全体表示*/
	border-top:5px solid rgba( 255, 255, 255, 0.8 );/*上下に透過border*/
	border-bottom:5px solid rgba( 255, 255, 255, 0.8 );/*上下に透過border*/
}

/*information_BOX*/
.information_BOX1{
	width:500px;
	float:left;
}

.information_BOX2{
	width:425px;
	float:right;
}

.information_BOX3{
	border:1px solid #E9E9E9;
	overflow:auto;
	height:500px;
}

.information_BOX_table{
	margin:0;
	padding:0;
	border-top:1px solid #CCCCCC;
	border-collapse:collapse;
}

.information_BOX_table tr{
	border-bottom:1px dotted #CCCCCC;
}

.information_BOX_table tr:last-child{
	border-bottom:none;
}

.information_BOX_table th{
	margin:0;
	padding:10px;
	font-weight:normal;
	vertical-align:text-top;
	text-align:center;
}

.information_BOX_table td{
	margin:0;
	padding:10px;
}

.information_BOX4{
	width:70px;
	font-size:12px;
	line-height:160%;
	text-align:center;
	color:#FFFFFF;
	background:#371F42;
	border-radius:5px;
}

/*top_mail_BOX*/
.title_BOX1{
	padding:236px 0 0 0;/*上部の高さ調整*/
	width:100%;
	text-align:center;
}

.title_BOX2{
	margin:0 auto;
	padding:20px 0;
	width:360px;
	font-size:22px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background-color: rgba( 0, 0, 0, 0.8 );
}

/*top_mail_BOX*/
.top_mail_BOX{
	padding:200px 0;
	text-align:center;
}





/*main_left*/
.main_left{
	margin:0;
	padding:0;
	float:left;
	width:210px;
}

/*main_right*/
.main_right{
	margin:0;
	padding:0;
	float:right;
	width:720px;
}

/*tender入札情報
-----------------------------------------------------*/
.tender {
	width: 950px;
	margin: 0 auto;
	
}

.tender p{
	padding-top: 60px;
}

.tender-text {
	width: 960px;
	height: 370px;
	margin: 20px auto;
	background-color: #FFFFFF;
	padding:10px 20px;
}

.tender-text p {
	line-height: 1.8;
}

.tender-image {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.tender-image img {
	width: 230px;
	margin: 25px 5px;
}

/* footer
---------------------------------------------------*/
.footer{
	
}

.f_txt{
	padding:50px 0;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	clear:both;
}




.cont {
  background: #ccc;
  height: 2000px;
}

.box1 {
  background-color: #ff3535;
}
.box2 {
  background-color: #ffd835;
}
.box3 {
  background-color: #43ff93;
}
.box4 {
  background-color: #ff3535;
}




/* FLASH
---------------------------------------------------*/
.wideslider {
  width: 950px;
  text-align: left;
  position: relative;
  overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

.wideslider ul li img {
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;

}
.slider_prev,
.slider_next {
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background: #fff url(../image/top/1.png) no-repeat right center;
}
.slider_next {
  background: #fff url(../image/top/2.png) no-repeat left center;
}

.pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
  display:none;
}

.pagination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #333;
}
.pagination a.active {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}

.slick-slider {
	width: 950px;
}

.hLogo {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 101;
}

.hNav {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 101;
}
.hNav p,
.nav2 p {
	float: left;
}
.hNav p+p,
.nav2 p+p {
	margin-left: 20px;
}
.nav2 {
	margin-left: 90px;
}












