/*

*/
html {
	height:100vh;
	background:#fff;
    -ms-touch-action : none ; /* for *IE10 */
    touch-action : none ;
}

#bdy {
	height:100%;
	-ms-touch-action: none;
	background:#f5f5f5;
}

#bg{
	left: 0px;
	top: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:0;
	background:#f5f5f5;
}

#bg img{
	left: 0px;
	top: 0px;
	position: absolute;
	width: auto;
	height: 100%;
}

#copy_attr {
	height: 100%;
}


#topTitle {
	width: 100%;
	font-style: bold;
	font-size:24px;
	line-height:24px;
	z-index: 2;
	color: #333;
	text-align: center;
}

#select1{
	color:#f00;
	position:absolute;
	top:100px;
	right:50px;
	padding:10px;
	background-color:rgba(0,0,0,0.3);
	z-index:9999;
	opacity:0;
}

#select1:hover{
	opacity:1;
}


.container {
	position: absolute;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	padding-top: 80px;
}

.top_container {
	position: absolute;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

/* イメージのフェードイン・アウト用 */
#viewer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #464646;
	background-image: url("../img/CMF_background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
 
#topTextImage {
	width: 1000px;
	height: 119px;
	margin-top: 250px;
	margin-bottom: 190px;
}

/* CMFのテキストに対するCSS */
.topText {
	height: 40%;
	
}

.topTextMain {
	margin-top: 5%;
	text-align: center;
	font-family: serif;
	font-size: 12em;
	letter-spacing:50px;
	
	color: rgba(255,90,156,1);
	text-shadow: 10px 10px 10px rgba(0,0,0,0.5), 2px 2px 2px rgba(232, 153, 194, 0.8), -1px -1px 1px rgba(232, 153, 194, 0.5);
}

.topTextSub1 {
	text-align: center;
	font-size: 1em;
	color: rgba(0,0,255,1)
	
}

.topTextSub2 {
	text-align: center;
	font-size: 1em;
	color: rgba(0,0,255,1)
	
}


/* Login部分 */
#loginForm {
}

#loginButton {
	width: 10em;
	font-size: larger;
}

#loginText {
	width: 16em;
	height: 2em;
	font-size: larger;
}

