@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 12px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
ul li, dl dt, dl dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
div, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a {
	color: #444;
	text-decoration: none;
}
a img { 
	border: none;
	vertical-align: bottom;
}
a:link {
	text-decoration: underline; 
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
/* COMMON STYLES */
.bg-white {
	background-color: #fff;
}
.bg-lightgray {
	background: url(../images/bg_light_gray.png);
}
.bg-highlightgray {
	background: url(../images/bg_high_light_gray.png);
}
.bg-green {
	background-color: #2A9355;
}
.btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
#transparent-panel {
	background-color: #fff;
	opacity: 0.5;
	width: 100%;
	height: 99999px;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 200;
}
#transparent-panel-top {
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 99999px;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 200;
}
#passive-popup {
	positon: relative;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -315px;
	margin-left: -440px;
	display: none;
	z-index: 300;
}
#passive-popup .btn-close {
	position: absolute;
	display: block;
	top: 13px;
	right: 13px;
	background: url(../images/btn_close.png) no-repeat;
	width: 40px;
	height: 41px;
	opacity: 0.5;
}
#passive-popup .btn-close:hover {
	opacity: 1.0;
	cursor: pointer;
}
/* LAYOUT STYLES */
#container {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-width:1000px;
	height: 140px;
	background-color: #fff;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 85.0%
}
#header a {
	border: none;
}
#header h1 {
	float: left;
	margin: 24px 0 0 26px;
}
#header h2 {
	position: absolute;
	top: 34px;
	left: 216px;
	font-size: 1.2em;
	color: #2A9355;
}
#header #header-menu {
	float: right;
	width: 540px;
	height: 80px;
}
#header #header-menu ul {
	list-style: none;
}
#header #header-menu ul li {
	float: left;
}
#header #header-menu #font-size {
	list-style: none;
}
#header #header-menu #font-size li {
	margin: 28px 3px 0 3px;
}
#header #header-menu #font-size li.font-s {
	font-size: 9.5px;
}
#header #header-menu #font-size li.font-m {
	font-size: 11.5px;
}
#header #header-menu #font-size li.font-l {
	font-size: 13.5px;
}
#header #header-menu #font-size li.print {
	margin-right: 20px;
}
#header #header-menu #font-size li.print img {
	margin-top: 2px;
	vertical-align: middle;
}
#header #header-menu #font-size li span {
	display: block;
	width: 30px; 
	height: 30px; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.10);
	line-height: 30px;
	color: #555555;
	text-decoration: none;
	text-align: center;
	font-weight: 800;
	cursor: pointer;
}
#header #header-menu #header-nav-gray {

}
#header #header-menu #header-nav-gray li {
	margin: 28px 0 0 8px;
	width: 114px;
	height: 32px;
}
#header #header-menu #header-nav-gray li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	line-height: 32px;
	color: #555;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 200;
	background-color: rgba(51, 51, 51, 0.2);
}
#header #header-menu #header-nav-gray li a:hover {
	background-color: rgba(51, 51, 51, 0.15);
}
#header #header-menu #header-nav {

}
#header #header-menu #header-nav li {
	margin: 20px 0 0 10px;
	width: 150px;
	height: 46px;
}
#header #header-menu #header-nav li span:after {
	content: url(../images/style_header_menu.png);
}
#header #header-menu #header-nav li span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
	font-size: 1.35em;
	font-weight: 700;
	cursor: pointer;
}
#header #header-menu #header-nav li#hm01 .off {
	background-color: #FF8A34;
}
#header #header-menu #header-nav li#hm01 .on {
	background-color: #fff;
	color: #FF8A34;
}
#header #header-menu #header-nav li#hm02 .off {
	background-color: #FF6E39;
}
#header #header-menu #header-nav li#hm02 .on {
	background-color: #fff;
	color: #FF6E39;
}
#header #header-menu #header-nav li#hm03 .off {
	background-color: #009CB4;
}
#header #header-menu #header-nav li#hm03 .on {
	background-color: #fff;
	color: #009CB4;
}
#header #global-menu ul {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	min-width: 1000px;
	list-style: none;
}
#header #global-menu ul li {
	position: relative;
	float: left;
	width: 16.6%;
	height: 60px;
	text-align: center;
	background: url(../images/gmenu_separator.png) no-repeat left center;
}
#header #global-menu #global-menu-landscape ul li {
	width: 20%;
}
#header #global-menu ul li:nth-child(1) {
	background: none;
}
#header #global-menu ul li a {
	padding-top: 16px;
	display: block;
	width: 100%;
	height: 44px;
	color: #333333;
	font-size: 1.25em;
	font-weight: 800;
	text-decoration: none;
}
#header #global-menu ul li a:hover {
	color: #00926D;
}
#header #global-menu ul li span {
	display: block;
	color: #00926D;
	font-size: 0.85em;
	font-weight: 100;
}
#header #selected-menu {
	potision: fixed;
	display: none;
	top: 68px;
	position: relative;
	width: 100%;
	height: 6px;
	background-color: #ccc;
	z-index: 1100;
}
#header .on-works div {
	position: absolute;
	right: 330px;
	width: 150px;
	height: 6px;
	background-color: #FF8A34;
}
#header .on-items div {
	position: absolute;
	right: 170px;
	width: 150px;
	height: 6px;
	background-color: #FF6E39;
}
#header .on-contact div {
	position: absolute;
	right: 10px;
	width: 150px;
	height: 6px;
	background-color: #009CB4;
}
#header .modal-content {
	padding: 40px 10px;
	margin: 0 auto;
	width: 980px;
}
#header .modal-content h3 {
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
	width: 100%;
	color: #00916C;
	font-size: 1.7em;
	line-height: 180%;
	font-weight: 600;
}
#header .modal-content h3:after {
	content:"";
	display:block;
	height:1px;
	width:980px;
	background: #00916c; /* Old browsers */
	background: -moz-linear-gradient(left,  #00916c 0%, #00916c 20%, #cccccc 20%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00916c), color-stop(20%,#00916c), color-stop(20%,#cccccc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to right,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00916c', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
#header .modal-content h3 span {
	margin-left: 10px;
	font-size: 0.65em;
	font-weight: 100;
	color: #AAAAAA;
}
#header .modal-content a {
	color: #00916C;
	text-decoration: none;
}
#header .modal-content .btn-link {
	margin: 0 0 15px 0;
	padding: 0;
	width: 980px;
	height: 64px;
	text-align: center;
}
#header .modal-content .btn-link a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 64px;
	color: #00926C;
	border: solid 1px #00926C;
	font-size: 1.4em;
	font-weight: 900;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#header .modal-content .btn-close {
	margin: 0 0 15px 0;
	padding: 0;
	width: 980px;
	height: 64px;
	text-align: center;
}
#header .modal-content .btn-close span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 64px;
	color: #333333;
	border: solid 1px #EFEDE7;
	background-color: #EFEDE7;
	font-size: 1.4em;
	font-weight: 900;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
}
#header .modal-content .btn-close span span {
	display: inline;
	margin-right: 4px;
	font-size: 1.2em;
}
#header #modal-works {
	position: fixed;
	overflow-y: scroll;
	top: 66px;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 1000px;
	height: 700px;
	background-color: #f6f6f4;
}
#header #modal-works .modal-content dl {
	float: left;
	margin: 0 12px 20px 0;
}
#header #modal-works .modal-content dl:nth-child(4n + 1) {
	margin-right: 0;
}
#header #modal-works .modal-content dl dt {
	width: 236px;
	height: 133px;
}
#header #modal-works .modal-content dl dd {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 900;
	color: #00916C;
	line-height: 300%;
}
#header #modal-items {
	position: fixed;
	overflow-y: scroll;
	top: 66px;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 1000px;
	height: 820px;
	background-color: #f6f6f4;
}
#header #modal-items .modal-content .list-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 324px;
	height: 100px;
}
#header #modal-items .modal-content div img {
	float: left;
}
#header #modal-items .modal-content div dl {
	float: left;
	margin: 0 0 0 12px;
	width: 160px;
}
#header #modal-items .modal-content div dl dt {
	font-size: 1.3em;
	color: #00916D;
	font-weight: 800;
}
#header #modal-items .modal-content div dl dd {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 100;
}
#header #modal-items .modal-content div dl dd a {
	color: #333;
}
#header #modal-items .modal-content div dl dd a:hover {
	border-bottom: solid 1px #333;
}
#header #modal-items .modal-content div dl dd:before {
	content: '> ';
	color: #00916C;
}
#header #modal-contact {
	position: fixed;
	overflow-y: scroll;
	top: 66px;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 1000px;
	height: 460px;
	background-color: #f6f6f4;
}
#header #modal-contact ul {
	margin: 0 auto;
	padding-top: 20px;
	width: 928px;
	list-style: none;
}
#header #modal-contact ul li {
	margin-left: 12px;
	margin-bottom: 30px;
	float: left;
	width: 176px;
	height: 176px;
	text-align: center;
}
#header #modal-contact ul li:nth-child(1) {
	margin: 0;
}
#header #modal-contact ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 900;
	color: #00916C;
}
#header #modal-contact ul li a span {
	display: block;
	padding-top: 96px;
}
#header #modal-contact ul li.m01 a {
	background: url(../images/modal_contact_m01.png) no-repeat;
}
#header #modal-contact ul li.m02 a {
	background: url(../images/modal_contact_m02.png) no-repeat;
}
#header #modal-contact ul li.m03 a {
	background: url(../images/modal_contact_m03.png) no-repeat;
}
#header #modal-contact ul li.m04 a {
	background: url(../images/modal_contact_m04.png) no-repeat;
}
#header #modal-contact ul li.m05 a {
	background: url(../images/modal_contact_m05.png) no-repeat;
}
/* SUB-MENU */
#sub-menu {
	margin-top: 140px;
	padding: 10px 0;
	width: 100%;
	height: 28px;
	background-color: #2A9355;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 85.0%
}
#sub-menu a {
	border: none;
}
#sub-menu ul {
	margin: 0 auto;
	width: 1000px;
}
#sub-menu ul li {
	padding: 0 10px;
	float: left;
	line-height: 28px;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}
