#menu {
	height: 10%;
	width: 100%;
	margin: 0px 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 242, 48, 0.3 )), to(rgba(99, 242, 48, 0.8)));
	font-weight: bold;
	opacity: 1;
	position: absolute;
	overflow:hidden;
	z-index: 11;
	border-bottom:#33CC00 2px ridge;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 4px 4px 4px 2px #aaa;
}
#aside_gclist {
	height: 0px;
}
#search_gc_header {
	text-align: center;
}
#search_gc_header input[type=button] {

}

#search_gc_list {
	top: -15px;
	height: 390px;
	width: 95%;
	position: relative;
}
#search_gc_list a {
	position: absolute;
	color: #0088cc;
	width: 100%;
	display: block;
	text-decoration: none;
	border: 2px ridge #ddd;
	padding: 5px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	color: #150D74;
	font-weight: bold;
	overflow: hidden;
	opacity: 0;
}
#search_gc_list a:hover {
	background: #D3DEFF;
}

#search_gc_list a p {
	position: relative;
	white-space: nowrap;
	float: left;
}

#mapwrap {
	border: 10px ridge #666;
	background: #333;
	/*padding: 5px;*/
	border-radius: 5px;
	position: relative;
}

#iclist {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(50,50,50)));
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	font-size: 13px;
	color: #DDD;
	white-space: nowrap;
	width: 100%;
	height: 43px;
	position: absolute;
	z-index: 101;
}
#iclist #scr {
	position: relative;
}
#iclist a {
	text-decoration: none;
}
#iclist .lic {
	margin: 0px 0px;
	padding: 5px 10px;
	border-width: 3px;
}
#iclist .lic.nml {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(5, 5, 5)), to(rgb(120, 120, 120)));
	border-style: ridge;
	border-color: #747474;
	color: #FFFFFF;
	font-size: 15px;
}
#iclist .lic.nml:hover {
	background: #333;
}
#iclist .lic.current {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(160, 160, 160)));
	border-style: groove;
	border-color: #FAFAFA;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#iclist .lic.current:hover {
	background: #EEE;
}
#maparea {
	height: 350px;
	letter-spacing: -.40em;
	display: flex;
	margin-top: 45px;
}
#maparea * {
	letter-spacing: normal;
}
#search_map {
	width: 50%;
	height: 100%;
	display: inline-block;
	position: relative;
}
#search_map input[type=button] {
	height: 30px;
	border: 1px solid #aaa;
	margin: 0;
	font-family: "meiryo";
	background: #EEE;
	margin-bottom: 3px;
}
#search_map input[type=text] {
	width: 120px;
	height: 26px;
	padding: 0;
	margin: 0;
	font-family: "meiryo";
	margin-right: -5px;
	color: #999;
}
#search_map #mapinfo {
	position: absolute;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 10px;
	height: 100px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

#gclist {
	position: relative;
	width: 50%;
	height: 100%;
	/*background: #16212C;*/
	display: inline-block;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: auto;
}
#gclist a {
	text-decoration: none;
	color: inherit;
}
#gclist * {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#gclist > div {
	position: absolute;
	width: 100%;
	padding: 5px;
}
#gclist .listbox {
	border: 1px solid #568D61;
	border-radius: 8px;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFF;
	background: #113F34;
	display: flex;
}
#gclist .listbox.tit {
display: inline-block;
	margin-top: 20px;
}
#gclist .listbox.ad {
	background: #173569;
	border-color: #427DE7;
}
#gclist .listbox.selected {
	background: #900;
	border-color: #DA3F3F;
}
#gclist .listbox.tit2 {
display: inline-block;
margin-top: 5px;
}
#gclist .listbox .course {
	padding: 3px;
	width: 170px;
}
#gclist .listbox .listthumb {
	width: 75px !important;
	height: 50px !important;
	margin: 3px;
}
#gclist .listbox .course-name {
	padding: 3px;
}
#gclist .listbox a:hover {
	background: #096D49;
}
.mrk {
	display: inline-block;
	padding: 0 3px;
	margin-right: 1px;
	font-size: 11px;
	border-radius: 3px;
}
.mrk.ic {
	background: #F1154A;
	border: 1px outset #F1154A;
	color: #FFF;
}
.mrk.jtb {
	background: #1847BE;
	border: 1px outset #1847BE;
	color: #FFF;
}
.mrk.vic {
	background: #279917;
	border: 1px outset #279917;
	color: #FFF;
}
.mrk.root {
	cursor: pointer;
	background: #4B4A4A;
	border: 1px outset #706F6F;
	color: #FFF;
}
.mrk.root:hover {
	background: #AAA;
	color: #4B2207;
}
.mrk.root:active {
	border-style: inset;
}

