@charset "UTF-8";

img.bg {
	display: none;
}
/*====================
basic
====================*/

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

body {
	width: 100%;
	background-color: #FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #434343;
	font-size: 1.0em;
	line-height: 1.5em;
}

a {
	color: #004690;
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

hover {
	color: #999999;
	text-decoration: none;
}

h5 {
	color: #004690;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: dotted 1px #434343;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.Acon, .Bcon {
	background-color: #FFFFFF;
	display: block;
	width: 96%;
	margin: 10px 2%;
}

h4.Acon, h4.Bcon {
	width: 98%;
	background-color: #434343;
	color: #FFFFFF;
	margin: 0;
	padding-left: 2%;
	height: 40px;
	display: block;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
}

.AconImg {
	text-align: center;
}
.AconImg img {
	width: 100%;
	max-width: 260px;
}


.HrMaxDotted_bottom{
	border-bottom: dotted 1px #434343;
	padding: 10px 0 0 0;
}


.HrMaxDotted_top{
	border-top: dotted 1px #434343;
	padding: 10px 0 0 0;
}

.boxA, .boxB {
	padding: 10px 2%;
}

.banners_300{
	margin: 0 2% 0 1.9%;
	width: 100%;
	max-width: 300px;
}

/*====================
header Start
====================*/
#headWrapper{
	position: absolute;
	top: 0;
	width: 100%;
}

#contentsWrapper{
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 180px;
}

.index #contentsWrapper{
	padding-top: 10px;
}

#pcWrapper {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	padding-bottom: 30px;
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
}


#logoWrapper {
	width:960px;
	margin-right:auto;
	margin-left: auto;
}


h1#snailsLogo img {
	position: absolute;
	top: 0;
	width: 35%;
	max-width: 220px;
	padding-left: 10px;
}

#snsTop{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #141e37;
}

#snsTop ul{
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	list-style: none;
	text-align: right;
}

#snsTop ul li {
	display: inline;
	height: 50px;
}

#snsTop ul li.lastSNS{
	padding-right:10px
}

#snsTop ul li img{
	padding-top: 5px;
}

/*====================
global Navi start
====================*/

#navOutWrapper {
	width: 100%;
	height: 110px;
	display: block;
	background-color: #bac7ce;
}

#navInWrapper {
	display: block;
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Common styles of menus */
/*@font-face {
	font-family: 'icomoon';
	src:url('http://www.tgu-snails.com/common/fonts/icomoon.eot');
	src:url('http://www.tgu-snails.com/common/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('http://www.tgu-snails.com/common/fonts/icomoon.woff') format('woff'),
		url('http://www.tgu-snails.com/common/fonts/icomoon.ttf') format('truetype'),
		url('http://www.tgu-snails.com/common/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}


.dl-menuwrapper:first-child {
	margin-right: 10px;
}

.dl-menuwrapper button {
	float: right;
	background: #004690;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}


.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #434343;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	text-transform: uppercase;
}

.dl-menuwrapper li a span{
	font-size: 9px;
	padding-left: 10px;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 50px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/*====================
global Navi End
====================*/

/*====================
breadcrumbs
====================*/

#breadcrumbs {
	text-align: center;
	width: 100%;
}

#breadcrumbs ul.breadSub{
	list-style-type: none;
	border-top: solid 1px #bac7ce;
}

#breadcrumbs ul.breadSub li.breadmain{
	width: 100%;
	background-color: #004690;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
}

#breadcrumbs ul.breadSub li.breadmain span{
	font-size: 0.7em;
	padding-left: 10px;
}

#breadcrumbs ul.breadSub li{
	width: 50%;
	height: 40px;
	line-height: 40px;
	border-right: solid 1px #bac7ce;
	border-bottom: solid 1px #bac7ce;
	color: #434343;
	float: left;
	margin-right: -1px;
}

#breadcrumbs ul.breadSub li a{
	display: block;
	color: #434343;
}

#breadcrumbs ul.breadSub li.breadThis{
	background-color: #bac7ce;
}

hr.Hr960_5{
	height: 10px;
	background-color: #004690;
	border: none;
	color: #004690;
}

/*====================
PC Right Contents
====================*/

#banners {
	margin: 10px;
	text-align: center;
}

#banners img{
	width: 100%;
	max-width: 300px;
	text-align: left;
	margin: 0;
}

