body {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #313131;
  background-repeat: repeat-x;

  font-size: 16px;
  line-height: 180%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
}

html,body {
    height: 100%;
    text-align: center;
    margin: 0px auto;
}

.padding-10{
padding: 10px;
}

.padding-20{
padding: 20px;
}

.margin-0{
margin: 0px;
padding: 0px;
}

.margin-10{
margin: 10px;
}

.margin-20{
margin: 20px;
}

.margin-b30{
 margin-bottom: 60px;
}
a {
  color: #626262;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #4699d4;
}

.text-white{
	color: white;
}

.text-red{
	color: #ed2500;
}

.text-black{
	color: black;
}

.circle-button{
border-radius: 200px;
border-color: #8c8c8c;
border: 2px solid ;
}



h1 {
	font-weight: 600;
	color: #2b2b2b;
	font-size: 40px;
	line-height: 110%;
	padding: 0px 0px 0px 0px;
}
h1.white {

	font-weight: normal;
}

h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.6em;
	color: #414142;
}

h3 {
	display: inline;
	color: #414142;
	font-weight: 300;
}

h3 a:hover{
	text-decoration: none !important;
}


h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}


h5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
}

p {
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
}








/*パララックス背景　*/

.content2 {
  position: relative;
  margin: 0 auto;
  padding: 0;

}

.bg00{
	background-attachment: fixed ;
	background-repeat: no-repeat;
	padding: 50px 0px 0px 0px;
	min-height: 200px;
	background: url(../image/00-back.jpg) ;
	background-size: cover !important;
	background-position: center center !important;

}

.title-box{
	z-index: 10;
	position:absolute;
	bottom: 15%;
	width: 100%	
}

.title-box-in{
	padding: 20px 0px 5px 0px;
	width: 100%;
	background-color: #840838;
	color: white;
	
}


.bg01{
	padding: 35px 0px 35px 0px;
	min-height: 300px;
}



.bg02{
	background-size: cover !important;	background-position: center center;
	background-repeat: no-repeat;
	line-height: 220%;
	background-size: cover;
	padding: 60px 0px 60px 0px;
}

.bg03{
	background-color: #e9e9e9 ;
	background-size: cover;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
}


.bg04{
	background-color: #ffffff;
	background-size: cover;
	padding: 53px 0px 57px 0px;
	
	min-height: 300px;
}


.bg-yellow{
	background-color: #FCCE08;
}

.bg-blue{
	background-color: #67c8f2;
}

.bg-gray{
	background-color: #f8f8f8;
}



div#headerArea {    
   height: 90px;    
   box-sizing:content-box !important;
    color: #1f1f1f;   
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-size: auto,50%;
    margin-right: auto;    
    margin-left: auto;    
    text-align: left;  
    top: 0;  
    left: 0;  
    width: 100%; 
   box-shadow: 0px 1px 13px rgba(0,0,0,0.3);
   border-bottom: 5px solid #ffd900;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}


div#headerArea2 {    
   height: 90px;    
   box-sizing:content-box !important;
    color: #1f1f1f;   
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-size: auto,50%;
    margin-right: auto;    
    margin-left: auto;    
    text-align: left;  
    top: 0;  
    left: 0;  
    width: 100%; 
   box-shadow: 0px 1px 13px rgba(0,0,0,0.3);
   border-bottom: 5px solid #ffd900;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}




/*マウスオーバー画像拡大　*/
.power{

overflow:hidden;
}
 
.power img{
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.5s;
}
 
.power img:hover{
-moz-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
 
}


/* ヘッダーメニューバー */

ul.header-menu{
margin: 0px;
padding: 0px;
list-style: none;
box-sizing:content-box !important;
}



ul.header-menu li{
	line-height: 1.3em;
	text-align: center;
	width: 14%;
	height: 65px;
	float: left;
}

ul.header-menu li.logo{
	font-size: 1.2em;
	text-align: center;
	min-width: 350px;
	float: left;
}

ul.header-menu div.title-f{
	font-size: 0.9em;
	margin: 0px;
	display: inline;
}

ul.header-menu div.title-f:hover{
	color: #fff !important;
}




