@charset "utf-8";

/* -------------------------------------------------------------------- */
/* All Configuration							*/
/* -------------------------------------------------------------------- */
@font-face {
	font-family:'_03SmartFontUI';
	src: url('../font/03SmartFontUI.eot?') format('eot');
	src: url('../font/03SmartFontUI.woff') format('woff');
	src: url('../font/03SmartFontUI.ttf') format('truetype');
	src: url('../font/03SmartFontUI.otf') format('opentype');
}
@font-face {
	font-family:'mplus-1p-bold';
	src: url('../font/mplus-1p-bold.eot?') format('eot');
	src: url('../font/mplus-1p-bold.woff') format('woff');
	src: url('../font/mplus-1p-bold.ttf') format('truetype');
}
@font-face {
	font-family:'mplus-1p-medium';
	src: url('../font/mplus-1p-medium.eot?') format('eot');
	src: url('../font/mplus-1p-medium.woff') format('woff');
	src: url('../font/mplus-1p-medium.ttf') format('truetype');
}
@font-face {
	font-family:'mplus-1p-regular';
	src: url('../font/mplus-1p-regular.eot?') format('eot');
	src: url('../font/mplus-1p-regular.woff') format('woff');
	src: url('../font/mplus-1p-regular.ttf') format('truetype');
}
@font-face {
	font-family:'mplus-bold';
	src: url('../font/mplus-2c-bold.ttf') format('truetype');
}
@font-face {
	font-family:'mplus-black';
	src: url('../font/mplus-2c-black.ttf') format('truetype');
}
@font-face {
	font-family:'mplus-heavy';
	src: url('../font/mplus-2c-heavy.ttf') format('truetype');
}

/************************************************************/
/* 初期設定（タグのリセット） */
/************************************************************/
/* 要素のフォントサイズやマージン・パディングをリセットしています */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
/* small, strong, sub, sup, var, */
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
form,pre {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* 新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
/* a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています */
a {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* 隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 縦方向の揃え位置を中央揃えに指定しています */
input, select {
	font-size: 12px;
    vertical-align: middle;
}
textarea {
	width: 602px;
	height: 200px;
	padding: 5px;
	border: 1px solid #57AE8B;
	font-size: 12px;
    vertical-align: middle;
}
textarea.astract {

}
textarea.astract1 {
}

/* ------------------------------------------------------------------------------------ */
/* 追記 */
/* jQuery3系の対応のため */
/* ------------------------------------------------------------------------------------ */
.hide {
	display: none;
}
.show {
	
}
/* ------------------------------------------------------------------------------------ */
/*  */
/* ------------------------------------------------------------------------------------ */
body {
	font-size: 10pt;
/*
	font-family: mplus-1p-regular,"Meiryo UI 太字";
*/
	font-family: "Meiryo";
	text-align: center;
	color: #000;
}
.clear {
	clear: both;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
a img {
	border: none;
}


sup, sub {
	font-size: 8px;
}
b {
	font-family: mplus-1p-bold,"Meiryo UI 太字";
}
u {
	
}

h2 {
	width: 960px;
	height: 45px;
	margin: 0 auto 10px auto;
	padding-left: 6px;
	background: url('../image/h2_underline.jpg') bottom center no-repeat;
	font-size: 20pt;
	color: #666666;
	text-align: left;
	font-family: mplus-1p-medium;
}
h3 {
	height: 40px;
	text-align: left;
	padding-top: 7px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.3px;
	color: #444444;
	background: url('../image/h3_bg.jpg') top center no-repeat ;
}

#wrapper_top {
	width: 100%;
	height: 120px;
	margin-left: auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin: 0 auto;
	text-align: center;
	background: #90B623;
	background: url('../image/header_bg.jpg') top center repeat-x ;
}

#wrapper_top_inner {
	width: 980px;
	height: 120px;
	margin-left: auto;	/* IE以外用の中央寄せ */
        margin-right: auto;	/* IE以外用の中央寄せ */
	margin: 0 auto;

}

/* ------------------------------------------------------------------------------------ */
/* Header h1										*/
/* ------------------------------------------------------------------------------------ */
#header{
	width: 980px;
	height: 102px;
	padding-top: 15px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#header .logo {
	float: left;
	width: 680px;
	padding-top: 24px;
	padding-left: 14px;
	color: #408569;
	font-size: 26px;
	font-family: mplus-bold,"Meiryo UI 太字";
}

#header .welcom {
	float: left;
	width: 140px;
	padding-top: 32px;
	margin-right:10px;
	text-align:right;
	letter-spacing: 1.5px;
	color:#333333;
}

#header .logout {
	float: left;
	width: 140px;
