* {
	outline: 0;
	line-height: 30px;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	text-align: left;
	color: #000;
	width: auto;
}


#panel-btn{

  display: inline-block;

  position: relative;

  width: 50px;

  height: 50px;

 

  border-radius: 50%;

  background: #fff;

}

#panel-btn:hover{
	background: #fff;
}

#panel-btn-icon{
	display: block;
	position: absolute;
	top: 48%;
	left: 25%;
	width: 40px;
	height: 3px;
	margin: -1px 0 0 -7px;
	background: #000;
	transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after{

  display: block;

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 40px;

  height: 3px;

  background: #000;
  
  transition: .3s;

}

#panel-btn-icon:before{

  margin-top: -9px;

}

#panel-btn-icon:after{

  margin-top: 7px;

}

#panel-btn .close{

  background: transparent;

}

#panel-btn .close:before, #panel-btn .close:after{

  margin-top: 0;

}

#panel-btn .close:before{

  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

}

#panel-btn .close:after{

  transform: rotate(-315deg);

  -webkit-transform: rotate(-315deg);

}

#panel-btn2{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

#panel-btn:hover2{

  background: #fff;

}

#panel-btn-icon2{
	display: block;
	position: absolute;
	top: 48%;
	left: 25%;
	width: 40px;
	height: 3px;
	margin: -1px 0 0 -7px;
	background: #000;
	transition: .2s;
}

#panel-btn-icon2:before, #panel-btn-icon:after{

  display: block;

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 40px;

  height: 3px;

  background: #000;
  
  transition: .3s;

}

#panel-btn-icon2:before{

  margin-top: -9px;

}

#panel-btn-icon2:after{

  margin-top: 7px;

}

#panel-btn2 .close{

  background: transparent;

}

#panel-btn2 .close:before, #panel-btn .close:after{

  margin-top: 0;

}

#panel-btn2 .close:before{

  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

}

#panel-btn2 .close:after{

  transform: rotate(-315deg);

  -webkit-transform: rotate(-315deg);

}


a:hover  {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}

.center{
	text-align:center;
	margin: auto,0;
	clear: right;
	color:#000;
	width: 100%;
}

span{
	display:block;
	line-height: 300%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
}
#container{
	color:#000;
	background-color: #FFF;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	clear: both;
	float: left;
}
#container1{
	background:#fff;
	color:#666;
	width: 100%;
	margin: auto,0;
	background-color: #FFF;
	text-align: center;
	clear: both;
}

#container2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	float: none;
	width: 100%;
	padding: 0 0 0 200px;
	margin: 0 auto;
	text-align: left;
}
#container3{
	width:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	float: none;
	margin-left: 200px;
	line-height: 30px;
}



a{
	color:#000;
}

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #eb5300;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
   color:#eb5300;
}

.copyright{
	width:100%;
	color:#000;
	float:left;
	text-align: center;
	font-size: 12px;
	z-index: 1000;
	clear: both;
	background-color: #FFF;
}
.copyright2{
	width:100%;
	color:#000;
	float:none;
	text-align:center;
	font-size: 10px;
	z-index: 1000;
	background-color: #fff;
}
.copyright3{
	width:100%;
	color:#000;
	float:none;
	margin: 0 auto;
	text-align:center;
	font-size: 12px;
	z-index: 1000;
	padding: 0 0 0 0;
	background-color: #FFF;
}
/*--------------------------
headder
---------------------------*/
.header {
	background-repeat:no-repeat;
	font-style:inherit;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	text-decoration:none;
	line-height:30px;
	color:#000;
	width:auto;
	height:10px;
	text-align:left;
	background-color: transparent;
	clear: both;
	margin-bottom:35px;
	margin-left: 25px;
}


/*--------------------------
galleria
---------------------------*/

#galleria{
	width: 100%;
	height: 720px;
	float: none;
	padding: 0;
	margin: 0 auto;
}
#galleria2{
	width: 1200px;
	height: 900px;
	clear: both;
}


#content{


font:12px/1.4 "helvetica neue",arial,sans-serif;
width:880px;
margin:0 auto;
}

.cred{
margin-top:20px;
font-size:11px;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#000;
	text-decoration:none;
}

a:hover,a:active {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	
	color: #000;
}


#kg.resizeimage { width: 80%; }
#kg.resizeimage img { width: 100%; }

#wos{
	text-align: center;
	float: left;
	width: 33%;
}

