
/********************************/
/* MENU                         */
/********************************/
.dl-menuwrapper button {
	font-family: 'Century Gothic';
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background:#f66316;
	margin-left:0px;
	border: none;
	width: 65px;
	height: 45px;
	/*text-indent: -900em;*/
	overflow: hidden;
	position: relative;
	cursor: default;
	outline: none;
	-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-radius: 0 0 5px 5px;
}

.dl-menuwrapper  .dl-menu{
	margin: 5px 0 0 0;
	position: absolute;
	width: 400px;
	max-width:1100px;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

p#menu_title {
	font-family: 'Century Gothic';
	color:#cccccc;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size:30px;
	line-height:.7;
	font-weight: 400;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
	cursor: default;
	color:#000000;
}

.dl-menuwrapper ul {
	margin:0;
	background:#f66316;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-left: 0px;
}

.dl-menuwrapper li a {
	font-family: 'Century Gothic';
	color:#ffffff;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	font-size: 24px;
	line-height:.7;
	font-weight: 400;
	outline: none;
	cursor: default;
}

.dl-menuwrapper li a:hover { 
	background: rgba(255,248,213,0.1);
	color: #000000; }

.dl-menuwrapper .dl-menu {
	font-family: 'Century Gothic';
	margin: 5px 0 0 0;
	position: absolute;
	width: 400px;
	max-width:1100px;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/********************************/
/* PHOTOGRAPH                   */
/********************************/
.dl-menuwrapper2 button {
	font-family: 'Century Gothic';
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background:#f66316;
	margin-left:70px;
	border: none;
	width: 140px;
	height: 45px;
	/*text-indent: -900em;*/
	overflow: hidden;
	position: relative;
	cursor: default;
	outline: none;
	-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-radius: 0 0 5px 5px;
}

.dl-menuwrapper2 .dl-menu {
	font-family: 'Century Gothic';
	margin: 5px 0 0 0;
	position: absolute;
	width: 400px;
	max-width:1100px;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper2 button:hover,
.dl-menuwrapper2 button.dl-active {
	cursor: default;
	color: #000000;
}

.dl-menuwrapper2 button:after {}

.dl-menuwrapper2 ul {
	margin:0px;
	background:#dddddd;
	color:#f66316;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:4px;
	}
	
.dl-menuwrapper2 li a {
	color:#f66316;
	font-weight:bold;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 20px;/*[上][右][下][左] */
	font-size: 24px;
	line-height: .8;
	font-weight: 400;
	outline: none;
	cursor: default;
}

.dl-menuwrapper2 li a:hover { color:#ffffff; }

.dl-menuwrapper2 .dl-menu {
	font-family: 'Century Gothic';
	margin: 5px 0 0 0;
	position: absolute;
	width: 400px;
	max-width:1100px;
}

.dl-menuwrapper2 .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper2 .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}