@charset "UTF-8";
/*----------------------------
  sawarajigama.com
  works.css
----------------------------*/
#contents {
	height: 750px;
	display: flex;
}
#contents-title {
	display: none;
}
#contents-left{
	margin-left: 60px;
	padding-top: 30px;
	width: 100px;
}
#contents-right {
	margin-right: 30px;
	width: 780px;
	min-height: 200px;
	padding-left: 20px;
	padding-bottom: 50px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.works-thumb {
	width: 200px;
	margin-left: 55px;
	margin-top: 30px;
}
a:focus {
	outline: none;
}
/*------ Media Query ----------------*/
@media only screen and (max-width: 768px) 
{
	#contents {
		width: 100%;
		height: auto;
	}
	/*   colorbox    */
	#cboxPrevious {
		left: 0px;
	}
	#cboxNext {
		right: 0px;
	}
	#cboxClose {
		top: -40px;
		right: 0px;
	}
}
@media only screen and (max-width: 600px) 
{
	#contents {
		display: inline-block;
		text-align: center;
	}
	#contents-title {
		display: block;
		margin: auto;
		width: 250px;
		height: 50px;
	}
	.name {
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-size: 170%;
	}
	.en-title {
		padding-left: 15px;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 150%;
	}
	#contents-left {
		display: none;
	}
	#contents-right {
		width: 90%;
		margin: auto;
		padding: 0;
	}
	.works-thumb {
		width: 40%;
		height: auto;
		margin: 10px;
	}
	.works-thumb img {
		width: 100%;
		height: auto;
	}
	
}