@charset "utf-8";

/*************************************
* 第61回日本顕微鏡学会
*************************************/
/*共通*/
html { margin-top: 0 !important; }
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
main { display: block; }
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
  zoom:1;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
  zoom:1;
}
.clearfix {
  display: block;
  zoom:1;
}
body {
	color: #333333;
	background-color: #fff;
	font-size: 16px;
	font-family: 'Noto Sans JP',"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",arial,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	animation-name: fadein-all;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-moz-osx-font-smoothing: grayscale;
}
* html body  { height: 100%; }
* { margin: 0; }
#wrapper {
	width:100%;
	overflow:hidden;
}
a  {
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
a:visited  { text-decoration: none }
a:hover  {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img { border: 0; vertical-align: top; width: 100%; height: auto; margin: auto; text-align: center; background: transparent; }
h1, h2, h3, h4, h5, h6 , .heading-title  { font-size: 100%; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0 ;font-size:100%   }
caption, th { text-align: left }
address { font-style: normal; font-weight: normal; display: inline }
blockquote, ol, ul { margin: 0; }
.container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.container-inner {
	width: 970px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 6px #b2b2b2
}
.content-inner {
	text-align: left;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 683px;
	height: 100%;
}
#alpha { width: 227px; float: left; border-right: 1px solid #e6e6e6; padding-bottom: 32768px; margin-bottom: -32768px; background-color: #ecf8ff; }
#beta { width: 742px; float: right; }
.alpha-beta-area { overflow: hidden; }
/*font*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*見出し*/
h2.h2-01 { font-size: 1.8rem; padding-bottom: 15px; border-bottom: 2px solid #0d2e75; margin-bottom: 2rem; color: #0d2e75; font-weight: bold; }
h4.h4-01 { font-size: 1.3rem; color: #00a1d6; font-weight: bold; margin-bottom: 0.5rem; }
.area-c { text-align: center; margin-left: auto; margin-right: auto; }
.red { font-weight: 600; color: red; font-size: 18px; }
/*ボタン*/
.dl-word {
	background-color: #00a1d6;
	padding: 15px 65px 15px 30px;
	display: inline-block;
	color: #fff;
	background-image: url("../img/61parts/pts-word.png");
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.dl-pdf {
	background-color: #00a1d6;
	padding: 15px 60px 15px 30px;
	display: inline-block;
	color: #fff;
	background-image: url("../img/61parts/pts-pdf.png");
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.btn-01 {
	background-color: #00a1d6;
	padding: 15px 30px 15px 30px;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

/*テーブル*/
.table-01 { margin-bottom: 1rem; border-top: 1px solid #ebebeb; width: 100%; margin-top: 10px; }
.table-01 tr { border-bottom: 1px solid #ebebeb; display: inline-block; line-height: 1.5rem; padding-left: 2.5%; padding-right: 2.5%; width: 95%; }
.table-01 tr > * { padding: 5px 0 5px 0; }
.table-01 th { font-weight: bold; display: inline-block; width: 40%; font-weight: normal !important; }
.table-01 td { display: inline-block; margin-left: 5%; }

/*header*/
#header-top {
	background-image: url("../img/61parts/h-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 970px 263px;
	width: 970px;
	height: 263px;
	position: relative;
}
.header-main { padding: 20px 30px 0 30px; }
.h1-area { margin-bottom: 8px; }
h1.h-ttl img { width: 765px; }
.h-txt { font-size: 14px; line-height: 20px; color: #fff; text-shadow : 0px 0px 8px #0064a8; }
.h-theme { font-size: 24px; color: #fff; text-shadow : 0px 0px 8px #0064a8; margin-top: 4px; }
.h-theme span { font-size: 18px; }
/*navi*/
.navi { padding: 30px 0 120px 0; }
ul.navi-list { border-top: 1px solid #d5e5fa; border-bottom: 1px solid #fff; }
ul.navi-list, ul.navi-list li { list-style: none; margin: 0; padding: 0; }
ul.navi-list li a { padding: 15px; color: #0d2e75; font-size: 15px; display: block; line-height: 20px; }
ul.navi-list li.pdf a {
	padding: 15px 40px 15px 15px;
	background-image: url("../img/61parts/pts-pdf.png"),url("../img/61parts/pts-hover.jpg");
	background-position: right 15px center,left center;
	background-repeat: no-repeat;
	background-size: 19px 24px, 0px 0px;
}
ul.navi-list li.nomal a {
	background-size: 0px 0px;
	background-position: left center;
}
ul.navi-list li.pdf a:hover {
	background-color: #0d2e75;
	color: #fff;
	opacity: 1;
	background-image: url("../img/61parts/pts-pdf.png"),url("../img/61parts/pts-hover.jpg");
	background-position: right 15px center,left center;
	background-repeat: no-repeat;
	background-size: 19px 24px,6px 4px;
}
ul.navi-list li.nomal a:hover {
	background-color: #0d2e75;
	color: #fff;
	opacity: 1;
	background-image: url("../img/61parts/pts-hover.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 6px 4px;
	opacity: 1;
}
ul.navi-list li { border-bottom: 1px solid #d5e5fa; border-top: 1px solid #fff; }
ul.navi-list li.comingsoon { border-bottom: 1px solid #d4d4d4; border-top: 1px solid #fff; }
ul.navi-list li.comingsoon a { background-color: #ebebeb; color: #b2b2b2 }
#page-home ul.navi-list li a.home,
#page-syoroku ul.navi-list li a.syoroku,
#page-endai ul.navi-list li a.endai,
#page-touroku ul.navi-list li a.touroku,
#page-syukuhaku ul.navi-list li a.syukuhaku,
#page-contact ul.navi-list li a.contact,
#page-ad ul.navi-list li a.koukoku,
#page-display ul.navi-list li a.display,
#page-poster ul.navi-list li a.poster
{
	background-color: #0d2e75;
	color: #fff;
	opacity: 1;
	background-image: url("../img/61parts/pts-hover.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 6px 4px;
	opacity: 1;
}
/*トップページbetaエリア*/
.top-main-img {
	position: relative;
	background-image: url("../img/61parts/top-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 683px 462px;
	width: 683px;
	height: 462px;
}
.top-img-cap { position: absolute; font-size: 13px; color: #4d4d4d; right: 15px; top: 10px; }
.top-img-txt { position: absolute; font-size: 17px; color: #fff; left: 0; bottom: 0; width: 100%; }
.top-img-txt span { padding: 15px; display: block; background: linear-gradient(90deg,rgba(0,0,0,0.8), rgba(0,0,0,0)); }
/*会場*/
.top-place {
	background-color: #3fa9f5;
	color: #fff;
	margin-top: 20px;
	font-size: 0;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 50px;
	background-image: url("../img/61parts/pts-y.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}
.top-place a { color: #fff; }
.place-ttl {
	font-size: 18px;
	display: inline-block;
	width: 69px;
	border-right: 1px solid #fff;
	vertical-align: middle;
	padding: 25px 0 25px 0;
}
.place-detail { display: inline-block; vertical-align: middle; }
.place-main { font-size: 18px; display: inline-block; width: 160px; vertical-align: middle; }
.place-add {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	width: 240px;
	vertical-align: middle;
	text-align: left;
	border-right: 1px dotted #fff;
	margin-right: 19px;
}
.place-pdf {
	font-size: 16px;
	display: inline-block;
	width: 193px;
	vertical-align: middle;
	text-align: left;
	background-image: url("../img/61parts/pts-pdf.png");
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 19px 24px;
}
.place-pdf a { padding: 20px 0 20px 0; display: block; }
/*what's new*/
.top-news-ttl {
	font-size: 23px;
	color: #566d9e;
	padding: 0 0 10px 32px;
	background-image: url("../img/61parts/pts-news.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border-bottom: solid 4px #b6c0d6;
	display: block;
	font-weight: bold;
}
.news-detail {
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #b2b2b2;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}
/*.news-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }*/
.news-detail a { text-decoration: underline; }
.news-detail a:hover { background-color: rgba(255,255,255,0.9) }
.news-date { display: inline-block; }
.news-new {
	display: inline-block;
	font-size: 10px;
	color: #ff0000;
	padding: 2px 5px 2px 5px;
	background-color: #fff000;
	margin-left: 10px;
	line-height: 15px;
	font-weight: bold;
}
.top-news-detail-ttl { font-weight: normal; }


/**********一般演題申込**********/
.flow{ padding: 20px 0 20px 0; border-bottom: 1px dotted #ebebeb; }
.flow-detail { padding: 15px 0 15px 0; border-top: 1px dotted #ebebeb; border-top: 1px dotted #ebebeb; }
.flow-indent { padding-left: 20px; margin-top: 5px; }
h5.h5-flow { font-weight: bold; font-size: 1.1rem; }
.flow-link { text-align: center; }
/**********広告申込**********/
.ad-detail-01 { margin-bottom: 30px; }
.ad-left { width: 75%; float: left; }
.ad-right { width: 20%; float: right; }
.ad-detail-02 { margin-bottom: 60px; }



/*footer*/
#fmenu { background-color: #0d2e75; text-align: center; padding: 5px; font-size: 11px; color: #fff; }








/*TOP終了挨拶*/
.top-endmessage { margin: 80px 0 80px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 40px 0 40px 0; }
.top-endmessage h3 { font-size: 20px; font-weight: bold; margin-bottom: 20px; }





















