@charset "utf-8";
/* CSS Document */


/* common */
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #626262;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0;
	overflow-x: hidden; 
}

.table{
	display:table
}
.cell{
	display:table-cell;
	vertical-align: middle;
}

h2{
	text-align: center;
    font-family:'Droid Serif', 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif; 
	font-size: 25px;
    font-weight: 300;
	line-height: 120%;
}
small {
    font-size: 70%;
}
p.serif{
    font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN",Meiryo,sans-serif;
}
p.copy-text{
    font-size: 16px;
}
p.title{
    font-size: 24px;
	color:#8fc64c;
}
p.text{
    font-size: 14px;
	text-align:left;
}
p.right{
	text-align: right;
}
.center{
	width:960px;
	margin: 0 auto;
}
.wide{
	width:1500px;
	margin: 0 auto;
}


#s-02 > .center, #s-03 > .center, #s-04 > .center, #s-05 > .center, #s-06 > .center{
	padding:50px 0;
}
#pageTop {
	position: fixed;
	bottom: 150px;
	right: 50px;
	z-index:101;
	opacity:0.8;
}
#pageTop > a{
	color:#7EBD30;
    text-decoration: none;
}

/* header */
header{
	background:url(../img/bg_header.jpg) top center no-repeat;
    box-shadow: 0 1px 3px -1px #999999;
    color: #FFFFFF;
    height: 70px;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
header > .table{
	margin: 0 auto;
    width: 960px;
}
header > .table > .cell > a > img{
	padding: 20px 10px 0 80px;
}
header > .table > .cell > a:hover {
	opacity:0.8;
}
nav > ul{
	margin: 0 auto;
}
nav > ul > li.cell{
	padding: 20px 0 0;
}
nav > ul > li > a {
    color: #ffffff;
    text-decoration: none;
	padding: 25px;
}
nav > ul > li > a:hover {
	color:#626262;
}

/* s-01 */
#s-01{
	margin: 0 auto;
	width:100%;
	height:650px;
	background:url(../img/bg_main-img.jpg) top center no-repeat;
	background-attachment: fixed;
    box-shadow:-3px -2px 9px -5px #999999 inset;
}
#main-copy{
    font-size: 36px;
	width: 220px;
	margin: 20px 0;
}
#sub-copy{
    font-size: 20px;
	width: 230px;
	margin: 10px 0;
	line-height: 150%;
}
#s-01 > div.center > .text-box{
	padding: 300px 0 0 115px;
}
#sub-navi{
	left: -57px;
    padding: 132px 50% 110px;
    position: relative;
}
/* s-02 */
#s-02{
	width:100%;
	height:540px;
	margin:0 auto;
    box-shadow: 0 1px 3px -1px #999999;
}
#s-02 > .table > .cell > img{
	margin: 25px 0 0 35px;
}

#s-02 > .table > .text-box{
	line-height: 200%;
    padding: 65px 0 0 30px;
}

/* slide1 */
#slide1{
	background:url(../img/bg_sub-img01.jpg) center center no-repeat;
	background-attachment: fixed;
	height:340px;
	width:100%;
    box-shadow:-3px -5px 12px -5px #999999 inset;
	z-index: 1;/**追加**/
}

/* s-03 */
#s-03{
	padding:30px 0;

}
#s-03 > div.center > ul{
	padding: 0 10px 0 0;
}
#s-03 > div.center > ul > li{
	padding: 0 20px;
}

/* slide2,slide4 */
#slide2, #slide4{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.47, #FCFCFC), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #FCFCFC 47%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, #FCFCFC 47%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0%, #FCFCFC 47%, #fff 100%);
	background: -ms-linear-gradient(top, #fff 0%, #FCFCFC 47%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0%, #FCFCFC 47%, #fff 100%);
	/*
	/* webkit系 
	background: -webkit-gradient(linear, left top, right bottom, from(#f8f8f8), to(#ffffff));
	/* Mozilla系 
	background: -moz-linear-gradient(top,  #f8f8f8,  #ffffff);
	/* InternetExplorer
	/* IE5.5-7 
	filter: progid:  
	DXImageTransform.Microsoft.gradient(  
	startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
	/* IE8-9  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0)";
	/* IE10  
	background: -ms-linear-gradient(top,  #f1f1f1,  #ffffff);*/
	height:auto;
	width:100%;
	padding: 50px 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 10px 10px 10px #f1f1f1 inset;
	-webkit-box-shadow: 10px 5px 10px #f1f1f1 inset;
}

/* s-04 */
#s-04 {
	padding:30px 0 50px;
}
#s-04 > .center > .profile{
	margin: 0 auto;
	width: 350px;
}
.profile-line01{
	line-height: 185%;
}
.profile-line02{
	margin: 7px 0 0;
}
.profile-title{
	width: 80px;
}
.profile-content{

}
.va-none{
	vertical-align:text-top;
}
/* slide3 */
#slide3{
	background:url(../img/bg_sub-img02.jpg) center center no-repeat;
	background-attachment: fixed;
	height:340px;
	width:100%;
    box-shadow:-3px -5px 12px -5px #999999 inset;
	z-index: 2;/**追加**/
}

/* s-05 */
#img-float{
	bottom: 300px;
	left: 360px;
	position: relative;
}
#s-05 > .center{
	margin-top: -483px;
	position: relative;
	z-index: 100;
}
#form{
	margin: 0 auto;
    width: 370px;
    font-family:'Droid Serif', 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif; 
}
.form-box1{
	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #FCFCFC;
    height: 35px;
}
.form-box1:hover, textarea:hover{
	border: 1px solid #8fc64c;
}
#username{
	 width: 300px;
}
#usermail{
	 width: 300px;
}
#subject{
	 width: 300px;
}
textarea{
	 width: 400px;
	 height:200px;
 	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #FCFCFC;

}
form > .btn{
	background-color:#8fc64c;
	width:80px;
	height:40px;
	color:#ffffff;
	border: medium none;
    font-size: 130%;
}
form > .btn:hover{
	opacity:0.8;
}

#slide4 img.left{
	position: relative;
    right: 150px;
    width: 400px;
}
#slide4  #text-box01{
	margin: -600px 0 0 270px;
}
#slide4 #text-box01 p{
	width: 626px;
}
#slide4  #text-box02{
	margin: 300px 0 0 270px;
}
#slide4 img.right{
	margin: 10px 0 0 340px;
}

/* s-06 */
#s-06{
	height: 300px;
}
#s-06 > .center > p{
	margin: 70px auto 0;
    text-align: center;
    width: 600px;
}

/* footer */
footer{
	width:100%;
	height:50px;
	background-color:#7EBD30;
}
footer > div{
    width: 960px;
	text-align:center;
	margin:0 auto;
	padding-top: 12px;
}
