@charset "utf-8";

.pc {
	display: none!important;
}


body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}

/* -------------------------------------------------- */
/* メインスライダー */
/* -------------------------------------------------- */
#sliderWrap {
	position: relative;
}

#mv .sp-thumbnails-container {
	width: 100%;
	text-align: left;
}

#mv .sp-thumbnails {
	display: inline-block;
}

#mv .sp-slide a,
#mv .sp-slide .sliderOverray
{
	display: block;
	position: relative;
	transform: scale(0.8);
	transition-delay: 0.3s!important;
	transition-property: all!important;
	transition-duration: 0.4s!important;
}

#mv .sp-slide a:after
#mv .sp-slide .sliderOverray:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}

#mv .sp-slide a,
#mv .sp-slide .sliderOverray
{
	width: 100%;
	height: 100%;
	display: block;
}

#mv .sp-slide a:hover:after,
#mv .sp-slide .sliderOverray:hover:after
{
	opacity: 0;
}

#mv .sp-selected a,
#mv .sp-selected .sliderOverray {
	transform: scale(1);
}

#mv .sp-slide .sliderInfo {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
}

#mv .sp-slide .sliderCat {
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}


#mv .sp-slide .sliderCat span {
	padding-right: 5px;
}

#mv .sp-slide .sliderCat:before {
	content: "";
	margin-top: -1px;
	display: block;
	height: 2px;
	width: 20px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
}

#mv .sp-slide .sliderCat {
	font-size: 1.1rem;
	font-weight: bold;
}

#mv .sp-slide .sliderDate {
	font-size: 1.1rem;
	font-weight: bold;
}

#mv .sp-slide .sliderTit {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}

#mv .sp-selected .sliderInfo {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #FFFFFF;
	z-index: 200;
}

#mv .sp-selected .sliderCat {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}

#mv .sp-selected .sliderCat:before {
	content: "";
	margin-top: -1px;
	display: block;
	height: 2px;
	width: 20px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
}

#mv .sp-selected .sliderCat {
	font-size: 1.2rem;
	font-weight: bold;
}

#mv .sp-selected .sliderDate {
	font-size: 1.2rem;
	font-weight: bold;
}

#mv .sp-selected .sliderTit {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}

#mv .sp-bottom-thumbnails {
	margin-top: 15px;
}

#mv .sp-thumbnail-container {
	position: relative;
}

#mv .sp-thumbnail-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}

#mv .sp-thumbnail-container:hover:before,
.sp-selected-thumbnail:before {
	opacity: 0;
}

#mvBnr {
	padding: 10px 3%;
	text-align: center;
}

#mvBnr img {
	width: 100%;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	display: none;
}

.sp-previous-arrow {
	width: 30px;
	height: 30px;
	background: url(../../img/top/arrow_prev.jpg) 0 0 no-repeat;
	-webkit-background-size: 30px;
	background-size: 30px;
	border: none;
}

.sp-next-arrow {
	width: 30px;
	height: 30px;
	background: url(../../img/top/arrow_next.jpg) 0 0 no-repeat;
	-webkit-background-size: 30px;
	background-size: 30px;
	border: none;
}

.sp-horizontal .sp-next-arrow {
	right: 3%!important;
}

.sp-horizontal .sp-previous-arrow {
	left: 3%!important;
}

#mainActivity {
	margin-bottom: 30px;
}

#mv .sp-slide.sp-selected a:after {
	height: 25%;
	background: rgba(0,0,0,0.5);
}

/*
#mv .sp-selected a:after {
	opacity: 0;
}
*/

.noClick {
	cursor: default;
}

/* -------------------------------------------------- */
/* ご入会について・日本JCじゃがいもクラブ */
/* -------------------------------------------------- */

#mainActivityLeft {
	width: 100%;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainActivityRight {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mainActiveBnr {
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.gradationBar a.mainActiveBnr2 {
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 1px #FFFFFF solid;
	color: #333;
	letter-spacing: 0;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	background: #FFF!important;
}

.gradationBar a.mainActiveBnr2 .small2 {
	font-size: 60%;
	color: #666;
}

.gradationBar a.mainActiveBnr2 .mcIn {
	padding: 10px 0 0;
}

.gradationBar a.mainActiveBnr2:before {
	content:"";
	display: inline-block;
	width: 144px;
	height: 35px;
	background: url(../../img/top/g20_yea_summit.jpg) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

#mainActivityLeft .mainActiveBnr {
	background: url(../../img/top/bg_admission.jpg) center center no-repeat !important;
	background-size: cover !important;
	padding: 0;
}

#mainActivityRight .mainActiveBnr {
/*	background: url(../../img/top/bg_medama.jpg) right center no-repeat !important;*/
	background: url(../../img/top/bg_medama2.jpg) center center no-repeat !important;
	background-size: cover !important;
	padding: 0;
}

#mainActivityRight .mainActiveBnr.ir {
	background: url(../../img/top/blog54_bg.jpg) center center no-repeat !important;
	background-size: cover !important;
	padding: 0;
}

