@charset "utf-8";


*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}


html,body{ height:100%;}

/* 背景 */
body {
  line-height: 1.4;
  color: #333333;
  font-family: Meiryo,"Hiragino Kaku Gothic Pro", Arial, sans-serif;
*/
  font-size: 93%;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  display: block
}

/* コンテンツ全体 */
#contents_all {
  width:960px;
  height:auto !important;
  height:100%;
  background:url(../images/bg_contentsall.png) repeat-y left;
  margin:0 auto;
  min-height:684px;
  border-top:5px solid #ff0000;
  box-shadow:0px 0px 6px 3px rgba(51,51,51,0.5);
}

/* ヘッダー */
header{
  text-align:center;
	position: relative;
 }
header > h1.image-top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
}
.point{
	position:relative;
}
#recap {
	position: absolute;
	right: 25px;
	top: 180px;
	z-index: 999;
}

/* コンテンツ */
#contents {
  margin:0 auto; 
  width: 960px;
}

/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 左コンテンツ */
#contents_l {
  float: left;
  width: 220px;
}

/*slider-rewrite*/
h1+div.bx-wrapper {
    box-shadow: none;
    border: none;
    background: #fff;
}
.bxslider>img {
	width: 740px;
	height: 630px;
}
.bxslider, bxslider * {
 transition:initial;
}
/* メニュー */
nav {
  width: 220px;
  margin:15px auto 15px;
}
ul.menu {
  width: 210px;
}
ul.menu > li > a {
  display: block;
  width: 210px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 5px;
	margin-left: 5px;
}
ul.menu > li a.on,
ul.menu > li a:focus,
ul.menu > li a:hover {
  background-position: -210px 0;
}
ul.menu > li.menu00 > a {background-image: url(../images/menu00.png)}
ul.menu > li.menu01 > a {background-image: url(../images/menu01.png)}
ul.menu > li.menu02 > a {background-image: url(../images/menu02.png)}
ul.menu > li.menu03 > a {background-image: url(../images/menu03.png)}
ul.menu > li.menu04 > a {background-image: url(../images/menu04.png)}
ul.menu > li.menu05 > a {background-image: url(../images/menu05.png)}
ul.menu > li.menu06 > a {background-image: url(../images/menu06.png)}
ul.menu > li.menu07 > a {background-image: url(../images/menu07.png)}
ul.menu > li.menu08 > a {background-image: url(../images/menu08.png)}
ul.menu > li.menu09 > a {background-image: url(../images/menu09.png)}
ul.menu > li.menu10 > a {background-image: url(../images/menu10.png)}



/* 言語切り替え　ここから */
nav.lang {
  width: 210px;
	margin-top: 15px;
	margin-bottom: 15px;
}
nav.lang ul{
  width: 210px;
	margin: 15px 0;
}
nav.lang ul li{
	float:left;
}
nav.lang ul > li > a, nav.lang ul > li {
  width: 105px;
  display: block;
  height: 45px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 0 0;
	margin-bottom:15px;
}
nav.lang ul > li.on,
nav.lang ul > li a:focus,
nav.lang ul > li a:hover {
  background-position: 0 -45px;
}
nav.lang ul > li.btn_lang_jpn > a, 
nav.lang ul > li.btn_lang_jpn{
	background-image: url(../images/btn_lang_jpn.png);
}
nav.lang ul > li.btn_lang_en > a,
nav.lang ul > li.btn_lang_en{
	background-image: url(../images/btn_lang_en.png);
}

p.fb{
	margin:20px 0;
	text-align:center;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  float: right;
  width: 740px;
  background-color:#FFFFFF;
}

/* 新着情報 */
#news {
  margin-left: 25px;
  margin-left: 16px;
	margin-top: -10px;
	margin-bottom: 3px;
  width:690px;
  width:550px;
  text-align:left;
	float:left;
}
#news h2 {
	width: 100%;
	height: 40px;
	background-image:
	 url(../images/title_new.png),
	 url(../images/bg_title_new.png);
	background-repeat:
	  no-repeat,
	  repeat-x;
	background-position:left center,
	  left center;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

