@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #ffffff url(/resource/resmgr/copyright/debut_light.png) 0px 0px;
}

html {
    overflow-y:scroll;
}

header {
	width: 100%;
	background-color: #000;
	height: 110px;
	color: #fff;
	font-size: 24pt;
}

.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 100;
	background-color: #ebebeb;
	border-left: #E7E6E6 solid 1px;
	border-right: #E7E6E6 solid 1px;
}

.index-tab {
	position: fixed;
	z-index: 9999;
	display: block;
	top: 300px;
	right: 0px;
	width: 50px;
	height: 125px;
	margin: 0;
}

	
.logo {
	width: 70%;
	float: left;
	padding: 10px 10px;
}

.logo .content {
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 26px;
	color: #fff;
	line-height: 1em;
}

.logo .content a {
	color: #fff;
	text-decoration: none;
}

nav {
	width: 100%;
	display: block;
	background-color: #000;
}

/*mobile menu*/

.menu { display: block; background-color: #aa1111; margin: 0; }
 
.menu li { 
	display: inline-block;
	position: relative;
	z-index: 100;
}
 
.menu li a {
	font-weight: 500;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
	color: #ffffff;
 
		-webkit-transition: all 0.2s ease-in-out 0s;
   			-moz-transition: all 0.2s ease-in-out 0s;
   			-o-transition: all 0.2s ease-in-out 0s;
   			-ms-transition: all 0.2s ease-in-out 0s;
   			transition: all 0.2s ease-in-out 0s;
}
 
.menu li a:hover, .menu li:hover > a {
	color: #252525;
	background: #ebebeb;
}

/* hide the second level menu */

.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 61px;
	left: 0px;
	background: #ffffff;
}

.mobile-menu {
	display: none;
	width: 100%;
	padding: 11px;
	background: #aa1111;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}

.mobile-menu:hover {
	background: #ebebeb;
	color: #252525;
	text-decoration: none;
}

.area-full {
	width: 100%;
	display: block;
	float: left;
}

.area-full .content {
	margin: 15px 15px 0px 15px;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
}

.area-full .content a {
	text-decoration: none;
	font-weight: 500;
	color: #aa1111;
}

.area-full .content a:hover {
	text-decoration: none;
	font-weight: 500;
	color: #b44242;
}

.promo {
	float: left;
	display: block;
	width: 33%;
}

.promo .content {
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.area-half {
	float: left;
	display: block;
	width: 50%;
}

.area-half .content {
	margin: 15px;
	padding: 10px 15px;
	background-color: #fff;
}

.list-full {
	float: left;
	display: block;
	width: 100%;
}

.list-full .header {
	margin: 5px 15px;
	padding: 5px 5px;
}

.list-full .content {
	margin: 15px;
	padding: 10px 15px;
	background-color: #fff;
}

.def-full {
	float: left;
	display: block;
	width: 100%;
}

.def-full .header {
	margin: 5px 15px;
	padding: 5px 10px;
	background-color: #aa1111;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.def-full .header a {
	color: #fff;
}

.def-full .content {
	margin: 15px;
	padding: 10px 15px;
	background-color: #ebebeb;
}

.def-full .content ul {
	list-style-type: none; }

.subpage {
	float: left;
	display: block;
	width: 80%;
}

.subpage .content {
	margin: 15px;
	padding: 10px 15px;
	background-color: #fff;
}

.sub-menu {
	float: left;
	display: block;
	width: 20%;
}

.sub-menu .content {
	margin: 15px;
	padding: 10px 15px;
}	

.clear-fix { clear: both; line-height: 1px; }

footer {
	width: 100%;
	background-color: #000;
	color: #fff;
	height: 150px;
}

.colophon {
	width: 70%;
	float: left;
	padding: 10px 10px;
}

.colophon .content {
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	padding: 30px 50px;
}

h1 { 
	font-family: 'Roboto', sans-serif; 
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	color: #000;
}

h2 { 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 24px;
	color: #000;
}


h3 {
	font-family: 'Roboto', sans-serif; 
	font-weight: 500;
	font-size: 18px;
	color: #000;
}

a { 
	text-decoration: none;
	font-weight: 400;
	color: #aa1111;
}

a:hover {
	text-decoration: none;
	font-weight: 500;
	color: #b44242;
}

@media screen and (max-width: 990px) {
	footer { padding-left: 20px}
}
 { padding-left: 20px}
}
