@charset "UTF-8";
body{
	/*iframeとしてworkshopに読み込まれたときもスクロールバーの設定*/
	scrollbar-face-color: #444;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #666;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
}		
#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;
		margin-bottom: 1rem;
		text-align: center;
		}	
		
#contents img{
		width: 100%;
		height: auto;
		}	
		
img.margin{
	margin: 30px 0 30px 0;
}
		
#midashi{
		text-align: left;
		width: 90%;
		margin: auto;
		line-height: 1.7;
}
.self{
		line-height: 1.2;
		margin-top: 5px;
}

.self2{
		line-height: 1.2;
		margin-top: 10px;
}

span.sp_out{
		display: none;
}
		
.coment_top{
		width: 90%;
		margin: auto;
		margin-top: 0.3rem;
		margin-bottom: 20px;
		line-height: 1.3;
		text-align: left;
		}
		
a{
		color: #ccc;
		text-decoration: none;
		}
		
a:hover{
		color: #fff;
		}

#photos{
		width: 90%;
		margin: auto;
		}
		
.coment{
		color: #aaa;
		font-weight: bold;
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 0.7rem;
		margin-top: 3rem;
		line-height: 1.3;
		}
		
span.normal{
		font-weight: normal;
}
		
/*▼４００ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 400px) { 
	#midashi{
		text-align: left;
		width: 400px;
		margin: auto;
	}
	span.sp_out{
		display: inline;
	}
}
/*▲４００ｐｘ以上のデバイスに適用▲*/	

/*▼９８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 980px) { 
	div#sub_contents{
		width: 980px;
		margin: auto;
		}
	#midashi{
		text-align: left;
		width: 650px;
		margin: auto;
		}
	div.coment_top{
		width: 882px;
		margin: auto;
		margin-bottom: 20px;
		}
}
/*▲９８０ｐｘ以上のデバイスに適用▲*/

