
#content {
	width: 950px;
	margin: 0px auto;
	padding: 55px 0px 55px 0px;
}
h2 {
	color: #659D5E;
	font-size: 40px;
	font-weight: bold;
	height: 45px;
}

h3 {
	position: relative;
	font-size: 20px;
	padding: 0 0 .2em;
	text-align: center;
	display: table;
	margin: 3em auto 1em auto;
}

h3::after{
	content: '';
	border-bottom: 2px solid #002543;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	color: #2D6834;
	background-color: #F2F5F8;
	border-left: 3px solid #A6C4A6;
	padding: 8px 0px 8px 12px;
	margin: 10px 0px 20px 0px;
}

p {
	line-height: 175%;
}

/*本文スタイル*/
.daytime {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.room {
	background-color: #659D5E;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 25px 0px;
	text-align: left;
}
.session {
	color: #F39700;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.chair,
.plan {
	color: #333;
}

.gaiyo {
	margin:15px 0 0 0;
	color: #333;
}

.p_num {
	color: #F39700;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0px 5px 0px;
}
.title {
	color: #313B3B;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	margin: 0px 0px 5px 0px;
}

.title a{
	color: #659D5E;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	margin: 0px 0px 5px 0px;
}

.author {
	font-size: 13px;
	line-height: 140%;
}

.page-top{
	display: block;
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "sans-serif Lucida Grande";
}

a.ptop_b {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #2D6834;
	width: 8em;
	text-align: center;
	padding: 0px 0px;
	margin: 20px 0px 40px 0px;
	display: inline-block;
	transition: .2s;

}
a.ptop_b:hover {
	text-decoration: none;
	opacity: .8;
}

.ini a {
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
}

.details_table {
	border-collapse: collapse;
	border: 1px solid #B2C3D4;
	margin: 1em;
	width: 90%;
}

.details_table th {
	width: 25%;
	border-collapse: collapse;
	border-bottom: 1px solid #B2C3D4;
	border-right: 1px solid #B2C3D4;
	padding: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #002543;
}

.details_table td {
	border-collapse: collapse;
	border-bottom: 1px solid #B2C3D4;
	border-right: 1px solid #B2C3D4;
	padding: 20px;
	text-align: left;
}

.txt1{
	margin: 1em;
	display: block;
}

.kome{
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

ul.disc li {
	position: relative;
}
ul.disc li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}

/*日程表*/

.schedule_table {
	border-collapse: collapse;
	border: 1px solid #002543;
	margin: 2em 0.5em 5em;
	font-size: 13px;
}

.schedule_table a{
	color: #286834;
	text-decoration: underline;
}

.schedule_table a:hover{
	color: #286834;
	text-decoration: none;
}


.schedule_table th {
	width: 30px;
	border-collapse: collapse;
	border-bottom: 1px solid #002543;
	border-right: 1px solid #002543;
	padding: 5px 2px;
	background: #C3DDBF;
}

.schedule_table th.venue {
	width: 50px;
	border-collapse: collapse;
	border-bottom: 1px solid #002543;
	border-right: 1px solid #002543;
	padding: 5px 2px;
	background: #C3DDBF;
}

.schedule_table td {
	width: 160px;
	height: 5em;
	border-collapse: collapse;
	border-bottom: 1px solid #002543;
	border-right: 1px solid #002543;
	padding: 5px;
	text-align: center;
}



.schedule_table td.sch_gray {
	width: 160px;
	height: 2em;
	border-collapse: collapse;
	border-bottom: 1px solid #002543;
	border-right: 1px solid #002543;
	background: #CCC;
	padding: 5px;
	text-align: center;
}

.roomno{
	/*font-size: .8em;*/
}

.schedule_table td.sch_gray_n{
	width: 130px;
	height: 2em;
	border-collapse: collapse;
	border-bottom: 1px solid #002543;
	border-right: 1px solid #002543;
	background: #CCC;
	padding: 5px;
	text-align: center;
}

.schedule_table td.sch_n {
	width: 130px;
	padding: 5px;
	text-align: center;
}


/*索引*/
.author_title {
	border-bottom: 1px solid #9FF;
	border-bottom: 3px solid #B2C3D4;
	font-size: 20px;
	font-weight: bold;
	color: #2D6834;
	padding: 40px 0px 5px 0px;
}

.au_link_ja {
	margin: 3em 0 0;
	padding: 1em 0 0;
	border-top: 3px solid #B2C3D4;
}

.au_link {
	margin: 0 0 1em;
	padding: 0em 0 1em;
	border-bottom: 1px solid #B2C3D4;
}

.au_link li,
.au_link_ja li{
	display: inline-block;
	width: 1.2em;
	margin: .5em 1em;
}

.au_in {
	width: 445px;
	float: left;
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 14px 0px;
	border-bottom: 1px solid #D6DFE8;
}

.au_name {
	width: 222px;
	float: left;
}

.au_num {
	float: left;
	display: block;
	text-align: left;
	width: 222px;
}

.au_numb {
	color: #45774A;
	font-weight: bold;
	display: inline-block;
	margin: 0 1em;
}


.ini a {
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
}

.date {
	padding-left: 15px;
}


/*広告*/

.adlist {
	border-top: 3px solid #B2C3D4;
	margin: 2em 0 0;

}

.adlist li {
	width: 445px;
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 14px 0px;
	border-bottom: 1px solid #D6DFE8;
}

/*yajirushi*/

.doubleup{
	display:inline-block;
	vertical-align:middle;
	height: 23px;
	background-color:transparent !important;
	margin-right:1.2em;
}

.doubleup::before {
	position:absolute;
	content:"";
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	width: 15px;
	height: 15px;
	background-color:transparent !important;
	border-right: 5px solid #659D5E;
	border-top: 5px solid #659D5E;
}

.doubleup::after {
	position:absolute;
	content:"";
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	width: 15px;
	height: 15px;
	background-color:transparent !important;
	border-right: 5px solid #659D5E;
	border-top: 5px solid #659D5E;
	margin-left: 13px;
}

.doubleup{
	margin-top: 6px\9; /* IE10以下 */
}

@media all and (-ms-high-contrast: none){
.doubleup{
	margin-top: 6px; /* IE10以上 */
}
}

