/*! #######################################################################
####################################################################### */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


/* Transitions and class for reduced height */
.headgp .sskk_logo a, .headgp-shrink .sskk_logo a,.headmenu,.headmenu-shrink{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/*--------------- Navi Menu ----------------------*/

.sp{
	display:none !important;
}


.cont1 {
	margin-top:150px;
}
.headgp{
}

.headgp-shrink{
	padding:0px 0;
}

.headgp .sskk_logo a{
	width:400px;
	height:82px;
	background-size: 400px auto;
}
.headgp-shrink .sskk_logo a{
	width:196px;
	height:40px;
	background-size: 196px auto;
}

.headgp .sskk_logo a:hover{
	color:#eb6100;	
}


.headmenu-shrink{
	font-size:14px;
	margin-top: 30px;
}


header{
	display: block;
	/*float:right;*/
}

header nav {
	text-align: center;
}
header nav ul {
	margin: 0;
	padding: 10px;
	padding-top:25px;
	list-style-type: none;
}
.headmenu ul li{
	height:30px !important;
	width:19%;
	float:left;
	margin-left:4%;
}

.headmenu ul li {
	display: inline;
	margin-left: 1em;
}
.headmenu ul li.li_menu_features{
	margin-left: 0;
}
.headmenu ul li.li_menu_archives{
	margin-left: 4%;
}
.headmenu ul li.li_menu_news{
	margin-left: 1%;
}
.headmenu ul li.li_menu_contact{
	margin-left: 2%;
}
.headmenu ul li.li_menu_lang{
	margin-left: 5%;
	width:12%;
}

.headmenu ul li div.lang {
	float:left;
	margin-top:-3px;
	font-size:12px;
}

header nav ul li ul {
	display: none;
}
header nav a {
	color: #fff;
}
header nav a:hover {
	color: #70c4d6 !important;
	/*color:#004484;*/
}

.headmenu ul li div.lang a{
	color: #fff;
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
.headmenu ul li div.lang a:hover{
	color: #70c4d6;
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

#menu_top .headmenu ul{
	padding-top:25px;
	padding-bottom:5px;
}

header nav a, header nav a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

.header_box_04{
	position:absolute;
	right:0;
	margin-right:15px;
	font-size:10px;
	margin-top:-10px;
}
section, article{
	display: block;
	float: left;
}
article {
	width: 96%;
	padding: 3em 2%;
}

.sskk_logo{
	display:block;
}
.sskk_logo_ {
	display:none;
}


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

.sskk_logo{
	float:none;
}
.headgp .sskk_logo a{
	margin:0 auto;
}
#menu .headmenu{
	float:none;
}
#menu_top .headmenu{
	float:none;
}

.cont1 {
	margin-top:230px;
}

.social {
	display:none;
}

.social2 {
	display:block;
	margin:30px auto 20px;
	position:relative;
	width:100%;
}

.social2 .btn_social {
	position: relative;
	overflow: hidden;
	float:none;	
}

.btn_social ul {
float:left;
left:50%;
position:relative;
}

.btn_social li {
float:left;
left:-50%;
position:relative;
}

.btn_social li.sha{
	padding-top:5px;
	padding-right:10px;
	color:#FFF;
}

}

@media only screen and (max-width: 750px) {
.sp{
	display:block !important;
}
.pc{
	display:none !important;
}
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
/*.sskk_logo,#top{
	display:none;
}*/
.sskk_logo_ {
	display:block;
}
.sskk_logo_ a {
	z-index:999999999999;
	background-image: url("../img/sskk2@2x.png");
    background-repeat: no-repeat;
    background-size: 150px 31px;
    display: block;
    height: 31px;
    width: 150px;
	margin-left:10px;

}
.cont1 {
	margin-top:0px;
}
}

/*--------------- Navi Menu ----------------------*/


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position: fixed;
	background: #111;
	z-index: 999999;
	margin-top:-50px;
	/*position:fixed;
	top:0;
	margin-top:5px;*/
}

.yebis_logo_sp img{
	padding-left:5px;
}
.yebis_logo_sp{
	padding: 10px;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 17px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 5px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #000;
	/*margin-top: 44px;*/
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.3);
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #989b33;
	/*background: rgba(255,255,255,0.1);*/
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