#news_flame {
  width: 668px;/* #newsの幅より小さく */
  width: 528px;
  font-size: 13px;
  height:150px;
  height:180px;
  padding:5px 10px;
  border:#aaaaaa 1px solid;
	border-top:none;
  overflow:auto;
}

div.close {
	margin:-10px 15px 20px;
	border:3px solid #FF5700;
	background-color:#FFE6D9;
	padding:0.5em 1em;
	font-size:110%;
	font-weight:bold;
	color:#27160E;
	line-height:1.6;
}

/* 段落の場合 */
#news_flame p span{
  color:#1e257c;
}
#news_flame p{
  padding-bottom:5px;
}
/* テーブルの場合 */
#news_flame table{
  width:675px; /* #news_flameの幅より小さく */
  width:520px;
}
#news_flame table th{
  padding:5px 20px 5px 0;
  width:7em;
  vertical-align:top;
  text-align:left;/* 入れた方が良い */
  font-weight:100;
  white-space: nowrap;
}
#news_flame table td{
  padding:5px 0;
  vertical-align:top;
}

/* poster */
.topappli {
	float: right;
	margin-top: -10px;
	margin-right: 13px;
}
.topprogram {
	float: right;
	margin-top: 10px;
	margin-right: 13px;
}
.topposter {
	float: right;
	margin-top: -10px;
	margin-right: 33px;
}

/* 事務局等 */
#info {
	background-color:#FFFFFF;
  width:176px;
  margin:25px auto;
  text-align:left;
  padding:0 5px;
}
#info address {
  font-style: normal;
  font-size: 12px;
}
#info address p{
  padding-top:10px;
  padding-bottom:5px;
  text-indent:-0.5em;
}
#info address img{
  float:right;
  padding-top:18px;
}
#contact {
	margin-left: 25px;
	margin-left: 16px;
	margin-bottom:10px;
	clear: both;
}
#contact div {
	padding-top:0.5em;
}
#contact span.title {
	font-weight:bold;
	color:#ff0000;
	background:url(../images/icon_contact.png) no-repeat left center;
	padding-left:15px;
}
#contact div p {
	margin:0.2em 0 0.5em;
	font-size:93%;
}
/*#contact .square {
	font-size:150%;
}*/

/* フッター */
footer {
  clear: both;
  text-align: center;
  vertical-align:middle;
  background-color:#ff0000;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 0;
	margin: 0 auto;
  width:960px;
}

/* サブページ内 */
main {
  width: 640px;
  padding:40px 50px;
  position:relative;
  min-height:560px;
}

/* サブページ大見出し */
main h3 {
  border-left:7px solid #2C2744;
  border-bottom:1px solid #999999;
  margin: 1.5em 0 0.75em;
  padding:5px 0 4px 10px;
  font-size:120%;
  font-weight: bold;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child, main blockquote p:first-child {
	margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
	margin-top:0;
}

/* サブページ中見出し */
main h4 {
	margin:1.3em 0 0.25em;
	font-size:105%;
	font-weight: bold;
	color: #552E5A;
	color: #a50082;
	padding: 0.4em 0 0.3em 0em;
}
/* サブページ小見出し */
main h5 {
	border-bottom:1px dotted #525252;
	margin:1em 0 0.25em;
	padding-bottom:3px;
	font-weight: bold;
	font-size:100%;
	color:#555555;
}


/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト（基本は固定） */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}
main ul.dl_btn{
	margin:1em auto;
	width:660px;
}
main ul.dl_btn li{
	float:left;
	width:280px;
	padding:10px 20px;
	list-style-type:none;
}
main ul.prog_dl {
	margin:1em auto;
	width:660px;
}
main ul.prog_dl li{
	float:left;
	width:150px;
	padding:0 7px;
	list-style-type:none;
}
main ul.timetable_dl {
	margin:1em auto;
	width:660px;
}
main ul.timetable_dl li{
	float:left;
	width:200px;
	padding:0 7px;
	list-style-type:none;
}