/*	padding-top:27px;*/
	clear: right;
	text-align: right;
}
.logout a {
	display: block;
	width: 140px;
	height: 27px;
	background: url('../image/btn_logout.jpg') center center no-repeat;
	list-style: none;
}
.logout a:hover {
	display: block;
	width: 140px;
	height: 27px;
	background: url('../image/btn_logout_on.jpg') center center no-repeat;
	list-style: none;
}

.btn_logout {
	display: block;
	width: 100px;
	height: 27px;
	margin-left: 100px;
	background-image: url('../image/btn_logout.jpg');
}
.btn_logout:hover {
	background-image: url('../image/btn_logout_on.jpg');
}
/* ------------------------------------------------------------------------------------ */
/* Main Contents									*/
/* ------------------------------------------------------------------------------------ */
#wrapper_center {
	width:100%;
	margin: 0 auto;
}
#container_inner {
	width:980px;
	margin: 0 auto;
	margin-top: 20px;
}
#container_inner .entry_box {
	width:940px;
	text-align:left;
	background:#FFFFFF;
	margin-bottom:30px;
	margin-top:20px;
}
.step {
	font-family: mplus-1p-bold,"Meiryo UI 太字";
	padding: 0px 14px;
	text-align: right;
	font-style: italic;
	color: #bbbbbb;
}
.notice1 {
	text-align: center;
	color: #CC0000;
	font-size: 12pt;
}
.txtbox {
	margin: 20px 0px 20px 0px;
	border: 1px solid #ddd9b9;
	padding: 10px;
	background-color: #f9f9f7;
}

.btn_center {
	padding-top: 18px;
	padding-bottom: 18px;
	border: 1px solid #ddd9b9;
	background-color: #f9f9f7;
	text-align: center;
	margin: 20px 0px 20px 0px;
}
.btn_center input {
	font-size: 12px;
}
.notice2 {
	text-align: center;
	margin-bottom: 12px;
}

input[type=submit],input[type=reset],input[type=button] {
	padding: 10px 25px;
	margin: 0 20px;
	cursor: pointer;
}

.tbl_entry {
	width:940px;
	margin-bottom:10px;
	border-collapse: collapse;
	font-size:12px;
}

.tbl_entry .title {
	width: 200px;
	border: #DDD9B9 1px solid;
	background: #F9F9F7;
	padding: 10px;
	padding-left: 20px;
	color: #346D56;
	font-weight: bold;
	vertical-align: middle;
}

.tbl_entry .values {
	border: #DDD9B9 1px solid;
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: middle;
	background: #FFFFFF;
}
.values .ex_aff_name {
	/* 筆頭演者のみ */
	display: inline-block;
	width: 360px;
	margin-left: 90px;
}
.values .aff_label0 {
	/* 筆頭演者のみ */
	display: inline-block;
	width: 90px;
}
.values .aff_kana0 {
	/* 筆頭演者のみ */
	display: inline-block;
	width: 90px;
}
.values .aff_label {
	/* 共著者のみ */
	display: inline-block;
	width: 60px;
}
.values .aff_kana {
	/* 共著者のみ */
	display: inline-block;
	width: 60px;
}

.title em{
	font-size: 8pt;
	font-style: normal;
}
.values em{
	font-size: 10pt;
	font-style: normal;
}

.h20 { height: 20px;}
.h40 { height: 40px;}
.h60 { height: 60px;}
.h80 { height: 80px;}
.h100 { height: 100px;}
.h120 { height: 120px;}
.h140 { height: 140px;}
.h160 { height: 160px;}
.h180 { height: 180px;}
.h200 { height: 200px;}

.input50, .input80, .input100, .input150, .input200, .input300, .input400, .input500, .input600 {
	vertical-align:center;
	padding:2px 0 2px 3px;
	border:1px solid #57AE8B;
	font-size: 12px;
}

.input50 { width:50px;}
.input80 { width:80px;}
.input100 { width:100px;}
.input150 { width:150px;}
.input200 { width:200px;}
.input300 { width:300px;}
.input400 { width:400px;}
.input500 { width:500px;}
.input600 { width:600px;}

.uline {
	text-decoration: underline;
}

.extract_area {
	margin-right: 10px;
}
.extract_area2 {
	margin-top: 10px;
	margin-right: 10px;
}
.extract_view {
	padding: 10px;
	border: 1px solid #ddd9b9;
}

.inputmargin {
	padding-left: 3px;
	border: 1px solid #57AE8B;
	font-size: 10pt;
}


.tbl_blank {
	border-collapse: collapse;
}
.tbl_blank .td_title {
	display: inline-table;
	padding: 2px;
	width: 80px;
	vertical-align: middle;
}
.tbl_blank .td_value {
	display: inline-table;
	white-space: nowrap;
	padding: 2px;
	width: 180px;
	vertical-align: middle;
}
.tbl_blank .name {
	display: inline-table;
	white-space: nowrap;
	width: 30px;
	margin-left: 10px;
}

