@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :日本歯科医学教育学会
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub

背景カラー：#
メインカラー緑：#019155
アクセントカラー：#
アクセントカラー薄い緑：#02cc77


=================================================================== */

/*----------------------------------------------------
	場合によって使うもの
----------------------------------------------------*/

/*
html,
body {
  height:100%;
}

Opera用 
html:first-child body {
	min-height:100%;
	padding-bottom:1px;
} 
*/

/*----------------------------------------------------
	リンクカラーなど
----------------------------------------------------*/
a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
	※基本頭文字は小文字で
----------------------------------------------------*/

.pc_only {
	display: block !important;
}

.sp_only {
	display: none !important;
}

	/* ウィンドウ幅が0〜991pxの場合に適用するCSS */
	@media screen and (max-width:991px) {
	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block !important;
	}		
	}


.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.cr {
	clear: both;
}


.title {
	text-align: center;
}

.signature {
	text-align: right;
}

.text {
	text-indent: 1em;
}

a.roll:hover img {
  /* IE7 以下の独自拡張 */
  //filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  
  /* IE8 標準モードの独自拡張 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  
  /* CSS3 の公式プロパティ（Firefox 1.5+、Opera 8.0+、Safari 3.0+）*/
  opacity: 0.9;
}

.point {
	color: #f00;
}

.linkTop {
	background: url(../img/item/icon_top.gif) no-repeat;
	padding-left: 20px;
}

.link {
	background: url(../img/item/icon_link.png) no-repeat 4px;
	padding-left: 20px;
}

.link_mini {
	background: url(../img/item/icon_link_mini.png) no-repeat 4px;
	padding-left: 18px;
}

.link_download {
	padding-left: 18px;
}

.pdf {
	background: url(../img/item/icon_pdf.gif) no-repeat right;
	padding-right: 20px;
}

.pdf_download {
	background: url(../img/item/icon_pdf_download.gif) no-repeat right;
	padding-right: 80px;
}

	@media screen and (max-width:991px) {
.pdf_download {
	background: url(../img/item/icon_pdf.gif) no-repeat right;
	padding-right: 20px;
}
	}

.link_jstage {
	background: url(../img/item/icon_jstage.png) no-repeat right;
	padding-right: 76px;
}

.word {
	background: url(../img/item/icon_word.gif) no-repeat right;
	padding-right: 20px;
}

.excel {
	background: url(../img/item/icon_excel.gif) no-repeat right;
	padding-right: 20px;
}

.ppt {
	background: url(../img/item/icon_ppt.gif) no-repeat right;
	padding-right: 20px;
}

.calendar {
	background: url(../img/item/icon_calendar.png) no-repeat 4px;
	padding-left: 20px;
}

.file {
	font-size: 86%;
}

.phot {
 background: #fff;
	padding: 4px;
	border: 1px solid;
	border-color: #dfdfdf #adadad #adadad #dfdfdf;
}

.no_title {
	visibility: hidden;
}

/* 外部リンクは別窓用の指定 */
.blank,
.externalLink {
	background: url(../img/item/icon_blank.gif) no-repeat right;
	padding-right: 15px;
}

/* clearfix */
.clearfix{ /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; }

/*
#clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#clearfix {
	display: inline-block;
}
*/


/*----------------------------------------------------
	#navSkip (gNavSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}


/*----------------------------------------------------
	#ワイヤーフレーム
----------------------------------------------------*/
body {
/* background:  #FFFEFF; */
 background: url(../img/share/bg_body.png) repeat-x left 36px;
}

body.en {
 background: url(../img/share/bg_body.png) repeat-x left 10px;
}

@media screen and (max-width:991px) {
body,
body.en {
 background: none;
}
}

#page {
	width: 950px;
/*	background: #fff; */
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width:991px) {
#page {
	width: auto;
	margin-top: 0;
	padding: 0;
}
}

#contents {
	width: 950px;
/*	background: #F4F4F4 url(../img/share/bg_contents.png) no-repeat; */
 min-height: 630px;
 height: auto !important;  
	height: 630px;
}

@media screen and (max-width:991px) {
#contents {
	width: auto;
	padding: 0;
	background: #efefef;
}
}

