@charset "utf-8";

@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");


body,html {
  font-family:'Noto Sans Japanese',  sans-serif ;
  color:#333;
  padding:0px;
  margin:0px;
  font-size:13px;
  background: #efefef;
}

h1,h2,h3,h4,p { margin:0px; }
h2{
  background: #efefef;
  padding: 10px;
}
form,hr,ul,li,dd,dl,dt {	padding:0px;	margin:0px; -webkit-margin-start:0; }
li {	list-style:none;}
a { text-decoration:none;	color:#30a4b1; }

input::-webkit-input-placeholder{
    color:#dedede;
}
input:-ms-input-placeholder{
    color:#dedede;
}
input::-moz-placeholder {
    color:#dedede;
}


dl { overflow: hidden; height: 100%;}
dl.col2 dd {
  width: calc( (100% - 40px) / 2 );
  float: left;
  margin-left: 20px;
}
dl.col3_2 dd {
  width: calc( (100% - 40px) / 5 * 4 );
  float: left;
  margin-left: 20px;
}
dl.col2 dd dt,dl.col3_2 dd dt {
  text-align: right;
}
dl.col2 { margin-left: -20px;}

.label-warning {
    background: #f89406;
    color:#FFF;
    font-size: 0.8em;
    padding: 0.5px 10px;
    border-radius: 20px;        
    -webkit-border-radius: 20px;  
    -moz-border-radius: 20px;
    margin-left: 10px;
}
.alert { color:#C00; }

#container_inner {
  width: 942px;
  margin: 0 auto;
}

#header {
  margin: 10px 0 0 0;
  height: 100%;
  overflow: hidden;
}
#header .logo {
  float: left;
}
#header .logo img {
  height: 26px;
}
#header .header_list_menu {
  float: right;
}
#header .header_list_menu li {
  float: left;
  margin-right: 20px;
  line-height: 30px;
}

#header_menu {
  background: #444;
  height: 100%;
  overflow: hidden;
}

#header_menu .main_menu {
  line-height: 50px;
  padding: 0 30px;
  color: #FFF;
  float: left;
  display: block;
}
#header_menu .main_menu:hover {
  background: #30a4b1;
}
#header_menu .main_menu_select {
  background: #30a4b1;
}
#contens_header {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 20px;
  background: #FFF;
  margin-top: 10px;
  position: relative;
}

#contens_header
.title_ara,
#contens_header
.sub_menu {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#contens_header
.title_ara
.title {
  float: left;
}

#contens_header
.title_ara
.title_contents {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0px;
}

.pull_down_exec_type,.pull_down_exec_print {
    position:absolute;
    background: #FFF;
    border: 1px solid #BBB;
    TOP:73px;
    right: 20px;
    z-index: 10;
    font-size: 12px;
    color:#333;
    display: none;
}
.pull_down_exec_print {
    right: 110px;
}
.pull_down_exec_type li a,
.pull_down_exec_print li a {
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #ddd;
}  
#pull_down_view_background {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 9;
    display: none;
}

#contens_header
.title_ara
.title_contents
input,
#contens_header
.title_ara
.title_contents
select,
#contens_header
.title_ara
.title_contents
button {
  float:left;
  margin-left: 5px;
}
#contens_header
.entry_button {
  float: right;
}

#contens_header
.sub_menu
.button {
  background: #f89406;
  border-color: #f89406;
  color: #FFF;
}
#contens_header
.sub_menu
button i,
#contens_header
.sub_menu
.button i {
  margin-right: 16px;
  font-size: 1.2em;
}
#contens_header
.sub_menu li {
    float: left;
}

#contens_header .message_area div {
    margin-bottom: 15px;
    padding: 15px;
    background: #dfeedf;
    color:#468847;
    font-size: 1.2em;
}

/* コンテンツの中のタブの部分 */

.update_message {
    background:rgba(244,195,195,0.8);
    color: #C00;
    padding: 10px;
    position: fixed;
    top: 100px;
    z-index: 10;
    width: 880px;
}


