@charset "utf-8";

/* --HTML-- */
html {
	overflow-y:scroll;
}

/* --BODY-- */
body {
	font-family:'ヒラギノ角ゴ Pro W6','メイリオ','Lucida Grande',Helvetica,Arial,sans-serif,Verdana;
	font-size: 33px;
	margin:0;
	overflow:visible;
	padding:0;
	line-height:1.7;
	background: #fafafa;
	color:#333;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}

	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}


/* --OTHER TAGS-- */
a {
overflow:hidden;
	color:#666;
	outline:none;
}
a:hover{
	color:#333;
}


a img, img {
border:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th,  var {
font-style:normal;
font-weight:normal;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

p {
word-break:break-all;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%;
	}


#wrapper{
	width:580px;
	height: 460px;
	padding: 20px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top:-250px;
	margin-left:-290px;
	clear:both;
	border-radius:14px;
}
textarea{
	width: 100%;
	}

h1{
	font-size: 112px;
	padding-left: 28px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.07em;
	}
h2{
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	margin-top: 8px;
	}

p{
	font-size: 19px;
	}

textarea{
	margin-top: 8px;
	border: 1px solid #ccc;
	border-radius:10px;
	font-size: 16px;
	padding:auto 10px;
	height: 120px;
	}
#tweetBtn{
  color: #ffffff;
  font-size: 21px;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: -1px -1px 3px #666666;
  background: #fc0574;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7a1ca), to(#fc0574));
  background: -moz-linear-gradient(top, #f7a1ca, #fc0574);
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
	}

#tweetBtnError{
  color: #ffffff;
  font-size: 21px;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: -1px -1px 3px #666666;
  text-align: center;
  background: #ccc;
  margin-top: 10px;
  cursor: normal;
}

#tweetBtn:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa7fbb), to(#e30368));
  background: -moz-linear-gradient(top, #fa7fbb, #e30368)
}


#footer{
	margin:20px 0 10px 0;
	clear:both;
	text-align:center;
	color: #777;
	font-size: 13px;
}


div#snsBox div{
	display: inline;
	}

#result{
	display: none;
	position: absolute;
	top: 0;
	background: #fff;
	width: 100%;
	padding: 10px;
	color: #fc0574;
	text-align: center;
	font-size: 25px;
	box-shadow: 0 0 10px 0px rgba(0,0,5,0.4);
	}



#header{
	text-align:left;
	margin-bottom:10px;
	clear:both;
}
#header h1 {
	display: block;
	float: left;
	margin-left: 22px;
	width: 190px;
	margin-top: 2px;
	}
#header h1 a img{
	}