#spfilter {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.73);
	position: absolute;
	z-index: 100;
	color: #fff;
	text-shadow: 3px 3px 5px #fff;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	display: none;
}
table, tr, td, th {
	margin: 0px;
	padding: 0px;
}

#info {
	height: 80px;
	padding: 0px 10px;
	margin: 0px 0px;
	background: rgb(235, 235, 235);
	background: rgba(235, 235, 235, 0.9);
	font-weight: bold;
	opacity: 1;
	position: absolute;
	z-index: 11;
	left: 30px;
	right: 30px;
	bottom: 45px;
	border-top: #fff solid 3px;
	border-left: #fff solid 3px;
	border-right: #646464 solid 3px;
	border-bottom: #646464 solid 3px;
	-webkit-border-radius: 0px;
	/*-webkit-box-shadow: 4px 4px 4px 2px #aaa;*/
}


#info #content {
	overflow: auto;
	height: 100%;
}

#info #content h2 {
	font-size: 22px;
	margin-bottom: 0 !important;
}

#info #content p {
	font-size: 18px;
	font-family: "meiryo";
	margin: 0;
}



#modal { }

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;

}

#map {
	height: 100%;
	display: block;
}


@media screen and (max-width:568px) {
	#gclist {
		display: none;
	}
	#search_map {
		width: 100%;
		display: block;
	}
	#info {
		height: 70px;
		left: 20px;
		right: 20px;
	}
	#aside_gclist {
		display: none;
	}
	#spfilter {
		display: table;
	}
}

.reco-course .box.current {
	background: rgb(228, 255, 144);
}

.mCSB_container {
	margin-right: 10px !important;
}

.mCSB_container.mCS_no_scrollbar {
	margin-right: 0 !important;
}


#map * {
	max-width: none;
}
.ifw, .gcifw {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.ifw {
	font-size: 20px !important;
	color: #000;
}
.gcifw {
	color: #FFF;
}

.ifw_frame {
	background: rgb(255,255,255) !important;
	background: rgba(255,255,255,.8) !important;
	border: groove 3px #ddd !important;
	border-radius: 5px !important;
}
.ifw_allow_left {
	background: rgb(255,255,255) !important;
	background: rgba(255,255,255,.8) !important;
}
.ifw_allow_right {
	background: rgb(255,255,255) !important;
	background: rgba(255,255,255,.8) !important;
}

.gcifw_frame {
	background: rgb(10,10,10) !important;
	background: rgba(10,10,10,.8) !important;
	border: groove 3px #333 !important;
	border-radius: 5px !important;
}
.gcifw_allow_left {
	background: rgb(10,10,10) !important;
	background: rgba(10,10,10,.8) !important;
	border: groove 1px #333 !important;
}
.gcifw_allow_right {
	background: rgb(10,10,10) !important;
	background: rgba(10,10,10,.8) !important;
	border: groove 1px #333 !important;
}

a.type1 {
	font-size: 18px !important;
	text-decoration: none;
	color: #FF5606;
}
a.type1:hover {
	color: #F7B730;
}

a.type2 {
	font-size: 18px !important;
	color: #000000;
}
a.type2:hover {
	color: #777676;
}
