@charset "utf-8";

/*--- after main ---*/
.main_visual {
	position: relative;
	width: 1000px;
	height: 665px;
	background: url("../img/main_visual.png");
}
	
	.main_visual .count_down {
		position: absolute;
		top: 518px;
		left: 37px;
		width: 558px;
		height: 132px;
		background: url("../img/img_countdown_bg.png");
	}
		
		.main_visual .count_down .fig {
			position: absolute;
			text-align: center;
			color: #fff;
			font-weight: bold;
			padding-top: 4px;
		}
		
		.main_visual .count_down .fig.size1 {
			top: 1px;
			width: 69px;
			height: 97px;
			line-height: 97px;
			font-size: 70px;
		}
		
		.main_visual .count_down .fig.size2 {
			top: 2px;
			width: 55px;
			height: 78px;
			line-height: 78px;
			font-size: 58px;
		}
		
		#d1 { left: 2px; }
		#d2 { left: 76px; }
		#h1 { left: 167px; }
		#h2 { left: 226px; }
		#m1 { left: 303px; }
		#m2 { left: 362px; }
		#s1 { left: 439px; }
		#s2 { left: 498px; }
	
	.main_visual .count_down_end {
		position: absolute;
		top: 524px;
		left: 37px;
		width: 558px;
		height: 62px;
		background: url("../img/img_countdown_end_bg.png");
		display: none;
	}


.movie {
	width: 1000px;
	height: 334px;
	background: url("../img/bg_1.png") repeat;
}
	
	.movie .border_top {
		width: 100%;
		height: 1px;
		background: url("../img/ln_1.png") repeat;
	}
	
	.movie .cntnr {
		width: 920px;
		margin: 30px 40px;
	}
		
		.movie .cntnr .embed {
			float: left;
			width: 444px;
			height: 274px;
		}
		
		.movie .cntnr .info {
			float: right;
			width: 444px;
			height: 274px;
			background: url("../img/img_cm_info_bg.png");
		}

.generator_input {
	position: relative;
	width: 1000px;
	height: 447px;
	background: url("../img/generator_input_visual.png");
	border-top: 1px solid #b83c4c;
}
	
	.generator_input .txt_1 {
		position: absolute;
		z-index: 10;
		width: 290px;
		height: 40px;
		font-size: 30px;
		padding: 2px 5px;
	}
	
	#errmsg {
		position: absolute;
		top: 232px;
		color: #ff0000;
		width: 100%;
		font-size: 12px;
		text-align: center;
		line-height: 21px;
	}
		
		#errmsg img {
			vertical-align: top;
			margin-right: 8px;
			width: 19px;
			height: 19px;
		}
	
	#input_sei {
		top: 258px;
		left: 180px;
	}
	
	#input_mei {
		top: 258px;
		left: 566px;
	}
	
	#btn_submit {
		position: absolute;
		z-index: 10;
		width: 294px;
		height: 70px;
		bottom: 28px;
		left: 50%;
		margin-left: -147px;
		border: none;
	}
	
	#btn_submit.off {
		background: url("../img/btn_henkan_off.png");
	}
	
	#btn_submit.over {
		background: url("../img/btn_henkan_over.png");
	}
	
.attention {
	width: 1000px;
	height: 278px;
	padding-top: 20px;
	background: #f3f3f3;
	border-bottom: 1px solid #dcdcdc;
}

	.attention .desc {
		width: 920px;
		margin: 0 40px;
		font-size: 12px;
		line-height: 1.6em;
		color: #666;
	}

	.attention .link {
		width: 920px;
		margin: 4px 40px;
		font-size: 12px;
		color: #bb1632;
	}
	
		.attention .link img {
			vertical-align: middle;
			margin-right: 8px;
		}

.ui-widget input {
	font-family: inherit !important;
}

.ui-corner-all {
}

.ui-dialog {
	padding: 0 !important;
	background: none;
	border: none;
}

.ui-dialog-titlebar {
	display: none !important;
}

#dlg_generator {
}
	
	#dlg_generator .dlg_blank {
		width: 1px;
		height: 231px;
		background: none;
		border: none;
	}
	
	#dlg_generator .dlg_container {
		width: 900px;
		background: #bb1632;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
	#dlg_generator .close {
		position: relative;
		z-index: 20;
		width: 100%;
		height: 48px;
	}
		
		#dlg_generator .close .btn_close {
			float: right;
			width: 35px;
			height: 35px;
			margin-top: 13px;
			margin-right: 12px;
			cursor: pointer;
			background: url("../img/btn_close_off.png");
		}
		
		#dlg_generator .close .btn_close.off {
			background: url("../img/btn_close_off.png");
		}
		
		#dlg_generator .close .btn_close.over {
			background: url("../img/btn_close_over.png");
		}
	
	#dlg_generator .result {
		position: relative;
		z-index: 10;
		width: 900px;
		height: 839px;
		background: url("../img/img_generator_result_bg.png");
		margin-top: -48px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
		
		#generate_img {
			position: absolute;
			top: 190px;
			left: 43px;
			width: 814px;
			height: 639px;
		}
	
	#dlg_generator .share {
		width: 900px;
		height: 148px;
		background: #bb1632;
	}
		
		#dlg_generator .share .btns {
			width: 822px;
			height: 92px;
			margin: 17px 39px 0 39px;
		}
			
			#btn_share_fb {
				float: left;
				width: 400px;
				height: 92px;
				border: none;
			}
			
			#btn_share_fb.off {
				background: url("../img/btn_share_fb_off.png");
			}
			
			#btn_share_fb.over {
				background: url("../img/btn_share_fb_over.png");
			}
			
			#btn_share_tw {
				float: right;
				width: 400px;
				height: 92px;
				border: none;
			}
			
			#btn_share_tw.off {
				background: url("../img/btn_share_tw_off.png");
			}
			
			#btn_share_tw.over {
				background: url("../img/btn_share_tw_over.png");
			}
	
	#dlg_generator .input {
		position: relative;
		width: 900px;
		height: 275px;
		background: url("../img/img_generator_input_bg.png");
	}
	
		#dlg_generator .input .txt_1 {
			position: absolute;
			width: 290px;
			height: 28px;
			height: 40px;
			font-size: 30px;
			padding: 2px 5px;
		}
		
		#errmsg_gn {
			position: absolute;
			top: 60px;
			color: #ff0000;
			width: 100%;
			font-size: 12px;
			text-align: center;
			line-height: 21px;
		}
			
			#errmsg_gn img {
				vertical-align: top;
				margin-right: 8px;
				width: 19px;
				height: 19px;
			}
		
		#input_sei_gn {
			top: 86px;
			left: 136px;
		}
		
		#input_mei_gn {
			top: 86px;
			left: 522px;
		}
		
		#btn_submit_gn {
			position: absolute;
			z-index: 10;
			width: 294px;
			height: 70px;
			top: 177px;
			left: 303px;
			border: none;
		}
		
		#btn_submit_gn.off {
			background: url("../img/btn_henkan_off.png");
		}
		
		#btn_submit_gn.over {
			background: url("../img/btn_henkan_over.png");
		}