#sub-menu ul li.header {
	background-color: #fff;
	color: #2A9355;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#sub-menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 2px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
#sub-menu ul li a:hover {
	background-color: #fff;
	color: #2A9355;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/* TOP SLIDE */
#first-view {
	position: relative;
	top: 140px;
	width: 100%;
	min-width: 1000px;
	height: 1000px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 85.0%
		overflow: hidden;
}
#first-view a {
	border: none;
}
#first-view #slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	overflow: hidden;
}
#first-view #slide div {
	width: 100%;
	height: 100%;
	/*
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px);
	*/
}
#first-view #slide img {
	width: 100%;
	height: 100%;
}
#first-view #slide #slide01, #first-view #slide #slide02, #first-view #slide #slide03 {
	position: absolute;
	display: none;
}
@media screen and (min-width: 1400px) {
	#first-view {
		-moz-background-size: 192.8% auto;
		background-size: 192.8% auto;
	}
}
#first-view #btn-slide-l {
	position: absolute;
	left: 0;
}
#first-view #btn-slide-r {
	position: absolute;
	right: 0;
}
#first-view #btn-slide-l, #first-view #btn-slide-r {
	width: 64px;
	height: 120px;
	z-index: 10;
	display: none;
}
#first-view #btn-slide-l:hover, #first-view #btn-slide-r:hover {
	cursor: pointer;
}
#first-view #btn-slide-l:hover img, #first-view #btn-slide-r:hover img {
	opacity: 0.7;
	cursor: pointer;
}
#first-view #msg-left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	cursor: pointer;
	z-index: 9;
}
#first-view #msg-right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	cursor: pointer;
	z-index: 9;
}
#first-view #msg-left img, #first-view #msg-right img {
}
#first-view #message-box {
	position: absolute;
	display: none;
	margin: 0 auto;
	width: 100%;
	height: 650px;
	text-align: center;
}
#first-view #message-box #scroll-down {
	margin-top: 20px;
}
#first-view #top-information {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 136px;
	bottom: 0;
}
#balloon-wrapper {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	padding: 30px;
	position: relative;
	z-index: 1000;
}
#balloon-inner {
	position: relative;
	padding: 40px;
	background: #fff;
	height: 220px;
	width: 850px;
	margin-bottom: 20px;
	border: 4px solid #00926E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#balloon-inner:after {
	content: '';
	position: absolute;
	border-top: 20px solid #fff;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	bottom: -15px;
	left: 5px;
}
#balloon-inner:before {
	content: '';
	position: absolute;
	border-top: 20px solid #00926E;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	bottom: -21px;
	left: 5px;
}
#balloon-inner .image {
	float: left;
	width: 400px;
}
#balloon-inner .message {
	float: left;
	padding: 0 0 0 30px;
	width: 410px;
}
#balloon-inner .message h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.8em;
	color: #00916D;
	line-height: 140%;
}
#balloon-inner .message p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 160%;
}
#balloon-inner .message .button a{
	width: 400px;
	height: 40px;
	border: solid 1px #00926E;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#balloon-inner .message .button a {
	display: block;
	widht: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
}
#balloon-inner .message .button a:hover {
	background-color: #ECFFFB;
}
#first-view #top-information #banner-top {
	position: absolute;
	/* トップページのニュース帯を表示しない場合はbottom:0 */
	/* bottom: 0; */
	bottom: 0px;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.3);
}
#first-view #top-information #banner-top #banner-area {
	position: relative;
	margin: 0 auto;
	width: 928px;
}
#first-view #top-information #banner-top #banner-area #banner-frame {
	position: relative;
	float: left;
	margin: 16px auto 0 auto;
	list-style: none;
	width: 928px;
	height: 65px;
	overflow: hidden;
}
#first-view #top-information #banner-top #banner-area div {
	position: absolute;
}
#first-view #top-information #banner-top #banner-area div#top-banner01 {
	left: 0;
}
#first-view #top-information #banner-top #banner-area div#top-banner02 {
	left: 236px;
}
#first-view #top-information #banner-top #banner-area div#top-banner03 {
	left: 472px;
}
#first-view #top-information #banner-top #banner-area div#top-banner04 {
	left: 708px;
}
#first-view #top-information #banner-top #banner-area div#top-banner05 {
	left: 944px;
}
#first-view #top-information #banner-top #scroll-left, #first-view #top-information #banner-top #scroll-right {
	top: 16px;
	position: absolute;
}
#first-view #top-information #banner-top #scroll-left {
	left: -20px;
}
#first-view #top-information #banner-top #scroll-right {
	right: -20px;
}
/*
@media screen and (min-width: 1400px) {
#first-view #top-information #banner-top #banner-area, #first-view #top-information #banner-top #banner-area #banner-frame {
width: 1180px;
}
#first-view #top-information #banner-top #scroll-left, #first-view #top-information #banner-top #scroll-right {
display: none;
}
}
*/
#first-view #top-information #new-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #00916F;
	z-index: 90;
}
#first-view #top-information #new-info a {
	color: #fff;
	text-decoration: none;
}
#first-view #top-information #new-info dt {
	float: left;
	clear: both;
	padding-left: 20px;
	color: #fff;
	font-size: 1.3em;
	font-style: italic;
	line-height: 46px;
}
#first-view #top-information #new-info dd {
	/* margin-left: 110px; */
	margin-left: 0;
	color: #fff;
	font-size: 1.3em;
	line-height: 46px;
}
#first-view #top-information #information-list {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 180px;
	height: 46px;
	background: url(../images/bg_information_list.png) no-repeat;
	font-size: 1.35em;
	line-height: 50px;
	text-align: center;
	color: #fff;
	z-index: 91;
}
#first-view #top-information #information-list a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
#first-view #top-information #information-list a:after {
	content: ' >';
	color: rgba(255, 255, 255, 0.3);
}
/* TOP CONTENT */
#top-content {
	padding-top: 140px;
	width: 100%;
}
#top-content h2 {
	margin: 0;
	padding: 54px 0 0 0;
	width: 100%;
	height: 100px;
	color: #00916E;
	font-size: 2.8em;
	text-align: center;
	letter-spacing: 0.2em;
}
#top-content h2 span {
	display: block;
	font-size: 0.36em;
	color: #B9B9B9;
	letter-spacing: 0.05em;
	font-weight: normal;
}
#top-content #top-development {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background: url(../images/bg_development.png) no-repeat;
	background-position: top center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#top-content #top-development:after {
	padding-top: 36.0%;
	display: block;
	content: "";
}
#top-content #top-development > .dev-content {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
#top-content #top-development dl {
	float: left;
	width: 33.3%;
	height: 100%;
}
#top-content #top-development dl dt {
	display: table;
	margin-bottom: 14px;
	width: 100%;
	height: 70%;
	text-align: center;
}
#top-content #top-development dl dt a {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
#top-content #top-development dl dt img {
	margin-top: 10px;
}
#top-content #top-development dl dt span {
	display: block;
	padding: 5px 0;
	font-weight: normal;
}
#top-content #top-development dl dt .alp {
	padding-top: 30px;
	font-size: 1.4em;
	font-style: italic;
}
#top-content #top-development dl dt .title {
	display:inline-block;
	margin: 0 auto;
	font-size: 2.6em;
	width: auto;
	border-bottom: solid 1px #fff;
	line-height: 160%;
}
#top-content #top-development dl dt .msg {
	margin-top: 16px;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 160%;
}
#top-content #top-development dl dd {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	width: 42%;
}
#top-content #top-development dl dd:nth-child(2n+1) {
	padding: 0;
	width: 54%;
}
#top-content #top-development dl dd a {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	line-height: 150%;
}
#top-content #top-development dl dd a:before {
	content: "";
	background: url(../images/list_dev.png) no-repeat 0 4px;
	padding-left: 12px;
}
@media screen and (min-width: 1240px) {
	#top-content #top-development dl dd {
		margin: 0;
		padding: 0 0 0 20px;
		float: left;
		width: 46%;
	}
	#top-content #top-development dl dd:nth-child(2n+1) {
		padding: 0;
		width: 48%;
	}
	#top-content #top-development dl dd a {
		font-size: 1.2em;
		line-height: 180%;
	}
}
#top-content #recent-works {
	position: relative;
	width: 100%;
	min-width: 1000px;
	/*
	background: url(../images/bg_development.png) no-repeat;
	background-position: top center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	*/
}
#top-content #recent-works:after {
	padding-top: 24.0%;
	display: block;
	content: "";
}
#top-content #recent-works > .dev-content {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
#top-content #recent-works dl {
	float: left;
	width: 25.0%;
	height: 100%;
}
#top-content #recent-works dl dt img {
	width: 100%;
	height: auto;
}
#top-content #recent-works dl dd a {
	padding-left: 20px;
	font-size: 1.4em;
	line-height: 45px;
	font-weight: 800;
	text-decoration: none;
}
#top-content #recent-works dl:nth-child(odd) {
	background-color: #E3DED5;
}
#top-content #recent-works dl:nth-child(even) {
	background-color: #E4E3DD;
}
#top-content #recent-works-list {
	padding-top: 42px;
	width: 100%;
	min-width: 1000px;
	height: 138px;
}
#top-content #news {
	padding-top: 40px;
	width: 100%;
}
#top-content #news .inner-block {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 1000px;
}
#top-content #news h2 {
	padding: 10px 0;
	height: 70px;
}

