@charset "utf-8";/* global link styles
 * ------------------------------ */
/* reset */
#gl2016_globalLinks * {
	margin: 0;
	padding: 0;
}
#gl2016_globalLinks section {
	display: block;
}
/* common */
.gl2016_inlineList {
    list-style: none;
}
	.gl2016_inlineList li {
		display: inline-block;
	}
	html*.gl2016_inlineList li {
		display: inline;
		zoom: 1;
	}
/* pie */
.gl2016_pie {
     
    position: relative;
}
/* clear */
.gl2016_clr {
	display: block;
}
.gl2016_clr:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0.1em;
    line-height: 0;
    height: 0.1px;
    visibility: hidden;
}
* html .gl2016_clr { zoom: 1; }
*:first-child+html .gl2016_clr { zoom: 1; }

#gl2016_globalLinks {
    background: #575444 url(/static_contents/20230925-100800/images/std/global/sprite_global_links.png) repeat-x 0 -30px;
    clear: both;
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif,Helvetica;
    font-size: 12px;
    line-height: 1.2;
    min-width: 1030px;
    padding: 17px 0;
    text-align: center;
}
	#gl2016_globalLinks h3 { line-height: 1; }
	#gl2016_globalLinks .gl2016_wrap {
		background: url(/static_contents/20230925-100800/images/std/global/sprite_global_links.png) repeat-x 0 -800px;
		border-radius: 5px;
		padding: 15px 0 5px;
	}
	#gl2016_globalLinks .gl2016_title {
		border-left: 4px solid #FFF;
		font-size: 16px;
		margin-bottom: 17px;
		padding-left: 11px;
	}
	#gl2016_globalLinks a {
		color: #FFF;
		text-decoration: underline;
	}
	#gl2016_globalLinks span a {
		margin-right: 1em;
	}
	#gl2016_globalLinks a.gl2016_ico.gl2016_blank {
		background: url(/static_contents/20230925-100800/images/std/global/sprite_global_links.png) no-repeat 100% -9px;
		padding-right: 13px;
	}
#gl2016_globalLinks-inner {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}
#gl2016_globalLinks-search {
    margin-bottom: 10px;
}
	#gl2016_globalLinks-search dl {
		display: table;
		margin-bottom: 10px;
		padding: 0 15px;
		position: relative;
		width: 100%;
	}
	#gl2016_globalLinks-search dd,
	#gl2016_globalLinks-search dt {
		display: table-cell;
		vertical-align: top;
	}
	#gl2016_globalLinks-search dt {
		border-right: 1px dotted #FFF;
		width: 7.25em;
	}
	#gl2016_globalLinks-search dd {
		overflow: hidden;
		padding-left: 1.25em;
	}
		#gl2016_globalLinks-search dd p {
			margin-top: -8px;
		}
		#gl2016_globalLinks-search dd span {
			display: inline-block;
			margin-top: 8px;
			white-space: nowrap;
		}
	#gl2016_globalLinks-service ul {
		padding: 0 15px;
	}
	#gl2016_globalLinks-service li {
		margin: 0 2em 10px 0;
	}