@charset "UTF-8";
/* sp/workshop.css */

body {
    min-width: 100%;
    width: 100%;
}

#ContentsInner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.pc{
    display: none;
}
.sp{
    display: block;
}

.row .inner{
    width: 100%;
}
#content .inner {
    padding: 0;
}

/* メインビジュアル */
.workshopMainVisual {
	height: auto;
	margin: 0 0 80px 0;
}
.workshopMainVisual img {
	position: static;
  width: 90%;
}
.workshopMainVisual p {
  width: 90%;
  font-size: 14px;
  margin: 20px auto 0;
}

/* ワークショップコンテンツ */
.WorkshopContainer {
    max-width: 96%;
    box-sizing: border-box;
}
.WorkshopContainer h2 {
	width: 100%;
	max-width: 280px;
	font-size: 18px;
}

/* ワークショップコンテンツ - お申込み方法 */
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn .left {
	float: none;
	width: auto;
	margin: 0 0 15px 0;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn .right {
	float: none;
	width: auto;
}

/* ワークショップコンテンツ - タイムテーブル */
#TimeTable iframe{
	display:none;
}
#TimeTableSp{
	display:block;
	line-height:1.4;
}

/* ワークショップコンテンツ - ワークショップ紹介 */
.WorkshopContainer.workshopIntroduction {
	padding: 0;
    width: 95%;
    margin: 0 auto;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul {
	margin: 0;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li {
	width: 31%;
	margin-right: 1%;
}
@media screen and (max-width: 400px) {
	.WorkshopContainer.workshopIntroduction .workshopFilter ul li {
		font-size: 10px;
	}
}

#WorkshopList {
  margin: 0 -2% 0 0;
}
#WorkshopList li {
  width: 47%;
  margin: 0 2% 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 450px) {
	#WorkshopList .WorkshopText h3 {
    height: 55px;
    padding: 30px 0 0;
	}
}

/* ワークショップモーダル */
.workshopModal {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.workshopModal .modalClose {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10110;
}
.workshopModal .left .BtnApply {
	display: none;
}
.workshopModal .left {
	float: none;
	margin: 0 auto 20px;
}
.workshopModal .right {
	float: none;
	margin: 0 auto;
}
.workshopModal .right .WorkshopText {
	min-height: 0;
}
.workshopModal .right .BtnApply {
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
}
.workshopModal .right .BtnApply a {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75665a+0,594738+100 */
	background: #75665a; /* Old browsers */
	background: -moz-linear-gradient(top,  #75665a 0%, #594738 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #75665a 0%,#594738 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #75665a 0%,#594738 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75665a', endColorstr='#594738',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}


/*--------------------
　募集開始前
--------------------*/
.pre .workshopMainVisual {
	height: auto;
}
.pre .workshopMainVisual p {
	width:100%;
	margin: 20px auto 30px;
}
