@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	border: none;
}




body {
	width: 100%;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: center;
}



.clearFix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

/* IE7- */
.clearFix {
	min-height: 1px;
}

/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
/* End hide from IE-mac */






/* === フォーム / サンキュー画面 ==================================== */


#mainFrame {
	max-width: 600px;
	margin: 0px auto;
	padding: 5%;
	line-height: 1.5;
}

#mainFrame h1 {
	overflow: hidden;
}

#mainFrame h1 img {
	width: 120%;
	max-width: 600px;
}



#castLogo {
	width: 50%;
	text-align: left;
}



#toAnotherForm {
	padding: 5px 5px 0px 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}



#toAnotherForm a {
	display: block;
	float: right;
	width: 198px;
	height: 28px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background-color: #9292eb;
	border: 1px solid #3d3d9a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}



.readBlockTitle,
.thankyouBlockTitle {
	padding: 15px 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	background-color: #ccc;
}

.thankyouBlockTitle {
	text-align: center;
}



.readBlockText,
.thankyouBlockText {
	margin-bottom: 50px;
	padding: 20px 20px 0px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.readBlockText p,
.thankyouBlockText p {
	padding-bottom: 20px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.readBlockText p span.highlight,
.thankyouBlockText p span.highlight {
	color: #66c;
	font-weight: bold;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 0 0 20px 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*.readBlockSample {
	max-width: 480px;
	margin: 0px auto;
	padding-bottom: 20px;
}*/



.formBlockTitle {
	padding: 15px 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	background-color: #ffe2b2;
	border: 1px solid #ccc;
}



.formBlockText {
	padding: 20px 20px 20px 40px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.formBlockText p {
	margin-top: 15px;
	margin-left: -18px;
}

.formBlockInput {
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



.form-group {
	border: none;
	border-top: 1px dotted #ccc;
}



.form-title {
	padding: 20px 0px 5px 0px;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.form-title {
		width: 40%;
		padding: 40px 0px 5px 0px;
	}
}



.form-item {
	font-size: 18px;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.form-item {
		width: 59%;
		padding: 40px 0px 5px 0px;
	}
}


.attention {
	color: #800000;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}



.label-required {
	padding: 2px 4px;;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	background-color: #900;
}




.form_text {
	width: 90%;
	padding: 10px 5px;
	font-size: 18px;
}



.form_textarea {
	width: 90%;
	padding: 5px;
	font-size: 18px;
	line-height: 1.5;
	resize: vertical;
}



.submit-wrap {
	padding: 60px 0px;
	text-align: center;
}



input[type=submit] {
	padding: 10px;
	color: #fff;
	background-color: #9292eb;
	background: -ms-linear-gradient(top, #b2b2ff, #7373d3);
	background: linear-gradient(to bottom, #b2b2ff, #7373d3);
	background: -moz-linear-gradient(top, #b2b2ff, #7373d3);
	background: -webkit-gradient(linear, left top, left bottom, from(#b2b2ff), to(#7373d3));
	border: 2px solid #3d3d9a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.upload_form #submit_btn {
	font-size: 20px;
}



label,
input[type=file],
input[type=submit],
.form_checkbox,
.form_file {
	cursor: pointer
}



#logoBnrBlock {
	padding: 20px 0px;
}



.logoBnr {
	width: 40%;
	margin: 0% 4%;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}



#logoWebnews {
	float: left;
}



#logoCast {
	float: right;
}





#copyright {
	padding: 50px 0px 10px 0px;
	font-size: 12px;
	text-align: center;
}





#recommended_system {
	max-width: 500px;
	margin: auto;

}

#recommended_system h5 {
	font-size: 17px;
	text-align: center;
}



#recommended_system dl dt {
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}



#recommended_system dl dd {
	padding-left: 40px;
}



#recommended_system dl dd ul li {
	font-size: 14px;
	text-align: left;
}



#recommended_system dl dd p {
	color: #c00;
	font-size: 12px;
	text-align: left;
}



#recommended_system div {
	padding-top: 30px;
	font-size: 16px;
	text-align: center;
}


.youtube {
	margin: 10px 0;
}

