﻿@charset "utf-8";
/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #000;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
img {
max-width: 100%;
vertical-align: top;
}
a {
color: #FFB71B;
}
/* reset end */

/* wrap */
#wrap {
min-width: 320px;
padding-top: 80px;
}
#header {
min-width: 320px;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
max-width: 100%;
height: auto;
}
#wrap .area {
position: relative;
clear: both;
display: block;
z-index: 10;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: 1200px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	background-position: center top;
	padding-top: 60px;
	}
	}
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}
#wrap {
background: url("../images/visual_bg.jpg") no-repeat center top / auto 100% #000;
background-attachment: fixed;
}
@media screen and (min-width: 1400px) {
#wrap {
background-size: 100% auto;
}
}
@media screen and (max-width: 768px) {
	#wrap {
	background-image: url("../images/visual_bg_sp.jpg");
	background-size: 100% auto;
	}
}
.contents {
background: rgba(0,0,0,0);
}
/* wrap end */

/* header */
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
z-index: 999;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
transition: 0.2s;
}
#header * {
transition: 0.2s;
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding: 0;
}
#header .branding {
position: relative;
flex: 1 0 0%;
align-self: center;
display: flex;
}
#header .logo {
align-self: center;
padding: 10px;
}
#header .logo a {
display: flex;
height: 100%;
}
#header .logo img {
max-height: 40px;
height: auto;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .area_in {
	padding-left: 0;
	padding-right: 50px;
	}
	}
#header .logo_txt {
font-size: 80%;
align-self: center;
}
	@media screen and (max-width: 768px) {
	#header .logo_txt {
	display: none;
	}
	}
#header {
background: #000;
}
/* header end */

/* menubtn */
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 23px;
right: 13px;
top: 17px;
cursor: pointer;
}
#menubtn {
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #ccc;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 11px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
transform: translateY(11px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
transform: translateY(-11px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
/* menubtn end */

/* menu */
#menu ul {
display: flex;
width: 100%;
height: 100%;
max-width: 800px;
align-items: center;
font-size: 90%;
}
#menu ul li a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center;
padding: 10px;
font-weight: bold;
color: #000;
}
#menu ul li a:hover {
color: #FFB71B;
}
#menu li a.comp span {
display: inline-block;
background: #FFB71B;
padding: 10px 20px;
border-radius: 0;
font-weight: bold;
border-radius: 30px;
color: #fff;
}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.comp.contact_end span {
background: #999;
}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 600px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu ul li a {
	padding: 5px;
	font-size: 90%;
	color: #fff;
	}
	#menu li a.comp span {
	padding: 10px 10px;
	border-radius: 30px;
	}
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: #000;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	font-size: 130%;
	}
	#menu li > a > * {
	padding: 20px;
	color: #fff;
	}
	#menu ul li a.comp {
	padding: 20px;
	}
	#menu ul li a.comp span {
	display: block;
	background: #fff;
	color: #000;
	}
	}

#menu ul li a {
color: #fff;
}
#menu ul li a:hover {
color: #fff;
opacity: 0.7;
}
#menu ul li.sns img {
opacity: 0!important;
}
@media screen and (min-width: 768px) {
#menu ul li a.comp span {
color: #000;
}
}
/* menu end */

/* visual */
#visual {
position: relative;
width: 100%;
height: 650px;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
max-width: 1200px;
}
#visual .area_in img {
width: 100%;
height: 650px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
#visual {
height: auto;
}
#visual .area_in img {
height: calc(100vw * (650 / 1200));
}
}
@media screen and (max-width: 768px) {
	#visual {
	height: auto;
	}
	#visual .area_in {
	background: url("../images/visual_sp.png") no-repeat left top / contain;
	}
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (800 / 800));
	opacity: 0;
	}
}
/* visual end */

/* lead */
#lead_area {
text-align: center;
background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
padding: 50px 0;
}
.lead_txt {
text-align: left;
max-width: 900px;
margin: 0 auto 20px;
line-height: 1.8;
font-size: 120%;
}
.lead_txt em {
font-style: normal;
display: block;
font-size: 150%;
font-weight: 600;
color: #FFB71B;
text-align: center;
line-height: 1.4;
}
.lead_txt b {
display: block;
font-weight: bold;
line-height: 2;
font-size: 115%;
font-weight: 600;
}
.lead_txt span {
font-size: 80%;
font-weight: 400;
line-height: 1.2;
}
	@media screen and (max-width: 768px) {
	.lead_txt {
	font-size: 100%;
	}
	}
