﻿@charset "utf-8";

caption {
    font-weight:bold;
    caption-side:top;
    text-align:left;
    margin:0;
}

.rbl_list td, .cbl_list td{ /*ラジオボタン*/
    border:none;
}

.watermarked{
	background-color:#F0F8FF;
	color:gray;
}
.require_note{
    text-align:right;
    color:Red;
}

.chuui{
	color:Red;
}

.confirm_box{
    width:640px;
    margin:20px auto 0 auto;
    padding:30px;
    background-color:White;
    line-height:175%;
    text-align:center;
    border:solid 1px #000000;
}

.primary_author{
	line-height:2.5em;
}

.primary_author .pa_lbl{
    padding:0 3px;
    font-weight:bold;
}
.primary_author .pa_value{
    padding-right:30px;
}

.message{
    display:block;
    color:Red;
    text-align:center;
    width:550px;
    font-weight:bold;
    margin:0 auto;
    border:dashed 1px #ff0000;
    padding :5px;
    background-color:#ffffff;
}
.msg_wide{
	width:600px;
}
.message ul{
	text-align:left;
	padding-left:20px;
}
.message ul li{
}

div.Login_box{
	margin:15px 0;
}
div.Login_box::after{
	content:"";
	display: block;
	clear: both;
}

div.boxA h2,div.boxB h2{
	margin-bottom:30px;
}

div.boxA{
	width:530px;
	float:left;
	border:5px solid #ddd;
	margin-right:25px;
	padding:30px 60px;
}

table.loginform{
	border:none;
	width:100%;
}
table.loginform th,table.loginform td{
	border: none;
	background: none;
	font-size: 18px;
	font-weight: normal;
	padding:10px 0;
}

input.e-mail{
	width:350px;
	font-size:18px;
	padding:3px 0;
}
input.pass{
	width:200px;
	font-size:18px;
	padding:3px 0;
}

p.LoginBtn{
	width:400px;
	margin:30px auto;
}
p.LoginBtn input{
	font-size:18px;
	width:400px;
	line-height:50px;
	border: none;
	background:#015c7b;
	color:#fff;
}
p.LoginBtn input:hover{
	background:#2d6477;
	cursor:pointer;
}

div.boxB{
	width:380px;
	float:left;
	margin-left:25px;
	padding:0;
}

p.UseRegistBtn{
	width:300px;
	margin:30px auto;
	text-align: center;
}

p.UseRegistBtn a{
	line-height:50px;
	border: none;
	background:#cf3384;
	color:#fff;
	display: block;
	text-decoration: none;
}

p.UseRegistBtn a:hover{
	background:#ce619a;
}

/*---top_note---*/
div.top_note{
	margin:50px 0 0 0;
	padding:15px;
	border:1px solid #eee;
	background: #f0f0f0;
}
div.top_note h3{
	border-bottom: 1px solid #333;
}

/*---user_home--------------------------------*/
div.userInfo{
}
div.userInfo p{
	text-align: right;
	line-height: 44px;
	font-size:18px;
}

div.section{
	margin-bottom:90px;
}

/*user_home:Author_btn*/
ul.Author_btn{
	width:750px;
	margin:60px auto;
	list-style: none;
	text-align:center;
}

ul.Author_btn li{
	display:inline-block;
	text-align:center;
}

ul.Author_btn li.btnpaper{
	width:300px;
	margin-right:25px;
	margin-left:25px;
}
ul.Author_btn li.btnAuthor{
	width:300px;
	margin-left:25px;
	margin-right:25px;
}

ul.Author_btn li.btnpaper a{
	display: block;
	background:#e01f71;
	line-height:50px;
	color:#fff;
	text-decoration: none;
}
ul.Author_btn li.btnpaper a:hover{
	background:#df6b9c;
}

ul.Author_btn li.btnAuthor input{
	text-align: center;
	line-height:50px;
	color:#fff;
	background:#13b170;
	font-size:16px;
	border:none;
	width:300px;
}
ul.Author_btn li.btnAuthor input:hover{
	background:#54af89;
}

