@charset "utf-8";

html,body{
	width: 100%;
}
body{
	background: #000;
}
#contents{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#contents .logo {
	width: 439px;
	margin: 50px auto;
}
#contents .title {
	width: 865px;
	margin: 0 auto 50px;
}
#contents .command_list {
	width: 100%;
	margin-bottom: 50px;
	letter-spacing: -.4em;
	line-height: 0px;
}
#contents .command_list li{
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
}


/* colorbox */
#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	background: #fff;
}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
	-moz-box-shadow: 0px 1px 10px #000000;
	-webkit-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
}
#cboxContent {
	margin-top: 100px;
}
#cboxPrevious, #cboxNext, #cboxClose  {
	top: -75px;
	width:70px;
	height:70px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#cboxPrevious{background-position:0px 0px; top:300px; left:-75px;}
#cboxPrevious:hover{background-position:0px -70px;}
#cboxNext{background-position:-70px 0px; top:300px; right:-75px;}
#cboxNext:hover{background-position:-70px -70px;}
#cboxClose{background-position:-140px 0px; right:0;}
#cboxClose:hover{background-position:-140px -70px;}



