<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ms-top-key-box
--------- --------- --------- */
#contents .ms-top-key-box {
}

#contents .ms-top-key-box .section-wrap {
	padding-top: 16px;
	background: #4db5d3 url(../img/bg_topkeybox.png) left top no-repeat;
}

#contents .ms-top-key-box .title-box {
	margin-bottom: 10px;
	font-size: 16px;
	color:#fffefe;
	font-weight: normal;
	text-align: center;
}

#contents .ms-top-key-box .title-box .title {
	line-height: 38px;
	letter-spacing:0.05em;
	font-weight: bold;
	text-shadow: 0px 2px 0px rgba(77, 77, 77, 0.3);
}

#contents .ms-top-key-box .title-box .title span {
	font-size: 18px;
}

#contents .ms-top-key-box .title-box .title-b {
	display: inline-block;
	margin: 0 5px;
	padding-bottom: 4px;
	width: 85px;
	font-size: 16px;
 font-weight: bold !important;
	color:#ff9d29;
	text-align: center;
	background:url(../img/title_box_bg.png) left bottom no-repeat;
	text-shadow: none;
}

#contents .ms-top-key-box .search-box {
	width: 600px;
	margin: auto;
	position: relative;
	margin-bottom: 10px;
}

#contents .ms-top-key-box .search-box .search-query {
	width: 572px;
	height: 45px;
	font-size:14px;
	margin: 0;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	line-height: 45px;
	padding: 0 14px;
	background: #ffffff;
	border: none;
	vertical-align: middle;
 font-family: Meiryo, "メイリオ", "ヒラノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents .ms-top-key-box .search-box .search-btn {
	width: 46px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(../img/icon_search_b.png) 50% 50% no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
}

#contents .ms-top-key-box .search-box .search-btn .icon-search {
	margin-right: 7px;
	margin-top: -2px;
	display: inline-block;
	width: 24px;
	height: 23px;
	vertical-align: middle;
	overflow: hidden;
	background: url(../img/icon_search_b.png) 0 0 no-repeat;
}

*+html #contents .ms-top-key-box .search-box .search-btn .icon-search {
	display: inline;
	zoom: 1;
}

#contents .ms-top-key-box .search-box .search-btn .text {
	display: inline-block;
}

*+html #contents .ms-top-key-box .search-box .search-btn .text {
	display: inline;
	zoom: 1;
}

#contents .ms-top-key-box .attention-words-box {
	margin: auto;
	overflow: hidden;
	margin-bottom: 16px;
	text-align: center;
}

*+html #contents .ms-top-key-box .attention-words-box { zoom: 1; }
#contents .ms-top-key-box .attention-words-box:after { content : ''; display : block; clear : both; height:0; }


#contents .ms-top-key-box .attention-words-box .title {
display: inline-block;
	padding: 2px 17px 0 0;
	line-height: 23px;
	font-size:12px;
	color: #ffffff;
	vertical-align: top;
	background: url(../img/icon_arrow_wt.png) right center no-repeat;
}

#contents .ms-top-key-box .attention-words-box .title:before {
	content: "";
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
	width: 14px;
	height: 14px;
	background: url(../img/icon_info_or.png) left center no-repeat;
}

#contents .ms-top-key-box .attention-words-box .list {
	display: inline-block;
	overflow: hidden;
	word-wrap: break-word;
	line-height: 23px;
	font-size:12px;
}

#contents .ms-top-key-box .attention-words-box .list li {
	display: inline-block;
	padding-left: 6px;
}

*+html #contents .ms-top-key-box .attention-words-box .list li {
	display: inline;
	zoom: 1;
}

#contents .ms-top-key-box .attention-words-box .list li a {
	display: inline-block;
	line-height: 23px;
	padding: 0 7px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: #cbeaf3;
	border: 1px solid #ffffff;
}

*+html #contents .link-tab-box .tab-btn-list .tab-btn { zoom: 1; }
#contents .link-tab-box .tab-btn-list .tab-btn:after { content : ''; display : block; clear : both; height:0; }

#contents .link-tab-box .tab-btn-list .tab-btn {
	position: relative;
	padding-top: 40px;
}

#contents .link-tab-box .tab-btn-list .tab-btn li{
	display: inline-block;
	position: absolute;
	top: 4px;
	width: 132px;
	height: 18px;
	line-height: 1;
	padding: 13px 6px 5px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background: #0077df;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
#contents .link-tab-box .tab-btn-list .tab-btn li:hover{
	background: #3192e6;
}

#contents .link-tab-box .tab-btn-list .tab-btn li.company {
	left: 40px;
}

#contents .link-tab-box .tab-btn-list .tab-btn li.other {
	left: 194px;
}

#contents .link-tab-box .tab-btn-list .tab-btn li.selected {
	display: inline-block;
	position: absolute;
	top: 0;
	height: 18px;
	line-height: 1;
	padding: 13px 6px 21px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: transparent url(../img/bg_tab_btn.png) left top no-repeat;
	font-weight: bold;
	color: #2078c3;
}

#contents .ms-top-key-box .link-tab-box .link-list-wrap {
	background: #ffffff;
	border-left: 3px solid #4db5d3;
	border-right: 3px solid #4db5d3;
	border-bottom: 3px solid #4db5d3;
	padding: 15px 38px 10px 10px;
	min-height: 212px;
}

*+html #contents .ms-top-key-box .link-tab-box .link-list-box { zoom: 1; }
#contents .ms-top-key-box .link-tab-box .link-list-box:after { content : ''; display : block; clear : both; height:0; }

#contents .ms-top-key-box .link-tab-box .link-list-box .link-list {
	width: 136px;
	margin-left:28px;
	float: left;
}

#contents .ms-top-key-box .link-tab-box .link-list-box .link-list .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	color: #4db5d3;
}

#contents .ms-top-key-box .link-tab-box .link-list-box .link-list .link li {
}

#contents .ms-top-key-box .link-tab-box .link-list-box .link-list .link li a {
	color: #696969;
	font-size: 12px;
}

*+html #contents .ms-top-key-box .link-tab-box .link-list-box .link-list .link li{
	margin-top: 5px;
}

/* tab func*/
#contents .ms-top-key-box .link-tab-box .tab-content{
	display: none;
}

#contents .ms-top-key-box .link-tab-box .tab-content.selected{
	display: block;
}</pre></body></html>