@charset "UTF-8";
/* CSS Document */

#container {padding-top:20px;}

/*movie*/
#latestMovieArea {max-width:940px;margin:0 auto;margin-bottom:30px;}
#latestMovieArea .tableLayout > * {
	padding:0 1%;
	}
#latestMovieArea img.fit {display:block;}
#latestMovieArea .latestMovie {
	margin:0 auto 30px;
	width:48%;
	
	}
	
/*survey*/
#currentSurvey #surveyTemplate {display:none;}
#currentSurvey  dt {
	margin-bottom:20px;
	}

#currentSurvey .kinyoruSurvey {padding-right:2%;}
#currentSurvey .kinyoruSurvey h2.tit {font-size:81%;}
#currentSurvey .kinyoruSurvey h3 {
	font-size:112%;
	background:url(../img/icon_q.png) no-repeat;
	min-height:37px;
	padding-left:1.7em;
	padding-top:0.2em;
	margin-bottom:10px;
	}
#currentSurvey .kinyoruSurvey .borderBox>.tableLayout>div:first-child {
	padding-right:2%;
	}
#currentSurvey .kinyoruSurvey .surveyBar {
	max-width:365px;
	height:40px;
	background:#eee;
	}
#currentSurvey .kinyoruSurvey .surveyBar div {
	height:100%;
	}
#currentSurvey .kinyoruSurvey .surveyBar div:nth-of-type(1) {background:#000;}
#currentSurvey .kinyoruSurvey .surveyBar div:nth-of-type(2) {background:#ff0000;}
#currentSurvey .kinyoruSurvey .surveyBar div:nth-of-type(3) {background:#eee;}
#currentSurvey .kinyoruSurvey .info {
	max-width:365px;
	background:url(../img/bg_grid.png);
	padding:1px;
	margin-top:10px;
	}
#currentSurvey .kinyoruSurvey .info ul {
	background:#fff;
	}
#currentSurvey .kinyoruSurvey .info ul li {
	width:50%;
	padding:5px 2%;
	line-height:1.2em;
	font-size:79%;
	}
#currentSurvey .kinyoruSurvey .info ul li div {
	background:url(../img/square_blk.png) no-repeat left 0.2em;
	padding-left:1.5em;
	padding-top:0.1em;
	}
#currentSurvey .kinyoruSurvey .info ul li:nth-of-type(1) div { background-image:url(../img/square_blk.png);}
#currentSurvey .kinyoruSurvey .info ul li:nth-of-type(2) div { background-image:url(../img/square_red.png);}
#currentSurvey .kinyoruSurvey .info ul li:nth-of-type(3) div { background-image:url(../img/square_gry.png);}
#currentSurvey .kinyoruSurvey .info ul li span {
	display:inline-block;
	padding-top:0.2em;
	font-weight:bold;
	}
#currentSurvey .kinyoruSurvey .borderBox>.tableLayout>p {
	width:110px;
	text-align:right;
	}
	
#currentSurvey .avgSurvey {
	width:39%;
	text-align:center;
	font-size:81%;
	}
	
#currentSurvey .avgSurvey .desc {text-align:left;padding-top:50px;}


#surveyArchives .kinyoruSurvey .kinyoruSurveyTit, #surveyArchives .avgSurvey .avgSurveyTit {margin-bottom:20px;}
#surveyArchives .kinyoruSurvey .kinyoruSurveyTit {width:25%;}
#surveyArchives .kinyoruSurvey .txtArea {padding-top:0.5em;}
#surveyArchives .kinyoruSurvey .tableLayout>div:first-child {width:39%;padding-right:1%;}
#surveyArchives .listbox > div:first-child {width:auto;}
#surveyArchives .avgSurvey {
	text-align:center;
	width:24.2%;
	font-size:81%;
	}
#surveyArchives .avgSurvey p img.fit {
	max-width:80%;
	}
	
.surveyForm {
	position:absolute;
	max-width:1000px;
	top:0;
	left:0;
	width:90%;
	overflow:hidden;
	z-index:1000;
	display:none;
	}
.surveyForm .wrp {border:10px solid #ff0000;}
.surveyForm .charaLeft, .surveyForm .charaRight {width:30%;}
.surveyForm .charaLeft {
	position:absolute;
	left:0%;
	bottom:0;
	}
.surveyForm .charaRight {
	position:absolute;
	right:0%;
	bottom:0;
	}
.surveyForm .clip {position:absolute;width:100%;top:0px;left:0;text-align:center;}
.surveyForm .inner {
	background:#fff url(../img/form_sign.png) no-repeat 10px 10px;
	padding:55px 4% 30px;
	text-align:center;
	}
.surveyForm .inner h2 {margin-bottom:20px;}
.surveyForm .inner h3 #questionNum, .surveyForm .inner h3 .txt {vertical-align:middle;}
.surveyForm .inner h3 #questionNum {
	font-size:10px;
	color:#fff;
	display:inline-block;
	border-radius:50px;
	text-align:center;
	background:#ff0000;
	width:58px;
	height:43px;
	padding-top:15px;
	line-height:1.4em;
	margin-right:1em;
	}