ul.header-menu a{
box-sizing:content-box !important;
	color: #333333;
	display: block;
	height: 30px !important;
	padding: 35px 0px 25px 0px !important;
	font-size: 1em;
}


ul.header-menu a:hover{
box-sizing:content-box !important;
	background: #03A3EA;
	text-decoration: none;
	color: #fff;
}


ul.header-menu a.logo{　
	display: block;
	height: 80px !important;
	padding: 0px 0px 5px 0px !important;
	background: none;
}

ul.header-menu a.logo:hover{　
	display: block;
	background: #f7f7f7;
}


ul.header-menu  {
	color: #717173;
}


/*　ヘッダーメニューiphone */
header nav {
text-align: center;
background: #efefef;
}
header nav ul {
margin: 0;
padding: 1em;
list-style-type: none;
}
header nav ul li {
display: inline;
margin-left: 1em;
}
header nav ul li:first-child {
margin-left: 0;
}
header nav ul li ul {
display: none;
}



div.footerArea {   
     position: relative;
     text-align: left; 
     margin: 0px;
}  


.footerArea a{

}

.footerArea a:hover{

}

#container {  
    min-height: 95%;   
    _height: 95%; /* for IE6 */
}  

* html div#contentsArea{  
    margin: 0 auto;
}  

.wrapper{
    text-align: left;
    margin: 0 auto;
    max-width: 980px;
	_width: 960px;

}

.corner {
	background-color: white;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

}
.corner-div {
margin-right: 5px;
margin-left: 5px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background: white;
}

div.black{
	background-color: rgba(0,0,0,0.4);
}

div.white{
	background-color: rgba(255,255,255,0.79);
}

div.grey{
	background-color: #f4f4f4;
}
div.pink{
	background-color: #ffe4de;
}
div.sky{
	background-image: url("../image/back-sky.jpg");
	background-position: center top;
	-moz-background-size:cover;
	background-size:cover ;
}



.footer1{ background-repeat: no-repeat; background-position: right; height: 30px; background-image: url(../images/footertop.png);}


.footer2{ padding-bottom: 40px; padding-top: 20px; font-size: 13px; color: white; background-color: #5dbae8; }

.footer2 a{color: white;}
.footer2 a:hover{text-decoration: underline; color: white;}

.ulfooter2{ margin-left: 0px; margin-bottom: 8px; margin-right: 0px; margin-top: 5px; line-height: 1.4em; font-size: 12px; padding-left: 10px; }
.footertitle{padding: 0px; margin: 0px; font-weight: bold;}

.nav {

	padding: 0 20px;
	margin: 0 auto 60px;

}


.button { border-style: none;

/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,51% 105%,color-stop(0, rgb(247,247,247)),color-stop(0.28, rgb(238,238,238)),color-stop(0.28, rgb(230,230,230)),color-stop(1, rgb(217,217,217)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
background-image:linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0);width: auto;
text-shadow:0px -1px  1px rgba(0, 0, 0, .4), 0px 1px #fff;/* テキストくぼませ */
max-width: 480px;
display:block; margin: 5px; padding:10px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

 -webkit-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34) ; /* Safari, Chrome用 */
  -moz-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* Firefox用 */
  box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* CSS3 */

}
.button:hover { color: white; border-style: none; background-image: url(none);
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,75,147)),color-stop(0.22, rgb(0,73,144)),color-stop(0.7, rgb(0,62,131)),color-stop(1, rgb(0,62,131)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
background-image:linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0);
display:block; margin: 5px; padding:10px;
text-shadow:0px 0px  0px rgba(0, 0, 0, .4), 0px 0px #fff;/* テキストくぼませ */
color: white;
border-color: #00468c;
border-width: 1px;
border-style: solid;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

  -webkit-box-shadow: 0 0 8px 0 #baccf2; /* Safari, Chrome用 グロー*/
  -moz-box-shadow: 0 0 8px 0 #baccf2; /* Firefox用 */
  box-shadow: 0 0 8px 0 #baccf2; /* CSS3 */
}