#main {
	float: right;
	width: 700px;
	margin-top: 20px;
	padding: 0 0 0 10px;
 min-height: 400px;
 height: auto !important;  
	height: 400px;
}

@media screen and (max-width:991px) {
#main {
	width: auto;
	padding: 0;
	float: none;
}
}

#sub {
	float: left;
	width: 230px;
	background: #fbfaf5;
 min-height: 400px;
 height: auto !important;  
	height: 400px;
}

@media screen and (max-width:991px) {
#sub {
	float: none;
	width: auto;
	padding: 0;
	background: #fff;
}
}



#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

#contents .pageTop {
	clear: both;
	text-align: right;
	font-size: 86%;
	padding: 0 15px 15px 0;
}

#contents .pageTop a {
	background: url(../img/item/icon_link_top.png) no-repeat left;
	padding-left: 18px;
}

@media screen and (max-width:991px) {
#contents .pageTop {
	margin: 0;
	padding: 0;
}
}


.fileList {
 border-top: 1px solid #ccc;
	background: #f8fbf8;
	padding-top: 10px;
	margin-bottom:2em;
	font-size: 93%;
}

.fileList li {
 list-style-type: none !important;
	margin: 0 0 0.5em 0.5em;
	background: url(../img/item/icon_link.png) no-repeat left;
	padding-left: 20px;

}

.pickupArea {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	padding:10px;
	margin: 2em 0;
}

/*----------------------------------------------------
	#contents 内 標準要素
----------------------------------------------------*/


h2 {
 font-size: 115%;
	background: #fff;
	margin-top: 20px;
}

@media screen and (max-width:991px) {
h2 {
    position:relative;
    overflow:hidden;
    width:100%;
    height:80px;
}
h2 img {
    position:absolute;
    left:0;
    width:950px;
    height:80px;
}
}


h3 {
 font-size: 115%;
	margin: 0 0 1em 0;
	border-top: #173677 solid 4px;
	background: #fff url(../img/share/bg_h3.png) no-repeat left 8px;
	padding-left: 30px;
	padding-top: 8px;
	}

h4 {
	clear: both;
	color: #666;
	font-size: 113%;
	margin: 1.5em 0 1em 0;
	padding-left: 18px;
	background: url(../img/share/bg_h4.png) no-repeat left 4px;
}

h5 {
	font-size: 108%;
	color: #666;
	margin: 1.5em 0 1em 0;
	padding-left: 14px;
	background: url(../img/share/bg_h5.png) no-repeat left 4px;
	margin-bottom:1em;
}

h6 {
	margin-bottom:1em;
}

.TextArea /* width 690px; */ {
	padding: 0 5px 20px 5px;
 min-height: 60px;
 height: auto !important;  
	height: 60px;
	background: #fff;
}

#topicPath {
	padding: 2px 4px;
	margin-bottom: 12px;
	border: 1px solid #bbb;
	border-top: none;
	background: #F5F5F3;
}

#topicPath li {
 display: inline;
	background: url(../img/item/icon_link_mini_transparent.gif) no-repeat right;
	padding-right: 20px;
	font-size: 10px;
}

#topicPath li.stay {
	background: none;
}

/* -----------------------------------------------------------
	#各コンテンツ
----------------------------------------------------------- */

#eyecatch {
 width: 950px;
	height: 200px;
	margin: 20px 0;
}


#eyecatch .eyemain {
 float: left;
	width: 475px;
}
#eyecatch .eyesub {
}

@media screen and (max-width:991px) {
#eyecatch {
	width: auto;
	height: auto;
}
#eyecatch .eyemain {
 float: none;
	width: auto;
}
#eyecatch .eyemain,
#eyecatch .eyesub {
	text-align: center;
	margin-bottom: 10px;
}
#eyecatch .eyemain img,
#eyecatch .eyesub img {
 width: 90%;
	max-width: 475px;
	height: 90%;
	max-height: 200px;
}

}

