@charset "utf-8";

body{
	padding:0 10px;
	background:#fcfaf0;
}

div#Container{
	width:100%;
	margin-top:20px;
	text-align:center;
}
div#Container img {
    width: auto;
}
div#detail{
	width:70%;
	margin:0 auto 25px;
}

div#detail p{
	width:100%;
	margin:0 auto 15px;
	font-size:14px;
	text-align:center;
}

div#detail p span.data{
	display:block;
	text-align:center;
}
div#detail p#ttl{
	margin:15px auto;
	color:#009844;
	font-size:16px;
	font-weight:bold;
}

div.fb_iframe_widget{
	position:absolute;
	top:30px;
	left:30px;
}

a.btn {
	display:block;
	max-width:310px;
    margin: 25px auto;
    padding: 20px 30px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #e50012;
	zoom:1;
}
a.btn:hover {
    background: #ff6400;
}


@media only screen and (max-width: 640px){
div#Container img {
    width: 100%;
}
div#detail{
	width:100%;
}
}