.button-m { border-style: none;

/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,51% 105%,color-stop(0, rgb(247,247,247)),color-stop(0.28, rgb(238,238,238)),color-stop(0.28, rgb(230,230,230)),color-stop(1, rgb(217,217,217)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
background-image:linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0);width: auto;
text-shadow:0px -1px  1px rgba(0, 0, 0, .4), 0px 1px #fff;/* テキストくぼませ */
max-width: 100%;
display:block; margin: 0px; padding:10px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

 -webkit-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34) ; /* Safari, Chrome用 */
  -moz-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* Firefox用 */
  box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* CSS3 */

}
.button-m:hover { color: white; border-style: none; background-image: url(none);
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,75,147)),color-stop(0.22, rgb(0,73,144)),color-stop(0.7, rgb(0,62,131)),color-stop(1, rgb(0,62,131)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
background-image:linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0);

text-shadow:0px 0px  0px rgba(0, 0, 0, .4), 0px 0px #fff;/* テキストくぼませ */
color: white;
border-color: #00468c;
border-width: 1px;
border-style: solid;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

  -webkit-box-shadow: 0 0 8px 0 #baccf2; /* Safari, Chrome用 グロー*/
  -moz-box-shadow: 0 0 8px 0 #baccf2; /* Firefox用 */
  box-shadow: 0 0 8px 0 #baccf2; /* CSS3 */
}


#tab {
	padding-top: 10px;
	padding-bottom: 20px;

}



#tab li {
text-shadow:0px -1px  1px rgba(0, 0, 0, .4), 0px 1px #fff;/* テキストくぼませ */
  min-width: 150px;
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
border-style: none; width: auto;max-width: 220px;display:block; margin:0px; padding:10px;
margin-right: 5px;
margin-left: 5px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-image: url(http://nixus.jp/images/button-back2.png);
 -webkit-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.54) ; /* Safari, Chrome用 */
  -moz-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.54); /* Firefox用 */
  box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.54); /* CSS3 */



}


.border {
	border-color: #c7c7c7;
	border-width: 1px;
	border-style: solid;
}



#mobimenu{
padding-bottom: 10px;
padding-top: 10px;
width: 100%;border-style: none;text-align: left;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background: #282828;
}

#mobimenu a{

	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: white;

}


.side{

width:220px !important

}



table.tbl{
	width: 80%;
	margin: 15px auto 10px auto;
}


table.tbl th{
	text-align: center;
	padding:5px;
	background:#a9dae8;
	border:1px solid #c7c7c7;
}



table.tbl td{
	border:solid 1px #c7c7c7;
	padding:5px;
}


table.tbl tr.odd td{
	background: #f0f0f0;
}

.center{



	text-align: center;



}

.big-font{
	font-family:inherit;
	display: inline;
	font-size: 1.6em;
}

.midium-font{.big{
	font-family:inherit;
	display: inline;
	font-size: 10px;
}}

.small-font{ display: inline;  font-size: small; line-height: 100%;}
.small-font2{  color: #555555; font-size: 0.9em; line-height: 170%; }
.image-pic{

	
}

/*-- レスポンシブ時のiframe --*/
div.iframeWrap {
    position: relative;
    width: 100%;
}
div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.pc{display: block}
.mobi{display: none}
.tab{display:inline }


/* フッターメニューバー */

ul.footer-menu{
margin: 0px;
padding: 0px;
list-style: none;

}

ul.footer-menu li{
	line-height: 1em;
	background-color: rgba(0,0,0,0.70);
	text-align: center;
	width: 15%;
	float: left;
}

ul.footer-menu div.title-f{
	font-family:  'Open Sans', sans-serif;
	font-size: 1.2em;
	margin: 0px;
	display: inline;
}

ul.footer-menu li:hover{

	background-color: rgba(43,43,43,0.70);
	text-align: center;
	float: left;
}


ul.footer-menu a{
	display: block;
	padding: 10px 0px 10px 0px;
	font-size: 1em;
	color: white;
}

ul.footer-menu div.small-font {
	color: #717172;
}


/* 新レスポンシブナビゲーション */

#menu2 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: none;
}

.logomenu {

	height: 50px !important;
}

#menu2 li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu2 li a {
	display: block;
	padding: 10px 0 10px;
	background-color: rgba(255,255,255,0.90);
	color: #464646;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #757575;
}
#menu2 li:last-child a{
	border: none;
}
#menu2 li a:hover{
	background: #787878;
	color: #fff;
}

