﻿@import url(http://fonts.googleapis.com/css?family=Expletus+Sans:400,400italic,600,600italic,700,700italic);

body { margin: 0; border: 0; padding: 0; font-family: "Expletus Sans"; }
table { margin: 0; border: 0; padding: 0; border-collapse: collapse; border-spacing: 0px; }
td, th { margin: 0; border: 0; padding: 0; text-align: left; vertical-align: top; }
a { text-decoration: none; }
ul, li { margin: 0; padding: 0; }
ul { list-style-type: none; }
img { border: 0; vertical-align: middle; }
dl, dt, dd { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
input { font-family: "Expletus Sans"; }
textarea { font-family: "Expletus Sans"; }

.pdb10px { padding-bottom: 10px; }
.pdt10px { padding-top: 10px; }

#wrapper { width: 1024px; margin: auto; position: relative; }
#header { padding: 40px 20px 0 20px; overflow: hidden; }
#header h1 { float: left; }
#quickmenu { float: right; border-left: 1px solid #999999; padding-left: 11px; margin-top: 20px; }
#quickmenu li { overflow: hidden; }
#quickmenu li a { float: left; font-size: 11px; line-height: 15px; color: #525252; }
#gsa { float: right; margin-top: 55px; margin-right: 16px; }

.about { overflow: hidden; margin-right: 11px; padding-bottom: 60px; border-top: 1px solid #666666; }
.about h3 { float: left; width: 200px; padding-top: 10px; font-size: 45px; font-weight: 600; color: #6699ff; }
.about .desc { float: left; width: 420px; padding-top: 15px; font-size: 13px; line-height: 18px; color: #666666; }
.about dt { font-weight: bold; color: #6699ff; }
.about dd { padding-bottom: 20px; }
.about ul { overflow: hidden; }
.about li { float: left; }
.about li:after { content: "/"; padding: 0 5px; color: #6699ff; }
.about li:last-child:after { content: ""; padding: 0; }
.about p { padding-bottom: 20px; }
#query_form input,
#query_form textarea { border: 0; background-color: #e5e5e5; border-radius: 5px; padding: 5px; margin: 0; }
.input_e { width: 250px; }
.input_s { width: 400px; }
.input_q { width: 400px; height: 234px; }
#query_form input.button_s { position: relative; left: 420px; top: -47px; padding: 0 10px; background-color: #6699ff; color: #ffffff; font-weight: bold; line-height: 22px; }

.terms { overflow: hidden; margin-right: 11px; padding-bottom: 60px; border-top: 1px solid #666666; }
.terms h3 { float: left; width: 199px; padding-top: 20px; font-size: 36px; line-height: 40px; font-weight: 600; color: #6699ff; }
.terms .desc { float: left; width: 586px; padding-top: 8px; font-size: 13px; line-height: 18px; color: #666666; }
.terms .desc dl { overflow: hidden; padding: 12px 0 35px 0; border-bottom: 1px solid #cccccc; }
.terms .desc dt { width: 188px; margin-right: 11px; float: left; font-weight: bold; color: #6699ff; }
.terms .desc dd { width: 387px; float: left; }
.terms .desc dd span { color: #6699ff; }

.result_comment { font-size: 13px; line-height: 18px; color: #666666; margin: 20px 0; float: left; }
.result_comment p { border: 0; border-radius: 5px; background-color: #adadad; padding: 2px 7px; color: #ffffff; margin-top: 10px; }

#footer { margin: 20px; padding-bottom: 20px; border-top: 1px solid #666666; overflow: hidden; }
#footer img { margin-top: 8px; float: left; }
#footer ul { float: right; overflow: hidden; margin-top: 14px; }
#footer ul li { float: right; font-size: 11px; color: #666666; padding-left: 20px; }
#footer ul li a { color: #666699; }

.b-logo {
	margin-left: 20px;
	margin-top: 34px;
}

.b-menu {
	padding-right: 11px;
}

.b-menu.nopadding {
	padding-right: 0px;
}

.menu-item {
	width: 188px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: 600;
	font-size: 20px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #666666;
}

.menu-item.blue {
	color: #6699FF;
	border-color: #6699FF;
}

.menu-item.pink {
	color: #FF66CC;
	border-color: #FF66CC;
}

.menu-item.emerald {
	color: #00CCCC;
	border-color: #00CCCC;
}

.menu-item.violet {
	color: #666699;
	border-color: #666699;
}

.b-submenu {
	width: 188px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

.submenu-item {
	color: #666666;
}

.submenu-item a {
	color: #666666;
}

.b-submenu .submenu-item.selected {
	font-weight: bold;
	font-style: italic;
}

.b-submenu.blue .submenu-item:hover {
	color: #6699FF;
}

.b-submenu.blue .submenu-item.selected {
	color: #3366CC;
}

.b-submenu.pink .submenu-item:hover {
	color: #FF66CC;
}

.b-submenu.pink .submenu-item.selected {
	color: #993399;
}

.b-submenu.pink .submenu-item-subitem:hover {
	color: #FF66CC;
}

.b-submenu.emerald .submenu-item:hover {
	color: #00CCCC;
}

.b-submenu.emerald .submenu-item.selected {
	color: #339999;
}

.b-submenu.violet .submenu-item:hover {
	color: #666699;
}

.b-submenu.violet .submenu-item.selected {
	color: #666699;
}

.b-submenu.grey .submenu-item {
	margin-bottom: 20px;
}

.b-submenu.grey .submenu-item:hover {
	font-weight: 600;
	font-style: italic;
}

.b-quickmenu {
	width: 103px;
	padding-left: 11px;
	margin-top: 40px;
	float: right;
	border-left: 1px solid #999999;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

.search-text {
	margin: 5px 0px 0px 77px;; 
	border: 0; 
	padding: 0; 
	background-color: transparent;
	font-size: 12px; 
	color: rgba(255, 255, 255, 0.8);
	width: 260px;
}
.search-text::-webkit-input-placeholder { /* WebKit browsers */
	color: rgba(255, 255, 255, 0.6);
}
.search-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.6);
}
.search-text::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.6);
}
.search-text:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: rgba(255, 255, 255, 0.6);
}

.menu-title {
	font-weight: 600;
	font-size: 45px;
	line-height: 52px;
}
.b-blue .menu-title {
	color: #6699ff
}
.b-pink .menu-title {
	color: #FF66CC
}
.b-emerald .menu-title {
	color: #00cccc;
}
.b-violet .menu-title {
	color: #666699;
}
.submenu-title {
	font-size: 28px;
	line-height: 33px;
}
.b-blue .submenu-title {
	color: #3366cc;
}
.b-pink .submenu-title {
	color: #993399;
}
.b-pink .submenu-subitem-title {
	color: #660066;
	font-size: 18px;
	font-weight: 600;
}
.b-emerald .submenu-title {
	color: #339999;
}
.b-violet .submenu-title { font-size: 28px; line-height: 42px; color: #999999; }

.span-co {
	cursor: pointer;
}

.span-co.selected {
	font-weight: bold;
	font-style: italic;
}
.span-co:hover {
	font-weight: bold;
	font-style: italic;
}

.ic_data {
	width: 33px;
	height: 60px;
}

.b-articles.blue .ic_data {
	background-image: url('../img/dataicon_normal.jpg');
}

.b-articles.pink .ic_data {
	background-image: url('../img/dataicon2_normal.jpg');
}

.b-articles.emerald .ic_data {
	background-image: url('../img/dataicon3_normal.jpg');
}

.b-articles.grey .ic_data {
	background-image: url('../img/search_dataicon_normal.jpg');
}

.b-articles.blue .b-art:hover .ic_data {
	background-image: url('../img/dataicon_rollover.jpg');
}

.b-articles.pink .b-art:hover .ic_data {
	background-image: url('../img/dataicon2_rollover.jpg');
}

.b-articles.emerald .b-art:hover .ic_data {
	background-image: url('../img/dataicon3_rollover.jpg');
}

.b-articles.grey .b-art:hover .ic_data {
	background-image: url('../img/search_dataicon_rollover.jpg');
}


.ic_download {
	width: 33px;
	height: 57px;
}
.ic_link { width: 63px; height: 63px; }

.d-popup-article .blue .ic_link {
	background-image: url('../img/link_blue.png');
}

.d-popup-article .blue .ic_link:hover {
	background-image: url('../img/link_blue_rollover.png');
}

.d-popup-article .pink .ic_link {
	background-image: url('../img/link_purple.png');
}

.d-popup-article .pink .ic_link:hover {
	background-image: url('../img/link_purple_rollover.png');
}

.d-popup-article .emerald .ic_link {
	background-image: url('../img/link_green.png');
}

.d-popup-article .emerald .ic_link:hover {
	background-image: url('../img/link_green_rollover.png');
}


/*.b-articles .ic_download {
	cursor: pointer;
	background-image: url('../img/download_normal.jpg');
}

.b-articles.blue .b-art:hover .ic_download {
	background-image: url('../img/download_rollover.jpg');
}

.b-articles.pink .b-art:hover .ic_download {
	background-image: url('../img/downloadicon2_rollover.jpg');
}*/

.art-title {
	margin: 22px 22px 44px 22px;
	font-size: 18px;
	line-height: 21px;
	height: 84px;
	overflow: hidden;
	color: #666666;
	cursor: pointer;
	text-overflow: ellipsis;
}

.b-articles.blue .b-art:hover .art-title {
	color: #6699FF;
}

.b-articles.pink .b-art:hover .art-title {
	color: #CC66CC;
}

.b-articles.emerald .b-art:hover .art-title {
	color: #00cccc;
}

.b-articles.grey .b-art:hover .art-title {
	color: #999999;
}

.b-nav {
	width: 784px;
	border-top: 1px solid #999999;
	float: right;
	margin-right: 10px;
	padding-top: 12px;
	padding-bottom: 20px;
	text-align: right;
}

.nav-button {
	text-size: 13px;
	color: #666666;
}

.b-articles .nav-button:hover {
	text-decoration: underline;
}

.b-articles.blue .nav-button.selected {
	color: #6699FF;
}

.b-articles.pink .nav-button.selected {
	color: #cc66cc;
}

.b-articles.emerald .nav-button.selected {
	color: #00cccc;
}

.b-articles.grey .nav-button.selected {
	color: #999999;
}

.b-legend {
	font-size: 13px;
	color: #999999;
	padding-top: 66px;
	padding-bottom: 12px;
	padding-right: 11px;
	position: relative;
}

.b-articles.blue .b-legend .current {
	color: #6699FF;
}

.b-articles.pink .b-legend .current {
	color: #cc66cc;
}

.b-articles.emerald .b-legend .current {
	color: #00cccc;
}

.b-order { position: absolute; left: 630px; top: 60px; width: 145px; height: 19px; overflow: hidden; padding-top: 2px; }
.b-order.expanded { width: 148px; height: 78px; }
.order-item { display: block; color: #FFFFFF; font-size: 11px; line-height: 18px; padding-left: 7px; vertical-align: middle; cursor: pointer; }
.b-order .order-item { display: none; }
.b-order .order-item.on { display: block; }
.b-order.expanded .order-item { display: block; }
.b-order.expanded .order-item.on { display: none; }
.b-articles.blue .b-order { background-image: url('../img/sorting_small.png'); }
.b-articles.pink .b-order { background-image: url('../img/sorting2_small.png'); }
.b-articles.emerald .b-order { background-image: url('../img/sorting_small_green.png'); }
.b-articles.grey .b-order { background-image: url('../img/search_option_2.png'); }
.b-articles.blue .b-order.expanded { background-image: url('../img/sorting_extended.png'); }
.b-articles.pink .b-order.expanded { background-image: url('../img/sorting2_extended.png'); }
.b-articles.emerald .b-order.expanded { background-image: url('../img/sorting_extended_green.png'); }
.b-articles.grey .b-order.expanded { background-image: url('../img/search_option_2_extended.png'); }

.b-articles.blue .header {
	color: #6699FF;
}

.b-articles.pink .header {
	color: #cc66cc;
}

.b-articles.emerald .header {
	color: #00cccc;
}

.b-tag-capital {
	padding-top: 22px;
	height: 60px;
}

.tag-capital {
	font-size: 13px;
	color: #999999;
	width: 18px;
	line-height: 22px;
	cursor: pointer;
}
.tag-capital:hover {
	color: #666666;
	font-weight: bold;
}
.tag-capital.on {
	color: #666666;
	font-weight: bold;
}
.b-tag-word {
	padding-top: 22px;
	padding-bottom: 22px;
}
.tag-word {
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	cursor: pointer;
}

.tag-word:hover {
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.tag-word.on {
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.tag-word a { color: #999999; }

.b-submenu-item-subitem {
	position: absolute;
	left: 130px;
	top: -5px;
	background-image: url('../img/popup_box_01.png');
	/*width: 132px;
	height: 122px;*/
	/*width: 114px;
	height: 104px;
	padding: 9px;*/
	width: 114px;
	height: 120px;
	padding: 2px 9px 0px 9px;
	z-index: 100;
}

.submenu-item-subitem {
	font-size: 13px;
	line-height: 14px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	cursor: pointer;
}

.search-text.search-text2::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}
.search-text.search-text2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}
.search-text.search-text2::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}
.search-text.search-text2:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

.b-main-content {
	height: 416px;
	margin-left: 95px;
	margin-top: 70px;
	float: left;
}

.b-main-content-table {
	width: 312px;
}

.b-main-content-table .main-content-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	position: relative;
	top: 6px;
}

.b-main-content-table.blue .main-content-title {
	color: #6699FF;
}

.b-main-content-table.pink .main-content-title {
	color: #FF66CC;
}

.b-main-content-table.emerald .main-content-title {
	color: #00CCCC;
}

.b-main-content-table .main-content-subtitle {
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
}

.b-main-content-table.blue .main-content-subtitle {
	color: #6699FF;
}

.b-main-content-table.pink .main-content-subtitle {
	color: #FF66CC;
}

.b-main-content-table.emerald .main-content-subtitle {
	color: #00CCCC;
}

.b-main-content-table .main-content-art-title {
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	font-weight: 600;
	cursor: pointer;
}

.b-main-content-table .main-content-art-date {
	font-size: 13px;
	color: #666666;
}

.b-main-content-table .main-content-readmore {
	float: right;
	font-size: 12px;
	position: relative;
	/*top: 3px;*/
}

.b-main-content-table.blue .main-content-readmore {
	color: #6699FF;
}

.b-main-content-table.pink .main-content-readmore {
	color: #FF66CC;
}

.b-main-content-table.emerald .main-content-readmore {
	color: #00CCCC;
}

.b-main-content-table .main-content-divider {
	height: 2px;
}

.b-main-content-table.blue .main-content-divider {
	background-color: #6699FF;
}

.b-main-content-table.pink .main-content-divider {
	background-color: #FF66CC;
}

.b-main-content-table.emerald .main-content-divider {
	background-color: #00CCCC;
}

.d-link {
	float: left;
	width: 785px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 8px;
}

.d-link-title {
	font-size: 24px;
	font-weight: 600;
	color: #666699;
	line-height: 32px;
	margin-right: 11px;
	padding-top: 32px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}

.d-link-list {
	padding-left: 200px;
	padding-top: 12px;
}

.d-link-list-item {
	font-size: 12px;
	line-height: 18px;
	width: 300px;
	padding-bottom: 18px;
}

.link-item-title { color: #666699; font-size: 13px; line-height: 21px; font-weight: 600; }
.link-item-title:hover { font-style: italic; }

.link-item-anchor {
	color: #999999;
}

.d-popup-article {
	position: absolute;
	width: 488px;
	border-radius: 4px;
	background-color: #e5e5e5;
	box-shadow: 9px 9px rgba(100, 100, 100, 0.5);
	left: 160px;
	z-index: 99;
}

.d-popup-article .title {
	font-size: 22px;
	line-height: 25px;
	color: #666666;
	margin-top: 16px;
	margin-left: 21px;
	width: 420px;
	float: left;
}

.d-popup-article .header {
	font-size: 12px;
	line-height: 17px;
}

.d-popup-article .blue .header {
	color: #3366cc;
}

.d-popup-article .pink .header {
	color: #993399;
}

.d-popup-article .emerald .header {
	color: #339999;
}

.d-popup-article .content {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	word-break: break-all;
}
.d-popup-article .content a { color: #666666; }

.d-popup-article .ic_download {
	width: 63px;
	height: 109px;
	cursor: pointer;
	display: inline-block;
}

.d-popup-article .blue .ic_download {
	background-image: url('../img/download_blue.png');
}

.d-popup-article .blue .ic_download:hover {
	background-image: url('../img/download_blue_rollover.png');
}

.d-popup-article .pink .ic_download {
	background-image: url('../img/download_purple.png');
}

.d-popup-article .pink .ic_download:hover {
	background-image: url('../img/download_purple_rollover.png');
}

.d-popup-article .emerald .ic_download {
	background-image: url('../img/download_green.png');
}

.d-popup-article .emerald .ic_download:hover {
	background-image: url('../img/download_green_rollover.png');
}

.d-popup-article .ic_close {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	width: 24px;
	height: 23px;
	cursor: pointer;
}

.d-popup-article .blue .ic_close {
	background-image: url('../img/close_blue.jpg');
}

.d-popup-article .pink .ic_close {
	background-image: url('../img/close_purple.png');
}

.d-popup-article .emerald .ic_close {
	background-image: url('../img/close_green.jpg');
}

.wrap-main-art-content { height: 90px; overflow: hidden; position: relative; font-size: 13px; line-height: 18px; color: #666666; }
.wrap-main-art-content a { color: #666666; }
.wrap-main-art-content a:hover { text-decoration: underline; }
.wrap-main-art-content .ellipsis { position: absolute; right: 0; bottom: 0; display: none; background-color: #ffffff; }

.illust_area { width: 785px; border-top: 1px solid #666666; border-bottom: 1px solid #666666; position: relative; overflow: hidden; }
.illust_area .txt_area { width: 420px; padding-top: 16px; float: left; }
.illust_area .img_area { float: right; padding-right: 40px; }
.article_list { overflow: hidden; }
.article_listitem { float: left; }
.tab_area { font-size: 13px; line-height: 21px; padding-top: 40px; }
.tab_area a { color: #666666; font-weight: 600; }
.tab_area a:hover { text-decoration: underline; }
.tab_area a.on { color: #666699; font-weight: bold; font-style: italic; text-decoration: none; }
.tab_content { display: none; }
.tab_content.on { display: block; }

.main-content-art-content { word-break: break-all; }

.sitemap_wrap { padding-right: 11px; }
.sitemap { font-size: 45px; line-height: 50px; color: #6699ff; font-weight: 600; border-top: 1px solid #666666; padding-top: 20px; padding-bottom: 40px; }
.sitemap_content { overflow: hidden; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; font-size: 13px; line-height: 18px; color: #666666; }
.sitemap_content a { color: #666666; font-weight: normal; }
.sitemap_content .col1 { float: left; width: 25%; padding: 10px 0; }
.sitemap_content .col1 a { color: #6699ff; }
.sitemap_content .col2 { float: right; width: 75%; font-weight: bold; border-bottom: 1px solid #cccccc; padding: 10px 0 20px 0; }
.sitemap_content .col2:last-child { border-bottom: 0; }
.sitemap_content .col3 { float: left; width: 33.33%; }
.sitemap_content .col4 { float: right; width: 66.66%; border-bottom: 1px solid #cccccc; }
.sitemap_content .col4:last-child { border-bottom: 0; }
.sitemap_content .col5 { float: left; width: 50%; }
.sitemap_content .col6 { float: left; width: 50%; }

.b-main-content-table .main-content-title a { color: inherit; }
.b-wheel-main-title .title-item a { color: inherit; }
.menu-item a { color: inherit; }
.b-search { vertical-align: middle; height: 41px; }
.b-search-text { display: inline-block; vertical-align: middle; }
.b-search-text.hidden { display: none; }
.b-search-text-inner { display: inline-block; width: 260px; height: 39px; background-image: url('../img/search_box2.jpg'); vertical-align: middle; }
.b-search .search-text { margin: 11px 12px; width: 236px; line-height: 17px; }
.b-search .search-enter { vertical-align: middle; }
.b-search .search-label { font-size: 20px; font-weight: 600; color: #999999; vertical-align: middle; display: inline-block; text-align: center; }
.b-art { width: 392px; height: 260px; border-top: 1px solid #999999; font-size: 12px; color: #666666; }
.b-art .header { width: 72px; }
.b-art .b-article-info { padding-left: 22px; }


div#main_logo_slide {width:100%; position:relative; margin-top:50px; border-top:1px solid #666666; border-bottom:1px solid #666666; min-height:93px; box-sizing:border-box; padding:20px 30px;}
ul.logo_slide_list li {text-align:center; width:auto !important;}
ul.logo_slide_list li a img {height:93px;}
div.bx-controls-direction {width:100%; top:0px; box-sizing:border-box;}
div.bx-controls-direction a {position:absolute;}
div.bx-controls-direction a.bx-prev {left:0px; top:58px; background:url("/img/logo/arr_left.png") no-repeat left center; width:10px; height:14px; text-indent:-9999px;}
div.bx-controls-direction a.bx-next {right:0px; top:58px; background:url("/img/logo/arr_right.png") no-repeat right center; width:10px; height:14px; text-indent:-9999px;}