@charset "utf-8";

#menu2{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size:80%;
}
#menu2 li{
  display: block;
  margin: 0;
  padding: 0;
}
#menu2 li a{
  display: block;
  padding: 10px 0 8px;
  background: #0f76a4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  border-bottom: 1px solid #dfdfdf;
}
#menu2 li a:hover{
  background: #7ECAED;
}
#toggle{ 
  display: none;
}

#sp_globalnavi, #sp_header, #sp_footer {
	display:none;
}

@media only screen and (max-width: 480px) {
#globalnavi, #header, #footer, #menu_area {
	display:none;
}
#sp_header, #sp_globalnavi, #sp_footer {
	display:block;
}

#sp_header h1 {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
}

#sp_header h1 a {
	display:block;
	height: auto;
	width: 100%;
	text-indent: -9999pt;
	background: url(/j/cmn/img/header_logo.png) no-repeat 10px center;
	background-size:70%;
	padding: 10px 0;
}

#sp_globalnavi {
	margin:0;
}

#menu2{
    display: none;
}
#menu2 li{
    width: 100%;
}
#toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #0f76a4;
}
#toggle a{
    display: block;
    position: relative;
    padding: 10px 0 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
}
#toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 19px;
    margin-top: -10px;
    background: #fff;
}
#toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 5px;
    background: #0f76a4;
}
#toggle a:before{
    margin-top: -6px;
}
#toggle a:after{
    margin-top: 2px;
}
  
#wrapper {
	width:100%;
	border:none;
}

#container {
	width:96%;
	margin-left:2%;
}
	
#contents_area {
	width:100%;
	margin:0 0 30px 0;
}
#contents_area_full {
	width:100%;
	margin: 0 0 50px 0;
}


#sp_footer #footer_res {
    padding: 5%;
}


#sp_footer #footer_res ul{
    width:100%;
}
#sp_footer #footer_res ul li {
    border-bottom: none;
    border: none;
}

#sp_footer #footer_res ul li span {
padding:10px 10px;
}

#sp_footer #footer_res ul li::before {
    content: "";
    float: left;
    width: 0.5rem;
}

#sp_footer #footer_res ul.gn_col7 {
width:100%;
}
#footer_res ul.gn_col7 li.bumon {
width:100%;
padding: 10px 0;
}
#footer_res ul.gn_col7 li {
width:100%;
float:none;
}



#sp_footer #footer_cmn .footer_sns li {
border-bottom: none;
}
#sp_footer #footer_cmn .footer_sns a {
padding: 0;
}


#sp_footer {
	clear:both;
	padding:20px 0;
	background-color:#333333;
	color:#FFFFFF;
	text-align:center;
}

#sp_footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#sp_footer a:hover {
	background-color:#555533;
}

#sp_footer h2 {
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding: 20px 0 15px 0;
	border-bottom:#999999 1px solid;
}

#sp_footer ul {
	font-size:90%;
	width:160px;
	margin:0 auto;
	padding:0;
	width:100%;
}

#sp_footer ul li {
	list-style:none;
	border-bottom:#999999 1px solid;
}

#sp_footer ul li a {
	display: block;
	padding:10px;
}

#sp_footer p.copyright {
	font-size:80%;
	padding-top:20px;
}
}