#slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* [disabled]visibility: hidden; */
}
.slide_all {
	width: 900px;
	margin: 0 auto;
	height: 350px;
	position: relative;
}
.slide_wrap {
	width: 2700px;
	position: relative;
	/* [disabled]left: -50%; */
	margin-left: -900px;
	height: 100%;
}
.slide_body {
	width: 100%;
	margin: 0px;
}
.slide_body li {
	width: 900px;
}
.slide_body li img {
	width: 100%;
	vertical-align: bottom;
}
.slide_body li{
	transition:all .3s;
	opacity:0.3;
}
.slide_body li.active{
	opacity:1;
}

.bx-pager {
	text-align: center;
	height: 26px;
}
.bx-pager-item {display: inline-block;}
.bx-pager-item + .bx-pager-item {
	margin-left: 5px;
}
.bx-pager-item a{
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -999em;
	border-radius: 10px;
	margin:10px 2px 0 2px;
	background-color: #CCC;
}
.bx-pager-item a.active {
	background-color: #71BB48;
}
#p-home .bx-controls-direction{
	position: absolute;
	top: 137px;
	width: 900px;
	left: 900px;
}
#p-home .bx-controls-direction a{
	display: block;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
	height: 50px;
	width: 24px;
	text-indent: -999em;
	position: absolute;
}
#p-home .bx-controls-direction .bx-prev{
	background-image: url(/img/btn-prev.png);
	left: -24px;
}
#p-home .bx-controls-direction .bx-next{
	background-image: url(/img/btn-next.png);
	right: -24px;
}
#p-home .bx-controls{
	bottom: 5px;
	z-index: 100;
	width: 100%;
}
#p-home .float-L {
	width: 580px;
}
#p-home .float-R {
	width: 270px;
}
#p-home .clr {
	font-size: 16px;
	line-height: 2em;
}
#p-home .clr +.clr {
	margin-top: 80px;
}
#sidemenu h4 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2em;
	color: #71BB48;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #71BB48;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidemenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidemenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: table;
	height: 55px;
	width: 100%;
	position: relative;
}
#sidemenu a {
	display: table-cell;
	color: #333;
	text-decoration: none;
	height: 100%;
	vertical-align: middle;
	padding-left: 1em;
	position: relative;
}
#sidemenu a:hover {
	color: #71BB48;
}

#sidemenu a.on:before {
	background-image: url('../works/img/bre-works.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 1em;
	width: 1em;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0px;
	top: 25px;
	margin-top: -0.5em;
}
#works-list {
	margin-top: 30px;
}

#works-list ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
#works-list li  {
	width: 150px;
	margin-left: 20px;
	float: left;
	height: 175px;
}
#works-list li p {
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 1.2em;
}
#works-list li a {
	color: #333;
	text-decoration: none;
}
#works-list li:hover {
	opacity: 0.8;
}
#works-head
    {
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	margin-bottom: 1em;
}
#works-head h2 {
	margin-bottom: 10px;
}
#photo-slider {
	position: relative;
}
#photo-slider ul {

}

#photo-slider ul li {
	text-align: center;
}


#photo-slider .bx-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}
#photo-slider .bx-controls a {
	display: block;
	height: 50px;
	width: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -999em;
}
#photo-slider .bx-controls a:hover {
	background-position: center bottom;
}

#photo-slider .bx-prev {
	left: -20px;
	background-image: url('../works/img/btn-prev.png');
}
#photo-slider .bx-next {
	right: -20px;
	background-image: url('../works/img/btn-next.png');
}





#p-works #photo-slider {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#p-works #photo-slider ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#p-works #pager {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#p-works #pager ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -16px;
	/* [disabled]overflow: hidden; */
}
#p-works #pager li {
	float: left;
	margin-left: 16px;
	margin-top: 16px;
	width: 90px;
	height: 75px;
	background-color: #EEE;
}
#p-works #pager li img {
	height: auto;
	max-width: 100%;
}

#p-works #pager li a {
	display: block;
	position: relative;
	height: 100%;
}
#p-works #pager li a:not(.active):hover {
	opacity: 0.8;
}

#p-works #pager li a.active:before {
	display: block;
	height: 100%;
	width: 100%;
	border: 4px solid #71BB48;
	position: absolute;
	box-sizing: border-box;
	z-index: 10;
	content: "";
}
#form-box {
	background-color: #FFF;
}
#form-box  {
	background-color: #F4F4F4;
	padding: 50px;
	margin-top: 50px;
	border-radius: 15px;

}

#form-box table,
#form-box th,
#form-box td {
	border-color: #CCC;
}
#form-box table caption {
	text-align: left;
}

#form-box th,
#form-box td {
	text-align: left;
	vertical-align: top;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	position: relative;
}
#form-box tr {
	position: relative;
}
#form-box th {
	width: 10em;
}

#form-box table input,
#form-box table select,
#form-box table textarea {
	color: #333;
	border: solid 1px #999;
	padding: 5px 7px;
	border-radius: 3px;
}


#form-error {
	color: #AF2720;
	border: 3px double #AF2720;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2em;
	background-color: #FFFFFF;
}
#form-box .mark-required,
#form-box .required:before {
	color: #71BB48;
}

#form-box .error th {
	color: #AF2720;
}
#form-box .error input,
#form-box .error select,
#form-box .error textarea {
	background-color: #FFEAEA;
}


#form-box .required:before {
	position: absolute;
	width: 1em;
	height: 1em;
	content: "※";
	display: block;
	left: 0px;
	top: 1em;
}
#form-box input:-ms-input-placeholder,
#form-box textarea:-ms-input-placeholder {
	color: #999;
}
#form-box label + input[type="checkbox"] {
	margin-left: 1em;
}

#form-box tr:not(.error) input:focus,
#form-box tr:not(.error) select:focus,
#form-box tr:not(.error) textarea:focus {
	background-color: #FFD;
}
#form-box input:focus,
#form-box select:focus,
#form-box textarea:focus {
	border: solid 1px #555;
}
#form-box .mini {
	width: 4em;
}

#form-box .narrow {
	width: 12em;
}

#form-box .middle {
	width: 24em;
}
#form-box .wide {
	width: 100%;
}


#form-box .confirm {

}

#form-box .confirm table{
	background-image: url(/images/line2-dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
}

#form-box .confirm tr {
	background-image: url(/images/line2-dot.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#form-box .confirm th {
	width: 12em;
}


#form-box .btn-form {
	text-align: center;
	margin-top: 2em;
	/* [disabled]background-color: #FFF; */
	padding-top: 1em;
	padding-bottom: 1em;
}
#form-box .btn-form input[type="submit"] {
	background: #ffaa33; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaa33 0%, #ff8800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa33), color-stop(100%,#ff8800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaa33 0%,#ff8800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaa33 0%,#ff8800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaa33 0%,#ff8800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaa33 0%,#ff8800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa33', endColorstr='#ff8800',GradientType=0 ); /* IE6-9 */
	border: 1px #F27300 solid;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}
#form-box .btn-form input,
#form-box .btn-form input[value="input"] + input {
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 5px;
	border: 1px solid #666;
	box-shadow: 0 2px 2px #ccc;
	text-shadow: 1px 2px 3px #777;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #888888 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#888888)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#888888 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#888888 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#888888 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#888888 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#888888',GradientType=0 );
	min-width: 10em;
}
#form-box .btn-form form {
	display: inline-block;
	margin-right: 1em;
	margin-left: 1em;
}
