@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:   startpage_garden.css
Update:      2013/11/14
Style Info:  lpページ
----------------------------------------------------------- */

/* import style
------------------------------------------------------------------- */
@import url('../../mod_default.css');
@import url('../../mod_layout.css');
@import url('../../mod_headerfooter.css');
@import url('../../mod_common.css');


body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2,
h3 {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input[type=text]:focus {
	outline: none;
}


/* ===== contentbox ===== */
#contentbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	position: relative;
	background: #66b04b;
	background: -moz-linear-gradient(top, #ffffff 8%, #66ad4b 26%, #a8de92 88%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 8%, #66ad4b 26%, #a8de92 88%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 8%, #66ad4b 26%, #a8de92 88%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

/* ===== topimg ===== */

#contentbox #logo_slab {
	width: 100%;
	height: 38px;
	border-top: solid 2px #FF1985;
	background-color: #FFF;
	border-bottom: solid 1px #eee;
}

#contentbox #logo_slab .headerArea-inner {
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	max-width: 1000px;
	width: 100%;
	padding-top: 7px;
}

#contentbox #logo_slab #li_login a {
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	width: 75px;
	padding-top: 2px;
	border: 1px solid #4D5156;
	border-radius: 3px;
	color: #4D5156;
	font-size: 11px;
	text-align: center;
	transition: .6s;
}

#contentbox #logo_slab #li_login a:hover {
	background-color: #DDD;
	text-decoration: none;
	transition: .6s;
}



#topimg {
	position: relative;
	width: 100%;
	height: 579px;
	margin: 0 auto;
	background: url(/image/regist/lp/garden_20171101/mainV.png) no-repeat center top;
}


/* ===== mailform ===== */
#contentbox #registGardenBox {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 10;
	background: #deefe8;
	border: solid 1px #ccc;
	margin-bottom: 30px;
}

.mailform {
	position: relative;
	width: 1000px;
	height: 240px;
	background: url(/image/regist/lp/garden_20240202/bg_adress01.png) no-repeat center top;
	border: 0px;
	margin: 0 auto;
	z-index: 10;
}

#regist_chart {
	width: 1000px;
	height: 460px;
	background: url(/image/regist/lp/garden_20240202/bg_adress02.png) no-repeat center top;
	margin: 0 auto;
}

.mailform h2 {
	position: absolute;
	top: 12px;
	left: 28px;
}

.mailform .address {
	position: absolute;
	top: 64px;
	left: 95px;
	height: 44px;
	width: 614px;
	padding-left: 15px;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 46px;
	border: none;
	background-color: transparent;
	border: 2px solid transparent;
}

.mailform .address:focus {
	border: 2px solid black;
}

.mailform .address::placeholder {
	color: #CCC;
}

.mailform .submitBtn {
	width: 142px;
	height: 47px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: absolute;
	top: 66px;
	left: 769px;
}

.mailform ul {
	position: absolute;
	top: 120px;
	left: 100px;
	padding: 0;
	margin: 0;
}

.mailform li {
	font-size: 12px;
	color: #777;
	list-style: none;
	padding: 0;
}

.mailform li:first-child {
	color: #FF1985;
}

.mailform li a {
	color: #777;
}

#regist_chart ul {
	top: 286px;
}


/* ===== content ===== */
#infobox01 {
	width: 984px;
	height: 514px;
	background: url(/image/regist/lp/garden_20171101/content01.png) no-repeat center top;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
}

#infobox01 p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#infobox02 {
	width: 1000px;
	height: 514px;
	background: url(/image/regist/lp/garden_20171101/content02.png) no-repeat 4px top;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
}

#infobox03 {
	width: 1000px;
	height: 352px;
	background: url(/image/regist/lp/garden_20171101/content03.png) no-repeat center top;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
}


/* slider　*/

#infobox03 .bx-wrapper {
	padding: 59px 0 0 50px;
}

#infobox03 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

#infobox03 .bx-wrapper .bx-pager .bx-pager-item,
#infobox03 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#infobox03 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 8px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#infobox03 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#infobox03 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ed7798;
}

#infobox03 .bx-controls-direction a {
	position: absolute;
	z-index: 9999;
}

#PRbox {
	position: relative;
	background: url(/image/regist/lp/garden_20171101/bg_PR.png) no-repeat center;
}

#PRbox img {
	position: relative;
	width: 620px;
	height: 290px;
	margin: 93px 191px 60px;
}


#infobox04 {
	width: 984px;
	height: 638px;
	background: url(../../../image/regist/lp/garden/bg_other.gif) no-repeat center 76px;
	margin: 16px 0 10px 8px;
	padding: 0 0 0 0;
	position: relative;
}

#infobox04 h3 {
	margin: 0;
	padding: 0;
	height: 41px;
}

#infobox04 ul {
	padding: 0px;
	margin: 20px 0 0 22px;
	list-style: none;
	overflow: hidden;
}

#infobox04 ul.list02 {
	margin-top: 20px;
}

#infobox04 li {
	margin-right: 20px;
	float: left;
	width: 460px;
	height: 250px;
}

#infobox04 li.right {
	margin-right: 0px;
}


#infobox05 {
	width: 1000px;
	height: 405px;
	background: url(/image/regist/lp/garden_20171101/content05.png) no-repeat center top;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}

#infobox06 {
	width: 1000px;
	height: 484px;
	background: url(/image/regist/lp/garden_20171101/content06.png) no-repeat center top;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}


/* separate hr
------------------------------------------- */
hr.separate {
	display: none;
}

/* ===== footer ===== */

#footer {
	position: relative;
	width: 100%;
	height: auto;
	color: #ddd;
	background-image: none;
	background-color: #fff;
	margin: 0;
}

#footerArea {
	width: 960px;
	margin: 0 auto;
	background: none;
	padding-bottom: 0;
}