@charset "UTF-8";
		
#contents{
		width: 100%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 60px;
		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;
		}	
span.b{
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

#contents .icon{
	float: right;
	margin-top: 5px;
}
#contents .icon img{
	float: right;
	width: 40%;
	height: auto;	
}
span.right{
	float: right;
}

#contents img{
		width: 100%;
		height: auto;
		}	
		
.coment_top{
		width: 90%;
		margin: auto;
		margin-top: 0.3rem;
		line-height: 1.3;
		text-align: left;
		}
		
a{
		color: #ccc;
		}
		
a:hover{
		color: #fff;
		}
		
div#google{
		width: 90%;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 0;
		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%;
		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;
		text-align: left;
		}
#photos b{
	display: block;
	text-align: center;
	margin-bottom: 0.3rem;
}		
.coment{
		color: #aaa;
		width: 100%;
		margin: auto;
		margin-bottom: 3rem;
		margin-top: 0.5rem;
		line-height: 1.3;
		}
		
/*▼４００ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 400px) { 
	h2 br{
		display: none;
		}
		
	#special h2 span#a{
		display: none;
		}
}
/*▲４００ｐｘ以上のデバイスに適用▲*/	

/*▼４００ｐｘ以下のデバイスに適用▼*/	
@media only screen and (max-width: 400px) {

	td{
		display: block;
		}
		
	#special h2 span#b{
		display: none;
		}
}
/*▲４００ｐｘ以下のデバイスに適用▲*/

/*▼９８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 980px) { 
	div#sub_contents{
		width: 980px;
		margin: auto;
		}
	.coment_top{
		width: 882px;
		margin: auto;
	}
}
/*▲９８０ｐｘ以上のデバイスに適用▲*/

