@charset "utf-8";
/* =======================================

	footer.css
	
	URL: cyberstep.eu
	Copyright : CyberStep
	Ver : 1.00
	File : 


 -----------------------------------------
	NOTE
 -----------------------------------------


 -----------------------------------------
	INDEX
 -----------------------------------------
	00.


 -----------------------------------------
	FONT SIZE (13px = 100%)
 -----------------------------------------

  フォントサイズの一覧
  ------------------
     09px = 69%
     10px = 77%
     11px = 85%
     12px = 93%
     13px = 100%
     14px = 108%
     15px = 116%
     16px = 123.1%
     17px = 131%
     18px = 138.5%
     19px = 146.5%
     20px = 153.9%
     21px = 161.6%
     22px = 167%
     23px = 174%
     24px = 182%
     25px = 189%
     26px = 197%
  --------------- 
  (計算式) 表示サイズ/13px * 100 (小数点以下切り上げ)

========================================== */

/* ==========================================
	00. 
========================================== */
div#footer {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 382px;
	background: url("/images/bg_footer.png") 0 0 repeat-x;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 0px rgb(0,0,0);
	-webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.7);
}

	div#footer div#footer_inner {
		width: 960px;
		height:382px;
		margin: 0 auto;
	}

div#footer div#footer_inner div#footer_left {
	float: left;
	width: 195px;
	height: 300px;
	margin: 35px 0 0 0;
}
	div#footer div#footer_inner div#footer_left:after { content: "";}

div#footer div#footer_inner div#footer_left h5 {
	position: relative;
	font-size: 138.5%;
	color: rgb(255,255,255);
}
	div#footer div#footer_inner div#footer_left h5:after {
		position: absolute;
		width: 45px;
		height: 17px;
		top: 0px;
		right: 0px;
		margin: 2px 30px 0 0;
		display: block;
		background: url("/images/bg_zebra_line.png") 0 0 repeat-x;
		content: "";
	}
		html.fr div#footer div#footer_inner div#footer_left h5:after { width: 45px;}
		html.de div#footer div#footer_inner div#footer_left h5:after { width: 65px;}

div#footer div#footer_inner div#footer_left ul {
	width: 200px;
	margin: 20px 0 0 5px;
	text-align: left;
	list-style-type: none;
	color: rgb(255,255,255);
	background: rgb(35,32,29); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjAxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjM5MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(35,32,29,1) 0%, rgba(63,57,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(35,32,29,1)), color-stop(100%,rgba(63,57,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(35,32,29,1) 0%,rgba(63,57,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(35,32,29,1) 0%,rgba(63,57,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(35,32,29,1) 0%,rgba(63,57,51,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(35,32,29,1) 0%,rgba(63,57,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23201d', endColorstr='#3f3933',GradientType=1 ); /* IE6-8 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.75), inset 0 1px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.75), inset 0 1px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.75), inset 0 1px 2px 2px rgba(0,0,0,0.3);
}
html.ie7 div#footer div#footer_inner div#footer_left ul { width: 130px;}
html.ie9 div#footer div#footer_inner div#footer_left ul,
html.ie10 div#footer div#footer_inner div#footer_left ul { filter: none;}

div#footer div#footer_inner div#footer_left ul li {
	width: 198px;
	height: 38px;
	border-bottom: 1px solid rgb(68,61,55);
}
	html.ie7 div#footer div#footer_inner div#footer_left ul li{ width: 130px;}

div#footer div#footer_inner div#footer_left ul li a { 
	position: relative;
	display: block;
	line-height: 38px;
	padding-left: 45px;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 0px rgb(0,0,0);
}
	div#footer div#footer_inner div#footer_left ul li a.soon { color: rgb(153,153,153);}
html.ie7 div#footer div#footer_inner div#footer_left ul li a{ padding-left: 15px;}

	div#footer div#footer_inner div#footer_left ul li a:not([class="soon"]):hover { color: rgb(245,181,12);}

div#footer div#footer_inner div#footer_left ul li a:before {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0px;
	left: 0px;
	margin: 3px 0 0 4px;
	display: block;
	background: url("/images/title_sprite.jpg") -1162px -1014px no-repeat;
	content: "";
}
div#footer div#footer_inner div#footer_left ul li a.soon:before { background: url("/images/title_sprite_gray.jpg") -964px -1014px no-repeat; }
	div#footer div#footer_inner div#footer_left ul li.og a:before { background-position: -1162px -1014px;}
	div#footer div#footer_inner div#footer_left ul li.ga2 a:before { background-position: -997px -1014px;}
	div#footer div#footer_inner div#footer_left ul li.cb a:before { background-position: -1030px -1014px;}
	div#footer div#footer_inner div#footer_left ul li.cb2 a:before { background-position: -1096px -1014px;}
	div#footer div#footer_inner div#footer_left ul li.tr a:before { background-position: -1129px -1014px;}
	/*div#footer div#footer_inner div#footer_left ul li:nth-of-type(6) a:before { background-position: -1538px -1014px;}*/
	

div#footer div#footer_inner div#footer_left ul li a:after {
	position: absolute;
	width: 16px;
	height: 18px;
	top: 0px;
	right: 0px;
	margin: 11px 8px 0 0;
	display: block;
	background: url("/images/icon_spright.png") -10px -44px no-repeat;
	content: "";
}

div#footer div#footer_inner div#footer_left ul li a:not([class="soon"]):hover:after {
	width: 33px;
	height: 36px;
	margin: 0px 0 0 -17px;
	background-position: -113px -241px;
}

