/*POPUP*/

h1 {
	line-height: normal;
	margin-top: 0;
	margin-bottom: 15px;
}

.notify-container {
	width: 882px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 944px) {
	.notify-container {
		width: 100%;
		margin-bottom: 30px;
	}
}

#notify_content_vr {
	line-height: 140%;
	padding-top: 0;
}

@media only screen and (max-width: 944px) {
	#notify_content_vr {
		display: block;
		width: 90%;
		font-size: 80%;
		margin-left: 0px;
		margin-bottom: 0px;
		line-height: normal;
	}
}



.fancybox-content {
	font-size: 100%;
}	

@media only screen and (max-height: 1080px) {
	.fancybox-content {
		font-size: 85%;
	}	
}



.notify-vr-button {
	margin-top: 0px;
	padding: 5px 14px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}	

a.notify-vr-button {
	color: #fff;
}		


.atp10 {
	padding: 7px 16px 7px 16px;
	margin-top: 8px;
	font-size: 18px;
	background-color: #1F6EA7;
	color: #fff;
}	

.atp10:hover {
	background-color: #17527C;
}	

.atp11 {
	font-size: 17px;
	margin-top: 17px;
	background-color: #1F6EA7;
	color: #fff;
}	

.atp11:hover {
	background-color: #17527C;
}	

.atp12 {
	font-size: 14px;
	margin-top: 25px;
	background-color: #8E8E8E;
	color: #353535;
}	

.atp12:hover {
	background-color: #6C6C6C;
}	

img.icon-notify-vr {
	float: right;
	margin-top: -55px;
	margin-right: 10px;
}

img.icon-notify-vr-vst-drums {
	width: 450px;
	float: right;
	margin-top: 90px;
	margin-right: 20px;
}

@media only screen and (max-width: 944px) {
	img.icon-notify-vr,
	img.icon-notify-vr-vst-drums
	{
		display: none;
	}
}

.standalone_only_or_gaming_pc_container {
	width: 645px;
	padding-bottom: 56px !important;
	/*text-align: center;*/
}

@media only screen and (max-width: 600px) {
	
	.standalone_only_or_gaming_pc_container {
		width: 100%;
	}
	
}

h1.popup_standalone_only_or_gaming_pc {
	line-height:normal;
	font-size:26px;
	margin-top: 1em;
	color:#0069b4;
}

@media only screen and (max-width: 500px) {
	h1.popup_standalone_only_or_gaming_pc {
		margin-top: 1.4em;
		font-size:15px;
	}
}

.popup_standalone_only_or_gaming_pc_element_container {
	display: inline-block;
	margin-top: 12px;
	margin-left: 10%;
	justify-content: flex-start;
	/*background: red;*/
}

@media only screen and (max-width: 500px) {
	.popup_standalone_only_or_gaming_pc_element_container {
		margin-left: 0;
		font-size: 12px;
	}
}

.standalone_only_or_gaming_pc__submit {
	margin-top: 1em;
	display: none;
}

input[type="radio"] {
  margin-right: 5px;
}

label.label-radio-input {
	cursor: pointer;
}

label.label-radio-input:hover {
	color: #0069b4;
}


.text02--notify {
	font-size:16px;
	max-width:341px;
	height:42px;
	padding:3px 14px;
	border:2px solid #1A758C;
	background-color:#FFFFFF;
}


input.choose-list-item {
	margin-bottom: 7px;
}

/*POPUP END*/


/*FORM PAGE*/