.banners_300{
	margin: 0;
}


/*====================
facebook
====================*/

#facebook {
	background-color: #FFFFFF;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#facebook h4 {
	color: #004690;
	border-bottom: solid 2px; #004690;
	padding: 10px 0;
	margin: 2%;
	font-weight: 700;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	width: 100% !important;
	height: 300px;
	display: block;
	background-color: #FFFFFF;
}



/*====================
footer
====================*/

footer {
	clear: both;
	background-color: #004690;
	margin-top:30px;
	color: #FFFFFF;
	display: block;
	width: 100%;
}

#footerInner {
	clear: both;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

#footerName {
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: 500;
	padding: 20px 2% 50px 2%;
	text-transform: uppercase;
}

#footersitemap a {
	color: #FFFFFF;
}

#footersitemap a:hover {
	color: #bac7ce;
}

ul.siteMap-menu {
	list-style: none;
	width: 100%;
	line-height: 1.7em;
}

ul.siteMap-menu> li {
	width: 46%;
	height: 150px;
	margin: 0 2% 30px 2%;
	display: block;
	float: left;
}

ul.siteMap-menu strong {
	font-size: 1.1em;
	font-weight: 200;
	border-bottom: solid 1px #FFFFFF;
	display: block;
	text-transform: uppercase;
}

ul.siteMap-menu span {
	display: block;
	font-size: 0.7em;
	text-align: right;
}

ul.siteMap-submenu {
	list-style: none;
	font-size: 0.9em;
}

#snsBottom ul{
	list-style: none;
	text-align: right;
	width: 100%;
}

#snsBottom ul li{
	display: inline;
}

#copyRight {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 0.8em;
	background-color: #141e37;
}

/* /_/_/_/_/_/_/_/_/_/_/
Tablet 641px-960px 
 /_/_/_/_/_/_/_/_/_/_/ */

@media only screen and (min-width: 641px){

/*====================
basic
====================*/

.Acon{
	width: 46%;
	left: 0;
}

.Bcon{
	width: 96%;
	left: 0;
}

h4.Acon{
	width: 98%;
	padding-left: 2%;
}

.boxA{
	padding: 4%;
}

.boxB{
	padding: 20px 4%;
}

.index #pcWrapper{
	margin-top: 20px;
}

#pcWrapper{
	margin-top: 60px;
}



/*====================
global Navi start
====================*/

.about li.nav-about > a,
.game li.nav-game > a,
.football li.nav-football > a,
.supporter li.nav-supporter > a,
.recruit li.nav-recruit > a,
.contact li.nav-contact > a{
	background-color: #FFFFFF;
}



.dl-menuwrapper {
	max-width: 400px;
	position: relative;
	margin-top:0px;
	margin-right: 10px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper button {
	display: none;
}

.dl-menuwrapper ul {
	float: right;
	background-color:#bac7ce;
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
	display: block;
	width: 100%;
}

.dl-menuwrapper li a {
	width:33%;
	position: relative;
	float: left;
	padding: 5px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-align: center;
	color: #434343;
	outline: none;
	text-transform: uppercase;
}

.dl-menuwrapper li a span{
	display: block;
	font-size: 9px;
	padding-left: 0;
}

/*point-events;autoで、リンクを復活させる*/
.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*コンテンツを表示*/
.dl-menuwrapper li .dl-submenu {
	clear: both;
	display: block;
	float: left;
}

/*ドロップダウンメニューの設定*/
ul.dl-submenu{
	width: 100%;
	display: block;
}

ul.dl-submenu li{
	display: block;
	float: left;
}

ul.dl-menu li{
	float: left;
	width: 25%;
	position: relative;
}

ul.dl-menu li.nav-supporter{
	margin-left: 25%;
}

ul.dl-menu li a{
	display: block;
	width: 100%;
	font-weight: 400;
}

ul.dl-menu li:hover{
	position: relative;
	background-color: #141e37;
	z-index: 10;
}

ul.dl-menu li a:hover{
	color: #FFFFFF;
}

ul.dl-menu li ul.dl-submenu{
	position: absolute;
	margin-top: 50px;
}

ul.dl-menu li ul.dl-submenu li{
	width: 100%;
	background-color: #434343;
	color: #FFFFFF;
}

ul.dl-menu li ul.dl-submenu li a{
	background-color: #434343;
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.dl-menuwrapper li .dl-submenu{
	display: none;
}

/*cler bothの代わり*/
ul.dl-menu li{
	zoom:1;
}

ul.dl-menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.no-touch .dl-menuwrapper li a:hover {
	background: #141e37;
}

/*====================
global Navi End
====================*/

h1#snailsLogo img {
	width: 220px;
}

/*====================
breadcrumbs
====================*/

#breadcrumbs.col1{
	display: none;
}