#contens_body {
  border: 1px solid #ccc;
  padding: 20px;
  background: #FFF;
  padding-bottom: 120px;
}

#contens_body h2 {
    margin-bottom: 20px;
}
#contens_body h3 { margin: 20px 10px; }
#contens_body h4 { padding: 8px 0px; margin-bottom: 20px; font-size:15px; border-bottom: 1px solid #CCC; }

#contens_body
.tab_area {
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #CCC;;
  height: 100%;
  overflow: hidden;
  position:relative;
  font-size: 16px;
}
#contens_body
.tab_area a.selected,
#contens_body
.tab_area a.hover  {
  border: 1px solid #CCC;
  border-bottom: none;
  float: left;
  display: block;
  padding: 10px 20px;
  color: #FFF;
  background: #30a4b1;
}
#contens_body
.tab_area a {
  border: 1px solid #FFF;
  border-bottom: none;
  float: left;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
}
#contens_body
.kaisha_access_invite
textarea {
  width: calc( 100% - 14px );
  min-height: 100px;
}
#contens_body
.no_list
{
    padding: 30px 0 50px 0;
    text-align: center;
    color: #666;
}

.entry_list {
  margin-bottom: 5px;  
}
.entry_list dt {
  width:105px;
  float: left;
}
.entry_list dd {
  width:calc( 100% - 125px ) !important;
  float: left; 
  min-height:30px;
}
.entry_list dd input[type="text"] ,.entry_list dd textarea{
  margin-bottom: 5px;
  width: calc( 100% - 14px );
}

.view_list dd {
  min-height:0px !important;
}

#contens_body .access_invite_preview_area button {
    float: left;
    margin: 10px !important;
}
#contents_footer {
    padding: 20px 0;
    background:#f2f2f2;
    border: 1px solid #CCC;
    position: fixed;
    bottom: 0;
    width: 940px;
}

#contents_footer .btn_area input[type="button"]  ,
#contens_body .kaisha_access_invite input[type="submit"],
#contens_body .kaisha_access_invite input[type="button"],
#contens_body .kaisha_access_invite button,
#contens_body .access_invite_preview_area button
{
    margin: 0 auto;
    padding: 0 30px;
  background: #f89406;
  border-color: #f89406;
  color: #FFF;
}

#contents_footer .btn_area input[type="button"] {
    float: left;
    margin: 0 10px;
}
#contents_footer .btn_area {
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    width:290px;
}


#footer {
  text-align: right;
}

.w40pr { width:40% !important; }
.w60pr { width:60% !important; }

.ml20 { margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mt15 {	margin-top:15px; }
.mb15 {	margin-bottom:15px; }
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}

