﻿@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Arial",sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	background: #333333 url("../img/bg.jpg");
}

/* 201806 デザイン修正分 login/user_home のみ */
body .bigfont{
	font-size: 16px;
}

/*------------------------------
    レイアウト
    wrap
      |- header
      |- subject
      |- location
      |- contents

      |- footer
------------------------------*/

#wrap{
	width: 1200px;
	margin: 0 auto; /* 201806 デザイン修正分 */
	padding: 0;
	text-align: left;
	background: #fff;
	border-right: #000000 1px solid;
}

#header{
	position: relative;			/* 絶対配置の基準 */
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
}

#header_2{
	position: relative;			/* 絶対配置の基準 */
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
}

#subject{
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #015353;
}

#location{
	clear: both;
	height: 34px;
	margin: 0;
	padding: 5px 15px;
	color: #999999;
	font-size: 12px;
	font-size: 14px; /* 201806 デザイン修正分 */
}

#contents{
	width: 1140px;
	margin: 0 30px !important;
	padding: 0;
}

#footer{
	width: 100%;
	margin: 15px 0 0 0;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	color: #015353;
	/* 201806 デザイン修正分 */
	margin: 30px 0 0 0;
	padding: 30px 0;
	border-top:1px solid #ddd;
}
.bigfont #footer{
	margin: 90px 0 0 0;
}

#end{
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*------------------------------
    ヘッダ（header）
------------------------------*/
#logo{
	position: absolute;			/* 絶対配置 */
	display: block;
	top: 0;
	left: 0;
	width: 420px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#headermenu{
	position: absolute;			/* 絶対配置 */
	display: block;
	top: 7px;
	right: 15px;
	margin: 0;
	padding: 0;
}

#logo_2{
	position: absolute;			/* 絶対配置 */
	display: block;
	top: 0;
	left: 0;
	width: 316px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#headermenu_2{
	position: absolute;			/* 絶対配置 */
	display: block;
	top: 20px;
	right: 15px;
	margin: 0;
	padding: 0;
}

/*------------------------------
    帯（subject）
------------------------------*/
#conftitle{
	float: left;
	margin:10px 0px 6px 15px;
	font-size: 15px;
	font-weight: bold;
	font-size: 20px;
	min-height:24px;
}

#usermenu{
	float: right;
	margin: 10px 15px 6px 10px;
	font-size:16px;
}

#usermenu_2{ /* 氏名が長い場合(各役割のMasterPage/user_home/user_info/user_edit で指定)*/
	float:right;
	margin:0px 15px 6px 50px; /*左マージン大きめにしないと会議名の下にこないので注意*/
	font-size:16px; /* 201806 デザイン修正分 */
}

/*------------------------------
    メイン（contents）
------------------------------*/
.title{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 2px 0;
	color: #015353;
	font-size: 15px;
	font-weight: bold;
	border-bottom: #015353 1px solid;
}
.bigfont .title{
	margin: 0 0 30px 0;
	font-size: 20px;
}

.title span{
    margin-left:10px;
}

.tasks{
	color: #ff3333;
}

.tab{
	list-style: none;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
}

.tab_on{
	float: left;
	width: 112px;
	margin: 0 0 0 3px;
	padding: 2px;
	border-top: #015353 2px solid;
	border-left: #015353 2px solid;
	border-right: #015353 2px solid;
	background: #015353;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.tab_off{
	float: left;
	text-align: center;
	width: 112px;
	margin: 0 0 0 3px;
	padding: 2px;
	border-top: #015353 2px solid;
	border-left: #015353 2px solid;
	border-right: #015353 2px solid;
	text-align: center;
	font-weight: bold;
}

.tab_on_wide{
	float: left;
	width: 145px;
	margin: 0 0 0 3px;
	padding: 2px;
	border-top: #015353 2px solid;
	border-left: #015353 2px solid;
	border-right: #015353 2px solid;
	background: #015353;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.tab_off_wide{
	float: left;
	text-align: center;
	width: 145px;
	margin: 0 0 0 3px;
	padding: 2px;
	border-top: #015353 2px solid;
	border-left: #015353 2px solid;
	border-right: #015353 2px solid;
	text-align: center;
	font-weight: bold;
}

.tab_none{
	float: left;
	text-align: center;
	width: 112px;
	margin: 0 0 0 3px;
	padding: 2px;
	border-top: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
	border-right: #cccccc 2px solid;
	color: #cccccc;
	text-align: center;
	font-weight: bold;
}


.container{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0 20px 0;
	background: #f0f0f0;
	border-top: #015353 4px solid;
	border-left: #015353 2px solid;
	border-right: #015353 2px solid;
	border-bottom: #015353 2px solid;
 	box-sizing : border-box;
}

.clearfix:before, .clearfix:after {content: ""; display: table;}
.clear ,
.clearfix:after {clear : both;}
.clearfix {zoom: 1;}

.container_div
{
	width: 1080px;
	margin: 10px 30px 0 30px;
	padding: 0;
	text-align: left;    
}
.leftpart{
	width:auto !important;
	float:left !important;
	margin:0 !important;
}
.rightpart{
	width:auto !important;
	float:right !important;
	margin:0 !important;
}

.listcomment {
    width: 1080px;
    margin: 0 30px;
    padding: 0;
}
.container_div .listcomment{
	margin-top:8px !important;
}

