@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Codystar:300,400);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300);

body {
	width: 100%;
	height: 100%;
	background-color: #C5C7C9;
X	color: #FF008C;
	color: #fff;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 0.08em;
}
a, a:link, a:visited {
	text-decoration: none;
X	color: #ff008c;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	height: 100%;
	padding: 150px 10% 100px;
	text-align: left;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
h1 {
	font-family: 'Codystar',cursive;
	font-weight: 400;
	font-size: 140px;
	letter-spacing: -0.015em;
	margin-bottom: 120px;

	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
h1 em {
	display: inline-block;
}
h1 span {
	padding-left: 10px;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 100;
	vertical-align: text-top;
}
ul {
	padding-bottom: 150px;
}
li {
X	font-size: 40px;
	line-height: 1.2;
	padding-bottom: 20px;
}
li span {
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
	vertical-align: text-top;
}
h2 {
	padding-bottom: 20px;
	font-family: 'Codystar',cursive;
	font-weight: 400;
	font-size: 100px;
	text-transform: uppercase;

	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
p {
	padding-bottom: 150px;
X	font-size: 40px;
}
#copyright {
	display: block;
	padding: 80px 0 150px;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.015em;

	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
#copyright span {
	display: inline-block;
	margin-left: 10px;
	font-family: Arial,Helvetica,sans-serif;	

	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

@media print {
	body {
		font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'Meiryo',Arial,Helvetica,sans-serif;
		font-size: 12pt;
		color: #000;
		background-color: #fff;
	}
	#wrapper {
		padding: 0;
	}
	section {
		display: block;
		page-break-before: always;
	}
	.no-print {display:none;}
}
