html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body { margin: 0; padding: 0; color: #222; font-size : 13px; 
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #111;
  background-image: url(../img/top.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
 }
 
 /* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
/* ------ Column ------ */

.row {
	max-width: 930px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}

/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/


@media screen and (max-width: 480px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
}


header { position: relative; height:40%; width: 100%; max-width: 960px; margin: 0 auto; padding: 30px 0 0; }
header h1 { display: none;}
header h2 { display: none;}
header img {
  height: 20%;
  padding: 0 10px 10px;
  right: auto;
  left: 0;
  width: 70%;
  max-width: 800px;
}
#qbic {
  height: 8%;
  padding: 0 10px 10px;
  right: auto;
  left: 0;
  width: 40%;
  max-width: 800px;}

#place img {
  height: 20%;
  padding: 0 10px 10px;
  right: auto;
  left: 0;
  width: 50%;
  max-width: 800px;}

#lang {
	display: block;
	position: absolute;
	right:5px;
	top:24px;
	width: 18%;
	color: #fff;
	font-size: 0.8rem;
	border: 1px solid #999;
	text-align: center;
	height:1.5rem;
	line-height:1.5rem;
	margin-right: 1rem;
	border-radius: 0.5rem;
}
#lang a { color: #fff; text-decoration: none;}
#lang a:hover { background-color: rgba(255,255,255,.5); }

.main {
  clear: both;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: rgba(255,255,255,0.85);
  border-bottom: 2px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

.main h1{
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.main h1:before{
  content:'';
  height:25px;
  width:2px;
  display:block;
  position:absolute;
  top:5px;
  left:4px;
  background-color:#fff;
  border-left: 4px solid #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

#menu{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align:center;
}
#menu li{
  display: block;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #444;
}
#toggle{
 display: none;
}
#top_menu li {
  display: inline;
  padding: 0;
  margin-right: 0.3rem;
  float: left;
}
#top_menu li a{
  display: block;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ",sans-selif;
  font-weight: 600;
  background-color: rgba(255,255,255,0.6);
  text-decoration: none;
  color: #333;
  padding: 0.8rem;
  margin-right: 0.3rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
  box-shadow: 2px 2px #888;
}
#top_menu li a:hover{
  background-color: rgba(100,100,100,0.6);
  color: #fff;
}

#program_menu li {
  display: inline;
  padding: 0;
  margin-right: 0.3rem;
  float: left;
}

#program_menu li a{
  display: block;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ",sans-selif;
  font-weight: 600;
  background-color: rgba(255,255,255,0.6);
  text-decoration: none;
  color: #333;
  min-width: 7rem;
  padding: 0.8rem;
  margin-right: 0.3rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
  box-shadow: 2px 2px #888;
}
#program_menu li a:hover{
  background-color: rgba(100,100,100,0.6);
  color: #fff;
}

/*ロゴ*/
#logo-bottom {
  width: 30%;
  margin-left: 80%;
}

#logo-bottom img {
  width: 15%;
  vertical-align: middle;
}

/*タブレット*/
@media only screen and (max-width: 768px) {
  #menu li{
    /*width: 25%;*/
    border-bottom: 1px solid #444;
  }

  #top_menu li a{
  display: block;
  font-family: sans-selif;
  font-weight: 500;
  background-color: rgba(255,255,255,0.6);
  text-decoration: none;
  color: #333;
  width: 6rem;
  padding: 0.5rem;
  margin-right: 0.3rem;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 5px;
  box-shadow: 2px 2px #888;
  }

  #program_menu li a{
  display: block;
  font-family: sans-selif;
  font-weight: 500;
  background-color: rgba(255,255,255,0.6);
  text-decoration: none;
  color: #333;
  min-width: 6rem;
  padding: 0.5rem;
  margin-right: 0.3rem;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 5px;
  box-shadow: 2px 2px #888;
  }

}

/*スマホ*/
@media only screen and (max-width: 497px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

  #qbic {
    height: 6%;
    width: 60%;
    padding: 0 10px 10px;
    right: auto;
    left: 0;
  }

  #place img {
   height: 20%;
   padding: 0 10px 10px;
   right: auto;
   left: 0;
   width: 70%;
  }
  #program_menu li a{
  display: block;
  font-family: sans-selif;
  font-weight: 500;
  background-color: rgba(255,255,255,0.6);
  text-decoration: none;
  color: #333;
  min-width: 5.5rem;
  padding: 0.5rem;
  margin-right: 0.3rem;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 5px;
  box-shadow: 2px 2px #888;
  }
  #logo-bottom {
  width: 30%;
  margin-left: 70%;
  }
  #logo-bottom img {
  width: 35%;
  }
}
/*スマホ終わり*/

#top_place {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2rem;
  background-color: rgba(255,255,255,0.5);
}

#top_place p {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
}

#top_place hr {
  width: 80%;
  border-bottom: 1px solid rgba(100,100,100,0.1);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

#top_info {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.5);
  border: 2px dotted #777;
  margin-top: 0.8rem;
}

.news{
  font-size: 1rem;
  color: #999;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}

#top_info p {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
}

