@charset "UTF-8";

* {
box-sizing:border-box;
}

html {
/*overflow-x:hidden;*/
background:#f2f2f2;
}

body {
margin:0;
padding:0;

background:#ffffff;
}
p td{
font-size:100%;
}

a {
color: #27537a;
}
a:hover {
color: #469eec;
}

#wrapper {
width:95%;
margin:0 auto;
padding:30px 20px 30px 20px;
box-sizing:border-box;

}

#container {
width:95%;
margin:0 auto;
}

#header {
width:100%;
margin:0 auto;
border-bottom:1px solid #333333;
background:#f2f2f2;
}

#footer {
width:100%;
margin:0 auto;
border-top:1px solid #333333;
background:#f2f2f2;
padding:0px 50px 20px 30px;
}
#footer .title{
font-weight:bold;
font-size:123.1%;
margin:15px 0 0 0;
}
#footer ul {
list-style-type:none;
}
#footer ul li{
line-height:1.5em;
}


h3.htytle {
font-size:146.5%;
padding:20px 50px 20px 30px;
margin:0;
}

.area .title,
.part_title, .head_title, .result .title {
font-weight:bold;
font-size:123.1%;
margin:0 0 15px 0;

}

table.head_search td {
padding:5px;
}

table.head_search table td {
padding:3px;
}

table.head_search table td .this_char{
font-weight:bold;
}

.name_block {
margin:5px 0 5px 0;
}

input.search_word {
width:200px;
margin:0 10px 0 0;
}

.btn_block {
margin:20px 0 0 0;
}

input.btn {
width:85px;
height:35px;
font-size:123.1%;
line-height:200%;
font-weight:bold;
padding:5px;
background:#ff6666;
color:#ffffff;
border:1px solid #cccccc;
}

#ui-tab {
margin:20px 0 0 0;
}

.result {
border-top:1px solid #cccccc;
padding:20px 0 0 0;
margin:20px 0 0 0;
}
table.user_list_table,
table.list_table {
	width: 100%;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table.user_list_table th,
table.list_table th {
	padding: 7px 20px 7px 20px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	background: #27537A;
	color:#ffffff;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table.user_list_table td,
table.list_table td {
	padding: 7px 20px 7px 20px;
	border: 1px #cccccc solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	background: #f2f2f2;
}
table.user_list_table tr.odd td,
table.list_table tr.odd td {
	background: #f2f2f2;
	height: 58px;
}
table.user_list_table tr.even td,
table.list_table tr.even td {
	background: #fefee7;
	height: 58px;
}

table.user_list_table td.no,
table.list_table td.no {
width:80px;

}

/*管理画面用設定*/
#admin .new .title{
font-weight:bold;
font-size:123.1%;
margin:0 0 15px 0;
border-top:1px solid #cccccc;
padding-top:15px;
}
#admin table td{
padding:5px;
}


table.list_table td.initial_letter,
table.list_table td.postal_code {
width:100px;
}

table.list_table td.tel {
width:130px;
}
table.list_table td.initial_letter input,
table.list_table td.postal_code input {
width:60px;
}

table.list_table td.tel input {
width:90px;
}









/*   ---takemura---   */
table.detail_table {
	width: 90%;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table.detail_table th {
	width: 30%;
	padding: 7px 20px 7px 20px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	background: #27537A;
	color:#ffffff;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table.detail_table td {
	padding: 7px 20px 7px 20px;
	border: 1px #cccccc solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	background: #f2f2f2;
}
div.detail_table {
	width: 90%;
	border-spacing: 0;
}
.readonly {
  border:none;
	background: #f2f2f2;
}
input.error {
	background: #ffe2f3;
}
span.error {
	color: red;
}
div.error {
	color: red;
}
input.money {
	text-align: right;
  width: 60px;
}
div#members_area {
	width: 90%;
	border-spacing: 0;
}

