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

a{
	text-decoration:none;
	color:#000;
}	

h1{
	font-size:14px;
	font-weight:bold;
}

/*ポイント時のリンク*/
a:hover{
	text-decoration:underline;
	color:#CCC;
}

@media screen and (min-width: 481px) {

#main{
	width: 1000px;
	background-color:#FFC;
	position: relative;
	overflow: hidden;
	background-color:#F0EFC4;
}

#title{
	width: 200px;
	height:50px;
	padding:20px 0 0 20px;
}

#gypsyvagabonz{
	position:relative;
}

#gypsyvagabonzphoto{
	width:460px;
	height:420px;
	padding:20px 0px 20px 50px;
	float:left;
}

#gypsyvagabonzintroduction{
	width:470px;
	height:440px;
	padding:20px 0 0 0;
	float:left;
	color:#360E1A;
	font-weight:bold;
}

#member{
	clear:both;
	width:1000px;
	height:auto;
	position:relative;
	margin:20px 0 0 0;
	overflow:hidden;
}

#memberleft{
	clear:both;
	width:200px;
	height:auto;
	margin:0 0 20px 50px;
	float:left;
}

#memberright{
	width:650px;
	height:auto;
	margin:0 0 0 30px;
	padding:0px 0 20px 0;
	float:left;
}

}

/*480px以下で表示*/
@media screen and (max-width: 480px) {

#main{
	width: 100%;
	background-color:#FFC;
	position: relative;
	overflow: hidden;
	background-color:#F0EFC4;
}

#title{
	width: 200px;
	height:50px;
	padding:20px 0 0 20px;
}

#gypsyvagabonz{
	width: 100%;
	height:auto;
	position:relative;
	margin:20px 0 0 0;
}

#gypsyvagabonz img{
	width: 90%;
	height:auto;
}

#gypsyvagabonzphoto{
	width:100%;
	height:auto;
	padding:0px 0px 0px 0px;
	float:none;
	text-align:center;
}

#gypsyvagabonzphoto img{
	width:90%;
	height:auto;
}

#gypsyvagabonzintroduction{
	width:90%;
	height:auto;
	padding:20px 0 30px 0;
	margin:0 auto;
	float:none;
	color:#360E1A;
	font-weight:bold;
	
}

#member{
	clear:both;
	width:90%;
	height:auto;
	position:relative;
	margin: 0 auto;
	border-top:double 4px #333 ;
	padding:20px 0 0 0;	
	
	
}

#memberleft{
	
	clear:both;
	width:90%;
	height:auto;
	margin:0 auto;
	float:none;
	text-align:center;

	overflow:hidden;
}

#memberleft img{
	width:90%;
	height:auto;
}

#memberright{
	width:90%;
	height:auto;
	margin:0 auto;
	padding:0px 0 20px 0;
	float:none;
}

}