/*user_home:admin reviewer_btn*/
div.btnAdmin,div.btnReviewer{
	width:300px;
	margin:60px auto;
}

div.btnReviewer input{
	width:350px;
	text-align: center;
	line-height:50px;
	color:#fff;
	background:#f39025;
	font-size:16px;
	border:none;
}
div.btnReviewer input:hover{
	background:#efaa5f;
	cursor:pointer;
}

div.btnAdmin input{
	width:350px;
	text-align: center;
	line-height:50px;
	color:#fff;
	background:#006699;
	font-size:16px;
	border:none;
}
div.btnAdmin input:hover{
	background:#30677a;
	cursor:pointer;
}

/*---Admin Paper List------------------------- */
.selectmenu{ /*未使用*/
	width: 700px;
	margin: 10px 20px 0 20px !important;
	margin: 10px 18px 0 18px;  /* for ie6 */
	padding: 0;
	text-align: right;
}
span.spanlink{
	display:inline-block;
	color:#00a0c6; 
	text-decoration:underline;
	cursor:pointer;
	font-size:14px;
}
span.spanlink:hover{
	color:#c6a000; 
	text-decoration:none;
}

.searchbox{
	width: 100%;
	padding: 10px 0;
	border:dashed 1px #015353;
	background:#fff;
 	box-sizing : border-box;
 	margin-bottom:5px;
}
.boxclose{
 	display:none;
}
.boxopen{
	display:block;
}

.searchbox table{
	width:1040px;
	margin:0 auto;
 	box-sizing : border-box;    
}
.searchbox th, .searchbox td{
	border:none;
	background-color:inherit;
	margin: 0;
	padding: 5px 0;
	font-size: inherit;
}
.datebox{
	width:100px;
}

.reviewsamplelink{ /*review凡例開閉リンク*/
	text-align:right;
	padding:18px 0 4px 0;
}
table.revSample tr{ /*review凡例内各行*/
	display:inline-block;
	width:100%;
	padding-bottom:8px;
}
table.revSample tr.revSample2{
	border-top:dashed 1px #666;
	margin-top:5px;
	padding-top:10px;
}

table.revSample div.samplerow{
	display:inline-block;
 	box-sizing : border-box;
}
table.revSample div.samplerow.ro1{ /*Assinged*/
	width:100px;
}
table.revSample div.samplerow.ro2{ /*Under Reviewing*/
	width:130px;
}
table.revSample div.samplerow.ro3{ /*Confirmed*/
	width:230px;
}
table.revSample div.samplerow.ro4{ /*Open*/
	width:230px;
}
table.revSample div.samplerow.ro0{ /*Assinged*/
	width:25px;
}
table.revSample div.samplerow.ro5{ /*Refused, Invalid*/
	width:100%;
}

td.revSum{ /*各Paper内ReviewサマリーとReview凡例内 共通*/
	padding:0;
}
.review_past, .review_current{
	display:inline-block;
 	box-sizing : border-box;
 	padding:3px 0;
	margin-left:5px;
}
.review_past{
	border-right: #000000 2px solid;
	min-width:40px;
	padding-right:2px;
}
.review_current{
}

td.revSum span.box{ /*各Paper内ReviewサマリーとReview凡例内 共通*/
	display:inline-block;
 	box-sizing : border-box;
	width:30px;
	height:22px;
	margin-right:2px;
	text-align:center;
	font-weight:bold;
}
td.revSum span.box.A{ /*Assigned*/
	background-color:#C6DDC3;
	border:solid 2px #C6DDC3;
}
td.revSum span.box.B{ /*Under Reviewing*/
	background-color:#7CC471;
	border:solid 2px #7CC471;
}

