@charset "utf-8";
@import url(../../_external/fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* { outline: none; }
::selection { background: #f095b2; }
::-moz-selection {
 background: #f095b2;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #666;
}
a { color: #000; }
a:hover { text-decoration: none; }
#shindanWrap {
	min-width: 960px;
	overflow: hidden;
}
.shindanCont {
	width: 960px;
	margin: 0 auto;
}
#shindanWrap header {
	height: 400px;
	background-color: #F095B2;
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#shindanWrap header h1 {
	height: 133px;
	width: 473px;
	margin-left: 2px;
	background-image: url(./images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 60px;
}
#shindanWrap header h2 {
	background-image: url(./images/title.png);
	height: 111px;
	width: 468px;
	margin-top: 37px;
	margin-left: 13px;
}
#mainCont { padding-top: 64px; }
#shindanInput {
	background-image: url(./images/input_header.gif), url(./images/input_footer.gif), url(./images/input_bg.gif);
	height: 367px;
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center top, center bottom, center top;
	box-sizing: border-box;
	padding-top: 73px;
	position: relative;
}
#shindanInput:after {
	content: '';
	position: absolute;
	left: 746px;
	bottom: -40px;
	width: 286px;
	height: 270px;
}
#shindanInput h3#start {
	margin-bottom: 25px;
	background-image: url(./images/input_text.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
}
#shindanInput #name {
	font-size: 46px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	height: 90px;
	width: 590px;
	border: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 45px;
	margin-bottom: 28px;
}
#shindanInput #submit {
	display: block;
	height: 53px;
	width: 248px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./images/btn_submit.png);
	border: none;
	color: transparent;
	background-color: #F095B2;
	cursor: pointer;
	transition: all 0.3s ease;
}
#shindanInput #submit:hover { transform: translate(0px, 3px); }
#twitterResult { padding-top: 67px; }
#twitterResult h4 {
	background-image: url(./images/twitter_title.png);
	background-position: center center;
	height: 25px;
	background-repeat: no-repeat;
	margin-bottom: 31px;
}
#twitterWidget { height: 367px; }
footer p {
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
#shindanInput.result {
	padding-top: 32px;
	height: auto;
}
#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: 50px;
	padding-left: 50px;
	text-align: center;
}
#resultText strong {
	font-size: 46px;
	font-weight: 500;
}
#tweetBox {
	padding-top: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#tweetText {
	background-color: #FFF;
	padding: 10px;
	height: 150px;
	width: 500px;
	border: 2px solid #FFB5CD;
	box-sizing: border-box;
}
#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;
}
#tweetBtn a:hover { transform: translate(0px, 3px); }

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

.btnLink a:hover {
	opacity: 0.6;
}
