@charset "UTF-8";

/*
CSS-SEAT-MENU

■INTERFACE
■HEADER 
■NAVIGATION
■MAIN-CONTENTS
■Carousel
■Right Area
■FOOTER


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ■INTERFACE */

body{
	margin:0px;
	padding:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
	background-color:#ffffff;
	color:#333333;
}

div#container{
	width:100%;
	height:auto;
}


/* ___________________________________________________________________________ ■HEADER */


/* PC */

header,
nav.navWrapper{
	display:none;
}



/* ___________________________________________________________________________ ■MAIN-CONTENTS */

div#mainContainer{
	width:auto;
	margin:0px 20px;
	padding:0px;
}

section#mainContents{
	clear:both;
	width:auto;
}

section#mainContents > article{
	margin-bottom:30px;
}


/* ___________________________________________________________________________ ■Right Area */

/* ______________________ Right Nenu */

aside#directoryMenu {
	display:none;
}

/* ______________________ Right Contents */

#rightContents{
	display:none;
}

/* ______________________Item Select */

aside.itemSelectBtn{
	display:none;
}


/* ______________________ Contact Btn */

aside.spContactArea{
	display:none;
}

/* ___________________________________________________________________________ ■Carousel */

#carouselWrapper{
	display:none;
}


/* ___________________________________________________________________________ ■FOOTER */


footer{
	display:none;
}

#footer{
	position:relative;
	width:1024px;
	margin:0px auto;
}


