/* CSS Document */

*{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

a{
	text-decoration:none;
}

a:link{
	color:#000000;
}

body{
	font-family:"Meiryo UI";
	background-color:#fbf7f1;
}


@media only screen and (min-width: 641px) {
	 
.pc {
	display: block;
}

.sp {
	display: none;
}

#logo{
	height:0;
}


li img{
	display:block;
}

a img{
	border:none;
}

header{
    height: 216px;
	background-color:#f4ffde;
	overflow: visible;
}

#logo figure img{
	position:relative;
	top:90px;
	margin-left:auto;
	margin-right:auto;
	width:151px;
}

#illustration{
	background-image:url(../common/images/pc/second_illust.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#F4FFDE;
	height:240px;
}

#illustration img{
	width:auto;
	margin-right:auto;
	margin-left:auto;
}


#gnavi ul li a{
    display:block;
    background-color: #b6f169;
    border: 5px solid #8bcb37;
    border-radius: 50%;
    float: left;
    height: 55px;
    margin-left: 58px;
    margin-top: 50px;
    padding-top: 35px;
    text-align: center;
    width: 95px;
    color:#53371e;
}

#gnavi ul li.home a{
	margin-left:0px;
	}


#gnavi {
    height: 110px;
    margin: -96px auto auto;
    width:758px;
}

#gnavi ul li a:hover {
	background-color:#f2ffa8;
	color: #53371e;
	height: 55px;
}


/* written by sumi */

#members{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

#members h1 {
    padding:50px 120px;
	color:#503e28;
	text-align:center;
	font-size:36px;
}

#introduce{
	width:1000px;
	overflow:hidden;
	margin:0 auto 50px;
}

#introduce li{
	float:left;
	margin:30px 35px 0 0;
}

#introduce li:nth-child(3n){
    margin:30px 0 0;
}


/* ここまで written by sumi */

footer {
	background-image:url(../common/images/pc/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 48px;
	height: 138px;
	background-color:#8ECD3B;
}

#footerInner img{
	padding-top:10px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

#copyright {
	padding-top:10px;
	text-align: center;
	font-size: 12px;
	color: #53371e;
}

}