table.list_table tr.odd input {
	background: #f2f2f2;
}
table.list_table tr.even input {
	background: #fefee7;
}
table.list_table input.deleteButton {
	background: lightgray !important;
}
table.list_table input.listButton {
	background: lightgray !important;
}
table.list_table input.invoiceLawyerButton {
	background: lightgray !important;
}
table.list_table input.labelLawyerButton {
	background: lightgray !important;
}
table.list_table input.deleteMemberButton {
	background: lightgray !important;
}
table.list_table input.deleteLawyerButton {
	background: lightgray !important;
}
table.list_table tr.clickable:hover {
  cursor: pointer;
}
table.list_table tr.clickable input:hover {
  cursor: pointer;
}
#loading { 
  width: 100%; 
  height: 100%; 
  background: #fff; 
  position: fixed; 
  top: 0; 
  left: 0; 
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;

  z-index: 5; 
} 
#loading img { 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  margin: -16px 0 0 -16px; 
  width: auto; 
  z-index: 10; 
}

a#logout.linkBtn {
  text-align:center;
  width: 150px;
}
table.detail_table td.theme input{
  width: 100%;
}
table.detail_table td.panelist input{
  width: 100%;
}
table.detail_table td.venue input{
  width: 100%;
}
table.detail_table td.address input{
  width: 100%;
}
table.detail_table td.name input{
  width: 100%;
}
table.detail_table td.name_kana input{
  width: 100%;
}
table.detail_table td.name_short input{
  width: 100%;
}
table.detail_table td.building input{
  width: 100%;
}
table.detail_table td.supervisor_name input{
  width: 50%;
}
table.detail_table td.rep_name input{
  width: 50%;
}
table.detail_table td.supervisor_email input{
  width: 100%;
}
table.detail_table td.rep_email input{
  width: 100%;
}
table.detail_table td.department input{
  width: 100%;
}
table.detail_table td.memo input{
  width: 100%;
}
table.detail_table td.office input{
  width: 100%;
}
table.detail_table td.email input{
  width: 100%;
}

/*   ---takemura---   */










/*20140411 add by planetaria*/

/*-----------------------------------------------
clearfix
----------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
dl:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.enter_frame {
width:44%;
background:#f9f9f9;

padding:2%;
    margin: 0 0 10px 0;
    border:1px solid #666666;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position:relative;
behavior: url(/css/PIE.htc);
}
.fleft {
float:left;
}
.fright {
float:right;
}
.enter_frame h4{
border-bottom:1px solid #666666;
padding:0 10px 5px 10px;
margin:0 0 15px 0;
font-size:18px;
}

.enter_frame .image {
    border:1px solid #666666;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position:relative;
behavior: url(/css/PIE.htc);
overflow:hidden;
}

.pdfLink {
width:44%;
padding:2%;
margin: 150px 0 10px 0;
}
.pdfLink a.txt_icon{
background-color: #ffcc00;
border: #ffcc00 solid 1px;
line-height:30px;
}
.pdfLink a.txt_icon:hover{
background-color: #ffc000;
border: #ffc000 solid 1px;
}

/*テキストアイコン*/
.txt_icon {
display:block;
background-color: #80b847;
    padding: 0.4em 1em 0.4em 1em;
    margin: 0 0 10px 0;
    border: #80b847 solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position:relative;
behavior: url(/css/PIE.htc);
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}
a.txt_icon {
text-decoration:none;
text-align:center;
color:#ffffff;
}
a.txt_icon:hover {
display:block;
background-color: #9ace67;
border: #9ace67 solid 1px;
color:#ffffff;
}

.dl_frame {
width:95%;
background:#f9f9f9;

padding:2%;
    margin: 0 0 10px 0;
    border:1px solid #666666;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position:relative;
behavior: url(/css/PIE.htc);
}

.dl_frame ul{
list-style-type:none;

}

.dl_frame ul li{
list-style-type:none;
background:url(../img/list_arrow.png) no-repeat 0 0.5em;
padding-left:10px;
font-size:16px;
margin:0 0 1em 0;
}

h4.list_title {
font-size:121%;
}



/************add for sonpo-iken 20160821*************/
#header {
position:relative;
}

#header .username {
border:1px solid #333333;
border-radius:5px;
padding:10px;
text-align:center;
margin:0 20px 20px 20px;
background:#e2e2e2;
font-weight:bold;
display:inline-block;
}

.admin_menu {
text-align:center;
}

a.linkBtn,
.admin_menu a{
display:inline-block;
padding:10px 20px;
border-radius:5px;
background:#27537a;
color:#ffffff;
text-decoration:none;
letter-spacing:1px;
  width: 200px;
}
.admin_menu span{
  display:inline-block;
  padding:10px 20px;
  color:#000000;
  text-decoration:none;
  letter-spacing:1px;
  width: 200px;
}
a.linkBtn:hover,
.admin_menu a:hover{
opacity:0.7;
}

