@charset "utf-8";
/* CSS Document */
.mobile {
	display: block;
}
.wideSite {
	display: none;
}
ul {
	line-height: 1.5em;
	padding: 1em 0;
}
ul li {
	list-style-type: square;
	list-style-position: inside;
	padding: 0 .5em 0 2.5em;
	text-indent: -1.5em;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
body {
	margin: 0 auto;
	position: relative;
	color: #FFF;
	background-color: #000;
}
.wrap {
	width: 100%;
	margin: 0 auto;
}
header .wrap, #note .wrap, footer .wrap {
	width: 90%;
}

header {
	background-color: #FFF;
 font-size: .8rem;
	padding: 1em 0;
	color: #000;
	box-shadow: 0px 1px 5px #000;
	position: absolute;
	width: 100%;
}
header h1 {
	height: 35px;
	display: inline-block;
}
header h1 img {
	height: 100%;
	width: auto;
}
header .social {
	float: right;
	padding: 5px 0;
}
header .social a {
/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
}
header .social img {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
#main {
	padding-top: 62px;
}
#gift .btn {
	width: 50%;
	margin: 0 auto;
}
#keep .btnGroup {
	width: 80%;
	margin: 1em auto;
}
#keep .btnGroup img {
	display: inline-block;
	width: 40%;
	height: auto;
	margin: 0 4.5%;
}
#note {
	font-size:.9rem;
}
footer {
	background-color: #FFF;
	color: #000;
 font-size:.8rem;
	padding: 1em;
}
footer p {
	text-align: center;
	    line-height: 1.5em;
}
footer img {
	width: auto;
	display: inline-block;
	vertical-align: text-top;
}
@media screen and (max-width: 375px) {
header .social a span {
	display: none;
}
header .social img {
	margin-left: .5em;
}
}
@media screen and (min-width: 641px) {
.mobile {
	display: none;
}
.wideSite {
	display: block;
}
.wrap {
	max-width: 1200px;
}
header .wrap {
	padding: 15px 15px 10px;
}
#note .wrap{
	width:50em;}
header {
	font-size: 1rem;
	padding:0;
}
header h1 {
	height: 50px;
}
header .social img {
	width: 45px;
}
#main {
	padding-top: 75px;
}
#video {
	position: relative;
	height: 300px;
}
#video .video {
	width: 720px;
	position: absolute;
	right: 50px;
}
#gift {
	margin-top: -65px;
	position:relative;
}
#gift .btn {
	width: 30%;
    position: absolute;
    bottom: 80px;
    left: 35%;
}
#keep .btnGroup {
	width: 50%;
}
footer {
	font-size: 1rem;
}
footer p br{
	display:none;}
}