.wor{
	float:left;
	margin: 0 auto;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	width: 40%;
}
.wor1{
	width:40%;
	float:left;
	margin: 0 auto;
	text-align:center;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	padding: 0 0 50px 80px;
}
.wor1 img{
	width:75%;
}
.wors{
	float:left;
	text-align:center;
	margin: 0 auto;
	padding: 0 0 0 50px;
}
.wor2{
	float:right;
	margin: 0 auto;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	width: 40%;
}
.wor3{
	float:right;
	margin: 0 auto;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	width: 100%;
}
.wor4{
	float:left;
	margin: 0 auto;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	width: 100%;
}

.sol{
	margin-top:20px;
	width:100%;
	float:left;
}



h1, h2 {
	
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 100%;
	color:#000;
	margin-top: 20px;
}

h1.title {
	font-size: 18px;
	font-weight: 100;
	color:#000;
	margin-top: 20px;
	text-align: center;
}

h1.title2 {
	font-size: 18px;
	font-weight: 100;
	color:#eb5300;
	margin-top: 20px;
	text-align: center;
}
h1.title a{
	color:#000;
}

.donate {
	position: absolute;
	top: 280px;
	right: 0;
}

.fbWrap {
	position:absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
	width:80px;
	height: 20px;
	padding: 10px;
	background: #fff;
	

}

.twWrap {
	position:absolute;
	top: 0px;
	right: 100px;
	z-index: 1000;
	width:80px;
	height: 20px;
	padding: 10px;
	background: #fff;
	

}
.first-letter {
	color: #3d3d3d;
}

.book{
	float:left;
	margin: 0 auto;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	padding: 0 50px 50px 0;
}

h2 {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	color: #666;
}

h2.subtitle {
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 24px;
	color: #CCC;
}

h4.subtitle {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	color: #000;
	text-align:left;
}




.code {
	display: block;
	margin: 2em 0;
   white-space: pre;
   overflow: auto;
   -webkit-border-radius:10px;
	border-radius:10px;
   line-height: 1.4;
   border: 1px solid #ccc;
   background: #e5e5e5;
   padding: 8px;
   font-family: monospace;
   font-size: 12px;
   width: 100%;
   color: #3d3d3d;
}

.clear {
	clear: both;
}
.wrap {
	width: 74%;
	z-index: 10;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	float: none;
	clear: both;
	font-size: 14px;
	text-align: left;
}

.con {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	max-width: 1480px;
	min-width: 1280px;
	position: relative;
}

.section {
	width: 100%;
	
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	color: #666;	
}


.inner {
	width: 95%;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	font-weight: 300;
	background-color: #FFF;
	padding: 0  0 50px 0;
	float: left;
}


.blog {
	width: 65%;
	position: inherit;
	min-height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	font-weight: 300;
	background-color: #FFF;
	padding: 0 20px 50px 0;
	float: left;
	margin-left: 10%;
}
.blog2{
	width: 20%;
	margin: 0 auto;
	position:static;
	min-height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	font-weight: 300;
	background-color: #FFF;
	padding: 0 0 0 0;
	float: right;
}

.blog5{
	width: 30%;
	margin: 0 auto;
	position:static;
	min-height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	font-weight: 300;
	background-color: #FFF;
	padding: 0 0 0 0;
	float: left;
}


.blog4{
	width: 50%;
	position: inherit;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	font-weight: 300;
	background-color: #FFF;
	float: left;
	padding: 0 0 20px 25px;
}

.blog3 img{
	width:100%;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
	}

.col-1-1 {
	width: 100%;
	float: left;
}

.col-1-3 {
	width: 33.33333%;
	float: left;
}

.col-2-3 {
	width: 66.66666%;
	float: left;
}


.col-1-2 {
	width: 50%;
	float: left;
}

.col-1-2 .content {
	padding:0 30px 0 0;
}

.content {
	padding:0 20px 0 0;
}




.s4 .header {
	color:#424242;
}

.txtCenter {
	text-align: center;
}



.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	position: relative;
	border-width: 0px 0px 1px 0px; /* 太さ1px */
	border-style:solid; /* 線種を破線に */
	border-color:#ededed;   /* 線色を灰色に */
	line-height: 150%;
	color:#eb5300;
}

.subMenu .inner2 {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
	color:#eee;
	background-color: #eee;
}





.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 15px;
	padding: 15px 2% 0 2%;
	text-align: center;
	background-color:#fff;
	
	color:#eb5300;
}

.subMenu a:hover a:link{
	background: #eee;
	color:#eb5300;
	font-weight: 350;
}



