@charset "UTF-8";
* {
	margin:0 ;
	padding:0 ;
	line-height: 0;
}

body {
	background: #000;
	background: url(../../img/item_img/ft-launch-cap/back.png) no-repeat top center fixed;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#wrapper {
	background: #E0E0E0;
	width: ;
	margin: 0 auto;
	padding-bottom: ;
	border: ;
}

#header1 {
	background: url(../../img/item_img/ft-launch-cap/01.png) no-repeat top center;
	width: ;
	height: 605px;
	margin: 0 auto 0;
	background: ;
	box-shadow: 0 24px 24px 4px rgba(0,0,0,0.6);
}
#header2 {
	background: url() no-repeat top center;
	width: ;
	height: 436px;
	margin: 0 auto 0;
	background: ;
	box-shadow: 0 24px 24px 4px rgba(0,0,0,0.6);
}
#content {
	width: 900px;
	margin: 0 auto;
	padding-bottom: ;
	background: #fff;
	border: ;
	box-shadow: 0 24px 24px 4px rgba(0,0,0,0.6);
}
	#content .text {
		padding: 32px 5%;
		line-height: 125%;
	}
	#content .block {
		width: 560px;
		margin: 0 auto;
		padding: 8px 5%;
		line-height: 125%;
		background: #FFF9C4;
		box-shadow: 0 0 24px 4px rgba(0,0,0,0.2);

	}
	#content p {
		text-align: ;
		padding: 16px 5%;
		line-height: 150%;
	}
#footer {
	width: 100%;
	margin: 40px auto 0;
	background: #A9A9A9;
}

ul {
	padding: 24px 10%;
	list-style-type: none;
}
li {
	line-height: 150%;
}
video {
	display: block;
	width: 720px;
	height: ;
	margin: 8px auto 40px;
	border: 1px solid #000000;
	box-shadow: 0 0 24px 4px rgba(0,0,0,0.2);
}
hr {
	border: 0;
	height: 2px;
	background: #666;
	background-image: -webkit-linear-gradient(left, #fff, #666, #fff);

}

table {
	width: 100%;
	margin: 24px auto 0;
	border: 1px solid #CCC;
	border-spacing:0px;
}
th {
	width: 24%;
	padding: 8px;
	border: 1px solid #CCC;
	border-spacing:0px;
	background: #E1F5FE;
}
td {
	padding: 8px;
	border: 1px solid #CCC;
	border-spacing:0px;
}
td.part {
	width: 20%;
	background: #EEEEEE;
}
td.part1 {
	width: 4%;
	background: #EEEEEE;
}
td.part2 {
	width: 16%;
	background: #EEEEEE;
}

.btn img {
	display: block;
	width: 75%;
	margin: 8px auto;
}
.attachment {
	display: block;
	width: 760px;
	margin: 0 auto 32px;
	padding: 8px;
	border: 2px solid #3F51B5;
	text-align: center;
}
.attachment img {

}
.square {
	margin: 0 80px 32px;
	border: 1px solid #000000;
	box-shadow: 0 0 24px 4px rgba(0,0,0,0.2);
}
.privacypolicy {
	border: 1px solid rgb(204, 204, 204);
	overflow: auto;
	height: 240px;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	width: 720px;
	margin: 16px auto;
	padding: 0 16px;
}
.privacypolicy p {
	font-size: 12px;
	line-height: 16px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.b {
	font-weight: bold;
}
.big {
	font-size: 125%;
	line-height: 150%;
}
.bigger {
	font-size: 150%;
	line-height: 175%;
}
.biggest {
	font-size: 175%;
	line-height: 200%;
}
.small {
	font-size: 75%;
	line-height: 75%;
}
.black {
	color: #000000;
}
.red {
	color: #FF0000;
}
.brue {
	color: #0000FF;
}
.indigo {
	color: #3F51B5;
}

.line {
	text-decoration: underline;
}
.mark_yel {
	background: #FFFF00;
}
.mark_light-yel {
	background: #FFFFE0;
}
.mark_brue {
	background: #E0FFFF;
}