#toggle{
	background-image: url(../image/00-burger.png);
	background-position: right top;
}


#toggle {
	display: none;
}


/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	ul{
		padding: 0;
		margin:  0;
	}
	
	div#headerArea {    
    height: 70px;    
   box-sizing:content-box !important;
    color: white;    
    background-color: rgba(255,255,255,0.9);    
    margin-right: auto;    
    margin-left: auto;    
    text-align: left;  
    top: 0;  
    left: 0;  
    width: 100%; 
   box-shadow: 0px 1px 13px rgba(0,0,0,0.3);
      position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}


	
	div#headerArea2 {    
    height: 70px;    
   box-sizing:content-box !important;
    color: white;    
    background-color: rgba(255,255,255,0.9);    
    margin-right: auto;    
    margin-left: auto;    
    text-align: left;  
    top: 0;  
    left: 0;  
    width: 100%; 
   box-shadow: 0px 1px 13px rgba(0,0,0,0.3);
      position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}



	
	#menu2 {

		background-color: rgba(0,0,0,0.7);

	}
	#menu2 li {
		width: 100%;
		border-bottom: 1px solid #747474;
	}
	
	#menu2 li a {
	padding: 20px 0px 20px 0px
	}
	
	
	#toggle {
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
		height: 65px;
		background-repeat: no-repeat
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 5px 10px 5px 10px;

		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
}


/* ここまで新レスポンシブナビゲーション */





/* レスポンシブナビゲーション */

ul#navi { display: none; padding: 0px;margin: 0; }

.open { display: block; }
    	    #pageslide { width: 100px; }
    	    #pageslide #navi li { padding: 10px 10px 10px 10px;margin: 0px; border-bottom: 1px solid #666; list-style: none; }
    	    #pageslide #navi li a { color: #FFF; border: none; }
    	    #pageslide #navi li a:hover { text-decoration: underline; }
    	}
   	




@media print{
.nodisp{display: none}
.subnavimg{
	width: 120px;	
}
}

@media screen{
.print{display: none}
}

/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .wrapper { width: 748px; }



ul.header-menu li{
	line-height: 1.3em;
	text-align: center;
	width: 14%;
	height: 65px;
	float: left;
	font-size: 15px;
}

ul.header-menu li.logo{
	font-size: 1.2em;
	text-align: center;
	min-width: 300px;
	float: left;
	padding: 0px 0px 0px 0px;
}

ul.header-menu a{
box-sizing:content-box !important;
	color: #333333;
	display: block;
	height: 30px !important;
	padding: 35px 0px 25px 0px !important;
	font-size: 0.9em;
}


ul.header-menu a:hover{
box-sizing:content-box !important;
	background: #03A3EA;
	text-decoration: none;
	color: #fff;
}



.subnavimg{
	
	width: 120px;
	
}



}


/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.wrapper { width: 95%; min-width: 300px; }
	body {font-size: 16px ;}
	.small-font{ display: inline;  font-size: x-small; line-height: 100%;}
	.small-font2{  color: #555555; font-size: 15px; line-height: 170%; }
	#nav, #header h1 { float: none; }
	#header h1 { margin-bottom: .5em; }
	#nav ul li { margin: 0; float: none; margin-bottom: 1px; background-color: #fff; }
	#nav ul li a, #nav ul li span { display: block; padding: 2px 5px; }
	.navarea { display: none; }
	.pc { display: none; }
	.mobi { display: block; }
	




.subnavimg{
	
	width: 90px;
	
}

.image-pic{
	width: 90%
	
}

.bg01{
	min-height: 400px;
	background-position: center bottom;
	background-size: cover !important;
	
}

.bg02{
	font-size: 15px;
}



h1 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 0.2em;}
  
h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0.1em;

}
h3 {
  font-size: 17px;
  line-height: 1.4em;

}
h4 {
  font-size: 16px;
  line-height: 1.65em;

}
h5 {
  font-size: 1em;
  line-height: 1.65em;

}
h6 {
  font-size: 0.857em;
  line-height: 1.5em;

  text-transform: uppercase;
}






}







/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.wrapper { width: 420px; }
	



}




