@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;
		margin-bottom: 1rem;
		text-align: center;
		}	
		
#contents img{
		width: 100%;
		height: auto;
		}	
		
.coment_top{
		width: 90%;
		margin: auto;
		margin-top: 0.3rem;
		margin-bottom: 200px;
		line-height: 1.3;
		text-align: center;
		}
		
a{
		color: #ccc;
		}
		
a:hover{
		color: #fff;
		}
		
div#google{
		width: 90%;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
		}
		
#google h2{
		font-size: 1rem;
		line-height: 1.3;
		width: 100%;
		margin: auto;
		margin-top: 3rem;
		margin-bottom: 0.5rem;
		}
		
iframe{
		width: 100%;
		}
		
#special{
		width: 90%;
		height: auto;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 50px;
		line-height: 1.3;
		}
		
#special h2{
		font-size: 1rem;
		line-height: 1.3;
		width: 100%;
		margin: auto;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		}
		
		
img#gif{
		width: 25px;
		}

img#bike{
		width: 30%;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 10px;
		}
		
td.root{
		width: 170px;
		padding-bottom: 3px;
		text-align: left;
		}
		
td.setumei{
		width: auto;
		padding-bottom: 13px;
		line-height: 110%;
		text-align: left;
		}
		
		
span#red{
		color: #f66;
		}
		
span#blue{
		color: #99f;
		}
		
#photos{
		width: 90%;
		margin: auto;
		}
		
.coment{
		color: #aaa;
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 0.7rem;
		margin-top: 0.3rem;
		line-height: 1.3;
		}
		
table{
		width: 100%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 20px;
		}
		
td{
		text-align: left;
		border: #777 solid 1px;
		font-size: 12px;
		padding-left: 5px;
		}
		
/*▼４００ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 400px) { 
	h2 br{
		display: none;
		}
	td{
		font-size: 13px;
		padding-left: 10px;
		}
}
/*▲４００ｐｘ以上のデバイスに適用▲*/	

/*▼９８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 980px) { 
	div#sub_contents{
		width: 980px;
		margin: auto;
		}
	td{
		font-size: 14px;
		padding-left: 15px;
		}
	table{
		width: 70%;
		}
}
/*▲９８０ｐｘ以上のデバイスに適用▲*/