.listcomment td{
	border-width:0px;
}

.listcomment td.rw, .listcomment td.ro{
     width:20px;
     border:solid 1px #000000;
}
td.rw{
     background-color:#FF7F50; /*Coral*/
}
td.ro{
     background-color:#87CEEB; /*SkyBlue*/
}
.listcomment .text{
    font-weight:bold;
	width:180px;
}

.listsort{ /* Paper Listの説明 Admin/Reviewer/Author共通 */
	width: 1080px;
	margin: 0px 30px -8px 30px;
	padding: 0px;
	text-align: right;
	color:#015353; 
}
.listsort .sort_lbl{
	padding:0 5px;
	color:#000;
}

.paging{ /*未使用*/
	width: 700px;
	margin: 10px 20px 0 20px !important;
	margin: 10px 18px 0 18px;  /* for ie6 */
	padding: 0;
	text-align: right;
	color: #999999;
}

.list2, .list3, .list4,
.list, .form{
	width: 1080px;
	margin: 10px 30px 0 30px;
	padding: 0;
	background: #ffffff;
 	box-sizing : border-box;
}
.list2{ /*BBS SelectRecipient RadioButtonList用(Reviewer, Author) */
	width:400px;
	margin: 0px 30px 0 30px;
	border-left:solid 1px #000000;
}
.list4{ /*BBS SelectRecipient CheckBoxTable用(Admin) */
	width:400px;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
}

.list, .form {
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;    
}

th,td{
	text-align: left;
	margin: 0;
	padding: 3px;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align: left;
	font-size: 13px;
	empty-cells:show;
 	box-sizing : border-box;
}
.noborder>tbody>tr>th, .noborder>tbody>tr>td{ /*FormViewで生成されるTableへの対策*/
	padding:0;
	border-right:none;
	border-bottom:none;
}

th{
	background: #beedc2;
}

.list td.nopadding{ /* SessionList内水平線100%対応 */
	padding:0;
}

.list3{ /*PaperStatusControl用*/
	margin-top:2px !important;
	background:inherit;
}
.list3>tbody>tr>td{
	padding:0;
	border:none;
	padding-bottom:5px;
}
.list3 table{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	background:#fff;  
}
.list3 td.cbx{
	width:50px;
	text-align:center;
}
.list3 th{
	width:180px;
}
.list3 td.val{
	width:850px;
}

.listtitle{
	width: 1080px;
	margin: 20px 30px 0 30px;
	padding: 0 0 0 5px;
	border-left: #015353 5px solid;
	color: #015353;
	font-weight: bold;
 	box-sizing : border-box;
}

.listnote{ /*未使用*/
	width: 700px;
	margin: 2px 20px 0 20px !important;
	margin: 2px 18px 0 18px;  /* for ie6 */
	padding: 0;
	color: #999999;
	font-size: 12px;
	line-height: 125%;
}

.listsubmit{
	width: 1080px;
	margin: 20px 30px 0 30px;
	padding: 0;
	text-align: center;
}
.bottom_line{ /* SessionList内水平線 */
	border-top:0px; 
	border-bottom:1px #000000 solid; 
	border-left:0px; 
	border-right:0px; 
	width:100%; 
	height:0px; 
}


.cellc{
	text-align: center;
}
.cellr{
	text-align: right;
}

.cellcol1{
	background: #ffe3e7;
}

.cellcol2{
	background: #e3ebff;
}

.w105{
	width: 105px;
}
.w120{
	width: 120px;
}
.w180{
	width: 180px;
}
.w220 
{  
    width:220px;
}
.w240{ /*新規*/
	width: 240px;
}
.w300{
	width: 300px;
}
.w360{ /*未使用*/
	width: 360px;
}

textarea{
	width: 360px;
	height: 40px;
	font-size: 13px;
}

.point{
	color: #ff3333;
}

.note{
	margin-top: 2px;
	color: #999999;
	font-size: 12px;
	line-height: 125%;
}
.note2{
	margin-top: 2px;
	color: gray;
	font-size: 13px;
}

.spellck{
	float: right;
}

img{
	border: 0;
	vertical-align: bottom;
}

.hideelem{
	display:none !important;
}

.readonlyinput{
	/*border:none;*/
	border: 1px solid #dfdfdf;
	background-color:#f0f0f0;
}

/*------------------------------
    リンク
------------------------------*/

a:link    { color:#00a0c6; text-decoration:underline; }
a:visited { color:#00a0c6; text-decoration:underline; }
a:active  { color:#c6a000; text-decoration:none; }
a:hover   { color:#c6a000; text-decoration:none; }

.tab_off a:link    { color:#015353; text-decoration:none; }
.tab_off a:visited { color:#015353; text-decoration:none; }
.tab_off a:active  { color:#015353; text-decoration:underline; }
.tab_off a:hover   { color:#015353; text-decoration:underline; }
.tab_off_wide a:link    { color:#015353; text-decoration:none; }
.tab_off_wide a:visited { color:#015353; text-decoration:none; }
.tab_off_wide a:active  { color:#015353; text-decoration:underline; }
.tab_off_wide a:hover   { color:#015353; text-decoration:underline; }

th a:link    { color:#015353; text-decoration:underline; }
th a:visited { color:#015353; text-decoration:underline; }
th a:active  { color:#015353; text-decoration:none; }
th a:hover   { color:#015353; text-decoration:none; }

