@charset "UTF-8";

/* 
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 280px 0 300px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}

/* ----------   下層ページのメインタイトル  --------------------- */

.nak_tt{
margin:65px 0 0px;
}

.page_01{background:url(../common_img/bg_01.png) no-repeat center center;}
.page_02{background:url(../common_img/bg_02.png) no-repeat center center;}
.page_03{background:url(../common_img/bg_03.png) no-repeat center center;}
.page_04{background:url(../common_img/bg_04.png) no-repeat center center;}
.page_05{background:url(../common_img/bg_05.png) no-repeat center center;}
.page_06{background:url(../common_img/bg_06.png) no-repeat center center;}
.page_07{background:url(../common_img/bg_07.png) no-repeat center center;}
.page_08{background:url(../common_img/bg_08.png) no-repeat center center;}
.page_09{background:url(../common_img/bg_09.png) no-repeat center center;}
.page_10{background:url(../common_img/bg_10.png) no-repeat center center;}
.page_11{background:url(../common_img/bg_11.png) no-repeat center center;}

.nak_tt h2{
font-weight:normal;
padding:8% 0% 8%;
font-size:200%;
color:#fff;
text-shadow:1px 1px 3px #000;

}

.nak_tt h2 span{
margin-right:10px;
font-size:70%;
padding:5px 15px;
background:rgba(0,0,0,0.6);
}

@media only screen and (max-width: 1400px) {

.nak_tt{
margin:65px 0 30px;
background-size:cover;
}

.nak_tt h2 span{
display:block;
}

.nak_tt h2{
padding:4% 0% 4%;
}

}


@media only screen and (max-width: 768px) {


.nak_tt{
margin:65px 0 40px;
}

.nak_tt h2{
font-size:120%;
padding:4% 0% 4%;
margin:0px 0 0px;
}

}



/* パンくずリスト
-------------------------------------------------- */
#pan {
	background:rgba(255,255,255,1.);
}

#pan ul{
	margin: 0px auto 30px;
	line-height: 40px;
	width:100%;
}
	#pan li {
		display: inline;
	}
		#pan li:before {
			content: "　>　";
		}
		#pan li.first:before {
			content: "";
		}
		#pan li.first{
			padding:0px 0px 0px 0px ;
		}

@media only screen and (max-width: 768px) {

#pan {display:none;}

}

/* inner
-------------------------------------------------- */
.inner10 {
	padding: 0 10px;
}

/* inner
-------------------------------------------------- */

