<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document ------------------------------------------ */
/* フォームレイアウト設定
---------------------------------------------------------- */

/* body -------------------------------------------------- */
body{
	font-size:1.2em;
	background-color:#C4C4C4;
	padding-left:5px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;

	/* gradient */ /*
	background: -moz-linear-gradient(top, #00A0C6, #F0027F);
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0C6), to(#F0027F));*/
	/*background: -moz-linear-gradient(top, #C0F3FF, #FFA3D3);
	background: -webkit-gradient(linear, left top, left bottom, from(#C0F3FF), to(#FFA3D3));*/

}


/* header ------------------------------------------------ */
header {
    margin: -10px;
    margin-bottom: 8px;
	padding-left: 10px;
	height:40px;

	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.4, rgb(247, 247, 247)));
	background-image: -moz-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(247, 247, 247) 40%);
	background-image: linear-gradient(top,rgb(255, 255, 255) 0%,rgb(247, 247, 247) 40%);
	border-bottom:1pa solid #979797;

	/* box-shadow */
	background-color:rgba(255,255,255,1.0); /* for bug measures of iPhone6+ */
	box-shadow:rgba(155, 155, 155, 0.5) 8px 4px 0px 0px;
	-moz-box-shadow:rgba(155, 155, 155, 0.5) 8px 4px 0px 0px;
	-webkit-box-shadow: rgba(155, 155, 155, 0.5) 8px 4px 0px 0px;
}


#search {
	margin:6px 5px 0 0;
	width:100px;
	float:right;
}

#submitKeyword {
	width :25px;
	height:25px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;

	background-image:url(https://wws.tv-asahi.co.jp/sphone/common_program/images/btn_submit.png), -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(101, 109, 119)),color-stop(1, rgb(58, 62, 68)));
	background-image:url(https://wws.tv-asahi.co.jp/sphone/common_program/images/btn_submit.png), -moz-linear-gradient(top,rgb(101, 109, 119) 0%,rgb(58, 62, 68) 100%);
	background-image:url(https://wws.tv-asahi.co.jp/sphone/common_program/images/btn_submit.png), linear-gradient(top,rgb(101, 109, 119) 0%,rgb(58, 62, 68) 100%);
	background-repeat:no-repeat, repeat;
	background-position:50% 50%, 0 0;
	float:right;
}

#tvasahiLogo a {
	display:block;
	width:114px;
	height:40px;
	text-indent:-9999px;
	-moz-background-size   :114px 24px;
	-webkit-background-size:114px 24px;
	-o-background-size     :114px 24px;
	-ms-background-size    :114px 24px;
	background-image:url(https://wws.tv-asahi.co.jp/sphone/images/logo_tvasahi_x2.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	float:left;
	margin-left: 5px;
}



/* Form -------------------------------------------------- */
.TopLineColor{
	height:2px;
	margin: -10px;
	margin-bottom: 20px;
	/*
	background: -moz-linear-gradient(left, #00A0C6, #F0027F);
	background: -webkit-gradient(linear, left top, right top, from(#00A0C6), to(#F0027F));*/
	background-color:#CCCCCC;
}

.form_wrapper{
	min-height:200px;
	background-color:rgba(255,255,255,1.0);
	padding: 10px;

	/* box-shadow */
	box-shadow:rgba(155, 155, 155, 0.5) 4px 4px 0px 0px;
	-moz-box-shadow:rgba(155, 155, 155, 0.5) 4px 4px 0px 0px;
	-webkit-box-shadow: rgba(155, 155, 155, 0.5) 4px 4px 0px 0px;
}

.form_wrapper h3{
	display: block;
	background-color: #FFFFFF;
	margin: -10px;
	padding: 10px;
	margin-bottom: 10px;
}

.form-group{
	margin-bottom:50px;
}

.form-group input{
	height:2em;
}

/* ----- 20151022 edit ----- */
.form-group input[type="text"],
.form-group input[type="file"],
textarea{
	box-sizing: border-box;
	width:90%;

	/*角丸化
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/

	/*角角化*/
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	/*Shadow*/
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.form_wrapper .submit-wrap{
	text-align:center;
}

.form_wrapper .submit-wrap #submit_btn{
	width: 260px;
	height: 40px;
	text-align: center;
	font-size: 1em;
	background: -moz-linear-gradient(top, #ffffff, #D1CCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D1CCCC));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input:focus, select:focus, textarea:focus {
border:solid 1px #00A0C6;
background-color: #FED4D4;

}

.label-required{
	font-size:0.8em;
	color:red;
}

.attention{
	font-size:0.6em;
}

.form-group .left{
	text-align: right;
	text-decoration: underline;
}

.privacy{
	background-color: #FFF0AE;
	padding: 6px;
	font-size: 0.5em;
	margin-top: -20px;
	margin-bottom: -30px;
}

.thanks_strs{
	text-align: center;
	padding: 20px;
	padding-bottom:40px;
}

.close_btn{
	text-align: center;
}
.close_btn a{
	text-decoration: none;
	color: #111199;
	padding: 10px 30px 10px 40px;
	display: inline-block;

	background: -moz-linear-gradient(top, #ffffff, #D1CCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D1CCCC));

	border-color: #FFFFFF;
	border-style: groove;
	border-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.close_icon{
	display: inline-block;
	background-color: #818181;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 20px;
	vertical-align: middle;
	color: white;
	margin-right: 10px;
	position: absolute;
	margin-top: -1px;
	margin-left: -25px;
}

.spacer{
	display:block;
	width:100%;
	height:10px;
}


/* footer ------------------------------------------------ */
footer{
	width: 100%;
	margin-bottom: -10px;
}

#copyright {
	margin-top:10px;
	margin-left: -10px;
	margin-right: -10px;
	text-align:center;
	font-size:0.5em;
	background:#434343;
	padding:15px;
	color:#fff;
}


/* progress設定 ---------------------------------------- */
#pgs_tbl{
    display:none;

}
.progress {
    width: 100%;
}

.pgs-title {
    margin: 0;
    padding: 4px 9px 0 5px;
}

.pgs-header {
    overflow: hidden;
    width: 100%;
}

.pgs-header p {
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.progress .pgs-body {
	padding: 0px;
	position:relative;
	height:20px;
	width:90%;
	margin: 0 auto;
	border: 1px solid #bbb;
}

.progress .pgs-body .pgs-bar{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	height: 20px;
	width: 0px;
	float: left;
}

.progress .pgs-body .pgs-bar.complete{
	background-color: #cfc;
}

.progress .pgs-body .pgs-per{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 20px;
	width: 100%;
}

.progress .pgs-body .pgs-per.complete{
	color: #050;
}</pre></body></html>