#breadcrumbs.col2{
	float: right;
	width: 240px;
}

#breadcrumbs.col3{
	float: right;
	width: 360px;
}

#breadcrumbs.col4{
	float: right;
	width: 480px;
}

#breadcrumbs ul.breadSub li.breadmain{
	display: none;
}

#breadcrumbs ul.breadSub{
	background-color: #FFFFFF;
	text-align: right;
	border-top: 0;
	border-bottom: solid 4px #BAC7CE;
	font-size: 0.9em;
}

#breadcrumbs ul.breadSub li{
	width: 120px;
	display: block;
	text-align: center;
	float: left;
	border: 0px;
	margin-right: 0px;
}




/*====================
PC Right Contents
====================*/

#banners {
	width: 300px;
	margin: 2%;
	float: right;
}

#banners img{
	margin: 0;
}

#facebook {
	float: left;
	display: block;
	margin: 2%;
}
.banners_300{
	margin: 0;
}

/*====================
Footer
====================*/

ul.siteMap-menu> li{
	width: 29%;
}


}
/* /_/_/_/_/_/_/_/_/_/_/
PC 961px 
 /_/_/_/_/_/_/_/_/_/_/ */

@media only screen and (min-width: 961px){

/*====================
back ground
====================*/
img.bg {
	display: inherit;
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1280px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  bottom: 0;
  right: 0;
}

div#container {
  position: relative;
}

/*====================
basic Start
====================*/

.Acon{
	width: 300px;
	margin: 10px;
}

.Bcon{
	width: 620px;
	margin: 10px;
}

h4.Acon{
	width: 280px;
	padding-left: 20px;
}

h4.Bcon{
	width: 600px;
	padding-left: 20px;
}

HrMaxDotted_bottom{
	border-bottom: dotted 1px #434343;
	margin: 0 20px;
}

HrMaxDotted_top {
	border-top: dotted 1px #434343;
	margin: 0 20px;
}

.boxA,.boxB {
	padding: 20px;
}

.banners_300 {
	margin: 10px 10px 10px 9px;
}

#PCleftWrapper {
	width: 640px;
	float: left;
	margin-right: -1px;
	border-right: solid 1px #434343;
}

#PCRightWrapper {
	width: 319px;
	float: right;
	border-left: solid 1px #434343;
}


/*====================
global Navi Start
====================*/
#contentsWrapper{
	padding-top: 130px;
}

.index #contentsWrapper{
	padding-top: 10px;
}

#navOutWrapper {
	height: 60px;
}

.dl-menuwrapper {
	max-width: 700px;
}

ul.dl-menu li{
	float: left;
	width: 14.2%;
	position: relative;
}

ul.dl-menu li.nav-home,
ul.dl-menu li.nav-about,
ul.dl-menu li.nav-game{
	width: 12%;
}

ul.dl-menu li.nav-football,
ul.dl-menu li.nav-supporter{
	width: 17%;
}

ul.dl-menu li.nav-recruit,
ul.dl-menu li.nav-contact{
	width: 15%;
}

.dl-menuwrapper:first-child{
	margin-right: 0;
}

ul.dl-menu li.nav-supporter{
	margin-left: 0;
}

/*====================
PC Right Contentes
====================*/
#banners {
	margin: 10px;
}

.banners_300{
	margin: 0;
}

#banners img{
	width: 320px;
	text-align: left;
	margin: 0;
}

#facebook {
	width: 300px;
}

#facebook h4 {
	color: #004690;
	border-bottom: solid 2px; #004690;
	padding: 10px 0;
	margin: 0 10px;
	font-weight: 700;
}

/*====================
Footer
====================*/

#footerName{
	padding: 20px 10px;
}

ul.siteMap-menu> li{
	width: 140px;
	margin: 0 10px 30px 10px;
}


}

@media screen and (max-width: 1280px){
  img.bg {
  left: 50%;
  margin-left: -640px; }
}