@charset "utf-8";

/* ---------------------------------------------------
   index.html 
------------------------------------------------------ */

.whats {
	width: 600px;
	height: 100px;
	overflow: auto;
	padding: 15px 20px;
	background-color: #E9E9E9;
	border-radius: 5px;
	font-size: 13px;
}
.whats ul {
	padding-left: 0;
	border-top: dotted 1px #333;
}
.whats li {
	list-style: none;
	padding: 1px 5px;
	border-bottom: dotted 1px #333;
}

/* ---------------------------------------------------
   invitation.html 
------------------------------------------------------ */

.greeting {
	padding: 5px 0;
	font-size: 20px;
	text-align: center;
}
.invitation, .president {
	font-size: 15px;
}
.invitation {
	margin-bottom: 30px;
}
.invitation p {
	margin-bottom: 15px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.kinpaku {
	text-align: right;
}
.president {
	margin-bottom: 30px;
	text-align: right;
}

/* ---------------------------------------------------
   outline.html 
------------------------------------------------------ */

.outline dt {
	float: left;
	clear: both;
	width: 105px;
	color: #339;
	font-size: 18px;
}
.outline dd {
	margin: 0 0 30px 110px;
}

/* ---------------------------------------------------
   program.html 
------------------------------------------------------ */

.btn_program {
	width: 550px;
	margin-bottom: 50px;
}
.btn_program td {
	text-align: center;
}
.btn_program a {
	display: inline-block;
	padding: 10px 45px;
	color: #FFF;
	font: 18px bold;
	text-decoration: none;
	background: #36F;
	border-radius: 3px;
	transition: .3s;
}
.btn_program a:hover {
	background: #39F;
}
.btncap {
	margin-top: 2px;
	color: #666;
	font-size: 10px;
}
.session {
	margin-bottom: 30px;
}
.sessionx {
	margin-bottom: 80px;
}
.session h3, .sessionx h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 6px;
	font-size: 16px;
	border-left: solid 5px #36F;
	border-bottom: dotted 1px #000;
}
.title {
	margin: 0 25px 4px;
}
.titlex {
	margin: 4px 25px;
}
.chair, .chairx {
	font-size: 15px;
}
.chair th, .chairx th {
	width: 110px;
	padding-right: 3px;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
}
.chairx td {
	padding-right: 130px;
}
.sponser, .sponserx {
	margin-top: 10px;
	padding-right: 15px;
	font-size: 13px;
	text-align: right;
}
.sponserx {
	padding-right: 130px;
}
.p_sponser {
	position: absolute;
	top: 35px;
	left: 550px;
}

/* ---------------------------------------------------
   call_abstracts.html 
------------------------------------------------------ */

.adopted {
	margin-bottom: 40px;
	padding: 15px;
	border: dashed 1px #000;
}
.adopted p {
	margin-bottom: 15px;
}
.btn_adopted {
	margin-bottom: 15px;
	text-align: center;
}
.btn_adopted a {
	display: inline-block;
	padding: 10px 35px;
	color: #FFF;
	font: 18px bold;
	text-decoration: none;
	background: #36F;
	border-radius: 3px;
	transition: .3s;
}
.btn_adopted a:hover {
	background: #39F;
}
.mail_adopted {
	margin-bottom: 0;
	font-size: 15px;
}
.download {
	margin-bottom: 30px;
	padding-left: 18px;
}
.download a {
	display: inline-block;
	padding: 5px 25px;
	color: #FFF;
	text-decoration: none;
	background: #36F;
	border-radius: 3px;
	transition: .3s;
}
.download a:hover {
	background: #39F;
}
.make_abs {
	margin-bottom: 30px;
}
.make_abs h4 {
	color: #669;
	font-size: 16px;
	font-weight: bold;
}
.make_abs p {
	margin-bottom: 20px;
}
.abs_detail {
	margin-bottom: 20px;
}
.abs_detail th, .abs_detail td {
	padding-left: 5px;
	font-size: 15px;
	border: solid 1px #C0C0C0;
}
.abs_detail th {
	width: 200px;
	background: #F4F4FF;
	font-weight: normal;
	text-align: left;
}
.make_abs .category {
	list-style: none; 
	padding: 0 0 20px 0;
}
.submit_abs {
	margin-bottom: 30px;
	padding: 15px;
	border: dashed 1px #000;
}
.submit_abs h4 {
	font-size: 15px;
	font-weight: bold;
}
.submit_abs p {
	margin-bottom: 15px;
	font-size: 15px;
}
.btn_abs {
	padding: 10px 0;
}
.btn_abs a {
	display: inline-block;
	margin-right: 30px;
	padding: 10px 45px;
	color: #FFF;
	font: 18px bold;
	text-decoration: none;
	background: #36F;
	border-radius: 3px;
	transition: .3s;
}
.btn_abs a:hover {
	background: #39F;
}
.address, .addressx {
	margin-bottom: 30px;
	padding-left: 12px;
	border-left: solid 6px #690;
}
.addressx {
	margin-bottom: 10px;
	font-size: 15px;
}

/* ---------------------------------------------------
   registration.html 
------------------------------------------------------ */

.regfee {
	width: 100%;
	margin-bottom: 0;
	font-size: 15px;
}
.regfee th, .regfee td {
	padding: 1px 5px;
	border: solid 1px #C0C0C0;
}
.regfee th {
	background: #F4F4FF;
	font-weight: normal;
	text-align: left;
}
.regfee td {
	text-align: center;
	vertical-align: middle;
}
.reghead th, .reghead td {
	background: #F4F4FF;
	text-align: center;
	vertical-align: middle;
}
.content ul.regnote li {
	list-style: none;
	text-indent: -1em;
	font-size: 14px;
}
.btn_reg {
	margin-bottom: 30px;
	text-align: center;
}
.btn_reg a {
	display: inline-block;
	padding: 10px 35px;
	color: #FFF;
	font: 18px bold;
	text-decoration: none;
	background: #36F;
	border-radius: 3px;
	transition: .3s;
}
.btn_reg a:hover {
	background: #39F;
}

/* ---------------------------------------------------
   access.html 
------------------------------------------------------ */

.terrsa {
	margin-bottom: 30px;
}
.access {
	font-size: 14px;
}

/* ---------------------------------------------------
   poster.html 
------------------------------------------------------ */

.btn_poster {
	margin-bottom: 50px;
	text-align: center;
}
.btn_poster a {
	display: inline-block;
	padding: 10px 30px;
	color: #FFF;
	font: 18px bold;
	text-decoration: none;
	background: #36F;
	border-radius: 3px;
	transition: .3s;
}
.btn_poster a:hover {
	background: #39F;
}

/* ---------------------------------------------------
   not_yet_open.html 
------------------------------------------------------ */

.not_yet_open {
	margin-top: 150px;
	text-align: center;
}

/* ---------------------------------------------------
   その他
------------------------------------------------------ */

.mail {
	vertical-align: middle;
}
.mg0 {
	margin-bottom: 0;
}
.mg10 {
	margin-bottom: 10px;
}
.mg15 {
	margin-bottom: 15px;
}
.mg20 {
	margin-bottom: 20px;
}
.text00 {
	font-size: 18px;
}
.text000 {
	font-size: 14px;
}
.text0000 {
	font-size: 13px;
}
.textRbold {
	color: #C00;
	font-weight: bold
}
.stress {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.cancell {
	color: #999;
	text-decoration: line-through;
}


