@charset "UTF-8";

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */
* {
margin: 0px;
padding: 0px;
}

body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color:#333333;
font-size: 12px;
font-family: ヒラギノ角ゴ Pro W3,"Helvetica Neue","Helvetica Neue Bold", Helvetica,Hiragino Kaku Gothic Pro,平成明朝, ＭＳ Ｐ明朝, MS PMincho, sans-serif; background: #ffffff;
/*background: url(../images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}

#wrapper&:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(12,12,12,0.5);

  }
a {
 text-decoration:none;
 outline:none;
}

a img:hover{
	opacity:0.7;
}


img{
	vertical-align:bottom;
	position:relative;
	display:block;
}
a:focus{
	outline: none;
}

ul {
 margin: 0;
 padding: 0;

}


/* ベースレイアウト */

 .color-bg{
 	position: fixed;
 	top: 0;
 	width:100%;
 	height: 100%;
 	overflow: hidden;
	max-height: 100%;
 background-color: rgba(0,0,0,0.2);
 	text-align: center;
 }

#wrapper {
 width: 100%;
 height:100%;
 margin: 0 0 0 0;
 padding:0;
 overflow:hidden;
 text-align: center;
 opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */

}

 .contents{
 	text-align: center;
 }

  .main {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -78px 0 0 -156px;
    width:313px;
}
	.profile{
		margin:35px auto 0;
		width:255px;
	}

	.profile{
		text-align: center;
	}

	.profile h1 img {
		margin: 0 0 0 -6px;
 		text-align: center;
		width: 268px;
	}
	ul.snsbtn{
		overflow: hidden;
		list-style: none;
		margin:35px auto 0;
		width:240px;
		padding: 0;
		text-align: center;
	}
	ul.snsbtn li{
		float:left;
		width:20px;
		height: 20px;
		margin:0 20px;
		padding:0;
	}

	.sub{
		position: absolute;
		bottom:20px;
		left:50%;
		margin: 0 0 0 -95px;
		width:190px;
	}

	.sub ul{
		list-style: none;
		margin: 0 0 10px;
		padding:0;
		width: 190px;
	}

	.sub li{
		display: inline-block;
		margin: 15px 0;
		padding: 0;
		width:190px;
		text-align: center;
	}

	.sub img{
		display: inline-block;
		text-align: center;
	}

	footer{
		position: absolute;
		width:100%;
		bottom:5px;
		margin: 0 auto;
	}

	footer img{
		display: inline-block;
		text-align: center;
	}


@media screen and (max-height: 385px) and (max-width: 640px) {
/* 3段の時はmax-height:440px */

  .contents{
  	position: absolute;
    top: 50%;
    left: 50%;

    margin: -78px 0 0 -156px;
    width:313px;
  }

  .main {
  	position: static;
    margin: 0 auto;
    width:313px;
}

	.sub{
		position: static;
	    margin: 30px auto 30px;
		width:190px;
	}

}



@media screen and (max-height: 475px) and (min-width: 641px) {
/* 3段の時はmax-height:560px */

  .contents{
  	position: absolute;
    top: 50%;
    left: 50%;

    margin: -78px 0 0 -156px;
    width:313px;
  }

  .main {
  	position: static;
    margin: 0 auto;
    width:313px;
}

	.sub{
		position: static;
	    margin: 30px auto 30px;
		width:190px;
	}

}



@media only screen and (max-width: 640px) {



.main img{
	width:80%;
	height:auto;
	margin: 0 auto;
}

.profile img{
	width:80%;
	height:auto;
	margin: 0 auto;
}

ul.snsbtn{
	width:260px;
}

	ul.snsbtn li{
		float:left;
		width:25px;
		height: 25px;
		margin:0 20px;
		padding:0;
	}


.sub li{
	display: inline-block;
	margin: 8px 0;
	padding: 0;
	width:190px;
	text-align: center;
}

.sub li img{
	width:auto;
	height:11px;
}

}