.presenter {
	padding: 4px 0px 8px 96px;
}

.tbl_blank2 {
	display: inline-block;
}
.td_check {
	margin: 4px 0px 8px 96px;
}

.txtbox12 {
	width: 600px;
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd9b9;
	background-color: #FFFFD9;/* FFFFB4   #FFFFE9 */
}

.txtbox14 {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
.notice3 {
	color: #555555;
}
.login_box {
	width: 590px;
	border: 5px solid #D7D7D7;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.login_box p {
	padding-top: 20px;
	padding-left:20px;
	font-size: 18px;
	text-align: left;
	font-family: mplus-1p-bold,"Meiryo UI 太字";
	color: #333333;
}

.login_title {
	width:460px;
	margin: 30px auto 0px auto;
	font-weight:bold;
}
.login_title div.img {
	display: inline-table;
	width: 120px;
	height: 30px;
	text-align: right;
	vertical-align: bottom;
	font-size: 14pt;
	font-family: mplus-1p-bold,"Meiryo UI 太字";
	color: #4f8f75;
}
.login_title .input {
	display: inline;
	width: 260px;
	height: 30px;
	font-size: 14pt;
	vertical-align: middle;
}
.login_box .btnsubmit {
	margin: 30px auto;
}
.gototop {
	clear: left;
	margin: 20px 10px 10px 10px;
	color: #333;
	text-align: right;
	display: block;
	overflow: hidden;
}


/* ------------------------------------------------------------------------------------ */
/* etc...											*/
/* ------------------------------------------------------------------------------------ */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.err_msg {
	color: #CC0000;
	font-size: 12px;
}
#container_inner .admin_box {
	width: 590px;
	height: 200px;
	text-align: center;
	/* border:5px solid #D7D7D7; */
	background: #FFFFFF;
	margin-bottom: 30px;
}
#container_inner .admin_box p {
	margin: 20px 0 0 20px;
	letter-spacing: 1.5px;
	line-height:1.8;
	color: #333333;
}

#container_inner .admin_box p a img {
}

.fred {
	color: #CC0000;
}
.fgreen {
	color: #3d7a61;
}
.dispbox {
	clear: both;
}
.dispbox .gototop {
	float: right;
}
.dispbox a {
	display: block;
	width:170px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 11pt;
	color: #666666;
	background-image: url('../image/arrow_up2.png');
	background-position: left center;
	background-repeat: no-repeat;
	font-family: mplus-1p-bold,"Meiryo UI 太字";
}
/* ------------------------------------------------------------------------------------ */
/* Footer Menu										*/
/* ------------------------------------------------------------------------------------ */

#wrapper_bottom {
	clear: both;
	width: 100%;
	height: 102px;
	margin: 0 auto;
	margin-top: 20px;
	background: url('../image/footer_bg.jpg') top center repeat-x ;
}


#footer_inner {
	clear: both;
	width: 980px;
	height: 60px;
	color: #408569;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 15px;
	text-align: right;
	font-size: 12px;
}

#footer_inner .left {
	float: left;
	width: 400px;
	height: 60px;
	color: #408569;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1.3px;
}
#footer_inner .left a {
	color: #408569;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}
#footer_inner .left a:hover {
	color: #748448;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: underline;
}
#footer_inner .copyright{
	float: right;
	width: 500px;
	color: #408569;
	font-size: 10px;
	margin-top: 10px;
}


.entry_count2 {
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd9b9;
	background-color: #FFFFD9;/* FFFFB4   #FFFFE9 */
}
.entry_count2 .number {
	font-size: 14pt;
	font-family: mplus-1p-bold,"Meiryo UI 太字";
}
.entry_count {
	margin: 20px 0px 20px 0px;
	border: 1px solid #ddd9b9;
	padding: 10px;
	background-color: #f9f9f7;
}
.entry_count .number {
	font-size: 14pt;
	font-family: mplus-1p-bold,"Meiryo UI 太字";
}
.help {
	display: inline-block;
	text-decoration: none;
	width: 20px;
	height:  20px;
	background-image: url('../image/hatena.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.help:hover {
	text-decoration: none;
	cursor: pointer;
}
/* ------------------------------------------------------------------------------------ */
/* 一覧 */
/* ------------------------------------------------------------------------------------ */
table.entrylist {
	
}
td.a {
	border: 1px solid black;
}
td.b {
	border: 1px solid black;
}
/* ------------------------------------------------------------------------------------ */
/* Debug */
/* ------------------------------------------------------------------------------------ */

.e{
	text-align: left;
	background-color: white;
	color: black;
	font-weight: 600;
	padding: 6px;
}