#mainActivityLeft .mainActiveBnr .small {
	background-color: #ca1818;
	border: none;
}

.mcIn {
	padding: 15px 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 2;
}

.overlay:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

#mainActivityLeft a:hover,
#mainActivityRight a:hover {
	color: #FFF;
}

#mainActivityLeft a:hover:after,
#mainActivityRight a:hover:after {
	opacity: 0;
}


/* -------------------------------------------------- */
/* 行事 */
/* -------------------------------------------------- */
#eventWrap {
	padding: 0 0 30px 0;
	position: relative;
}

#eventListLink {
	position: absolute;
	top: 0;
	right: 3%;
}

.listLink a {
	display: block;
	padding: 8px 16px 8px 8px;
	border: 1px #2abc42 solid;
	border-radius: 3px;
	transition: all 0.3s ease-in-out 0s;
	line-height: 1;
	font-size: 1.0rem;
	background-image: url(../../img/common/icon_next_midori.png);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 4px 7px;
	color: #2abc42;
}

.listLink a img {
	width: 15px;
	height: auto;
	vertical-align: middle;
}

.listLink a:hover {
	border: 1px #666666 solid;
	color: #666666;
}

.event {
	width: 100%;
	background: #f8f5f5;
	border: 1px #dcdcdc solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.eventTab {
	padding: 10px 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.eventBox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.eventBox a {
	display: table;
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out 0s;
}

.eventBox a:hover {
	opacity: 0.7;
	color: #333333;
}

.eventImg {
	width: 30%;
	height: 180px;
	vertical-align: middle;
	display: table-cell;
}

.eventImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eventInfo {
	width: 70%;
	vertical-align: middle;
	height: auto!important;
	display: table-cell;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.eventDate {
	font-size: 1.0rem;
}

.eventTit {
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.eventCat {
	text-align: right;
	font-size: 1.0rem;
}


#eventTabBtn {
	letter-spacing: -0.4em;
}

#eventTabBtn li {
	width: calc(50% - 9px);
/* 	margin-right: 1%; */
	margin-bottom: -1px;
	font-size: 1.2rem;
	padding: 10px;
	display: inline-block;
	letter-spacing: normal;
	border: 1px #dcdcdc solid;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
}
	#eventTabBtn li:first-child {
		margin-left: 6px;
		margin-right: 3px;
	}
	#eventTabBtn li:last-child {
		margin-left: 3px;
		margin-right: 6px;
	}

#eventTabBtn li.active,
#eventTabBtn li:hover {
	margin-bottom: -1px;
/*
	background: #f8f5f5;
	border-bottom: 1px #f8f5f5 solid;
	color: #df4242;
*/
	background-color: #2abc42 !important;
	color: #fff;
}

#eventEnd {
	display: none;
}


/* -------------------------------------------------- */
/* インタビュー */
/* -------------------------------------------------- */
#interviewWrap {
	padding: 0 3% 30px;
	position: relative;
}

#ivListLink {
	position: absolute;
	top: 0;
	right: 3%;
}

.iv a {
	width: 100%;
	height: 100%;
	display: block;
	color: #333333;
}

.iv a:hover {
	color: #333333;
}

.iv {
	width: 100%;
}



.ivImg {
	width: 100%;
	height: 100%;
}


.ivImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.ivInner {
	border: 1px #CCCCCC solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}




.ivNameWrap {
	padding: 10px 10px 0 10px;
}

.ivNum {
	padding-right: 10px;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
}


.ivNum .large {
	font-size: 3.0rem;
}


.ivName {
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
}

.ivName .large {
	font-size: 1.7rem;
}


.ivCat {
	position: relative;
	padding: 5px 0;
}

.ivCat li {
	display: inline-block;
	margin-right: 10px;
}

.ivCat:before {
	content:"";
	display: inline-block;
	height: 1px;
	width: 30px;
	margin-right: 10px;
	background: #333333;
	vertical-align: middle;
}

.ivTitWrap {
	padding: 0 10px 10px 10px;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: bold;
}

/* -------------------------------------------------- */
/* ニュースリリース */
/* -------------------------------------------------- */
#newsReleaseWrap {
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
#newsRelease {
	height: 60vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
*/

#newsListLink {
	position: absolute;
	top: 0;
	right: 3%;
}

