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

 2015.06.16 ver0.0.0.1  @emix
 top.css

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 360px) {


header {
	position: absolute;
	z-index: 999;
	top: 0px;
	width: 100%;
	height: 92px;
	padding: 10px 0;
	background: #000;
	opacity: 0.85;
	color: #fff;
	line-height: 1.6;
}
header .wrapper {
}
header #logo {
	float: left;
	width: 18.18%;/*200px*/
    height:auto;
	background: url(../images/common/logo.png) no-repeat left;
	background-size:98%;
	opacity: 1;
}
header #logo a {
    display: block;
    width: 100%;
    height:auto;
}
header #logo span {
	visibility: hidden;
}
header #navi {
	float: none;
	width: 100%;
}

header #hdmenu li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 5px;
}


header #gNav {
    width: 100%;
    letter-spacing: -0.4em;
}

/*
最新情報
*/
.viewer {

    padding: 112px 0 0;
}
	
/*
最新情報
*/
#update li {
    float: left;
    position: relative;
    margin:0% 0% 2% 1%;
    width: 48.5%;
    height: 140px;
}


/* ----------------------------------------
フッター
---------------------------------------- */
footer .footNav li.nav01 {
display: none;

}
footer .footNav li.nav01 .sona {

}
footer .footNav li.nav01 .address {

}
footer .footNav li {
    display: inline-block;
    float: left;
    width: 48%;
    line-height: 1.8;
    margin: 1% 0.5%;
	font-size:13px;
	font-weight:normal;
}
footer .footNav li.nav02 {
    min-height: 200px;
}
footer .footNav li.nav03 {
    min-height: 200px;
}
footer .footNav li.nav04 {
    min-height: 200px;
}
footer .footNav li.nav05 {
    min-height: 200px;
}

footer .footNav li h3 a{
	font-size:18px;
	font-weight:normal;
}
footer .footNav li p {
	font-size:13px;

}

}
