@charset "utf-8";

/* ========== override ========== */
.text-center .img-responsive {
	margin-right: auto;
	margin-left: auto;
}


/* ========== general ========== */
@media only screen and (max-width: 640px) {
.hidden-sp {
	display: none;
}
}


/* ========== section ========== */
/* ----- kye-visual ----- */
#key-visual {
	padding: 0;
}

#key-visual h1 {
	margin: 0;
}

/* ----- main ----- */
#fair-outline,
#fair-enquete {
	padding-top: 0;
}

#fair-outline {
	padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
#fair-outline > .c-tabs-01:last-of-type {
	margin-bottom: 0 !important;
}
}


/* ========== heading ========== */
/* ----- 01 ----- */
.fair-heading-01 {
	background: #e4f2f6 url(../img/bg_01.png) center center repeat;
	background-size: contain;
	margin: 0 -54px !important;
	padding: 25px;
}

/* ----- 02 ----- */
.fair-heading-02 .label {
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.fair-heading-02 .label > span {
	display: block;
	padding: 15px 5px;
}

/* ----- 03 ----- */
.fair-heading-03 .label {
	font-size: 150%;
}

@media only screen and (max-width: 640px) {
.fair-heading-01 {
	margin: 0 -10px !important;
	padding: 10px;
}

.fair-heading-03 .label {
	font-size: 125%;
}
}


/* ========== text ========== */
.fair-text-01 {
	color: #eb7000;
	font-weight:bold;
}

@media only screen and (min-width: 640px) {
.fair-heading-01 {
	font-size: 125%;
}
}

/* ========== tab ========== */
.fair-tabs-01 {
	margin-right: 0;
	margin-left: 0;
}

.fair-tabs-01 > .tabs {
	background: #eeeeee;
	border-bottom-color: #bfbfbf;
	padding: 17px 44px;
	text-align: center;
}

.fair-tabs-01 > .tabs:after {
	clear: both;
	content: "";
	display: block;
}

.fair-tabs-01 > .tabs > li {
	box-sizing: border-box !important;
	display: block;
	float: left;
	margin: 10px 0;
	width: 48.8%;
}

.fair-tabs-01 > .tabs > li.type02,
.fair-tabs-01 > .tabs > li.type04 {
	float: right;
}

.fair-tabs-01 > .tabs > li.type03 {
	clear: both;
}

.fair-tabs-01 > .tabs > li > a {
	border: none;
	box-sizing: content-box;
	color: #fff;
	font-size: 150%;
	line-height: 1.2;
	padding: 15px 5px;
	text-shadow: 1px 1px 2px #999;
}

.fair-tabs-01 > .tabs > li > a > em {
	display: block;
	font-size: 200%;
}

.fair-tabs-01 > .tabs > li img {
	max-width: 100%;
}

.fair-tabs-01 > .tabs > .type00 {
	display: none !important;
}

@media only screen and (max-width: 740px) {
.fair-tabs-01 > .tabs {
	padding-right: 14px;
	padding-left: 14px;
}
}

@media only screen and (max-width: 510px) {
.fair-tabs-01 > .tabs > li > a {
	font-size: 100%;
}
}

@media only screen and (max-width: 480px) {
.fair-tabs-01 > .tabs {
	padding: 5px 10px;
}

.fair-tabs-01 > .tabs > li {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 48.3%;
}
}

@media only screen and (max-width: 380px) {
.fair-tabs-01 > .tabs > li > a {
	font-size: 87.5%;
}

.fair-tabs-01 > .tabs > li > a > em {
	font-size: 175%;
}
}

.fair-tabs-01 > .content {
	border-bottom: none;
}

.fair-tabs-01 > .content:before {
	background: url(../img/arrow_01.png) center top no-repeat;
	background-size: contain;
	height: 14px;
	margin-left: -14px;
	width: 28px;
}

.fair-tabs-01 > .content:after {
	background: none;
}

.fair-tabs-01 > .content > div {
	padding-right: 0;
	padding-left: 0;
}

.fair-tabs-01 > .content .fair-btn-01 {
	margin: 1.25em -54px 0;
	padding: 1.5em;
	position: relative;
}

.fair-tabs-01 > .content .fair-btn-01 > a {
	border: none;
	font-size: 112.5%;
	margin: 0;
	min-height: 60px;
}

.fair-tabs-01 > .content .fair-btn-01 > a:before {
	background-position: -216px 3px;
}

@media only screen and (min-width: 640px) {
.fair-tabs-01 > .content .c-figure-05 > figure > img {
	height: 200px;
	width: auto;
}
}

@media only screen and (max-width: 640px) {
.fair-tabs-01 > .content > div {
	padding-bottom: 0;
}

.fair-tabs-01 > .content .c-figure-05 {
	box-direction: reverse;
	box-orient: vertical;
	display: box;
		display: -moz-box;
		display: -webkit-box;
		display: -o-box;
		display: -ms-box;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		-moz-box-direction: reverse;
		-webkit-box-direction: reverse;
		-o-box-direction: reverse;
		-ms-box-direction: reverse;
}

.fair-tabs-01 > .content .c-figure-05 figure {
	margin-top: 1em;
}

.fair-tabs-01 > .content .fair-btn-01 {
	margin-right: -10px;
	margin-left: -10px;
}
}

/* color */
.fair-tabs-01 > .tabs > .type01 > a {
    background: #2dadff;
    background: -moz-linear-gradient(top, #41bdff 0%, #2dadff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #41bdff), color-stop(0.00, #2dadff));
    background: -webkit-linear-gradient(top, #41bdff 0%, #2dadff 100%);
    background: -o-linear-gradient(top, #41bdff 0%, #2dadff 100%);
    background: -ms-linear-gradient(top, #41bdff 0%, #2dadff 100%);
    background: linear-gradient(to bottom, #41bdff 0%, #2dadff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41bdff', endColorstr='#2dadff', GradientType=0);
	box-shadow: 0 1px 1px #0f77ff;
}

.fair-tabs-01 > .tabs > .type02 > a {
    background: #8172f0;
    background: -moz-linear-gradient(top, #9789f3 0%, #8172f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #9789f3), color-stop(0.00, #8172f0));
    background: -webkit-linear-gradient(top, #9789f3 0%, #8172f0 100%);
    background: -o-linear-gradient(top, #9789f3 0%, #8172f0 100%);
    background: -ms-linear-gradient(top, #9789f3 0%, #8172f0 100%);
    background: linear-gradient(to bottom, #9789f3 0%, #8172f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9789f3', endColorstr='#8172f0', GradientType=0);
	box-shadow: 0 1px 1px #3c35e8;
}

.fair-tabs-01 > .tabs > .type03 > a {
    background: #fab204;
    background: -moz-linear-gradient(top, #fbc208 0%, #fab204 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fbc208), color-stop(0.00, #fab204));
    background: -webkit-linear-gradient(top, #fbc208 0%, #fab204 100%);
    background: -o-linear-gradient(top, #fbc208 0%, #fab204 100%);
    background: -ms-linear-gradient(top, #fbc208 0%, #fab204 100%);
    background: linear-gradient(to bottom, #fbc208 0%, #fab204 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc208', endColorstr='#fab204', GradientType=0);
	box-shadow: 0 1px 1px #f78902;
}

.fair-tabs-01 > .tabs > .type04 > a {
    background: #ff84ad;
    background: -moz-linear-gradient(top, #ff99bd 0%, #ff84ad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff99bd), color-stop(0.00, #ff84ad));
    background: -webkit-linear-gradient(top, #ff99bd 0%, #ff84ad 100%);
    background: -o-linear-gradient(top, #ff99bd 0%, #ff84ad 100%);
    background: -ms-linear-gradient(top, #ff99bd 0%, #ff84ad 100%);
    background: linear-gradient(to bottom, #ff99bd 0%, #ff84ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99bd', endColorstr='#ff84ad', GradientType=0);
	box-shadow: 0 1px 1px #ff4181;
}

.fair-tabs-01 > .tabs > li.current > a {
	background: #fff;
	border-style: solid;
	border-width: 4px;
	padding: 11px 1px;
	text-shadow: 1px 1px 1px #ccc;
}

.fair-tabs-01 > .tabs > .type01.current > a {
	border-color: #2dadff;
	color: #2dadff;
}

.fair-tabs-01 > .tabs > .type02.current > a {
	border-color: #8172f0;
	color: #8172f0;
}

.fair-tabs-01 > .tabs > .type03.current > a {
	border-color: #fab204;
	color: #fab204;
}

.fair-tabs-01 > .tabs > .type04.current > a {
	border-color: #ff84ad;
	color: #ff84ad;
}

#type01 .fair-btn-01 { background: #def2fe; }
#type02 .fair-btn-01 { background: #e7e4ff; }
#type03 .fair-btn-01 { background: #fdeecb; }
#type04 .fair-btn-01 { background: #ffdfe6; }

#type01 .fair-btn-01 > a {
	background: linear-gradient(to bottom, #0c9ee8 0, #0689e2 100%);
	box-shadow: 0 1px 1px #0f77ff;
}

#type02 .fair-btn-01 > a {
	background: linear-gradient(to bottom, #7869e8 0, #6152e2 100%);
	box-shadow: 0 1px 1px #3c35e8;
}

#type03 .fair-btn-01 > a {
	background: linear-gradient(to bottom, #e1a503 0, #d89102 100%);
	box-shadow: 0 1px 1px #be4901;
}

#type04 .fair-btn-01 > a {
	background: linear-gradient(to bottom, #ef1e6e 0, #ea1156 100%);
	box-shadow: 0 1px 1px #dc061d;
}

@media only screen and (max-width: 640px) {
#type01 .fair-heading-02 .label span { background: #35b7ff; }
#type02 .fair-heading-02 .label span { background: #8d7ff2; }
#type03 .fair-heading-02 .label span { background: #fbbc05; }
#type04 .fair-heading-02 .label span { background: #ff90b7; }
}

/* for old IE */
.ie7 .fair-tabs-01 > .tabs > .type01 > a,
.ie8 .fair-tabs-01 > .tabs > .type01 > a,
.ie9 .fair-tabs-01 > .tabs > .type01 > a {
	background: #2dadff;
}

.ie7 .fair-tabs-01 > .tabs > .type02 > a,
.ie8 .fair-tabs-01 > .tabs > .type02 > a,
.ie9 .fair-tabs-01 > .tabs > .type02 > a {
	background: #8172f0;
}

.ie7 .fair-tabs-01 > .tabs > .type03 > a,
.ie8 .fair-tabs-01 > .tabs > .type03 > a,
.ie9 .fair-tabs-01 > .tabs > .type03 > a {
	background: #fab204;
}

.ie7 .fair-tabs-01 > .tabs > .type04 > a,
.ie8 .fair-tabs-01 > .tabs > .type04 > a,
.ie9 .fair-tabs-01 > .tabs > .type04 > a {
	background: #ff84ad;
}

.ie7 .fair-tabs-01 > .tabs > li.current > a,
.ie8 .fair-tabs-01 > .tabs > li.current > a,
.ie9 .fair-tabs-01 > .tabs > li.current > a {
	background: #fff;
}

.ie7 #type01 .fair-btn-01 > a,
.ie8 #type01 .fair-btn-01 > a,
.ie9 #type01 .fair-btn-01 > a {
	background: #0689e2;
}

.ie7 #type02 .fair-btn-01 > a,
.ie8 #type02 .fair-btn-01 > a,
.ie9 #type02 .fair-btn-01 > a {
	background: #6152e2;
}

.ie7 #type03 .fair-btn-01 > a,
.ie8 #type03 .fair-btn-01 > a,
.ie9 #type03 .fair-btn-01 > a {
	background: #d89102;
}

.ie7 #type04 .fair-btn-01 > a,
.ie8 #type04 .fair-btn-01 > a,
.ie9 #type04 .fair-btn-01 > a {
	background: #ea1156;
}


/* ========== SNS ========== */
.fair-social-01 {
	margin: 1.25em 0;
}

.fair-social-01 .social-list {
	margin: 0;
	padding: 0;
	text-align: right;
}

.fair-social-01 .social-list:after {
	clear: both;
	content: "";
	display: block;
}

.fair-social-01 .social-list > li {
	display: inline-block;
	list-style: none;
	margin: 4px 4px 0;
}

.fair-social-01 .social-list > li.social_fb {
}

.fair-social-01 .social-list > li.social_tw {
	vertical-align: -6px;
}

.fair-social-01 .social-list > li.social_ln {
}
