/*スマホ用*/
@media only screen and (max-width : 767px){
	#gallery-contents{
		margin-top: 25px;
		text-decoration: none;
	}

	#gallery-contents a{
		text-decoration: none;
	}

	.gallery-diagram{
		overflow: hidden;
		position: relative;
		background-color: #ffffff;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	}

	.shousai{

	}

	#bantan_diagram{
		height: 400px;
	}

	#bantan_diagram h3{
		padding: 10px;
		font-size: 21px;
		color: #444;
	}

	#bantan_diagram h4{
		padding: 15px 10px 10px 10px;
		color: #000000;
	}

	#bantan_diagram img{
		width: 100%
	}
}

/*PC用*/
@media only screen and (min-width : 767px){
	#gallery-contents{
		margin-top: 25px;
		margin-left: 40px;
		margin-right: 40px;	
		text-decoration: none;
	}

	#gallery-contents a{
		text-decoration: none;
	}

	.gallery-diagram{
		overflow: hidden;
		position: relative;
		background-color: #ffffff;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	}

	.shousai{
		padding-left: 425px;
	}

	#bantan_diagram{
		height: 266px;
	}

	#bantan_diagram h3{
		padding-top: 25px;
		font-size: 21px;
		color: #444;
	}

	#bantan_diagram h4{
		padding-top: 25px;
		color: #000000;
	}

	#bantan_diagram img{
		width: 400px;
		float: left;
	}
}