td.revSum span.box.C{ /*Confirmed and Disapproved*/
	background-color:#E18F9B;
	border:solid 2px #E18F9B;
}
td.revSum span.box.D{ /*Confirmed and Approved if modified*/
	background-color:#F9F06F;
	border:solid 2px #F9F06F;
}
td.revSum span.box.E{ /*Confirmed and Approved*/
	background-color:#7EC7DD;
	border:solid 2px #7EC7DD;
	background-color:#95CCDB;
	border:solid 2px #95CCDB;
}
td.revSum span.box.F{ /*Open and Disapproved*/
	background-color:#E18F9B;
	border:solid 2px red;
}
td.revSum span.box.G{ /*Open and Approved if modified*/
	background-color:#F9F06F;
	border:solid 2px red;
}
td.revSum span.box.H{ /*Open and Approved*/
	background-color:#95CCDB;
	border:solid 2px red;
}
td.revSum span.box.I{ /*Refused*/
	color:#fff;
	background-color:#000;
	border:solid 2px #000;
}
td.revSum span.box.J{ /*Invalid*/
	color:#fff;
	background-color:#bbb;
	border:solid 2px #bbb;
}

.review_past span.box, .review_current span.box{
	cursor:default;
}

/* PaperList内 Reviewツールチップ */
#reviewtip{ 
	position:absolute;
	z-index:999;
	padding:5px 8px;
	text-align:left;
	background:#FFFFCC;
	border:1px solid #015353;
}
#reviewtip span{
	font-weight:bold;
}


table.grayback{
	background:#808080;
}

.pager2{
	width: 1080px;
	margin:3px 30px 0 30px;
	background-color:#f0f0f0;
}
.pager2>span>span, .pager2>span>a{
	display:inline-block;
	margin-right:4px;
	font-size:1.1em;
}


/*---Auto Email------------------------------- */
table.automail{
	width:1080px;
	margin:0 auto 15px auto;
 	box-sizing : border-box;
}
.automail th, .automail td{
	border:none;
	background-color:inherit;
	margin: 0;
	padding: 5px 0px;
	font-size: inherit;
}
.automail th{
	background-color:inherit;
	width:150px;
}

/*---Paper Edit系------------------------------ */
.user_sup {
	width:1080px;
	margin:3px auto;
}

/* Biographyツールチップ */
.bio-tip-link{
	color:#00a0c6;
	cursor:pointer;
	text-decoration:underline;
}
#biographytip{ 
	position:absolute;
	padding:5px 8px;
	text-align:left;
	background:#FFFFCC;
	border:1px solid #015353;
}
#biographytip #closetip{
	width:100%;
	text-align:center;
	color:#00a0c6;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}
#biographytip #closetip:hover{
	color : #FF8C00;
}
#biographytip #bioinfo{
	font-size:1em;
}


/*---Reviewers-------------------------------- */
.rv_items /*Disclosure of Items */
{
	padding:0;
	width:1080px;
	margin:15px auto;
}
.rv_items div
{
	color: #015353;
	font-weight: bold;
}
.rv_items table
{
	width:100%;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	box-sizing : border-box;    
}
.rv_items td
{
	background-color:#ffffff;
}

.rv_box /* 各レビュー */
{
    border:solid 1px #000000;
    background-color:White;
    padding:10px 20px;
    width:1080px;
    margin:20px auto;
 	box-sizing : border-box;    
}
.rv_box.previous{
	margin-top:5px;
	background-color:#ddd;
	display:none;
}
.rv_box.inputchuui{
	background-color:Red;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
}

.rv_info
{
    line-height:175%;
    padding:5px 0;
    margin-bottom:5px;
}
.rv_info .select_user
{
    text-align:right;
    color:Gray;
}

.rv_info_tbl
{
	margin-bottom:16px;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	width:1040px;
	background-color:White;
 	box-sizing : border-box;    
}
.rv_info_tbl caption
{
    text-align:left;
}

.rv_title
{
    margin-top:3px;
	color: #015353;
	font-weight: bold;
}

.rv_lbl
{
    font-weight:bold;
    margin-right:3px;
}
.rv_value 
{
    margin-right:20px;
}    

.scores 
{
    border-top:solid 1px #000000;
    border-left:solid 1px #000000;
    margin-bottom:15px;
    width:1040px;
    background-color:White;
 	box-sizing : border-box;    
}
.scores caption
{
    text-align:left;
}
.scores th,.scores td
{
    text-align:center;
}
.scores th
{
    padding:3px 10px;
}

