@charset "UTF-8";

/*----------------------------------------------------
	style
----------------------------------------------------*/

html{
	font-size: 100%;
	-webkit-text-size-adjust: none;
}

body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	background: #ffeae0;
}

section img { width: 100%; height: auto; }

a { color: #fff; text-decoration: none; }

.fR { float: right; }
.fL { float: left; }

.aC { text-align: center; }
.aR { text-align: right; }



/*	header
----------------------------------*/
header {
	padding: 13px 15px 8px;
	background: #fff;
	border-top: 6px solid #ea2e67;
	border-bottom: 1px solid #000;
	overflow: hidden;
}


/*	footer
----------------------------------*/
footer {
	padding: 15px 0 12px;
	font-size: 92%;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #000;
}

footer nav {
	margin: 0 0 5px;
	overflow: hidden;
}

footer nav ul li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 10px;
	border-left: solid 1px #fff;
}

footer nav ul li:first-child {
	border: none;
}


/*	SNS
----------------------------------*/
#sns {
	margin: 26px 15px 0;
	height: 77px;
}

#sns li {
	float: left;
	width: 80px;
	overflow: hidden;
}


/*	main
----------------------------------*/
#main {
	border-bottom: 2px solid #000;
}

#campaign {
	padding: 14px 0 0;
}

#campaign h1 {
	margin: 25px 0 20px;
}


/*	利用規約
----------------------------------*/
#rule {
	padding: 15px 12px 10px;
	line-height: 1.25;
}

#rule h1 {
	margin: 0 0 10px;
	font-size: 109%;
}

#rule dt {
	font-weight: bold;
}

#rule dd {
	margin: 0 0 1.5em;
}

#rule ol {
	margin: 0 0 0 1.8em;
	list-style: decimal;
}

#rule ol ol {
	margin: 0;
	list-style: none;
}

#rule ol ol li {
	padding-left: 1em;
	text-indent: -1em;
}



