@import url('normalize.css');
/* General Demo Style */
body {
	font-family: 'Lucida Grande',  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
	background: #f9f9f9 url(../img/bg_sea.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}
a {
	color: #555;
	text-decoration: none;
}
.container {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0px;
	width: 100%;
}
.click {
	position: absolute;
	width: 102px;
	height: 59px;
	background: transparent url(../img/click.png) no-repeat top left;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 160px;
}
.container > header {
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.container > header h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	position: relative;
	font-weight: 500;
	color: #524f4e;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span {
	font-family: "Dancing Script", Georgia, serif;
}
.container > header h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #555;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 12px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	text-align: right;
}
.codrops-top a {
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
}
.codrops-top a:hover {
	background: rgba(255,255,255,0.3);
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: left;
	display: block;
}
.support-note span {
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations, .no-csstransforms .support-note span.no-csstransforms, .no-csstransforms3d .support-note span.no-csstransforms3d, .no-csstransitions .support-note span.no-csstransitions {
	display: block;
}
#address {
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}