#top-content #news div.left-news,
#top-content #news div.right-news {
	margin: 0 auto;
	display: table-cell;
	width: 50%;
}
#top-content #news div.left-news {
	position: relative;
	width: 470px;
	padding: 0 20px 10px 10px;
	border-right: solid 1px rgba(204, 204, 204, 0.3);
}
#top-content #news div.left-news .link-list {
	position: absolute;
	top: 68px;
	right: 20px;
	font-size: 1.4em;
	text-decoration: none;
}
#top-content #news div.left-news .link-list:hover {
	text-decoration: underline;
}
#top-content #news div.right-news {
	padding: 10px 0 10px 20px;
	width: 470px;
}
#top-content #news dl,
#top-content #news ul {
	margin: 0 auto 20px auto;
	height: 240px;
	overflow-y: auto;
}
#top-content #news dl dt {
	float: left;
	clear: both;
	padding-top: 4px;
	width: 96px;
	font-size: 1.3em;
	color: #00926E;
}
#top-content #news dl dd {
	padding: 4px 0 8px 100px;
	font-size: 1.3em;
	border-bottom: 1px solid #EEEEEE;

}
#top-content #news ul li {
	padding: 4px 0 8px 0;
	border-bottom: 1px solid #EEEEEE;
}
#top-content #news ul li h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 800;
	color: #444;
	border: 0;
}
#top-content #news ul li h3:after {
	content: none;
}
#top-content #news ul li p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
#top-content #news div.bg-line {
	height: 100px;
	width: 100%;
	background: url(../images/bg_news_line.png) repeat-x center bottom;
}
#top-content #features {
	margin: 0 auto 30px auto;
	width: 1000px;
	text-align: center;
}
#top-content #features:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#top-content #features dl {
	float: left;
	margin: 0 10px 10px 0;
	width: 240px;
	height: 130px;
	border: dotted 1px #00926D;
}
#top-content #features dl dt img {
	width: 100%;
	height: auto;
}
#top-content #features dl:nth-child(4n) {
	margin-right: 0;
}
#top-content #features dl dd {
	font-size: 1.4em;
	font-weight: 800;
	line-height: 58px;
}
#top-content div .btn-list {
	display: block;
	margin: 0 auto 28px auto;
	width: 800px;
	height: 64px;
	background-color: rgba(204, 204, 204, 0.3);
	font-size: 1.6em;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-weight: 800;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#top-content div .btn-list:hover {
	opacity: 0.7;
}
#top-content #features2 .btn-list {
	display: block;
	margin: 0 auto 68px auto;
	width: 800px;
	height: 64px;
	background-color: rgba(204, 204, 204, 0.4);
	font-size: 1.6em;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-weight: 800;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#top-content #features2 .btn-list:hover {
	opacity: 0.7;
}

