html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 2.5em;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.rt a {
	display:block;
	width:749px;
	height:157px;
	background:url(../twitter/rtswitch_sp.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin: 25px 0px 15px;
}
.rt a:hover {
	background-position: 0 -157px;
}
.rt a.on {
	background-position: 0 -314px;
}
.gift01 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #D80003;
	margin:0;
}
.gift02 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin:0;
}
.kikan {
	border: solid 1px #000000;
  padding: 5px;
}
.twarea {
	border: dashed 2px #000000;
  padding: 15px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.chui {
	font-size: 0.8em;
	line-height: 1.0em;
}
.komoku { border-left :solid 5px orange;
  border-bottom: solid 1px #000000;
  padding: 7px
  /*余白をつけておきます*/}