@media screen and (max-width: 768px){
/**************************************************************************************/

}



/***********************************************************************************/

@media screen and (max-width: 640px){
body{
	margin:0;
	font-family :
	'Univers LT W01_55 Roman1475956',
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
	color:#404040;
}

.container { position: relative; width: 100%; height: auto !important; height: 100%; min-height: 100%; }

header{
	margin:0 30px;
	position: relative;
	height:50px;
	z-index:99;
}
	nav{
		position: absolute;
		right:0;
		top:0;
	}
		nav ul{
			margin:0px 0 0;
			padding:0;
			list-style: none;
		}
			nav ul li{
				font-size:13px;
				display: inline-block;
				margin-left:20px;
			}
				nav a{
					color:#000000;
				}

header h1{
	margin:0;
	padding-top:2px;
	width:120px;
}


footer{
	position: absolute;
	bottom:30px;
	width:100%;
	text-align: center;
}
	footer h2{
		font-size:19px;
		font-weight: normal;
		margin:0 0 10px;
			font-family: 'Sabon Next W01 Regular';
	}
	footer p{
		font-size:14px;
		line-height: 170%;
		margin:0;
			font-family: 'Sabon Next W01 Italic';
	}


.nosp{display: none;}

}