@charset "UTF-8";
@import url("base.css");
@import url("main.css");


.top-mainblock { float: left; width: 450px; }
.top-rightblock  { float: right; padding-top: 10px; width: 260px }
.top-rightblock img  { padding-top: 5px; border: none }

h3    { 
	font-weight: bold;
	font-size: 100%;
	margin: 20px 0px 10px;
	border-bottom: 2px dotted #ccc; 
}

p  {
	line-height: 160%;
	margin: 2px 0px 2px 20px;
}

p span {
	font-size: 90%;
}

p.largefont {
	font-size: 120%;
}

blockquote {
	font-size: 80%;
	line-height: 140%;
	margin: 5px 0px 0px 30px;
}

#Top-announce {	/* 2015-4-24 */
	border: solid 1px #333;
	padding: 10px;
	margin-bottom: 2em;
	text-align: justify;
}
#Top-announce h3 {
	margin: 10px 0;
}
#Top-announce p {
	margin: 0.5em 1em;
}

#Top-announce #Shomei {
	margin: 0 0 0 520px;
	width: 180px;
	line-height: 150%;
}
#Top-announce #Shomei p {
	margin: 0 0.5em;
}


#top-headline { /* 概要上部のトピックス部 */
	display: none; /* ★非表示時：none ／ 表示時：inlineblock★ */
	border: solid #333 1px;
	font-weight: normal;
	padding: 10px 0;
	margin-top: 10px;}


#top_toiawase {
	background-color: #f5f5f5;
	border: #eaeaea 1px solid;
	margin-top: 30px;
}
#top_toiawase h3  { margin: 4px; padding: 2px 5px; color: #fff; background-color: #a0a0a0; border: none; }
#top_toiawase dl { font-size: 90%; margin-left: 20px; line-height: 150%; }
#top_toiawase dt { float: left; clear: left; width: 70px; }
#top_toiawase dd { margin-left : 70px; }

/* -- News! -- */
#newsbox   { margin-bottom: 10px }
#newsbox h3 { color: white; background-color: #db7093; text-align: center; margin: 0px; border-style: solid; border-width: 1px; border-color: #dcdcdc #666 #666 #dcdcdc; }
#news { font-size: 82%; height: 200px; display: block; overflow: auto; padding-right: 5px; margin: 2px 0; }
#news p  { margin: 0px; padding: 5px 0px; }
#news dl {
	font-style: inherit;
}
#news dt  { margin-top: 0.5em; }
#news dd  { line-height: 160%; border-bottom: 1px solid #dcdcdc; }
#news dd strong { border: solid 1px red; padding: 1px 5px; display: block; margin: 3px 0px;}
#news a { color: black }
/* -- News! [END] -- */

/* -- Past JES -- */
#pastJES   { margin-bottom: 10px }
#pastJES h3 { color: #fff; background-color: #ccc; text-align: center; border-style: solid; border-width: 1px; border-color: #dcdcdc #999 #999 #dcdcdc }
#pastJES img { border: none; width: 260px; height: 50px; }

	/* 表示ボタン */

.openBtn {
cursor: pointer;
border: 1px solid #ccc;
border-bottom: 2px solid #ccc;
background-color: #f5f5f5;
color: #333;
font-size: 90%;
font-weight: normal;
text-align: center;
padding: 3px 0;
margin: 5px 0px 0px;
}

.openBtn:hover {
opacity: 0.7;

}

	/* 説明文 */
#PastSymposium1st-10th {
display: none;
padding: 10px 10px 10px 40px !important;
color: #666;
line-height: 200%;
}

	/* 表示ボタン ー 逆三角アイコン */

.faColor {
color: #9FD6D2;
}


/* -- Thanks Massage -- */
#thanksmsg {
	display: block; /* 2017更新時　block表示のこと */
	background: #f5f5f5 url(../images/thanks-bg.jpg) no-repeat;
	width: 700px;
	padding: 15px 20px 10px;
	border: solid 1px #dcdcdc;
	margin: 10px auto;
	text-align: justify;
	text-justify: distribute; /* 均等割付けを指定　※IE */
	position: relative;
	box-shadow: 0px 1px 4px #666;
	-moz-box-shadow: 0px 1px 4px #666;　/* Firefox用 */  
	-webkit-box-shadow: 0px 1px 4px #666;　/* Safari,Google Chrome用 */ 
}
#thanksmsg h2 {
	margin-bottom: 1em;
}

#thanksmsg h3 {
	border: none;
	padding: 5px;
	color: #fff;
	background-color: #db7093;
	box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #ccc;　/* Safari,Google Chrome用 */ 
}
#thanksmsg p { 
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 1.2em;
	line-height: 170%;
}
#thanksmsg #Shomei{
	display: block;
	position: relative;
	right: 4px;
	margin: 2em 0 1em;
	text-align: right;
	}
#thanksmsg #Shomei p { margin: 0; }
#thanksmsg #Shomei p span { font-weight: bold; font-size: 110%; }

#Greet-photo {	/* コメント　肖像 */
	float: right;
	margin: 5px 5px 0 15px;
}

#MaintenanceAnnounce {
	margin-bottom: 2em;
	font-size: 90%;
	display: none;
}

#Nexttime { 
	padding: 10px 20px;
	border: 1px #c33 solid;
	background-color: #fefefe;
	margin-bottom: 1em;
}
#Nexttime p {
	margin:0;
	padding: 0;
	line-height: 160%;
}
#Nexttime h4 {
	color: #c33;
	font-size: 120%;
	margin-top: 0.5em;
}
#Nexttime span {
	font-weight: normal;
}

#Nexttime dl{
	margin: 0 0 0.5em;
	font-weight: bold;
}
#Nexttime dt{
	line-height: 160%;
	width: 60px;
	float: left;
	letter-spacing: 0.3em;
}
#Nexttime dd{	
	line-height: 160%;
	margin-left: 60px;
}


/* === 現在使用していないパーツ === */
/* 右側のアイコンリンク部分 */
.top-imageicon   { margin: 5px 0px; text-align: center; }

#case_link { display: none; }	/* 症例集公開時 リンクバナーを表示する	display: inline*/

#top-dvd { display: none; }	/* 2016年3月一時非表示 リンクバナーを表示する	display: inline*/

#top-entrybutton {  	/* エントリー開始後 リンクバナーを表示する*/
	display: none; /* 表示停止 2012-8-31 */
	background-color: #da0b00;
	border: #fed0e0 1px solid;
	padding: 10px;
	text-align: center;
	margin-bottom: 1em;
	box-shadow: 0px 1px 4px #666;
	-moz-box-shadow: 0px 1px 4px #666;　/* Firefox用 */  
	-webkit-box-shadow: 0px 1px 4px #666;　/* Safari,Google Chrome用 */ 
	}
#top-entrybutton p {
	color: #fff;
	margin: 0;
	text-indent: none;
	font-weight: bold;
	font-size: 120%;
}

/* -- Bannaer Space -- (TOPページ下部) */
#bannerspace {
	display: none; /* （非表示中） */
	position: absolute;
	top: 0;
	margin: 10px auto;
	padding: 0px 9px;
}
#bannerspace img {
	border: none;
	margin: 0px 1px;
	width: 190px;
	height: 54px;
}

