@charset "utf-8";

/* /////////////nav */

.navbar{
	min-height:auto;
	margin-bottom:0;
	border:none;
	border-radius:0;
}

.navbar-brand{
	height:70px;
	padding:0 15px;
	font-size:16px;
	line-height:70px;
}

.navbar-nav{
	margin:0;
}

.navbar-nav > li > a{
	padding-top:0;
	padding-bottom:0;
	line-height:70px;
}

.navbar-default{background-color:rgba(171,183,183,0.9); border-color:#e7e7e7;}
.navbar-default{background-color:#000; border-color:#e7e7e7;}
.navbar-default .navbar-brand{color:#fff; transition:0.5s;}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#ddd; background-color:transparent;}
.navbar-default .navbar-text{color:#777;}
.navbar-default .navbar-nav>li>a{color:#fff; transition:0.5s;}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#ddd; background-color:transparent;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555; background-color:#e7e7e7;}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}
.navbar-default .navbar-toggle{border-color:#fff; transition:0.5s;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#96a7a7}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#000;background-color:#e7e7e7}

	
/* ///////////// common */

img{
	margin:0 auto;
}

p{
	font-size:12px;
}

body > section{
	padding:70px 0;
}

body > section > .container > h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	text-align:center;
}



/* ///////////// top */

.topimg, .topimg .in{
		background-color:#cbd09c;
	}

	.topimg .next{
		float:left;
		width:55%;
		background-color:#e9e3ba;
	}

	.topimg > div{
		max-height:600px;
	} 
	
	.topimg .in{
		float:left;
		width:45%;
		text-align:right;
	}
	
	.topimg .in h1{
		padding:120px 50px 0 0;
		font-size:60px;
		/*font-size:40px;*/
		font-weight:bold;
		color:rgba(255,255,255,1.0);
	/*こっちに移動*/
		border-bottom:1px #fff solid;
	}
/*	
	.topimg .in h1+h2{
		border-top:1px #fff solid;
		padding:20px 50px 0 0;
		font-size:18px;
		line-height:1.6em;
		color:#fff;
	}
*/
	.topimg .in h2{
		padding:20px 50px 0 0;
		font-size:18px;
		line-height:1.6em;
		color:#fff;
	}
	
	.topimg .next img{
		float:left;
		background-color:rgba(255,255,255,0.5);
	}



/* ///////////// about */

body > section.about > div > .container > h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	text-align:center;
}

.about{
	background:url(../img/bg3.jpg) no-repeat scroll 10%;
	/*padding: 150px 0;*/
	padding: 50px 0 150px;
}


	.about h1+h2{
		margin:50px auto 0 ;
		font-size:22px;
		text-align:center;
		font-weight:bold;
		max-width:700px;
		text-shadow:0 1px 3px #fff;
	}

	.about p{
		line-height:2em;
		font-size:14px;
		max-width:700px;
		margin:50px auto;
		background-color:rgba(255,255,255,0.5);
	}


/* ///////////// staff */

.staff{
	background-color:#d1c6b2;
	padding: 150px 0;
}

	.staff .container{
		position:relative;
		z-index:0
	}

	.staff h2, .staff h3, .staff p{
		max-width:700px;
	}

	.staff h2{
		margin:50px auto 25px;
		font-size:22px;
		text-align:center;
		font-weight:bold;
	}

	.staff h3{
		margin:0 auto;
		font-size:14px;
		text-align:center;
	}
	
	.staff h3 small{
		color:#000;
		font-size:11px;
		padding-right:10px;
	}

	.staff p{
		margin:50px auto 0;
		line-height:2em;
		font-size:14px;
	}

	.staff .fb{
		text-align:center;
	}

	.staff .fb a{
		transition:0.5s;
	}

	.staff .fb a:hover{
		opacity:0.7;
	}

	.staff .fb p{
		margin:0 auto;
		padding:5px 20px;
		color:#fff;
		background-color:#000;
		display:inline-block;
	}

	.staff .port{
		position:absolute;
		top:-20px; right:220px;
		z-index:-1;
	}

	.staff .port img{
		transform:rotate(15deg);
		box-shadow:0 3px 10px 0 rgba(0,0,0,0.4);
	}


/* ///////////// notice */

.notice .innerFrame{ padding: 15px;}
.notice h2{ margin-bottom:30px; font-size:18px; font-weight:bold;}
.notice ul{ margin-bottom:30px;}
.notice li{ margin-bottom:10px; list-style-position: outside; list-style-type: disc; margin-left:15px; line-height: 1.6em;}


/* ///////////// access */

body > section.access{
	padding:70px 0 0;
}

.access{
	background-color:#ddd;
}

	.access ul{
		text-align:center;
	}


	.access h1+ul{
		margin:50px auto 5px;
	}

	.access h1+ul+ul{
		margin-bottom:50px;
	}

	.access li{
		display:inline-block;
		margin:5px 15px 5px 0;
		font-size:12px;
	}

	.access li > span:first-of-type{
		color:#fff;
		display:inline-block;
		background-color:#555;
		padding:5px 10px;
		border-radius:3px;
	}


/* ///////////// schedule */
	
	.schedule h2{
		text-align:center;
		margin:30px auto;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:28px;
	}

		.schedule table+h2{
			margin-top:50px;
		}

		.schedule .table *{
			line-height:2em;
			font-size:12px;
		}
	
	.schedule tr > td:last-of-type span{
		padding:2px 10px;
		color:#fff;
		border-radius:3px;
		background-color:#c0c0c0;
	}

	.schedule table.table tr td:last-of-type{
		width:110px;
	}

		.schedule tr.in > td:last-of-type span{
			background-color:#ea7351;
		}

	.schedule tr.coming > td:last-of-type span{
		background-color:#f59e86;
		/*background-color:#2d95bf;*/
	}

	.schedule table.table tr td:first-of-type{
		width:125px;
	}
	
		.schedule tr > td:first-of-type span{
			display:inline-block;
			padding:2px 10px;
			border-radius:3px;
			color:#fff;
		}

			.schedule tr.ge > td:first-of-type span{
				background-color:#000;
			}
			
			.schedule tr.ws > td:first-of-type span{
				background-color:#e6ba45;
			}
			
			.schedule tr.tl > td:first-of-type span{
				background-color:#2d95bf;
			}
			
	.schedule td a{
		text-decoration:none;
	}
	
	.schedule table+p{
		font-size:11px;
		text-align:right;
	}

	.schedule #archiveEvent h3{
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:18px;
		text-align:center;
		padding:10px 0;
	}

		.schedule #archiveEvent h3 a{
			color:#000
		}



/* これかな？ */
	.schedule .panel{margin-bottom:0;background-color:#fff;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}
	
	
	

/* ///////////// floor map */

	body.floormap section > div.row:first-of-type{
		margin:50px auto 20px;
	}

	body.floormap section > div.row+ div.row{
		margin:0 auto 100px;
	}

	.floormap div.col-md-6:first-of-type{
		padding:0;
	}

	.floormap .col-md-6 h2{
		font-size:22px;
		margin-bottom:30px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

	.floormap h2+p{
		line-height:2em;
	}

	.floormap .passed{
		margin:30px auto 150px;
	}
	
	.floormap .passed .col-sm-2{
		margin:15px auto;
	}


/* ///////////// award */

	.award section h2{
		font-size:22px;
		text-align:center;
		margin-top:30px;
		line-height:1.6em;
	}

	.award section h3{
		max-width:900px;
		padding-bottom:10px;
		border-bottom:1px #999 solid;
		font-size:18px;
		font-weight:bold;
		margin:50px auto 20px;
	}

	.award section h4{
		max-width:900px;
		margin:0 auto;
		font-size:14px;
		font-weight:bold;
	}
	
	.award section h2+p{
		max-width:750px;
		margin:50px auto;
		line-height:2em;
	}
	
	.award section .row{
		margin:10px auto;
		max-width:900px;
	}

	.award section li{
		font-size:12px;
		margin-bottom:10px;
	}

	.award section b{
		padding-right:15px;
	}
	
	.award .col-sm-4{
		padding:0 10px;
	}
	
	.award .col-sm-4 p{
		max-width:400px;
		margin:5px auto 20px;
	}
	
	.recipientsList{
		margin-top:70px;
	}
	
	.recipientsList li{
		margin-bottom:70px;
	}
	
	.recipientsList h2{
		font-size:18px;
		text-align:center;
		font-weight:bold;
		border-bottom:1px #999 solid;
		margin:0 auto 15px;
		padding-bottom:7px;
	}

	.recipientsList > li > ul li.col-sm-3{
		margin-bottom:70px;
		padding:0;
	}
	
	.recipientsList > li > ul li.col-sm-3 .innerFrame{
		max-width:285px;
		margin:0 auto;
	}
	
	.recipients .rolling{
		width:285px;
		position:relative;
	}
	
	.recipients div.rolling img.cover{
		position:relative;
		z-index:2;
		transition:.5s;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
	
	.recipients div.rolling img.face{
		position:absolute;
		top:0;
		z-index:1;
		transform:rotateY(180deg);
		transition:.5s;
		background-color:#ddd;
		opacity:0;
	}
	/*ここから*/
	.recipients div.rolling:hover img.cover{
	  transform:rotateY(180deg);
	}
	
	.recipients div.rolling:hover img.face{
		z-index:3;
		transform:rotateY(0deg);
		opacity:1;
	}
	
	.recipientsList > li > ul li.col-sm-3 .row{
		margin:0 auto;
		padding:0;
	}

	.recipients .recipientsList h3{
		padding:15px 0;
		font-size:16px;
		font-weight:bold;
		line-height:1.4em;
	}
	
	.recipients .recipientsList h3 small{
		display:block;
		line-height:1.2em;
		margin-top:5px;
	}

	.recipients .profile {
		line-height:1.4em;
	}
	
	.recipients .profile .col-sm-12{
		padding: 0 5px 0 0;
	}
	
	.recipients .profile small{
		display:block;
	}
	
	.recipients .profile span{
		font-size:10px;
		margin:0 ;
		padding:0;
	}
	
	.recipients .thesis{
		visibility:hidden;
	}
	/*ここまで*/
	
/* ///////////// exhibition */

.exhibition .mainimg{
	padding:50px 15px;
	text-align:center;
}

	.exhibition .mainimg .bg{
		display:inline-block;
		padding:50px 80px;
		margin-top:50px;
		border:1px #999 solid;
	}

	.current .mainimg .bg{
		background-color:#f0c419;
		border:none;
	}

		.exhibition .mainimg .bg h2{
			max-width:650px;
			margin:0 auto 20px;
			font-size:24px;
			font-weight:bold;
			/*font-family: "Reimin Y10 Medium";*/
		}

			.exhibition .mainimg .bg h2 small{
				display:block;
				font-size:18px;
				color:#000;
				margin-top:5px;
				font-weight:normal;
			}

		.exhibition .mainimg .bg h3{
			max-width:650px;
			margin:20px auto;
			font-size:20px;
			font-weight:bold;
			/*font-family: "Reimin Y10 Medium";*/
		}

	.exhibition .detail{
		max-width:650px;
		margin:0 auto 20px;
		text-align:left;
		line-height:2em;
	}

	.exhibition .note{
		background-color:rgba(255,255,255,0.7);
		text-align:left;
		padding:15px;
		max-width:650px;
		line-height:2em;
		margin:20px auto;
		color:#777;
		border-radius:5px;
		border:1px #ddd solid;
	}

	.exhibition .event{
		background-color:rgba(255,255,255,0.7);
		text-align:left;
		padding:15px;
		max-width:650px;
		line-height:2em;
		margin:20px auto 50px;
		border-radius:5px;
		border:1px #f15a5a solid;
	}
	
		.exhibition .event h4{
			color:#f15a5a;
			margin-bottom:15px;
			font-weight:bold;
			font-size:18px;
			border-bottom:1px #f15a5a solid;
			padding-bottom:5px;
			font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
		}
		
		.exhibition .event h5{
			font-weight:bold;
			font-size:16px;
			font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
		}
		
			.exhibition .event h5 small{
				font-size:12px;
				color:#000;
			}
		
		.exhibition .event h5+p{
			margin:15px 0 15px 15px;
			line-height:1.6em;
			
		}

		.exhibition .event ul{
			margin:5px 0 0 15px;			
		}

			.exhibition .event ul li{
				font-size:12px;
			}

				.exhibition .event ul li span{
					color:#f15a5a;
					font-weight:bold;
				}

	.exhibition .event > section:not(:last-of-type){
		border-bottom:1px #bbb dashed;
		padding-bottom:20px;
		margin-bottom:20px;
	}

		.exhibition .event .goForm{
			margin:10px auto;
			text-align:center;
		}


.notice{ border:1px #000 solid; padding: 20px 20px 0; text-align: left;max-width:900px; margin:50px auto;}
.notice p{ font-size:14px; line-height: 1.6em; margin:0 auto 15px;}


	.current .note{
		border:none;
	}

	.exhibition .prof{
		margin:50px auto 30px;
	}

		.exhibition .prof h4{
			font-weight:bold;
			text-align:left;
			font-size:18px;
		}

		.exhibition .prof h5{
			font-size:16px;
			margin-top:10px;
			text-align:left;
		}

			.exhibition .prof h5 small{
				padding-left:10px;
			}
			
		.exhibition .prof td.pcell{
			width:220px;
		}
			
		.exhibition .prof th.ycell{
			width:60px;
		}

			.exhibition .prof tbody th{
				border-right:1px #ddd solid;
			}
			

/* bootstrap 解除 */
.exhibition table *{
	text-align:left;
	font-size:12px;
}

.exhibition .table>thead>tr>th,.exhibition .table>tbody>tr>th,.exhibition .table>tfoot>tr>th,.exhibition .table>thead>tr>td,.exhibition .table>tbody>tr>td,.exhibition .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #fff}
.exhibition .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #fff}

.exhibition .table th{
	font-weight:bold;
	min-width:70px;
}

.eventData {
	font-size:12px;
	text-align:left;
	margin:0 auto;
	padding:20px 0;
}

	.eventData h4{
		font-weight:bold;
		font-size:18px;
		margin-bottom:25px;
	}

	.eventData li{
		margin-bottom:20px;
	}

		.eventData li > span:first-of-type{
			color:#fff;
			font-size:12px;
			border-radius:5px;
			margin-right:10px;
			padding:3px 10px;
			background-color:#000;	
		}
		
	.exhibition .eventForm{
		text-align:center;
		margin:20px auto 0;
	}


/* ////////////// workshop */

.workshopList{
}

	.workshopList > div > h1{
		margin-bottom:50px;
	}


	.workshopList .passed{
		background-color:#e6e3d9;
		
	}
			.workshopList .passed .container{
				max-width:1000px;
				margin:50px auto 0;
				padding: 50px 0 70px;
			}		
		
			.workshopList .passed h1{
				font-size:26px;
				font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				margin:35px auto;
				text-align:center;
			}

		/*.workshopList > div > ul.scheduled >li{
			margin-bottom:70px;
		}

		.workshopList .passed > div > ul > li:not(:last-of-type){
			margin-bottom:70px;
		}*/

		.workshopList .passed > div > ul > li:nth-of-type(odd){
			background-color:#edebe5;
		}
		
		.workshopList .passed > div > ul > li:nth-of-type(even){
			background-color:#ded9c9;
		}

			/*.workshopList > div > ul.scheduled >li > div{
				max-width:500px;
				margin:0 auto;
			}*/

			/*.workshopList .scheduled > li{
				margin-bottom:100px;
			}*/

			.workshopList li{
				margin-bottom:10px;
			}

			.workshopList h2, .workshopList li h3, .workshopList li h4{
				font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				font-weight:bold;
			}

			.workshopList .scheduled h2{
				font-size:18px;
				margin:0 auto 15px;
				border-bottom:1px #999 solid;
				padding-bottom:10px;
			}
			
			.workshopList .scheduled .col-md-6 h2{
				font-size:18px;
				margin:15px auto;
				border-bottom:1px #999 solid;
				padding-bottom:10px;
			}
			
			.workshopList .passed li h2{
				font-size:14px;
				margin:15px auto 15px;
				border-bottom:1px #999 solid;
				padding-bottom:10px;
			}

			.workshopList .scheduled li h3, .workshopList .passed li h3{
				border:1px #000 solid;
				padding: 2px 10px;
				border-radius:3px;
				margin-right:5px;
				background-color:#fff
			}
			
				.workshopList .scheduled li.multipart h3{
					background-color:#000;
					color:#fff
				}

			.workshopList .passed li h3, .workshopList .passed li h3+p{
				font-size:12px;
			}

			.workshopList li span{
				display:block;
				background-color:#000;
				color:#fff;
				font-weight:bold;
				text-align:center;
				padding:5px 0;
				margin-bottom:5px;
			}
		
			.workshopList li h3, .workshopList li h3+p{
				display:inline-block;
				font-size:14px;
				line-height:1.4em;
			}
			
			.workshopList .detail{
				line-height:1.6em;
				padding:15px 0;
			}
			
			.workshop .instructor a{
				display:inline-block;
				margin:5px 0 5px 10px;
				background-color:#000;
				color:#fff;
				border-radius:2px;
				font-size:11px;
				padding:2px 10px;
				font-weight:bold;
				text-decoration:none;
				transition:all .5s ease
			}
			
				.workshop .instructor a:hover{
					background-color:#999;
				}
			
	
.formBtn{
	margin:15px auto;
	text-align:center;
}

	.formBtn > a{
		display:inline-block;
		background-color:#000;
		border-radius:3px;
		padding: 10px 30px;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		transition:all .4s ease-out;
	}
	
		.formBtn > a:hover{
			background-color:#999;
		}

		
	.fin > a{
		background-color:#c0c0c0;
	}
	
		.fin > a:hover{
			background-color:#c0c0c0
		}

.reservation{
	display:inline-block;
	padding: 0 10px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	border-radius:2px;
	transition:.5s;
}

.reservation:hover{
	background-color:#777;
	color:#fff;
	text-decoration:none;
}

/* ///////////// footer */

footer{
	text-align:center;
	padding:25px 15px;
}

footer small{
	display:block;
	font-size:11px;
	color:#000;
}


@media (max-width:1199px){
	.staff .port{
		top:-20px; right:100px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px){

	.recipientsList > li > ul li.col-sm-3 .innerFrame, .recipients .rolling{
		max-width:235px;
	}
}


@media screen and (min-width:768px) and (max-width:1199px){
	.navbar-default .navbar-nav>li>a{font-size:12px;}
	
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
/* recipients */	
	.recipients .profile .col-md-5 img{
		max-width:100px;
	}
	
	.recipients .profile *{
		text-align:center;
	}
		
	.recipients .profile .col-md-7 {
		padding-top:10px;
	}
	
	.recipientsList > li > ul li.col-sm-3 .innerFrame, .recipients .rolling{
		max-width:180px;
	}
	.topimg .in h2{
		padding:20px 20px 0 0;
		font-size:16px;
	}

}

@media (max-width:991px){
	
/* top */
	.topimg .in h1{
		font-size:50px;
		padding:50px 20px 0 0;
	}
	
	/*.topimg .in h1+h2{*/
	.topimg .in h2{
		font-size:14px;
		padding:10px 20px 0 0;
	}
	
	.staff .port{
		top:-20px; right:30px;
	}

	

/* floormap */
	.floormap .col-md-6 h2,	.floormap h2+p{
		max-width:550px;
		margin:10px auto;
	}
	
	.floormap .passed .col-sm-2{
		margin:10px auto;
		padding: 0 10px
	}

/* recipients */
	.recipients .recipientsList h3{
		text-align:center;
	}

}

@media (max-width:767px){

/* nav */
	.navbar-default .navbar-nav > li:not(:last-of-type) {
		border-bottom:1px #abb7b7 solid;
	}
	
	.navbar-default .navbar-nav > li > a{
		color:#fff; background-color:#8d9d9d; transition:0.5s;
	}
	
	.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
		color:#fff;
	}
	
	.navbar-collapse{
		padding:0;
	}
	
/* top */
	.topimg .in, .topimg .next{
		float:none;
		width:100%;
		height:auto;
		padding-bottom:50px;
	} 
		
	.topimg .next img{
		float:none;
	}

	
	.access li{
		display:block;
		line-height:20px;
		text-align:left;
	}

	.access li span{
		display:block;
	}
	
	.staff .port{
		padding-top:30px;
		position:static;
		text-align:center;
	}

	.staff p{
		padding: 0 25px;
		margin-bottom:20px;
	}

	
/* floormap */
	.floormap .passed{
		max-width:550px;
		margin:20px auto 100px;
	}

/* award */
	.award .subimg{
		padding-top:20px;
	}
	
	.award .subimg .col-sm-4{
		padding:0;
	}
	
/* exhibition */
	.exhibition .mainimg .bg h2, .exhibition .mainimg .bg h3{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	.exhibition .mainimg{
		background-color:#efefef;
	}

	.current .mainimg{
		background-color:#f0c419;
	}

	.exhibition .mainimg .bg{
		display:block;
		padding:0 0 50px;
		border:none;
	}

	.exhibition .mainimg .bg h2{
		font-weight:bold;
		font-size:18px;
		margin:25px auto 10px;
		padding:5px 0 5px 10px;
		border-left:5px #555 solid;
	}
	
	.exhibition .mainimg .bg h2 small{
		font-size:14px;
		margin-top:10px;
	}
	
	.exhibition .mainimg .bg h3{
		font-size:18px;
		text-align:left;
	}

	.exhibition .mainimg .bg h3, .exhibition .mainimg .bg .detail{
		padding-right:30px;
		padding-left:30px;
	}

		.exhibition .prof td.pcell{
			width:0;
		}
			

/* recipients */
	
	.recipientsList > li > ul li.col-sm-3{
		margin:0 auto 100px;
	}

	.recipientsList > li > ul li.col-sm-3 .innerFrame{
		max-width:400px;
	}
	
	.recipients .rolling{
		width:auto;
		max-width:400px;
	}
	
	
	.recipients div.rolling:hover img.cover{
	  transform:none;
	}
	
	.recipients div.rolling:hover img.face{
		transform:none;
		opacity:0;
	}
	
	.recipients .recipientsList h3{
		padding:20px 0;
		margin:0 auto;
		text-align:center;
	}
	
	.recipients .thesis{
		visibility:visible;
	}
	
/* workshop */	
		
		.workshopList .scheduled h2{
			margin:15px auto;
		}
	
		
		.workshopList .passed{
			padding: 0 15px;
		}
		
			.workshopList .passed .container{
				padding: 0 0 70px;
			}		
		
			.workshopList .passed li h2{
				font-size:14px;
				margin:0 auto 5px;
				border-bottom:none;
				padding-bottom:5px;
			}

			.workshopList .passed li h3, .workshopList .passed li h3+p{
				display:block;
			}

			.workshopList .passed li h3{
				padding: 2px 10px;
				border-radius:3px;
				margin:5px auto 3px;
			}
			
			.workshopList .passed .detail{
				line-height:1.6em;
				padding:10px 0 0;
			}
			
			.workshopList .passed > div > ul > li{
				padding:50px 20px;
			}
		

			.workshopList .passed li li{
				margin-bottom:5px;
			}

}


@media (max-width:599px){

/* common */
	body > section > .container > h1{
		font-size:22px;
	}
	
/* top */
	.about{
		background-position:center 95%;
		background-size:250px auto;
		padding-bottom:350px;
	}
	
	.about p{
		padding: 0 25px;
	}

/* schedule */
	.schedule table.table *{
		line-height:1.5em;
	}

	.schedule table.table td{
		display:block;
		border:none;
		padding:0 0 7px;
	}

	.schedule table.table tbody > tr > td:first-of-type{
		padding-top:30px;
	}

	.schedule table.table tr{
		border-bottom:1px #ddd solid;
	}
	
	.schedule h2{
		padding:5px;
		font-size:22px;
		border:1px #000 solid;
	}

/* award */
	.award section h2{
		font-size:16px;
		line-height:1.4em;
	}

/* exhibition */
	.exhibition .mainimg{
		padding:50px 0;
	}
	
	.exhibition h2{
		text-align:left;
	}
	
	/*.eventData li span{
		display:block;
		margin:5px 0;
	}*/
	
	.eventData li > span:first-of-type{
		display:block;
			margin:0 0 10px;
			padding:10px;
		}

	
	.exhibition .prof h5 small{
		display:block;
	}
	
	.exhibition .event *{
		line-height:1.6em;
	}
			
	.exhibition .event h5+p, .exhibition .event ul{
		margin:15px 0 0 0;
	}

	.exhibition .event ul li{
		margin-bottom:15px;
	}
	
	.workshopList li h2{
		font-size:16px;
	}
	
}

@media (max-width:500px){

.topimg .in h1{
	text-align:center;
	padding:25px 0;
	font-size:36px;
	}
	
	/*.topimg .in h1+h2{*/
	.topimg .in h2{
		text-align:center;
		padding:10px 0 0;
		font-size:14px;
	}

}