.main_bnr {
 margin-bottom: 30px;
	text-align: center;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.main_bnr a {
 padding-right: 30px;
}

.main_bnr img {
}


/* http://webdesignrecipes.com/9-css3-and-jquery-techniques/

.main_bnr span.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/top/overlay.png) no-repeat 50% 50%;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=0);
}
.main_bnr span.overlay:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_bnr a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
 */


ul.uniList li {
 list-style-type: none !important;
	background: url(../img/item/icon_list.png) no-repeat left 6px;
	padding-left: 16px;
	margin-bottom: 1em;
	margin-left: 1em !important;
}

ul.uniLink li {
 list-style-type: none !important;
	background: url(../img/item/icon_link.png) no-repeat left;
	padding-left: 20px;
	margin-bottom: 1em;
}

table.uniTable {
	width: 100%;
	border: none;
	border-bottom: #e3e3e3 1px solid;
}
/*
.uniTable tr.first-child th {
 border-left: #019155 4px solid;
}
*/
.uniTable th {
 border: #e3e3e3 1px solid;
 border-left: #173677 4px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: bold;
}

.uniTable tr.odd th {
	background: #F4F4F4;
}

.uniTable td {
 border: #e3e3e3 1px solid;
 border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

.uniTable tr.odd td {
	background: #fafbff;
}

	@media screen and (max-width:991px) {
.uniTable {
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
.uniTable th,
.uniTable td {
 padding-left: 5px;
}
	}

	@media screen and (max-width:767px) {
.spTable th {
		display: block !important;
	 width: 90% !important;
}
.spTable td {
	display: list-item;
	list-style-type: disc;
	margin-left: 2em;
	border: none;
 width: 85% !important;
}

.spTable td:empty {
	 display: none !important;
}
	}

dl.uniDefinition dt {
 margin: 0 0 0.5em 0;
}

dl.uniDefinition dd {
 margin: 0 0 1em 1em;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

.TextArea ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 1em;
}

.TextArea ul li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

.TextArea ul li ol li {
	list-style-type: decimal;
}


#update {
	position: relative;
}

#update p {
 position: absolute;
	top: 10px;
	right: 10px;
}

	@media screen and (max-width:991px) {
#update p.all_update {
	display: none;
 }
}

.update table tr {
 border-bottom: 1px solid #F1F1F1;

}
.update table th {
 border: none;
	padding-right: 10px;
	font-size: 13px;
	padding-top: 10px;
	width: 80px;
}

.update table td {
 border: none;
	margin-left:10px;
	padding-top: 10px;
	width: 100%;
	padding-left: 14px;
}

.update table td p {
	background: url(../img/item/icon_link_mini.png) no-repeat left 5px;
	padding-left: 14px;
}

.update table tr.odd th,
.update table tr.odd td {
	background: #f7fcfe;
}

	@media screen and (max-width:991px) {
.update table th {
	width: 99%;
	display: block;
	padding-right: 0;
 }
.update table td {
	width: 85%;
	display: block;
	margin-left: 0;
}
.update table tr.odd td {
	background: #fff;
}
.update table tr th,
.update table tr.odd th {
	background: #f7fcfe !important;
}

}


.official li {
 float: left;
	width: 80px;
}

.publication_list li {
 float: left;
	width: 280px;
	list-style-type: none !important;
	background: url(../img/item/icon_link.png) no-repeat 4px;
	padding-left: 25px;
}

iframe.member_top {
 width: 100%;
	min-height: 600px;
	height: auto;
	border: none;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */

#sub {
 margin-top: 20px;
}

