﻿@charset "UTF-8";
#gnav ul li {
	float: left;
	width: 169px;
	text-align: center;
	list-style-type: none;
}
#gnav ul li a {
	display: block;
	padding: 14px 0;
	/*color:#25345E;
*/
	border-right: 1px solid rgba(215,215,215,0.6);
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
}
#gnav ul li.aa a:hover{
	background-color:#ffa500;
	background-image:url(../img/home-icon.png);
	background-position: right bottom;
	background-repeat:no-repeat;
}

#gnav ul li.aa a.no_home:hover{
		background-image:none;	
}
#mobile {
	display: none;
}
li a:hover {
	color: #FFF;
	background: linear-gradient(#FFA500, #FFC166);
	background: -webkit-linear-gradient(#FFA500, #FFC166);
}
#navi > li:last-child > a, nav li:last-child li a {
	border-right: none;
}
.aa {
	line-height: 16px;
}
#gnav ul li.bb a {
	padding: 18px 0;
}
.bb a:hover {
	height: 60px;
	box-sizing: border-box;
	font-size: 16px;
}
#gnav ul li a.current {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa500+1,f28d00+100 */
	background: rgb(255,165,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#f28d00', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
#gnav ul li.aa a.current {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa500+1,f28d00+100 */
	background: rgb(255,165,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#f28d00', GradientType=0 ); /* IE6-9 */
	color: #fff;
}

@media screen and (max-width:640px) {
html {
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
#desktop {
	display: none;
}
#mobile {
	display: block;
}
nav ul li a.current{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa500+1,f28d00+100 */
	background: rgb(255,165,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,165,0,1) 1%, rgba(242,141,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#f28d00', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.inner {
	width: 40%;
}
	#top #middle{
		width:100%;
	}
#middle {
	width: 100%;
	box-sizing: border-box;
	background-image: none;
}
header {
	height: auto;
	margin-bottom: 10px;
}
}