.rv_box .comments
{
    display:block;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    border:solid 1px #000000;
    line-height:1.4em;
    width:600px;
    padding:3px 10px;
}

/* Scoreツールチップ */
.score-name-link{
	color:#015353;
	cursor:pointer;
	text-decoration:underline;
}
#scoretip{ 
	position:absolute;
	padding:5px 8px;
	text-align:left;
	background:#FFFFCC;
	border:1px solid #015353;
}
#scoretip #closetip{
	width:100%;
	text-align:center;
	color:#00a0c6;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}
#scoretip #closetip:hover{
	color : #FF8C00;
}
#scoretip #scoreinfo{
	font-size:1em;
}


/*---アップロード----------------------------------*/
.uploaded_papers 
{
    margin: 20px 20px 0 20px;
    padding: 0;
}
.up_list{
    margin:10px 0;
}
.up_list td{
    border:none;
}

.upload_tbl
{
    width:1080px;
    margin-bottom:5px;
}
.upload_tbl td
{
    border-style:none;
    vertical-align:top;
    line-height:1.5em;
}

.uploader_title 
{
	width: 100%;
	margin:0;
	padding: 2px 0;
	color: #015353;
	border-bottom: #015353 1px solid;
    font-size: 15px;
	font-weight: bold;
}

.uploader_comment
{
    border:solid 1px #cccccc;
    padding:3px;
    margin:5px 3px;
}

.uploader_chuui_wrap{
	padding:10px 0 0 0;
 	box-sizing : border-box;
 	text-align:left;
}
.uploader_chuui{
	width: 100%;
	padding: 10px;
	margin:5px 0 5px 0;
	border:dashed 1px #015353;
	background:#fff;
 	box-sizing : border-box;
}
.uploader_chk{
	display:inline-block;
	margin-top:5px;
	width:100%;
	text-align:center;
	font-size:1.1em;
}

.up_box{ /*未使用*/
    padding:10px;
    margin-bottom:10px;
    border:solid 1px #000000;
    background-color:#ffffff;
}

.ulprogrearea, .dlprogrearea{
	margin-left:3px;
	margin-right:8px;
}
.ulprogrearea #progress, .dlprogrearea #progress{
	width:250px;
	height:12px;
}

/*---BBS---------------------------------------*/
.bbs, .bbs_log
{
	/*width:700px;*/
	width:1080px;
	background-color:#ffffff;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	margin-bottom:1px;
	table-layout:fixed;
}
  
.bbs_log th 
{
    background-color:#fff8dc;
}

.blank
{
    background-color:#f0f0f0;
}

.pager
{
	text-align: right;
	background-color:#f0f0f0;
	border-left:none;
}
.pager th, .pager td{
	margin: 0;
	padding:5px;
	border-style:none;
	text-align: right;
}

.bbs_recipients{
	position:relative;
	width:1140px;
 	box-sizing : border-box;
}
.bbs_notes{
	width:650px;
	position:absolute;
	top:10px;
	right:30px;
 	box-sizing : border-box;
    border:solid 2px #015353;
    background-color:#fcfcfc;
    padding:7px 5px;
    line-height:170%;	
}

/*---others--------------------------------*/
/* TextBox Size */
.txt_prefix{
    width:80px;
}
.txt_name{
    width:200px;
}
.txt_email{
    width:400px;
}
.txt_pwd{
    width:150px;
}
.txt_address{
    width:500px;
}
.txt_postalcode{
    width:100px;
}
.txt_tel{
    width:200px;
}
.txt_affiliation{
    width:400px;
}
.txt_department{
    width:500px;
}
.txt_memberid{
    width:100px;
}
.txt_title{
    width:740px;
}

.txt_score{
    width:50px;
}

.textarea{
    width:740px;
    height:100px;
}

.textarea_l{
    width:980px;
    height:100px;
}
.textarea_m{
	width: 700px;
	height: 150px;
}



