﻿body{
	/*background-image: */
	background-size: 100% 1.2em;
	font-size:16px;
}


@media(min-width:900px){
	#wrap{
		width:900px;
		margin:0 auto;
		text-align:left;

	}
}


.logo{
	display: inline-block;
}

.hamttelogo {
            width: 170px;
            height: 90px;
            background:url('hamtte.gif');
}

.faq{
	display: inline-block;
	vertical-align:top;
	
}


header h3{
	width:700px;
	color:white;
	font-size:70px;	
	background:#023793;
	margin:5px;
	padding:5px;
	text-shadow:-1px -1px 1px gray;

}

main section li{
		margin-top:10px;line-height:25px
}

main section h4/*.question*/{
	font-size:18px;
	font-weight: bold;
	color:white;
	width:100%;
	height:auto;
	line-height:30px;
	margin-right: auto;
	margin-left : auto;
	text-align:left;
	padding:5px;
	background:linear-gradient(white,blue);
	text-shadow:-1px -1px 1px dimgray;
}



#colophon {
	margin-top:100px;
	position:relative;
}

#colophon .site-title {
	position:absolute;
	left:0px;
	top:-54px;
}


footer .navi {
	text-align: center;
	margin-bottom: 5px;
}
footer .navi span {
	display: inline-block;
	margin: 0 10px;
}


.copyright {
	height:20px;
	width:900px;;
	margin-top:15px;
	text-align: center;
	vertical-align:middle;
	display:table-cell;
	background-color: #023793;
	color: #FFF;
	font-size:10px;
}

/*===============================================
●画面の横幅が0～480px(スマホ用）
===============================================*/
@media screen and (min-width: 0px) and (max-width: 480px) {
	
	.faq {
		display:block;
	}
	
	header h3 {
		width:97%;
		font-size:150%;
		margin:5px 0px 5px 0px;
	}
	
	main section h4 {
		font-size:16px;
		line-height:20px;
		height:auto;
		padding:5px;
	}
	
	#colophon .site-title {
		display:none;
	}
	
	section ul {
		padding-left:25px;
	}
}