.gips-container
{
    /*height: 70px;
    width: 300px;*/
		top:55px;/*Tanaka 追加*/
    position: absolute;
}
.gips-body
{
/*
		font-weight: bold;
		font-family: Arial;
		font-size: 10px;
*/
	color:#474747;
	line-height:1.4em;
	padding: 15px;
	padding-right:20px;
	position: relative;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;     /*Nishi 追加*/
	max-height:180px; /*Nishi 追加*/
	min-width:150px;  /*Nishi 追加*/
	overflow-y:auto;  /*Nishi 追加*/
	border-radius:3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
}
.gips-body .dateTime{
	padding-bottom:10px;
}
.gips-body tr:last-child .dateTime{
	padding-bottom:0;
}
.gips-body.purple
{
    background-color: #D22769;
}

.gips-body.comment
{
    background-color: #FFF;
}
.gips-body.message
{
    background-color: #FFF;
}
.gips-body.inquiry
{
    background-color: #FFF;
}

.gips-body.origin
{
    background-color: #EEEEEE;
}

.gips-close
{
	position: absolute;
	cursor: pointer;
	top: 7px;
	right: 7px;
}
.gips-icon
{
    width: 18px;
    height: 9px;
		left:-5px;
/*    border-style: solid;
    border-width: 6px;
*/
    position: absolute;
}
/*icon at the bottom */
.gips-icon-bottom
{
    margin-left: 12px;
}
.gips-icon-bottom.purple
{
    border-color: #D22769 transparent transparent transparent;
}
.gips-icon-bottom.message
{
    border-color: #CB2026 transparent transparent transparent;
}
.gips-icon-bottom.comment
{
    border-color: #D5AF1C transparent transparent transparent;
}
.gips-icon-bottom.inquiry
{
    border-color: #72A159 transparent transparent transparent;
}

.gips-icon-bottom.origin
{
    border-color: #EEEEEE transparent transparent transparent;
}

/*icon at the top*/

.gips-icon-top
{
	z-index:9999;
    margin-left: 12px;
}
.gips-icon-top.purple
{
    border-color: transparent transparent #D22769 transparent;
}
.gips-icon-top.message
{
  /*border-color: transparent transparent #FFF transparent;*/
	background:url(../img/gipsIconTop.png) no-repeat left top;
}
.gips-icon-top.comment
{
  /*border-color: transparent transparent #FFF transparent;*/
	background:url(../img/gipsIconTop.png) no-repeat left top;
}
.gips-icon-top.inquiry
{
  /*border-color: transparent transparent #FFF transparent;*/
	background:url(../img/gipsIconTop.png) no-repeat left top;
}

.gips-icon-top.origin
{
    border-color: transparent transparent #EEEEEE transparent;
}

/*icon at the left*/

.gips-icon-left
{
    margin-top: 12px; /*   float: left;*/
}
.gips-icon-left.purple
{
    border-color: transparent #D22769 transparent transparent;
}
.gips-icon-left.message
{
    border-color: transparent #CB2026 transparent transparent;
}
.gips-icon-left.comment
{
    border-color: transparent #D5AF1C transparent transparent;
}
.gips-icon-left.inquiry
{
    border-color: transparent #72A159 transparent transparent;
}

.gips-icon-left.origin
{
    border-color: transparent #EEEEEE transparent transparent;
}
/*icon at the right*/

.gips-icon-right
{
    margin-top: 12px;
}
.gips-icon-right.purple
{
    border-color: transparent transparent transparent #D22769;
}
.gips-icon-right.message
{
    border-color: transparent transparent transparent #CB2026;
}
.gips-icon-right.comment
{
    border-color: transparent transparent transparent #D5AF1C;
}
.gips-icon-right.inquiry
{
    border-color: transparent transparent transparent #72A159;
}

.gips-icon-right.origin
{
    border-color: transparent transparent transparent #EEEEEE;
}
