#grouphotel-container {
    width: 680px;
    height: auto;
    margin: 20px auto 0 auto;
}

.grouphotel-title {
    width: 680px;
    height: auto;
}

.grouphotel-box {
    width: 680px;
    height: auto;
    padding-bottom: 15px;
    margin-top: 30px;
    border-bottom: 1px dashed #ccc;
}

.grouphotel-box:last-child {
    border-bottom: none;
}

.grouphotel-box .clearfix .float-left a {
    text-decoration: none;
}

.grouphotel-box .clearfix .float-left a:hover {
    text-decoration: underline;
}

.g-box-001,.g-box-002,.g-box-003,.g-box-004 {
    height: 60px;
    vertical-align: top;
}

.g-box-001 {
    width: 120px;
    text-align: center;
}

.g-box-002 {
    width: 180px;
    padding-top: 10px;
}

.g-box-002 a {
    color: #000;
    text-decoration: none;
}

.g-box-002 a:hover {
    color: #000;
    text-decoration: underline;
}

.g-box-002 .g-text-hotelname {
    font-weight: bold;
}

.g-box-002 .g-text-hoteltodou {
    font-size: 0.85em;
}

.g-box-003 {
    width: 240px;
    padding-top: 6px;
    font-size: 0.85em;
}

.g-box-004 {
    width: 120px;
    padding-top: 10px;
    margin: 0 10px;
    text-align: center;
}

.g-box-004 a {
    color: #fff;
    text-decoration: none;
}

.g-box-004 a:hover {
    color: #fff;
    text-decoration: underline;
}

.g-box-004 .g-text-hotelbtn {
    padding: 2px 4px;
    margin-top: 10px;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    background-color: brown;
    border-radius: 3px;
}

/* ************************************************
 *	float release
 * ************************************************ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}

.clearfix {
	display:inline-block;
	}

/* Hides from IE-mac */
* html .clearfix,.bukken-btn-clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* ************************************************
 *	// float release
 * ************************************************ */

.inline-block {
    display: inline-block;
}

.float-left {
    float: left;
}