#newsReleaseWrap h2 {
	padding: 0 3% 10px;
/* 	text-align: left; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.nr a {
	display: block;
/* 	padding: 10px; */
	background: #f6f6f6;
	font-size: 1.5rem;
	margin-bottom: 10px;
	position: relative;
}

.nr a.even {
	background: #FFFFFF;
	font-size: 1.5rem;
}

.nr a:hover {
	color: #333333;
}

.nr a:hover .newsTit {
	color: #ea8080;
}

.newsImg {
	float: left;
	width: 30%;
}

.newsImg img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.newsTxt {
	float: right;
	width: 70%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsName {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.3rem;
}

.newsName:after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 30px;
	vertical-align: middle;
/* 	margin-right: 10px; */
}

.director2019 {
	color: #df4242;
}

.director2019:after {
	background: #df4242;
}

.staff2019 {
	color: #5498b6;
}

.staff2019:after {
	background: #5498b6;
}

.committee2019 {
	color: #e3a33d;
}

.committee2019:after {
	background: #e3a33d;
}

.information2019 {
	color: #6e21ba;
}

.information2019:after {
	background: #6e21ba;
}

.birthday2019 {
	color: #17b423;
}

.birthday2019:after {
	background: #17b423;
}
.newsDate {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.newsCat {
	display: block;
/* 	margin-right: 10px; */
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.newsCat li {
	padding: 5px;
	background: #dcdcdc ;
	font-size: 1.2rem;
	display: inline;
}

.newsTit {
	display: inline-block;
	vertical-align: middle;
}


/* -------------------------------------------------- */
/* SNS埋め込み */
/* -------------------------------------------------- */
#snsEmbed {
	margin-bottom: 30px;
	padding: 0 3%;
}

#snsEmbedInner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: table;
}

.snsEmbedHead {
	text-align: center;
	margin-bottom: 15px;
}

#snsEmbedFb {
	width: 50%;
	padding-right: 10px;
	display: table-cell;
}

#snsEmbedInsta {
	width: 50%;
	padding-left: 10px;
	display: table-cell;
}

/*
#snsEmbedInstaInner {
	height: 490px;
	overflow: auto;
}
*/

#snsEmbedInsta ul {
	letter-spacing: -.4em;
	margin-left: -4px;
	margin-right: -4px;
}

#snsEmbedInsta ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 8px 4px;
	width: calc(33.33% - 4px*2);
}

#snsEmbedInsta ul li img {
	width: 100%;
	height: 115px;
	object-fit: cover;
}


/* -------------------------------------------------- */
/* 福岡JCチャンネル */
/* -------------------------------------------------- */

#jcchannel {
	width: 100%;
	margin: 0 auto 30px;
}
#jcchannelInner {
	padding: 0 3%;
	position: relative;
}

#jcchannelListLink {
	position: absolute;
	top: 0;
	right: 3%;
}

#jcchannelList {
	letter-spacing: -.4em;
	margin-left: -5px;
	margin-right: -5px;
}

#jcchannelList li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
	width: calc(33.33% - 5px*2);
}



/* -------------------------------------------------- */
/* スローガン */
/* -------------------------------------------------- */
#sloganWrap {
	width: 100%;
	position: relative;
	padding: 0 0 30px;
	margin-bottom: 30px;
	background: #2abc42;
/*
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
*/
}

#sloganWrap video {
	display: none;
}

#slogan {
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#sloganIn {
	display: inline-block;
	text-align: left;
}


#sloganTxt {
	color: #FFFFFF;
	line-height: 2;
	padding-bottom: 20px;
}

.sloganSub {
	padding: 5px 10px;
	display: inline-block;
	background: #FFFFFF;
	font-size: 1.6rem;
}

.sloganTit {
	display: block;
	width: 75px;
	height: 180px;
	margin: 30px auto;
	background: url(../../img/top/sp/slogan_tit2019.png) 0 0 no-repeat;
	-webkit-background-size: 60px auto;
	background-size: 75px auto;
	text-indent: -100%;
	overflow: hidden;
}

#sloganName {
	padding: 0 0 0 0;
	color: #FFFFFF;
	text-align: right;
	line-height: 1.2;
}

#messageBtn {
	padding-top: 15px;
	text-align: center;
	letter-spacing: 1em;
}

