@charset "utf-8";
/* CSS Document */

/* #01 General Elements
---------------------------------------------------------------------------- */

a { text-decoration: underline; outline: none; color:#0066cc;}
a:hover { text-decoration: none; color: #0066cc; }

img{
	border:0px;
}

body{
	margin:0;
	}

#loginbox {
	width: 990px;
	margin:auto;
	background-color:#FFF;
}
.pink {
	color: #F3F;
}
.txt1 {
	font-size: 20px;
	color: #F3F;
}

.txt2 {
	font-size: 10px;
	color: #000;
}

.box{
	background-color:#ffe100;
	width:968px;
	margin:1px;
	padding:10px;
	font-size: 14px;
	text-align:center;
	letter-spacing:1px;
	clear:both;
	}
	
	.box2{
	background-color:#FFF;
	border:dotted 2px #ffe100;
	width:904px;
	padding:20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
	
	.whatswwwwwh{
    float:left;
	width:419px;
		}
		
	.whatswwwwwhtxt{
	color:#333;
	margin:20px 0 20px 0;
	line-height:1.3em;
	font-size: 14px;
		}
	
	.otoiawase{
		margin:20px 0;
		}
	
	.twitter{
		position:relative;
		top:5px;
		}
		
		.copy{
			font-size:10px;
		}
		
		
	
body {
	background-image: url(bg_dot.gif);
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.div:after {  
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;  
clear: both;
 }  

