@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(236,232,220,1.00);
	background: -webkit-gradient(liner, left top, left bottom, rgba(236,232,220,1.00), rgba(155,130,99,1.00));
	background: -webkit-linear-gradient(top, rgba(236,232,220,1.00), rgba(155,130,99,1.00));
	background: -moz-linear-gradient(top, rgba(236,232,220,1.00), rgba(155,130,99,1.00));
	background: -o-linear-gradient(top, rgba(236,232,220,1.00), rgba(155,130,99,1.00));
	background: linear-gradient(to bottom, rgba(236,232,220,1.00), rgba(155,130,99,1.00));
	background-attachment: fixed;
}
div#container {
	position: relative;
	min-height: 100%;
}
* hmtl div#container {
	height: 100%;
}
#contents {
	height: 100%;
	padding-bottom: 1em;
	font-size: 17px;
	padding: 10px 10px 0;
	border: 1px solid #ccc;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 8px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

@media(min-width : 300px ) and (max-width : 800px ) {
#contents {
	width: 90%;
	margin: auto;
}
#detail {
	margin-left: 10px;
	margin-right: 10px;
}
.script {
	display: none;
}
#choimg {
	display: compact !important;
}
}

@media (min-width : 801px ) and (max-width : 979px ) {
h1 {
	padding-left: 20px;
}
#contents {
	width: 80%;
	margin: auto;
}
#detail {
	margin-left: 20px;
	margin-right: 20px;
}
#chocotitle {
	font-size: 30px;
}
}

@media (min-width : 980px) {
h1 {
	padding-left: 20px;
}
div#contents {
	height: 100%;
	padding-bottom: 1em;
	width: 900px;
	margin: auto;
}
#contents {
	width: 900px;
	margin: auto;
}
#detail {
	margin-left: 40px;
	margin-right: 40px;
}
#moredetail {
	margin-left: 30px;
}
.script_sld {
	display: none;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
}