.active {
	background: #eee;
}
.end {
	margin: 0;
}


.nav a{
	color:#000;
	font-weight:bold;
}

.viewDemo {
	width:244px;
	height: 39px;
	display: block;
	padding:20px;
	background: url(../images/viewDemo.png) top left no-repeat;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}

.downloadSmint {
	width: 445px;
	height: 91px;
	margin: 0 auto;
	background: url(../images/download-smint.png) top left no-repeat;
	display: block;
	padding: 57px 0 0 170px;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
}

.codeImg {
	width:100%;
	max-width: 445px;
	height: auto;
}


/* SECTIONS */
.sTop {
	min-height: 100%;
	color:#CCC;
	padding: 0;
	background-color: #FFF;
}

.sTop a {
	color: #fff;
}

.sTop h1 {
	color: #999;
	text-align: right;
	line-height: 120%;
	padding-right: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
}

.intro {
	min-height: 130px;
	background:#fff;
	color:#3d3d3d;
	
}


.s1 {
	height: 100%;
	text-align: left;
	padding: 0 0 0 0;
	color: #666;
	background-color: #fefefe;
}


.s2 {
	width:95%;
	min-height: 100%;
	color: #666;
	padding: 0 0 0 0;
	background-color: #FFF;
}


.s3 {
	width:100%;
	min-height: 100%;
	color: #666;
	padding: 0 0 0 0;
	background-color:#ffbb00;
}

.s3 .header {
	color: #3d3d3d;
	
}


.s4 {
	width:100%;
	min-height: 100%;
	color: #666;
	text-align: left;
	padding: 0 5px 0 5px;
	background-color: #FFF;
}

.s5 {
	width:100%;
	min-height: 100%;
	
	color: #000;
	text-align: left;
	padding: 0 0 0 0;
	background-color: #eb5300;
}
.s6 {
	min-height: 120%;
	
	color: #fff;
	height: 100%;
}

.s5 a {
	color: #000;
}

video{
	background: #000000;
	margin:0 auto;
	text-align: center;
	width:100%;
	height:100%;
}
.bio{
	color:#ffcc33;
}
.contact{
	color:#ffbb00;
	font-size: 18px;
}
.info{
	color:#ff9600;
}

header {
    height: 55px;
    z-index: 1000;
    position: fixed;
	background-color: transparent;
	
}
header nav {
    position: absolute;
    top: 100%;
	text-align:left;
	float:left;
	background-color: transparent;
}

header {
	color: white;
	width: 100%;
	text-align:left;
	float:left;
}
header .menu_button {
	margin-right:5px;
	float: left;
	width: 50px;
	height: 100%;
	text-align: left;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity:0.9;
	zoom:1;
}
header .menu_button span {
	line-height: 8px;
	padding: 1.5px;
	text-align:left;
	float:left;
	color: #999;
}
header nav {
	background-color: #fff;
	color: #000;
	width: 100%;
	text-align:left;
	float:left;
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
}
header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align:left;
	float:left;
}
header nav ul li:first-child {
    border-top: solid 1px white;
	text-align:left;
	
}
header nav ul li {
    border-bottom: dotted 1px white;
    text-align: center;
    padding: 1em;
	text-align:left;
	
}


.btn_hamburger {
    margin: 0 auto 2em !important;
    width: 40px;
}
.btn_hamburger a {
    position: relative;
    display: block;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}
.btn_hamburger span:nth-of-type(2) {
    top: 14px;
}
.btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}

.sp2 a{ color:#000;
}
.sp2 img{
	width:100%;
	text-align:center;
}
.sp2{
	text-align:center;
	
}

.sp{
	text-align:center;
	width: 70%;
}

.sp3{
	float:left;	

}
.sp3 img{
	width:22%;
	float: left;
}

.s4 {
	padding: 5px;
}

.sp img{
	width:20%;
	padding:15px;
	float: none;
}
#wos img{
	width:90%;
	margin: 5;
}

.footer {
	color: #333;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande";
	text-align: left;
	float: left;
	position: relative;
	background-color:#fff;
}

.footer .copyright h3 a {
	color: #000;
}

.text {
	float:inherit;
}

