
/* page
----------------------------------------------------------- */
div#header{
	width:100%;
}
div#header h2#h-logo{
	margin:0 auto;
	text-align:center;
}
div#header h2#h-logo a{
	text-align:center;
}
div#ttl-area{
	width:100%;
}
div.wrapper{
	width:700px;
}
div#header h2#pttl{
	width:680px;
	padding-left:20px;
}
div#footer-wrap,
div#footer{
	width:100%;
}
div#footer div#footer-logo{
	float:none;
	margin:0 auto 20px;
}


div#outline p span{
	display:inline-block;
	padding-left:1.5em;
}

input[type="text"]{
	max-width:300px;
}
dd.name input[type="text"]{
	max-width:calc(300px - 1.1em);
}
@media only screen and (max-width: 640px){
}