@charset "utf-8";
/* CSS Document */

body{
	color:#F3C1B6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container{
	width:100%;
}
#main{
/*	width:700px;*/
	margin:0 auto;
	margin-top:80px;
	margin-bottom:20px;
}
li{
	margin-bottom:10px;
}
li img{
}

h1{
	margin-bottom:80px;
}
h2{
	margin:40px;
	text-align:center;
}
.center{
	margin-top:50px;
	text-align:center;
}
a{
	color:#F3C1B6;
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
	text-decoration:none; 
}
img{
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  
}
a img{
	opacity:0.7;
}
a img:hover{
	opacity:1;
}
p{
	text-align:center;
	font-size:10px;
	letter-spacing:0.2em;
}
#bg {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width:700px){
	.spimg{
		width:95%;
		height:auto;
	}
	.spimg2{
		width:30%;
		height:auto;
	}
	li img{
		width:100%;
		height:auto;
	}
	#main{
		width:95%;
	}
	#bg {
		left: 50%;
		margin-left: -512px;
	}

}