.lead_img {
text-align: center;
margin-bottom: 20px;
}
#lead_area {
color: #fff;
}
/* lead end */

/* contact */
.contact_area {
padding: 40px 20px;
background: rgba(0,0,0,0.0);
}
.contact_tit {
text-align: center;
font-size: 200%;
margin: 0 auto;
padding-bottom: 20px;
line-height: 1.4;
max-width: 760px;
}
.contact_tit > * {
display: inline-block;
}
.contact_tit b {
font-weight: normal;
color: #FFB71B;
}
	@media screen and (max-width: 768px) {
	.contact_tit {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 520px) {
	.contact_tit {
	font-size: 120%;
	}
	.contact_tit > * {
	display: inline;
	}
	}
.contact_btn {
position: relative;
display: flex;
width: 100%;
height: 100px;
max-width: 600px;
margin: 0 auto;
align-items: center;
justify-content: center;
font-weight: 500;
text-decoration: none;
text-align: center;
color: #fff;
font-size: 200%;
transition: 0.3s;
border-radius: 50px;
transition: .3s;
background: #FFB71B;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn span {
display: inline-block;
}
.contact_btn span span {
display: block;
text-align: center;
font-size: 80%;
color: #FFB71B;
}
.contact_btn > *:before {
content: "";
position: absolute;
right: 30px;
top: 50%;
width: 10px;
height: 10px;
margin-top: -9px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(-45deg);
}
.contact_btn.contact_end {
background: #999;
}
.contact_txt {
text-align: center;
margin-top: 10px;
}
.contact_btn_box .txt {
text-align: center;
margin-top: 10px;
}
	@media screen and (max-width: 520px) {
	.contact_btn {
	width: 100%;
	height: 60px;
	font-size: 130%;
	}
	.contact_btn::before {
	right: 20px;
	margin-top: -7px;
	transform: rotate(-45deg) scale(.8);
	}
	}
/* contact end */

/* footer */
#footer {
padding: 50px 0;
background: #fff;
}
#footer a {
transition: 0.3s;
}
#footer a:hover {
opacity: 0.7;
}
.company_logo {
padding: 30px;
text-align: center;
max-width: 260px;
margin: 0 auto;
}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #ddd;
margin: 3px 0;
}
#nav ul li.sns {
display: none;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 20px;
color: #000;
}
.footer_link {
text-align: center;
font-size: 90%;
}
.footer_link a {
text-decoration: none;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 0 20px 0;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid #ddd;
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
	text-align: center;
    }
    }
#nav ul li a em {
font-style: normal;
font-size: 80%;
display: block;
margin-bottom: 3px;
text-align: center;
color: #B22D4D;
}
#nav ul li a b {
display: block;
text-align: center;
}
#footer {
background: #000;
}
#footer {
color: #fff;
}
#footer #nav ul li a {
color: #fff;
}
#footer .footer_link a {
color: #fff;
}
#footer .copy {
color: #fff;
}
/* footer end */

/* pagetop */
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
z-index: 100;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: rgba(0,0,0,0.9);
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* pagetop end */

/* title */
.base_tit {
position: relative;
margin-bottom: 50px;
text-align: center;
}
.base_tit b {
position: relative;
display: inline-block;
font-weight: 600;
font-size: 150%;
}
.base_tit span {
position: relative;
display: inline-block;
font-weight: bold;
font-weight: 600;
font-size: 130%;
}
	@media screen and (max-width: 768px) {
	.base_tit {
	margin-bottom: 30px;
	}
	.base_tit b {
	font-size: 130%;
	}
	.base_tit span {
	font-size: 110%;
	}
	}
.base_tit {
padding-top: 45px;
border-top: 1px solid #fff;
color: #fff;
text-align: left;
}
.base_tit b {
font-weight: 400;
font-size: 170%;
letter-spacing: 0.05em;
}
.base_tit span {
font-weight: 400;
font-size: 200%;
letter-spacing: 0.05em;
}
	@media screen and (max-width: 768px) {
	.base_tit {
	padding-top: 25px;
	}
	.base_tit b {
	font-size: 130%;
	}
	.base_tit span {
	font-size: 150%;
	}
	}
/* title end */