.mr5 { margin-right:5px; }
.brd_b1_s { border-bottom: 1px solid #111;}

.blc_h { height: 100%; overflow: hidden;}
.fl_l { float: left;}
.fl_r { float:right;}

.txa_l {text-align: left;}
.txa_r {text-align: right;}
/* テーブル罫線定義 */

.list_table {
    width: 100%;
    border-collapse: collapse;
}
.list_table tr th,
.list_table tr td {
    padding: 0 10px;
    border: 1px solid #bab9b9;
    vertical-align: middle;
    padding:10px;
}

.list_table tr th {
    text-align: center;
    font-weight: bold;
    background: #d9d8d8;
    padding: 20px 10px;
}

td.control input[type="button"],
td.control button,
td.control form {
    float: left;
    margin: 0 5px;
}

.td_center td {
    text-align: center;
}

/* テーブル罫線定義 罫線なし */


.list_table_2 {
    width: 100%;
    border-collapse: collapse;
}
.list_table_2 tr th,
.list_table_2 tr td {
    padding: 0 10px;
    vertical-align: middle;
    padding:10px;
}

.list_table_2 tr th {
    text-align: center;
    font-weight: bold;
    background: #efefef;
}
.list_table_2 tr td {
    border-bottom: 1px solid #DDD;
}
.list_table_2 tr td.list_price {
    font-size: 1.2em;
    font-weight: bold;
    color:#555;
    text-align: right;
}
.list_table_2 .title {
    font-size: 16px;
    height: 1.4em;
    line-height: 1.4em;
}

.list_preview td {
    height: 30px;
}


.mitsumori_list .subject {
    display: block;
  width:450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  
}
.mitsumori_list .subject i {
    margin-left: 10px;
}
.mitsumori_list .status {
    width:200px;
}
.mitsumori_list .list_price {
    width:150px;
}

.entry_list_table input[type=text] {
    border: none;
    border-bottom: 1px dashed  #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc( 100% - 10px );
    font-size: 16px;
}
.entry_list_table input[type=text]:focus {
    border: none;
    border-bottom: 1px dashed #aaa;
}
.entry_list_table .hinmei {
    width: 398px;
}
.entry_list_table .suryo {
    width: 80px;
}
.entry_list_table .tani {
    width: 40px;
}
.entry_list_table .tani input[type=text]{
    text-align: center;
}
.entry_list_table .suryo input[type=text],.entry_list_table .kingaku input[type=text]
,.entry_list_table .sub_total input[type=text]
,.entry_list_table .tax input[type=text]
,.entry_list_table .total input[type=text]{
  text-align: right;
}
.entry_list_table .tanka input[type=text]{
    width: calc( 100% - 30px );
    text-align: right;
}


/* フォーム 吹き出し */
.balloon_2_bottom {
    position: relative;
    display: inline-block;
    padding: 0 ;
    width: auto;
    min-width: 80px;
    height: 30px;
    color: #F6F6F6;
    line-height: 30px;
    text-align: center;
    background: rgba(13, 21, 33,0.8);
    z-index: 0;
    font-size:0.8em;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; 
}
.balloon_2_bottom:after {
    content: "";
    position: absolute;
    bottom: -5px; left: 50%;
    margin-left: -5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(13, 21, 33,0.8) transparent transparent transparent;
}

.fukidashi {
    position:relative;
    top:-60px;
    left:95px;
    margin-bottom: -30px;
    display: none;
}

/* フォームスタイル 定義 */
textarea {
	font-family:'Noto Sans Japanese', Meiryo,  sans-serif ;
	color:#000;
	font-size:12px;
	line-height:16px;
	padding:1px 5px;
	border:1px solid #999;
}
select {
    font-family:'Noto Sans Japanese',  sans-serif ;
    position: relative;
    font-size:12px;
    line-height:14px;
    padding:0px 5px;
    height:36px;
    border: 1px solid #999;
    background: #FFF;
}

input[type="date"], input[type="tel"], input[type="password"], input[type="text"], input[type="number"], input[type="email"], textarea {
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	color: #111;
	font-size: 14px;
	line-height: 34px;
  padding: 0 5px;
	border: 1px solid #CCC;
        height:34px;
}

input[type="submit"],input[type="button"],button,.button  {
	font-family: 'Lato', 'Noto Sans Japanese', Meiryo, sans-serif;
	height:36px;
  padding: 0 12px;
	border: 1px solid #acacac;
	top:1px;
  cursor: pointer;
  display: block;
  line-height: 34px;
}
button:hover,input[type=submit]:hover,input[type="button"]:hover {
  opacity: 0.8;
}

.ui-datepicker-calendar {
    font-size: 1.2em !important;
}

.status_btn {
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #D2D2D2;
    color: #999;
    margin-right: 5px;
    padding: 2px 10px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}
.status_btn:hover {
    border:1px solid #555;
}
.btn_select {
    background-color: #468847;
    border-color: #468847;
    color: #fff;
}

.report_preview_area {
    border: 1px solid #ccc;
    padding: 20px 40px;
}

.sonota_menu {
    display: none;
    border: 1px solid #CCC;
}
.hakko_menu {
    display: none;
}


