@charset "utf-8";

/*-------------------------------------------
reset
-------------------------------------------*/
html, body, div, span, applet,footer, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
header,hgroup,menu,nav,section {
	display:block;
	margin:0;
	padding:0;
}


/*-------------------------------------------
base
-------------------------------------------*/
body{
	font-family: sans-serif;
	font-size: 28px;
	color: #000;
}

a{
	color: #030303;
}
a:hover{
	text-decoration: none;
}

img{
	max-width: 100%;
	display: block;
	vertical-align: bottom;
}

.fl_left{
	float: left;
}
.fl_right{
	float: right;
}

.container {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}

p {
	font-size: 1em;
	line-height: 1.3;
}

section {
	padding: 0 20px;
	overflow: hidden;
}

.red {
	color: #cc0033;
}

.pink {
	color: #ff0072;
}

a.btn {
	width: 400px;
	height:80px;
	margin:auto;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	line-height:80px;
	display:block;
	background: #cc0033;
	color:#ffffff;
	text-decoration:none;
	border-radius: 10px
}

/*-------------------------------------------
#header
-------------------------------------------*/
header {
	margin: 0;
	padding: 0;
	max-width: 720px;
	height: 53px;
	margin: 0 auto;
	text-align: right;
}

/*-------------------------------------------
メイン
-------------------------------------------*/
.main {
	margin: 0;
	padding: 0;
}

.ttl {
	margin: 0;
}

.notice {
	margin: 0 0 25px 0;
	text-indent: -1em;
	padding-left: 1em;
}

.noindent {
	text-indent: 0em;
	padding-left: 0em;
}

.notice ul {
	margin: 0 0 50px 0;
	padding: 0;
}

.notice ul li {
	margin: 0 0 1em 0;
	text-indent: -1.75em;
	padding-left: 1.75em;
}

/*-------------------------------------------
今すぐ応募してGoogle Playを楽しもう！
-------------------------------------------*/
.application {
	margin: 0;
	padding: 0;
}

.application_footer {
	margin: 0 0 60px 0;
	padding: 0;
}

.application_footer p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.25em;
}
.application_footer p:last-child {
	margin: 0;
	padding: 0;
	text-indent: -1em;
	line-height: 1.25em;
}

/*-------------------------------------------
応募要項
-------------------------------------------*/
.requirements {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
}

.requirements:before {
	position: absolute;
	left: 0;
	top: -38px;
}

.requirements:after {
	position: absolute;
	left: 0;
	bottom: -38px;
}

.requirements a {
	text-align: right;
	color: #cc0033;
	text-decoration: underline;
	display: block;
}

.requirements h3 {
	margin: 0 0 30px 0;
	padding: 0 20px;
	height: 60px;
	font-size: 1.2em;
	line-height: 60px;
	color: #ffffff;
	background: #ff00ae;
}

.requirements h4 {
	margin: 0 0 30px 0;
	padding: 0 20px;
	font-size: 1.2em;
	color: #ff00ae;
}

.requirements h5 {
	margin: 0 0 0.25em 0;
	padding: 0 20px;
	font-size: 1em;
}

.requirements p {
	margin: 0 0 30px 0;
	padding: 0 20px;
	line-height: 1.25em;
}

.requirements p.indent {
	margin: 0 0 30px 0;
	padding: 0 20px 0 2em;
	text-indent: -1em;
}

.requirements p.indentall {
	margin: 0 0 30px 0;
	padding: 0 20px 0 2em;
}

.requirements ul {
	margin: 0 0 30px 0;
	padding: 0 20px;
}

.requirements ul li {
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style: disc;
	line-height: 1.25em;
}

.requirements ul.nd li {
	text-indent: -1.25em;
	padding-left: 0em;
	list-style: none;
}

.requirements ul li div.period {
	padding: 0.5em 0.75em 0.25em 0.75em;
	border: solid 2px #d00e31;
}

.requirements ul li div.period h5 {
	padding: 0;
}

.requirements ul li div.period p {
	margin: 0 0 0.25em 0;
	padding: 0;
}

/*-------------------------------------------
登録商標
-------------------------------------------*/
.trademark {
	margin: 0 0 45px 0;
}

.trademark p {
	font-size: 0.7em;
	text-align: center;
}

/*-------------------------------------------
footer
-------------------------------------------*/
footer {
	padding: 40px 0 47px 0;
	color: #000000;
	border-top: solid 2px #e6e6e6;
	background: #ffffff;
}

footer p {
	margin: 0 0 25px 0;
	padding: 0 15px;
	font-size: 0.5em;
}

footer a {
	color: #61c4e6;
	text-decoration: underline;
}

footer .copy {
	text-align: center;
}