/* 
    大エリア                表示ブロック
*/
.area_big
{
    width:940px;
    text-align: center;
    background:url(../image/dai_area.png) no-repeat;
    color:#FFF;
    padding:8px 0 11px 0;
    margin-top:10px;
    font-weight:bold; font-size:19px;
    letter-spacing:5px;
    clear:both;
    /*
        padding-left:0px;
        margin-left:0px;
    */

    
}
/* 
    小エリア                表示ブロック
*/
.area_small
{width:940px; font-size:16px; font-weight:bold;
    text-align: center;
    background:url(../image/shou_area.png) no-repeat;
    padding:9px 0 13px 0;
    color:#996633;
    clear:both;
    margin-top:5px;
}

/* 
    施設(プラン)画像        表示ブロック
*/
.accom_plan_image
{
    float: left;
    width: 135px;
}
.accom_plan_image img{width:110px; float:left; margin-left:15px;}

/* 
    プラン詳細              表示ブロック
*/
.plan_detail_info{float:left; text-align:left; width:320px;}

.jump-three{clear:both; padding-top:10px; text-align:right;}
.jump-three img{float:right; vertical-align:middle; margin-top:10px;}

/* 
    1列                     表示ブロック
*/

.divRow{width:940px; display:block; padding:0 0 20px 0;}

.divColumn
{
        float:left;
        width:470px;
	padding-top:10px;
	color:#333;
}
.divColumn a{color:#cc3300;}

/* 
    clear:both
*/
.cb
{
    clear:both
}


/* 
    N名当たりの金額
*/
.majority_money
{
    font-weight:bold;
    font-size:15px;
    display:inline-block;
}
/* 
    1名当たりの金額
*/
.singular_money
{
    font-weight:bold;
    font-size:15px;
    display:inline-block;
}




    
    
/* liタグ内のdivブロックに適用 */
.inner_li_div
{
    border-width: 1px;
    border-color: #6699FF;
    border-style:solid;
    height:140px;
    /*
        background-color: #99CCFF;        
    */

}
    

.cb
{
  clear: both;   
}

/* 一休Plus */
.class_ikyu_plus
{
    margin-top:3px;
}


/* 施設画像のスタイル */
.class_accommodation_image
{
    width:114px;
    height:103px;
}

/* みなし金額のスタイル */
.bold_money
{
    font-weight: bold;
    font-size:14px;
}