/* 挨拶 */
main.greet p.title{
	margin-top:0;
	margin-bottom:1em;
	text-indent:0;
	font-weight:bold;
	color:#003387;
	font-size:110%;
	line-height: 1.6;
}
main.greet p{
	line-height: 1.7;
	text-indent:1em;
}
main.greet p.photo {
	float:right;
	margin:0 0 1em 1em;
}
main.greet p.photo img{
	border: 1px solid #CCCCCC;
	padding:1px;
}
main.greet p.name{
	line-height: 1.6;
	text-align:right;
}
/* テーブルで組む場合 */
table.greet_name {
	border: none;
}
table.greet_name td {
	text-align: left;
	vertical-align: bottom;
}
table.greet_name th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
	width:160px;
}

/* Outline */
table.hyou_info{
	border-collapse:collapse;
	border: 1px solid #999999;
	width:100%;
}
table.hyou_info th{
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #fcf2d9;
	padding:1em 0.75em;
	width:17%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
table.hyou_info td{
	border-top: 1px solid #999999;
	padding:1em 0.75em;
	vertical-align:top;
	text-align:left;
}
table.hyou_info table tr td{
	padding:0.1em 0;
	border:0;
	font-size:90%;
}
table.hyou_info table tr th{
	padding: 0.1em 1em 0.1em 0;
	border:none;
	background-color:#FFF;
	white-space:nowrap;
}
/* Faculty */
table.hyou_faca {
    border-collapse: collapse;
    width: 100%;
}
table.hyou_faca th{
    padding: 0.25em 1.5em 0.25em 0;
    width: 30%;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    font-weight: normal;
}
table.hyou_faca td{
    padding: 0.25em 0;
	font-size:90%;
}

/* callforAbstract */
table.hyou_category{
	border-collapse:collapse;
	border:none;
	width:100%;
	font-size:90%;
	margin:0.5em 0 1em;
}
table.hyou_category td{
	border:1px solid #BBBBBB;
	padding:0.3em 0.4em;
	width:20%;
	text-align:left;
	vertical-align:top;

}
table.hyou_category th{
	border:1px solid #BBBBBB;
	background-color: #fcf2d9;
	padding:0.3em 0;
	width:4%;
	vertical-align:top;
	white-space: nowrap;
	font-weight:normal;
}
table.hyou_category td.non{
	border-right:none;
	border-left:none;
	border-bottom:none;
}
table.hyou_category th.non{
	border-right:none;
	border-bottom:none;
	background-color:#FFF;
}
#main ul.endaibtn{
	margin:1.5em auto 0;
	width:600px;
}
#main ul.endaibtn li{
	float:left;
	width:260px;
	padding:0 20px;
	list-style-type:none;
}
table.endaibtn{
	border-collapse:collapse;
	border:none;
	margin:10px auto 0;
}
table.endaibtn td{
	text-align:center;
	vertical-align:top;
	padding:10px 15px;
}
/* Information for Participants */
table.sanka_annai {
	border:1px solid #BBBBBB;
	margin:0.5em 0;
}
table.sanka_annai td {
	border:1px solid #BBBBBB;
	padding:0.5em 1em;
	vertical-align:middle;
	text-align:center;
}
table.sanka_annai td.left{
	text-align:left;
}
table.sanka_annai th {
	border:1px solid #BBBBBB;
	background-color: #fcf2d9;
	padding:0.5em;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
}

