@charset "UTF-8";
		
#contents{
		width: 100%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 100px;
		text-align: center;
		font-size: 1rem;
		background-color: #000;
		margin-top: 0;
		color: #ccc;
		font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
		}
		
h1{
		font-size: 1.2rem;
		width: 90%;
		margin: auto;
		margin-bottom: 3rem;
		text-align: center;
		line-height: 1.3;
		}	

h2{
		font-size: 1.0rem;
		width: 90%;
		margin: auto;
		line-height: 1.4;
}		
#contents img{
		width: 100%;
		height: auto;
		}	
		
.coment_top{
		width: 90%;
		margin: auto;
		margin-top: 3rem;
		margin-bottom: 20px;
		line-height: 1.45;
		text-align: left;
		}
		
a{
		color: #ccc;
		}
		
a:hover{
		color: #fff;
		}

#photos{
		width: 90%;
		margin: auto;
		}
		
.coment{
		color: #aaa;
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 3rem;
		margin-top: 0.3rem;
		line-height: 1.3;
		}
		
/*▼４００ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 400px) { 

}
/*▲４００ｐｘ以上のデバイスに適用▲*/	

/*▼９８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 980px) { 
	div#sub_contents{
		width: 980px;
		margin: auto;
		}
	div.coment_top{
		width: 882px;
		margin: auto;
		margin-bottom: 20px;
		}
}
/*▲９８０ｐｘ以上のデバイスに適用▲*/

