.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;
}
.media-chat-item img {
    width: 100%;
    height: auto;
    max-width: 450px;
}

.sort i {
    color: #333;
}


.girltext {
    text-align:center;
    position: absolute;
    top: 60%;
    height: 60px;
    line-height: 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);    
}

.girl-table  th{
    text-align:right;
}

.girl-table th, .girl-table td{
    font-size:14px;
}

.comment {
    border: 1px solid #ddd;
    padding:20px;
}

.gmark {
    position: absolute;
    top: 3px;
    left: 3px
}

.gmark .type-button {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 12px;
    border: 2px solid #666;
    background-color: #111;
    color: #fff;
    text-align: center;
    margin: 0 4px 10px 0;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px
}


.mdl-tooltip {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 999;
    background: rgba(97,97,97,.9);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    max-width: 170px;
    position: fixed;
    top: -500px;
    left: -500px;
    padding: 8px;
    text-align: center
}

.mdl-tooltip.is-active {
    -webkit-animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
    animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards
}

.mdl-tooltip--large {
    line-height: 14px;
    font-size: 14px;
    padding: 16px
}
