﻿@charset "utf-8";

/* ------ General Settings ------ */
html { *overflow-x: hidden; }
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height:1px;
}
/* ------ float ------ */
.fLeft { float:left; }
.fRight { float:right; }

/* ------ body ------ */
body {
	width: 100%;
}
/* ------ wrapper ------ */
#wrapper {
	background-color:#073583;
}
/* ------ container ------ */
#container {
	position: relative;
	background-color:#fff;
}
/* ------ gnav-btn ------ */
#gnav-btn {
    position: fixed;
    top: 0;
    left: 0;
	z-index:9999;
}
#gnav-btn div{
	margin:20px;
}
.toggle_menu{
    overflow: hidden;
    border-radius: 90px;
    padding: 19px 17px;
    border:3px solid #073583;
	background-color:#fff;
    display:block;
    width:24px;
    height:20px;
    position:relative;
    transition: all .8s;
}
.toggle_menu span{
    display: block;
    height: 3px;
    width: 24px;
    margin:0 0 5px 0;
    background: #073583;
    transition: all .3s;
    position: relative;
}
.toggle_menu:hover{
	background-color:#fff;
    border: 2px solid rgba(0,0,0,0);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.toggle_menu:hover span{
	background-color:#333;
}
/* ------ gnav ------ */
#gnav {
	clear: both;
	position: fixed;
	_position:absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
}
#gnav nav {
	width: 100%;
}
#gnav nav ul {
	width: 100%;
}
#gnav nav ul li {
	width: 100%;
	border-bottom:#fff solid 1px;
	display:block;
}
#gnav nav ul li:hover {
	background-color:#003ca3;
}
#gnav nav ul li a {
	display: block;
	padding: 15px 10px 15px 35px;
	height:20px;
	font-size: 90%;
	line-height:20px;
	background:url(/images/common/navAr.png) no-repeat 10px center;
	*zoom: 1;
	color:#fff;
}
#gnav nav ul li#navLogo a {
	height:40px;
	padding:20px 10px 15px;
	background-image:none;
}
#gnav nav ul li#navLogo a img {
	width:200px;
}
/* ------ content ------ */
#content {
	margin:0 auto;
	padding-top:40px;
	max-width:1280px;
}

/* ------ footer ------ */
#footArea {
	margin:0 auto;
	height:560px;
	clear:both;
}
#footLogo {
	padding:80px 0 60px;
}
#footArea p {
	font-size:80%;
	text-align:center;
}
#snsArea {
	width:200px;
	margin:0 auto;
	padding-bottom:60px;
}
#snsArea p.fb {
	float:left;
}
#snsArea p.tw {
	float:right;
}

/* backtotop */
.backtotop {
    position: fixed;
    bottom: 15px;
    z-index: 9000;
    display: none;
}
.backtotop {
    right: 15px;
}
.backtotop a {
    display: block;
}
.backtotop a img {
	width: 60px;
}
.backtotop a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height:1px;
}

/*-----------------------------------------------------	*/
/*	1280px以上					*/
/*-----------------------------------------------------	*/

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


}

/*-----------------------------------------------------	*/
/*	for - 1279px					*/
/*-----------------------------------------------------	*/

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

}

/*-----------------------------------------------------	*/
/*	for - 960px					*/
/*-----------------------------------------------------	*/

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

}

/*-----------------------------------------------------	*/
/*	for - 800px					*/
/*-----------------------------------------------------	*/

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

}

/*-----------------------------------------------------	*/
/*	for - 568px					*/
/*-----------------------------------------------------	*/

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

/* ------ footer ------ */
#footLogo {
	padding:240px 0 20px;
}
#footLogo a img {
	width:100px;
}

}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

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

/* ------ gnav-btn ------ */
#gnav-btn {
    position: fixed;
    top: 0;
    left: 0;
	z-index:9999;
}
#gnav-btn div{
	margin:20px;
}
.toggle_menu{
    overflow: hidden;
    border-radius: 90px;
    padding: 10px 9px;
    border:2px solid #073583;
	background-color:#fff;
    display:block;
    width:16px;
    height:14px;
    position:relative;
    transition: all .8s;
}
.toggle_menu span{
    display: block;
    height: 3px;
    width: 16px;
    margin:0 0 3px 0;
    background: #073583;
    transition: all .3s;
    position: relative;
}

/* ------ footer ------ */
#footArea {
	height:auto;
	padding-bottom:100px;
}
#footLogo {
	padding:80px 0 20px;
}

}

/*-----------------------------------------------------	*/
/*	for - 320px					*/
/*-----------------------------------------------------	*/

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

}

