@charset "Shift_JIS";


@media only screen and (min-width: 641px) and (max-width: 1100px) {
}


@media only screen and (max-width: 640px) {
	body {
		background-color: #eeefef;
	}


	/*==============================================
		frame
	===============================================*/
	#frame {
		width:320px;
		min-width: 320px;
		position: relative;
		overflow: hidden;
	}
	#header {
		height: 44px;
	}
	#header #ci-nissan {
		top: 10px;
		left: 8px;
	}
	#header #ci-nissan img {
		width: 100px;
		height: auto;
	}
	#header #years80 {
		top: 11px;
		right: 9px;
	}
	#header #years80 img {
		width: 106px;
		height: auto;
	}


	/*==============================================
		delete parts
	===============================================*/
	#utilityNav,
	form,
	#globalNav,
	#breadcrumb {
		display: none;
	}


	/*==============================================
		factory
	===============================================*/
	#factory {
		width: 320px;
		min-width: 320px;
	}


	/*==============================================
		pagetop
	===============================================*/
	.pagetop {
		display: none;
	}
	.snsbtn_sp {
		display:block;
		margin-bottom: 14px;
		padding:8px 10px 3px 0;
		background: #f2f6fa;
		text-align: center;
	}
	.snsbtn_sp ul li {
		display: inline-block;
		margin: 0 5px;
		width: 100px;
	}


	/*==============================================
		footer overwride
	===============================================*/
	#factoryFooter {
		width: 320px;
		min-width: 320px;
		position: relative;
		overflow: hidden;
	}
	#footer {
		padding: 0 0 10px 0;
		border-top: none;
	}
	#footer ul {
		position:static;
		top:0;
		float:none;
	}
	#factoryFooter .subGnav {
		display: block;
	}
	#footer ul li {
		float:none;
		display: inline-block;
		padding:0;
		margin: 0 1px 2px 1px;
		background:none;
		font-size: 10px;
	}
	#footer ul li.firstChild {
		margin: 0 5px;
	}
	#footer ul li a {
		text-decoration: underline;
	}
}