.surveyForm .inner h3 #questionNum span {
	font-size:16px;
	}
.surveyForm .inner form h4 {font-weight:normal;vertical-align:middle;line-height:1.2em;}
.surveyForm .inner form h4:before {content:"";width:1em;height:1em;background:#ff0000;border-radius:50px;display:inline-block;vertical-align:top;margin-right:0.5em;}
.surveyForm .inner form div.inlineArea {background:#eee;display:inline-block;margin-top:20px;padding:0 10px;position:relative;}
.surveyForm .inner form div.inlineArea label {display:inline-block;padding:10px 5px 7px;}
.surveyForm .inner form #submitButton {
	margin-top:20px;border:none;border-radius:10px;background:#000;color:#fff;font-size:125%;padding:10px 20px;cursor:pointer;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         3px 3px 10px 0px rgba(0, 0, 0, 0.45);
	}
.surveyForm .inner form #submitButton:hover {background:#ff0000;}
.surveyForm .inner form div.inlineArea.inputArea {
	margin-top:0.5em;
	padding:10px;
	}
.surveyForm .inner form div.inlineArea.inputArea.textArea {
	max-width:450px;
	width:80%;
	height:130px;
	}
.surveyForm .inner form div.inlineArea.inputArea textarea {
	width:100%;
	height:100%;
	}
.surveyForm .inner form div.inlineArea.inputArea.otherArea {
	padding:20px 20px 10px;
	}
.surveyForm .inner form div.inlineArea.inputArea.otherArea table th {
	padding:0 1em;
	}
.surveyForm .inner form div.inlineArea.inputArea.otherArea table td {text-align:left;}
.surveyForm .inner form div.inlineArea.inputArea.otherArea table td input[type=text]{
	width:2em;
	padding:0.2em;
	font-size:20px;
	}
.surveyForm .inner form div.inlineArea .err {
	border:1px solid #ff0000;
	padding:5px 10px;
	margin-top:5px;
	color:#ff0000;
	background:#fff;
	font-size:12px;
	line-height:1em;
	}

.surveyForm #thankyouArea {display:none;}
.surveyForm #thankyouArea {padding-top:20px;}
.surveyForm #thankyouArea p {
	font-size:150%;
	}
.surveyForm #thankyouArea p>span {
	font-size:120%;
	color:#ff0000;
	font-weight:bold;
	}

	
@media (max-width:620px) {
#currentSurvey>.tableLayout {display:block;}
#currentSurvey>.tableLayout>* {display:block;width:auto;padding:0;}
#currentSurvey  dt {margin-bottom:0.5em;text-align:left;}
#currentSurvey  dt img.fit {max-width:none;height:20px;}
#currentSurvey .avgSurvey {margin-top:20px;}
#currentSurvey .kinyoruSurvey h3 {background-size:17px auto;}
#currentSurvey .kinyoruSurvey .info ul li div  {background-size:10px;}
#currentSurvey .avgSurvey .desc {padding:0;}
}

@media (max-width:460px) {
#surveyArchives .kinyoruSurvey .kinyoruSurveyTit, #surveyArchives .avgSurvey .avgSurveyTit {text-align:left;margin-bottom:1em;width:auto;height:16px;}
#surveyArchives .kinyoruSurvey .kinyoruSurveyTit img.fit, #surveyArchives .avgSurvey .avgSurveyTit img.fit {max-width:none;max-height:100%;}
#surveyArchives .kinyoruSurvey .tableLayout {display:block;}
#surveyArchives .kinyoruSurvey .tableLayout>* {display:block;text-align:left;}
#surveyArchives .kinyoruSurvey .tableLayout>div:first-child {text-align:center;width:80%;margin:0 auto;}
#surveyArchives .avgSurvey {width:auto;}
#surveyArchives .avgSurvey p img.fit {max-width:50%;}

.surveyForm .inner {background-size:25% auto;}
.surveyForm .clip img.fit {
	max-width:50%;
	}
.surveyForm .inner h2 {
	width:30%;
	margin-left:auto;
	margin-right:auto;
	}
}