/*program*/
table.hyou_btn {
	border: none;
	margin:0 auto;
}
table.hyou_btn td {
	padding:10px;
}
table.hyou_prog {
    border-collapse: collapse;
    margin-left: 1em;
}
table.hyou_prog th{
    padding: 0.25em 0.5em 0.25em 0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    font-weight: normal;
}
table.hyou_prog td{
    padding: 0.25em 0;
}
#program h5 {
	border-bottom:none;
	color:#555;
	font-size:110%;
}
main h4.day {
	margin:1.5em 0 0.25em;
/*	border-bottom:1px dotted #777777;*/
	background-color:#f0f0f0;
	background-color:#dde3f2;
	padding:0.3em 0.5em;
	color:#333;
}
main p.kaijyo {
	text-align:right;
	padding-right:0.5em;
	margin-bottom:0;
	margin-top:-2em;
	font-weight: bold;
}
.waku_intro {
	border:1px solid #ccc;
	background-color:#F8EEEF;
	padding:0.7em 0.7em 0.7em 1em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
#main p.prog_waku {
	border:3px solid #f6bfbc;
	margin:0.5 0 1em 0;
	padding:0.7em 1em;
}
#program table.pro_name {
	border:none;
	margin-left:1em;
	margin-bottom:0.5em;
}
#program table.pro_name td {
	text-align:left;
	vertical-align: top;
	padding:0.1em 0;
}
#program table.pro_name td.name {
	white-space: nowrap;
}
#program table.pro_name td.affi {
	font-size:95%;
}
#program table.pro_name th {
	text-align:right;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
	padding:0.1em 0;
}
#program dl.title {
	margin-left:1em;
}
#program dl.title dt {
	float:left;
	font-weight:bold;
	padding-top:0.5em;
}
#program dl.title dd {
	padding-left:1.7em;
	padding-top:0.5em;
}
div.img_pdf {
	float: right;
	margin: -20px 0 0 10px;
}
div.img_pdf img {
	border: 1px solid #cccccc;
	padding: 1px;
}

/* registration */
table.hyou_sanka {
  width: 100%;
  margin-bottom: 0.5em;
}
table.hyou_sanka td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: left;
}
table.hyou_sanka td.yen {
  text-align: center;
}
table.hyou_sanka th {
	border: 1px solid #BBBBBB;
	background-color: #fcf2d9;
	padding: 0.5em;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
}

/* kigyo */

/* accsess*/

/* リンク */
p.link {
	background:url(../images/icon_link.png) no-repeat left center;
	padding-left:15px;
	margin-bottom:0;
}
p.link a:link,p.link a:visited {
	color:#333333;
	text-decoration:none;
}
p.link a:hover,p.link a:active {
	color:#666666;
	text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}
a.pdf:after {
	content: url(../images/icon_pdf.png);
	position:relative;
	bottom:-0.16em;
	margin-left:0.5em;
}
a.excel:after {
	content: url(../images/icon_xlx.png);
	position:relative;
	bottom:-0.16em;
	margin-left:0.5em;
}

/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	bottom:40px;
	right:40px;
}
.pagetop a {
	display: block;
	width:47px;
	height:47px;
}

/* 外部リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 20px;
}
/*.btn > a > img{
-webkit-filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
    -moz-filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
    -ms-filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
    filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}*/
/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
	border: 1px solid #BBBBBB;
	background-color: #FCFBD2;
	background-color: #fcf2d9;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}
table.dot_line {
	border:none;
}
table.dot_line td {
	text-align:left;
	vertical-align:top;
	padding-left:0.2em;
}
table.dot_line th {
	text-align:left;
	vertical-align:top;
	white-space: nowrap;
	font-weight:normal;
	background:url(../../images/bg_dot.png) repeat-x right 5px;
	padding-right:2em;
}
table.dot_line th span {
	background-color:#fff;
	padding-right:0.2em;
}

/* ※一字下げ */
.kome{
	padding-left:1em;
	text-indent:-1em;
}

/* presentation guidelines */
table.presen_btn {
  border: none;
  margin: 1em auto;
}
table.presen_btn td {
  padding: 10px 20px;
}

table.hyou_presentime {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
table.hyou_presentime td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: middle;
	text-align: center;
}
table.hyou_presentime th {
	border: 1px solid #BBBBBB;
	background-color: #FCFBD2;
	background-color: #fcf2d9;
	padding: 0.5em 1em;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}

.num_kakko dt{
  width: 2em;
  float: left;
}
.num_kakko dd{
  margin-left: 2em;
}

table.img_tansi {
  border: none;
  margin: 0.5em auto;
}
table.img_tansi td {
  padding: 0 40px;
}
