.massageBox {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.massageBox dl {
    /*margin: 0 2em;*/
}

.messageEachBox {
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    /*border: #CCC 1px solid;*/
    border-radius: 5px;
}
.messageEachBox p {
    margin-left: 1.2rem !important;
    /*margin-right: 2rem !important;*/
    text-align: left;
}
.messageEachBox:last-child {
    margin-bottom: 0;
}
.messageDestination {
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: left;
    /*margin-left: 2rem !important;
    margin-right: 2rem !important;*/
}
.messageDestination i {
    margin-right: 0.2em;
}
.messageFrom {
    text-align: right !important;
    margin-top: 10px !important;
}
.sendDatatime {
    color: dimgray;
    font-size: 0.8em;
    display: inline-block;
    font-weight: normal;
}
#massageBord {
    margin: 1rem auto;
    font-size: 0.85rem;
    background: rgba(204, 204, 204, 0.2);
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}

.sendDatatime {
    display: inline;
    /*border-right: 1px solid;*/
    border-right: 0 !important;
    /*margin-right: 1rem; 
    padding-right: 1rem;*/
    margin-right: 0 !important;
    padding-right: 0 !important;
    font-size: 0.8em;
    text-align: right;
}
.sendComments {
    display: block;
    text-align: left;
    /*margin-bottom: 0.5em;*/
}
#evCommentsBord label {
    margin-right: 0.5em;
}
#evCommentsBord input {
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px;
    width: 20em;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-right: 1em;
}
#evCommentsBord input#fromName {
    width: 10em;
}
#evCommentsBord button {
    /*margin-top: 1rem;*/
    font-family: inherit;
    background: #43ACCF;
    border-radius: 4px;
    font-size: 0.8em;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    padding: 10px 20px;
    cursor: pointer;
}

.evComments-input-group {
    /*text-align: left;*/
    margin-bottom: 1rem;
}

.cautionMessage {
    color: #666;
    font-size: 0.8rem;
    font-weight: normal;
}

h5.msg-sucsess{
    padding: 15px;
    background-color: #dff0d8;
    border-radius: 0.5rem;
    display: none;
    margin: 1.5rem 0;
}

@media screen and (min-width:641px) {
    .mbbr {
        display: none;
    }
}

/* balloon-1 bottom */
/*
.balloon-1-bottom {
	position: relative;
	padding: 1rem;
	color: #19283C;
	text-align: center;
	background: rgba(204, 204, 204, 0.2);
	border: 2px solid #0496c7;
	z-index: 0;
    border-radius:0.5rem;
    box-sizing: border-box;
}
.balloon-1-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
.balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0496c7 transparent transparent transparent;
	z-index: -1;
}*/


/*}*/




/*----- タブレット以下 -----*/
@media screen and (max-width:768px) {
    .messageEachBox {
        font-size: 0.95em;
    }
    .messageDestination {
        border-bottom: 1px solid #CCC;
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-weight: bold;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .messageEachBox p {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
    #evCommentsBord label {
        margin-right: 0;
        display: block;
        text-align: left;
    }
    #evCommentsBord input {
        display: block;
    }
    
    #evCommentsBord {
        margin: 0 auto;
        width: 95%;
        padding: 0 1rem;
    }
    #evCommentsBord label {
        margin-right: 0.5em;
        display: block; 
    }

    #evCommentsInputArea {
        width: 80%;
        margin: 0 auto;
    }
    #evCommentsInputArea input#comments {
        width: 100%;
    }
}

/*----- スマホ以下 -----*/
@media screen and (max-width:480px) {
    #massageBord {
        width: 100%;
        font-size: 0.8em;
    }
    #evCommentsBord {
        padding: 0 !important;
    }
    #evCommentsInputArea {
        width: 100%;
        margin: 0 auto;
    }
    
    #massageBord  {
        font-size: 0.9em;
    }
    
    #evCommentsBord label { 
        text-align: left; 
    } 
    #evCommentsBord input#fromName { 
        display: block; 
    } 
    #evCommentsBord input#comments { 
        width: 100%; 
        margin-right: 0; 
    } 
    #evCommentsBord button#sendMessage { 
        margin: 1rem 0; 
    }
    #massageBord {
        padding: 1rem;
    }
    .massageBox dl {
        margin: 0;
    }
    .messageEachBox p.messageBody {
        margin-left: 0 !important;
        margin-bottom: 0.5em;
        /*margin-right: 2rem !important;*/
        text-align: left;
    }
}

.moreButton{
    display: none;
    margin: 0 auto;
    /*margin-top: 1rem;*/
    padding: 0.5rem;
    font-size: 0.8em;
    border:none;
}