@charset "utf-8";

/*
ABERLOUR BROWN #35230c (#3E2F20)
ABERLOUR CREAM #f9f4e8
ABERLOUR GOLD  #ad9154
ABERLOUR RED   #ba0c2f
*/

body{
	color: #35230c;
	background: url(../img/background.png) no-repeat;
	background-position-x: center;
	background-color: #f9f4e8;
}

#wrap{
	margin:0 auto;
	max-width:828px;
	background: #f9f4e8;
}



/*
 * header
 */
header{
	margin-bottom:30px;
}

	header dl{ display:table; width:100%; }
	header dt{ display:table-cell; text-align:left; width:50%; padding:30px 0 0 30px; vertical-align:top; }
	header dd{ display:table-cell; text-align:right; width:50%; padding:40px 30px 0 0; vertical-align:top;}

	#open-menu{ cursor : pointer; }

	menu{
		display:none;
	}



/*
 * content
 */
#content{
	position:relative;
}

	#content menu{
		display:none;
		position: absolute;
		max-width:828px;
		width:100%;
	}

		#content menu ul{
			background:#f9f4e8;
			border-top:solid 1px #35230c;
		}

		#content menu li{
			border-bottom:solid 1px #35230c;
			font-size:20px;
			padding:10px 40px 10px 40px;
			color: #ba0c2f;
		}

		#content menu li a{
			display:block;
		}

		#content menu .gradation{
			height:16px;
			background: url(../img/menu-bottom.png);
		}



/*
 * footer
 */
footer{
	text-align:center;
	padding:20px;
	margin:0 auto;
	font-size:13px;
}

	footer ul{
		display:table;
		margin-bottom:10px;
		margin-right : auto;
 		margin-left : auto;
	}

	footer li{
		display:table-cell;
		border-right:solid 1px #35230c;
		padding:0 10px 0 10px;
	}



/*
 * Media Queries
 */
@media (max-width:767px){

	header dt img{ width:125px; }
	
	footer{
		text-align:left;
	}

		footer ul{
			display:block;
		}

		footer li{
			display:block;
			border:none;
			text-align:left;
			margin:0;
			padding:0;
			margin-bottom :10px;
		}
}



/*
 * age-check
 */
/*#age-check{
	background: #35230c;
	border:solid 4px #ad9154;
	color: #f9f4e8;
	text-align: center;
	padding:10px;
	font-size:14px;
	line-height:150%;
}#age-check .mdl-close{
		background: #ad9154;
		padding: 5px;
		cursor: pointer;
	}*/

	

/*
ABERLOUR BROWN #35230c (#3E2F20)
ABERLOUR CREAM #f9f4e8
ABERLOUR GOLD  #ad9154
ABERLOUR RED   #ba0c2f
*/