#top_menu {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 3rem;
  text-align:center;

}
#top_button {
   padding: 0 auto;
}


#about{
  width: 80%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

#about h1{
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.drift{
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.7em;
  background-color: rgba(255,255,255,0.5);
  padding:8px;
  margin-top: 2rem;

}

.drift img {
  padding: 8px;
}
.addition{
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.7em;
  padding:8px;
  margin-top: 2rem;

}
#signiture {
  padding-top: 1rem;
  text-align:right;
  line-height: 1.2rem;
}

.detail{
  padding-top:5px;
  margin-left: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
}

#organizer {
  width: 80%;
  margin: 0 auto;
  font-size: 1.1em;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
#co-sponsor{
  width: 80%;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.co-sponsor-list{
  width: 90%;
  margin: 0 auto;
  /*font-size: 1.1em;*/
  line-height: 1.7em;
  background-color: rgba(255,255,255,0.5);
  padding:8px;
  padding-left:3em;
  text-indent: -2em;
  margin-top: 2rem;

}
.co-sponsor-list li{
	margin-bottom: 5px;
}

.program{
  padding-top: 2.5rem;
  padding-left: 3rem;
}
.program dt{
  font-weight: 500;
  font-size: 1rem;
  padding-top:0.8rem;
  padding-bottom: 0.5rem;
}

.program dd{
  padding-left: 3rem;
  padding-bottom:1rem;
}

#contact{
  width: 80%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
}


#contact h1{
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}


.contact-d{
  padding-top: 1rem;
}
.contact-d dt{
  font-size:1rem;
  line-height: 1.4rem;
  padding-top:0.5rem;
  padding-bottom: 0.5rem;
}
.contact-d dd{
  font-size:1em;
  line-height:1.5em;
  padding-bottom:1rem;
}

/*program.html*/
#program_menu {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

#sub_menu {
   padding: 0 auto;
}

#speakers {
  width: 80%;
  margin: 0 auto;
  font-size: 1.1em;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

#speakers h1 {
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.keynote {
  padding-top:  1.5rem;
  padding-left: 1.5rem;
}

.list_speakers{
  padding-top: 2.5rem;
  padding-left: 2rem;
}
.list_speakers dt{
  font-weight: 500;
  font-size: 1.1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.list_speakers dd{
  padding-left: 3rem;
  padding-bottom:0.5rem;
}
#programdetail {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

#programdetail h1 {
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.program-d {
  padding-top : 2rem;
}

#postersession {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
#postersession h1{
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.posters-d {
   padding-top : 2rem;
}

/*overview.html*/
#overview {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

#overview h1 {
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
#overview  h2 {
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
}
#overview p {
  padding-left:  1rem;
  line-height: 1.5rem;
}
#overview br {
  line-height: 1.3rem;
}
#overview ul {
  padding-left: 3rem;
  padding-top: 2rem;
}

#overview li {
  font-size: 1rem;
  padding-bottom: 0.3rem;

}
#overview a {
  /*text-decoration: none;*/
}

/*registration.html*/
#registration {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

#registration h1 {
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
#registration  h2 {
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#registration p {
  padding-left:  2rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 1.2rem;
}

.supplement {
  padding-left: 4rem;
}
.supplement a {
  /*border-bottom:1px dotted #800080;*/
}

.register_btn a {
  display: block;
  width: 150px;
  text-align:center;
  margin: 0 auto;
  margin-top: 3rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  color: #666;
  background-color: rgba(255,255,255,0.6);
  box-shadow:2px 2px 2px #E7E7E7;
  -webkit-box-shadow: 1px 1px 2px #E7E7E7;
  -moz-box-shadow: 1px 1px 2px #E7E7E7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.register_btn a:hover {
  background-color: #eee;
  color: #333;
}

#registration br {
  line-height: 1.5rem;
}

#registration a {
  text-decoration: none;
}

/*fellow-temp.html*/
#fellow {
  width: 80%;
  margin: 0 auto;
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  min-height: 20rem;
}

#fellow h1 {
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

#fellow p{
  width: 90%;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  padding-left:  1rem;
  line-height: 1.5rem;
}
#fellow h4 {
  font-size:  1rem;
}

#fellow  h2 {
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
}

#guide_reimbursement {
  width: 70%;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border: 1px solid #777;
  margin-top: 0.5rem;
  margin-left: 2rem;
  padding: 1rem;
  line-height: 1.2rem;
}
#guide_reimbursement a {
  font-size: 0.9rem;
  padding-left: 2rem;
  pading-top:0.5rem;
  line-height: 2rem;
}

.note {
  width: 80%;
  padding-left:  3rem;
  font-size: 0.9rem;
  line-height: 1rem;
  padding-top: 0.3rem;

}
/*fellow-j.html*/
#fellow-j {
  width: 80%;
  margin: 0 auto;
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  min-height: 20rem;
}

#fellow-j h1 {
  position:relative;
  padding:9px;
  padding-left:15px;
  font-weight: bold;
  font-size: 18px;
  background-color: #555;
  color: #fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

#fellow-j p{
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height:1.5;
}

/*戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

footer{
text-align: center;
line-height:2em;
color:#fff;
}