/* CONTENT */
#content {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 85.0%
}
#content a {
	border: none;
}
#content h3 {
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
	width: 100%;
	color: #00916C;
	font-size: 1.7em;
	line-height: 180%;
	font-weight: 600;
}
#content h3:after {
	content:"";
	display:block;
	height:1px;
	width:980px;
	background: #00916c; /* Old browsers */
	background: -moz-linear-gradient(left,  #00916c 0%, #00916c 20%, #cccccc 20%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00916c), color-stop(20%,#00916c), color-stop(20%,#cccccc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to right,  #00916c 0%,#00916c 20%,#cccccc 20%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00916c', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
#content h3 span {
	margin-left: 10px;
	font-size: 0.65em;
	font-weight: 100;
	color: #AAAAAA;
}
#content .wide-1000 {
	margin: 0 auto;
	width: 1000px;
}

/* GARDEN CONTENT */
#content #garden-content {
	padding: 0;
	width: 100%;
}
#content #garden-content .h2-garden {
	padding-top: 120px;
	width: 100%;
	min-width: 1000px;
	height: 680px;
	background: url(../images/bg_garden_header.png) no-repeat;
	background-position: center center;
	text-align: center;
}
@media screen and (min-width: 1400px) {
	#content #garden-content .h2-garden {
		width: 100%;
		min-width: 1000px;
		height: 830px;
		background: url(../images/bg_garden_header.png) no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
	}
}
#content #garden-content h2 {
	margin: 0;
	padding: 54px 0 0 0;
	width: 100%;
	height: 100px;
	font-size: 2.8em;
	text-align: center;
	letter-spacing: 0.2em;
}
#content #garden-content h2 span {
	display: block;
	font-size: 0.36em;
	letter-spacing: 0.05em;
	font-weight: 800;
}
#content #garden-content h2.green {
	color: #fff;
	background-color: #229453;
}
#content #garden-content h2.green span {
	color: #1D653B;
}
#content #garden-content h2.lightlightgray {
	color: #229453;
	background: url(../images/bg_light_light_gray.png);
}
#content #garden-content h2.lightlightgray span {
	color: #AFAFAF;
}
#content #garden-content h2.white {
	color: #229453;
	background-color: #fff;
}
#content #garden-content h2.white span {
	color: #AFAFAF;
}
#conten #garden-contentt #recent-works {
	position: relative;
	width: 100%;
	min-width: 1000px;
}
#content #garden-content #recent-works dl {
	float: left;
	width: 25.0%;
	height: 100%;
	background-color: #158648;
}
#content #garden-content #recent-works dl dt img {
	width: 100%;
	height: auto;
}
#content #garden-content #recent-works dl dd a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	font-size: 1.4em;
	line-height: 45px;
	font-weight: 800;
	border-left: solid 1px rgba(211, 211, 211, 0.3);
	color: #fff;
	text-decoration: none;
}
#content #garden-content #recent-works-list {
	padding-top: 42px;
	width: 100%;
	min-width: 1000px;
	height: 138px;
	background-color: #229453;
}
#content #garden-content #recent-works-list .btn-list {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: 64px;
	background-color: #fff;
	background-image: url(../images/btn_list_arrow.png);
	background-position: 99%;
	background-repeat: no-repeat;
	font-size: 1.6em;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	color: #189550;
	font-weight: 800;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#content #garden-content #recent-works-list .btn-list:hover {
	opacity: 0.7;
}
#content #garden-content #all-items {
	padding-bottom: 50px;
	background: url(../images/bg_light_light_gray.png);
	width: 100%;
}
#content #garden-content #all-items .list-items {
	float: left;
	margin: 0 12px 15px 0;
	padding: 10px 0 0 10px;
	width: 483px;
	height: 140px;
	background-color: #fff;
}
#content #garden-content #all-items .list-items:nth-child(2n-1) {
	margin-right: 0;
}
#content #garden-content #all-items .list-items img {
	float: left;
}
#content #garden-content #all-items .list-items dl {
	float: left;
	margin: 0 0 0 12px;
	width: 300px;
}
#content #garden-content #all-items .list-items dl dt {
	font-size: 1.8em;
	color: #00916D;
	font-weight: 800;
	line-height: 200%;
}
#content #garden-content #all-items .list-items dl dt:before {
	content: '● ';
	color: #00916C;
	font-size: 0.6em;
	vertical-align:middle;
}
#content #garden-content #all-items .list-items dl dd {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 100;
}
#content #garden-content #all-items .list-items dl dd a {
	float: left;
	margin: 10px 0;
	display: block;
	width: 288px;
	height: 26px;
	color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 26px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #EEEEEE;
}
#content #garden-content #all-items .list-items dl dd a:hover {
	opacity: 0.7;
}
#content #garden-content #all-items .list-items dl dd a.btn_left {
	width: 150px;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
}
#content #garden-content #all-items .list-items dl dd a.btn_right {
	width: 137px;
	border-left: solid 1px rgba(102, 102, 102, 0.1);
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-o-border-top-left-radius: 0;
	-ms-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-o-border-bottom-left-radius: 0;
	-ms-border-bottom-left-radius: 0;
}
#content #garden-content #all-items .list-items dl dd a:before {
	content: '> ';
	color: #00916C;
}
#content #garden-content #all-items .text-right {
	float: right;
	margin-right: 20px;
}
#content #garden-content #all-items .text-right a {
	font-size: 1.2em;
}
#content #garden-banners {
	margin: 0 auto;
	padding-bottom: 55px;
	width: 958px;
}
#content #garden-banners .garden-banner {
	float: left;
	margin: 0 12px 30px 0;
	width: 471px;
	height: 180px;
	border: dotted 1px #00926D;
}
#content #garden-banners .garden-banner:nth-child(2n) {
	margin-right: 0;
}
#content #garden-banners .garden-banner dd a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	color: #333333;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
}
#content #garden-banners .garden-banner dd a.ex-link {
	background: url(../images/exterior_link.png) no-repeat;
	background-position: 330px 23px;
}
/* INNER CONTENT */
#content .inner-content {
	margin: 0 auto;
	width: 1000px;
}
/* FOOTER */
#footer {
	width: 100%;
	height: auto;
	padding: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 85.0%
}
#footer a {
	border: none;
}
#footer #for-biz {
	margin: 0;
	width: 100%;
	min-width: 1000px;
	height: 394px;
	background: url(../images/bg_for_biz.png) no-repeat;
	background-position: center center;
}
@media screen and (min-width: 1400px) {
	#footer #for-biz {
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}
}
#footer #for-biz div {
	margin: 0 auto;
	padding: 80px 0;
	width: 1000px;
	text-align: center;
}
#footer #for-biz div .header {
	font-size: 2.8em;
	color: #fff;
}
#footer #for-biz div .header span {
	display: block;
	color: #1c6280;
	font-size: 0.36em;
	line-height: 100%;
}
#footer #for-biz div p {
	margin: 32px 0;
	color: #fff;
	font-size: 1.3em;
	line-height: 160%;
}
#footer #for-biz div ul {
	list-style: none;
}
#footer #for-biz div ul li {
	float: left;
	margin: 0 6px;
	width: 320px;
	height: 74px;
	list-style: none;
}
#footer #for-biz div ul li a {
	display: block;
	margin: 0 auto;
	padding-top: 14px;
	width: 100%;
	height: 100%;
	background: url(../images/btn_for_biz.png) no-repeat;
	line-height: 22px;
	font-size: 1.6em;
	color: #1F799F;
	text-decoration: none;
	font-weight: 900;
}
#footer #for-biz div ul li:nth-child(3) a {
	padding-top: 0;
	line-height: 74px;
}
#footer #footer-showroom {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}
#footer #footer-showroom .inner {
	width: 1400px;
	height: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -700px;
	margin-top: -180px;
}
#footer #footer-showroom img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1400px) {
	#footer #footer-showroom {
		overflow: visible;
		height: auto;
	}
	#footer #footer-showroom .inner {
		position: inherit;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		margin-left: 0;
		margin-top: 0;
	}
}
#footer #footer-simulation {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}
#footer #footer-simulation .inner {
	width: 1400px;
	height: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -700px;
	margin-top: -180px;
}
#footer #footer-simulation img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1400px) {
	#footer #footer-simulation {
		overflow: visible;
		height: auto;
	}
	#footer #footer-simulation .inner {
		position: inherit;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		margin-left: 0;
		margin-top: 0;
	}
}
#footer #footer-contact .header {
	background-color: #00916F;
	width: 100%;
	height: 154px;
	text-align: center;
}
#footer #footer-contact .header .title {
	display: block;
	padding-top: 54px;
	color: #fff;
	font-size: 2.4em;
}
#footer #footer-contact .menu {
	margin: 0;
	width: 100%;
	min-width: 1000px;
	height: 286px;
	background: url(../images/bg_contact.png) no-repeat;
	background-position: center center;
}
@media screen and (min-width: 1400px) {
	#footer #footer-contact .menu {
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}
}
#footer #footer-contact .menu .triangle {
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #00916F;
}
#footer #footer-contact .menu ul {
	margin: 0 auto;
	padding-top: 20px;
	width: 948px;
	list-style: none;
	text-align: center;
}
#footer #footer-contact .menu ul li {
	display: inline-block;
	margin: 0 20px;
	width: 180px;
	height: 180px;
	text-align: center;
	list-style: none;
}
#footer #footer-contact .menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 1.4em;
	color: #fff;
}
#footer #footer-contact .menu ul li a:hover {
	opacity: 0.7;
}
#footer #footer-contact .menu ul li a span {
	display: block;
	padding-top: 96px;
}
#footer #footer-contact .menu ul li.m01 a {
	background: url(../images/menu_contact_m01.png) no-repeat;
}
#footer #footer-contact .menu ul li.m02 a {
	background: url(../images/menu_contact_m02.png) no-repeat;
}
#footer #footer-contact .menu ul li.m03 a {
	background: url(../images/menu_contact_m03.png) no-repeat;
}
#footer #footer-contact .menu ul li.m04 a {
	background: url(../images/menu_contact_m04.png) no-repeat;
}
#footer #footer-contact .menu ul li.m05 a {
	background: url(../images/menu_contact_m05.png) no-repeat;
}
#footer #footer-contact .menu ul li.m06 a {
	font-size: 1.8em;
	background: url(../images/menu_contact_m06.png) no-repeat;
}
#footer #footer-contact .menu ul li.m06 a span {
	padding-top: 106px;
}
#footer #footer-2colmn {
	width: 100%;
}
#footer #footer-2colmn ul {
	list-style: none;
}
#footer #footer-2colmn ul li {
	float: left;
	width: 50%;
	list-style: none;
}
#footer #footer-2colmn ul li img {
	width: 100%;
}
#footer #footer-banner {
	width: 100%;
	height: 180px;
	background-color: #CCCCCC;
}
#footer #footer-banner ul {
	list-style: none;
	margin: 0 auto;
	width: 972px;
}
#footer #footer-banner ul li {
	float: left;
	margin: 30px 6px;
	width: 312px;
	height: 120px;
	list-style: none;
}
#footer #footer-sitemap {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 400px;
	min-width: 1000px;
	background-color: #EFEDE7;
}
#footer #footer-sitemap div {
	clear: both;
	padding-top: 50px;
	margin: 0 auto;
	width: 1000px;
}
#footer #footer-sitemap ul {
	float: left;
	padding-left: 15px;
	padding-right: 4px;
	list-style: none;
	width: 180px;
	height: 380px;
	border-left-color: rgba(0, 0, 0, 0.10);
	border-left-width: 1px;
	border-left-style: solid;
}
#footer #footer-sitemap ul:nth-child(1) {
	border: none;
}
#footer #footer-sitemap ul li {
	padding-bottom: 8px;
	font-size: 1.2em;
	line-height: 140%;
	font-weight: 800;
	list-style: none;
}
#footer #footer-sitemap ul li a {
	text-decoration: none;
	color: #333;
}
#footer #footer-sitemap ul li ul {
	float: none;
	margin-left: 1.0em;
	margin-top: 8px;
	padding-left: 0;
	border: none;
	height: auto;
}
#footer #footer-sitemap ul li ul li {
	margin: 0;
	padding-bottom: 2px;
	text-indent: -1.0em;
	font-size: 0.9em;
	line-height: 160%;
	font-weight: normal;
}
#footer #footer-sitemap ul li ul li:before {
	content: " - "
}
#footer #footer-sitemap ul li  a {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
#footer #footer-sitemap ul li a:hover {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
#footer #footer-sitemap a.ex-link {
	background: url(../images/exterior_link.png) no-repeat right center;
	padding-right: 20px;
}
#footer #footer-company {
	width: 100%;
	height: auto;
	background-color: #EFEDE7;
}
#footer #footer-company .company-name {
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 350px;
	background-color: #EFEDE7;
}
#footer #footer-company .address {
	height: 24px;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}