/* popup */
.mfp-bg {
opacity: 0.9;
background: #000;
}
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
max-width: inherit!important;
padding: 50px 50px;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
button.mfp-arrow.mfp-arrow-left {
background: url(../js/prev_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
button.mfp-arrow.mfp-arrow-right {
background: url(../js/next_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
/*
左右矢印を中央に寄せる
	@media screen and (min-width: 768px) {
	button.mfp-arrow.mfp-arrow-left {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-370px, -25px);
	}
	button.mfp-arrow.mfp-arrow-right {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(320px, -25px);
	}
	}
*/
	
.mfp-arrow:after,
.mfp-arrow:before {
display: none;
}
.pop_prev,
.pop_next {
position: fixed;
top: 50%;
z-index: 100;
display: block;
width: 50px;
height: 50px;
cursor: pointer;
text-indent: -9999px;
transition: .3s;
}
.pop_prev {
left: 10px;
background: url(../js/prev_w.png) no-repeat center center / cover;
}
.pop_next {
right: 10px;
background: url(../js/next_w.png) no-repeat center center / cover;
}
.pop_prev:hover,
.pop_next:hover {
opacity: 0.7;
}
button.mfp-arrow.mfp-arrow-left,
button.mfp-arrow.mfp-arrow-right {
display: none;
}
/* popup end */

/* program */
/* program end */

/* popup_area */
/* popup_area end */

/* timetable_area */
/* timetable_area end */

/* program_nav */
/* program_nav end */

/* program_table */
/* program_table end */

/* program_table_head */
/* program_table_head end */

/* speakers_area */
/* speakers_area end */

/* overview_area */
#overview_area {
padding: 50px 0;
}
#overview_area .area_in {
}
.overviewe_box {
margin: 0 auto;
}
	@media screen and (max-width: 768px) {
	.overview_txt {
	padding-top: 30px;
	}
	}
	@media screen and (max-width: 420px) {
	#overview_area {
	padding: 30px 0;
	}
	}
.dlist {
max-width: 700px;
margin: 0 auto;
}
.dlist dl {
display: flex;
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.dlist dl dt {
flex: 0 1 170px;
font-weight: bold;
position: relative;
padding: 40px 0;
vertical-align: middle;
text-align: left;
}
.dlist dl dd {
flex: 1 0 0%;
position: relative;
padding: 40px 0;
word-break: break-all;
line-height: 1.8;
font-size: 95%;
}
.dlist dl dd b {
color: #FFB71B;
font-size: 110%;
}
.dlist a {
text-decoration: underline;
}
.dlist_txt {
text-align: center;
margin-top: 20px;
}
	@media screen and (max-width: 768px) {
	.dlist {
	padding: 0;
	}
	.dlist .txt_head {
	margin: 0 0 30px;
	}
	.dlist dl {
	display: block;
	padding: 0;
	}
	.dlist dl dt {
	padding: 20px 0;
	}
	.dlist dl dd {
	padding: 0 0 20px;
	}
	}
	@media screen and (max-width: 420px) {
	.dlist {
	}
	}
/* overview_area end */

/* sponsor_area */
/* sponsor_area end */

.contact_area {
background: #FFB71B;
color: #000;
margin: 50px 0;
}
.contact_btn {
background: #000;
color: #fff;
border-radius: 10px;
font-size: 160%;
}
.contact_btn > * br {
display: none;
}
.contact_btn > *:before {
margin-top: -5px;
border-bottom-color: #FFB71B;
border-right-color: #FFB71B;
}
.contact_btn.contact_end {
background: #999;
}
	@media screen and (max-width: 768px) {
	.contact_area {
	margin: 20px 0;
	}
	.contact_btn {
	width: 100%;
	height: 60px;
	font-size: 130%;
	}
	.contact_btn > * br {
	display: block;
	}
	}
	@media screen and (max-width: 500px) {
	.contact_btn > *:before {
	display: none;
	}
	}

#visual {
background: #000;
}
#nav ul li a em {
font-style: normal;
font-size: 80%;
display: inline-block;
margin-bottom: 3px;
text-align: center;
color: #000;
background: #FFB71B;
line-height: 1;
padding: 3px 6px;
margin-right: 5px;
}
#nav ul li a span {
display: inline-block;
}
#footer {
background: none;
}
.base_tit {
border-top: none;
color: #FFB71B;
text-align: left;
padding: 10px 0 10px 50px;
line-height: 1.2;
background: url("../images/icon.png") no-repeat left center / auto 50px;
}
#lead_area {
background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
.lead_txt {
max-width: inherit;
}
#menubtn span {
background-color: #FFB71B;
}
#menubtn.active span {
background-color: #000;
}