@media screen and (max-width: 1480px) { 
.wrap {
		width: 90%;
		max-width: 1480x;
		min-width: 680px;
		z-index: 10;
		position: relative;
		

}

.sp{
	width: 90%;
}

.sp2 img{
	width:92%;
}
.sp img{
	width: 25%;
}

.s4 {
	margin: 5px;
}

.inner img{
	width:90%;
}
.center img{
	width:90%;
}
.subNavBtn{ font-size: 14px; font-size: 1.4rem; }

.codeImg {
	display: none;
}

.col-1-1, .col-1-3, .col-2-3, .col-1-2 {
	width: 100%;
	float: left;
	
	
}
.blog img{
	width:85%;
}

.blog3{
	float:left;
	width:100px;
}

}

.carousel{
	padding:1em;
}


@media screen and (max-width: 980px) { 


.wrap {
		max-width: 980px;
		min-width: 580px;
		z-index: 10;
		width: 85%;

}


body { font-size: 12px; font-size: 0.8rem; }
span { font-size: 12px; font-size: 0.8rem; }
li   { font-size: 14px; font-size: 1.2rem; }
h3   { font-size: 12px; font-size: 1.0rem; }
h4   { font-size: 12px; font-size: 0.9rem; }
h5   { font-size: 12px; font-size: 0.9rem; }

#footer { font-size: 10px; font-size: 0.9rem; text-align:center; }


.subNavBtn{ font-size: 10px; font-size: 1.0rem;  text-align:center;}
.contact{ text-align:center; }
.center{ text-align:center; }
.sp{ text-align:center; }

.sp img{
	width:30%;
}

.sp{
	width:85%;
}


.sp2{ text-align:center; }
.sp2 a{ color:#000;
}
.sp2 img{
	width:88%;
	
}

#panel-btn-icon{

  display: block;

  position: absolute;

  top: 45%;

  left: 25%;

  width: 0px;

  height: 2px;

  margin: -1px 0 0 -7px;

  background: #fff;

  transition: .2s;

}



.logo{
	width: 30%
}
.wrap {
		width: 90%;
		max-width: 980px;
}
h1.title {
	padding-top:15px;
	font-size: 16px;
	font-size: 1.3rem;
	
}

video{
		width:100%;
		height:100%;
}

.subNavBtn {
	
	font-size: 20px;
	font-size: 2.0rem;
}

.center {
	clear:both;
}

.center img{
	
	width: 20px;
	
}
.nav img{
	width: 20px;
	
}
.subNavBtn img{
	
	width: 20px;
	
}

.inner{
	padding:1em;
}




.twWrap {
	right:none;
	left:0;

}


.sp{

	width: 85%;
}


.s4 {
	margin: 5px;
}


.wor{
	width:50vw;
	padding:0 auto;
}
.wor img{
	width:50%;
}


.wors img{
	width:50%;
	
}
.wor2{
	width:80vw;
	clear:both;
	float:inherit;
}
.wor3 img{
	width:50%;
	clear:both;
	
}
.wor4 img{
	width:50%;
	clear:both;
	
}


.copyright{
	font-size: 10px;
	font-size: 0.9rem;
	padding: 0 0 0 0;
	text-align:center;
}

.copyright2{
	font-size: 7px;
	font-size: 0.7rem;
	padding: 0 0 0 0;
}

.copyright3{	
	
	font-size: 8px;
	font-size: 0.8rem;
	padding: 0 0 0 0;
	text-align:center;
}

h4.subtitle {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	color: #000;
	text-align:center;
}

}





@media screen and (max-width: 680px) { 


body { font-size: 10px; font-size: 0.8rem; 
		margin:0 auto; }
span { font-size: 10px; font-size: 0.8rem;  }
li   { font-size: 12px; font-size: 1.2rem; }


.wrap {
	max-width: 680px;
		min-width: 280px;
z-index: 10;
padding: 1em;
width: 90%;

	
}

.sTop {
	 min-height:100px;
	
}

.s1 {
	background-image: none;
	}


h3   { font-size: 11px; font-size: 0.9rem; }
h4   { font-size: 11px; font-size: 0.9rem; }
h5   { font-size: 11px; font-size: 0.9rem; }

.sTop .txtCenter h1, .sTop .txtCenter h2, .sTop .txtCenter p {
	float: none;
}

.sp img{
	width:88%;
}

.sp2 img{
	width:91%;
}




.logo {
	margin:0px 0 20px 0;
	width:28%;
	height: auto;
	max-width: 271px;
	float:none;
	}
	.subMenu {
		/*top:290px;*/
	}
.fxd{
	top: none!!important;
	
	bottom:0!important;
}

p.header{
	font-size: 32px;
}
.s4 {
	margin: 5px;
}
.s5 {
	background-image: none;
}
.wor{
	padding:0 25px 0 0;
	width:100%;
}
}
