@media only screen and (max-width: 900px){
.cssskin-fotter-logo img {
    width: 16% !important;
}
}

/* ステージ */
.stage-video{
    max-width: 800px !important;
    margin: 0 auto 20px auto;
}

.stage-video iframe{
	height: 450px !important;
}

@media only screen and (max-width: 900px){

.stage-video{
    max-width: 560px !important;
}

.stage-video iframe{
	height: 315px !important;
}

}

@media only screen and (max-width: 640px){

.stage-video{
    max-width: 400px !important;
}

.stage-video iframe{
	height: 225px !important;
}

}

/* クイズラリー */
.cssskin-quiz-06 .column {
	position: relative;
}

.cssskin-quiz-06 .column .c-lead {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 2px;
}

.cssskin-quiz-06 .column .c-lead img {
    width: 100px !important;
}

.cssskin-quiz-06 .column .c-none img {
    border-radius: 10px 10px 0 0 !important;
}


/* 茶会 */

.cssskin-tea-ceremon-13 .column {
	position: relative;
}

.cssskin-tea-ceremon-13 .c-large_headline {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 45px;
}


/* 出展リスト */

.submission {
	width: 100%;
	border-collapse: collapse;
}

.submission a{
	font-weight: 600;
}

.submission tr:nth-child(even) {
	background: #ffffff;
}

.submission tr:nth-child(odd) {
	background: #f2f2ee;
}

.submission th,
.submission td{
	padding: 10px;
	border: 1px solid #908C73;
}

.submission th {	
	background: #b4af91;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}

.submission td:nth-of-type(1) {
	font-weight: 600;
	width: 5%;
}

.submission td:nth-of-type(2) {
	font-weight: 600;
	width: 25%;
}

.submission td:nth-of-type(3) {
	width: 20%;
}

.submission td:nth-of-type(4) {
	text-align: left;
}

.deadline {
	background: #ffffff;
	text-align: center;
	width: 15%;
}

@media only screen and (max-width: 800px){

.table-wrap {
  overflow-x: scroll;
	padding: 0 0 20px 0;
}
	
.submission {
	min-width: 800px;
	font-size: 14px
}
	
}