.detail_table {
margin-bottom:20px;
font-size:15px;
}
div.detail_table,
table.detail_table {
margin:0 auto;
width:100%;
margin-bottom:20px;
font-size:15px;
}
.user_list_table td input,
.detail_table td input{
	font-size:15px;
}
.list_table td input[type="text"]{
	font-size:15px;
	width:95%;
}
th.no{
	width:30px;
}
th.place{
	width:90px;
}
th.the_date{
	width:120px;
}
th.limit_date{
	width:120px;
}
th.limit_date_lawyer{
	width:120px;
}
th.seminar_delete,th.invoice_lawyer,th.label_lawyer,th.attendee_list,th.seminar_status,th.member_delete,th.lawyer_delete,th.user_delete{
	width:90px !important;
}
th.user_id{
	width:120px;
}
th.membership{
	width:120px;
}
.area .title, .part_title, .head_title, .result .title {
    font-size: 123.1%;
    font-weight: bold;
    margin: 0 0 15px;
}
.title select {
    font-size: 100%;
padding:0 1em 0 1em;
margin-right:1em;
 }

.count {
font-weight:bold;
margin:0 0 20px 0;
}

div#members_area {
    border-spacing: 0;
    width: 100%;
}
table.user_list_table, table.list_table {
margin:0 auto;
table-layout:fixed;
}
table.user_list_table td.no,
table.user_list_table td.user_delete,
table.list_table td.no,
table.list_table td.user_delete,
table.list_table td.no,
table.list_table td.member_delete,
table.user_list_table td.no,
table.user_list_table td.member_delete {
text-align:center !important;
}

.ui-widget-header {
    background: #e2e2e2;
    border: 1px solid #cccccc;
    color: #ffffff;
    font-weight: bold;
}

.ui-tabs-nav li {
margin-right:0.5em !important;
}

.ui-tabs-nav li a{
padding:10px 30px 10px 30px !important;

}
.ui-state-default {
border: 1px solid #cccccc;
background:#ffffff !important;
}
.ui-state-active {
border-left: 1px solid #cccccc !important;
border-right: 1px solid #cccccc !important;
border-top: 1px solid #cccccc !important;
background:#eeeeee !important;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 1em 1em 0;
}

/*********各デフォルト設定のインプットボタン****/

#csvDownloadL,
#csvDownloadM {
margin:12px;
}


#edit_btn {
font-size:15px;
padding:10px;
cursor:pointer;
}

.list_table div span {

}
input[type="file"] {
font-size:15px;
padding:10px;
cursor:pointer;
margin-bottom:10px;
margin-left:10px;
}
input[type="button"] {
font-size:15px;
padding:10px;
cursor:pointer;
margin-bottom:10px;
margin-left:10px;
border-radius:4px;
border:1px solid #dddddd;
background:#e8e8e8;
}


/********************CSS調整　2016.9.27***********/
#my_message {
text-align:center;
margin-bottom:1em;
}
.logintable {
width:350px;
margin:0 auto;
}
input.btn {
width:auto;
height:auto;
font-size:100%;
line-height:100%;
font-weight:bold;
padding:10px 30px;
background:#ff6666;
color:#ffffff;
border:1px solid #cccccc;
cursor:pointer;
margin:10px 0 !important;
}

a#logout {
margin:20px !important;
}

.list_table,
div.detail_table,
table.detail_table {
font-size:13px;
}
.list_table td input, .user_list_table td input, .detail_table td input {
font-size:13px;
}
div.list_table {
width:100%;
}

table.list_table td{
width:auto;
}

.list_table td input[type="button"].registable {
	color: white;
	background: #19f423;
	cursor: default !important;
}
.list_table td input[type="button"].cancelable {
	color: white;
	background: #b7a93a;
	cursor: default !important;
}
.list_table td input[type="button"].changable {
	color: white;
	background: #cc3a37;
	cursor: default !important;
}
.list_table td input[type="button"].nochange {
	color: white;
	background: #C0C0C0;
	cursor: default !important;
}
.list_table td input[type="button"].finished {
	color: white;
	background: #9e968e;
	cursor: default !important;
}

.manualpdf {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