p.hissu{
 background:url(../common_img/icon_05.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

p.nini{
 background:url(../common_img/icon_07.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}


.list_style02 {padding:10px;}
.list_style02 li {
padding:0 0 0 15px;
text-indent:-15px;
line-height: 25px;
list-style: inside decimal;}


/* table_style
-------------------------------------------------- */


.table_style {
 border-top: 1px solid #ccc;
 margin:0px auto 10px;
 width:100%;
 background:#fff;
  border-collapse: collapse;
  border-spacing: 0;
}

		.table_style th,
		.table_style td {
			padding: 10px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style td {
			background:#fff;
			border-left: 1px solid #aaa;
		}
		.table_style td.price{text-align:right}
		.table_style td.item{font-weight:bold;color:#019e05;background:#f2f2f2;text-align:left;}

		.table_style th {
			vertical-align: top;
			text-align:center;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
			width:30%;
		}
		.table_style th.kou{
			color:#37701b;
			background:#fff;
		}


		.table_style td span{
			display:none;
		}

.table_style td ul li{
float:left;
width:30%;
padding:1%;
}

.table_style td ul li:before{
content:"■";
}

@media only screen and (max-width: 768px) {

.table_style td ul li{
width:48%;
}

		.table_style td span{
			display:block;
		}

}

.table_style02 {
 margin:30px auto 10px;
 width:100%;
 border-left: 1px solid #aaa;
 border-right: 1px solid #aaa;
  border-collapse: collapse;
  border-spacing: 0;
}
	.table_style02 {
		border-top: 1px solid #aaa;
	}
		.table_style02 th{padding: 10px;
		border-bottom: 1px solid #aaa;
		background:#fff;
		font-weight:bold;
		color:#333;
		}
		.table_style02 tr {
			background:#f2f2f2;
		}

		.table_style02 td {
			padding: 10px;
			border-bottom: 1px solid #aaa;
		}
		.table_style02 td.item{
			color:#009cff;
			background:#f2f2f2;
			width:70%;
		}

.table_style02 tr:nth-child(even){background:#fff;}

@media only screen and (max-width: 768px) {


.table_style {
 width:98%;
 margin:0px auto 10px;
}

.table_style02 {
 width:95%;
}

.res{
display: none;
}

.table_style th{width:100%;
}

table, tbody, tr, th, td {
display: block;
}

.table_style02 th{
		border-bottom: none;
		}

}

/* 
====================================================================================================
■ contact
---------------------------------------------------------------------------------------------------- */

.privacy_box{
background:#f2f2f2;
border:solid 1px #ccc;
padding:15px;
margin:20px 0 0 0;
}

.privacy_box li{
border-bottom:dotted 1px #ccc;
padding:5px ;
list-style:inside decimal;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight:bold;
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  width:100%!important;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

input[type="submit"]{
padding:10px 10px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.g_map iframe{
width:100%;
}


/* ----------   実績  --------------------- */


.figure_box{
margin:0px 0 0;
text-align:center;
}

.figure_box figure{
margin:10px 0;
position:relative;
}

.figure_box figure figcaption{
text-align:center;
position:absolute;
width:100%;
padding:10px;
bottom:0;
color:#fff;
background:rgba(0,0,0,0.8);
}

/* ----------   建設残土処分場  --------------------- */

.zando_ul{
width:50%;
margin:0 auto 30px;
}

.zando_ul li{
font-size:120%;
font-weight:bold;
}
@media only screen and (max-width: 768px) {

.zando_ul{
width:90%;
margin:0 auto 30px;
}
}

/* 
====================================================================================================
■ 新着
---------------------------------------------------------------------------------------------------- */

.news_box, .news_detail {
	padding: 60px 0 0px;
}
.news_box:first-child {
	padding: 0px 0 0px;
}

.news_detail:first-child  {
	padding: 0px 0 0px;
}

.news_box h3 {
	padding: 5px 0 5px 20px;
	font-size: 120%;
	font-weight: bold;
	border-left: 6px solid #008040;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 20px;
	color:#00abeb;
}
.news_detail h3 {
	padding: 5px 0 5px 20px;
	font-size: 120%;
	font-weight: bold;
	border-left: 6px solid #008040;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 20px;
}
.date {
	color: red;
	padding: 0 0 15px 0;
}
.kiji span {
	display: block;
	text-align: right;
}

img.aligncenter { display: block; margin: 10px auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.alignright { display: block; margin: 0 0 0 auto; }

#side_bar {
	padding: 0px 0 0px;
}

.widget{margin-bottom:30px;}

.widgettitle {
	text-align: center;
	font-weight: bold;
	padding: 4% 0;
	font-size: 110%;
	color:#fff;
	background:#005028;
border-top: solid #008040 6px;
border-bottom: solid #008040 6px;
}
#side_bar li a {
	display: block;
	padding: 12px 10px 12px 10px;
	border-bottom: solid 1px #ccc;
	background:#f6f6f6;
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
}
#side_bar li a:before{
	content:"■";color:#005028;margin-right:10px;
}
#side_bar li a:hover {
	border-bottom: solid 1px #fff;
	background: #f2f2f2;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}
#side_bar .widget_archive ul li a:after {
	content: "年";
}

@media only screen and (max-width: 1000px) {
#side_bar {
	padding: 0px 0 40px;
	width: 80%;
	margin: auto;
}
#side_bar li a {
	padding: 12px 0 12px 30px;
}
}
/* ページネーション
-------------------------------------------------- */
.pager {
	overflow: hidden;
	margin: 60px 0 60px;
}
.pager ul.pc_pager {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
.pager ul.pc_pager li {
	margin: 0 3px;
	position: relative;
	left: -50%;
	float: left;
}
.pager ul.pc_pager li.current {
	background: #fff;
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 100%;
	padding: 0.6em 1em;
	border: solid 1px #ccc;
}
.pager ul.pc_pager li span, .pager ul.pc_pager li a {
	display: block;
	font-size: 100%;
	padding: 0.6em 1em;
}
.pager ul.pc_pager li a {
	background: #fff;
	color: #000;
	border: solid 1px #ccc;
	text-decoration: none;
}
.pager ul.pc_pager li a:hover {
	background: #333;
	color: #FFF;
}
.pager ul.pc_pager li.pre a {
	color: #000;
	border: none;
	background: url(common_img/ic_arrow05.png) no-repeat 0 center;
}
.pager ul.pc_pager li.nex a {
	color: #000;
	border: none;
	background: url(common_img/ic_arrow04.png) no-repeat right center;
}
.pager ul.pc_pager li.max_pre a {
	color: #000;
	border: none;
	background: url(common_img/ic_arrow07.png) no-repeat 0 center;
}
.pager ul.pc_pager li.max_nex a {
	color: #000;
	border: none;
	background: url(common_img/ic_arrow06.png) no-repeat right center;
}
.sp_pager {
	display: none;
}
 @media only screen and (max-width: 768px) {
.pager ul.pc_pager li {
	margin: 0 2px;
}
.pager ul.pc_pager li.current {
	text-align: center;
	font-size: 80%;
	padding: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.pager ul.pc_pager li span, .pager ul.pc_pager li a {
	display: block;
	font-size: 80%;
	padding: 0;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.pager ul li.pre, .nex, .max_pre, .max_nex {
	display: none;
}
.sp_pager {
	display: block
}
.sp_pager {
	width: 95%;
	margin: 30px auto 0;
	padding-top: 30px;
	font-size: 90%;
}
.sp_pager li:first-child {
	float: left;
	margin-right: 15px;
}
.sp_pager li:nth-child(2) {
	float: left;
}
.sp_pager li:nth-last-child(2) {
	float: right;
	margin-left: 15px;
}
.sp_pager li:last-child {
	float: right;
}
.sp_pager li a {
	text-decoration: none;
	display: block;
}
.sp_pager li:first-child a {
	color: #000;
	border: none;
	padding: 0px 0px 0px 20px;
	background: url(common_img/ic_arrow05.png) no-repeat 0 center;
}
.sp_pager li:nth-child(2) a {
	color: #000;
	border: none;
	padding: 0px 0px 0px 20px;
	background: url(common_img/ic_arrow07.png) no-repeat left center;
}
.sp_pager li:nth-last-child(2) a {
	color: #000;
	border: none;
	padding: 0px 20px 0px 0px;
	background: url(common_img/ic_arrow04.png) no-repeat right center;
}
.sp_pager li:last-child a {
	color: #000;
	border: none;
	padding: 0px 20px 0px 0px;
	background: url(common_img/ic_arrow06.png) no-repeat right center;
}
}