@media screen and (min-width: 768px) {
#menu {
display: none;
}
}
@media screen and (max-width: 768px) {
#menu ul li a {
padding: 20px 0;
}
#menu ul li a em {
font-style: normal;
color: #FFB71B;
background: #000;
padding: 5px 10px;
display: inline-block;
font-size: 70%;
font-weight: normal;
letter-spacing: 0.1em;
}
#menu li > a > * {
color: #000;
line-height: 1;
}
#menu li > a > span {
display: block;
padding-top: 5px;
}
#menu li > a > b {
display: block;
text-align: center;
padding-top: 0;
}
#menu {
background: #FFB71B;
}
}

.dlist {
max-width: 100%;
}
.dlist dl {
border-bottom: none;
color: #fff;
}
.dlist dl dt {
border-bottom: 1px solid #fff;
}
.dlist dl dd {
border-bottom: 1px solid #FFB71B;
}
	@media screen and (max-width: 768px) {
	.dlist dl dt {
	border: none;
	}
	}


.case_list li {
padding: 10px;
}
.case_list li > * {
background: #fff;
display: block;
padding: 30px;
box-shadow: 0 0 10px rgba(0,0,0,1);
color: #000;
text-decoration: none;
transition: .3s;
}
.case_list li > *:hover {
opacity: 0.7;
}
.case_list li > * .layout {
display: flex;
align-items: center;
}
.case_list li > * .layout .photo {
flex: 0 1 360px;
text-align: center;
align-self: flex-start;
}
.case_list li > * .layout .info {
flex: 1 0 0%;
padding: 0 0 0 20px;
}
.case_list li > * .layout .info .title {
font-size: 200%;
margin-bottom: 20px;
}
.case_list li > * .layout .info .title b {
font-weight: normal;
}
.case_list li > * .layout .info .txt {
line-height: 1.6;
}
@media screen and (max-width: 768px) {
.case_list li > * .layout {
display: block;
}
.case_list li > * .layout .info {
padding: 20px 0 0;
}
}


#gnav {
background: #FFB71B;
}
#gnav ul {
display: flex;
justify-content: space-between;
}
#gnav li {
flex: 1 0 20%;
}
#gnav a {
position: relative;
display: flex;
flex-flow: column nowrap;
width: 100%;
height: 120px;
justify-content: center;
align-items: center;
color: #000;
text-decoration: none;
font-weight: bold;
font-size: 120%;
line-height: 1;
transition: .3s;
}
#gnav a:hover {
opacity: 0.7;
background: rgba(255,255,255,0.3);
}
#gnav a em {
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%,0);
font-style: normal;
color: #FFB71B;
background: #000;
padding: 5px 10px;
display: inline-block;
font-size: 70%;
font-weight: normal;
letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
#gnav a em {
width: 180px;
}
}
#gnav a em + span {
display: block;
text-align: center;
}
#gnav a span + b {
display: block;
text-align: center;
margin-top: 5px;
}
@media screen and (max-width: 768px) {
#wrap #gnav.area {
display: none;
}
}
.ban {
text-align: center;
margin-bottom: 50px;
}
.overview_txt {
text-align: left;
margin: 0 auto 20px;
line-height: 1.8;
font-size: 120%;
color: #fff;
}



#wrap {
padding-top: 0!important;
}
#header {
background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
box-shadow: none;
}
#visual {
width: 100%;
height: 400px;
}
#visual .area_in img {
width: 100%;
height: 400px;
}
@media screen and (max-width: 1200px) {
	#visual .area_in img {
	height: calc(100vw * (400 / 1200));
	}
}
@media screen and (max-width: 768px) {
	#wrap {
	padding-top: 60px!important;
	}
	#header {
	background: #000;
	}
	#visual {
	height: auto;
	}
	#visual .area_in {
	height: auto;
	background: none;
	}
	#visual .area_in img {
	height: calc(100vw * (400 / 1200));
	opacity: 1;
	}
}
.lead_box {
display: flex;
}
.lead_visual {
flex: 0 1 500px;
}
.lead_txt {
flex: 1 0 0%;
}
#lead_area {
padding: 30px 0;
}
.base_tit {
margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
.lead_box {
display: block;
}
.lead_visual {
display: none;
}
}
#gnav li:nth-child(1),
#gnav li:nth-child(5) {
flex: 1 0 15%;
}
#gnav li:nth-child(2),
#gnav li:nth-child(3) {
flex: 1 0 25%;
}
#gnav li:nth-child(4) {
flex: 1 0 20%;
}
#gnav a {
height: 80px;
}
#gnav a em + span {
margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
#gnav a span {
font-size: 90%;
}
#gnav a span + b {
font-size: 90%;
}
}
@media screen and (min-width: 768px) and (max-width: 850px) {
#gnav a span {
font-size: 80%;
}
#gnav a span + b {
font-size: 80%;
}
}

/* css end */