#sub .bnrBox {
 border: 1px solid #999999;
 border-top: none;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 40px 10px 10px 10px;
	text-align: center;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#sub .advertising {
	background: #fff url(../img/share/bg_sub_advertising.png) no-repeat left top;
}
#sub .pickup {
	background: #fff url(../img/share/bg_sub_pickup.png) no-repeat left top;
}
#sub #info {
	background: #fff url(../img/share/bg_sub_info.png) no-repeat left top;
}
#sub #meeting {
	background: #fff url(../img/share/bg_sub_meeting.png) no-repeat left top;
}
#sub #publication {
	background: #fff url(../img/share/bg_sub_publication.png) no-repeat left top;
}
#sub #seminar {
	background: #fff url(../img/share/bg_sub_seminar.png) no-repeat left top;
}
#sub #award {
	background: #fff url(../img/share/bg_sub_award.png) no-repeat left top;
}
#sub #member {
	background: #fff url(../img/share/bg_sub_member.png) no-repeat left top;
}
#sub #admission {
	background: #fff url(../img/share/bg_sub_admission.png) no-repeat left top;
}
#sub #link {
	background: #fff url(../img/share/bg_sub_link.png) no-repeat left top;
}
#sub #sponsor {
	background: #fff url(../img/share/bg_sub_sponsor.png) no-repeat left top;
}
#sub #form {
	background: #fff url(../img/share/bg_sub_form.png) no-repeat left top;
}
#sub #sitemap {
	background: #fff url(../img/share/bg_sub_sitemap.png) no-repeat left top;
}
#sub #en {
	background: #fff url(../img/share/bg_sub_en.png) no-repeat left top;
}
#sub #search {
	background: #fff url(../img/share/bg_sub_search.png) no-repeat left top;
	margin-top: -20px !important;
}

#sub .bnrBox li {
 margin: 0 auto 10px auto;
	padding-bottom: 10px;
	font-size: 10px;
	background: url(../img/share/bg_sub_bnr.gif) no-repeat center bottom;
}

#sub .bnrBox p {
 padding: 5px;
}

	@media screen and (max-width:991px) {

#sub {
 margin-top: 5px;
	padding-top: 5px;
}

#sub .bnrBox {
	width: auto;
	max-width: 991px;
 border: none;
	background: #fff;
	margin: 0;
	padding: 0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}
 #sub .pickup {
	 background: none;
 }
 #sub .bnrBox ul {
	 display: flex;
		width: 100%;
		flex-wrap: wrap;
 }
 #sub .bnrBox ul li {
	 flex-basis: 45%;
 }
}

	@media screen and (max-width:767px) {
 #sub .bnrBox ul li {
	 flex-basis: 95%;
  text-align: center;
 }
 #sub .bnrBox ul li img {
 }
}

#sub .subNav {
 border: 1px solid #999999;
 border-top: none;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 40px 10px 10px 10px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#sub .subNav li {
	margin: 0 0 5px 0;
	padding: 3px;
	background: #fff;
	font-weight: bold;
	font-size: 12px;
}

#sub .subNav li.last-child {
}


#sub .subNav li a {
	background: url(../img/item/icon_link_mini_transparent.gif) no-repeat left center;
 display: block;
	border: 1px solid #999;
	padding: 5px 0 5px 15px;
	color: #333333;
	text-decoration: none;
}

#sub .subNav li a:hover,
#sub .subNav li a.current {
 background: #eaf4fc url(../img/item/icon_link_mini_transparent.gif) no-repeat left center;
}

	@media screen and (max-width:991px) {

#sub .subNav {
	padding-top: 10px;
	margin-bottom: 50px;
}

#sub #info,
#sub #meeting,
#sub #publication,
#sub #seminar,
#sub #award,
#sub #member,
#sub #admission,
#sub #link,
#sub #sponsor,
#sub #form,
#sub #sitemap,
#sub #search {
	background-image: none;
	border-top: 4px solid #173677;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
#sub #info:before {content: "学会紹介　MENU" }
#sub #meeting:before {content: "学術大会　MENU" }
#sub #publication:before {content: "学会誌　MENU" }
#sub #seminar:before {content: "講習会・セミナー　MENU" }
#sub #award:before {content: "表彰制度　MENU" }
#sub #member:before {content: "会員ページ　MENU" }
#sub #admission:before {content: "入会案内　MENU" }
#sub #link:before {content: "リンク集　MENU" }
#sub #sponsor:before {content: "賛助会員　MENU" }
#sub #form:before {content: "事務局　MENU" }
#sub #sitemap:before {content: "サイトマップ　MENU" }
#sub #search:before {content: "サイト内検索　MENU" }

#sub .subNav li a {
	background-image: none;
	padding: 10px 0;
	font-size: 14px;
	background: #173677;
	color: #fff;
}

#sub .subNav li a:hover,
#sub .subNav li a.current {
	background-image: none;
 background: #fff;
	color: #173677;
}

	}




