.project_box {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.project_box_left, .project_box_right {
    flex: 1 1 49%;
}
.project_box_photo {
    position: relative;
}
.project_offer_end:before{
	color: #fff;
	background: #12B5B0;
	padding: 7px 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*募集終了後のプロジェクト写真コメント*/
.project_offer_end:before {
    content: "募集終了";
}


.project_box_right {
    margin-left: 40px;
}
.project_offer_end_date {
    text-align: right;
}
.project_title {
    font-size:1.2rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom:3px;
    border-left: 10px solid #ddd;
    padding-left:15px;
}
.project_goal_price {
    color: #f11;
    font-size: 1.3rem;
    margin-top: 40px;
    text-align:right;
}
.project_goal_price span {
    font-size: 13px;
}

.project_detail_box {
    display: flex;
    margin-top: 40px;
}
.project_detail_item {
    flex: 1 1 30%;
    border-left: 1px solid #ddd;
    text-align: center;
    item-align: center;
    font-size: 18px;
}
.project_detail_item span {
    font-size: 1.0rem;
}
.project_detail_item:last-child {
    border-right: 1px solid #ddd;
}

.form-table {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.form-table-th {
    flex: 1 1 auto;
}

.form-table-td {
    flex: 1 1 auto;
}
table.table-form th {
    background-color: #f3f3f3 !important;
    width: 25%;
    font-weight:bold;
}
table.table-form2 th {
    background-color: #f3f3f3 !important;
    width: auto;
    font-weight:bold;
}
.form-title {
    background-color: #777777;
    color: #fff;
    padding: 5px 10px;
}
div#bank {
    margin: 0px 0px 20px;
}
div#bank > div {
    margin-right: 10px;
    margin-top: 10px;
}

.font-size-large {
    font-size: 1.2rem;
}
.bottom-border-table th{
    width: 20%;
}


a.alert-danger:hover {
    color:#f55246 !important;
    
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}    

.navbar-brand {
    font-size: 15px;
    font-weight: bold;
}



.table th,.table td {
    padding:7px 10px !important;
}
.table th {
    font-size: 12px;
}
.table td {
    font-size: 0.875rem;
}
.table td img{
     max-width: 100%;
}
.media-chat-item img {
    width: 100%;
    height: auto;
    max-width: 450px;
}

.sort i {
    color: #333;
}
