@charset "UTF-8";
		
body{
	background-color: #000;
	padding-bottom: 150px;
}

#contents{
	width: 90%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
	font-size: 1rem;
	background-color: #000;
	margin-top: 0;
	color: #bbb;
	font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
}
		
h1{
	font-size: 24px;
	margin-bottom: 5%;
	text-align: center;
	font-family: serif, "ＭＳ 明朝", "Century", "Times New Roman","Georgia","Courier New","ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
}	

.name{
	float: right;
	margin-top: 5%;
}
		
h2{
	font-size: 16px;
	margin-top: 20%;
	margin-bottom: 7%;
	text-align: center;
}

#contents img{
	width: 100%;
	margin: auto;
	height: auto;
}	
		
img#logo_f{
	width: 20%;
	margin-bottom: 10%;
}
		
.coment{
	width: 90%;
	margin: auto;

	line-height: 1.3;
	text-align: left;
}
		
a{
	color: #ccc;
}
a:hover{
	color: #fff;
}

p{
	font-weight: bold;
	margin-bottom: 3%;
}		

		
#photos{
	width: 100%;
	margin: auto;
}
		
.coment{
	width: 100%;
	margin: auto;
	margin-bottom: 0.7rem;
	margin-top: 0.3rem;
	line-height: 1.3;
}

.each_block{
	width: 100%;
	height: auto;
	background-color: #3f3f3f;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
	.each_block_last{
	width: 100%;
	height: auto;
	background-color: #3f3f3f;
	text-align: left;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
.each_photo{
	display: inline-block;
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5%;
}
.each_explain{
	width: 90%;
	margin:auto;
}


h3{
	font-size: 15px;
	margin-bottom: 3%;
}


		
/*▼４００ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 400px) { 
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 18px;
	}
}
/*▲４００ｐｘ以上のデバイスに適用▲*/	

/*▼９８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 980px) { 
	div#contents{
		width: 980px;
		margin: auto;
	}
	
	h1{
		font-size: 25px;
		margin-bottom: 15px;
		text-align: center;
		font-family: serif, "ＭＳ 明朝", "Century", "Times New Roman","Georgia","Courier New","ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	}	
	h2{
		font-size: 20px;
		margin-top: 80px;
		margin-bottom: 20px;
		text-align: center;
	}
	h3{
		font-size: 17px;
		margin-top: 20px;
	}
	
	p{
	font-weight: bold;
	margin-bottom: 7px;
	}		
	
	.name{
	float: right;
	margin-top: 7px;
}
	
	img#logo_f{
	width: 10%;
}

	.each_block{
		width: 980px;
		background-color: #3f3f3f;
		text-align: left;
		float: right;
		margin-bottom: 25px;
		padding-bottom: 0;
	}
	.each_block_last{
		width: 980px;
		background-color: #3f3f3f;
		text-align: left;
		float: right;
		margin-bottom: 100px;
		padding-bottom: 0;
}
	.each_photo{
		margin-bottom: 0;
		width: 380px;
		height: auto;
		float: left;
		margin-right: 50px;
	}
	img.photo{
		
	}
	.each_explain{
		width: 520px;

		display: inline-block;
	}
}
/*▲９８０ｐｘ以上のデバイスに適用▲*/

