@charset "utf-8";
/* CSS Document */

#integration-list {
    width: 100%;
   /*  margin: 0 auto; */
    display: table;
}
#integration-list ul {
    padding: 0;
   /*  margin: 20px 0; */
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    /* padding: 15px; */
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    /* background-color:#ddd;  *//* #efefef; */
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}
/*
h2 {
    padding: 0;
    margin: 0;
	 
    font-size: 11px;
    font-weight: 400; 
}
*/
span {
   /* font-size: 12.5px; */
}
#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.detail a {
    text-decoration: none;
}
.detail a:hover {/*
	background-color:rgb(255, 198, 12);
*/
}

.detail {
	margin: 10px 0 5px 0px; /* */
	display: none;
	line-height: 22px; /**/
  /*   height: 150px; */
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
	/*
    font-weight: bold;
    font-size: 20px;
	*/
}