#messageBtn a {
	background-image: url(../../img/common/icon_next_midori.png);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 7px 12px;
}

.cen {
	text-align: center;
}

#sloganMoreBtn {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 15px;
	font-size: 1.3rem;
	font-weight: bold;
	border: 3px #FFFFFF solid;
	border-radius: 26px;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
}


.short {
	height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#messageBtn a {
	color: #2abc42 !important;
	background-color: #fff !important;
}


/* -------------------------------------------------- */
/* リンク */
/* -------------------------------------------------- */
#Links {
	padding: 0 3% 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	letter-spacing: -0.4em;
}

.linkBox {
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 1% 5px 0;
	letter-spacing: normal;
}

.linkBox:nth-child(2n) {
	padding-left: 1%;
	padding-right: 0px;
}

.linkImg {
	width: 100%;
}

.linkImg img {
	width: 100%;
	height: auto;
}

.linkIn {
	background: #f8f8f8;
	padding: 10px;
	text-align: center;
}

.linkIn h3 {
	padding-bottom: 2px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}

.linkIn h3 span {
	display: inline-block;
}

.linkTxt {
	text-align: left;
	padding-bottom: 20px;
	font-size: 1.3rem;
}

.moreBtn a {
	width: 100%;
	display: inline-block;
	padding: 8px 15px;
	font-size: 1.3rem;
	font-weight: bold;
	border: 3px #2abc42 solid;
	border-radius: 26px;
	color: #2abc42;
	background: url(../../img/common/icon_next_midori.png) right 10px center no-repeat #FFF;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.moreBtn a:hover {
	color: #FFFFFF;
	background: url(../../img/common/sp/icon2.png) 95% center no-repeat #ea8080;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	background-color: #2abc42;
}


/* -------------------------------------------------- */
/* 活動 */
/* -------------------------------------------------- */
#club {
	width: 100%;
	margin: 0 auto 30px;
}

.lead {
	padding-bottom: 15px;
}

#clubList {
	
}

#clubList li {
	border: 1px #dcdcdc  solid;
	letter-spacing: -0.4em;
	margin-bottom: 10px;
}

.clubName {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding: 10px 20px;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5rem;
	border-right: 1px #dcdcdc solid;
}

.clubName span {
	display: inline-block;
}

.official:before {
	content: "公式";
	width: 2em;
	background: #2abc42;
	color: #FFFFFF;
	font-size: 1.1rem;
	padding: 0px 10px;
	display: block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.clubNameDesc {
	width: 70%;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3rem;
}

/* -------------------------------------------------- */
/* インスタグラム */
/* -------------------------------------------------- */
#instgram {
	padding-bottom: 30px;
}

#instgram h2 {
	padding-bottom: 20px;
	text-align: center;
}

#igSlider a {
	width: 100%;
	height: 100%;
	display: block;
}

#igSlider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* -------------------------------------------------- */
/* 募集 */
/* -------------------------------------------------- */
#recruitmentWrap {
	width: 100%;
	background: #f6f6f6;
	margin-bottom: 30px;
}

#recruitment {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
}

#recIn {
	padding: 0 3%;
}

#recruitment li {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../../img/top/bg2.jpg) 0 0 repeat;
}

#recruitment li .recBox {
	width: 100%;
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.recTit {
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.recDesc {
	line-height: 1.2;
}

/* -------------------------------------------------- */
/* 動画*/
/* -------------------------------------------------- */
#movie {
	padding: 0 3% 30px;
}

#movie .movieIcon {
	display: block;
	position: relative;
}

.movieIcon:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}


.movieIcon:hover:before {
	opacity: 0;
}


.movieIcon:after {
	content: "";
	display: block;
	width: 76px;
	height: 58px;
	background: url(../../img/common/movie_icon_midori.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -29px 0 0 -38px;
	z-index: 200;
}


/* -------------------------------------------------- */
/* 各事業協賛*/
/* -------------------------------------------------- */

#sponsor {
	width: 100%;
	margin: 0 auto;
	margin: 0 auto 30px;
}

#sponsorInner {
	padding: 0 3%;
}

#sponsorList {
	letter-spacing: -.4em;
	margin-left: -5px;
	margin-right: -5px;
}

#sponsor li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 5px;
	width: calc(25% - 5px*2);
}

#sponsor li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sponsorLogoWrap {
	display: table;
	width: 100%;
	text-align: center;
	border: solid 1px #c9c9c9;
}

.sponsorLogo {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	min-height: 100px;
}

.sponsorLogo img {
	max-width: 75%;
	height: auto;
}
















