@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

img {
	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 {
	width: 600px;
	margin: 0px auto;
	padding: 40px;
	line-height: 1.5;
	border-right: 3px solid #fda317;
	border-left: 3px solid #fda317;
}



#mainFrame2 {
	width: 600px;
	margin: 50px auto;
	padding: 40px;
	line-height: 1.5;
	border: 3px solid #fda317;
}



#castLogo {
	text-align: right;
}



#toAnotherForm {
	width: 250px;
	height: 30px;
	margin: -40px 0px 10px 340px;
}



#toAnotherForm a {
	display: block;
	width: 248px;
	height: 28px;
	color: #fff;
	font-size: 14px;
	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;

}

#toAnotherForm a:hover {
	border: 1px solid #fff;
}



.readBlockTitle,
.thankyouBlockTitle {
	width: 570px;
	padding: 15px 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	background-color: #ccc;
}

.thankyouBlockTitle {
	text-align: center;
}



.readBlockText,
.thankyouBlockText {
	width: 558px;
	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 40px 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*.readBlockSample {
	width: 480px;
	margin: 0px auto;
	padding-bottom: 40px;
}

.readBlockSample img {
	width: 100%;
}*/






.formBlockTitle {
	width: 568px;
	padding: 15px 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	background-color: #ffe2b2;
	border: 1px solid #ccc;
}



.formBlockText {
	width: 538px;
	padding: 20px 20px 20px 40px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.formBlockText p {
	margin: 15px 0 0 -18px;
}


table.form_table {
	width: 600px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}



table.form_table tr th {
	padding: 20px 10px;
	background-color: #fff5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



table.form_table tr td.form_required {
	padding: 20px 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}



table.form_table tr td.form_item {
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}



table.form_table tr td.submit_area {
	padding: 40px 0px;
}



.attention {
	color: #800000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}



.form_text {
	width: 300px;
	padding: 5px;
	font-size: 14px;
}



.form_textarea {
	width: 300px;
	padding: 5px;
	font-size: 14px;
	resize: vertical;
}



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;
}



label,
input[type=file],
input[type=submit],
.form_checkbox,
.form_file {
	cursor: pointer
}



#logoBnrBlock {
	width: 400px;
	padding: 20px 79px;
}



.logoBnr {
	width: 180px;
	height: 90px;
}



.logoBnr a {
	display: block;
	width: 178px;
	height: 88px;
	text-indent: -5000px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}

.logoBnr a:hover {
	border: 1px solid #3d3d9a;
}



#logoWebnews {
	float: left;
	background-image: url(../img/logo_webnews.gif);
}


/*#logoCast {
	float: right;
	background-image: url(../img/logo_cast.gif);
}*/

#logoOkaeri {
	float: right;
	background-image: url(../img/logo_okaeri.gif);
}



#copyright {
	padding: 50px 0px 10px 0px;
	font-size: 12px;
	text-align: center;
}





#recommended_system_back {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.0;
}



#recommended_system {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 460px;
	height: 360px;
	margin: auto;
	padding: 40px 20px;
	text-align: left;
	background-color: #fefefe;
	opacity: 0.0;
}



#recommended_system h5 {
	font-size: 17px;
	text-align: center;
}



#recommended_system dl {
	margin-left: 60px;
	margin-right: 40px;
}



#recommended_system dl dt {
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}



#recommended_system dl dd {
	padding-left: 60px;
}



#recommended_system dl dd ul li {
	font-size: 14px;
	text-align: left;
}



#recommended_system dl dd p {
	color: #c00;
	font-size: 12px;
}



#recommended_system div {
	padding-top: 30px;
	font-size: 12px;
	text-align: center;
}





/* === 投稿に関する規約 ==================================== */

#agreeFrame {
	padding: 50px;
	line-height: 1.5;
	text-align: left;
}

@media only screen and (max-width: 700px) {
	#agreeFrame {
		padding: 5%;
	}
}



#agreeTitle {
	color: #0e4298;
	font-size: 24px;
	font-weight: bold;
}



#agreeDate {
	color: #0e4298;
	font-size: 14px;
	text-align: right;
}



.agreeIntro {
	font-size: 16px;
}



ul.agreeUL {
	margin: 0px 0px 0px 40px;
	list-style-type: none;
}



ul.agreeUL li {
	margin-top: 20px;
	font-size: 14px;
	text-indent: -32px;
}



ul.agreeULdetail {
	margin: 0px 0px 0px 40px;
	list-style-type: none;
}



ul.agreeULdetail li {
	margin-top: 5px;
	color: #666;
	font-size: 12px;
	text-indent: -40px;
}



.agreeNum {
	color: #e44e04;
}

.youtube {
	margin: 10px 0;
}