@charset "utf-8";
* { outline: none; }
::selection { background: #f095b2; }
::-moz-selection {
 background: #f095b2;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #666;
}
a { color: #000; }
a:hover { text-decoration: none; }
#shindanWrap {
	width: 640px;
	margin: 0 auto;
}
#shindanWrap header {
	background-image: url(./images/sp_header.jpg);
	height: 464px;
}
#shindanInput {
	background-color: #F095B2;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
#shindanInput:after {
	content:'';
	position:absolute;
	bottom:-85px;
	right:0;
	width:185px;
	height:211px;
	pointer-events:none;
}
#shindanInput h3#start {
	background-image: url(./images/input_text.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	margin-bottom: 25px;
}
#shindanInput #name {
	width: 590px;
	height: 90px;
	display: block;
	margin: 0 auto;
	background-color: #FFF;
	border: none;
	border-radius: 45px;
	margin-bottom: 27px;
	font-size: 46px;
	color: #000;
	text-align: center;
}
#shindanInput #submit {
	display: block;
	height: 53px;
	width: 248px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./images/btn_submit.png);
	background-color: #F095B2;
	border: none;
	color: transparent;
}
#twitterResult { padding-top: 55px; }
#twitterResult h4 {
	background-image: url(./images/twitter_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	margin-bottom: 34px;
}
#twitterWidget {
	height: 367px;
	width: 640px;
}
footer p {
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
#shindanInput.result { padding-top: 37px; padding-bottom:85px;}
#shindanInput h3#result {
	background-image: url(./images/input_result_title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 53px;
}
#resultText {
	font-size: 36px;
	line-height: 60px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 15px;
}
#resultText strong {
	font-size: 46px;
	font-weight: 500;
}
#tweetBox {
	padding-top: 20px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#tweetText {
	background-color: #FFF;
	padding: 10px;
	height: 150px;
	width: 560px;
	border: 2px solid #FFB5CD;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 36px;
}
#tweetBtn {
	height: 53px;
	width: 349px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 34px;
	padding-bottom: 34px;
}
#tweetBtn a {
	background-image: url(./images/btn_tweet.png);
	display: block;
	height: 53px;
	width: 349px;
	transition: all 0.3s ease;
}

.btnLink {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

.btnLink a:hover {
	opacity: 0.6;
}

