input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox]+ label {
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  padding-left: 18px;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #CCC;
  left: 0;
  background-color: #FFF;
  top:3px;
}



input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=checkbox] + label:before {
  border-radius: 2px;
}

.unchecked input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCC;
  left: 0;
  background-color: #FFF;
}

.unchecked input[type=radio] + label:before {
  border-radius: 50%;
}

.unchecked input[type=checkbox] + label:before {
  border-radius: 2px;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  border: 1px solid #e74c3c;
}

input[type=checkbox]:checked + label:before {
  background-color: #e74c3c;
}

input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=radio]:checked + label:after {
  top: 6px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #e74c3c;
  border-radius: 50%;
}

input[type=checkbox]:checked + label:after {
  top: 3px;
  left: 5px;
  width: 6px;
  height: 13px;
  transform: rotate(40deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

input:disabled {
  background-color: rgb(235, 235, 228);
}

.annotation-msg {
    color: #D50003
}

.ui-datepicker-trigger
{
    cursor: pointer;
    width: 22px;
    height: 22px;
    border: none;
    text-indent: -9999px;
}

.default_link {
    color: #00f;
    text-decoration: underline;
}


a.modal-btn-ok
{
    display: inline-block;
    width: 100px;
    font-size: 1.6rem;
    background: #238647;
    padding: 7px 0 7px 0;
    margin: 20px 2px 2px 2px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

a.modal-btn-close
{
    display: inline-block;
    width: 100px;
    font-size: 1.6rem;
    background: #666;
    padding: 7px 0 7px 0;
    margin: 20px 2px 2px 2px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.inputError {
  background-color: #FEE!important;
}

.rightText {
  text-align: right!important;
}
.td_collect03 span.rightText {
    float:right;
}
.td_collect03:before
{
    clear: both;

}
p.smallStr
{
    font-size:12px;
}
.collection_site_name {
    width: 50%;
}

.input_item_name {
    width: 154px;
}
.input_item_name::placeholder {
    font-size: 0.8em;
}
input.input_calender{
    width: 90%;
}
.calendarWeekLabel {
    display: inline-block;
    width: 25px;
}

.contact_list table .preferred_box li.dummy{
    width: 90px;
}

table.requiredTable {
    border: 0px none;
}

table.requiredTable tr {
    border: 0px none;
}

table.requiredTable tr th 
{
    background-color: transparent;
    border: 0px none;
    padding-left: 0;
    padding-right: 0;
}

table.estimateAddTable {
    border: 0px none;
}

table.estimateAddTable tr {
    border: 0px none;
}

table.estimateAddTable tr th 
{
    background-color: transparent;
    border: 0px none;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
}
.itemSize
{
    display: inline-block;
    width:91px;
}

.contact_list table .preferred_box li.calender{
    -webkit-flex-wrap: nowrap;
    flex-wrap:         nowrap;
}
@media screen and (max-width:800px){
    p.smallStr {
        padding-left: 5px;
        display: inline;
    }
    table.requiredTable tr th 
    {
        display: inline;
    }
    
    .itemSize
    {
        display: inline;
    }
}

.personalInfoArea
{
    padding-top: 10px;
}

.personalInfoArea ul
{
    padding-left: 10px;
    font-size: small;
}

.personalInfoArea ul.personalInfoAreaNotice {
    margin-top: 10px;
}

.personalInfoArea a
{
    display: block;
    text-align: center;
    font-size: small;
}

.personalInfoArea span.required 
{
    color: #fff;
    background-color: #D50003;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
}

.personalInfoWindow
{
    padding-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    border : solid 1px #333;
}

.personalInfoWindow strong
{
    display: block;
    text-align: center;
}
.personalInfoWindow .head
{
    margin-left:5px;
}
.personalInfoWindow .title
{
    width: 30%;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left:5px;
    background-color: #D6ECC3;
    text-decoration:underline;
}
.personalInfoWindow .content
{
    margin-left:5px;
}

input[type=checkbox] + label.personal_info_label:before {
  border: 1px solid #F00!important;
}

@media screen and (max-width:800px){
    .personalInfoWindow .title {
        width: 60%;
    }
}
div.import-modal-content {
    width: 550px;
}
table.import-modal-table {
    margin:auto;
    border-collapse:collapse;
    width: 500px;
}
@media screen and (max-width:600px){
    div.import-modal-content {
        width: 300px;
    }
    table.import-modal-table {
        width: 250px;
    }
}
table.import-modal-table caption {
    font-weight: normal;
    font-size: 14px;
}
table.import-modal-table caption p {
    float:right;
}
table.import-modal-table th{
    border:1px solid #000000;
    background:#E2EFDA;
    font-weight: normal;
    font-size: 14px;
}
table.import-modal-table td{
    border:1px solid #000000;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
}
.import-history-btn
{
    cursor: pointer;
    /*display: block;*/
    /*padding: 7px 0 7px 0;*/
    /*margin-left: 7px;*/
    background-color: #238647;
    border: solid 1px #238647;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/*-------------- 画像modal ----------------*/
.modal-bigimg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    overflow-y: auto;
    max-height: 100%;
}
.bigimg {
/*    background: #fff;*/
    left: 50%;
    padding: 30px 50px 15px 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.bigimg-area{
/*    background: #fff;
    display: block; 
    margin: auto;
    font-size: 1.0rem;
    font-weight: 500;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    /*padding-top:15px;*/
}
#img-modal-bigimg
{
    background: #fff;
    max-width: 80%;
/*    display: block; 
    margin: auto;
    max-width: 65%;*/
}
p.modal-bigimg-close-btn {
    color: #fff;
    font-size: 30px;
    position: absolute;
    /*padding-right: 50px;*/
    /*text-align: right;*/
}

p.modal-bigimg-close-btn a {
    color: black;
    text-decoration: none;
}

.bigImgArea{
    position: relative;
}
.bigImgArea>div{
    position: absolute;
    right: 14%;
    /*コレ*/top: 1%;
    color: #FFF;
    font-size: 200%;
    font-weight: bold;
}
.bigimgA
{
    margin-top: -25px;
}

.explanatory-img-box {  
    position: relative;
}
.explanatory-img-box img {
    width: 100%;
    height: auto;
}
.explanatory-img-box p {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #FFF;
    font-size: 200%;
    font-weight: bold;
}
.explanatory-img-box p a {
    text-decoration: none;
}
.explanatory-img-box p a:link, .explanatory-img-box p a:visited, .explanatory-img-box p a:hover, .explanatory-img-box p a:active {
  color: black;
  font-weight:bold;
}
@media screen and (max-width:800px){

    .bigimgA
    {
        margin-top: 0;
    }
}
/*-------------- 画像modal ----------------*/


.stock_contact_list table {
    width: 100%;
    border-top: #000000 solid 0.5px;
    border-collapse: collapse;
}

.stock_contact_table_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

.stock_contact_table_left {
    width: 50%;
}

.stock_contact_table_right {
    width: 50%;
}

.stock_contact_list .stock_contact_table_left table {
    border-top: none;
}

.stock_contact_list .stock_contact_table_right table {
    border-top: none;
}

.stock_contact_list .stock_contact_table_left table.stock_contact_table_top {
    border-top: #000000 solid 0.5px;
}

.stock_contact_list .stock_contact_table_right table.stock_contact_table_top {
    border-top: #000000 solid 0.5px;
}

.stock_contact_list table tr {
	width: 100%;
    border-right: #000000 solid 0.5px;
}

.stock_contact_list .stock_contact_table_left table tr {
	width: 100%;
    border-right: none;
}

.stock_contact_list table th {
    background: #B3C8E9;
    color: #000000;
    font-weight: normal;
    padding: 3px 7px;
    border-left: #000000 solid 0.5px;
    border-bottom: #000000 solid 0.5px;
    vertical-align: middle;
}

.stock_contact_list table th.stock_th01 {
	width:30%;
}

.stock_contact_list table th.stock_th02 {
	width:20%;
}

.stock_contact_list table th .required {
    float: right;
    color: #fff;
    background-color: #D50003;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
}

.stock_contact_list table th .comments {
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #0045B3;
    line-height: 150%;
}

.stock_contact_list table th.th_color01 {
    background: #DDE8F9;
}

.stock_contact_list table th.th_color02 {
    background: #A2C2E1;
}

.stock_contact_list table th.th_color03 {
    background: #D6ECC3;
}

.stock_contact_list table th.th_color04 {
    background: #ffe2af;
    /* width : calc(100% / 6) !important; */
}

.stock_contact_list table th.th_collect_plus {
    padding-bottom: 50px;
}

.stock_contact_list table td {
    background: #FFF;
    padding: 3px 7px;
    border-left: #000000 solid 0.5px;
    border-bottom: #000000 solid 0.5px;
    vertical-align: middle;
}

.stock_contact_list table td.stock_td01 {
	width: 8%;
	text-align: center;
}

.stock_contact_list table th.stock_td02 {
	width: 52%;
}

.stock_contact_list table td.stock_td03 {
	width:40%;
}

.stock_contact_list table td.stock_td04 {
}

.stock_contact_list table td.stock_td05 {
}

.stock_contact_list table td.td_color01 {
    background: #f0f0f0;
}

.stock_contact_list table td.td_color02 {
    background: #d4d8dd;
}

.stock_contact_list table td.td_color03 {
    background: #fff1c8;
}

.stock_contact_list table td.td_row_plus {
    position: absolute;
    background: none;
    border: none;
    margin: -55px 0 0 0;
}

.stock_contact_list table td.td_shortest {
    width: 13%;
}

.stock_contact_list table td.td_collect02 {
    width: 285px;
}

.stock_contact_list table td.td_collect03 {
    width: 110px;
}

.stock_contact_list table td.td_collect_delete {
    width: 60px;
}

.stock_contact_list table td.td_preferred {
    padding: 0px;
}

.stock_contact_list table td.td_remarks {
    padding: 7px 20px 3px 7px;
}

.stock_contact_list table td.td02 span {
    float: left;
    margin: 2px 0 0px 0;
}

.stock_contact_list table td span.checkbox_area {
    margin: 4px 0 4px 0;
}

.stock_contact_list table td div.clearfix span.checkbox_area {
    width: 320px;
}

.stock_contact_list table .preferred_box {
    display: table-cell;
}

.stock_contact_list table .preferred_1st {
    border-bottom: #000000 solid 0.5px;
}

.stock_contact_list table .preferred_2nd {}

.stock_contact_list table .preferred_box {
    width: 100%;
    display: table;
}

.stock_contact_list table .preferred_box li {
    display: table-cell;
    padding: 3px 7px;
}

.stock_contact_list table .preferred_box li.day {
    width: 100px;
    border-right: #000000 solid 0.5px;
}

.stock_contact_list table .preferred_1st li.day {
    background: #f0f0f0;
}

.stock_contact_list table .preferred_2nd li.day {
    background: #d4d8dd;
}

.stock_contact_list table .preferred_box li.calender {
    padding: 3px 15px 3px 7px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stock_contact_list table .preferred_box li.time {
    width: 10%;
    text-align: center;
}

.stock_contact_list table .preferred_box li.text {
    width: 20px;
    padding: 7px 0px;
    text-align: center;
}

.stock_contact_list table td input {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 5px;
    font-size: 14px;
}

.stock_contact_list table td textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 5px;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #666666;
}

:-ms-input-placeholder {
    color: #666666;
}

::placeholder {
    color: #666666;
}

.stock_contact_list table input:hover {}

.stock_contact_list table input:focus {
    border: 1px solid #238647;
}

.stock_contact_list table input.input01 {
	width: 90%;
    max-width: 300px;
}

.stock_contact_list table input.input02 {
    width: 200px;
}

.stock_contact_list table td.td02 input.input_calender {
    float: left;
    margin: 0 10px 0 0;
}

.stock_contact_list table td.td02 input.btn_calender {
    float: left;
    margin: 3px 0 0px 0;
}

.stock_contact_list table .preferred_box li.calender input.input_calender {
    /*flex: 1;*/
    margin: 0 7px 0 0;
}

.stock_contact_list table .preferred_box li.calender input.btn_calender {
    margin: 3px 0 0 0;
}

.stock_contact_list table input.input_collect_free {
    width: 80%;
}

.stock_contact_list table input.input_size01 {
    /*width: 210px;*/
    width: 175px;
}

.stock_contact_list table input.input_size02 {
    /*width: 197px;*/
    width: 175px;
}

.stock_contact_list table input.input_maker {
    /*width: 180px;*/
    width: 175px;
}

.stock_contact_list table input.input_file {
    width: 175px;
}

.stock_contact_list table input.input_quantity {
    width: 50px;
}

.stock_contact_list table textarea.textarea01 {
    width: 100%;
}

.stock_contact_list table input.btn_calender {
    cursor: pointer;
    width: 22px;
    height: 22px;
    border: none;
    text-indent: -9999px;
    background-image: url("../images/icon_calendar.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stock_contact_list table input.btn_add {
    float: right;
    width: 60px;
    cursor: pointer;
    display: block;
    padding: 7px 0 7px 0;
    margin-left: 7px;
    background-color: #238647;
    border: solid 1px #238647;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.stock_contact_list table input.btn_delete {
    float: right;
    width: 60px;
    cursor: pointer;
    display: block;
    padding: 7px 0 7px 0;
    background-color: #E4E4E4;
    border: solid 1px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.stock_contact_list table input.btn_reference {
    float: left;
    width: 100px;
    cursor: pointer;
    display: block;
    padding: 7px 0 7px 0;
    background-color: #E4E4E4;
    border: solid 1px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.stock_contact_list table input.btn_row_plus {
    width: 90px;
    cursor: pointer;
    display: block;
    padding: 10px 0 10px 10px;
    background-color: #fff1c8;
    background-image: url("../images/icon_plus.png");
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 12px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.stock_contact_list table td.td_collect01 input.input_method {
    width: 80px;
    margin: -2px 15px 0 10px;
    text-align: right;
}

.contact_list.login_form {
    width: 500px;
    margin: 40px auto;
}
.contact_list.login_form input[type="text"] {
    border: none;
}

.contact_list.info_form table {
    width: 100%;
}
.contact_list.info_labels input[type="text"] {
    border: none;
}
#contact_contents .btn_area.info_form ul {
    margin: auto;
}
#contact_contents .btn_area.info_form .btn input {
    padding: 19px 0 20px 0;
}

.errorTextWrap {
  margin: 10px;
}

.errorTextWrap p {
  margin-top: 5px;
  font-size: 12px;
  color: #E50012;
  line-height: 1;
}

.bgCosmos {
    background-color: #ffd4cc;
}
.bgBlue {
    background-color: #d4effc;
}
.bgGreen {
    background-color: #dff5eb;
}

@media screen and (max-width:800px){
.stock_contact_table_list {
	display: block;
}

.stock_contact_table_left {
    width: 100%;
}

.stock_contact_table_right {
    width: 100%;
}

.stock_contact_list table {
    width: 100%;
    border-top: #000000 solid 0.5px;
    border-collapse: collapse;
}

.stock_contact_list .stock_contact_table_right table.stock_contact_table_top {
    display: none;
}

.stock_contact_list .stock_contact_table_left table tr {
    border-right: #000000 solid 0.5px;
}

.stock_contact_list table tr {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    border-right: #000000 solid 0.5px;
}

.stock_contact_list table th {
    background: #B3C8E9;
    color: #000000;
    font-weight: normal;
    padding: 3px 0;
    border-left: #000000 solid 0.5px;
    border-bottom: #000000 solid 0.5px;
    vertical-align: middle;
}

.stock_contact_list table th.stock_th01 {
	width: 55%;
	margin-right: -1px;
}

.stock_contact_list table th.stock_th02 {
	width: 45%;
	margin-left: -1px;
}

.stock_contact_list table th.stock_th_sp_none {
    display: none;
}

.stock_contact_list table td {
    overflow: hidden;
    background: #FFF;
    padding: 3px 0;
    border-left: #000000 solid 0.5px;
    border-right: #000000 solid 0.5px;
    border-bottom: #000000 solid 0.5px;
    vertical-align: middle;
}

.stock_contact_list table td.stock_td01 {
	width: 10%;
	margin-right: -1px;
}

.stock_contact_list table th.stock_td02 {
	width: 45%;
	margin-right: -2px;
}

.stock_contact_list table td.stock_td03 {
	width: 45%;
	margin-left: -1px;
	margin-right: -1px;
}

.stock_contact_list table th.stock_td04 {
	width: 100%;
}

.stock_contact_list table td.stock_td05 {
	width: 100%;
	margin-right: -1px;
}

.stock_contact_list table td.td02 span {
    float: left;
    margin: 2px 0 0px 0;
}

.stock_contact_list table td span.checkbox_area {
    float: left;
    margin: 4px 15px 4px 0;
}

.stock_contact_list table td div.clearfix span.checkbox_area {
    width: 320px;
}

.stock_contact_list table td input {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 5px;
    font-size: 14px;
}

.stock_contact_list table td textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 5px;
    font-size: 14px;
}

.stock_contact_list table .sp_margin {
	display: block;
    margin: 5px 5px;
}

.stock_contact_list table input.input01 {
    width: 90%;
}

.stock_contact_list table input.input02 {
    width: 200px;
}

.stock_contact_list table td.td02 input.input_calender {
    float: left;
    margin: 0 10px 0 0;
}

.stock_contact_list table td.td02 input.btn_calender {
    float: left;
    margin: 3px 0 0px 0;
}

.stock_contact_list table input.input_collect_free {
    width: 80%;
}

.stock_contact_list table input.input_maker {
    /*width: 180px;*/
    width: 175px;
}

.stock_contact_list table input.input_file {
    width: 175px;
}

.stock_contact_list table input.input_quantity {
    width: 50px;
}

.stock_contact_list table textarea.textarea01 {
    width: 100%;
}
}
