@charset "UTF-8";

html,body {
	
}
/*----------------
  #wrapper
----------------*/
#wrapper {
	margin: 0 auto;
	width: 100%;
	color: #303030;
	background: #fff;
	position: relative;
}
/*----------------
  #credit
----------------*/
#credit {
	padding: 40px 30px;
	text-align: center;
	background: #fff;
}
#credit .drama {
	display: none;
}
#credit ul {
	margin: 0 auto 60px;
}
#credit ul li {
	margin: 0 6px;
	display: inline-block;
}
#credit ul li.btn {
	cursor: pointer;
}

@media only screen and (max-width:800px){
	body {
		font-size: 13px;
	}
	/*----------------
	  #wrapper
	----------------*/
	#wrapper {
		min-width: 100%;
		background: none;
	}
	/*----------------
	  #credit
	----------------*/
	#credit {
		padding: 4% 5%;
	}
	#credit .drama {
		display: none;
	}
	#credit ul {
		margin: 0 auto 4%;
	}
	#credit ul li {
		margin: 0 1%;
		width: 40%;
	}
}