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