#footer #copyright {
	width: 100%;
	height: 34px;
	background-color: #CCCCCC;
	font-size: 1.1em;
	line-height: 34px;
	text-align: center;
}
#totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
}
#totop a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/to_top.png);
}
#totop a:hover {
	background-image: url(../images/to_top_on.png);
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 舗装style */
#hosou-header {
	padding-top: 140px;
}
#hosou-header img {
	width: 100%;
}
#hosou-header h1 {
	text-align: center;
}
#hosou-header h1 img {
	width: auto;
}
#hosou-header p {
	margin: 0 auto 40px auto;
	width: 900px;
	font-size: 14px;
	line-height: 180%;
	text-align: left;
}
#hosou-menu {
	margin: 0 0 3px 0;
	padding: 0;
	width: 100%;
	background: url(../images/hosou_menu_bg.png) no-repeat center center;
}
#hosou-menu >div
position: relative;
}
#hosou-menu div div {
	float: left;
	width: 50%;
	height: 325px;
	border: solid 1px #f00;
}
#hosou-menu div#isyou-menu, #hosou-menu div#sekou-menu {
	float: left;
	position: relative;
	width: 50%;
	height: 325px;
	font-size: 0;
	z-index: 1000;
}
#hosou-menu div#isyou-menu a, #hosou-menu div#sekou-menu a {
	display: block;
	width: 100%;
	height: 100%;
}
#hosou-menu div#versus {
	display: none;
	position: absolute;
	padding-top: 80px;
	width: 100%;
	text-align: center;
}
#hosou-menu div#isyou-menu img {
	position: absolute;
	top: 40px;
	right: 1000px;
	//right: 20px;
}
#hosou-menu div#sekou-menu img {
	position: absolute;
	top: 40px;
	left: 1000px;
	//left: 20px;
}
.housou-menu {
	height: 325px;
}
.hosou-menu-fixed {
	position: fixed;
	top: 110px;
	height: 205px;
	overflow: hidden;
}
.hosou-menu-fixed div#isyou-menu img, .hosou-menu-fixed div#sekou-menu img {
	height: 150px;
}
.hosou-menu-fixed div#versus img {
	height: 60px;
}
#dummy-menu {
	display: none;
	margin: 0 0 3px 0;
	padding: 0;
	width: 100%;
	height: 205px;
}
#hosou-content{
	margin: 0 0 40px 0;
	padding: 0;
}
#hosou-content div#isyou-content {
	background-color: #482801;
	text-align: center;
}
#hosou-content div#sekou-content {
	background-color: #F7F1E5;
	text-align: center;
}
#hosou-content div img {
	width: 1000px;
}