div#footer_right {
	float: right;
	width: 765px;
	height: 300px;
	margin: 19px 0 0 0;
}
	div#footer_right:after { content: "";}

div#footer_right h5 {
	position: relative;
	margin: 16px 0 0 0;
	font-size: 138.5%;
}
	div#footer_right h5:after {
		position: absolute;
		width: 620px;
		height: 17px;
		top: 0px;
		right: 0px;
		margin: 2px 30px 0 0;
		display: block;
		background: url("/images/bg_zebra_line.png") 0 0 repeat-x;
		content: "";
	}
		html.fr div#footer_right h5:after { width: 630px;}
	
div#footer_right dl {
	float: left;
	width: 160px;
	height: 220px;
	display: block;
	margin: 20px 0 0 0;
	line-height: 20px;
	font-size: 108%;
}
	div#footer_right dl:first-of-type { 
		width: 170px;
		margin: 20px 0 0 36px;
	}
	div#footer_right dl:nth-of-type(4) { width: 140px;}
	div#footer_right dl:last-of-type { width: 260px;}

div#footer_right dl a { color: rgb(255,255,255);}
	div#footer_right dl a:hover { color: rgb(245,181,12);}
	div#footer_right dl a.soon { color: rgb(153,153,153);}

div#footer_right dl a span { font-size: 77%;}

div#footer_right dl dt h6 {
	font-size: 108%;
	font-weight: 700;
}

div#footer_right dl dd {
	position: relative:
	padding-left: 30px;
	margin: 0 0 0 25px;
}
	div#footer_right dl dd:first-of-type { margin: 2px 0 0 25px;}

div#footer_right dl dd:before {
	position: absolute;
	content: "┗";
	display: block;
	color: rgb(0,0,0);
	margin: 0 0 0 -20px;
}
	/*html.firefox div#footer_right dl dd:before { display: none;}*/


/* ==========================================
	00. footer_bottom
========================================== */
div#footer_bottom { 
	clear: both;
	width: 1024px;
}

div#footer_bottom a#cs_logo {
	float: left;
	width: 257px;
	height: 38px;
	display: block;
	background: url("/images/icon_spright.png") 0 -274px;
	text-indent: -9999px;
	overflow: hidden;
}

div#footer_bottom ul {
	float: right;
	width: 765px;
	line-height: 0.1;
	margin: -6px 0 0 0;
}
	html.ie7 div#footer_bottom ul { line-height: 1.1;}
	
	html.fr div#footer_bottom ul {
		width: 640px;
		font-size: 86%;
	}

div#footer_bottom ul li {
	position: relative;
	float: left;
	margin: 10px;
}
	div#footer_bottom ul li:after {
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 0 -13px 0 0;
		content: "|";
	}
		div#footer_bottom ul li:last-of-type:after { content: "";}
	
div#footer_bottom ul li a { color: rgb(255,255,255);}
	div#footer_bottom ul li a:hover { color: rgb(245,181,12);}

div#footer_bottom p {
	float: right;
	width: 755px;
	margin: 3px 0 0 0;
}
html.ie7 div#footer_bottom p{ line-height: 1.1;}
