@charset "utf-8";

img{
max-width: 100%;
height: auto;
　
}

/* --- 全体の背景・テキスト --- */
body {
max-width: 1191px;
margin: 0 auto;
padding: 0;
color: #000000;
font-size: xx-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#wrapper {
 position: relative;
    background: url(http://un-lemieux.jp/autumn14/img/bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 31px 0;
}

@media only screen and (max-width: 480px) {
    #wrapper {
        overflow: scroll;
    }
    #contents {
        width: 100%;
    }  
}

/* --- ヘッダ --- */
#header {
	margin: 0;
	width: auto;
	height: 30px;
}
#social {
	position: absolute;
	top: 30px;
	right: 0;
    background-color: rgba(0,0,0,0.6);	
}

/* --- コンテンツ --- */
#contents {
    padding: 0 auto;
    margin: 55px auto;
    width: 90%;
    max-width: 993px;
    font-size: 1rem;
    line-height: 1.7;
}
#logo {
	margin-top: 10px;
    text-align: center;
}
#title {
	margin-top: 10px;
    text-align: center;
}
#merneige {
	margin-top: 145px;
    text-align: center;
}
#unlemieux {
	margin-top: 20px;
    text-align: center;
}
#helloween {
	margin-top: 20px;
    text-align: center;
}
#ekinan {
	margin-top: 20px;
    text-align: center;
}
#shop_info {
	margin-top: 35px;
    text-align: center;
}
#merneige_info {
	margin-top: 20px;
    text-align: center;
	position: relative;
}
#merneige_url {
	position: absolute;
	left: 535px;
	bottom: -771px;
}
#unlemieux_info {
	margin-top: 20px;
    text-align: center;
}
/* --- フッタ --- */
#footer {
	margin-top: 50px;
	margin-bottom: 80px;
    text-align: center;
}