﻿@charset "utf-8";

/************************** 

レポートバックナンバー
rnfair/enquete_XXXX.htm
参加病院リストバックナンバー
rnfair/list_XXXX.htm

**************************/
/* セミナー名  */
div#mainCol h2#seminarName {
	width: 615px;
	height: auto;
	margin: 20px 0 10px;
	padding: 0;
}

 div#mainCol div#reportBN {
	width: auto;
	height: auto;
	margin: 0 5px 30px 5px;
	padding: 10px 0 0;
	clear: both;
}

div#reportBN p.rightLink {
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: right;
}

div#reportBN div#reportPath {
	width: auto;
	height: 100%;
	margin: 5px 0 20px;
	padding: 0.5em 0 0.5em;
	clear: both;
}

div#reportPath ol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#reportPath ol li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 10px 0 10px;
	background: transparent url(../image/common/arrow02.gif) no-repeat 0 2px;
	list-style: none;
	float: right;
	line-height: 1.1;
}

div#reportPath ol li.right {
	padding-right: 5px;
}

div#reportBN p.text {
	width: auto;
	margin: 0 0 1em;
	padding: 0;
	clear: both;
}

div#reportBN table.innerTB td {
	padding: 2px 5px;
}

div#reportBN ul#ulReportBN {
	width: auto;
	margin: 2em 0 1em;
	padding: 0;
	clear: both;
}

div#reportBN ul#ulReportBN li {
	width: auto;
	height: 100%;
	margin: 0 0 10px;
	padding: 15px 0 0;
	float: none;
	clear: both;
	border-top: 1px dotted #999;
}

div#reportBN ul#ulReportBN li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#reportBN ul#ulReportBN li dl {
	width: auto;
	margin: 0 0 0 10px;
	padding: 0;
	clear: both;
}

div#reportBN ul#ulReportBN li dl dt {
	width: auto;
	margin: 0 0 1em;
	padding: 0;
	clear: both;
	font-weight: bold;
	font-size: 105%;
}

div#reportBN ul#ulReportBN li dl dd {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}

div#reportBN ul#ulReportBN li dl dd.right {
	float: right;
}


/* グラフ並列行 画像横幅290pxまで */
div#reportBN ul#ulReportBN li dl.left {
	width: 290px;
	clear: none;
	float: left;
}

div#reportBN ul#ulReportBN li dl.right {
	width: 290px;
	clear: none;
	float: right;
}

/* グラフ単独行 センター寄せ */
div#reportBN ul#ulReportBN li dl.center dt {
	text-align: center;
}

div#reportBN ul#ulReportBN li dl.center dd {
	float: none;
	clear: both;
	text-align: center;
}


/************************** 

参加病院リスト
rnfair/list_xxxx.htm

**************************/
div#reportBN table td {
	line-height: 1.5;
}

div#reportBN table#wrapperTB {
	margin: 0;
	padding: 0;
	clear: both;
}

div#reportBN table#areaTB {
	margin: 0 0 2em;
	padding: 0;
}

div#reportBN table#areaTB td {
	margin: 0;
	padding: 3px 5px;
	text-align: left;
	white-space: nowrap;
}

div#reportBN table#iconManualTB {
	margin: 0 0 2em;
	padding: 0;
	border: 1px solid #CCC;
	background-color: #E5E5E5;
}

div#reportBN table#iconManualTB td {
	margin: 0;
	padding: 10px;
}

div#reportBN table .txt1 {
}

div#reportBN table .ttl4 {
	font-size: 12px;
	line-height: 180%;
}

div#reportBN table.listTB {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 1px dotted #999;
}

div#reportBN table.listTB td {
	margin: 0;
	padding: 5px 0 10px;
}


/**************************
	
グループ参加リストポップアップ
	
**************************/
body#popup {
	height: auto;
	margin: 10px auto;
	padding: 0;
	background-image: none;
	background-color: #FFF;
}

body#popup div#glist {
	width: 360px;
	height: auto;
	margin: 0 auto 15px;
	padding: 0;
}

body#popup div#glist h1 {
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	text-align: left;
	line-height: 1.3;
	background-color: #7DCCF3;
	color: #FFF;
	font-size: 120%;
}

body#popup div#glist ul {
	width: 360px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	text-align: left;
}

body#popup div#glist ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body#popup div#glist ul li {
	width: 153px;
	height: auto;
	margin: 0 7px 0.5em 7px;
	padding: 0 0 0 8px;
	float: left;
	background: transparent url(../image/common/arrow02.gif) no-repeat 0 2px;
}

body#popup div#glist2 {
	width: 400px;
	height: auto;
	margin: 0 auto 15px;
	padding: 0;
}

body#popup div#glist2 h1 {
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	text-align: left;
	line-height: 130%;
	background-color: #7DCCF3;
	color: #FFF;
	font-size: 120%;
}

body#popup div#glist2 ul {
	width: 400px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	text-align: left;
}

body#popup div#glist2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body#popup div#glist2 ul li {
	width: 173px;
	height: auto;
	margin: 0 7px 0.5em 7px;
	padding: 0 0 0 8px;
	float: left;
	background: transparent url(../image/common/arrow02.gif) no-repeat 0 2px;
}

