@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :日本歯科衛生教育学会
 style info :コンテンツエリア関係 他
 
各ページのCSS

背景カラー：#FFFEFF
メインカラー青：#006699
アクセントカラーオレンジ：#ffad00
アクセントカラー薄い青：#005baa


=================================================================== */

/*----------------------------------------------------
	.info
		学会紹介
----------------------------------------------------*/
.info .uniTable th {
	border-left: #e3e3e3 1px solid;
	text-align: center;
	background: #fafbff;
}

.info .uniTable tr.odd td {
	background: #FFF;
}

.honor li {
 float: left;
	width: 100px;
}

/*----------------------------------------------------
	.publication
		出版物
----------------------------------------------------*/

.publication_journal_list li {
 float: left;
	width: 130px;
	list-style-type: none !important;
	background: url(../img/item/icon_link_mini.png) no-repeat left 4px;
	padding-left: 14px;
}

/*----------------------------------------------------
	.seminar
		講習会・セミナー
----------------------------------------------------*/

.seminarlist td {
 font-size: 12px;
}

	@media screen and (max-width:991px) {
.seminarlist td {
 width: 100%;
}
	}



/*----------------------------------------------------
	.sitemap
		サイトマップ
----------------------------------------------------*/

.sitemap .TextArea ul li {
	list-style-type: none !important;
	background: url(../img/item/icon_link.png) no-repeat left 4px;
	padding-left: 20px;
}

.sitemap .TextArea ul li ul li {
	background: url(../img/item/icon_link_mini_transparent.gif) no-repeat left 4px;
	padding-left: 14px;
}

/*----------------------------------------------------
	.search
		サイト内検索
----------------------------------------------------*/

.sitesearch .TextArea table,
.sitesearch .TextArea table th,
.sitesearch .TextArea table td {
 border: none;
}

/*----------------------------------------------------
	.en
		English
----------------------------------------------------*/
.en .uniTable th {
	border-left: #e3e3e3 1px solid;
	text-align: center;
	background: #fafbff;
}

.en .uniTable tr.odd td {
	background: #FFF;
}

.en .official ul li {
	 width: 170px;
}
